body {
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -moz-osx-font-smoothing: grayscale;
    overflow-y: auto;
}
.content-title {
  margin-bottom: 10px;
}
.bottom-line{
	border-bottom: 1px solid #ddd;
}
.mandatory{
  color: red;
}

.main-title {
    color: #000;
    font-size: 22px;
    font-weight: 400;
    margin: 0;
}
.breadcrumb {
    background-color: transparent;
    border-radius: 0px;
    padding: 8px 0px;
    margin-bottom: 10px;
}
.inner_title{
	margin-bottom:40px;
}
.inner_title h3 {
  font-size: 25px;
  font-weight: 300;
  margin-bottom: 0;
  text-align: center;
}
.inner_title .sub_text {
  color: #979797;
  /* font-family: arial; */
  font-size: 13px;
  font-weight: 500;
  padding-top: 5px;
  text-align: center;
}
.tilenav_container {
  margin: 85px auto 0;
}
.tile_block {
  background: #fff none repeat scroll 0 0;
  border-radius: 4px;
  min-height: 250px;
  padding: 10px;
  text-align: center;
}
.tile_block .title {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 15px;
}
.glyph svg.icon {
    width: 120px;
	height:120px;
}
.tile_btn {
  margin: 0 7px;
}
.tile_btn .btn {
  background: #fff none repeat scroll 0 0;
  border-color: #e8e8e8;
  font-size: 14px;
  font-weight: 500;
}
.tile_btn .btn.green_btn{
	background:#52b97f;
	color:#FFF;
	border-color:transparent;
}
.tile_btn .btn.yellow_btn{
	background:#26425b;
	color:#FFF;
	border-color:transparent;
}
.tile_btn .btn.teal_btn{
	background:#008db3;
	color:#FFF;
	border-color:transparent;
}
.tile_btn .btn.blue_btn{
	background:#0071ce;
	color:#FFF;
	border-color:transparent;
}

.tile_desc {
  color: #979797;
  /* font-family: arial; */
  font-size: 12px;
  font-weight: 400;
  padding: 0 10px 25px;
}
.scoop-main-container {
  background: #eef0f3 none repeat scroll 0 0;
}

.sub_heading {
    border-bottom: 1px solid #ddd;
    color: #000;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 15px;
    padding: 0 0 10px;
}
.table_container {
  background: #fff none repeat scroll 0 0;
  padding: 15px;
}
table.dataTable thead th, 
table.dataTable tfoot th {
  font-weight: 500;
  font-size:12px;
}
table.dataTable thead th, 
table.dataTable thead td {
    padding: 7px 10px;
}
table.dataTable tbody td {
  font-size: 12px;
  font-weight: normal;
  text-align: center;
}
table.dataTable tbody td.icons a i {
  color: #FFF;
  font-size: 14px;
}
table.dataTable tbody td.icons a {
	padding:0 5px;
}

table.dataTable tbody td.icons a.edit_btn {
    background: #0068b1 none repeat scroll 0 0;
    border-radius: 3px;
    padding: 4px 6px;
}
table.dataTable tbody td.icons a.gis_btn {
    background: #2076f7 none repeat scroll 0 0;
    border-radius: 3px;
    padding: 4px 8px;
}
table.dataTable tbody td.icons a.del_btn {
  background: #f56954 none repeat scroll 0 0;
   border-radius: 3px;
    padding: 4px 7px;
}
table.dataTable tbody td.icons a.copy_btn {
    background: #75BB42 none repeat scroll 0 0;
    border-radius: 3px;
    padding: 4px 6px; 
}
table.dataTable tbody td.icons a.edit_btn i,
table.dataTable tbody td.icons a.gis_btn i,
table.dataTable tbody td.icons a.del_btn i,
table.dataTable tbody td.icons a.copy_btn {
  color: #FFF;
  font-size: 14px;
}
 
.table.dataTable tbody td.icons a.edit_btn i { color:#FFF;}

table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
  background-color: #f3f4f6;
}
/* table.dataTable {
	border:1px solid #DDD !important;	
} */
table.dataTable thead th, table.dataTable thead td {
  border-bottom: 0 solid #ddd;
  color: #fff;
}
table.dataTable tbody th, 
table.dataTable tbody td {
  border-right: 1px solid #ddd;
}
table.dataTable tbody tr td:last-child {
  border-right: 0px solid #ddd !important;
}
.table_container label {
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 5px;
  max-width: 100%;
}
.table_container table.dataTable{
	/* font-family: arial; */
}
.table_container table.dataTable thead {
  background: #3f5485 none repeat scroll 0 0;
}
.dataTables_wrapper .dataTables_filter input {
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0px;
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.075) inset;
  color: #555;
  font-size: 12px;
  height: 25px;
  line-height: 1.42857;
  padding: 4px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  background: #fe9375 none repeat scroll 0 0;
  border: 0 solid #ddd;
  color: #fff !important;
  font-weight: bold;
}

.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
  color: #333;
  /* font-family: arial; */
  font-size: 12px;
}


.form_panel {
  background: #fff none repeat scroll 0 0;
  margin-bottom: 10px;
  padding: 10px;
}
.form_panel label {
  display: inline-block;
  /* font-family: arial; */
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 5px;
  max-width: 100%;
  color: #777777;
}

.form-control {
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0px;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.075) inset;
  color: #555;
  display: block;
  font-size: 14px;
  height: 30px;
  line-height: 1.42857;
  padding: 6px 12px;
  transition: none 0s ease 0s ;
  width: 100%;
}

.form_panel .btn {
  padding: 4px 12px;
}
.createnew_btn {
  bottom: 26px;
  position: absolute;
  right: 15px;
}
.scoop .scoop-header[header-theme="theme10"] {
	background: #2b5876;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #4a6ed9, #36d1dc);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #4a6ed9, #36d1dc); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

	color:#FFF;
}
 
.scoop .scoop-header[header-theme="theme10"] .sidebar_toggle a {
  background: transparent ;
  color: #FFF;
  border-color: #FFF;
}
.scoop .scoop-header[header-theme="theme9"] .scoop-right-header .scoop-rl-header ul > li > a, 
.scoop .scoop-header[header-theme="theme9"] .scoop-right-header .scoop-rr-header ul > li > a {
  color: #FFF;
}
.scoop[theme-layout="vertical"][scoop-device-type="desktop"] .scoop-header .scoop-left-header .scoop-logo .logo-text, 
.scoop[theme-layout="vertical"][scoop-device-type="tablet"] .scoop-header .scoop-left-header .scoop-logo .logo-text, 
.scoop[theme-layout="vertical"][scoop-device-type="phone"] .scoop-header.iscollapsed .scoop-left-header .scoop-logo .logo-text {
    /* font-family: open sans; */
    font-size: 22px;
    font-weight: 500;
    left: auto;
    position: absolute;
    right: 30px;
    text-transform: uppercase;
    top: 10px;
}
.scoop[theme-layout="vertical"] .scoop-header .scoop-left-header .scoop-logo a {
    padding: 14px 0;
}
.scoop[theme-layout="vertical"] .scoop-header .scoop-left-header .scoop-logo a {
  padding: 14px 0;
}
.scoop[theme-layout="vertical"][vertical-nav-type="expanded"] .scoop-header .scoop-left-header .scoop-logo a {
  margin-left: 10px;
}
.comp_text{}
.comp_text a {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}
.scoop-rr-header .icons a{}
.scoop-rr-header .icons a i {
  font-size: 15px;
}

.scoop[theme-layout="vertical"] .scoop-header .scoop-right-header .scoop-rl-header ul > li > a, 
.scoop[theme-layout="vertical"] .scoop-header .scoop-right-header .scoop-rr-header ul > li > a {
  font-size: 14px;
  font-weight: 500;
  color:#FFF;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 0px solid #111;
}
.scoop-rr-header li.icons.logout {

}
.scoop-rr-header li.icons.logout a {
  border: 1px solid #fff;
  border-radius: 0;
  font-size: 14px !important;
  padding: 4px 15px !important;
}
.scoop-rr-header li.icons.logout a:hover {
  border: 1px solid #fff;
  background:#fff;
  color:#000 !important;
  -webkit-transition: color 1s;
}
.form-group {
  /* font-family: arial; */
  font-size: 13px;
  font-weight: 400;
}

@-moz-document url-prefix() {
    select {
		/*  border: 0 !important; */  /*Removes border*/
		-webkit-appearance: none !important;  /*Removes default chrome and safari style*/
		-moz-appearance: none !important; /* Removes Default Firefox style*/
		background: #FFF url(../images/select-arrow.png) no-repeat 95% center !important;
		width: 100% !important; /*Width of select dropdown to give space for arrow image*/
		text-indent: 0.01px; /* Removes default arrow from firefox*/
		text-overflow: "";  /*Removes default arrow from firefox*/ /*My custom style for fonts*/
		color: #666;
		border-radius: 0px;
		padding: 5px;
		border:1px solid #CCC !important; 
	}
}
@-moz-document url-prefix() {
    .dataTables_length select {
		width: auto !important; /*Width of select dropdown to give space for arrow image*/
		min-width: 100px !important;
		background: #FFF url(../images/select-arrow.png) no-repeat 90% center !important;
		height:25px;
		font-size:12px; 
	}
}
input[type="checkbox"], input[type="radio"] {
  position: relative;
  top: 2px;
}
.asterisk {
  color: red;
}
.align-selectpicker{}
.align-selectpicker > label{
	display:block;
}
.align-selectpicker .btn {
  border-radius: 0;
  color: #555 !important;
  font-size: 14px;
}
.align-selectpicker .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%;
}
.align-selectpicker .btn-group.open .dropdown-toggle {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.125) inset;
}
 
.align-selectpicker .btn {
  background:#FFF;
  border: 1px solid #CCC;
}
.align-selectpicker .bootstrap-select > .dropdown-toggle.bs-placeholder, 
.align-selectpicker .bootstrap-select > .dropdown-toggle.bs-placeholder:active, 
.align-selectpicker .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, 
.align-selectpicker .bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
    color: #555;
}
.innerPanel{}

.innerPanel.panel-default {
  border-color: transparent; 
}
.innerPanel.panel-default > .panel-heading {
  background-color: transparent;
  border-color: #ddd;
  color: #333;
}
.innerPanel.panel {
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0px;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.05);
  margin-bottom: 10px;
}
.innerPanel .panel-heading {
  border-bottom: 1px solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 10px 0px;
}
.innerPanel .panel-title {
  font-size: 14px;
  color: #666;
}
.innerPanel .panel-body {
  padding: 10px 0;
}
.innerPanel .table_container {
  background: #fff none repeat scroll 0 0;
  padding: 10px 10px;
}
.table-bordered > thead > tr > td, 
.table-bordered > thead > tr > th {
  border-bottom-width: 1px;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
}
.table-bordered > tbody > tr > td, 
.table-bordered > tbody> tr > th{
	font-size: 12px; 
	text-align: center;
	vertical-align: middle;
}
.table td.icons i {
  font-size: 21px;
}
.ptIcons{}
.ptIcons i {
  font-size: 21px;
}
.innerPanel {
  background: #f1f1f1 none repeat scroll 0 0 !important;
  border-radius: 4px !important;
  padding: 0 10px;
}

.innerPanel .table {
  margin-bottom: 2px;
  max-width: 100%;
  width: 100%;
}
.pr5{padding-right:5px;}
.pl5{padding-left:5px;}


table.dataTable tbody th, table.dataTable tbody td {
  padding: 4px 5px;
}

table.dataTable thead th, table.dataTable tfoot th {

  line-height: 12px;
}
a {
  color: #007ee5;
  text-decoration: none;
}

a:hover {
  color: #64c5b1;
  text-decoration: none;
}
.btn-primary {
  background-color: #007ee5;
  border-color: #007ee5;
  border-radius: 0;
  color: #fff;
  /* font-family: arial; */
  font-size: 12px;
  font-weight: 600;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  background: #24c6dc none repeat scroll 0 0;
 
}
/* .form-control {
 
  border-radius: 0;
  
} */
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  color: #007ee5;
  display: inline-block;
  margin-top: 5px;
  position: absolute;
  right: 15px;
}
.bootstrap-select.btn-group .dropdown-menu li {
  border-bottom: 1px solid #ddd;
}
.bootstrap-select.btn-group .dropdown-menu li:last-child {
  border-bottom: 0px solid #ddd;
}
.bs-actionsbox, .bs-donebutton, .bs-searchbox {
    border-bottom: 0 solid #f1f1f1;
}

.btn_row{}
.btn_row .btn {
  font-size: 14px;
  font-weight: 500;
  min-width: 100px;
}
.btn_row {
  padding: 5px 5px;
  text-align: right;
}

.report_table .table{}
.report_table .table{}
.report_table .table tbody th {
  font-weight: 600;
  text-align: left;
}
.report_table .table tbody td{}

.report_table .table tbody th,
.report_table .table tbody td{
}




.leftVTab{}
.leftVTab ul.tabs {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.leftVTab ul.tabs li {
  background: #f1f1f1;
  border-bottom: 1px solid #e3e3e3;
  color: #222;
  display: block;
  padding: 10px 15px;
  cursor: pointer;
}
.leftVTab ul.tabs li:last-child {
	border-bottom:0px;
}
.leftVTab ul.tabs li.current {
  color: #222;
  background:#FFF;
}

.leftVTab .tab-content {
  display: none;
  padding: 15px;
  padding-bottom:0px;
}

.leftVTab .tab-content.current {
  display: inherit;
}
.leftVnavbox {
  float: left;
  width: 140px;
}
.leftVcontentbox {
 /*  border: 1px solid #ddd; */
  margin-left: 140px;
}
.scoopTabs {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ddd;
  margin-bottom: 15px;
}
.form_panel {
  border: 1px solid #ddd;
}
.scoopTabs_title {
  font-size: 18px;
  font-weight: 500;
  margin: 0;
  padding: 10px;
  text-align: center;
  border-bottom:1px solid #DDD;
}
.right-line{
	border-right:1px solid #DDD;
}
.scoopTabs .table_container {
  padding: 0;
}
.leftVnavbox:before{
}
.right-header {
  font-size: 13px;
  font-weight: 600;
  line-height: 35px;
  color:#FFF;
}
 
.scoop .scoop-header {
  background: #111111 !important;
  color: #414141;
  display: block;
  height: 40px;
}
.scoop .scoop-header[header-theme="theme2"] {
    background: #111111 none repeat scroll 0 0;
}

.right-header {
  line-height: 38px;
}
.scoop-logo {
  line-height: 37px;
}
.scoop .scoop-navbar {
  height: 50px;
}
.scoop .scoop-navbar .scoop-item > li > a {
  height: 50px;
  line-height: 20px;
  padding: 0 20px;
  font-weight:600;
}
.scoop .scoop-navbar .scoop-item > li > a > .scoop-micon {
  display: block !important;
  font-size: 21px;
  padding: 5px 0 0;
  text-align: center;
}
.scoop .scoop-navbar[navbar-theme="theme7"] {
    background: #007ee5 none repeat scroll 0 0; 
}
.scoop .scoop-navbar[navbar-theme="theme7"] .scoop-item[item-border="true"] > li > a {
  border-right-color: #188ae6;
}
.scoop .scoop-navbar[navbar-theme="theme7"] .scoop-item > li.active > a {
  background: #1f8ee9 none repeat scroll 0 0;
  color: #fff;
}
.scoop .scoop-navbar[navbar-theme="theme7"] .scoop-item > li:hover > a {
    background: #2fadff;
    color: #FFF;
}
.scoop-rr-header .btn {
  border-radius: 3px;
  margin-top: -2px;
  padding: 4px 10px;
}
.scoop-logo {
  float: left;
}
.app-container-icon {
  color: #fff;
  float: left;
  height: 40px;
}
.otherApp-icons {
 /*  background: #12b8ff none repeat scroll 0 0; */
  color: #fff;
  display: block;
  left: 7px;
  padding: 12px 20px 5px;
  position: relative;
  top: 0;
}
.otherApp-icons i {
  font-size: 21px;
}
.input-group-addon {
    border-radius: 0;
}
.checked_text {
  color: #555;
  font-size: 12px;
  padding-bottom: 10px;
}
.panel_separator {
  margin-bottom: 10px;
}
 
.map_container {
  min-height: 315px;
}

.scoop .scoop-navbar[navbar-theme="theme7"] .scoop-item > li.active > a {
   background: #2fadff none repeat scroll 0 0; 
 /*  background: #015ec5 none repeat scroll 0 0; */
  color: #fff;
}
.scoop .scoop-header[header-theme="theme2"] {
  background: #3f5485  none repeat scroll 0 0 !important;
}
.form_panel label {
  color: #575757;
  margin-bottom: 2px;
 
}
.form-group {
  margin-bottom: 8px !important;
}
.form-control {
 font-size: 12px;
  height: 26px;
  line-height: 1.42857;
  padding: 2px 5px;
 
}

.scoop .scoop-navbar .scoop-item > li.scoop-hasmenu > a {
    line-height: 20px;
	font-weight: 600;
}









.scoop .scoop-navbar[navbar-theme="theme7"] .scoop-item .scoop-hasmenu .scoop-submenu {
    background: #FFF;
	color: #111;
}
.scoop .scoop-navbar[navbar-theme="theme7"] .scoop-item .scoop-hasmenu .scoop-submenu {
    border-top-color: #FFF;
}
.scoop .scoop-navbar[navbar-theme="theme7"] .scoop-item > li.scoop-hasmenu.scoop-trigger > a > .scoop-mcaret {
    border-bottom-color: #FFF;
}
.scoop .scoop-navbar[navbar-theme="theme7"] .scoop-item > li.scoop-hasmenu.scoop-trigger.active .scoop-submenu {
    border-top-color: #015ec5;
}
.scoop .scoop-navbar[navbar-theme="theme7"] .scoop-item .scoop-hasmenu .scoop-submenu.scoop-megamenu ul li.title {
    border-bottom-color: #188ae6;
}
.scoop .scoop-navbar[navbar-theme="theme7"] .scoop-item .scoop-hasmenu .scoop-submenu.scoop-megamenu ul li a {
    color: #666;
}
.scoop .scoop-navbar[navbar-theme="theme7"] .scoop-item .scoop-hasmenu .scoop-submenu.scoop-megamenu ul li:hover a {
    color: #000;
}
.report_list {
  border-bottom: 1px solid #dadada;
  color: #666;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 3px;
  padding: 0 14px 5px;
  position: relative;
  top: -6px;
}

.scoop .scoop-navbar[navbar-theme="theme7"] .scoop-item[subitem-border="true"] .scoop-hasmenu .scoop-submenu li > a {
    border-bottom-color: #3b76dd;
}
.scoop .scoop-navbar[navbar-theme="theme7"] .scoop-item .scoop-hasmenu .scoop-submenu li.active > a {
    background: #d7dde2 ;
    color: #FFF;
}
.scoop .scoop-navbar[navbar-theme="theme7"] .scoop-item .scoop-hasmenu .scoop-submenu li:hover > a {
    background: #007ee5;
    color: #FFF;
}
table.dataTable thead th, table.dataTable tfoot th {
    text-align: center;
	 font-weight: 600;
}

table.dataTable {
	border:1px solid transparent;	
}
table.dataTable.no-footer {
    border-bottom: 1px solid transparent;
}

table.dataTable tbody  > tr > td:first-child{
	border-left:1px solid #DDD;	
}
table.dataTable tbody  > tr > td:last-child{
	border-right:1px solid #DDD !important;	
}

table.dataTable tbody > tr:last-child  > td{
	border-bottom:1px solid #DDD;	
}


table.dataTable thead  > tr > th:first-child{
	border-left:1px solid #3f5485 ;	
}
table.dataTable thead  > tr > th:last-child{
	border-right:1px solid #3f5485  !important;	
}

table.dataTable thead > tr:last-child  > th{
	border-bottom:1px solid #3f5485 ;	
}
.scoop[theme-layout="horizontal"] .scoop-navbar .scoop-item > li.scoop-hasmenu[dropdown-icon="style2"] > a:after {
    font-size: 12px;
}
.scoop .scoop-navbar .scoop-item > li > a {
  /* font-family: arial; */
  font-size: 12px; 
}
.scoop .scoop-navbar .scoop-item .scoop-hasmenu .scoop-submenu.scoop-megamenu ul li a {
  /* font-family: arial; */
  font-size: 12px;
  font-weight: normal;
}

.scoop .scoop-navbar .scoop-item > li.megamenu-full.scoop-hasmenu .scoop-submenu {
	margin: 0 auto;
    width: 98%;
/* -webkit-box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.13);
-moz-box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.13); */
box-shadow:0 1px 3px rgba(0, 0, 0, 0.1);
}
.scoop .scoop-navbar .scoop-item > li.megamenu-full.scoop-hasmenu .scoop-submenu {
    border-radius: 0 0 0px 0px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0px 1px 4px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 1px 4px rgba(0,0,0,0.4);
    margin: 0 auto;
    width: 98%;
}
.btn{
	border-radius:0px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  border-radius: 0;
}
table thead tr th.action, 
table tbody tr td.icons{
	text-align:center;
}


/* Toggle Switch css Start */
.toggle-btn-box  input[type="checkbox"], 
.toggle-btn-box input[type="radio"] {
    position: absolute;
}
.toggle-btn-box {
	text-align: center;
}
.toggle-btn-box label {
	max-width:90px;
}

.switch {
    position: relative;
    display: block;
    vertical-align: top;
    width: 100px;
    height: 24px;
    padding: 3px;
    margin: 0;
    background: linear-gradient(to bottom, #eeeeee, #FFFFFF 25px);
    background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF 25px);
    border-radius: 18px;
    box-shadow: inset 0 -1px white, inset 0 1px 1px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    box-sizing: content-box;
}
.switch-input {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
  box-sizing:content-box;
}
.switch-label {
	position: relative;
	display: block;
	height: inherit;
	font-size: 11px;
	font-weight: 700;
	text-transform: capitalize;
	background: #eceeef;
	border-radius: inherit;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
  box-sizing:content-box;
}
.switch-label:before, .switch-label:after {
	position: absolute;
	top: 50%;
	margin-top: -.5em;
	line-height: 1;
	-webkit-transition: inherit;
	-moz-transition: inherit;
	-o-transition: inherit;
	transition: inherit;
  box-sizing:content-box;
}
.switch-label:before {
	content: attr(data-off);
	right: 11px;
	color: #aaaaaa;
	text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}
.switch-label:after {
	content: attr(data-on);
	left: 11px;
	color: #FFFFFF;
	text-shadow: 0 1px rgba(0, 0, 0, 0.2);
	opacity: 0;
}
.switch-input:checked ~ .switch-label {
	background: #582C83;
	/* box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2); */
}
.switch-input:checked ~ .switch-label:before {
	opacity: 0;
}
.switch-input:checked ~ .switch-label:after {
	opacity: 1;
}
.switch-handle {
	position: absolute;
	top: 4px;
	left: 4px;
	width: 28px;
	height: 28px;
	background: linear-gradient(to bottom, #FFFFFF 40%, #f0f0f0);
	background-image: -webkit-linear-gradient(top, #FFFFFF 40%, #f0f0f0);
	border-radius: 100%;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}
.switch-handle:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -6px;
	width: 12px;
	height: 12px;
	background: linear-gradient(to bottom, #eeeeee, #FFFFFF);
	background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF);
	border-radius: 6px;
	box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
}
.switch-input:checked ~ .switch-handle {
	left: 74px;
	box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}
/* Switch Left Right
==========================*/
.switch-left-right .switch-label {
	overflow: hidden;
}
.switch-left-right .switch-label:before, .switch-left-right .switch-label:after {
	width: 20px;
	height: 20px;
	top: 4px;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 11px 0 0 0;
	text-indent: -12px;
	border-radius: 20px;
	box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2), inset 0 0 3px rgba(0, 0, 0, 0.1);
}
.switch-left-right .switch-label:before {
	background: #eceeef;
	text-align: left;
	padding-left: 80px;
}
.switch-left-right .switch-label:after {
	text-align: left;
	text-indent: 9px;
	background: #FF7F50;
	left: -100px;
	opacity: 1;
	width: 100%;
}
.switch-left-right .switch-input:checked ~ .switch-label:before {
	opacity: 1;
	left: 100px;
}
.switch-left-right .switch-input:checked ~ .switch-label:after {
	left: 0;
}
.switch-left-right .switch-input:checked ~ .switch-label {
	background: inherit;
}
/* Switch Flat
==========================*/
.switch-flat {
	padding: 0;
	background: #FFF;
	background-image: none;
}
.switch-flat .switch-label {
	background: #FFF;
	border: solid 2px #eceeef;
	box-shadow: none;
}
.switch-flat .switch-label:after {
	color: #FFF;
}
.switch-flat .switch-handle {
	top: 6px;
	left: 6px;
	background: #dadada;
	width: 16px;
	height: 16px;
	box-shadow: none;
}
.switch-flat .switch-handle:before {
	background: #FFF;
}
.switch-flat .switch-input:checked ~ .switch-label {
	background: #582C83;
	/* border-color: #0088cc; */
}
.switch-flat .switch-input:checked ~ .switch-handle {
	left: 68px;
	background: #582C83 ;
	box-shadow: none;
}
/* Switch Yes No
==========================*/
.switch-yes-no {
	padding: 0;
	margin: 15px 0 0;
	background: #FFF;
	border-radius: 0;
	background-image: none;
}
.switch-yes-no .switch-label {
	box-shadow: none;
	background: none;
}
.switch-yes-no .switch-label:after, .switch-yes-no .switch-label:before {
	width: 100%;
	height: 70%;
	top: 5px;
	left: 0;
	text-align: center;
	padding-top: 10%;
	box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2), inset 0 0 3px rgba(0, 0, 0, 0.1);
}
.switch-yes-no .switch-label:after {
	color: #FFFFFF;
	background: #32CD32;
	backface-visibility: hidden;
	transform: rotateY(180deg);
}
.switch-yes-no .switch-label:before {
	background: #eceeef;
	backface-visibility: hidden;
}
.switch-yes-no .switch-handle {
	display: none;
}
.switch-yes-no .switch-input:checked ~ .switch-label {
	background: #FFF;
	border-color: #0088cc;
}
.switch-yes-no .switch-input:checked ~ .switch-label:before {
	transform: rotateY(180deg)
}
.switch-yes-no .switch-input:checked ~ .switch-label:after {
	transform: rotateY(0)
}
/* Switch Slide
==========================*/
.switch-slide {
	padding: 0;
	background: #FFF;
	border-radius: 0;
	background-image: none;
}
.switch-slide .switch-label {
	box-shadow: none;
	background: none;
	overflow: hidden;
}
.switch-slide .switch-label:after, .switch-slide .switch-label:before {
	width: 100%;
	height: 65%;
	top: 5px;
	left: 0;
	text-align: center;
	padding-top: 10%;
	box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2), inset 0 0 3px rgba(0, 0, 0, 0.1);
}
.switch-slide .switch-label:after {
	color: #FFFFFF;
	background: #87CEEB;
	left: -100px;
}
.switch-slide .switch-label:before {
	background: #eceeef;
}
.switch-slide .switch-handle {
	display: none;
}
.switch-slide .switch-input:checked ~ .switch-label {
	background: #FFF;
	border-color: #0088cc;
}
.switch-slide .switch-input:checked ~ .switch-label:before {
	left: 100px;
}
.switch-slide .switch-input:checked ~ .switch-label:after {
	left: 0;
}
/* Switch Light
==========================*/
.switch-light {
	padding: 0;
	background: #FFF;
	background-image: none;
}
.switch-light .switch-label {
	background: #FFF;
	border: solid 2px #eceeef;
	box-shadow: none;
}
.switch-light .switch-label:after {
	color: #9370DB;
}
.switch-light .switch-label:before {
	right: inherit;
	left: 11px;
}
.switch-light .switch-handle {
	top: 6px;
	left: 72px;
	background: #dadada;
	width: 22px;
	height: 22px;
	box-shadow: none;
}
.switch-light .switch-handle:before {
	background: #eceeef;
}
.switch-light .switch-input:checked ~ .switch-label {
	background: #FFF;
	border-color: #9370DB;
}
.switch-light .switch-input:checked ~ .switch-handle {
	left: 72px;
	box-shadow: none;
	background: #9370DB
}
.switch-light .switch-input:checked ~ .switch-handle:before {
	background: rgba(255,255,255,0.7);
}
/* Transition
============================================================ */
.switch-label, .switch-handle {
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
	-moz-transition: All 0.3s ease;
	-o-transition: All 0.3s ease;
}
/* Toggle switch css close */


.scoop .scoop-navbar[navbar-theme="theme7"] {
    background: #26c6da none repeat scroll 0 0;
}
.scoop .scoop-navbar[navbar-theme="theme7"] .scoop-item[item-border="true"] > li > a {
    border-right-color: #14cbe2;
}
.scoop .scoop-navbar[navbar-theme="theme7"] .scoop-item > li.active > a {
    background: #0799ab none repeat scroll 0 0;
    color: #fff;
}
.scoop .scoop-navbar[navbar-theme="theme7"] .scoop-item > li:hover > a {
    background: #0799ab;
    color: #FFF;
}

.scoop .scoop-header[header-theme="theme2"] {
    background: #2D3E50 !important;
}

.breadcrumb > li + li::before {
  color: #434343;

}
.breadcrumb > .active {
  color: #434343;
}

/* Theme 8 Starts */
.scoop .scoop-navbar[navbar-theme="theme7"] {
    background: #0074d9 none repeat scroll 0 0;
}
.scoop .scoop-navbar[navbar-theme="theme7"] .scoop-item[item-border="true"] > li > a {
  border-right-color: #5cb0f8;
}
.table_container table.dataTable thead {
  background: #0074d9 none repeat scroll 0 0;
}
table.dataTable thead > tr:last-child > th {
    border-bottom: 1px solid #0074d9;
}
table.dataTable thead > tr > th:first-child {
    border-left: 1px solid #0074d9;
}
.scoop .scoop-navbar[navbar-theme="theme7"] .scoop-item > li.active > a {
    background: #3dbb7e none repeat scroll 0 0;
    color: #fff;
}
.scoop .scoop-navbar[navbar-theme="theme7"] .scoop-item > li:hover > a {
    background: #3dbb7e;
    color: #FFF;
}
.table_container {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 10px;
}
.scoop .scoop-header[header-theme="theme2"] {
    background: #2c3e50 none repeat scroll 0 0 !important;
}
table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
  background-color: #f0f0f0;
}
.btn {
    border-radius: 15px;
}
/* Theme 8 Ends */




.scoop[theme-layout="horizontal"] .scoop-navbar .scoop-item > li.scoop-hasmenu > a:after, .scoop[theme-layout="horizontal"] .scoop-navbar .scoop-item > li.scoop-hasmenu.active > a:after, .scoop[theme-layout="horizontal"] .scoop-navbar .scoop-item > li.scoop-hasmenu.scoop-trigger > a:after {
    position: relative;
    top: 1px;
    right: 8px;
}
.map_panel {
    border-left: 1px solid #dadada;
    height: 380px;
    padding: 0 15px;
}
.map_box{}
 
/* Theme 7 Starts */
.scoop .scoop-navbar[navbar-theme="theme7"] {
background: #24C6DC;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #514A9D, #24C6DC);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #514A9D, #24C6DC); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */


}
.scoop .scoop-navbar[navbar-theme="theme7"] .scoop-item[item-border="true"] > li > a {
  border-right-color: #68816e;
  border-right:0px;
}
.table_container table.dataTable thead {
	background:#24C6DC;


}
table.dataTable thead > tr:last-child > th {
    border-bottom: 0px solid #46594b;
}
table.dataTable thead > tr > th:first-child {
    border-left: 0px solid #46594b;
}
.scoop .scoop-navbar[navbar-theme="theme7"] .scoop-item > li.active > a {
    background: #61a372 none repeat scroll 0 0;
    color: #fff;
}
.scoop .scoop-navbar[navbar-theme="theme7"] .scoop-item > li:hover > a {
    background: #61a372;
    color: #FFF;
}
.table_container {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 10px;
}
.scoop .scoop-header[header-theme="theme2"] {
    background: #2c3e50 none repeat scroll 0 0 !important;
}
table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
  background-color: #f0f0f0;
}
.btn {
	background: #24C6DC;  /* fallback for old browsers */
    border-radius: 3px;
    border:1px solid #24C6DC;
}
/* Theme 7 Ends */

  
.tabs-container {
  border-top:0px;
}
.tabs-menu {
 /*  background: #24c6dc none repeat scroll 0 0; */
  list-style: outside none none;
  margin: 0;
  padding: 5px 0px 0px 5px; 
  border-radius:2px 2px 0px 0px;
 /*  border: 1px solid #24c6dc; */
  border-bottom:0px;
  background: #24C6DC;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #514A9D, #24C6DC);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #514A9D, #24C6DC); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

.tabs-menu li {
  display: inline-block;
  padding:10px;
  position:relative;
}

.tabs-menu li.current {
  background: #fff none repeat scroll 0 0;
}
/* .tabs-menu li.current a:before {
    border: 2px solid #24c6dc ;
    content: " ";
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
	top: 0px;
} */
.tabs-menu li a {
  color: #fff;
  font-size: 13px;
  font-weight: 600; 
}

.tabs-menu .current a {
	color: #000;
	text-decoration: none;
}
/* .tabs-menu li:hover {
 background:#FFF;
}

.tabs-menu li:hover a{
 color:#000;
} */

.tab {

}
.tab-content { 
	display: none;
	padding: 10px; 
	border: 1px solid #dadada;
	border-top:0px;
}
#tab-1 {
 display: block;   
}

.fileupload-box {
  background: #f1f1f1 none repeat scroll 0 0;
  padding: 100px 10px;
}
.file-upload-wrapper {
  background-color: #FFF;
  border: 1px dashed #dddddd;
  display: table;
  height: 100%;
  text-align: center;
  width: 100%;
  margin-bottom: 10px;
}
.file-upload-wrapper .file-upload-content {
    width: 100%;
    height: 70px;
    padding: 15px;
    display: block;
    vertical-align: top;
}
.file-upload-content .file-input{
	display:inline-block; 
	min-width:450px;
	height:41px;
	margin:0px;
	padding:0px;
	border-radius:4px;
	background-color:#FFF;
	position:relative;
	z-index:1;
	border: 1px solid #dadada;
	float: left;
}
.file-upload-content .file-input:before{
	position: absolute;
    top: 6px;
    right: 91px;
    margin: 0px;
    padding: 0px;
    content: "\f115";
    font-size: 19px;
    /* font-family: FontAwesome; */
    z-index: 3;
    color: #FFF;
} 
.file-upload-content .file-input:after {
    background: #24c6dc none repeat scroll 0 0;
    border-radius: 0 4px 4px 0;
    color: #FFF;
    content: "Browse File";
    font-size: 13px;
    margin: 0;
    padding: 10px 12px 10px 40px;
    position: absolute;
    right: -1px;
    top: -1px;
    border: 1px solid #24c6dc;
    font-weight: 600;
}
.file-upload-content .file-input > input[type="file"]{
	float:left;
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	cursor:pointer;
	position:relative;
	z-index:4;
	opacity:0;
}
.file-upload-content .file-input > span{
	position:absolute;
	top:8px;
	left:0px;
	margin:0px;
	padding:0px 55px 0px 15px;
	/* font-family: "osbold"; */
	font-size:16px;
	color:#bdc3d1;
	white-space: nowrap; 
	width: auto; 
    overflow: hidden;
    text-overflow: ellipsis;
}
.file-upload-content .upload-btn{
	float: left;
	margin-left:10px;
}
.file-upload-content .upload-btn .btn {
    padding: 8px 12px;
}
.file-upload-content .upload-btn .btn i {
  font-size: 22px;
  padding-right: 5px;
  position: relative;
  top: 3px;
}
.modal-dialog {
  margin: 30px auto;
  max-width: 800px;
  width:100%;
}
.modal-content {
  margin-top:15%;
    border-radius: 0px;
}
.modal-header {
  background: #24c6dc none repeat scroll 0 0;
  border-bottom: 0 solid #e5e5e5;
  padding: 8px 15px;
}
.modal-title {
  color: #fff;
  font-size: 17px;
  line-height: 1.42857;
  margin: 0;
}
.modal-content {
	border: 0px solid #999;
	border: 0px solid rgba(0,0,0,.2); 
}
.location_search {
  margin-bottom: 10px;
}
table.dataTable thead > tr > th:last-child {
    border-right: 0 solid #3f5485 !important;
}

.input-group-addon {
  padding: 5px 12px; 
}

.bootstrap-datetimepicker-widget .btn{
	background:transparent;
	border-color: transparent;
}

.inoutbound_table td.icons a {
    color: #24c6dc; 
}
.rbtn_space {
  padding-right: 10px;
  position: relative;
  top: 3px;
}
.autoschedule_check {
  font-size: 12px;
  font-weight: 600;
  padding-bottom: 6px;
}
.autoschedule_check input[type="checkbox"] {
  margin-right: 4px;
}
.report_table .table thead {
    background: #286090 none repeat scroll 0 0;
    color: #fff;
}
.align_left{
	text-align:left !important;
}

.report_table .table-bordered > thead > tr > td, .report_table .table-bordered > thead > tr > th {
  vertical-align: middle;
}
.vertical_tabs {
  min-height: 426px;
  position: relative;
  overflow:scroll;

}
.vertical_tabs:before, .vertical_tabs:after{
	clear:both;
	display:block;
	
}
.vertical_tabs .tabs-menu {
  /* background: #f1f1f1 none repeat scroll 0 0; */
  border-bottom: 0 none;
  border-radius: 0 0 0 0;
  list-style: outside none none;
  margin: 0;
  padding: 0;
  width: 200px;
  min-height:100%;
   position: absolute;
  /* border: 1px solid #f1f1f1; */
  border-radius:4px;
  background: #24C6DC;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #514A9D, #24C6DC);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #514A9D, #24C6DC); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
} 
.vertical_tabs .tabnav_label {
  border-bottom: 1px solid #24c6dc;
  color: #fff;
  padding: 10px;
}
.vertical_tabs .tabs-menu li {
  border-bottom: 1px solid #24C6DC;
  display: block;
  padding: 0px;
  position: relative;
  z-index:15;
}
.vertical_tabs .tabs-menu li:first-child {
	border-radius:4px 4px 0px 0px;
}
.vertical_tabs .tabs-menu li:last-child {
	border:0px;
}
.vertical_tabs .tab {
  display: block;
  overflow: hidden;
  padding-left: 200px;
  position: relative;
  top: 0;
  width: 100%;
}
.vertical_tabs .tabs-menu li a {
  color: #fff;
  display: block;
  font-size: 12px;
  font-weight: 600;
  padding: 10px;
}

.vertical_tabs .tab-content {
	border-style: none;
    border-width: 0;
}

.vertical_tabs .tabs-menu li.current {
  background: #24C6DC none repeat scroll 0 0;
}
.vertical_tabs .tab-content {
  padding: 10px 10px 0;
}

.vertical_tabs .table {
  background: #fff none repeat scroll 0 0;
  margin-bottom: 10px;
  max-width: 100%;
  width: 100%;
}
.vertical_tabs .table_container {
  /* background: #f1f1f1 none repeat scroll 0 0; */
  margin-bottom: 10px;
  padding: 10px 10px 0;
}
.label_table{}

.table-bordered.label_table > tbody > tr > td, 
.table-bordered.label_table > tbody > tr > th {
  text-align: left;
}
/* .label_table.table-bordered > tbody > tr > td, 
.label_table.table-bordered > tbody > tr > th, 
.label_table.table-bordered > tfoot > tr > td, 
.label_table.table-bordered > tfoot > tr > th, 
.label_table.table-bordered > thead > tr > td, 
.label_table.table-bordered > thead > tr > th {
  border: 0px solid #ddd;
} */
.stopList_table table.dataTable tbody th, .stopList_table table.dataTable tbody td {
  padding: 1px 5px;
}
.vertical_tabs  table tbody tr:nth-child(even) {background: #FFF}
.vertical_tabs  table tbody tr:nth-child(odd) {background: #f1f1f1}
.label_table.table-bordered > tbody > tr > th {
  font-weight: 600;
}
.vertical_tabs table thead {
    background: #24c6dc none repeat scroll 0 0;
	color:#FFF;
}
.vertical_tabs .table > thead > tr > th {
  color: #fff;
  border:0px;
}
.vertical_tabs .tabs-menu li.current a:after {
    border: 15px solid #fff;
    content: " ";
    position: absolute;
    border-top-color: transparent;
    border-bottom-color: transparent;
    right: 0px;
    border-left-color: transparent;
    top: 4px;
}
table.singletr_table tr td, table.singletr_table tr th{ border:0px;}
/* table.singletr_table tbody tr:nth-child(even) {background: #FFF}
table.singletr_table tbody tr:nth-child(odd) {background: #24c6dc} */
/* table.singletr_table thead { 
	background: #24c6dc none repeat scroll 0 0;
} */
table.st_table thead { 
	background: #286090
    none repeat scroll 0 0;
}
table.st_table > thead > tr > th {
  color: #fff;
  border:0px;
}
table.st_table > thead > tr.table_label{border-bottom:1px solid #36d8ee;}
table.st_table > thead > tr.table_label th,
table.st_table > thead > tr.table_label td{
	border:0px;
}
table.st_table > thead > tr.table_label td{font-weight:normal;}
table.st_table > thead > tr.table_label > th, 
table.st_table > thead > tr.table_label > td {
  color: #fff;
  border:0px;
}
table.st_table.th_border > thead > tr th,
table.st_table.th_border > thead > tr td{
	border:1px solid #DDD;
}
table.st_table tbody tr:nth-child(even) {background: #FFF}
table.st_table tbody tr:nth-child(odd) {background: #f1f1f1}
table.dataTable_padding  tbody tr td{
	
}
  
table.dataTable.dataTable_padding tbody td {
  padding: 4px 5px;
}
table.st_table thead.wh_bg { 
	background: #FFF;
}
table.st_table > thead.wh_bg > tr > th {
    border: 1px solid #ddd;
    color: #666;
}
.innerPanel_box {
  background: #f1f1f1 none repeat scroll 0 0;
  border-radius: 4px;
  padding: 10px 15px;
}
.innerPanel_box .sub_heading {
  border-bottom: 1px solid #ddd;
  color: #666;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 15px;
  padding: 0 0 10px;
}



.routelist_container { }
.routelist_box { }
.routelist_panel { }

.addstop-container {
  background: #fff none repeat scroll 0 0;
  display: block;
  padding: 10px 0px;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  counter-reset: myIndex;
}
.addstop-wrapper{}
.addstop-box { 
  float: left;
  margin-bottom: 13px;
  width: 33.3333%;
}
.addstop-container:before, 
.addstop-container:after {
    clear: both;
    content: " ";
    display: block;
}
.addstop-inner-box {
  background: #0041e5;
  border-radius: 4px;
  height: 36px;
  margin: 0 auto;
  padding: 5px 10px;
  width: 200px;
  color:#FFF;
   position: relative;
  -webkit-box-shadow: 4px 4px 0px 0px rgba(190,190,190,1);
-moz-box-shadow: 4px 4px 0px 0px rgba(190,190,190,1);
box-shadow: 4px 4px 0px 0px rgba(190,190,190,1);
}
.addstop-inner-box:hover{
	background:#008ce5;
}
.title{}
.action-area {
    position: absolute;
    right: 4px;
    text-align: center;
    top: 8px;
    display: table;
}
.action-area .icon{}
.action-area a.icon {
    /* border: 2px solid #f1f1f1; */
    border-radius: 50%;
    padding: 2px 6px;
    color: #FFF;
    background: #008ce5 none repeat scroll 0 0;
    text-align: center;
    vertical-align: middle;
}
.addstop-inner-box:hover .action-area a.icon {
	background:#0041e5;
}

.addstop-inner-box .title {
  font-size: 13px;
  font-weight: 600;
  margin-top: 3px;
}
.addstop-box{ 
	counter-increment: myIndex;
}
.addstop-inner-box .title:after {
  background: #fff none repeat scroll 0 0;
  border-radius: 2px;
  color: #000;
  content: counter(myIndex, decimal);
  font-size: 12px;
  padding: 1px 0;
  position: absolute;
  right: 33px;
  text-align: center;
  top: 9px;
  min-width: 21px;
}
.bold_text {
  font-weight: bold;
}
.form-control[disabled], 
.form-control[readonly], 
 fieldset[disabled] .form-control {
    background-color: #eee !important;
    opacity: 1;
}
.addDetail_row {
  background: #fff none repeat scroll 0 0;
  margin-top: 11px;
}
.addDetail_row .btn{}
.total_stop {
  float: left;
  margin-top: 2px;
  padding-left: 4px;
}
    .total_stop .badge {
        background: #38a063;
        border-radius: 100%;
        padding: 5px 6.5px;
    }
.detail_table {
  background: #f1f1f1 none repeat scroll 0 0;
  border-radius: 2px;
  padding: 10px;
}
.detail_table table {
  background: #fff none repeat scroll 0 0;
  margin-bottom: 2px;
}

/*Css for Screen Access table*/
.table-css {
    
    border-collapse: collapse;
    align-content: center;
    width: 100%;
}

.table-header {
    text-align: center;
    /*color: #fff;*/
    background-color: #286090 !important;
    
}
.table-header-row {
    text-align: center;
    vertical-align: middle;
    font-weight: 600;
    color: #fefefe;
    /* font-family: "Open Sans","sans-serif"; */
    font-size: 12px !important;
}

.table-row {
    border: 1px solid #ddd;
    text-align: center;
    padding: 5px 5px !important;
    vertical-align: middle;
}
/*Css for Screen Access table*/

.pdfcustom {
    display: block;
    width: 20px;
    height: 20px;
    border: 0px !important;
    background-image: url('../images//pdf.png');
}
.excelcustom {
    display: block;
    height: 20px;
    width: 20px;
    background-image: url('../images//excel.png');
}

/*Changes for Menu Items*/
.scoop .scoop-navbar .scoop-item > li.megamenu-full.scoop-hasmenu .scoop-submenu {

    width:18% !important;
}

.scoop .scoop-navbar .scoop-item > li.megamenu-full {
    position: relative !important;
}


/*for tab bugs 09-04-2018

@media screen and (min-width: 996px) {
  display: block;
}*/
.text-white {
  color: #fff;
  margin-bottom: 0;
}
.regular-card>div {
  display: inline-block;
  float: none;
  vertical-align: middle;
  margin: 0 auto;
  text-align: center;
  width: 24.5%;
}
.drop .form-group.info-section {
  display: block;
  margin-top: 8%; 
}
.info-section.view-card {
  margin-top: 4% !important;
}
.row.clearfix.active-card-drop {
  width: 45%;
  margin: 0 auto;
}
@media screen and (max-width: 763px) {
  .scoop .scoop-navbar .scoop-item > li > a > .scoop-micon {
    display: inline-block !important;
  }
}
@media screen and (max-width: 767px) {
  .regular-card>div {
    display: block;
    width: 100%;
  }
  .drop select.form-control.ng-untouched.ng-pristine.ng-valid {
    max-width: 270px;
    margin: 0 auto;
}
.drop .form-group.info-section {
  margin-top: 4% !important;
}
.row.clearfix.active-card-drop {
  width: 85% !important;
}
}
@media screen and (max-width: 480px) {
.row.clearfix.active-card-drop {
  width: 100% !important;
}
}
@media screen and (max-width: 990px) {
    .row.clearfix.active-card-drop {
      width: 60%;
  }
}

@media (max-width:550px) {
  .file-upload-content .file-input{
    min-width:310px;
  }
}

