/*
 * Skin: Black
 * -----------
 */
/* skin-black navbar */
/*html
 {
    min-width: 370px !important;
}*/


.skin-black .main-header {
/*   -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);*/
  /*    border-bottom: 1px solid #eee;*/
    padding-bottom: 5px;
   border-bottom:  1px solid #e6e6e6;
   background-color: #fff;
   position: fixed;
    top: 0;
    width: 100%;


}
.skin-black .main-header .navbar-toggle {
  color:  #333;
}
.skin-black .main-header .navbar-brand {
  color: #333;
  border-right: 1px solid #eee;
}
.skin-black .main-header > .navbar {
  background-color: #ffffff;
}
.skin-black .main-header > .navbar .nav > li > a {
  color: #898989;
  font-size:13px;
  font-weight:bold;
  padding-top:10px;
  padding-bottom:0px;
  padding-left:10px;
  padding-right:10px;
}
.skin-black .main-header > .navbar .nav > li > a:hover,
.skin-black .main-header > .navbar .nav > li > a:active,
.skin-black .main-header > .navbar .nav > li > a:focus,
.skin-black .main-header > .navbar .nav .open > a,
.skin-black .main-header > .navbar .nav .open > a:hover,
.skin-black .main-header > .navbar .nav .open > a:focus {
  background: none;
  color: rgb(117, 185, 231); /*#999999;*/
}
.skin-black .main-header > .navbar .navbar-custom-menu > .nav {
  margin-right: 10px;
}
.skin-black .main-header > .navbar .sidebar-toggle {
  color: #4E4E4E;
  padding-bottom : 0px;
  margin-top:-10px;
  font-size:24px;
}
.skin-black .main-header > .navbar .sidebar-toggle:hover {
  color: #6E6E6E;
  background: unset;
}
.skin-black .main-header > .navbar > .sidebar-toggle {
  color: #333;
  border-right: 0px solid #eee;
}
.skin-black .main-header > .navbar .navbar-nav > li > a {
  border-right: 0px solid #eee;
}
.skin-black .main-header > .navbar .navbar-custom-menu .navbar-nav > li > a,
.skin-black .main-header > .navbar .navbar-right > li > a {
  border-left: 0px solid #eee;
  border-right-width: 0;
  font-weight: normal;
  color:#007AC2;

}


.skin-black .main-header > .navbar .navbar-custom-menu .navbar-nav > li > a:hover ,
.skin-black .main-header > .navbar .navbar-right > li > a:hover {
  border-left: 0px solid #eee;
  border-right-width: 0;
  font-weight: normal;
  color: rgb(117, 185, 231);

}


.skin-black .main-header > .navbar .navbar-custom-menu .navbar-nav > li > a > span.top-menu-item ,
.skin-black .main-header > .navbar .navbar-right > li > a  > span.top-menu-item {
      display: block;
    float: right;
    padding-top: 2px;
}



.skin-black .main-header > .logo {
  background-color: #ffffff;
  color: #4E4E4E;
  border-bottom: 0px solid transparent;
 font-family:  'Montserrat', sans-serif;
 font-size:16px;
 
    position: absolute;
    top: 25%;

}
.skin-black .main-header > .logo > a {
  color: #333333;
 
}
.skin-black .main-header > .logo:hover {
  background: #fff;
}


.skin-black .main-header li.user-header {
  background-color:  #fff; 
}

.navbar-header{
    display:inline-block;
}

.skin-black .content-header {
  background: transparent;
  box-shadow: none;
}
.skin-black .user-panel > .image > img {
  border: 1px solid #444;
}
.skin-black .user-panel > .info,
.skin-black .user-panel > .info > a {
  color: #eee;
}
 
.skin-black .wrapper {
  background: #fff; /* #222;*/ 
}


.skin-black .main-sidebar,
.skin-black .left-side  {
  background: #fefefe;/* #222;  */
}


.skin-black .sidebar > .sidebar-menu > li.header {
  background: #fff; /*  #1d1d1d; */
  color: #898989; /* rgba(255, 255, 255, 0.4);*/
}
.skin-black .sidebar > .sidebar-menu > li > a {
  margin-right: 1px;
  border-left: 3px solid transparent;
  font-size: 14px;
  font-weight:bold;
}
.skin-black .sidebar > .sidebar-menu > li > a:hover,
.skin-black .sidebar > .sidebar-menu > li.active > a {
color: rgb(117, 185, 231);
 /*  background:  #eee;  #444;*/
  border-left-color: #fff;
}


 
.skin-black .sidebar > .sidebar-menu > li.TopMenuS > a {
color: #007AC2;
 /*  background:  #eee;  #444;*/
  border-left-color:  none;
}



.skin-black .sidebar > .sidebar-menu > li > .treeview-menu {
  background: #fff;
}
.skin-black .sidebar a {
  color: #898989;
}
.skin-black .sidebar a:hover {
  text-decoration: none;
}
.skin-black .treeview-menu > li > a {
  color: #333;
}
.skin-black .treeview-menu > li.active > a,
.skin-black .treeview-menu > li > a:hover {
  color: #333;
}
.skin-black .sidebar-form {
  border-radius: 3px;
  border: 1px solid #3c3c3c;
  margin: 10px 10px;
}
.skin-black .sidebar-form input[type="text"],
.skin-black .sidebar-form .btn {
  box-shadow: none;
  background-color: #3c3c3c;
  border: 1px solid transparent;
  height: 35px;
  -webkit-transition: all 0.3s cubic-bezier(0.32, 1.25, 0.375, 1.15);
  -o-transition: all 0.3s cubic-bezier(0.32, 1.25, 0.375, 1.15);
  transition: all 0.3s cubic-bezier(0.32, 1.25, 0.375, 1.15);
}
.skin-black .sidebar-form input[type="text"] {
  color: #666;
  border-top-left-radius: 2px !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 2px !important;
}
.skin-black .sidebar-form input[type="text"]:focus,
.skin-black .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
  background-color: #fff;
  color: #666;
}
.skin-black .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
  border-left-color: #fff;
}
.skin-black .sidebar-form .btn {
  color: #999;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 2px !important;
  border-bottom-right-radius: 2px !important;
  border-bottom-left-radius: 0 !important;
}

.logo-prefix{
    color:#007AC2;
    font-weight:bold;
}

.logo-subfix{
    color:#4E4E4E;
    font-weight:300;
}

.spliter-menu{
    padding-top:10px;
}

.icon-woca{
     
}
.gl-top-menu{
     display: block;
}

.gl-top-menu{
 margin-right: 0px;
} 

.gl-top-menu > div {
  float:right;
}

.gl-top-menu > div > ul > li{
   
    width:1px;
    white-space:nowrap;
    text-transform: uppercase;
 

}


.profile-button-center{

    margin-left:25px;

}

.navbar-nav > .user-menu img.user-image {
    margin-right :0px;
 
}

.skin-black .main-header > .navbar .navbar-nav > li > a.ioc-link {
 padding-left: 0px;
 padding-top:12px;
 
}

.logo > small {
display: block;
    line-height: 0px;
    margin-top: 0px;
    font-size:12px;
    font-weight:bold;
    color:red;
}

.message-success   {
 font-size:11px;
    color:green;

}

.skin-black .main-header > .navbar .nav > li > a.message-toggle  {
    display: inline;
}
.message-success >a > i   {
 font-size:14px;
    color:green;

}
 
 .message-danger   {
  font-size:11px;
    color:red;

}
 .message-danger >a >i   {
  font-size:14px;
    color:red;

}

 ul > li.message-box-item{

     list-style-position:inside;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; 
 }

 .user-footer > ul{
        list-style: none;
    padding-left: 0px;
    cursor: pointer;
    font-family: 'Lato', sans-serif;
}


 .USATextTestSite
        {
           /* position: absolute;
            top: 5px;
            left: 200px;*/
            z-index: 99999;
            font-family: Tahoma;
            font-size: 12px;
        }
.USATextProduction
        {
          /*   position: absolute;
            top: 28px;
            right: 10px;*/
            z-index: 99;
            font-family: Tahoma;
            font-size: 12px;
        }
.content-full-width {
    position: absolute;
    top: 75px;
    bottom: 0;
  
    right: 0;
}


/*notification*/

        .user-avatar {
            width: 40px;
            height: 40px;
        }

        #WoCaNotification {
            font-size: small;
            width: 300px;
            overflow-y: auto;
            max-height: 200px;
        }

        .NotificationItem {
            display: block;
            cursor: pointer;
            padding-left: 10px;
    border-bottom: 1px solid #eee;
        }

            .NotificationItem:hover {
                color: white;
                background-color: #75b9e7;
            }

                .NotificationItem:hover .timeago {
                    color: white;
                }

            .NotificationItem .media {
                padding: 3px;
            }

            .NotificationItem span.internal-link {
                font-weight: bold;
            }

        .timeago > .LastUpdatedDate {
            font-size: 10px;
        }

        #ulNotificationList {
            max-height: 350px;
            overflow: hidden;
            overflow-y: scroll;
            padding-left: 10px;
            padding-right: 10px;
            background-color: #fefefe;
        }

 
/*notification*/

/*Frame Menu & Content*/
 .left-menu-box{
    position: absolute; top: 65px; bottom: 0; left: 0;
}

.content-box{
    position: absolute; top: 70px; bottom: 0; left: 230px; right: 0;
  
}

.icon {
      display:inline-block !important;
}

.icon.btn.disabled{
       
     white-space:unset;
     display:inline-block;
}
 



/*Active Menu*/
.skin-black .main-header > .navbar .nav > li.TopMenuS > a
  { 
font-weight: bold;
    color: #007AC2;
    background-color:none;
    white-space: nowrap;
 }

.left-menu-box > a {

    position:absolute ; top:15px; right:2px;
}

.content-box > a {
   position: absolute;
    top: 10px;
    left: 18px;
    transform: rotate(90deg);
    transform-origin: left top 0;
    color: #3c8dbc;
        display: block;
    background-color: #efefef;
    border-radius:5px 5px 0px 0px;
    border-top:1px #ccc solid;
    border-bottom:1px #ccc solid;
    border-right:1px #ccc solid;
    font-size:14px;
}


/*message-box*/
.message-box-outer{
     position: absolute; top:5px; left:0px;  height:45px; max-height:40px; width:200px; z-index:700; 

  overflow:hidden;
}




.hide-left-menu{
 left:-230px !important; 
}

.content-box-full-width{
 left:0px !important ;
}
.skin-black .main-header > .navbar .nav > li > a.icon{
    cursor:pointer;
}

.skin-black .main-header > .navbar .nav > li > a.notifications-menu  {
 padding-top:8px;
}


.skin-black .main-header > .navbar .nav > li > a.icon >  i {
    font-size:20px;    
}


.skin-black .main-header > .navbar .nav > li > a.notifications-menu >  i {
    font-size:26px;    
    display:block;
}



.skin-black .main-header > .navbar .nav > li > a.icon >  i > span {
   padding-left:0px;
   padding-right:0px;
   width: 12px;
}

.message-box > .dropdown-toggle {
    cursor:pointer;
}
 

.open > .dropdown-message{   
   position: absolute;
    top: 2px;
    left: 20px;
    border: 1px solid #fff;
    padding: 3px;
    max-height: 38px;
    overflow-x: hidden;
    overflow-y: hidden;
    line-height: 1em;
    list-style: none;
    background-color:#fff;
    z-index:100;
}

div.message-box > ul.dropdown-message {
     background-color:#fff;
 top: 2px;
    left: 20px;
    position: absolute;
    list-style:none; padding-left:5px;
 }





 
@media (max-width: 767px) {
    .navbar-custom-menu{
        position: absolute;
top: 0px;
right: 0px;
    }
  ul > li.message-box-item{

     list-style-position: unset;
  white-space:  unset;
  overflow:  unset ;
  text-overflow:  unset ; 
 }

  .skin-black .main-header > .logo {
    background-color: #eee; /* #222222;*/
    color: #999;
    border-bottom: 0px solid transparent;
    border-right: none;
  }
  .skin-black .main-header > .logo > a {
    color: #ffffff;
  }
  .skin-black .main-header > .logo:hover {
    background: #eee; /* #1f1f1f; */
  }

.navbar-nav > .user-menu img.user-image {
    margin-top : -3px;
 
}
.skin-black .main-header > .navbar .nav > li > a.notifications-menu > i {
    font-size:26px !important;
    padding-top:0px;
}


.skin-black .main-header > .navbar .nav > li > a.icon{
    font-size:25px;
}



.skin-black .main-header > .navbar .navbar-nav > li > a.ioc-link {
 margin-top : 0px;
 
}

.skin-black .main-header > .navbar{
    border-bottom:1px solid #e6e6e6;
}
 .skin-black .main-header {
/*   -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);*/
  /*    border-bottom: 1px solid #eee;*/
    padding-bottom: 0px;
   border-bottom:  0px solid #e6e6e6;
}
 

 .skin-black .main-header > .navbar .nav > li > a.icon >  i {
    font-size: 25px;
   
    position: relative;
    top: -2px;
    

}



.message-box-outer {

        position: absolute;
    top: 5px;
    left: 50px;
    height: 40px;
    max-height: 40px;
    width: 200px;
    overflow: hidden;
    min-width: 70px;
}


div.message-box > ul.dropdown-message {

background-color: #fff;
    position: absolute;
    list-style: none;
    padding-left: 5px;
    position: absolute;
    top:0px;
    left: 2px;
    overflow: hidden;
    max-height: 30px !important;


 }

 .open > .dropdown-message{   

    border: 0px solid #4aa3df;
    padding: 0px;
    height: 25px;
    overflow: hidden;
 text-overflow: ellipsis;
     max-width:400px;
    height: auto;
    line-height: .8em;    
    z-index:100;
    

}
  .open > .dropdown-message > li > div > strong.text-danger  {   

  font-size:14px;
   line-height: 1em; 
   
  

}

.left-menu-box{
    position: absolute; top: 70px; bottom: 0; left: 0;
}
.sidebar-open .left-menu-box{
    position: absolute; top:-20px; bottom: 0; left: 0px; right: 0;
}

.content-box{
    position: absolute; top:75px; bottom: 0; left: 230px; right: 0;
}

.sidebar-open .content-box{
    position: absolute; top:-15px; bottom: 0; left: 230px; right: 0;
}

.message-box{
    position: absolute;
    top: 3px;
    left: 50px;
    height: 40px;
    max-height: 40px;
   
    font-size: 25px;
}
 
.message-box > .dropdown-menu {
   position:absolute;
   top:30px;
   left:0px;
}
 

.logo > small {
display: block;
    line-height: 0px;
    margin-top: -4px;
    font-size:12px;
    font-weight:bold;
    color:red;
}


}

/* Customize For Login Page */
.login_page_header {
    position: relative !important;
    top: 20px !important;
    width: 85% !important;
    margin: 0 auto !important;
    text-align: left !important;
    float: none !important;
    padding-left: 0px !important;
}
.header_line_login_page {
    border-bottom:  1px solid #e6e6e6 !important;
}
@media (min-width: 412px) {
    .login_page_header {
        width:300px !important;
    }
}
@media (max-width: 767px) {
    .login_page_header {
        background-color:white !important;
    }
}


