/*----------------------------------------------
Author : www.webthemez.com
License: Commons Attribution 3.0
http://creativecommons.org/licenses/by/3.0/
------------------------------------------------*/


/*----------------------------------------------
    COMMON  STYLES    
------------------------------------------------*/
html,body{
	height:100%;
	min-height:100%;	
	padding:0;
	margin:0;
	background: #E5EBF2;
}

body {
    font-family: 'Open Sans', sans-serif;
	
}

 #wrapper {
    width: 100%;
   /* background:#09192A;*/
	
	min-height:100%;	
}

#page-wrapper {
    padding: 15px 15px;
   
    background:#E5EBF2;
	width:100%;
	
}
#page-inner {
    width:100%;
    margin:10px 20px 10px 0px;
    background-color:transparent;
    padding:10px;
   /*// min-height:1200px;
  // height:1200px;*/
}

.text-center {
    text-align:center;
}
.no-boder {
    border:1px solid #f3f3f3;
}

h1, .h1, h2, .h2, h3, .h3 {
margin-top: 7px;
margin-bottom: -5px;
}
h2 {
    color: #000;
}
h4 {
    padding-top:10px;
}
.square-btn-adjust {
    border: 0px solid transparent; 
   -webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;

}
p {
    font-size:16px;
    line-height:25px;
    padding-top:20px;
}
/*----------------------------------------------
   DASHBOARD STYLES    
------------------------------------------------*/
.page-header {
padding-bottom: 9px;
margin: 10px 0 45px;
border-bottom: 1px solid #C7D1DD;
}
.panel-back {
    background-color:#fff;

}
.panel-default > .panel-heading {
color: #000;
background-color: #FFFFFF;
border-color: #ddd;
font-weight:bold;
}
.jumbotron, .well{
background:#fff;
}
   .noti-box {
min-height: 100px;
padding: 20px;
}

    .noti-box .icon-box {
display: block;
float: left;
margin: 0 15px 10px 0;
width: 70px;
height: 70px;
line-height: 75px;
text-align: center;
font-size: 40px;
}
.text-box p{
    margin: 0 0 3px;
}
.main-text {
    font-size: 25px;
    font-weight:600;
}
.set-icon {
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;

}
    .bg-color-green {
background-color: #fff;
color: #5cb85c;
}
 .bg-color-blue {
background-color: #fff;
color: #4CB1CF
}
  .bg-color-red, .bg-color-red * {
background-color: #fff;
color:#F0433D;
}
  .bg-color-brown {
background-color: #fff;
color:#f0ad4e;
}
.back-footer-green {
background-color: #5cb85c;
color:#fff;
border-top: 0px solid #fff;
}
 .back-footer-red {
background-color: #F0433D;
color:#fff;
border-top: 0px solid #fff;
}
 .back-footer-blue {
background-color: #4CB1CF;
color:#fff;
border-top: 0px solid #fff;
}
 .back-footer-brown {
background-color: #f0ad4e;
color:#fff;
border-top: 0px solid #fff;
}
 .icon-box-right {
display: block;
float: right;
margin: 0 15px 10px 0;
width: 70px;
height: 70px;
line-height: 75px;
text-align: center;
font-size: 40px;
}

 .main-temp-back {
background: #8702A8;
color: #FFFFFF;
font-size: 16px;
font-weight: 300;
text-align: center;
}
 .main-temp-back .text-temp {
font-size: 40px;
}
.back-dash {
    padding:20px;
    font-size:20px;
    font-weight:500;
  -webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
background-color:#2EA7EB;
color:#fff;
}
    .back-dash p {
        padding-top:16px;
        font-size:13px;
        color:#fff;
        line-height:25px;
        text-align:justify;
    }

     .color-bottom-txt {
   color: #000;
font-size: 16px;
line-height: 30px;
}
     /*CHAT PANEL*/
 .chat-panel .panel-body {
height: 450px;
overflow-y: scroll;
}
 .chat-box {
margin: 0;
padding: 0;
list-style: none;
}
 .chat-box li {
margin-bottom: 15px;
padding-bottom: 5px;
border-bottom: 1px dotted #808080;
}
 .chat-box li.left .chat-body {
margin-left: 90px;
}
 .chat-box li .chat-body p {
margin: 0;
color: #8d8888;
}
.chat-img>img {
    margin-left:20px;
}
footer p{
font-size: 14px;
}
/*----------------------------------------------
    MENU STYLES    
------------------------------------------------*/


.user-image {
    margin: 25px auto;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
max-height:170px;
max-width:170px;
}
.top-navbar{
margin:0px;
position:fixed;
width:100%; 
z-index:4;
}
.top-navbar .navbar-brand {
color: #fff;
width: 260px;
text-align: left;
height: 60px;
font-size: 30px;
font-weight: 700;
text-transform: uppercase;
line-height: 30px;

}
.top-navbar .nav > li {
position: relative;
display: inline-block;
}
.top-navbar .nav > li > a {
position: relative;
display: block;
padding: 19px 15px;
color: #77C0FD;
}
.top-navbar .nav > li > a:hover, .top-navbar .nav > li > a:focus {
text-decoration: none;
background-color: #225081;
color: #fff;
}
.top-navbar .dropdown-menu{
min-width: 230px;
border-radius: 0 0 4px 4px;
}
.top-navbar .dropdown-menu > li > a:hover, .top-navbar .dropdown-menu > li > a:focus{
color: #225081;
background:none;
}
.dropdown-tasks{
width: 255px;
}
.dropdown-tasks .progress {
height: 8px;
margin-bottom: 8px;
overflow: hidden;
background-color: #f5f5f5;
border-radius: 0px;
}
.dropdown-tasks > li > a { 
padding: 0px 15px;
}
.dropdown-tasks p {
font-size: 13px;
line-height: 21px;
padding-top: 4px;
}
.active-menu {
    background-color:#225081!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;
	padding-top:60px;
}
.sidebar-collapse .nav {
	padding:0;
}

/* // BY CEPT 1307 */
@media(min-width:768px) {
	.sidebar-collapse .nav > li > a {
		color:#fff;
		background:transparent;
		text-shadow:none;
	}
	.sidebar-collapse > .nav > li > a {
		padding:15px 10px;
	}

	.sidebar-collapse > .nav > li {
		border-bottom: 1px solid rgba(107, 108, 109, 0.19);
	}

	ul.nav.nav-second-level.collapse.in {
		background: #172D44;
	}
}
@media(max-width:768px) {
	.sidebar-collapse .nav > li > a {
		color:#fff;
		background:#09192a none repeat scroll 0 0;
		text-shadow:none;
	}
	.sidebar-collapse > .nav > li > a {
		padding:15px 10px;
	}
	.sidebar-collapse > .nav > li {
		border-bottom: 1px solid rgba(107, 108, 109, 0.19);
	}
	ul.nav.nav-second-level.collapse.in {
		background: #172D44;
	}
}
.sidebar-collapse .nav > li > a:hover,
.sidebar-collapse .nav > li > a:focus {
	 
	outline:0;
}
 
.navbar-side {
	border:none;
	background-color: transparent;
	
}
.top-navbar {
	background:#09192A;
	border-bottom:none;
	
}
.top-navbar .nav > li > a > i {
margin-right: 2px;
}
.top-navbar .navbar-brand:hover { 
color:#fff;

}
.dropdown-user li {
margin: 8px 0;
}
.navbar-default {
border:0px solid black;
     
}
.navbar-header {
    background: #09192A;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
background-color: #B40101;
}
.navbar-default .navbar-toggle {
border-color: #fff;
}

.navbar-default .navbar-toggle .icon-bar {
background-color: #FFF;
}
.nav > li > a > i {
    margin-right:10px;
}
/*----------------------------------------------
    UI ELEMENTS STYLES     
------------------------------------------------*/
.btn-circle {
width: 50px;
height: 50px;
padding: 6px 0;
 -webkit-border-radius: 25px;
-moz-border-radius: 25px;
border-radius: 25px;
text-align: center;
font-size: 12px;
line-height: 1.428571429;
}

/*----------------------------------------------
    MEDIA QUERIES     
------------------------------------------------*/
 
/* @media(min-width:768px) {*/
     #page-wrapper{
              
        padding: 15px 30px;
		
        
		padding-top:60px;
    }
	
	
    .navbar-side {
	
        z-index: 3;
        position: fixed;
        width: 260px;
		background: #09192A;
		margin-left:-260px;
		height:100%;
		overflow:auto;
    }

   .navbar {
 border-radius: 0px; 
}
   
/*}*/
@media(max-width:480px) {
	nav.navbar-side.closed_menu #main-menu {
		display:none !important;
		visibility:hidden !important;
	}
}

.page-header small {
display: block;
padding-top: 14px;
font-size: 19px;
}

#btn_menu{
float: left;
color: #fff;/* BY CEPT */
font-size: 30px;
line-height: 60px;
height: 60px;
margin-left: 5px;
cursor: pointer;
}
div.ui-datepicker-title select.ui-datepicker-month, div.ui-datepicker-title select.ui-datepicker-year {
	color:#555;
	font-size: 12px;;
}
td,th{
	background:#fff;
	color:#555;
	
}
table.table tr th{
	background:#09192A;
	color:#fff;
	text-align:center;
}
table.table tr:hover td {
	background-color:#d5e1ed;
}
table.table tr td{
	vertical-align:middle;	
}
div.ok{
	border:2px solid #330066;
	color:#330066;
	background:#ccc;
	padding:5px;
}

div.err{
	border:2px solid #663300;
	color:#663300;
	background:#ccc;
	padding:5px;
}

.ui-multiselect-checkboxes input{
     margin: 3px 3px 3px 4px;
}

.ui-multiselect-checkboxes input:focus {
     outline: 0;
}

table.data_table{
	width:100%;
}
.data_head{
	display: inline-block;
}


table.data_table  tr th{
	background-color:#09192A;
	color:#fff;
	text-align:center;
}
.data_table tr:hover td {
	background-color:#d5e1ed;
}

table.data_table tr th:first-child,
table.data_table tr td:first-child {
	border-left:0px dotted #9fa0a2;
}
table.data_table  tr td{
	background-color:#fff;
}

table.data_table  tr th,
table.data_table  tr td {
	border-left: 1px dotted #9fa0a2;
	border-bottom: 1px solid #cccccc;
	padding: 5px;
	vertical-align: middle;
}
table.data_table{
	border-collapse: collapse;
} 
table.data_table.center_data  tr td{
	text-align:center;
}
.wrap_table{
	border:2px solid #09192A;
}

p.error {
	font-size: 100%;
	color: red !important;
	padding: 0 7px;
}

ul.user_roles_list {
	color: #999;
	font-size: small;
	font-style: italic;
	cursor: default
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.fa-question-circle {
    font-size: 16px;
    position: relative;
    top: 1px;
    left: 5px;
}
.fa-question-circle .tooltiptext {
	visibility: hidden;
	width: 250px;
	background-color: #282828;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px;
	position: absolute;
	z-index: 1;
	top: -5px;
	left: 110%;
	margin-left: 5px;
}
.fa-question-circle .tooltiptext::after {
	content: "";
	position: absolute;
	top: 0%;
	right: 100%;
	margin-top: 8px;
	border-width: 5px;
	border-style: solid;
	border-color: transparent black transparent transparent;
}
.fa-question-circle:hover .tooltiptext {
	visibility: visible;
}

.app-notifications {
   
    background-color: #fff;
    display: inline-block;
    position: fixed;
    z-index: 999;
    width: 285px;
    left: 100%;
    margin-left: -290px;
    top: 60px;
    border-radius: 5px;
    display: none;
}

.app-notifications.error  .notification-message{
    color: #ff0000;
}

.app-notifications.error {
    border: 2px solid #ff0000;
}

.app-notifications.success  .notification-message{
    color: #28b517;
}

.app-notifications.success {
    border: 2px solid #28b517;
}

.app-notifications.success_center  .notification-message{
    color: #28b517;
}

.app-notifications.success_center {
    border: 2px solid #28b517;
    left: 50%;
    margin-left: -150px;
    width: 300px;
}

.notification-title {
    color: #2b467d;
    margin-bottom: 5px;
    position: relative;
}

.notification-title span{
    display: inline-block;
    margin-right: 10px;
}

.fa.fa-times.notification-close {
    padding: 0;
    float: right;
    cursor: pointer;
    font-size: 14px;
    position: absolute;
    top: -2px;
    right: 0;
    margin-right: -2px;
}

.notification-container {
    padding: 5px;
}
.form-control.error {
    border: 3px solid #ff0000;
}
button.error {
    border: 3px solid #ff0000;
}
.table-filter-row td {
    padding: 2px !important;
    box-sizing: border-box;
}
.table-filter-row input {
    width: 100%;
}


.blanc_detail_block { 
	width: 100%;
	margin-bottom: 30px
}
.blanc_detail_block .title {
	color: red;
}
.blanc_detail_block .input_reason {
	width: 100%;
	height: 50px;
	border: 2px solid red
}
.blanc_detail_block .select_reason {
	width: 100%; 
	height: 50px; 
	background: none; 
	cursor: pointer; 
	vertical-align: top
}
.blanc_detail_block .input_desc {
	width: 100%;
	height: 100px
}


.disabled {
	background: #EEE;
	cursor: not-allowed
}
.position-relative {
    position: relative;
}
#overlay {
    top: 0;
    left: 0;
    z-index: 9998;
    position: fixed;
    opacity: 0.45;
    -moz-opacity: 0.45;
    filter: alpha(opacity=45);
    width: 100%;
    height: 100%;
    background-color: #000;

}
#overlay_img {
    top: 50%;
    left: 50%;
    z-index: 9999;
    position: fixed;
    margin-top: -65px;
    margin-left: -65px;
    width: 34px;
}

.section-title-drop-down {
    padding-bottom: 10px;
    border-bottom: 2px solid #09192A;
    margin: 20px 0;
    font-size: 16px;
    cursor: pointer;
}
.cl {
    clear: both;
    height: 1px;
    overflow: hidden;
}
div.clear {
    clear: both;
    height: 1px;
    overflow: hidden;
}


/* The Modal (background) */
.popup-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 10; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.popup-modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

/* The Close Button */
.modal-close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
    line-height: 28px;
}

.modal-close:hover,
.modal-close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.popup-modal-header {
    padding: 5px 16px;
    background-color: #5cb85c;
    background-color: #2479c9;
    color: white;
}
.popup-modal-header h2 {
    font-size: 22px;
    margin: 0;
    color: #fff;
}

.popup-modal-body {
    padding: 2px 16px;
}

.popup-modal-footer {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}

.tooltip-container {
    position: absolute;
    display: none;
    border: 1px solid #545454;
    color: #545454;
    z-index: 1000;
    padding: 2px;
    background-color: #fff;
    opacity: 1;
    padding: 5px;
    width: 200px;
    font-size: 12px;
}
#unread_feedback a {
	color: #fff;
	font-size: 16px;
	background: #f00;
	border-radius: 50%;
	padding: 3px 6px 3px 3px;
	text-decoration: none;
}
#unread_feedback a:hover {
	background: #ca2057;
}
.toast__container {
    display: table-cell;
    vertical-align: middle;
}

.toast__cell{
  display:inline-block;
}

.add-margin{
  margin-top:20px;
}

.toast__svg{
  fill:#fff;
}

.toast {
  text-align:left;
    padding: 7px 0;
    background-color:#fff;
    border-radius:4px;
    width: 500px;
    max-width: 95%;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    position: fixed;
    z-index: 99999999;
    box-shadow: 1px 7px 14px -5px rgba(0,0,0,0.2);
}


.toast:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
  border-top-left-radius:4px;
  border-bottom-left-radius: 4px;

}

.toast__icon{
  position: absolute;
    top: 50%;
    left: 22px;
    transform: translateY(-50%);
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
}

.toast__type {
  color: #3e3e3e;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 18px;
}

.toast__message {
    font-size: 14px;
    margin-top: 0;
  margin-bottom: 0;
    color: #878787;
}

.toast__content{
  padding-left:70px;
  padding-right:60px;
}

.toast__close {
    position: absolute;
    right: 22px;
    top: 50%;
    width: 14px;
    cursor:pointer;
    height: 14px;
    transform: translateY(-50%);
    font-size: 33px;
    font-weight: 100;
    color: #878787;
    line-height: 16px;
}

.toast--success .toast__icon{
  background-color:#2BDE3F;
}

.toast--success:before{
  background-color:#2BDE3F;
}

.toast--error .toast__icon{
  background-color:#ee1c1c;
}

.toast--error:before{
  background-color:#ee1c1c;
}

.toast--info .toast__icon{
  background-color:#1D72F3;
}

.toast--info:before{
  background-color:#1D72F3;
}

.toast--warning .toast__icon{
  background-color:#FFC007;
}

.toast--warning:before{
  background-color:#FFC007;
}
.toast__icon .fa {
    color: #fff;
    padding: 0;
    line-height: 26px;
    font-size: 17px;
}
.toast p {
    padding: 0;
}
.menu-qty {
    border-radius: 50%;
    display: inline-block;
    background-color: #fff;
    border: 1px solid #f00;
    color: #f00;
    text-align: center;
    padding: 2px 5px;
    min-width: 25px;
}