
*:focus {
    outline: none !important;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px; /*30px*/
  height: 34px; /*17*/
  margin-bottom: 0px;
  float: left;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #060a20;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 30px; /*13px*/
  width: 30px; /*13px*/
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #ca4715;
}

input:focus + .slider {
  /*box-shadow: 0 0 1px #259dab;*/
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px); /*13px*/
  -ms-transform: translateX(26px); /*13px*/
  transform: translateX(26px); /*13px*/
}

/* Rounded sliders */
.slider.round {
  border-radius: 17px;
}

.slider.round:before {
  border-radius: 50%;
}


::-webkit-file-upload-button {
   display: none;
}

::file-selector-button {
  display: none;
}



body {
    background-color: #eaf2f8;
}

#mainmenu {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 90px);
}

#leftFooter {
  margin-top: auto;
}

.nav-quirk > li.nav-parent > a:after {
  color: #222629;
}

.nav-quirk > li.nav-parent.active > a:after {
  color: #ffffff;
}

.nav-quirk > li {
  border-top: 1px solid #e3e3dd;
}

.nav-quirk > li:last-child {
  border-bottom: 1px solid #e3e3dd;
}

.headerpanel, .headerpanel .logopanel {
    background-color: #060A20;
}

.menutoggle {
    color: #ffffff;
}

.menutoggle:hover,
.menutoggle:focus {
  color: #D05114;
}

.nav-quirk > li.active > a {
   color: #000000; 
   background-color: #259dab;  
background-image: -webkit-linear-gradient(left, #3282B7 0%, #060a20 100%);
background-image: -o-linear-gradient(left, #3282B7 0%, #060a20 100%);
background-image: linear-gradient(to right, #3282B7 0%, #060a20 100%); 
    background-repeat: repeat-x; 
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3282B7', endColorstr='#ff060a20', GradientType=1);
}

.nav-quirk > li.active > a > i {
    color: #ffffff;
}

.nav-quirk > li > a {
  color: #222629;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
}

.sidebar-title {
  color: #060a20;
}

.nav-quirk > li > a > i {
  color: #222629;
}
.nav-quirk > li > a:hover {
  color: #D05114;
}

.nav-quirk > li > a:focus {
    color: #000000;
}

.nav-quirk .children {
  border-top: 1px solid #060a20;
  background-color: #d6e6f1;
}

table {
  /*background-color: rgba(134,194,50,.1);*/
  background-color: #eaf2f8;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th {
    background-color: #060a20;
    color: #ffffff;
}

.searchpanel .input-group .form-control {
  border: 0;
  color: #ffffff;
  background-color: #222629;
}

.searchpanel .input-group .btn {
  border: 0;
  background-color: #222629;
  font-size: 14px;
  color: #ffffff;
}

.nav-quirk .children > li > a {
  color: #060A20;
}

.nav-quirk .children > li {
  border-left: 1px solid #D05114;
}

.nav-quirk .children > li > a:before {
  background-color: #D05114;
}

.nav-quirk .children > li > a:after {
  border: 1px solid #D05114;
}
.nav-quirk .children > li > a:hover,
.nav-quirk .children > li > a:focus,
.nav-quirk .children > li > a:active {
  color: #D05114;
}

.nav-quirk .children > li > a:hover:before,
.nav-quirk .children > li > a:focus:before,
.nav-quirk .children > li > a:active:before {
  background-color: #D05114;
}
.nav-quirk .children > li > a:hover:after,
.nav-quirk .children > li > a:focus:after,
.nav-quirk .children > li > a:active:after {
  opacity: 1;
  border-color: #D05114;
  width: 11px;
  height: 11px;
  left: -6px;
  margin-top: -6px;
}






.infoRowMain {
	cursor: pointer;
}

.infoRowMain:hover {
	background-color: #eeeff2 !important;
}

.infoRow {
	display: none;
}

.sortby {
	color: #259dab !important;
}

.searchInput {
	display: none;	
	width: 100%;
	padding: 5px;
}

.searchpanel {
	width: 100%;
	max-width: 500px;
}

.iconMinus {
	display: none;
}

#resetFilter {
	display: none;
	vertical-align: middle; 
	padding-left: 10px;
}

.logoLink {
	text-decoration: none;
	font-family: 'Poppins', sans-serif; 
	font-style: normal; 
	color: #ffffff !important; 
	/*font-size: 36px;	*/
}

.logoLink:hover {
	text-decoration: none;
}

.logopanel {
	padding: 12px 20px !important;
}

#errorMsg {
	background-color: #f44336; /* Red */
 	color: white;
	text-align: center;
	padding: 5px;
	display: none;
	margin-bottom: 10px;
}

.signwrapper .panel-title {
    color: #000000;
}

.signin .forgot {
    color: #000000;
}

.form-control::-moz-placeholder {
  color: #b3b3b3;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #b3b3b3;
}
.form-control::-webkit-input-placeholder {
  color: #b3b3b3;
}

.nav-tabs {
    background-color: #ca4715;
}

.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  color: #fff;
  background-color: #060a20;
  border: 0;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #060a20;
}

.btn-primary {
  color: #ffffff;
  background-color: #060a20;
  border-color: transparent;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color: #060a20;
  border-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #3282B7;
  border-color: rgba(0, 0, 0, 0);
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #3282B7;
  border-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #ffffff;
  background-color: #3282B7;
  border-color: rgba(0, 0, 0, 0);
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #060a20;
  border-color: transparent;
}

.nav-quirk > li.active .children:before {
    border-top: 7px solid #ca4715;
}

.nav-quirk .children > li.active > a {
    color: #ca4715;
}

.nav-quirk .children > li.active > a:before {
    background-color: #ca4715;
}

.nav-quirk .children > li.active > a:after {
    border-color: #ca4715;
}