/*=======================Lato Fonts===============*/

@font-face {
    font-family: 'DA Hairline';
    src: url('../fonts/DA-Hairline.woff2') format('woff2'),
        url('../fonts/DA-Hairline.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'DA';
    src: url('../fonts/DA-Bold.woff2') format('woff2'),
        url('../fonts/DA-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'DA';
    src: url('../fonts/DA-Regular.woff2') format('woff2'),
        url('../fonts/DA-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DA';
    src: url('../fonts/DA-Medium.woff2') format('woff2'),
        url('../fonts/DA-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'DA';
    src: url('../fonts/DA-Black.woff2') format('woff2'),
        url('../fonts/DA-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'DA';
    src: url('../fonts/DA-Heavy.woff2') format('woff2'),
        url('../fonts/DA-Heavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'DA';
    src: url('../fonts/DA-Semibold.woff2') format('woff2'),
        url('../fonts/DA-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'DA';
    src: url('../fonts/DA-Light.woff2') format('woff2'),
        url('../fonts/DA-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'DA Hairline';
    src: url('../fonts/DA-HairlineItalic.woff2') format('woff2'),
        url('../fonts/DA-HairlineItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'DA';
    src: url('../fonts/DA-Thin.woff2') format('woff2'),
        url('../fonts/DA-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}

/*============Lato Fonts===============*/


@font-face {
  font-family: 'DA';
  src: url('../fonts/MicrosoftTaiLe.eot?#iefix') format('embedded-opentype'),  url('../fonts/MicrosoftTaiLe.woff') format('woff'), url('../fonts/MicrosoftTaiLe.ttf')  format('truetype'), url('../fonts/MicrosoftTaiLe.svg#MicrosoftTaiLe') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'DA';
    src: url('../fonts/AvenirLTStd35Light.woff2') format('woff2'),
        url('../fonts/AvenirLTStd35Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'DA';
    src: url('../fonts/AvenirLTStd-Medium.woff2') format('woff2'),
        url('../fonts/AvenirLTStd-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir Next LT Pro';
    src: url('../fonts/AvenirNextLTPro-Regular.woff2') format('woff2'),
        url('../fonts/AvenirNextLTPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir LT Std';
    src: url('../fonts/AvenirLTStd-Book.woff2') format('woff2'),
        url('../fonts/AvenirLTStd-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir LT Std';
    src: url('../fonts/AvenirLTStd-Black.woff2') format('woff2'),
        url('../fonts/AvenirLTStd-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'Avenir';
    src: url('../fonts/Avenir-Roman.woff2') format('woff2'),
        url('../fonts/Avenir-Roman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DA';
    src: url('../fonts/AvenirLTStd-Medium.woff2') format('woff2'),
        url('../fonts/AvenirLTStd-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Myriad Pro';
    src: url('MyriadPro-Bold.woff2') format('woff2'),
        url('MyriadPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}


*{
	padding:0;
	margin:0;
}
body{
	font-family: 'DA';
	font-size:14px;
	line-height:18px;
	/*color:#868686;*/
	color:#212529;
	background:#fcfcfc;
	box-sizing: border-box;
}
a{
	color:#5c5b5b;
	transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
}
a:focus{
	outline:none;
}
input, button{
	transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
}
a:hover{
	text-decoration:none;
}
.container {
	/*max-width:740px;*/
	max-width:970px;
}
.logo{
	width:153px;
	float:left;
}
.login_page .logo a{
	display:table;
	margin:0 auto;
}
.update .site-header{
	height:auto;
}
.site-header{
	height:78px;
	width:100%;
	float:left;
	padding-top:10px;
/*	padding-left:35px;
	padding-right:35px;
*/}
.header_bg{
	background:url(../img/header_bg.png) repeat-x 0 0;
	height:20px;
	width:100%;
}
.navbar-nav {
    float: none;
    margin: 0 auto;
    text-align: center;
}
.navbar{
	margin:35px 0 0;
	min-height:auto;
	background:none;
	border:none;
	float: right;
}
.nav > li {
    margin: 0 0 0 30px;
}
.nav > li:first-child{
	margin:0;
}
.navbar-nav > li > a {
    padding-bottom:5px!important;
    padding-top: 0;
	padding-left:0!important;
	padding-right:0!important;
	font-family: 'DA';
	font-size:14px;
	color:#868686;
	text-decoration: none;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover{
	background:none;
	color:#868686;
}
.navbar-default .navbar-nav > .active > a{
	border-bottom:3px solid #233490;
}
blockquote {
    border-right: 5px solid #006c98;
    margin: 0;
    padding: 10px 26px;
	color: #000;
	transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
}
.list-group-menu{	
	width:100%;
	float:left;
	clear:both;
	margin-bottom:0;
}
.menu_bnt {
	border-top:1px solid #dcdcdc;	
	background:#fff;
	padding: 3px;
	color: #5c5b5b;
	transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
}
.list-group-menu:last-child .menu_bnt{
	border-bottom:1px solid #dcdcdc;
}
.menu_bnt:hover{
	background:#f2f2f2;
}
.active_bnt .menu_bnt{	
	background:#ededed;
	border:1px solid #bdbdbd;
}
blockquote p{
    font-size: 12px;
	margin-bottom:0;
	color:#868686!important;
}
h1{
	font-size:24px;
	color:#5c5b5b;
	margin:0;
}
blockquote span, .read-more{
	color:#04369b;
	font-size:13px;
	display: inline-block!important;
    width: auto!important;
}
.read-more:hover{
	color:#04369b;
}
.all-menu {
    margin:14px auto 0;
    /*max-width: 640px;*/
    width: 100%;
}
#MainContent{
	width:100%;
	float:left;
}
.breadcrumb {
    background: none !important;
    border-radius:0;
    list-style:none;
    margin-bottom:0;
    padding:0 0 5px;
	margin-top:15px;
}
.breadcrumb li{
	padding:0 0 0 4px;
	line-height:26px;
}
.breadcrumb li:first-child{
	padding-left:0;
}
.breadcrumb a, .breadcrumb li{
	color: #838481;
    font-size: 16px;
	font-weight:300;
}
.breadcrumb a:hover{
	color:#000;
}
.breadcrumb .active a{
	opacity:1;
	color:#000;
}
.complete{
	display:none;
}
label{
	font-weight:normal !important;
	float:left;
	margin-bottom:3px;
	width:100%;
}
.remember_bnt{
	line-height:inherit;
	float:none;
}
.login_page h1 {
    border-bottom: 1px solid #d7d7d7;
    margin:20px 0 20px;
    padding-bottom: 5px;
}
input[type="input"], input[type="text"], input[type="email"], input[type="password"], input[type="number"], .col-sm-6.col-md-6 select, .col-sm-5.col-md-5 select, .col-sm-4.col-md-4 select, textarea{
	height:36px;
	resize:none;
	border:1px solid #d7d7d7;
	margin-bottom:15px;
	width:100%;
	padding:0 10px;
	font-size:14px;
	background:#fff;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
input[type="input"]:focus, input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus, select:focus{
	background-color:#eeeeee;
	border-color:#bcbcbc;
	outline:none;
}
select{
	background:#fff url(../img/select_arrow_new.png) no-repeat right center!important;
	width:100%;
}
select:focus{
	background:#eeeeee url(../img/select_arrow_new.png) no-repeat right center !important;
}
table td{
	vertical-align:top;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
	width:100%;
}
.login_page table{
	max-width:350px;
	margin: 0 auto;
}
.login_page table td{
	float:left;
	width:100%;
}
#red.button{
	background:#ec0a25!important;
}
input[type="button"], input[type="submit"], .tcs_btn input[type="reset"], #red.button, .disabled a{
	background:#000;
	border:none;
    border-radius: 0;
    color: #fff;
    font-size: 16px;
	margin-bottom:20px;
    height:42px;
    line-height:44px;
    width: 100%;
	display: inline-block;
	text-align: center;
	margin-top:10px;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
.disabled a{
	opacity:.3;
}
.tcs_btn input[type="submit"], .tcs_btn input[type="reset"]{
    display: inline-block;
    float: none;
    width: 30%;
    margin-left: 0;
    margin-right: 0;
	max-width:120px;
	margin-top:0;
}
input[type="submit"]:hover, input[type="reset"]:hover{
	background:#999;
}
.forgot{
	display:table;
	margin:20px auto 0;
	color:#335aa7;
}
.select_com select{
	width:100%;
	padding:0px 43px 0px 10px;
	background:url(../img/select_arrow.png) no-repeat 96% center #fff;
	border:1px solid #d7d7d7;
	font-size:14px;
	height:35px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	/*max-width:290px;*/
}
select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.select_com option{
	padding:5px;
}
.max-width-50{
	max-width:420px;
	float:none;
	 margin:0 auto;
}
.content {
    float: left;
    margin-top: 25px;
    width: 100%;
	/*min-height:250px;*/
}
.footer_menu{
	background:#e7e7e7;
	float:left;
	width:100%;	
	border:1px solid #d3d3d3;
}
.footer_right{
	float:left;
	width:50%;
}
.footer_left{
	float:left;
	width:50%;
}
.footer_right li{
	list-style:none;
	float:left;
	width:20%;
	border-left:1px solid #c0c0c0;
	text-align:center;
}
.footer_right a {
    float: left;
    padding: 20px 0;
	color:#000876;
	width:100%;
	font-size:12px;
}
.footer_right a:hover{
	background:#afafaf;
}
.footer_right a .lt-icon{
	font-size:26px;
	margin-bottom:5px;
	
}
.footer_left .pagination > li > a, .footer_left .pagination > li > span{
	border:none;
	background:none;
	
}
.footer_left .pagination > li > a .lt-icon{
	font-size:26px;
	color:#000876;	
}
.footer_left .pagination > li{
	float:left;
	border-left:1px solid #c0c0c0;
	
}
.footer_left .pagination > li > a{
	padding:22px 0;
	width:100%;
	text-align:center;
	font-size:12px;
}
.page_number .page-link{
	font-size:12px;
	padding:32px 0;
	color:#000876;
}
.footer_left .pagination > li.previous_dox{
	width:42px;
	float:left;
	border-left:none;
}
.footer_left .pagination > li.next_dox{
	width:42px;
	float:right;
}
.page-item.page_number {
   float:left;
    width: 270px;
}
.footer_left .pagination {
    border-radius: 0;
    display: table;
    float: left;
    margin: 0;
    padding: 0;
	width:100%;
}
.navigation.example{
	 float: left;
    width: 100%;
}


.table{
	border:1px solid #ccc;
	border-top:none;
}
.datatable .table{
	border:1px solid #ccc;
}
.tabel_small{
	max-width:350px;
	width:100%;
	margin:0 auto;
	display:table;
}
.tabel_middle{
	max-width:450px;
	width:100%;
	margin:0 auto;
	display:table;
}

.login_page .navbar{
	display:none;
}
.zip_box{
	width:100%;
	float:left;
}
.footer-menu ul{
	margin:0;
	padding:0;
	width:100%;
}
.footer-menu ul li:first-child{
	border-left:none;
}
.footer-menu ul.footer_all_menu li{
	border-left:1px solid #029acf;
}
.footer-menu ul li{
	list-style:none;
	float:left;
	width:12.5%;
	text-align:center;
	border-left:1px solid #029acf;
	background:#0291c2;
}
.footer-menu ul li a, .footer-menu input[type="reset"] {
    display: block;
    height: 53px;
    line-height: 53px;
    text-align: center;
	color:#fff;
	font-size:16px;
	width: 100%;
	background:none;
	border:none;
}
.footer-menu ul li a:hover, .footer-menu input[type="submit"]:hover, .footer-menu input[type="reset"]:hover{
	opacity:1;
	background:#04b4f2;
}
.footer-menu {
    border-top: 1px solid #ccc;
    float: left;
    margin-top: 0;
    padding-top: 15px;
    width: 100%;
}
.footer-menu input[type="submit"]{
	background:none;
	margin:0;
	line-height:53px;
	height:53px;
}
.footer-menu input[type="text"]{
	background:none;
	margin:0;
	line-height:53px;
	height:53px;
	border:none;
	color:#fff;
	text-align:center;
}


/*.grid__item:nth-child(2n+1){
	clear:both;
}
*/.datatable {
    float: left;
    margin-top: 20px;
    width: 100%;
}
.dataTables_wrapper .dataTables_paginate .paginate_button{
	padding:0;
}
.footer_section{
	width:10%;
	text-align:center;
	width:100%;
	padding:20px 0;
	float:left;
}
.morecontent .more {
    display: none;
}
.morelink {
    display: block;
}
.customer_login li {
    float: left;
    list-style: outside none none;
	padding: 0 0 0 12px;
}
.customer_login a {
    color: #233490;
    font-size: 13px;
    /*font-weight: 600;*/
    padding: 0 6px;
}
.login_page .customer_login{
	display:none;
}
.customer_login {
    position: absolute;
    right: 15px;
	top:32px;
    width: auto;
}
.customer_login a{
	color:#868686;
}
.customer_login a:hover{
	text-decoration:none;
}
.customer_login ul{
	margin:0;
}
.comments h2{
	color: #04369b;
    font-size: 14px;
    font-weight: 600;
	padding: 0 20px 12px;
	margin:0;
	border-bottom:2px solid #04369b;
	display:table;
	position:relative;
	z-index:1;
}
.comments_info {
    border-top: 1px solid #a1a1a1;
    float: left;
    padding: 20px 0 0;
	margin-top:-1px;
    width: 100%;
}
.comments_info .comments_box {
    /*background: #f7f7f7;*/
    border: medium none;
    height: 195px;
    overflow: auto;
    width: 100%;
	/*padding:15px;*/
}
.btn-default{
	padding:6px 30px;
}
.comments_box ul li:first-child{
	/*border-top:none;
	padding-top:0;*/
}
.comments_box ul li{
	border-top: 1px solid #ccc;
    float: left;
    list-style: none;
    /*padding-top: 20px;*/
    width: 100%;
	/*padding-bottom:10px;*/
	background: #d7d7d7;
	padding:15px;
}
.comments_box ul li.alternate{
	background: #eeeeee;
}
.comments_box ul li ul li.alternate{
	background:none;
}
.comments_box ul li ul li{
	background:none;
}
.comments_box ul li span{
	color: #04369b;
    float: left;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 5px;
    
}
.global_content .btn-default{
	 display: table;
    float: none;
    margin: 60px auto 0;
}
.date_info {
    float: left;
    width: 100%;
}
.comments {
    clear: both;
    float: left;
    width: 100%;
	margin:15px auto 10px;
}
.comments-icon {
    float: right;
    width: auto;
}
.comments-icon a {
    color: #04369b;
    float: left;
    font-size: 14px;
	padding:0 5px;
	
}
.comments_box p{
	clear:both;
	margin-bottom:0;
}
.comments .comments-icon ul li:first-child{
	border-left:none;
	padding-left:0;
	margin-right:6px;
}
.comments .comments-icon li {
    border: none;
    clear: none;
	float: left;
    padding: 0 0 0 6px;
    width: auto;
	border-left:1px solid 
}
.inputpicker-div{
	clear:both;
}
.comments_add{
	width:100%;
	float:left;
	clear:both;
	margin-bottom:25px;
}
.comments_add input[type="submit"]{
	max-width:100px;
	padding:0;
	line-height:40px;
	height:40px;
}
.administration_table{
	margin-top:15px;
	float:left;
	width:100%;
}
.tab-section{
	clear:both;
	float:left;
	width:100%;
	margin-top:15px;
}
.tab-section .comments {
    margin:0 auto 15px;
}
.tab-section .comments h2{
	display:none;
}
.tab-section .comments .comments_info{
	border-top:none;
	padding:0;
	margin:0;
}
.static-table{
	width:100%;
	float:left;
}
table.static-table th, table.static-table td {
    padding: 8px;
	border:1px solid #ddd;
	font-size:12px;
}
.static-table td a{
	color:#233490;
}
.pagination-footer {
    clear: both;
    display: table;
    float:left;
    margin: 0 auto 0;
    width:100%;
	padding-top:15px;
	border-top:1px solid #ccc;
}
.pagination-footer .footer-menu{	
	margin:0 auto;
	float:none;
	width:270px;
	display:table;
	border-top:none;
	padding-top:0;
}
.pagination-footer .footer-menu ul li{
	width:33.33%;
}
select.yellow{
	/*background:#ffff84;*/
	width:120px;
	padding-right:20px;
	border:1px solid #d7d7d7;
}
select.cyan{
	/*background:#00ffff;*/
	width:120px;
	padding-right:20px;
	border:1px solid #d7d7d7;
}
select.chartreuse{
	/*background:#00ff42;*/
	/*width:100px;*/
	width:120px;
	padding-right:20px;
	border:1px solid #d7d7d7;
}
.radio_group {
    clear: both;
    width: 100%;
	float:left;
	margin-bottom:15px;
}
.radio_group > label {
    margin-left: 10px;
}
.radio_group > label:first-child{
	margin-left:0;
}
.radio_group input[type="radio"]{
	margin-right:4px;
}
.form-group textarea.mail_msg{
	height:120px;
}
.responsive-table {
    float: left;
    overflow: auto;
    width: 100%;
	/*height:200px;*/
	padding-bottom:15px;
}
input[type="submit"].max_btn{
	 display: table;
    float: right;
    margin:0 auto 15px;
    padding: 0 25px;
    width: auto;
}
.select_com {
    float: left;
    margin-bottom: 16px;
    width: 100%;
}
table.static-table td{
	vertical-align:middle;
}
input.single_btn[type="text"]{
	margin-bottom:0;
	padding:0;
	text-align:center;
	width:50px;
}
input[type="text"].yellow_btn{
	margin-bottom:0;
	width:100%;
	padding:0;
	text-align:center;
}
input[type="text"].yellow_btn.full_width{	
	width:100%;
}
select.chartreuse.full_width{
	width:100%;
	}
input[type="text"].cyan_btn{
	margin-bottom:0;
	width:100%;
	padding:0;
	text-align:center;
}
.static-table .max_width {
    width: 160px;
}
.responsive-table.sla-matrix-table {
    margin-top:10px;
}
.all_list{
	clear:both;
	float:left;
	width:100%;
	margin-top:0;
	margin-bottom:15px;
}
.all_list a{
	margin-bottom:4px;
}
.all_list a.active{
	background:#0291c2;
}
.static-table .select_com{
	margin-bottom:0;
}
.static-table .form-control{
	margin-bottom:0;
    padding: 0 5px;
}
.responsive-table.full-height {
    height: auto;
}
.container.container-full{
	max-width:none;
}
.uppercase-text th{
	text-transform:uppercase;
}
.tab-section .pagination-footer{
	margin-top:0;
}
.both-box{
	clear:both;
}
.responsive-static{
	margin-top:25px;
}
#new-page tr:hover {
    background-color: #f6f6f6;
}
#new-page td:hover {
    cursor: pointer;
}
#new-page.static-table td a{
    color:#868686;
}
#new-page tr.tr_bg:hover {
    background:none;
}
.uppercase-text {
    text-transform: uppercase;
}
.all-checkbox.all-input{
	margin-bottom:15px;
}
.form-group.radio_btn > label {
    margin-left: 10px;
}
.form-group.radio_btn > label:first-child{
	margin-left:0;
}
.form-group.radio_btn input[type="radio"] {
    line-height: normal;
    margin: 0 5px 0 0;
}
.center_text th{
	text-align:center;
}
h4.add_cooment{
	font-size:14px;
	margin-top:0;
	cursor:pointer;
	display:table;
	color:#11187f;
	margin-bottom:20px;
}
.resp-tabs-container{
	float:left;
	width:100%;
}
.tab-section .pagination-footer{
	margin-bottom:15px;
}
.add_cooment.active .lt-minus{
	display:block!important;
}
.add_cooment.active .lt-plus{
	display:none!important;
}
.add_cooment .lt-icon{
	float:left;
	margin-right:8px;
}
.tab-section .pagination-footer{
	border-top:none;
}
/*.tcs_btn{
	border-top:1px solid #ccc;
	padding-top:15px;
}*/
.tcs_btn  .left_btn{
	float:left!important;
}
.special_rate {
    bottom: -6px;
    float: left;
    left: 15px;
    margin: 8px 0 0;
    position: absolute;
}
.div_clear{
	clear:both;
}
.image-preview-input input[type="file"]{
	height:36px;
}
.date_call{
	background: #fff;
    clear: both;
    font-size: 14px;
    height: 36px;
    line-height: 35px;
    margin-bottom: 15px;
    padding: 0 10px;
    width: 100%;
}

/*19-6-17=======================================*/
.global_content li{
	float:left;
	width:100%;
	list-style:none;
	padding:0 12px;
	line-height:23px;
}
.global_content > ul {
    float: left;
    margin-bottom: 40px;
}
.global_content a{
	font-weight:bold;
}
.user-entitlements_form .form-group label{
	float:none;
}
.user-entitlements_form .form-group{
	margin-bottom:0;
}
.user-entitlements_form li {
    display: inline-block;
    float: left;
    list-style: outside none none;
    width: 50%;
}
.user-entitlements_form .cancel, .global_site_id .cancel{
	background:#0291c2!important;
	border-right:1px solid #029acf;
}
div.content .global_site_id li{
	float:left;
	width:50%;
}
.global_site_id{
	border:none;
}
.global_content {
    max-width: 300px;
}
.administration_table td{
	padding-right:6px;
}
.align_right{
	text-align:right;
	font-size:14px;
}
.red_color {
    color: #ff0000;
    padding-bottom: 22px;
    padding-top: 30px;
}
.responsive-table{
	padding:15px;
	border:2px solid #e9e9e9;
	margin-bottom:20px;
}
.clobal_cancle_btn{
	width:100%;
	float:left;
	margin-top:20px;
	margin-bottom:20px;
	text-align:center;
}
.add-user{
	float:right;
	padding:10px 0;
}
input[value="Ok"]{
	text-transform:uppercase;
}
.bundling-queue td{
	text-align:center;
}
.tcs_btn{
	border-top:1px solid #eeeeee;
	padding-top:15px;
}
select::-ms-expand {
    display: none;
	border:1px solid #d7d7d7;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;	
}
input::-ms-clear {
    display: none;
}
input[type=text]::-ms-clear {
    display: none;
}
/*.select_com{
	background:url(../img/select_arrow.png) no-repeat 96% center #fff;
	border:1px solid #d7d7d7;	
}
.select_com select{
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    background:transparent;
    border:none;
	}*/

.page-title{
	width:100%;
	float:left;
	position:relative;
}
.page-title h1{   
	 margin-bottom: 10px;
}
.page-title p{   
	 margin-bottom: 0;
	 line-height:22px;
}
.black_btn{
	position: absolute;
	right: 0;
	top:20px;
	background: #029acf;
	line-height:42px;
	height: 42px;
	color: #fff;
	padding: 0;
	max-width: 110px;
	width: 100%;
	text-align: center;
	font-size: 16px;
}
.black_btn:hover{
	background:#04b4f2;
	color:#fff;
}
.last_record{
	width:100%;
	float:left;
	position:relative;
}
.last_record p{
	line-height:22px;
	clear: both;
}
.Toggle_record {
    float: left;
    font-weight: bold;
    padding: 10px 0;
	cursor:pointer;
	width: 100px;
	color: #24298f;
}
.Toggle_record .lt-icon{	
	float:right;
}
.Toggle_record.active_toggle .lt-icon.lt-plus{
	display:none;
}
.Toggle_record.active_toggle .lt-icon.lt-minus{
	display:block!important;
}
/*.Toggle_record.active_toggle::after{
	content: "-";
	font-size: 18px;
	font-weight: bold;
	margin-left: 8px;
}
.Toggle_record::after{
	content: "+";
	font-size: 18px;
	font-weight: bold;
	margin-left: 8px;
}*/
ul.error_section{
	float:right;
	margin:0;
	position:absolute;
	right:0;
	bottom:10px;
}
.error_section li{
	list-style:none;
	float:left;
	line-height:16px;
	margin-left:20px;
}
.error_section li:first-child{
	margin-left:0;
}
.error_section li span{
	height: 10px;
	width: 30px;
	float: left;
	margin-right:10px;
	margin-top:3px;
}
.error_section li span.light_blue{
	background:#7092be;
}
.error_section li span.light_yellow{
	background:#efe4b0;
}
.error_section li span.light_red{
	background:#FF0000;
}
.label_link{
	color:#1f2880;
	text-decoration:underline;
}
.label_link:hover{
	color:#fac809;
}
.input_full{
	float: right;
	width: 92%;
}
.checkbox_box{
	width: 25px;
	float: left;
}
.site_id {
    width: 100%;
    float: left;
}
.checkbox_box {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 0;
    cursor: pointer;
	margin-top:4px;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	
}

/* Hide the browser's default checkbox */
.checkbox_box input {
    position: absolute;
	opacity: 0;
	cursor: pointer;
	width: 25px;
	left: 0;
	top: 0;
	z-index: 1;
	height: 20px;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    border: 1px solid #d7d7d7;
}

/* On mouse-over, add a grey background color */
.checkbox_box:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox_box input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox_box input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox_box .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


.breadcrumb > li + li::before {
    padding: 0 5px 0 0;
    color: #000876;
    content: "\003e" !important;
}


.text-value {
    font-size: 1.3125rem;
    font-weight: 600;
}
.border-left-primary {
    border-left:3px solid #006c98!important;
}
.border-left-success {
    border-left:3px solid #006c98!important;
}
.border-left-info {
    border-left:3px solid #006c98!important;
}
.border-left-warning {
    border-left:3px solid #006c98!important;
}
.text-gray-300 {
    color: #dddfeb !important;
}
#sidebar svg {
    width: 34px;
    text-align: left;
    float: left;
}
#sidebar.active svg {
    width: 23px;
	height:23px;
    text-align: center;
    font-size: 23px;
	float:none;
	color: #fff !important;
}
#sidebar li:last-child svg g {
    fill: #fff;
}
#sidebar li:last-child svg {
    height:18px;
}
#sidebar li:last-child a:hover svg g {
    fill: #000;
}
.current_active i.material-icons {
    color: #000!important;
}
.current_active a.sub_menu_link .material-icons, #sidebar.active .current_active a.sub_menu_link .hide-text {
    color: #000!important;
}
.current_active a.sub_menu_link{
    background: #fff!important;
}
#sidebar.active .hide-text {
    font-size: 13px;
}
.login_wrapper{
	max-width: 480px;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
}
.login_innerwrapper {
    float: left;
    width: 100%;
    background:#fff;
	padding:20px 0 5px;
}
.page_title{
	font-size:22px;
	border-bottom:1px solid #ccc;
	line-height:normal;
	font-weight:normal;
	color:#666;
	padding-bottom: 7px;
	margin-bottom:25px;
}
.login_form{
	width:100%;
	display:table;

}
.field{
	float:left;
	width:100%;
}
.login_form .field{
	float:none;
	max-width:294px;
	margin:0 auto;
}
.login_form input[type="text"], .login_form input[type="password"]{
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-moz-appearance: none;
	-webkit-appearance: none;
	box-shadow:none!important;
}
.login_form input[type="submit"]{
	background:#000;
	margin-top:10px;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
.login_form input[type="submit"]:hover{
	cursor:pointer;
}
.login{
	/*background:url(../img/large_icon.png) no-repeat center 155px;
	padding-bottom:230px;*/
}
.error_div{
	float:left;
	width:100%;
	background:#fff;
	padding:20px;
	position:relative;
	margin: 6px 0 20px;
	display:none;
	border:2px solid #f6f6f6;
	/*-webkit-box-shadow: 3px 3px 5px 0 #d6d6d6;
	box-shadow: 3px 3px 5px 0 #d6d6d6;*/
}
.error_div h6{
	margin:0 0 18px 0;
	font-size:16px;
	font-weight:normal;
}
.error_div p{
	margin:0;
	font-size:15px;
	color:#931d3f;
}
.success_div::after {
	background: #00a651!important;
}
.success_div h6{
	color:#00a651!important;
}
.error_div::after {
    content: close-quote;
    left: 0;
    top: 0;
    height:100%;
    width: 3px;
    background: #921033;
    z-index: 99;
    display: inline-block;
    bottom: 0;
    position: absolute;
}


#top-header .container{
	width:inherit;
}
.header_bg.border_bottom {
    background: none;
    border-top: 1px solid #f7f7f7;
}
#sidebar li i{
	float:left;
	position: relative;
	top: -3px;
}
#sidebar.active li i{
	float:none;
	position:static;
	top:0;
}
#sidebar a:focus{
	text-decoration:none;
}
.logo img{
/*	max-width:240px;
	width:100%; */
}
.card{
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
}
div.col-auto i{
	font-size:32px;
	color:#006c98!important;
}
.card-body h2{
	font-family: 'DA';
	font-size:11px;
	line-height:normal;
	font-weight:500;
	text-transform:uppercase;
	margin:0;
	color:#006c98;
}
.front_dashboard .col-auto i {
    font-size: 65px;
}
.front_dashboard svg {
    fill: #006c98!important;
}
.layer-icon svg {
    width: 52px;
    height:52px;
}
.check-icon svg {
    width: 60px!important;
    height: 60px!important;
}
.last_box_graph .col-auto i.material-icons.dp48 {
    font-size: 56px;
}
.card-body .h5 i{
	font-size:20px;
	color:#000;
	position: relative;
	top: 2px;
}
.text-black{
	font-family: 'DA';
	color:#000;
	font-size:24px;
	padding: 6px 0;
}
div.border-left-primary{
	border-color:#006c98!important;
}
.front_dashboard .col-md-3 .card {
    border-color: #006c98!important;
}
div.front_dashboard h2 {
	color: #000!important;
	font-weight: 600!important;
}
div.front_dashboard .col h2 {
	color: #006c98!important;
}
.card-body  p{
	/*font-size:11px;*/
	font-weight:500;
	/*color:#a3a7b6;*/
    color: #212529;
	margin:0;
}
.ticket-icon svg {
    width: 20px;
    height: 20px;
}
.ticket-icon svg g{
	fill:#fff;
}
.ticket-icon a:hover svg g{
	fill:#000!important;
}
.col-sm-3.col-md-3.dashboard_box.first_box.expensive_box .card {
    border: 1px solid #f1f1f1!important;
}
#content .layer-icon svg path{
	fill:#006c98!important;
}
.card-body {
    padding: 0 18px;
}
.col-sm-12.col-md-12.title_header {
    margin-bottom:8px;
}
.card .header h2{
	font-family: 'DA';
	font-size:14px;
	font-weight:normal;
	margin:0;
	font-weight:500;
	line-height:normal;
}
.card .header i {
    font-size: 30px;
	line-height: 12px;
    position: relative;
    top: 8px;
}
.dashboard_box .card{
	border:1px solid #f1f1f1;
	padding: 0 0 15px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

.col-sm-4.col-md-4.dashboard_box .header h2{
	font-family: 'DA';
	font-size:14px;
	font-weight:normal!important;
	/*border-bottom:1px solid #ccc;
	padding-bottom:12px;*/
}
.inline{
	margin:0;
	padding:0;
	float:right;
}
.inline li{
	list-style:none;
	float:left;
	font-size:11px;
	line-height:34px;
	padding: 0 2px;
}
.inline li span{
	opacity:.5;
	display:inline-block;
	margin-left:2px;
}
li .inline li{
	line-height:22px;
}
li .inline li a {
	padding:0 0 0 4px!important;
} 
li .inline li a:hover{
	color:#000;
	opacity:.5;
}
.inline li a {
    display: inline-block;
    margin: 0 2px 0 0;
	background:none;
	color:#000;
}
.inline li a:hover{
	opacity:.5;
}
.h5.mb-0.text-black.green_text{
	color:#000;
}
.col-sm-3.col-md-3.dashboard_box .card{
	padding-bottom:0;
}
.dashboard-task-infos td{
	padding:11px 8px;

	font-weight:normal;
	color:#333;
}
.col-sm-4.col-md-4.dashboard_box.last_box h2 {
    border: none;
    padding: 0;
}
.body img{
	width:100%;
}
.dashboard-task-infos{
	margin:0;
}
.col-sm-4.col-md-4.dashboard_box.last_box .card {
    padding-bottom: 0;
}
.col-sm-5.col-md-5.dashboard_box.map {
    padding: 0;
    /*height: 390px;
    overflow: hidden;*/
}
.col-sm-3.col-md-3.dashboard_box.first_box {
    /*height: 386px;
	overflow: hidden;*/
}
.col-sm-4.col-md-4.dashboard_box.essential.pr-3 .card {
    padding: 0;
}
.col-sm-4.col-md-4.dashboard_box.essential.pr-3 td {
    padding: 3px 8px;
}
.col-sm-4.col-md-4.dashboard_box.last_box.p0 {
    padding: 0;
}
.customer_login select{
	border:none;
	font-size:13px;
	color:#868686;
	background:url(../img/dropdown.jpg) no-repeat right center;
	background-size: 8px;
	padding-right:8px;
}
.customer_login select:focus{
	outline:none!important;
}
.search {
    float: right;
    /*margin-right: 120px;*/
    margin-top:14px;
	position:relative;
}
#content svg, #content .fa {
    color:#006c98 !important;
}
.search input{
	width: 75%;
	float: right;
	background:#f6f6f8;
	border:1px solid #efeff1;
	font-size:13px;
	border-radius:25px;
	-moz-border-radius:25px;
	-webkit-border-radius:25px;
}
.search input[type="submit"]{
	position:absolute;
	right:10px;
	background:url(../img/search.png) no-repeat right center;
	background-size:14px;
	border:none;
	font-size:0;
	width: 26px;
	height: 60px;
	margin: 0;
	top: -12px;
}
#data_filter input{
	background:#f6f6f8 url(../img/search2.png) no-repeat right center;
	background-size:21px;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	padding-right: 28px;
	height: 34px;
}
.search input[type="submit"]:hover{
	cursor:pointer;
}
select:focus{
	outline:none;
}
.share_table .float_li {
    float: right;
	padding:0;
}
.share_table .float_li ul{
	margin:0;
	padding:0;
	border:none;
	position:relative;
	top:-2px;
}
.share_table .float_li ul li{
	padding:0;
	font-size:13px;
}
.title_header span {
    color: #333;
    margin-bottom: 1px;
	line-height:normal;
}
.title_header span strong {
    font-weight: 500;
}
.col-sm-5.col-md-5.dashboard_box.graph2 .card {
    padding-bottom:38px;
}
.col-sm-3.col-md-3.dashboard_box.box3 .card {
    padding-bottom: 24px;
}
.header p{
	font-size:13px;
	margin:0;
	line-height:normal;
}
.col-sm-4.col-md-4.dashboard_box.last_box.p0 .card {
    padding-bottom: 23px;
}
.col-sm-3.col-md-3.dashboard_box.essential .card {
    padding-bottom: 12px;
}
.col-sm-5.col-md-5.dashboard_box.map .card {
    padding-bottom: 0;
}
.jvectormap-container{
	border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
}
.graph_col{
	position:relative;
}
.graph_col a{
	position:absolute;
	width:100%;
	height:100%;
	z-index:1;
}
.exp_cal {
	
	position:static!important;
	width:inherit!important;
	height:100%;
	z-index:1;
}
.title_header h1 span{
	color:#ccc;
}
#data td a{
	color:#000;
	text-decoration:none;
}
#data td a:hover{
	color:#999;
}
.responsive_search{
	display:none;
}
.col-sm-3.col-md-3.dashboard_box.first_box .card, .col-sm-4.col-md-4.dashboard_box.last_box .card {
    padding-bottom: 3px;
}
div.dataTables_wrapper div.dataTables_length select {
    border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	background:#f6f6f8;
}
.table td, .table th {
    border-top:1px solid #dee2e6;
}
tfoot th {
    font-weight: 500;
}
#chartContainer canvas{
	left: 0;
	right: 0;
	margin: 0 auto;
}
.active a{
	opacity:.5;
}
.canvasjs-chart-canvas {
    left: 0;
    right: 0;
    margin: 0 auto;
	max-width: 530px;
}
.col-sm-3.col-md-3.dashboard_box.box3 th:last-child, .col-sm-3.col-md-3.dashboard_box.first_box th:last-child, .table.table-hover.dashboard-task-infos th:last-child {
    white-space: nowrap;
}
.jvectormap-container {
    max-width: 530px;
    width: 100%;
    margin: 0 auto;
	padding:0 15px;
}
.canvasjs-chart-canvas {
    max-width:500px;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.dashboard-task-infos td span{
	opacity:1!important;
}
.table-responsive td span{
	/*color:#bcbcc9;*/
}
.col-sm-5.col-md-5.dashboard_box.comparesion .card {
    padding: 1px;
}
.dataTables_length select{
	padding-left:10px;
	text-align:left;
}
#data_wrapper .row{
	display:inherit;
}
.col-sm-5.col-md-5.dashboard_box.comparesion {
    padding-right: 0;
}
.menu_bnt blockquote p{
	border:none;
	margin:0;
	padding:0;
}
.menu_bnt blockquote span{
	font-size:16px;
	color:#000;
}
.sub_title_col{
	float:left;
	width:100%;
	margin-bottom:15px;
}
.sub_title_col h3{
	 font-family: 'DA';
	font-size:21px;
	font-weight:300;
	margin:30px 0 10px;
	color:#333;
}
div.sub_title_col p, .list_col p{
	margin:0 0 4px;
	border:none;
	padding:0;
	color:#666;
	font-size:15px;
	line-height: 18px;
}


/*===============Tabs Css=================*/

.etabs { margin: 0; padding: 0; border-bottom:1px solid #e3e3e3; }
.tab { display: inline-block; zoom:1; *display:inline; border-bottom: none;  }
.tab a { font-size: 14px; line-height: 2em; display: block; padding: 0 10px; outline: none; color:#333; }
.tab a:hover { text-decoration: underline; }
.tab.active { padding-top: 6px; position: relative; top: 1px; background: #f6f6f6; border: solid 1px #e3e3e3; border-bottom:none; }

.tab-container .panel-container { background: #fff; border: solid #666 1px; padding: 10px; -moz-border-radius: 0 4px 4px 4px; -webkit-border-radius: 0 4px 4px 4px; }

#tab-container {
    float: left;
    width: 100%;
	padding-top:7px;
}
.etabs li{
	padding:6px 16px;
	border:none;
}
.etabs li a{
	font-size:16px;
	font-weight:normal;
}
.tab.active a{
	color:#333;
	opacity:1;
}
.tab.activ{
	position:relative;
}
.tab.active::before {
    content: close-quote;
    position: absolute;
    border-left: 3px solid #000;
    height: 100%;
    top: 0;
    left: 0;
}
.tab-container .table_div{
	width:100%;
}

/*===============Tabs Css=================*/

.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #fff!important;
}
.inventory_custom #inventory {
    width: 72%;
}
.inventory_custom .col-sm-3.col-md-3 .size_30{
	width:24%;
}
.inventory_custom label{
	width:100%;
}
.inventory_custom table, .inventory_custom td, .inventory_custom th{
	border:1px solid #ccc;
}
.inventory_custom td, .inventory_custom th{
	padding:6px;
}
.inventory_custom td input{
	margin:0;
}
.inventory_custom th{
	font-family: 'DA';
	font-weight:500;
}
.note_col{
	font-family: 'DA';
	font-weight:500;
	text-align:center;
	font-size:13px;
	line-height:normal;
	padding:12px 0;
	background:#f6f6f6;
	margin-top:12px;
}
.note_col span{
	display:inline-block;
	padding:0 15px;
}
.note_col span strong{
	font-family: 'DA';
	font-weight:500;
}
.custom-control.custom-checkbox.pt-3 {
    padding-top: 36px !important;
}
.custom-checkbox label{
	width:auto;
}
.dashboard_wrapper.menu_dashboard .container, .dashboard_wrapper.menu_dashboard .title_header{
	/*padding:0;*/
}
.sub_menu_link {
    background:#006c98;
	border-bottom:none;
}
.dashboard_wrapper.menu_dashboard .title_header .breadcrumb{
	/*padding:0 30px;*/
}
.dashboard_wrapper.menu_dashboard .container{
	/*width:98%;*/
}

.dataTables_filter { 
   /* display: none; */
}

table.dataTable thead .sorting_asc, table.dataTable thead .sorting, table.dataTable thead .sorting_desc{
	background:none!important;
}
table.dataTable thead th, table.dataTable thead td{
	border-bottom:none!important;
}
table.dataTable.no-footer{
	border-bottom-color:#ddd!important;
}
#data td{
	border-left:0;
}
#data_info{
	 color:#666;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    cursor: default;
    border: 1px solid #eaeaea!important;
	font-size: 14px;
}
div.dataTables_wrapper .dataTables_paginate .paginate_button.current, div.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover, .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
	background:#000!important;
	color:#fff!important;
	border: 1px solid #000!important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid #ddd!important;
    border-radius: 0!important;
}
#data_previous.paginate_button.disabled:hover, #data_next.paginate_button.disabled:hover {
    background: none !important;
}
.paginate_button.disabled{
	opacity: .6 !important;
}
.buttons-csv span::before {
	background:url(../img/excel_icon.png) no-repeat left center;
	background-size:20px;
    content: 'Export to Excel';
	font-size: 12px;
	position: relative;
	padding-left: 25px;
	top: 3px;
}
.buttons-pdf span::before {
	background:url(../img/download_icon.png) no-repeat left center;
	background-size:14px;
    content: 'Download';
	font-size: 12px;
	position: relative;
	padding-left:20px;
	top: 3px;
}
.buttons-csv span, .buttons-pdf span {
    font-size: 0;
}
.dt-buttons button, .dt-buttons button:focus , .dt-buttons button:active {
    background: none!important;
    border: none!important;
	shadow:none!important;
	padding-left: 0 !important;
}
/*.list_col .col-sm-6.col-md-6{
	padding-left:0;
}*/
/*.list_col .col-sm-6.col-md-6.align_right{
	padding-right:0;
}*/
.slide_form_div .sub_title_col h3{
	margin-top:0;
	margin-bottom: 5px;
}
.slide_form_div .sub_title_col p{
	line-height:normal;
}
.zeynep-opened .footer_section{
	display:none;
}
.col-sm-4.col-md-4.check_field.pt-3 {
    padding-top: 36px !important;
}
span.float-left {
    padding-right: 30px;
    margin-top: 5px;
}
.col-sm-12.col-md-12.check_field.radio_display {
    padding-bottom: 12px;
}
.col-sm-12.col-md-12.check_field.radio_display .radio {
    display: inline-block;
    padding: 0 10px;
}
.form_sub_title {
    float: left;
    width: 100%;
}
div.form_sub_title h2 {
    border: 1px solid #eee;
    padding: 10px;
	margin:0;
}
.password_updated2 {
    left: 0;
    right: 0;
    margin: 0 auto!important;
    text-align: center;
    width: 100%;
    top: 100px!important;
    max-width: 320px;
}
.form_note {
    float: left;
    width: 100%;
    position: absolute!important;
    top: -100px;
    left: 0;
    margin-top: 15px;
    background:#fff;
	padding: 6px 15px;
	z-index: 9;
	border: 2px solid #f6f6f6;
	/*-webkit-box-shadow: 3px 3px 5px 0 #d6d6d6;
box-shadow: 3px 3px 5px 0 #d6d6d6;*/
}
.form_note::before {
    content: close-quote;
	position:absolute;
	left:0;
	top:0;
	height:100%;
	width:3px;
	background:#006c98;
}
.field_blank p{
	color:#006c98;
}
#password_updated::before {
	background:#00a651;
	height:50px;
}
.form_note li{
	list-style:none;
}
.form_note h5{
	color:#225d2d;
	margin-bottom:6px;
}
.form_note p, .form_note li{
	font-size:13px;
}
.authorize_form{
	float:left;
	width:100%;
	margin:20px 0 0;
}
.authorize_form.reset_pass {
    /*max-width:500px;*/
    margin: 0 auto;
    float: none;
    display: flex;
    padding-top: 30px;
	position:relative;
}
td .material-icons {
    color: gray;
	font-size: 18px;
}
.material-icons.green {
    color: #000;
}
.p-0.sorting_asc::after, .p-0.sorting_desc::after, .p-0.sorting::after{
	display:none!important;
	width:auto!important;
} 
.p-0.sorting, .p-0.sorting_asc{
	text-align:center;
	width:auto!important;
}
input.parent{
	float:left;
	width:70%;
	clear:both;
}
input.child{
	float:right;
	width:28%;
}
.date_picker .input-group{
	clear:both;
}
.date_picker .input-group input{
	background:none;
}
.date_picker .input-group input:focus{
	box-shadow:none;
}
.date_picker .input-group span{
	width:15%;
}
.date_picker .input-group span span{
	position:relative;
	top:4px;
}
.form-group.date_picker .input-group {
    flex: 0 0 100%;
    max-width: 100%;
}
.input-group-addon {
    height: 36px;
}
.datetimepicker-hours legend{
	font-size:22px;
	font-weight:600;
}
.hour.active.hour_am , .day.active, .minute.active{
    background: #ddd !important;
    color: #333!important;
}
.fa-trash{
	color:#006c98;
}
.views td:last-child {
    text-align: center;
}
.last_td td:last-child{
	text-align:center;
}
.material-icons.red {
    color: #006c98;
	font-weight:bold;
}
.inventory .form_datetime{
	width:100%;
}
.inventory_manage .date_picker .input-group span span{
	top:0;
}
.box_border{
	float:left;
	width:100%;
	border:1px solid #eee;
	padding:6px;
	margin-bottom:4px;
}
.box_border textarea{
	height:80px;
	width:80%;
}
.box_border .form-group.date_picker{
	float:right;
	width:80%;
}
.box_border .col-sm-6.col-md-6 .form-group.date_picker {
    width: 45%;
}
.inventory_manage .box_border .align_left{
	float:left;
}
.box_border p{
	color:#333;
	font-size:13px;
}
.box_border span{
	font-size:13px;
}
.col-sm-2.col-md-2.half_cal .form-group.date_picker.align_left {
    width: 100%;
}
.full_width_p{
	float:left;
	width:100%;
	margin:0;
}
.box_border .half_field{
	float:left;
	width:45%;
	margin-right:4px;
}
.form-group.date_picker.align_left input[type="checkbox"] {
    float: left;
    margin: 0 4px 0 0;
}
.col-sm-3.col-md-3 .form-group.date_picker {
    float: left;
}
#r_date {
    width: 92%;
	margin: 0;
}
.form_wrapper.slide_form_div.inventory_custom.inventory_custom2 {
    padding-top: 30px;
}
.text_align_right .custom-control-label::after {
	top:0;

}
.inventory_custom2 .box_border{
	margin-top:10px;
}
.box_border h5{
	font-size:18px;
	font-weight:600;
	margin-bottom:10px;
	border-bottom:1px solid #eee;
	padding-bottom:10px;
}
.form-group.date_picker.align_left.check input {
    position: static;
    opacity: 1;
	margin:5px 4px 15px 0;
}
.total_field{
	float:right;
}
.total_field {
    float: right;
    width: 100%;
    max-width: 240px;
	padding: 20px 0 0;
}
.total_field label {
    width: auto;
}
#inv {
    width: 65%;
}
.sub_title_col.list_col {
    margin-top: 0;
}
.error_div.success_msg::after {
	background:green;
}
.error_div.success_msg p{
	color:green;
}
.custom-control.custom-checkbox label::after {
	/*top:0;*/
}
.top_p .custom-checkbox label::after, .general_rates .custom-checkbox label::after{
	top:4px;
}
.col-sm-3.col-md-3.small_picker span {
    left: -5px;
}
.max_width_75 {
    width: 72% !important;
    float: left;
    clear: both;
}
.max_width_25 {
    width: 25% !important;
    float: right;
}
.search_div a {
    float: left;
    margin: 8px 6px;
}
.height_30{
	height:60px;
	resize:none;
}
textarea{
	padding:6px;
	font-size:13px;
}
.small_picker2 span{
	top:0!important;
}
.col-sm-4.col-md-4.checkbox_box input {
    opacity: 1;
    position: relative;
    float: left;
	top:-3px;
}
.reset_pass p:nth-child(1) {
    color:#006c98;
}
.reset_pass p{
	font-size:13px;
	margin-bottom:10px;
	color:#575757;
}
.error_div p{
	color:#575757;
}
.user_profile input[type="checkbox"] {
    left: 0;
}
.top_li{
	float:left;
	width:100%;
}
.top_li ul{
	margin:0;
	padding:0;
	float:right;
}
.top_li li{
	float:left;
	list-style:none;
	padding:0 10px;
}
.authorize_form.reset_pass.user_profile {
    max-width: 960px;
}
.top_li li a{
	color:#000;
}
.top_li li:last-child{
	padding-right:0;
}
.breadcrumb.breadcrumb2 > li + li::before {
	content: "\003e";
}
.breadcrumb.breadcrumb2 {
    background: none;
    padding-left: 0;
	margin: 0;
	padding-top:0;
}
.btn.green {
    background: #000;
    color: #fff!important;
	opacity: 1;
}
.nth_child td:nth-child(2){
	text-align:center;
}
th.align_center{
	text-align:center;
}
.nth_child td{
	color:#000;
	padding:3px 0;
}
.btn_wrapper{
	max-width:300px;
	width:100%;
	margin:0 auto;
}
.group_assignment input[type="checkbox"]{
	float:left;
	margin:7px 6px 0 0;
}
td select{
	height:36px;
	resize:none;
	border:1px solid #d7d7d7;
	margin-bottom:15px;
	width:100%;
	padding:0 10px;
	font-size:14px;
	background:#fff;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
.chech_p p{
	float:left;
	width:100%;
	margin-bottom:3px;
}
.entitlements_table.group_assignment {
    padding-top: 30px;
}
.btn_wrapper.btn_wrapper2 {
    max-width: 500px;
}
table.dataTable.no-footer, .table {
    border-left: none;
    border-right: none;
}
.table thead th:first-child, .table thead td:first-child, #data th:first-child, #data{
	border-left: none;
}
.table thead th:last-child, .table thead td:last-child, #data th:last-child, #data, #data td:last-child{
	border-right: none;
}
.full_width_p{
	float:left;
	width:100%;
}
.zeynep.large_width {
    width:72%;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
	background:#000!important;
}
.general_add .form-group.date_picker .input-group{
	width:100%;
}
.general_add .date_picker .input-group span span {
    position: relative;
    top: 0;
}
.sub_title_col h4{
	font-size:16px;
}
.user_col{
	max-width:800px;
	width:100%;
	margin:0 auto;
}
.footer-logo img {
   /* max-width: 280px;
	width:100%; */
	opacity:.4;
}
.list_col ul {
    margin: 0;
    padding: 6px 0 6px;
}
.align_right li {
    list-style: none;
    display: inline-block;
}
div.list_col a, ul.list_col a {
    background: #000;
    color: #fff;
}
.align_right li a {
    display: inline-block;
    width: auto;
    height: 26px;
    font-size: 12px;
    line-height: 24px;
    font-weight: 500;
    padding: 0 10px;
    text-align: center;
    background: #000;
    color: #fff;
    opacity: 1;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.clear_both{
	clear:both;
}
.resp-tab-content .table_div{
	width:100%;
}
.slide_div #sidebar svg{
	position:relative;
	left:-10px;
}

/*=================1-10-19====================*/

.custom-control-label::before, .custom-control-label::after {
    width: 20px;
    height: 20px;
}
.custom-checkbox label {
    line-height: 27px;
}
label.normal_height{
	line-height:normal;
}
.custom-control {
    padding-left: 0;
}
.page_checkbox .custom-checkbox label{
	line-height:20px;
}
.page_checkbox .custom-control-label::after {
	top:0;
}


@media(max-width:1199px){
body {
    font-size: 12px;
}
.zeynep.large_width.double_slider.\31 21{
	width: 98%;
	padding-left: 0;
}
}

@media(max-width:991px){
.inventory_header .col-sm-2.col-md-2{
	flex:0 0 25%;
	max-width:25%;
}
.inventory_header .col-sm-1.col-md-1 {
    flex: 0 0 20%;
    max-width: 20%;
}
.full_width_col{
	width:100%!important;
}
.etabs li a {
    font-size: 13px;
}
.tab a{
	padding:0;
}
.etabs li {
    padding: 6px 8px;
}
}
.error{
	color:red;
	
}

.page_not_found{
	max-width:560px;
	width:100%;
	padding:30px 15px;
	margin:0 auto;
	text-align:center;
}
.page_not_found h1 {
    font-size: 100px;
}
.page_not_found p{
	font-size:20px;
}
.back_come{
	text-decoration: underline;
	color:#000;
}
.back_come:hover{
	
	color:#000;
}
.chech_p label{
	width:auto;
}
.check_col {
    width: 20px;
    margin: 0 auto;
}
.resp-tab-active{
	color:#fff;
}
.custom-checkbox .custom-control-label::before {
	box-shadow:none!important;
}
.dataTables_length select{
	border:1px solid #ccc;
}
.fix_check .custom-control-label::after {
	top:0;
}
.sub_menu svg{
	display: block;
    width: 100%!important;
}	
.slide_div .sub_menu svg {
    width: auto !important;
	left:0!important;
	margin-right: 24px;
}

/*25-10-19-------------------------*/

.custom-control {
    padding-left: 28px;
}
.display_flex{
	display:flex;
}
input[type="submit"]:hover{
	cursor:pointer;
}
.list_col h3 {
    font-weight: 500;
    font-size: 21px;
    margin: 0;
    line-height: 38px;
    color: #333;
}
.list_col {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 15px;
    border-bottom: 1px solid #eee;
}
select {
    color: #000 !important;
}
.btn_wrapper .cancel_btn {
    display: inline-block;
    width: 100%;
    background: #000;
    padding: 12px 0;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    margin-top:9px;
    opacity:1;
}
.cancel_btn:hover, .cancel_btn:focus{
	color:#fff;
	opacity:.6;
}
.list_col h3{
	font-family: 'DA'!important;
}
.form_note.field_blank p {
    margin-bottom: 0;
}
#sidebar a:hover, a:hover, a:focus {
    text-decoration: none!important;
}
.paging-entries-container .t10 {
    margin-top: 5px;
}
.gc-settings-button-container svg, .dropdown-menu svg{
	margin-right:4px;
}
.modal-body select.form-control:not([size]):not([multiple]) {
    height: inherit;
}
.modal-header .modal-title {
    width: 100%;
}
.modal-header .close{
	position: absolute;
	right: 15px;
	margin: 0;
	margin-top: 0px;
	padding: 0;
}
.modal-body .control-label{
	padding-top:0!important;
}
div input[type="radio"], input[type="checkbox"] {
    margin: 4px 4px 0;
}
.dropdown-menu > li > a, .dropdown-menu li{
	float:left;
	width:100%;
}
.btn-group ul ul a{
	background:#fff;
}
.dropdown-menu li label{
	margin:0;
}
.dropdown-menu > li > a:hover{
	background:none!important;
}
.modal-content .gc-filtering-row .form-control{
	margin-bottom:0;
}
button:focus, input:focus, a:focus{
	outline:none!important;
	box-shadow:none!important;
}
button.btn-success, button.btn-success:hover, button.save-changes, button.save-changes:hover{
	background:#000;
	border:1px solid #000;
}
button:hover{
	opacity:.7;
}
a, button, input{
	transition: all 0.4s ease-in-out 0s!important;
	-moz-transition: all 0.4s ease-in-out 0s!important;
	-webkit-transition: all 0.4s ease-in-out 0s!important;
}
div .table-bordered > thead > tr > th, div .table-bordered > thead > tr > td {
    border-bottom-width: 1px;
}
.gc-datagrid-table-container .grocery-crud-table{
	border-left:none;
	border-right:none;
}
.gc-datagrid-table-container .gc-data-container:last-child {
    border-right: none;
}
.gc-datagrid .gc-datagrid-table-container {
    padding-bottom: 20px;
}
.gc-pagination.pagination {
    margin-bottom: 0;
}
.nav-tabs {
    padding: 10px 0 10px;
    margin-bottom: 10px;
}
.tab-pane h3 {
    font-size: 18px;
    color:#000;
}
.col-sm-12.col-md-12.show_menu.Telephony .col-sm-12.col-md-12 {
    padding: 0;
}
.nav.nav-tabs a{
	font-weight: 600;
	font-size: 13px;
	color:#000;
	padding: 12px 14px!important;
	opacity:1!important;
}
.nav.nav-tabs .active a.active{
	border: 1px solid #ccc !important;
	border-bottom-color: rgb(204, 204, 204);
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: rgb(204, 204, 204);
	border-left-style: solid;
	border-left-width: 1px;
	border-bottom: none;
	margin-bottom: -1px !important;
	border-left: 4px solid #006c98!important;
	border-bottom: 0px	#fff solid !important;
}
.call_coast_td {
    position: relative;
}
.call_coast_td:hover::before {
    content: close-quote;
    position: absolute;
    left: -8px;
	top: -4px;
    width: 3px;
    height: 100%;
    background:#006c98;
}
a.red_btn, input.red_btn {
    background:#006c98!important;
}
td a.red_btn:hover{
	opacity:.7;
}
input[type="submit"]:hover{
	opacity:.7;
}
.nav.nav-tabs a {
	transition: none !important;
	-moz-transition: none !important;
	-webkit-transition: none !important;
}
.nav.nav-tabs li {
    margin-left: 0;
}
.nav.navbar-nav a {
    opacity: 1;
}
#password_updated p {
    margin-bottom: 0;
    padding: 6px;
    color:#00a651;
    font-size: 15px;
    font-weight: 600;
}
#password_updated {
    margin-top: 0;
    margin-bottom: 20px;
    margin-left: 0;
	top:-80px;
}

/*===============11-11-19===================*/

.btn.btn-default.gc-filter-button.t5.btn-success {
    background: none;
}
.btn.btn-default.gc-filter-button.t5.btn-success svg {
    color:#000;
}
.modal-footer label {
    width: auto;
}
.rate_general_add_tab .col-sm-2.col-md-3.check_field {
    float: left;
}
.col-sm-12.col-md-12.divider {
    float: left;
    width: 100%;
}
.btn.btn-default.btn-outline-dark.t5.gc-export, .btn.btn-default.btn-outline-dark.t5.gc-print {
    padding-top: 7px;
    padding-bottom: 7px;
}

/*==========15-11-19===============*/

input{
    box-shadow:none!important;
}
.entitlements_table .btn {
    line-height: 18px;
    font-size: 14px;
    padding-bottom: 5px;
     margin: 0 0 4px !important;
}
.cancel_btn {
    display: inline-block;
    width: 100%;
    background:#000;
padding: 12px 0;
text-align: center;
color:#fff;
    border-radius: 5px;
    margin-top: 9px;
    opacity: 1;
}
.navbar.navbar-default.navbar-open {
    background: #000 !important;
}
.close_slide img{
    display:none;
}

/*===================19-11-19======================*/

.new_logo {
    width: 100%;
    text-align: center;
}
.update .page_title {
    border: none;
    text-align: center;
    margin: 0;
    padding:18px 0 10px;
	font-weight: 600;
	color:#000;
}
.red_link {
    float: left;
    width: 100%;
    text-align: center;
}
.red_link a {
    color:#006c98;
    font-weight: 600;
}
.red_link a:hover{
	color:#000;
}
.or_option {
	position: relative;
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 13px;
}
.or_option::before {
    width: 46%;
    position: absolute;
    left: 0;
    top: 9px;
    height: 1px;
    background:#e2e2e2;
    content: close-quote;
}
.or_option::after {
    width: 46%;
    position: absolute;
    right: 0;
    top: 9px;
    height: 1px;
    background:#e2e2e2;
    content: close-quote;
}
.disabled input[type="submit"]{
	opacity:.3;
}
.success_div p {
    margin: 0;
    font-size: 13px;
    color: #575757!important;
}
.login_text {
    text-align: center;
    text-decoration: underline;
    color: #000;
}


/*===========20-11-19================*/

.new_logo img {
 /*   max-width: 260px;
    width: 100%; */
}

.gc-pagination-container .gc-pagination.pagination .fa {
    color:#000 !important;
}
.disabled .fa {
    opacity: .3;
}
div.panel{
	border:none;
}
.table > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active, .table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th {
    background: none!important;
}
.modal.fade:not(.in).left .modal-dialog {
	-webkit-transform: translate3d(-25%, 0, 0);
	transform: translate3d(-25%, 0, 0);
}

.gc-caption-title{
	font-size:18px;
}



/*.modal.fade.gc-filtering-modal .modal-dialog.gc-modal-dialog {
    position: fixed;
    margin: auto;
    width: 320px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content {
    height: 100%;
    overflow-y: auto;
}

.modal-dialog.gc-modal-dialog {
    left: -320px;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
    -o-transition: opacity 0.3s linear, left 0.3s ease-out;
    transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.fade.gc-filtering-modal.in .modal-dialog.gc-modal-dialog {
    left: 0;
}
.modal.fade.gc-filtering-modal.show .modal-dialog.gc-modal-dialog {
    left: 0;
}*/
.btn-group span.fa, .gc-export-button-container a .fa, .gc-header-tools button .fa, .gc-add-button-container a .fa {
    color:#000 !important;
}
.gc-export-button-container a:hover, .gc-header-tools button:hover, .gc-add-button-container a:hover{
	background:#000!important;
	color:#fff!important;
}
.gc-export-button-container a:hover span, .gc-header-tools button:hover span, .gc-add-button-container a:hover span{
	color:#fff;
}
.gc-export-button-container a:hover .fa, .gc-header-tools button:hover .fa, .gc-add-button-container a:hover .fa{
	color:#fff!important;
}
.gc-datagrid-row a .fa {
    color:#000 !important;
}
.gc-datagrid-row a:hover{
	background:#000;
	border-color:#000;
}
.gc-datagrid-row a:hover .fa, .gc-datagrid-row a:hover span{
	color:#fff!important;
}
.dashboard_wrapper .col-xl-3.col-md-6.mb-4 {
    max-width: 20%;
	padding-right: 10px;
}
.dashboard_wrapper .card-body {
    padding: 0 8px;
}
.comparesion h2 {
    margin-bottom: 15px !important;
}
.col-sm-4.col-md-4.dashboard_box.comparesion h2 {
    border: none;
    float: left;
	line-height: 36px;
	padding-bottom:0;
	margin: 0 !important;
}
.col-sm-4.col-md-4.dashboard_box.comparesion p {
    clear: both;
}
.col-sm-4.col-md-4.dashboard_box.comparesion .search {
    float: right;
    margin: 0 0 0 6px;
	max-width:115px;
	width: 100%;
}
.search_loc {
    float: right;
    max-width:115px;
    width: 100%;
}
.search_loc select{
	border:1px solid #efeff1!important;
	background-color:#f6f6f6!important;
	border-radius:25px!important;
	-moz-border-radius:25px!important;
	-webkit-border-radius:25px!important;
	margin: 0 0 3px !important;
}
.col-sm-4.col-md-4.dashboard_box.comparesion .search input{
	margin:0;
	width: 100%;
}
.col-sm-4.col-md-4.dashboard_box.comparesion .search input[type="submit"]{
	width:26px;
	font-size:0;
}
.col-sm-4.col-md-4.dashboard_box.first_box .card {
    padding-bottom: 0;
    /*height: 354px;
    overflow: hidden;*/
}
.col-sm-4.col-md-4.dashboard_box.last_box.duplicate_box {
    /*height: 384px;
    overflow: hidden;*/
}
.col-sm-4.col-md-4.dashboard_box.box3 td {
    padding: 8px;
}
.col-sm-4.col-md-4.dashboard_box.graph2.pr-0 .card {
    padding-bottom: 0;
    height: 100%;
}
.col-sm-4.col-md-4.dashboard_box.graph2.pr-0 {
    /*height: 354px;
	overflow: hidden;*/
}
.col-sm-5.col-md-5.dashboard_box.map .card {
    padding-bottom: 0;
    /*height: 384px;*/
}
.col-sm-4.col-md-4.dashboard_box.box3.pr-3 {
    /*height: 354px;*/
}
.col-sm-4.col-md-4.dashboard_box.comparesion .card {
    padding-bottom: 0;
    /*height: 390px;*/
}
.login_innerwrapper #top-header {
    float: left;
    width: 100%;
    border-bottom: 2px solid  #f6f6f6;
    padding-bottom: 22px;
	background: #fff;
}
.login_wrapper .container {
    clear: both;
}
.tab-content p {
    color:#000;
	max-width: 690px;
	width: 100%;
	line-height: 21px;
}
.rd_btn {
    position: relative;
    max-width: 120px;
	width:100%;
    float: left;
    margin-right: 10px;
}
.rd_btn input {
    position: absolute;
    width: 100%;
    left: 0;
    z-index: -11;
}
.rd_btn label {
	padding: 10px;
	background:#999;
	color:#fff!important;
	text-align: center;
	cursor: pointer;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.rd_btn input[type="radio"]:checked + label {
   background-color: #006c98;
 }
 .col-sm-4.col-md-4.dashboard_box.comparesion p {
    float: left;
    width: 100%;
}
.col-sm-4.col-md-4.dashboard_box.box3 h2 {
    border: none;
}
.col-xl-3.col-md-6.mb-4.last_box_graph {
    padding-right: 15px;
}
.search ::-moz-placeholder{
	color:#ccc!important;
	opacity:1;
}
.search ::-webkit-input-placeholder{
	color:#ccc!important;
	opacity:1;
}

/*==============21-11-19=====================*/

.dashboard_wrapper .col-sm-12.col-md-12.dash_title.title_header h1 {
    float: left;
}
.select_month {
    float: right;
    max-width:285px;
    width: 100%;
	position: relative;
	top: -7px;
	display:none;
}
.select_month select {
	float:right;
	max-width: 180px;
	width: 100%;
    border: 1px solid #f1f1f1;
    padding: 8px;
    border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
}
.col-sm-4.col-md-4.dashboard_box.box3.pr-3 .card {
    padding-bottom: 0;
    /*height: 354px;*/
}
.col-sm-4.col-md-4.dashboard_box.last_box.duplicate_box .card {
    padding-bottom: 0;
}
.col-sm-5.col-md-5.dashboard_box.map .header {
    border-bottom: 1px solid #efeff0;
}
.dashboard_box.essential td, .dashboard_box.datasource td{
    padding: 5px 8px;
}
.col-sm-4.col-md-4.dashboard_box.country_table .card {
    padding-bottom: 23px;
}
.col-sm-4.col-md-4.dashboard_box.last_box.p0 .card {
    padding-bottom: 0;
    /*height: 390px;*/
}
.col-sm-4.col-md-4.dashboard_box.essential.pr-3 {
    /*height: 390px;*/
}
.col-sm-4.col-md-4.dashboard_box.comparesion {
    /*height: 390px;
    overflow: hidden;*/
}
/*.col-sm-4.col-md-4.dashboard_box.first_box {
    height: 354px;
    overflow: hidden;
}*/
.login_details{
	float: right;
	font-size: 12px;
	line-height: 20px;
	margin: 0px;
	color:#000;
}
.login_details p {
    color:#000;
}
.blank_msg{
	display:none;
}
.form_wrapper{
	position:relative;
	top:-8px;
}
.error_div {
    /*position: absolute;
    top:-145px;*/
	left:0;
    width: 100%;
    z-index: 9999;
    opacity: 1;
}




#top-header {
    background:#fff;
	border-bottom: 1px solid #f8f8f8;
}
.header_bg.border_bottom {
    display: none;
}
.col-sm-4.col-md-4.dashboard_box.first_box .header {
    border-bottom: 1px solid #efeff0;
	/*padding-bottom: 8px;
	padding-top: 3px;*/
}
.col-sm-4.col-md-4.dashboard_box.graph2.pr-0 .header {
    border-bottom: 1px solid #efeff0;
}
.col-sm-6.col-md-6.dashboard_box.comparesion .header {
    border-bottom: 1px solid #efeff0;
}
input:focus::placeholder{
       color:transparent;
 }
 th {
    font-weight: normal;
}
.login_text.field {
    padding-bottom: 15px;
}
.duplicate_box td {
    padding:8px;
}
.dashboard_box.country_table.pl-0.pr-0 {
    margin: 10px 0 0;
}

/*==============26-11-19==================*/

.slide_form_div .row{
	/*margin:0;*/
}
.slide_form_div{
	/*margin:0 -15px;*/
}
.slide_form_div .container, .slide_form_div .col-sm-12.col-md-12 {
    /*padding: 0;*/
}
.all-menu div.general_list h1 {
	font-size: 18px;
    margin-bottom: 6px;
}
.list-group-menu.general_list blockquote {
    border-left: 5px solid #006c98;
	border-right:none;
	padding-right: 7px;
}
.inner_quote {
    display: inline-block;
}
.general_list a {
    float: right;
    width: 156px;
    height: 40px;
	margin-top: 2px;
    line-height: 40px;
    background:#006c98;
	text-align: center;
	color:#fff;
    border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.general_list a:hover{
	background:#000;
	color:#fff;
}
.cls_search {
    height: 30px!important;
    line-height: 23px!important;
    font-size: 12px!important;
    padding: 0 12px!important;
}
.cls_search{
	opacity:1!important;
	background:#000!important;
}
.datepicker td, .datepicker th {
    width:30px !important;
    height: 30px !important;
	line-height:30px;
}
.datepicker table tr td.active.active, .datepicker table tr td.active.highlighted.active, .datepicker table tr td.active.highlighted:active, .datepicker table tr td.active.active:active {
    background-color: #006c98!important;
    border-color: #006c98;
	color:#fff!important;
}
.datepicker td.day.disabled:hover {
    cursor: default;
	background: none;
}
.datepicker td.day.disabled{
	color:#ddd!important;
}
.dashboard_box.country_table.pl-0.pr-0 th:first-child {
    text-align: left;
}
.dashboard_box.country_table.pl-0.pr-0 td:first-child {
    padding-left: 34px;
    text-align: left;
}
.dashboard_box.country_table.pl-0.pr-0 th, .dashboard_box.country_table.pl-0.pr-0 td {
    text-align: center;
}
.col-sm-4.col-md-4.dashboard_box.essential.pr-3 th:nth-child(2), .col-sm-4.col-md-4.dashboard_box.essential.pr-3 td:nth-child(2) {
    text-align: center;
}
#loader .row {
    display: inherit;
}
#loader .error_div h6 {
    margin: 0 0 4px 0;
}
#loader .error_div {
	padding: 10px 20px;
}
#no_data {
    float: left;
    width: 100%;
    padding-top: 20px;
	padding-left: 20px;
}
.serach_placeholder.errorClass,  #compare_search.compare_search.errorClass {
    border-color:red!important;
}
#chartContainers.no_data_available {
    display: none;
}
.searched_option {
    text-align: center;
    padding: 10px 0 0;
}
.loader_div {
    float: left;
    width: 100%;
    text-align: center;
}
.align_right.tab_btn {
    padding: 20px 0;
}
.align_right.tab_btn button {
    border: none !important;
}
.negative_integer{
color:#006c98!important;
}
.positive_integer{
color:#619555!important;
}

/*==================12-12-19=====================*/
.gc-pagination-container li{
	display:inline-block;
}
.gc-pagination-container .disabled a, .gc-pagination-container .pagination{
	float:none;
	display: inline-flex;
}
.gc-pagination-container .disabled a{
	margin: 0 !important;
	padding: 6px 10px;
    height: 35px;
	float:none;
}
#content .gc-pagination-container .gc-pagination.pagination .fa{
	line-height:23px;
	color:#000!important;
}
.top_box .col-auto {
    position: absolute;
    right: 0;
	top: 50%;
	transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
}
.multi_btns {
    margin-top: 19px !important;
}

.no_data_display{
    text-align: center;
    padding-top: 40px;
}
form#report_search {
    display: block;
    width: 100%;
}
.title_header h1 span, .container .title_header h1 span{
    color: #006c98!important;
}
.breadcrumb .active span {
    opacity: 1;
    color: 
    #000;
}
.select_year select {
    float: left;
    width: 100%;
    max-width: 126px;
}
.select_year {
    float: left;
    width:35%;
}
.select_year label {
    width: auto;
    margin: 10px 0 0 0;
}
div#order-datatable_length {
    float: right!important;
	width: 15%;
}
div#order-datatable_length label {
    display: flex;
	text-transform: capitalize;
}
.gc-data-container-text {
    max-width: 684px!important;
}
.cls_search {
    border: none;
}
.hide_this_block{
	display:none;
}
.dataTables_length {
    float: right!important;
    /*width: 12%;*/
	width:auto;
}
.dataTables_length label {
    text-transform: capitalize;
}
.align_right{
	text-align:right;
}
.g-recaptcha div {
    margin: 0 auto;
}
a.red_anchor {
    color: #ad222b!important;
    border-bottom: 1px solid #ad222b;
}

img.dash_icon {
    width: 40px;
}

.noResult {
    display: block;
    width: 450px;
    margin: 0 auto;
	text-align:center;
}

img.noRes_icon {
    width: 100px;
    padding-bottom: 20px;
}

.noResult h1{
	padding-bottom:30px;
	font-size: 24px;
    color: #5c5b5b;
    margin: 0;
}
.noResult h5{
	font-size: 1.25rem;
	margin-top:0px;
}
.noResult ul {
    text-align: left;
}
.noResult span {
    color: #377492;
}

/* new breadcrumb */

ul#breadcrumps {
    list-style-type: none;
    padding: 8px 15px;
    margin-bottom: 20px;
    /* list-style: none; */
    background-color: #f5f5f5;
    border-radius: 4px;
    /* list-style: initial !important; */
}
#breadcrumps li {
    padding: 0 0 0 4px;
    line-height: 26px;
}
#breadcrumps a, #breadcrumps li {
    color: #838481;
    font-size: 14px;
    font-weight: 300;
}

#breadcrumps li.active {
    color: #222321;
}
.align_center ul {
    text-align: center;
}

.burger_menu {
    float: left;
}
.burger_menu span {
    float: left;
    width: 33px;
    height: 4px;
    margin-bottom: 5px;
	clear: both;
}
#notes{
	height:120px;
}

.mt_20 {
    top: 66px!important;
    padding-top: 14px;
}
.table-responsive {
    display: inline-table;
}
div.dataTables_wrapper div.dataTables_length label {
    position: relative;
    top: 10px;
}
.big_table {
    display: block;
}
select.form-control:not([size]):not([multiple]), .chosen-container-single .chosen-single{
    height: 36px!important;
	    border: 1px solid #d7d7d7!important;
}
.modal-content .chosen-container {
    width: 100%!important;
}
.table-container table tr td:nth-child(1) {
    border-left: 0;
}
.app_list_page div.dataTables_length label {
    position: static!important;
	margin-bottom: 12px;
}
.paging-entries-container .floatL {
    line-height: 36px;
}
.assign_ticket_page .inspection_information_table {
    display: inline-block;
    width: 100%;
}
.assign_ticket_page .inspection_information_table .form-check {
    padding-left: 0;
}

.rounded-3 {
    border-radius: 0.3rem!important;
}
.mb-3.upload_file {
    clear: both;
}
div a.red_btn, td a.red_btn, input[type="submit"].red_btn{
	background:#006c98!important;
	color:#fff;
}
ul.nav.nav-tabs a.active.show{
	background:#006c98!important;
	color:#fff;
	border-color:#006c98!important;
}
.sub_menu_link, .rd_btn input[type="radio"]:checked + label, .form_note::before, .general_list a {
    background: #006c98!important;
}
a.sub_menu_link:hover {
    background: #fff!important;
}
.scroll-menu::-webkit-scrollbar {
    display: none;
}
.scroll-menu {
    position: static;
    width: 100%;
    top: 0;
    bottom: 0;
    height: 85vh;
    overflow-y: auto;
}
.submit_btn
{
line-height:32px!important;
}
	
td i, button i, i.fas.fa-print, .dropdown-menu i {
    color: #006c98;
}
.grocery-crud button:hover i, .grocery-crud a:hover i {
    color: #fff;
}
.dropdown-menu li a:hover i{
	color: #006c98;
}
.grocery-crud button:hover {
    opacity: 1;
}
.grocery-crud button:focus i{
	color: #fff;
}
.grocery-crud button:focus{
	background:#000;
	color:#fff;
}
button.btn.btn-primary {
    background: #006c98;
    border-color: #006c98;
	color: #fff;
}
.form-control {
    padding: 4px 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.pagination button i {
    position: relative;
    top: 2px;
}
.gc-caption-title {
    font-size: 18px;
	font-weight: 500;
    background: none!important;
    padding-bottom: 12px;
	margin-bottom: 12px;
    border-bottom: 1px solid #dee2e6;
}
.btn-outline-dark {
    --bs-btn-border-color: #ccc;
}
/*.grocery-crud div {
    border-left: 0!important;
    border-right: 0!important;
}*/
.grocery-crud td:first-child {
    border-left: 0!important;
}
.grocery-crud td:last-child {
    border-right: 0!important;
}
a.gc-simple-button-112.btn.btn-outline-dark {
    margin-left: 0;
}
.pagination button i {
    color: #dee2e6;
}
button.btn.btn-default.btn-outline-dark i {
    color: #006c98;
}
div#gc-form-site_colour input{
    width: 24px!important;
    padding: 0;
	border: 0!important;
}
.modal-body button {
    color: #000;
}
.nav-pills .nav-link.active {
    background-color: #006c98!important;
}
.nav-pills .nav-link {
	color: #fff;
	background: #000;
}
.modal-body li {
    margin: 0 5px;
}
.modal-content {
    background: #f2f2f2;
    border: 0;
}
.modal-content button{
	opacity:1!important;
}
.modal-body .css-ackcql {
    padding: 0;
    margin: 0;
}
.modal-body .css-1d8n9bt {
    padding: 0;
}
.modal-body .css-1s2u09g-control {
    border: 1px solid #ced4da!important;
	padding-left: 8px;
}
.grocery-crud button:focus i {
    color: #fff!important;
}
.nav-pills.gc-tabs-71 {
    margin-bottom: 15px;
}
.modal-body .gc-horizontal-line-70 {
    display: none;
}
.fprm_title.mb-10 .col-sm-12.col-md-12.pl-4.pr-4 {
   
}
.three_row {
    column-gap: 15px;
}
.three_row .form-group {
    width:100%;
}
.column-gap-20 {
    column-gap: 20px;
}
.two-columns .form-group {
    width: 100%;
}
.width_320 {
    max-width: 320px;
    margin: 0 auto;
    float: none!important;
}
.dashboard_wrapper.menu_dashboard .d-flex.justify-content-end.clear-both {
    display: none!important;
}
.last_box .card.h-50 {
    height:100%!important;
}
.grocery-crud .dropdown-menu{
	margin-top:10px!important;
	margin-left: -20px!important;
}
.grocery-crud .pagination input {
    padding: 4px 10px;
}
/*table.gc-wrapper-81.table.table-bordered.table-hover.gc-wrapper-d0-83 td:last-child {
    justify-content: flex-end;
    display: flex;
}*/
table.gc-wrapper-81.table.table-bordered.table-hover.gc-wrapper-d0-83 td:last-child .general_list{
	position: relative;
	top:40px;
}
.general_list a{
	text-decoration:none!important;
	color:#fff!important;
}
.checkbox-div {
    max-width: 690px;
    width: 100%;
    margin: 30px 0 0;
}
.width_350{
	width: 100%;
    max-width: 350px;
}
.checkbox-info .d-flex.width_350 {
    margin-bottom: 10px;
}
.checkbox-info label {
    font-weight: 600!important;
}
.grocery-crud p.grey_section{
	border-color:#006c98!important;
}
#main_info label span {
    color: #006c98!important;
}
.inspection_information_table td {
    padding-bottom: 6px;
}
.checkbox-div.entitlements_table.full-width {
    max-width: 100%;
}
.card-header img.rounded-circle {
    margin-right: 6px;
}
.card-body input.btn.btn-red.btn-110{
    line-height: 28px;
}
.card-header {
    margin-bottom: 10px;
}
.subject-info-arrows input {
    background: none;
    color: #000;
    border: 1px solid #d7d7d7;
    height: 32px;
}
.transfer_box{
	column-gap:20px;
}
.transfer_box select::-webkit-scrollbar {
    display: none;
}
.justify-content-center{
	justify-content: center;
}
.btn.black-bg {
    background: #000;
    color: #fff;
}
.btn.black-bg {
    background: #000;
    color: #fff;
}
.transfer_box select{
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 1px;
}
.transfer_box select option {
    width: 90%;
}




@media(max-width:599px){
.two-columns, .three_row {
    flex-direction: column;
}
}
.btn-auto{
  width: auto!important;
  line-height: normal!important;
}
.new-tab-li .btn {
  color: #000;
}
.new-tab-li .btn.active{
	border: 1px solid #ccc !important;
	border-left: 4px solid #006c98 !important;
	
}
.formnewnewfm{
	margin-top: -21px;
}
.p-b-0 {
  padding-bottom: 0 !important;
}
.form-check.new-form-check input[type="checkbox"] {
  float: left;
  margin: 0 10px 0 0;    
}
.form-check.new-form-check{
    padding: 0;
}
.form-check.new-form-check label {
  float: left;
  width: auto;
}
.logo.logo-left {
  margin: 0;
 /* float: right;*/
  width: auto;
}
.mb-3.upload_file .fileuploader {
  background: none;
}
.btn-37 {
  height: 37px !important;    
}
.btn-37 .m-0{
    margin: 0!important;
}
.btn-dark-red{
    color: #fff;
    background: #d9534f;
}
.btn-dark-red:hover {
  color: #fff;
  background-color:#cb433f;
  border-color: #cb433f;
}
.btn-dark-red:focus, .btn-success:focus, .btn-secondary:focus{
  color: #fff !important;
}
.p-t-0{
    padding-top:0!important;
}