

/* ==========================================================================
   Author's custom styles
   ========================================================================== */


url(http://fonts.googleapis.com/css?family=Roboto); /* FREE GOOGLE FONT */
body {
    font-family: 'Roboto', sans-serif;
    line-height: 30px;
}

.set-radius-zero {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}

.content-wrapper {
    margin-top: 40px;
    min-height: 600px;
    padding-bottom: 60px;
	position:relative;
}

.page-head-line {
    font-weight: 900;
    padding-bottom: 20px;
    border-bottom: 2px solid #F0677C;
    text-transform: uppercase;
    color: #F0677C;
    font-size: 20px;
    margin-bottom: 40px;
}

.btn {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}

.progress {
    height: 8px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}

.login-icon {
    height: 60px;
    width: 60px;
    padding: 13px;
    border-radius: 50%;
    font-size: 30px;
    margin-bottom: 20px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    background-color: #F0677C;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
/* =============================================================
   HEADER SECTION STYLES
 ============================================================ */
header {
    background-color: #F0677C;
    color: #fff;
    padding: 10px;
    text-align: right;
}


/* =============================================================
   LOGO SECTION STYLES
 ============================================================ */
.left-div {
    padding-left: 30px;
    margin-top: 40px;
    margin-bottom: 30px;
}

.navbar-brand {
    /*width: 250px;
    padding-top: 30px;*/
    padding: 0px;
}

/* USER SETTINGS DIV */
.user-details {
    margin-top: 5px;
}

.user-settings-wrapper .nav > li > a {
    /*position: relative;
    display: block;
    padding: 15px 18px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    height: 60px;
    width: 60px;
        color: #fff;
    background-color: #F0677C;*/
}

.user-settings-wrapper {
}

    .user-settings-wrapper li {
        display: inline-block;
    }

    .user-settings-wrapper .dropdown-settings {
        width: 200px;
        padding: 10px;
        color: #000;
    }

    .user-settings-wrapper .nav > li > a:hover, .user-settings-wrapper .nav > li > a:focus {
        text-decoration: none;
        background-color: #0e9745 !important;
    }

    .user-settings-wrapper img {
        /*height: 64px;
        width: 64px;
        border: 1px solid #000000;*/
    }

    .user-settings-wrapper .dropdown-menu {
        margin: 0px;
        border-radius: 0px !important;
        -moz-border-radius: 0px !important;
        -webkit-border-radius: 0px !important;
    }

    .user-settings-wrapper .btn {
        border-radius: 0px !important;
        -moz-border-radius: 0px !important;
        -webkit-border-radius: 0px !important;
    }

    .user-settings-wrapper .media-heading {
        padding-top: 10px;
    }

    .user-settings-wrapper .nav > li > a {
        display: block;
        padding: 0px;
        position: relative;
    }

/* MENU LINKS SECTION*/

.menu-section {
    background-color: #13693b;
    height: 40px;
}

#menu-top a {
    color: #FFF;
    text-decoration: none;
    font-weight: 500;
    padding: 10px 10px 10px 10px;
    text-transform: uppercase;
}

.menu-top-active {
    background-color: #125930;
}

.menu-section .nav > li > a:hover, .menu-section .nav > li > a:focus {
    background-color: #297a4a !important;
}

.menu-section .dropdown-menu > li > a:hover, .menu-section .dropdown-menu > li > a:focus {
    background-color: #F0677C !important;
}

.navbar-inverse {
    background-image: none;
    background-color: #0e9745;
    border: none;
}

.navbar-toggle {
    background-color: #0e9745;
    border: 1px solid #fff;
}

.navbar {
    margin-bottom: 0px;
    min-height: 85px;
    color: #FFF;
}

.nav-pofile {
    width: 25px;
}


/* =============================================================
   FOOTER SECTION STYLES
 ============================================================ */
footer {
    padding: 10px;
    color: #fff;
    font-size: 12px;
    background-color: #13693b;
}

    footer a, footer a:hover {
        color: #fff;
        text-decoration: none;
    }

/*==============================================
    DASHBOARD  STYLES    
 =============================================*/

/* DASHBOARD ICONS */

.bk-clr-one {
    background-color: #B9B739;
}

.bk-clr-two {
    background-color: #F94C4C;
}

.bk-clr-three {
    background-color: #119c7e;
}

.bk-clr-four {
    background-color: #b739b9;
}

.dashboard-div-icon {
    height: 75px;
    width: 75px;
    border: 2px solid #fff;
    padding: 20px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    font-size: 30px;
    margin-bottom: 20px;
    color: #fff;
}

.dashboard-div-wrapper {
    border-radius: 5px;
    text-align: center;
    padding: 15px;
    color: #fff;
    margin-bottom: 50px;
}

    .dashboard-div-wrapper .progress {
        height: 2px;
    }

/* NOTICE BOARD */


.notice-board .panel {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}

.notice-board ul {
    padding-left: 0px;
    list-style: none;
}

.notice-board li {
    padding: 10px;
    border-bottom: 1px solid #E5E5E5;
}

    .notice-board li span {
        margin-right: 10px;
        border: 1px solid #DBDBDB;
        padding: 5px;
    }

    .notice-board li a, li a:hover {
        text-decoration: none;
        color: #000;
    }

/* SOCIAL BUTTONS */
.btn-social {
    color: white;
    opacity: 0.8;
}

    .btn-social:hover {
        color: white;
        opacity: 1;
        text-decoration: none;
    }

.btn-facebook {
    background-color: #3b5998;
}

.btn-twitter {
    background-color: #00aced;
}

.btn-linkedin {
    background-color: #0e76a8;
}

.btn-google {
    background-color: #c32f10;
}


.outline table {
    border-collapse: collapse;
    border-spacing: 0;
}

.outline th, .outline td {
    border: 1px solid #6d6f71;
    padding: 0.5em;
    margin: 0;
}


.onboarding {
    background: #0d8140 none repeat scroll 0 0;
}

.text-green {
    color: #0d8140;
}

.pre-itc {
    background: #e36d25 none repeat scroll 0 0;
}

.text-orange {
    color: #e36d25;
}

.live-itc {
    background: #7f1416 none repeat scroll 0 0;
}

.text-red {
    color: #7f1416;
}

.post-itc {
    background: #1e4a7e none repeat scroll 0 0;
}

.text-blue {
    color: #1e4a7e;
}

.post-month {
    background: #79a1d0 none repeat scroll 0 0;
}





.box-color {
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    line-height: 1.42857;
    min-width: 110px;
    padding: 6px 12px;
    text-align: center;
}


.panel-default {
    left: 50%;
    margin-bottom: 0;
    margin-left: -200px;
    margin-top: -162px;
    position: absolute;
    top: 33%;
    width: 400px;
}

.form-control {
    height: 40px;
}

.input-group, .form-group {
    margin-bottom: 25px;
    width:100%;
}


.btn-primary {
    color: #fff;
}

a, .btn, .fa, section table td {
    transition: all 0.6s ease 0s;
}

.btn {
    border: medium none;
}

.btn-primary {
    background: #1791d0 none repeat scroll 0 0;
}

.btn-xs, .btn-group-xs .btn {
    font-size: 14px;
    line-height: 40px;
    padding: 0 16px;
}


.btn {
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

.form-horizontal .radio, .form-horizontal .checkbox {
    margin-bottom: 25px;
    padding-top: 0;
}


#notification .alert {
    border: 1px solid #fbb040;
    background: rgba(251,176,64,.2);
}

#calender_switch p {
    font-size: 18px;
    color: #076938;
    padding: 0px 50px;
}

.col-centered {
    float: none;
    margin: 0 auto;
}

#divider {
    height: 10px;
}

#legends {
    margin-top: 30px;
}

#classLegend {
    background: #f2f2f3;
    padding: 10px;
}

    #classLegend p {
        padding: 0 10px;
        margin: 0;
    }

#phaseLegend {
    margin-top: 2px;
}

.dayName {
    background: #595a5c;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    padding: 5px 0;
}

.dayBG {
    background: #f2f2f3;
    height: 600px;
}

.tasks label {
    display: block;
    padding-left: 15px;
    text-indent: -15px;
    font-weight: normal;
}

    .tasks label span {
        padding-left: 5px;
    }

.tasks input {
    width: 13px;
    height: 13px;
    padding: 0;
    margin: 0;
    vertical-align: bottom;
    position: relative;
    top: -2px;
    *overflow: hidden;
}

.greenBar {
    background: #0d8140;
    height: 10px;
}


.row.no-gutter > [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}

.classTitle p {
    font-size: 12px;
    font-weight: bold;
    padding-left: 5px;
}

.classTitle {
    margin-top: 10px;
}

.dayBG, .greenBar, .dayName {
    border-right: 2px solid #262626;
}



#calenderDays {
    margin-top: 10px;
}

.error-message {
    color: red;
}

.success-message {
    color: green;
}


/*================= responciv view =================*/
@media (max-width: 992px){
.navbar-header .no-gutter img{width:33.333%; height:85px;}	
	
	}
	
	
@media (max-width: 767px){
.navbar-header .no-gutter img { width: 29.333%;}
}


@media (max-width: 479px){

.navbar-header .no-gutter img {width: 26%;}
}

@media (max-width: 392px){
.panel-default {  left: 3%;  margin-bottom: 0;  margin-left: 0;  margin-top: -205px;  position: absolute;  top: 33%;  width: 300px;}
}