/* dispatching module styles .*/
@import "schedular-style.css";

.page-template-tpl-dispatching-single .modal-backdrop.fade.in {
    z-index: 9;
}
.toplevel_page_dispatching h3 {
	font-size: 20px;
}
.lb_100 {
	width: 100%;
	font-weight: 500;
	color: #002a91;
	letter-spacing: 0.7px;
	font-size: 13px;
}

.hasDatepicker {
	border: solid 1px #2C28281C !important;
	height: 55px;
	padding: 6px 15px !important;
	font-size: 14px !important;
	color: #061B2E;
	border-radius: 5px;
	background: #fff;
}
.dispatch_list-wrap .select2-selection {
    border: solid 1px #2C28281C !important;
    height: 55px;
    padding: 6px 15px !important;
    font-size: 14px !important;
    color: #061B2E;
    border-radius: 5px;
    background: #fff;
}
.dispatch_list-wrap .select2-container .select2-selection--single {
	height: 55px;
}
.dispatch_list-wrap .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 55px !important;
	right: 10px !important;
	width: 20px !important;
}
.dispatch_list-wrap label span {
    font-size: 13px;
    font-weight: 400 !important;
    color: #143A5F;
    margin-bottom: 8px !important;
    width: 100% !important;
    float: left;
}
.dispatch_list-wrap .lb_dt {
	width: 100% !important;
}
.dispatch_list-wrap {
	padding: 15px 0;
	float: left;
}
.table_btn a {
	border: solid 1px #143A5F;
	padding: 2px 5px;
	display: inline-block;
	width: 100%;
	text-align: center;
	margin: 3px 0 !important;
	border-radius: 4px;
	color: #143A5F;
	font-size: 16px;
	background: #fff;
	cursor: pointer;
}
.table_btn a:hover,
.table_btn a:focus {
	background: #143A5F;
	color: #e3c05b;
} 
.brad_Bar {
	display: inline-block;
	width: 100%;
	background: #f4f9fe;
	padding: 30px;
	border-bottom: solid 1px #e7e7e7;
	background-image: linear-gradient(#ffffff, #f4f9fe);
	margin: 40px 0 20px;
	text-align: center;
}
.trt-single .brad_Bar {
    padding: 5px 30px 30px 30px;
    margin: 0px 0 20px;
}
.d_col span {
	text-transform: capitalize;
}
.brad_Bar li {
	display: inline-block;
	list-style: none;
}
.brad_Bar li a {
	border: solid 1px;
	padding: 5px 20px;
	border-radius: 4px;
	margin: 7px;
	display: inline-block;
	color: #002a91;
	font-weight: 600;
	text-transform: capitalize;
}
.brad_Bar a.bread__active {
	color: #e3c05b !important;
}
.brad_Bar li a:hover {
	color: #e3c05b;
}
.dis_title{
    font-size: 20px;
    font-weight: 500;
    border-bottom: solid 1px #2C28281C;
    margin-bottom: 30px;
    padding-bottom: 15px;
    margin-top: 20px;
    color: #143A5F;
}    

.view_ticket_wrap td span, .view_ticket_wrap th span {
    font-weight: 600;
}
.dispatch_heading {
    float: left;
    width: 100%;
    border-bottom: 3px double #e7e7e7;
    margin-bottom: 20px !important;
    padding-bottom: 5px;
}

.primary-custom {
    background: #002a91;
    border-color: #002a91;
    color: #fff;
}

.primary-custom:hover, .primary-custom:focus {
	color: #e3c05b;
}

.asec_datatables-admin tr:nth-child(odd) td {
	background: #EBEBEB;
}
table.asec_datatables-admin {
	margin-top: 15px;
	float: left;
}
#earnings_report_month tr:hover td {
	background: #4E5066;
	color: #fff;
}
#earnings_report_month tr:hover td a {
	color: #fff;
}
.asec_datatables-admin{
	margin-top: 15px !important;
}
.asec_datatables-admin td, .asec_datatables-admin td {
	background: #FFFFFF;
	text-align: left;
	vertical-align: middle;
	font-weight: 300;
	font-size: 14px;
	border-right: 1px solid #C1C3D1;
	letter-spacing: 0.5px;
}
.asec_datatables-admin thead th, .asec_datatables-admin thead td {
	color: #fff;
	background-color: #1c2e3b;
	letter-spacing: 0.7px;
}
.earnings_order_main {
	float: left;
	width: 95%;
	background: #fff;
	padding: 2%;
}
.asec_datatables-admin_length {
	float: left;
	margin-bottom: 15px;
	margin-top: 10px;
}
.asec_datatables-admin_filter {
	float: right;
	margin-bottom: 15px;
	margin-top: 10px;
}
.asec_datatables-admin .sendEmailRequest {
	background: #7796A8;
	border: none;
	box-shadow: none;
	padding: 5px 15px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	border-radius: 4px;
	cursor: pointer;
	font-family: "Work Sans", "HelveticaNeue", "Helvetica Neue", sans-serif;
	font-weight: 500;
	display: inline-block;
	text-decoration: none;
}
.asec_datatables-admin .sendEmailRequest:hover, .asec_datatables-admin .sendEmailRequest:focus {
	background: #5A6C77;
}
.asec_datatables-admin_info {
	float: left;
	margin-top: 15px;
}
.asec_datatables-admin_paginate {
	float: right;
	margin-top: 15px;
}
.asec_datatables-admin_paginate .paginate_button.current {
	background: #5A6C77;
	color: #fff !important;
	border: none;
	margin-left: 5px;
}
.asec_datatables-admin_paginate .paginate_button.current:hover {
	background: #7796A8;
}
.asec_datatables-admin_paginate .paginate_button {
	background: #7796A8;
	color: #fff !important;
	border: none;
	margin-left: 5px;
}
.asec_datatables-admin_paginate .paginate_button:hover {
	background: #5A6C77;
}
.scheduler_calender-wrap .space {
	display: inline-block;
	width: 100%;
	margin: 10px 0 20px;
	border: double 3px #e7e7e7;
	padding: 10px;
	background: #fafafa;
}
.scheduler_calender-wrap .space a {
	display: inline-block;
	background: #1c2e3b;
	color: #fff;
	padding: 5px 15px;
	border-radius: 4px;
	margin-left: 5px;
}
.scheduler_calender-wrap .space a:hover,
.scheduler_calender-wrap .space a:focus {
	background-color: #191e23;
	color: #00b9eb;
	text-decoration: none;
}
.scheduler_calender-wrap .space span {
	font-weight: 600;
	color: #00b9eb;
}
.tech_assign_span_hide {
	display: none;
}
.dispatch_trt_wrap {
	padding-bottom: 30px;
	margin-bottom: 20px;
	border-bottom: solid 1px #e7e7e7;
	float: left;
	width: 100%;
}
a.edit_assigned_show,
a.save_assigned_hide,
a.edit_assigned_hide {
	float: right;
	font-size: 15px;
	color: #1c2e3b;
	cursor: pointer;
}
a.save_assigned_hide, a.edit_assigned_hide {
	float: none;
	margin: 10px 6px 0 0;
	font-size: 17px;
	display: inline-block;
	vertical-align: middle;
}
a.edit_assigned_show:hover,
a.edit_assigned_show:focus,
a.save_assigned_hide:hover,
a.edit_assigned_hide:focus,
a.save_assigned_hide:hover,
a.edit_assigned_hide:focus   {
	color: #000000; 
}
#dispatching_list_all .select2-container .select2-selection--single {
	height: 29px !important;
}
#dispatching_list_all .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 27px;
	font-size: 13px;
}

.c_notice {
	display: flex;
	padding: 11px 15px;
	font-size: 14px;
	text-align: left;
	margin: 25px 20px 10px 2px;
	background-color: #fff;
	border-left: 4px solid #ffba00;
	box-shadow: 3px 2px 1px 2px rgba(0,0,0,.1);
}
.c_notice.notice-error{
	border-left: 6px solid red;
}
.c_notice.notice-success {
    border-left: 4px solid #1fce06;
}
.c_notice p{
	margin: 0 !important;
}

.dispatch_list-wrap .dataTables_wrapper .dataTables_processing{
	top: 49%;
	height: 97px;
}

.recurring_events thead th, .recurring_events thead td {
	color: #fff;
	background-color: #1c2e3b;
	letter-spacing: 0.7px;
}
.dispatch_trt_wrap input,
.dispatch_trt_wrap select {
	height: 55px;
}
.trt_form .dispatch_list-wrap {
	width: 100%;
}
.recurring_events h3,
.trt-single h3 {
	font-size: 20px;
	font-weight: 500;
	border-bottom: solid 1px #2C28281C;
	margin-bottom: 30px;
	padding-bottom: 15px;
	margin-top: 20px;
	color: #143A5F;
}


.view_ticket_wrap{
  display: inline-block;
  width: 100%;
}


.view_ticket_wrap .d_row {
	width: 100%;
	border-bottom: solid 1px #e7e7e7;
	float: left;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.view_ticket_wrap .d_col {
    max-width: 50%;
    float: left;
    width: 50%;
}
.view_ticket_wrap .d_col span {
    font-weight: 600;
}

.ticket_details {
	float: left;
	width: 100%;
	padding: 15px;
	background: #fafafa;
	margin-bottom: 20px;
}
.close_btn {
	background: #7796a8 !important;
	color: #fff !important;
	border: none !important;
	margin-left: 5px !important;
	cursor: pointer !important;
}
.close_btn:hover {
	background: #5a6c77 !important;
	color: #fff !important;
}
.trt_save_btn {
	padding: 10px 20px;
	width: 100px;
	font-size: 14px;
	margin-top: 10px;
}
.trt_save_btn:hover,
.trt_save_btn:focus {
	color: #e3c05b !important;
}
.pol_Lab {
	position: relative;
}
.sm_AB {
	position: absolute;
	right: 35px;
	top: 43px;
	font-size: 14px;
}
.toolbar {
    display: block;
    width: 100%;
    position: relative;
    height: 50px;
}
.date_nav {
    width: 33.33%;
    float: left;
    text-align: center;
}
a.btn.selected-button {
    background: #646564;
    color: gold;
    border-color: gold;
}
.select_emp_wrap .form-group {
    min-height: 50px;
}

.select_emp_wrap .form-group .select2-container .select2-selection--single {
    height: 40px;
}
.darkTheme.calendar_default_message { 
	color: #ffffff;
	background: red; 
}
.select_emp_wrap {
	padding: 10px;
}
.select_emp_wrap .form-group label {
	font-size: 16px;
	font-weight: bold;
}

/****** Dispatch module UI changes *******/

a.save_assigned_hide, a.edit_assigned_hide {
    margin: 5px 1px 0 8px !important;
	font-size: 12px;
	color: #fff;
	background-color: #337ab7;
	border-color: #2e6da4;
	padding: 0 4px;
	line-height: 20px;
	float: right;
	font-weight: 500;
}

.page-id-33407 a.save_assigned_hide .fa,
.dispatching_page_show_all_ticket_listing a.save_assigned_hide .fa{
	font-size: 10px !important;
}

.page-id-33407 span.select2-container,
.dispatching_page_show_all_ticket_listing span.select2-container {
    display: inline !important;
}

.page-id-33407 .select2-container--open .select2-dropdown--below,
.dispatching_page_show_all_ticket_listing .select2-container--open .select2-dropdown--below{
    width: 150px !important;
    margin: 30px 20px 0 0;
}

.page-id-33407 span.select2-selection__arrow,
.dispatching_page_show_all_ticket_listing span.select2-selection__arrow{
	position: relative !important;
	top: -5px !important;
	left: 95% !important;
}

.page-id-33407 span.select2-selection__rendered,
.dispatching_page_show_all_ticket_listing span.select2-selection__rendered{
	line-height: 10px !important;
}

.page-id-33407 .dispatch_list-wrap .select2-selection,
.dispatching_page_show_all_ticket_listing .dispatch_list-wrap .select2-selection{
	padding: 9px 6px !important;
}


@media only screen and (max-width: 600px) {
	.view_ticket_wrap .d_col {
		max-width: 100%;
		width: 100%;
	}
}


