input[type=checkbox], input[type=radio] {
    position: absolute;
    left: unset;
}

.collapsein{
    display: none;
}

.exception{
    display: block;
}

.panel-collapsed {
	margin-bottom: 1px;
}

.nav>li>a {
    display: -webkit-box;
}

.quickLinksDiv {
    border-color: #cccccc;
    margin-bottom: 0px;
}

.secondaryMenu{
    width: 250px; 
    margin: auto; 
    margin-top: 10px; 
    border: 1px solid #eee;
    padding: 0px;
}

.form-check-label{
    margin-left: 20px;
    margin-right: 5px;
}

.secondarySubMenu {
    width: 250px; 
    margin: auto; 
    padding: 0px;
}

.searchFilter{
    width: 100%;
    text-align: left;
}

.filterColumnsView {
    padding: 0px;
    float: left;
    width: 100%;
}

.filterColumnsViewTitle {
    padding: 0px;
    margin: 0px;
    float: left;
    font-size: medium;
}

#tblcolumns{
    float: left !important;
}

.task-check{ 
    float: left;
    display: inline-block;
    margin-right: 5px;
}

.input-group {
    width: 100%;
}

#WE_STARTDATEFROM, #WE_STARTDATETO, .datereadonlyfalse {
    float: left !important;
    width: 85% !important;
    height: 35px !important;
}

.input-group-addon {
    float: left;
    width: 15%;
    height: 100%;
    padding: 10px;
}

/*.page-header {
    z-index: 1;
    background: transparent;
}*/

.page-body {
    float: left;
    width: 100%;
    /*z-index: -999;*/
}

/*.mail-header {
    height: 50px;
}

.navbar-menulist{
    height: 50px;
}*/

.hideSearchFilter {
    display: none;
}

.showSearchFilter {
    display: block;
}

.expandDocView{
    margin-left: 0px !important;
}

.shrinkDocView{
    margin-left: 300px !important;
}

#SHSrchFltBtn{
    height: 100%;
    margin-top: 5px;
}

.navbar-route{
    border-color: #2dc3e8;
    color: #fff;
}

.head_img_align3{
    font-size: unset !important;
    margin-right: 5px;
    color:
}

.navbar-nav>li>a {
    color: #fff !important;
}

.panel-primary,
.panel-body {
    border-color: #ccc !important;
}

.panel-heading {
    color: #333 !important;
    background-color: #eee !important;
    border-color: #ccc !important;
}

/* Document Related Styles */
.common-container {
    width: 99% !important;
    margin-left: auto% !important;
    margin-right: auto% !important;
}

#replaceSearchContent,
#DocRelatedButtons,
.fullDocument {
    float: left;
    width: 100%;
    clear:both;
}

#DocRelatedButtons {
    color: #333;
}

#DocRelatedButtons .container-fluid {
    padding-right: 0px;
    padding-left: 0px;
}

#DocRelatedButtons .navbar-collapse {
    padding-left: 0px;
}

#topMenu a:link { color: #333 !important; }
#topMenu a:visited { color: #333 !important; }
#topMenu a:hover { color: #333; }
#topMenu a:active { color: #333 !important; }

.navbar-route {
    color: #333;
    height: 100%;
}

.navbar-route a:link { color: #333 !important; }
.navbar-route a:visited { color: #333 !important; }
.navbar-route a:hover { color: #333 !important; }
.navbar-route a:active { color: #333 !important; }


/*Print View*/
.hideforPrintView {
    display: none;
}

.removeSidebar {
    margin-left: 0px !important;
}


/*Custom Loader*/
#cover-spin {
    position:fixed;
    width:100%;
    left:0;right:0;top:0;bottom:0;
    background-color: rgba(255,255,255,0.7);
    z-index:9999;
    display:none;
}

@-webkit-keyframes spin {
	from {-webkit-transform:rotate(0deg);}
	to {-webkit-transform:rotate(360deg);}
}

@keyframes spin {
	from {transform:rotate(0deg);}
	to {transform:rotate(360deg);}
}

#cover-spin::after {
    content:'';
    display:block;
    position:absolute;
    left:48%;top:40%;
    width:40px;height:40px;
    border-style:solid;
    border-color:black;
    border-top-color:transparent;
    border-width: 4px;
    border-radius:50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}

/*topbar menus - Push elements to front of document*/
.dropdown-login-area {
	z-index:999;
}

.dropdown-tasks {
	z-index:999;
}

.dropdown-notifications {
	z-index:999;
}

/*document topbar - Push elements to back of document*/
.navbar-route {
	z-index:1;
}

.navbar-menu {
	z-index:1;
}

.breadcrumb {
    line-height: 40px;
}

.systemMessage{
    text-align: -webkit-center !important;
}

.control-group {
    width: 100% !important;
    float: left !important;
}

/* Toggle Switch */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  margin-top: -10px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}


#dataTableList {
    clear: both !important;
    margin-top: 6px !important;
    margin-bottom: 6px !important;
    max-width: none !important;
    font-family: "Open Sans", Helvetica, Arial, sans-serif !important;
    font-size: 13px !important;
    line-height: 1.42857143 !important;
    color: #333 !important;
    cursor: pointer !important;
}

#dataTableList thead>tr {
    background-color: transparent !important;
    background-image: none !important;
}

#dataTableList > thead > tr > th {
    min-width: 100px !important;
    color: #000;
    font-weight: bold;
}

#dataTableList .fa-sort {
    float: right !important;
}

#dataTableList > thead > tr > th, 
#dataTableList > thead > tr > td {
    border-bottom: 2px solid #ccc!important;
}

#download-excel-Section {
    float: left;
    clear: both;
    width: 100%;
    margin-top: 20px;
}


.scrollbar {
    background-color: #F5F5F5;
    float: left;
    height: 300px;
    margin-bottom: 25px;
    margin-left: 22px;
    margin-top: 40px;
    width: 65px;
    overflow-y: scroll;
}

.force-overflow {
    min-height: 450px;
}

#style-1::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
} 

#pageHeader {
    height: auto;
}

#headerSubMenu {
    float: left;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 5px;
}

.headerSubMenuBtn {
    background-color: #f9f9f9;
    -webkit-box-shadow: 0 1px 3px 1px rgba(0,0,0,.1);
    -moz-box-shadow: 0 1px 3px 1px rgba(0,0,0,.1);
    box-shadow: 0 1px 3px 1px rgba(0,0,0,.1)
}


.mail-header {
    float: left;
    width: 100%;
}

.collapseBtn {
    float: left;
    width: 100%;
    clear: both;
    text-align: left;
    padding-left: 3px !important;
}

.headerSubMenuBtn:hover,
.quicklinks:hover {
	background-color: #2dc3e8 !important;
	color: #fff !important;
}

.hob-carousel-shadow {
    width: 100% !important;
}

.hob-carousel-shadow .col-md-9 {
    width: 100% !important;
}

.common-container {
    width: 100% !important;
}

.searchView {
    margin-top: 10px;
}

#dtableDATATABLE_filter {
    text-align: right;
}

.spacerHeight {
    float: left;
    width: 100%;
    height: 1px;
    background-color: #ccc;
    clear: both;
    margin-top: 10px;
    margin-bottom: 10px;
}

.searchContainer {
    background: #fefefe;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.15);
    padding: 10px;
    margin-bottom: 10px;
    float: left;
    width: 100%;
}

.md6 {
    width: 100% !important;
}

.removeSidePadding {
    padding-left: 0px;
    padding-right: 0px;
}

#routingIconsSAWF {
    display: none;
}

#log_red {
    background: #ff8a65;
}

.fieldError {
    margin-left: 10px;
    color: red;
}

.highcharts-container {
    height: 385px !important;
}

.displaygrid {
    display: grid;
}

.nomarginbottom {
    margin-bottom: 0px;
}

.displayweb-kit{
    display: -webkit-box;
    background-color: #fefefe;
}

#replaceSearchContent {
    background-color: #fefefe;
}







#DocRelatedButtons {
    margin-bottom: 10px;
}

.docLabel {
    padding-left: 10px !important;
    padding-right: 10px !important;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.topMenuBtn,
.routeBtns {
    color: #333 !important;
    border: 1px solid #eee;
    background-color: #f9f9f9;
    border-color: #ccc;
    box-shadow: 0 1px 3px 1px rgba(0,0,0,.1);
}

.topMenuBtn:hover {
    color: #333 !important;
    background-color: #e6e6e6;
}

.closeroundBtn {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}