
.content-subheading {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    color: #333;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 30px;
    margin-top: 30px;
    padding: 13px 20px;
}

.foote {
    margin-top: 10px;
    bottom: 0;
    background-color: #4f8db3;
    color: white;
    width: 100%;
    padding: 0 10px 10px 10px;
    border-top: 4px solid darkorange;
}
.foote a {
    color: white;
    font-size: 1.1em;
}

.footer-copyright {
    text-align: center;
    color: #7C7C7C;
    border-top: 1px dotted #7C7C7C;
    padding-top: 10px;
    font-size: 1.1em;
}

.section .container:first-child .service {
    margin-top: 0;
    font-weight: 700;
}
.service {
    color: #53555c;
    font-family: 'Open Sans', sans-serif;
    font-size: 2em;
    border-bottom: 2px solid #53555c;
    line-height: 1.5em;
    margin: 30px 0;
    padding-left: 10px;
}
.section .container:first-child h3 {
    margin-top: 0;
    font-weight: 700;
}

h3 {
    font-family: 'Open Sans', sans-serif;
    color: #53555c;
    font-size: 1.5em;
}
.service-wrapper {
    background: #FFF;
    margin: 20px 10px;
    text-align: center;
    padding: 30px 20px;
    -webkit-border-radius: 5px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 5px;
    -moz-background-clip: padding;
    border-radius: 5px;
    background-clip: padding-box;
    -webkit-box-shadow: 0 0 3px #999;
    -moz-box-shadow: 0 0 3px #999;
    box-shadow: 0 0 3px #999;
    color: 0 0 3px #999;
}
.service-wrapper h3 {
    font-size: 1.2em;
    margin: 10px 0 !important;
}
.service-wrapper p {
    margin-top: 0;
}
/* Row */
.service-wrapper-row {
    padding: 10px 0;
}
.service-wrapper-row h3 {
    padding-top: 15px;
}
.service-wrapper-row .service-image {
    padding-top: 15px;
    text-align: center;
}
.service-wrapper-row .service-image img {
    max-width: 80%;
    vertical-align: bottom;
    bottom: 0;
    border: 7px solid #FFF;
    -webkit-border-radius: 5px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 5px;
    -moz-background-clip: padding;
    border-radius: 5px;
    background-clip: padding-box;
    -webkit-box-shadow: 0 0 8px #999;
    -moz-box-shadow: 0 0 8px #999;
    box-shadow: 0 0 8px #999;
    color: 0 0 8px #999;
}

/*--------------------------------------------------------------------------
+	Portfolio Style
--------------------------------------------------------------------------*/
.portfolio-item {
    position: relative;
    background: #FFF;
    margin-bottom: 20px;
    border: 8px solid #FFF;
    -webkit-border-radius: 5px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 5px;
    -moz-background-clip: padding;
    border-radius: 5px;
    background-clip: padding-box;
    -webkit-box-shadow: inset 0 1px #fff,0 0 8px #c8cfe6;
    -moz-box-shadow: inset 0 1px #fff,0 0 8px #c8cfe6;
    box-shadow: inset 0 1px #fff,0 0 8px #c8cfe6;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}
.portfolio-item .portfolio-image {
    overflow: hidden;
    text-align: center;
    position: relative;
}
.portfolio-item .portfolio-image img {
    max-width: 100%;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease;
}
.portfolio-item:hover {
    border: 8px solid #4f8db3;
}
.portfolio-item:hover .portfolio-image img {
    position: relative;
    -webkit-transform: scale(1.1) rotate(2deg);
    -moz-transform: scale(1.1) rotate(2deg);
    -o-transform: scale(1.1) rotate(2deg);
    -ms-transform: scale(1.1) rotate(2deg);
    transform: scale(1.1) rotate(2deg);
}
.portfolio-item ul {
    list-style-type: none;
    margin-left: 0;
    margin-top: 20px;
    text-align: center;
    padding: 0;
}
.portfolio-item ul li {
    line-height: 28px;
}
.portfolio-item .portfolio-project-name {
    font-size: 1.1em;
    text-transform: uppercase;
}
.portfolio-item .read-more {
    text-align: center;
    padding-top: 10px;
}
.portfolio-item .portfolio-info-fade {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    top: 0;
    position: absolute;
    background: #000;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    color: #FFF;
    text-shadow: 2px 2px 4px #000000;
    filter: dropshadow(color=#000000, offx=2, offy=2);
    -webkit-transition: opacity .25s linear;
    -moz-transition: opacity .25s linear;
    -o-transition: opacity .25s linear;
    -ms-transition: opacity .25s linear;
    transition: opacity .25s linear;
}
.portfolio-item .portfolio-info-fade ul {
    margin-top: 10%;
}
.portfolio-item .portfolio-info-fade .btn:hover {
    background: #4f8db3;
}
.portfolio-item .portfolio-info-fade ul {
    margin: 10% 20px 0 20px;
    padding: 0;
}
.portfolio-item .portfolio-info-fade ul li {
    text-align: center;
}
.portfolio-item .portfolio-info-fade ul li:first-child {
    border-bottom: 1px solid #CCC;
}
.portfolio-item:hover .portfolio-info-fade {
    display: block;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}
.lt-ie9 .portfolio-info-fade {
    display: none;
}
.lt-ie9 .portfolio-item:hover .portfolio-info-fade {
    display: block;
}
.portfolio-visit-btn {
    padding-top: 15px;
}
.portfolio-item-description ul {
    padding: 0;
}
.btncul {
    border: 1px solid #3d5afe;
    -webkit-border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 2px;
    -moz-background-clip: padding;
    border-radius: 2px;
    background-clip: padding-box;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    text-transform: none;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease;
    text-align: center;
    background: none repeat scroll 0 0 #3d5afe;
    text-shadow: none;
    box-shadow: none;
    color: #FFF;
    white-space: nowrap;
}

.navbar .navbar-nav > .active > a,
.navbar .navbar-nav > .active > a:hover,
.navbar.navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #2962ff;
}

.navbar .navbar-nav > li > a:hover,
.navbar .navbar-nav > li > a:focus {
    color: #fff;
    background-color: #8c9eff;
}

.navbar-nav > li > a {
    color: white;
}
.navbar .navbar-nav > .open > a, .navbar .navbar-nav > .open > a:hover, .navbar .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #8c9eff;
}

@media (min-width: 300px) {

    .homepage{
        background: url(../images/Header-400X200-px.png) no-repeat;
        background-size:100% auto;
        height: 200px;
    }

}
@media (min-width: 480px) {

    .homepage{
        background: url(../images/Header-400X200-px.png) no-repeat;
        background-size:100% auto;
        height: 265px;
    }

}@media (min-width: 640px) {

    .homepage{
        background: url(../images/Header-400X200-px.png) no-repeat;
        background-size:100% auto;
        height: 345px;
    }

}
@media (min-width: 768px) {
    .homepage{
        background: url(../images/Header-768-X-200px.png) no-repeat;
        background-size:100% auto;
        height: 230px;
    }
}
@media (min-width: 900px) {
    .homepage{
        background: url(../images/Header-768-X-200px.png) no-repeat;
        background-size:100% auto;
        height: 260px;
    }
}
@media (min-width: 1024px) {
    .homepage{
        background: url(../images/Header-school-Manger-1500-X-200px-.png) no-repeat;
        background-size:100% auto;
        height: 200px;
    }
}
@media (min-width: 1200px) {
    .homepage{
        background: url(../images/Header-school-Manger-1500-X-200px-.png) no-repeat;
        background-size:100% auto;
        height: 200px;
    }
}

body {
    background: url(../images/page-background.png);
}
.section-breadcrumbs {
    background: white;
    margin-bottom: 10px;
}
.section {
    padding: 30px 0;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}
.section .container:first-child h1{
    margin-top: 0;
    font-weight: 700;
}
.section-breadcrumbs h1 {
    color: #3d5afe;
    font-size: 1.6em;
    margin-bottom: 0;
    text-transform: uppercase;
}
.section-breadcrumbs p {
    color: #9e9e9e;
    font-size: 1.0em;
    margin-bottom: 0;
    text-transform: none;
}
.typeech a:hover, .typeech a:focus {
    color: #fff;
    text-decoration: none;
    outline: none;
    outline: 0;
}
.headch{
    background-color: #4e342e;
}
.inner-box.category-content {
    padding-bottom: 0;
}
.inner-box {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 3px 3px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    padding: 5px 20px;
}
.title-2 {
    border-bottom: 1px solid #e6e6e6;
    font-size: 18px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
h2 {
    font-size: 24px;
    line-height: 28px;
}
.custab{
    border: 1px solid #ccc;
    padding: 5px;
    box-shadow: 3px 3px 2px #ccc;
}
.custab th{
    font-size: 10px;
}
.custab td{
    font-size: 10px;
}

table th{
    font-size: 10px;
}
table td{
    font-size: 10px;
}
/*Menu Etabli*/
.home-content .col-lg-8 {
    margin-bottom: 25px;
}
.state-overview section.panel {
    border: none;
}
.panel {
    border-color: #fff;
}
.state-overview .symbol {
    width: 40%;
    padding: 25px 15px;
    -webkit-border-radius: 4px 0px 0px 4px;
    -moz-border-radius: 4px 0px 0px 4px;
    -ms-border-radius: 4px 0px 0px 4px;
    -o-border-radius: 4px 0px 0px 4px;
    border-radius: 4px 0px 0px 4px;
}
.state-overview .symbol, .state-overview .value {
    display: inline-block;
    text-align: center;
}
.state-overview .symbol i {
    color: #fff;
    font-size: 50px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    -webkit-border: 2px dotted #fff;
    -moz-border: 2px dotted #fff;
    -ms-border: 2px dotted #fff;
    -o-border: 2px dotted #fff;
    border: 2px dotted #fff;
    width: 85px;
    height: 85px;
    padding-top: 17px;
}
.state-overview .symbol, .state-overview .value {
    text-align: center;
}

.state-overview .value {
    width: 58%;
    padding-top: 31px;
}
.state-overview .value {
    float: right;
}
.state-overview .symbol, .state-overview .value {
    display: inline-block;
    text-align: center;
}
.state-overview .value h1 {
    font-weight: 300;
}
.state-overview .value h1, .state-overview .value p {
    margin: 0;
    padding: 0;
    color: #c6cad6;
}
.state-overview .red {
    background: #e74c3c;
}
.state-overview .yellow {
    background: #f1c40f;
}
.state-overview .purple {
    background: #9b59b6;
}
.state-overview .terques {
    background: #1abc9c;
}
.state-overview .orange {
    background-color: #d58512;
}
.state-overview .blue {
    background-color: mediumslateblue;
}
#main {
    padding: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    border-bottom: 4px solid #ddd;
}
#home-content .panel-default {
    border: 2px solid #fff;
}
.panel-default .panel-heading {
    /*background-color: #fff;*/
}
#home-content #author p {
    margin-top: 20px;
}

.breadcrumb {
    background-color: #e7e7e7;
    border-bottom: 3px solid #ddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}

/*Menu Etabli*/
body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #333;
}

/* ==========================================================================
Hide ng-cloak on page load, https://docs.angularjs.org/api/ng/directive/ngCloak
========================================================================== */
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

/* ==========================================================================
Developement Ribbon
========================================================================== */
.ribbon {
    background-color: #a00;
    box-shadow: 0 0 10px #888;
    left: -3.5em;
    moz-box-shadow: 0 0 10px #888;
    moz-transform: rotate(-45deg);
    ms-transform: rotate(-45deg);
    o-transform: rotate(-45deg);
    overflow: hidden;
    position: absolute;
    top: 40px;
    transform: rotate(-45deg);
    webkit-box-shadow: 0 0 10px #888;
    webkit-transform: rotate(-45deg);
    white-space: nowrap;
    width: 15em;
    z-index: 9999;
    pointer-events: none;
}

.ribbon a {
    border: 1px solid #faa;
    color: #fff;
    display: block;
    font: bold 81.25% 'Helvetica Neue', Helvetica, Arial, sans-serif;
    margin: 1px 0;
    padding: 10px 50px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 0 5px #444;
    pointer-events: none;
}

/* ==========================================================================
Version number in navbar
========================================================================== */
.navbar-version {
    font-size: 10px;
    color: #ccc
}

/* ==========================================================================
Browser Upgrade Prompt
========================================================================== */
.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
Logo styles
========================================================================== */
.navbar-brand.logo {
    padding: 5px 15px;
}

.logo .logo-img {
    height: 45px;
    display: inline-block;
}

/* ==========================================================================
Main page styles
========================================================================== */
.hero-unit {
    margin: 50px auto 0 auto;
    width: 300px;
    font-size: 18px;
    font-weight: 200;
    line-height: 30px;
    background-color: #eee;
    border-radius: 6px;
    padding: 60px;
}

.hero-unit h1 {
    font-size: 60px;
    line-height: 1;
    letter-spacing: -1px;
}

.hipster {
    display: inline-block;
    width: 347px;
    height: 497px;
    background: url("../images/hipster.png") no-repeat center top;
    background-size: contain;
}

/* wait autoprefixer update to allow simple generation of high pixel density media query */
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {
    .hipster {
        background: url("../images/hipster2x.png") no-repeat center top;
        background-size: contain;
    }
}

/* ==========================================================================
Generic styles
========================================================================== */
.error {
    color: white;
    background-color: red;
}

.pad {
    padding: 10px;
}

.break {
    white-space: normal;
    word-break:break-all;
}

.voffset  { margin-top: 2px; }
.voffset1 { margin-top: 5px; }
.voffset2 { margin-top: 10px; }
.voffset3 { margin-top: 15px; }
.voffset4 { margin-top: 30px; }
.voffset5 { margin-top: 40px; }
.voffset6 { margin-top: 60px; }
.voffset7 { margin-top: 80px; }
.voffset8 { margin-top: 100px; }
.voffset9 { margin-top: 150px; }

.readonly {
    background-color: #eee;
    opacity: 1;
}

/* ==========================================================================
make sure browsers use the pointer cursor for anchors, even with no href
========================================================================== */
a:hover {
  cursor: pointer;
}

.hand {
    cursor: pointer;
}

/* ==========================================================================
Metrics and Health styles
========================================================================== */
#threadDump .popover, #healthCheck .popover {
    top: inherit;
    display: block;
    font-size: 10px;
    max-width: 1024px;
}

#healthCheck .popover {
    margin-left: -50px;
}

.health-details {
    min-width: 400px;
}

/* ==========================================================================
start Password strength bar style
========================================================================== */
ul#strengthBar {
    display:inline;
    list-style:none;
    margin:0;
    margin-left:15px;
    padding:0;
    vertical-align:2px;
}

.point {
    background:#DDD;
    border-radius:2px;
    display:inline-block;
    height:5px;
    margin-right:1px;
    width:20px;
}

/* ==========================================================================
Custom alerts for notification
========================================================================== */
.alerts .alert{
    text-overflow: ellipsis;
}
.alert pre{
    background: none;
    border: none;
    font: inherit;
    color: inherit;
    padding: 0;
    margin: 0;
}

.alert .popover pre {
    font-size: 10px;
}

.alerts .toast {
    position: fixed;
    width: 100%;
}

.alerts .toast.left {
    left: 5px;
}

.alerts .toast.right {
    right: 5px;
}

.alerts .toast.top {
    top: 55px;
}

.alerts .toast.bottom {
    bottom: 55px;
}

@media screen and (min-width: 480px) {
    .alerts .toast {
        width: 50%;
    }
}

/* ==========================================================================
entity tables helpers
========================================================================== */
/* Remove Bootstrap padding from the element
   http://stackoverflow.com/questions/19562903/remove-padding-from-columns-in-bootstrap-3 */
.no-padding-left { padding-left: 0 !important; }
.no-padding-right { padding-right: 0 !important; }
.no-padding-top { padding-top: 0 !important; }
.no-padding-bottom { padding-bottom: 0 !important; }
.no-padding { padding: 0 !important; }

/* bootstrap 3 input-group 100% width
   http://stackoverflow.com/questions/23436430/bootstrap-3-input-group-100-width */
.width-min { width: 1% !important; }

/* Makes toolbar not wrap on smaller screens
 http://www.sketchingwithcss.com/samplechapter/cheatsheet.html#right */
.flex-btn-group-container {
   display: -webkit-flex;
   display: flex;
   -webkit-flex-direction: row;
   flex-direction: row;
   -webkit-justify-content: flex-end;
   justify-content: flex-end;
}

.jh-table > tbody > tr > td {
    /* Align text in td verifically (top aligned by Bootstrap) */
    vertical-align: middle;
}

.jh-table > thead > tr > th > .glyphicon-sort, .jh-table > thead > tr > th > .glyphicon-sort-by-attributes, .jh-table > thead > tr > th > .glyphicon-sort-by-attributes-alt {
    /* less visible sorting icons */
    opacity: 0.5;
}

.jh-table > thead > tr > th > .glyphicon-sort:hover, .jh-table > thead > tr > th > .glyphicon-sort-by-attributes:hover, .jh-table > thead > tr > th > .glyphicon-sort-by-attributes-alt:hover {
    /* full visible sorting icons and pointer when mouse is over them */
    opacity: 1;
    cursor: pointer;
}

/* ==========================================================================
entity detail page css
========================================================================== */
.dl-horizontal.jh-entity-details > dd {
    margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
    .dl-horizontal.jh-entity-details > dt {
        margin-bottom: 15px;
    }

    .dl-horizontal.jh-entity-details > dd {
        border-bottom: 1px solid #eee;
        padding-left: 180px;
        margin-left: 0;
    }
}

/* ==========================================================================
ui bootstrap tweaks
========================================================================== */
.nav, .pagination, .carousel, .panel-title a {
    cursor: pointer;
}

.datetime-picker-dropdown > li.date-picker-menu div > table .btn-default,
.uib-datepicker-popup  > li > div.uib-datepicker > table .btn-default {
    border: 0;
}

.datetime-picker-dropdown > li.date-picker-menu div > table:focus,
.uib-datepicker-popup  > li > div.uib-datepicker > table:focus {
    outline: none;
}



/* jhipster-needle-css-add-main JHipster will add new css style */
