/*==============================================
    GENERAL  STYLES    
 =============================================*/

@import url(https://fonts.googleapis.com/css?family=Montserrat);

body {
   /*font-family: 'Raleway', sans-serif;*/
   font-family: 'Montserrat', sans-serif!important;
    line-height:30px;
    font-size:14px; /*Updated on 03-20-2016 [made 16px to 14px] */
}
h4{

    line-height: 30px;
}
a{
        outline: none!important;
}
#wrapper {
    width: 100%;
    background: #d2d2d2;
}

#page-wrapper {
    padding: 15px 15px;
    background: #fff;
}

#page-inner {
    width: 100%;
    margin: 10px 20px 10px 0px;
    background-color: #fff!important;
    padding: 10px;
    min-height:1000px;
}

.page-head-line {
    font-size: 18px; /*Updated on 03-20-2016 */
    text-transform: uppercase;
    color: #333;/*Updated on 03-20-2016*/
    font-weight: 800;
    padding-bottom: 20px;
    border-bottom: 2px solid #d2d2d2;
    margin-bottom: 20px;
}
#main-menu {
  /*max-height: 1000px;*/
    overflow: auto;
}
.btn {
    border-radius:0px!important;
    -moz-border-radius:0px!important;
    -webkit-border-radius:0px!important;
}
.error-class {
    color:#f00;
    font-weight:700;
}

.progress {
    height: 5px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #A3A3A3!important;
}

.edit-employee-image{
    height:200px;
    width:150px;
    margin:25px;
}
label {
    margin-top: 20px;
        margin-bottom: 20px;

}
.modal{
    background-color:rgba(0, 0, 0, 0.59)!important;
}

.navbar-toggle {
    border-radius:0px;
}
.alert 
{
    border-radius:0px;
}
.label
{
    font-weight:normal;
}
.team-btn,.team-btn:hover
{
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    
}
/*==============================================
    MENU STYLES    
 =============================================*/

.navbar-cls-top .navbar-brand {
       color: #fff;
    background: #337ab7;
    width: 220px;/*Updated on 03-20-2016 */
    text-align: center;
    height: 75px;
    font-size: 14px;
    letter-spacing: 1px;
    padding-top: 25px;
    line-height: 25px!important;
    font-weight: 900;
}
.navbar-cls-top .navbar-brand:hover {
    background: #337ab7;
    color: #fff;
}
.header-right {
    color: #fff;
    padding: 15px 50px 5px 50px;
    float: right;
    font-size: 16px;
}
.user-img-div {
    min-height: 130px;
    padding: 20px;
    background-color: #262626;
    text-align:center;
}

    .user-img-div img {
     height: 180px;
    border: 2px solid #337ab7;
    width: 135px;
    padding: 5px;
    }

   
.active-menu {
    background-color: #fff!important;
    border-left: 5px solid #337ab7;
}
.active-menu-top {
    background-color: #000!important;
}

.arrow {
    float: right;
}

.fa.arrow:before {
    content: "\f104";
}

.active > a > .fa.arrow:before {
    content: "\f107";
}


.nav-second-level li,
.nav-third-level li {
    border-bottom: none !important;
}

    .nav-second-level li a {
        padding-left: 37px;
    }

    .nav-third-level li a {
        padding-left: 55px;
    }

.sidebar-collapse, .sidebar-collapse .nav {
    background: none;
    background-color: #D2D2D2;
}

    .sidebar-collapse .nav {
        padding: 0;
    }

        .sidebar-collapse .nav > li > a {
           color: #333;
background: #E2E2E2;
text-shadow: none;
border-bottom: 1px solid #D2D2D2;
    padding: 1px 14px; /*Updated on 03-20-2016 */
    font-size: 14px;
        }

    .sidebar-collapse > .nav > li > a {
          padding: 2px 5px;
    font-size: 14px;
    }

    .sidebar-collapse .nav > li > a:hover,
    .sidebar-collapse .nav > li > a:focus {
        background: #D2D2D2;
        outline: 0;
    }



.nav-second-level > li:last-child > a:after,
.nav-third-level > li:last-child > a:after {
    height: 50%;
}

.nav-third-level > li > a:after,
.nav-third-level > li > a:before {
    left: 40px;
}

.navbar-side {
    border: none;
    background-color: #202020;
}

.navbar-cls-top {
    background: #262626;
    border-bottom: none;
}


.navbar-default {
    border: 0px solid black;
}

.navbar-header {
    background: #000000;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #337ab7;
}

.navbar-default .navbar-toggle {
    border-color: #fff;
}

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #FFF;
        
    }

.nav > li > a > i {
    margin-right: 10px;
}

/*==============================================
    NOTIFICATION  STYLES    
 =============================================*/
.notifications-wrapper {
    margin-left:0px;
    line-height: 25px;
}

.notifications-wrapper .nav {
    background-color: #337ab7;
}
.notifications-wrapper li {
display: inline-block;
}


.notifications-wrapper li a {
padding: 25px;
min-height: 50px;
}



.notifications-wrapper .dropdown-tasks {
width: 250px;
min-width: 0;
}


.notifications-wrapper .dropdown-menu li {
display: block;
}

.notifications-wrapper .dropdown-menu li a {
padding: 3px 20px;
min-height: 0;
}
.notifications-wrapper .nav > li > a {
    background-color: #fff;
    color:#000;
}
.notifications-wrapper .nav > li > a:hover, .nav > li > a:focus {
text-decoration: none;
background-color: #FFF!important;
    color:#337ab7;

}
.notifications-wrapper .dropdown-menu {
    margin:0px; 
     border-radius:0px!important;
    -moz-border-radius:0px!important;
    -webkit-border-radius:0px!important;
}

/*==============================================
    FOOTER  STYLES    
 =============================================*/
footer {
    background-color:#262626;
    padding:20px 50px;
    color:#fff;
    font-size:12px;
}

    footer a {
        color:#fff;
    }
   footer a:hover, footer a:focus {
        color:#fff;
        text-decoration:none;
    }



/*==============================================
    MEDIA QUERIES     
  =============================================*/

@media (min-width:768px) {
    .page-wrapper-cls {
    padding: 1px 14px; 
        margin: 0 0 0 220px; /*Updated on 03-20-2016 */
    }


    .navbar-side {
        z-index: 1;
        position: absolute;
        width: 220px;  /*Updated on 03-20-2016 */
    }

    .navbar {
        border-radius: 0px;
    }
}
@media (min-width:280px) and (max-width:767px ){
    #menuClose {
        visibility:hidden;
    }
}

/*==============================================
    summernote - STYLE OVERWRITE     
  =============================================*/
   .note-codable
                {
                    display:none;
                }
                [data-name="codeview"] {
                     display:none;
                }

/*==============================================
    DASHBOARD NOTICES    
  =============================================*/
                   .widget-wrapper {
    background-color: #fff;
}

    .widget-wrapper .header-top, .widget-wrapper .header-top:hover {
        background-color: #716E6C;
        color: #fff;
        text-decoration: none;
    }

    .widget-wrapper a {
        color: #337ab7;
            font-size: 13px;
    }

        .widget-wrapper a:hover {
            text-decoration: none;
            color: #337ab7;
        }
    .widget-wrapper ul {
        list-style: none;
        padding-left: 0px;
       max-height: 500px;
    overflow: auto;
    }

        .widget-wrapper ul li {
              padding: 5px 15px;
    border: 1px solid #F9F9F9;
        }

            .widget-wrapper ul li:hover {
                background-color: #f3f3f3;
            }
.widget-wrapper span {
        margin-right: 10px;
    }
/*Updated on 03-20-2016*/
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 600;
    color: rgba(51, 51, 51, 0.8);
}
.nav > li > a > span {
    margin-top: 8px;margin-right: 8px;
}
h3, .h3 {
    font-size: 20px;
}
.form-control {
    padding: 6px 10px;}

/*==============================================
    DATATABLES STYLES
  =============================================*/

.dataTables_length
{
    display:none!important;
}
.dataTables_info
{
    display:none!important;
}
.dataTables_paginate
{
     display:none!important;
}

/*==============================================
    EVALUATION STYLES
  =============================================*/

    @media (min-width: 768px){
.custom-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: left; padding-left:18px
}}
.custom-horizonta {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: left; padding-left:18px
}
.custom-horizonta label{
margin-top: 5px!important;
}
