/* Minification failed. Returning unminified contents.
(1612,23): run-time error CSS1036: Expected expression, found '#'
 */
html {
    /*background: url('images/new-header1.jpg') no-repeat center center fixed; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;*/
    height: 100%;
    width: 100%;
    position: relative;
}

body {
    padding-top: 0px;
    padding-bottom: 0px;
    height: 100%;
    width: 100%;
    position: relative;
}

.bodyfill {
    /*overflow: auto;
    background-size: cover;
    background-position: 0px 0px;*/
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

/*nav div ul li{
    color: black;
}*/
/*.brand-logo{
    text-align: left;
}*/

/*.picker__date-display, .picker__weekday-display{
        background-color: rgba(66, 133, 244, 0.79);
    }

    div.picker__day.picker__day--infocus.picker__day--selected.picker__day--highlighted {
        background-color: rgba(66, 133, 244, 0.79);
    }

    button.picker__today, button.picker__close {
        color: rgba(66, 133, 244, 0.79);
    }

    div.picker__day--today {
        color: rgba(66, 133, 244, 0.79);
    }*/


.signal {
    border: 5px solid white;
    border-radius: 60px;
    height: 40px;
    left: 50%;
    margin: -15px 0 0 -15px;
    opacity: 0;
    position: absolute;
    top: 50px;
    width: 40px;
    text-align: center;
    animation: pulsate 1s ease-out;
    animation-iteration-count: infinite;
    z-index: 9000;
}

.defbgcolor {
    background-color: #294A8C !important;
}

.defbgcolorfnt {
    color: #294A8C !important;
}

.chasblue {
    background-color: #0F2037 !important;
}

#preloader {
    background-color: #26488C;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 199;
    overflow: hidden;
}

@keyframes pulsate {
    0% {
      transform: scale(.1);
      opacity: 0.0;
    }
    50% {
      opacity: 1;
    }
    100% {
      transform: scale(1.2);
      opacity: 0;
    }
}

.cstmtbl tbody tr:hover td {
    background: #98BCE5 !important;
}

.applyhvrcol{
    background: #98BCE5 !important;
}

.rwtrack{
    cursor: pointer;
}

.rwhover:hover{
    background-color: lightgray;
}

h2 {
    font-size: medium;
}

.callfyear{
    height: 510px;
    background-color: transparent;
}

/*ul.tabs > li.tab {
    background-color: white;
    color: deepskyblue;
}

ul.tabs > li.tab > a {
    color: grey;
}

ul.tabs > li.tab > a.active {
    color: skyblue !important;
    font-weight: bold;
}

.tabs .indicator {
    background-color: deepskyblue;
    color: deepskyblue;
    border-bottom: 2px solid deepskyblue;
}


.tabs .tab:hover, .tabs .tab a:hover {
    color: deepskyblue;
    border-bottom-color: deepskyblue;
}*/

ul.tabs > li.tab {
    background-color: #0D47A1;
}

ul.tabs > li.tab > a {
    color: white;
}

.tabs .indicator {
    background-color: white;
}

.tabs .tab a:hover {
    /*background-color:#eee;*/
    color: white;
} /*Text color on hover*/


.tabs .tab a.active {
            /*background-color:white;*/
            color:white;
}

@media (min-width: 0px) and (max-width: 400px) {
  .resizeimg {
    height: auto;
  }
}

@media (min-width: 400px) and (max-width: 600px) {
  .resizeimg {
    height: auto;
  }
}

@media (min-width: 1000px) {
  .resizeimg {
    width: auto;
    height: auto;
    /*height: 150px;*/
  }
}

@media (min-width: 1400px) {
  .resizeimg {
    width: auto;
    /*height: 200px;*/
  }
}

@media (min-width: 1800px) {
  .resizeimg {
    width: auto;
    /*height: 225px;*/
  }
}

@media (min-width: 700px) and (max-width: 1000px) {
  .resizeimg {
    width: auto;
    /*height: 150px;*/
  }
}


table tbody tr.selected{
    background-color: lightblue !important;
}

table tbody tr.multi{
    background-color: #0D47A1 !important;
    color: white !important;
}

.bg_red{
    background-color: lightgreen !important;
    text-align: center;
}

.fullscr{
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: auto;
  background: white; /* Just to visualize the extent */
  z-index: 1000;
  padding: 0px;
  margin: 0px;
    }

.fullscrcal{
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: auto;
  background: white; /* Just to visualize the extent */
  z-index: 1001;
  padding: 0px;
  margin: 0px;
    }

.tblfullwd{
    border: 1px;
    font-size: 12px;
    border-collapse: collapse;
    width: 300px;
    overflow-x: scroll;
    display: block;
}

table.tblfullwd tbody tr td {
  height: 10px;
  line-height: 1px;
  width: 10px;
  border: 1px solid lightgrey;
}

table.tblfullwd thead tr td {
  height: 20px;
  padding: 3px;
  /*border: 1px solid lightgrey;*/
}

table.tblfullwd tbody tr td div{
  height: 20px;
  padding-top: 10px;
  /*border: 1px solid lightgrey;*/
}

table.tblfullwd thead {
    display: block;
}

table.tblfullwd tbody {
    display: block;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 140px;
}

table.tblfullwd tbody tr td div{
  height: 20px;
  padding-top: 10px;
  /*border: 1px solid lightgrey;*/
}

table.tblfullwd tbody tr td:nth-child(1){
    /*background-color: lightgreen !important;
    float: left;
    position: fixed;*/
}

table.tblfullwd tbody tr td:nth-child(2){
    /*margin-left: 850px;*/
}

#tbloverviewscroll{
    position: absolute;
    top: 117.5px;
    width: 495px;
}

#tbloverviewscroll.tblfullwd tbody{
    overflow: hidden;    
}

#tbloverviewscroll.tblfullwd{
    overflow: hidden;    
}

/*
table.tblfullwd tbody tr td {
  height: 10px;
  line-height: 1px !important;
}

table.tblfullwd {
  overflow: hidden;
}

table.tblfullwd tr:hover {
  background-color: #ffa;
}

table.tblfullwd td, th {
  position: relative;
}
table.tblfullwd td:hover::after,
table.tblfullwd th:hover::after {
  content: "";
  position: absolute;
  background-color: #ffa;
  left: 0;
  top: -5000px;
  height: 10000px;
  width: 100%;
  z-index: -1;
}*/

.rowhght{
    background-color: cornflowerblue !important;
    color: white;
}

/*.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
    visibility: hidden;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: 50%;
    margin-left: -60px;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}

    .tooltip:hover .tooltiptext {
        visibility: visible;
    }*/

/*.tooltip {
			border-bottom: 1px dotted #000000; color: #000000; outline: none;
			cursor: help; text-decoration: none;
			position: relative;
		}
		.tooltip span {
			margin-left: -999em;
			position: absolute;
		}
		.tooltip:hover span {
			border-radius: 5px 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; 
			box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1); -moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
			font-family: Calibri, Tahoma, Geneva, sans-serif;
			position: absolute; left: -7em; top: -7em; z-index: 99;
			margin-left: 0;
		}
		.tooltip:hover img {
			border: 0; margin: -10px 0 0 -55px;
			float: left; position: absolute;
		}
		.tooltip:hover em {
			font-family: Candara, Tahoma, Geneva, sans-serif; font-size: 1.2em; font-weight: bold;
			display: block; padding: 0.2em 0 0.6em 0;
		}
		.classic { padding: 0.8em 1em; }
		.custom { padding: 0.5em 0.8em 0.8em 2em; }
		* html a:hover { background: transparent; }
		.classic {background: #FFFFAA; border: 1px solid #FFAD33; }
		.critical { background: #FFCCAA; border: 1px solid #FF3334;	}
		.help { background: #9FDAEE; border: 1px solid #2BB0D7;	}
		.info { background: #9FDAEE; border: 1px solid #2BB0D7;	}
		.warning { background: #FFFFAA; border: 1px solid #FFAD33; }*/
.red-text, .red-text2 {
    color: red;
}

.rowsel{
    background-color: #0D47A1 !important;
}

.colsel{
    background-color: #0D47A1 !important;
}

.btnflt{

}

div.callfyear  .fc-header-toolbar{
    padding: 15px !important; 
    margin: 0px !important;
    background-color: rgba(66, 133, 244, 0.79);
    color: white;
}

.mdw{
    max-width: 100%;
    width: 100%;
}

.npd{
    padding: 0px !important;
    margin: 0 !important;
}

.npd5{
    padding: 5px !important;
    margin: 0px !important;
}

.npd8 {
    padding: 8px !important;
    margin: 0px !important;
}

.npd10{
    padding: 10px !important;
    margin: 0px !important;
}

.npd15{
    padding: 15px !important;
    margin: 0px !important;
}

.tnpd5{
    margin-top: 5px;
    padding: 5px !important;
    margin: 0px !important;
}
.srvdates{
    width: 70px;
    height: 80px !important;
    background-color: lightgrey;
}

.dayssel{
    background-color: Highlight !important;
}

.r-align{
    text-align: right;
}

.l-align {
    text-align: left;
}

#toast-container {
  top: auto !important;
  left: auto !important;
  bottom: 1px;
  right:1px;  
  padding: 2px !important;
  margin: 0 !important;
  width: 450px !important;
}

.toast {
  padding: 0 !important;
  margin: 0 !important;
   border-bottom: 3px solid !important;
}

.toastcard{
    width: 450px !important;
    border-bottom: 3px solid !important;
}

/*table.scroll {
    width: 100%;
    border-spacing: 0;
}

table.scroll tbody,
table.scroll thead { display: block; }

table.scroll tbody {
    height: 100%;
    overflow-y: auto;
    overflow-x: auto;
}


tbody td:last-child, thead th:last-child {
    border-right: none;
}


table {
    display: flex;
    flex-flow: column;
    height: 100%;
    width: 100%;
}
table thead {
    flex: 0 0 auto;
    width: calc(100% - 0.9em);
}
table tbody {
    flex: 1 1 auto;
    display: block;
    overflow-y: scroll;
}
table tbody tr {
    width: 100%;
}
table thead,
table tbody tr {
    display: table;
    table-layout: fixed;
}*/

.mwidth{
    width: 100% !important;
    max-width: 100% !important;
}

.col_legend{
    width: 30px;
    display: inline-block;
    margin-right: 10px;
    margin-left: 10px;
}

.cellrate{
    min-width: 45px;
}

.cellname{
    min-width: 255px;
}

.cellamt{
    min-width: 45px;
    max-height: 20px;
    padding: 0;
    padding-right:5px;
}

.cellblk{
    min-width: 50px;
    max-height: 20px;
    padding: 0;
}

.picker__table>tbody>tr>td{
    min-width: 39px;
}

.tabs {
overflow-x: hidden;
}

.tblcompact td {
    padding: 0;
    margin: 0;
}

.tblcompact{
    width: 100%;
}

.brdbtm{
    /*border-bottom: 1px solid gainsboro;*/
}

.rwhover>tr:hover{
    background-color: navy !important;
    color: white !important;
}


.locked{
    pointer-events: none;
    color: grey;
}

/***************************** Dropzone Styling *****************************/

/**
 * The dnd-list should always have a min-height,
 * otherwise you can't drop to it once it's empty
 */
.advancedDemo .dropzone ul[dnd-list] {
    min-height: 42px;
    margin: 0px;
    padding-left: 0px;
}

.advancedDemo .dropzone li {
    display: block;
}

/**
 * Reduce opacity of elements during the drag operation. This allows the user
 * to see where he is dropping his element, even if the element is huge. The
 * .dndDragging class is automatically set during the drag operation.
 */
.advancedDemo .dropzone .dndDragging {
    opacity: 0.7;
}

/**
 * The dndDraggingSource class will be applied to the source element of a drag
 * operation.
 */
.advancedDemo .dropzone .dndDraggingSource {
    opacity: 0.5;
}

/**
 * An element with .dndPlaceholder class will be added as child of the dnd-list
 * while the user is dragging over it.
 */
.advancedDemo .dropzone .dndPlaceholder {
    background-color: #ddd !important;
    display: block;
    min-height: 42px;
}

/***************************** Element type specific styles *****************************/

.advancedDemo .dropzone .itemlist {
    min-height: 120px !important;
}

.advancedDemo .dropzone .itemlist > li {
    background-color: #337ab7;
    border: none;
    border-radius: .25em;
    color: #fff;
    float: left;
    font-weight: 700;
    height: 50px;
    margin: 5px;
    padding: 3px;
    text-align: center;
    width: 80px;
}

.advancedDemo .dropzone .container-element {
    margin: 10px;
}

#myInputUnit, #myInputDomes {
    background-image: url('/images/searchicon.png'); /* Add a search icon to input */
    background-position: 10px 12px; /* Position the search icon */
    background-repeat: no-repeat; /* Do not repeat the icon image */
    width: 100%; /* Full-width */
    font-size: 16px; /* Increase font-size */
    padding: 2px 2px 2px 40px; /* Add some padding */
    border: 1px solid #ddd; /* Add a grey border */
    margin-bottom: 12px; /* Add some space below the input */
    max-width: 20%;
}

@media print{
   .noprint{
       display:none;
   }
}

.public_hol{
    background-color: navy !important;
    color: white !important;
}

.sch_hol_pub{
    background-color: red;
    line-height: 5px;
}

.sch_hol_pvt1{
    background-color: lightseagreen;
    line-height: 5px;
}

.sch_hol_pvt2{
    background-color: black;
    line-height: 5px;
}

/*.tabs .tab a{
    color:#00ACC1;
}
.tabs .tab a:hover,.tabs .tab a.active {
	background-color:transparent;
	color:green;
}
.tabs .tab.disabled a,.tabs .tab.disabled a:hover {
	color:blue;	
}
.tabs .indicator {
	background-color:purple;
}*/

.price {
    color: red;
}

.hvitem:hover {
    background-color: lightblue !important;
}

.mpmain{
    height: 550px;
}

    .elem, .elem * {
	box-sizing: border-box;
	margin: 0 !important;
}
.elem {
	display: inline-block;
	font-size: 0;
	width: 139px;
	border: 10px solid transparent;
	border-bottom: none;
	background: #fff;
	padding: 0px;
	height: 100px;
	background-clip: padding-box;
}
.elem > span {
	display: block;
	cursor: pointer;
	height: 80px;
	padding-bottom:	10px;
	background-size: cover;
	background-position: center center;
}

.search {
  position: relative;
  color: #aaa;
  font-size: 16px;
}

.search input {
  width: 100%;
  height: 32px;

  background: #fcfcfc;
  border: 1px solid #aaa;
  border-radius: 5px;
  box-shadow: 0 0 3px #ccc, 0 10px 15px #ebebeb inset;
}

.search input { text-indent: 32px;}
.search .fa-search { 
  position: absolute;
  top: 10px;
  left: 10px;
}

/*header, main, footer {
    padding-left: 300px;
}

@media only screen and (max-width : 992px) {
    header, main, footer {
    padding-left: 0;
    }
}*/

  body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
  }

  main {
    flex: 1 0 auto;
  }

  .propinfohdr{
      font-size: 18px;
      font-weight: bold;
  }

  .tblpad{
      margin-top: 10px;
  }

  .tblpad tbody td, .tblpad1 tbody td{
      padding-left: 10px;
  }

  .tblpad tbody tr:nth-child(even), .tblpad1 tbody tr:nth-child(even) {
    background-color: #f2f2f2
}

  .imgfullratio{
    width:100%;
    height:100%;
    object-fit: cover;
    overflow: hidden;
  }

.centerflex{
  display: flex;
  justify-content: center;
}

.cellpd{
    padding-left: 10px;
    padding-right: 10px;
}

.txtind{
    text-indent:8px;
    background-color: white !important;
    max-width: 100%; 
    width: 100%;
}

ul.discval {
     list-style-type: disc;
}

.hoverable:hover{
    font-weight: bold;
    background-color: lightblue;
}

.orb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 10px auto;
    height: 15px;
    width: 15px;
    border-radius: 9px;
    background-color: lawngreen;
}

.orb.green {
    background: #68c32d;
    background: -webkit-gradient(linear, left top, left bottom, from(#61d36b), to(#26b33c));
    background: linear-gradient(to bottom, #61d36b, #26b33c);
}

.orb.red{
    background: #e92118;
    background: -webkit-gradient(linear, left top, left bottom, from(#e21113), to(#a71313));
    background: linear-gradient(to bottom, #e21113, #a71313);
}

.reshdr{
    font-size: 25px;
}

.wsbanner{
    float: right;
    position: absolute;
    height: 150px;
    width: 150px;
    max-width: 150px;
    top: -10px;
    right: -12px;
}

.wsbannersm{
    float: right;
    position: absolute;
    height: 100px;
    width: 100px;
    max-width: 100px;
    top: -8px;
    right: -8px;
}

.wsbannerbg{
    float: right;
    position: absolute;
    height: 200px;
    width: 200px;
    max-width: 200px;
    top: -15px;
    right: -15px;
}

.imgr{
    border-radius: 0%;
    float: none;
}

.imgr30{
    border-radius: 35%;
}

.fntbold{
    font-weight: bold;
}

.imgcontainer {
  display: inline-block;
  border: 0px solid;
  position: relative;
}

.container img {
  display: block;
}

.positioner1 {
  width: 0%;
  height: 50%;
  position: absolute;
  left: 0;
  top: 0;
}

.positioner2 {
  width: 100%;
  height: 50%;
  position: absolute;
  left: 0;
  top: 0;
}

.imgicon1 {
  position: absolute;
  left: 10px;
  bottom: -30px;
  width: 64px;
  height: 42px;
  border-radius: 0px;
  background: url(/images/arrow_left.png) center center no-repeat;
}

.imgicon2 {
  position: absolute;
  right: 10px;
  bottom: -30px;
  width: 64px;
  height: 42px;
  border-radius: 0px;
  background: url(/images/arrow_right.png) center center no-repeat;
}

.dvlines{
    line-height: 30px;
}

.dvhdrlines{
    line-height: 18px;
}

.navbtn{
    width: 50px;
}

 @media (min-width: 0px) and (max-width: 700px) and (orientation:portrait) { 
   img.imgsv {
    width: 70%; 
    max-width: 275px
  }
 }
 @media (min-width: 0px) and (max-width: 1000px) and (orientation:landscape) { 
   img.imgsv {
    width: 70%; 
    max-width: 300px;
    position: absolute;
    left: 5px;
    top: 5px;
  }
   img.imgloader {
    height: 50%;
    max-height: 130px;
    max-width: 130px;
    position: absolute;
    left: 5px;
    top: 85px;
   }
   img.imgstars{
        padding-left: 65px;
        height: 50%;
        max-height: 130px;
   }
 }

  @media (min-width: 1000px) and (max-width: 1200px) and (orientation:landscape) { 
   img.imgstars{
        height: 50%;
        max-height: 150px;
   }
 } 

.npdtop{
    margin-top: 0;
    padding-top: 0;
}

.tilevw :hover{
    background-color: #B8C9DD !important;
    color: white !important;
    font-weight: bold;
}

.tcenter, tcenter tr td {
    text-align: center;
}

.wiz_bluebar{
    background-image: url(/images/step/line_blue.jpg); background-repeat: repeat-x; background-position: center; line-height: 65px; color: white; z-index: 5;
}

.wiz_greybar{
    background-image: url(/images/step/line_grey.jpg); background-repeat: repeat-x; background-position: center; line-height: 65px; color: white; z-index: 5;
}

.wiz_bluedot{
    background-image: url(/images/step/dot_blue.png); background-size: 65px; background-position: center; background-repeat: no-repeat;
}

.wiz_greydot{
   background-image: url(/images/step/dot_grey.png); background-size: 65px; background-position: center; background-repeat: no-repeat;
}

.wiz_arr_r{
    background-image: url(/images/step/arr_blue_r.png); background-size:65px; background-position: center; background-repeat: no-repeat;
    height: 85px;
    width: 65px;
}
.wiz_arr_l{
    background-image: url(/images/step/arr_blue_l.png); background-size:65px; background-position: center; background-repeat: no-repeat;
    height: 85px;
    width: 65px;
}

.wiz_bluedot_phone{
    background-image: url(/images/step/dot_blue.png); background-size: 25px; background-position: center; background-repeat: no-repeat;
}

.wiz_greydot_phone{
   background-image: url(/images/step/dot_grey.png); background-size: 25px; background-position: center; background-repeat: no-repeat;
}

.r_aln
{
    text-align: right;
}

.bld{
    font-weight: bold;
}

.redfnt{
    color: red;
}

.sp_blue_dark {
    background-color: #3C6470 !important;
    color: white !important;
}

.sp_blue_light {
    background-color: #0AC8E2 !important;
}

.sp_brown {
    background-color: #B49650 !important;
}

.pdb5
{
    margin-bottom: 5px;
}

.ln10{
    line-height: 10px;
}

.wizfnthdr {
    font-size: 24px !important;
    font-weight: bold !important;
    padding-left: 75px !important;
}

.wizfnt {
    font-size: 12px !important;
    padding-left: 75px !important;
}

.wizfooterText {
    font-size: 35px !important;
    font-weight: bold !important;
    color: teal !important;
}

.scrolla{
    overflow: auto;
    overflow-y: auto;
    overflow-x: hidden;
}

.selecteditem, .selitem:hover {
    -webkit-transition: -webkit-box-shadow .25s;
    transition: -webkit-box-shadow .25s;
    transition: box-shadow .25s;
    transition: box-shadow .25s, -webkit-box-shadow .25s;
    font-weight: bold;
    background-color: lightblue;
    display: block;
    box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.3);
    cursor: pointer;
}

.selitem:hover {
    -webkit-transition: -webkit-box-shadow .25s;
    transition: -webkit-box-shadow .25s;
    transition: box-shadow .25s;
    transition: box-shadow .25s, -webkit-box-shadow .25s;
    font-weight: bold;
    background-color: lightgray;
    display: block;
    box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.3);
    cursor: pointer;
}

.npd2 {
    padding: 2px !important;
    margin: 0px !important;
}

/*.brdpanelbottom {
    -webkit-box-shadow: -1px -2px 25px 1px rgba(143,143,143,1) !important;
    -moz-box-shadow: -1px -2px 25px 1px rgba(143,143,143,1) !important;
    box-shadow: -1px -2px 25px 1px rgba(143,143,143,1) !important;
}*/

.hdrsize{
    font-size: 22px !important;
    font-weight: bold;
}

.hwidth{
    height: 100%;
}

.ctext
{
    text-align: center;
}

.wizimgheight {
    height: 45px !important;
    width: 45px !important;
    border: 0px;
    object-fit: cover;
}

.wizimgline {
    height: 35px !important;
    width: 100% !important;
    border: 0px;
    background-repeat: repeat-x;
}

.wiz_circle_grey {
    width: 35px;
    height: 35px;
    background-image: url("/images/wiz_gr_c_b.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 90% 90%;
}
.wiz_circle_blue {
    width: 35px;
    height: 35px;
    background-image: url("/images/wiz_b_c_b.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 90% 90%;
}
.wiz_circle_green {
    width: 35px;
    height: 35px;
    background-image: url("/images/wiz_g_c_b.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 90% 90%;
}

.centeredpos {
    position: absolute;
    top: 50%;
    left: 0%;
}​

.wiztext{
     font-size: 40px !important;
     font-weight: bold;
 }
 fntb{
     font-weight: bold !important;
 }

.comp-col-text {
    color: #3F6E91 !important;
}

.comp-col {
    color: #3F6E91 !important;
}

.carousel-fixed-item, .carousel-item {
    height: 450px !important;
}

.carousel-item {
    height: 450px !important;
}

.carousel
{
    height: 500px !important;
}

.orangebck {
    background-color: #E76425;
}

.greenbck {
    background-color: #A7BE38 !important;
}

.m50p{
    max-width: 50%;
    width: 50%;
}

.wizsteptext{
    font-weight: bold;
    font-size: 36px;
}

.wizsteptext_portrait {
    font-weight: bold;
    font-size: 20px;
    padding: 1px !important;
}

.wizsteptext_portrait_step {
    font-weight: bold;
    font-size: 24px;
}

.bordercnr {
    border-radius: 25px;
    border: 2px solid #A7BE38;
    padding: 20px;
}

.bordercnrblack {
    border-radius: 25px;
    border: 2px solid black;
    padding: 20px;
}

.btngreen-text {
    color: #A7BE38;
}

.btngreen {
    background-color: #A7BE38;
}

.defaultbck {
    background-color: #F8F8F8;
}

input[type=range]::-webkit-slider-thumb {
    background-color: black !important;
}

input[type=range]::-moz-range-thumb {
    background-color: black !important;
}

input[type=range]::-ms-thumb {
    background-color: black !important;
}

/***** These are to edit the thumb and the text inside the thumb *****/
input[type=range] + .thumb {
    background-color: black;
}

    input[type=range] + .thumb.active .value {
        color: white;
    }

.range-label {
    background-color: red !important;
}

.noUI-background {
    background: green !important;
}

input[type=range] + .thumb.active{
    background-color: black !important;
}

.dvmainimg {
    border: 0px solid black;
    padding: 25px;
    background: url(/images/residential.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

/*.noUi-handle {
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background: #FFF;
    cursor: default;
    box-shadow: inset 0 0 1px #FFF;
}*/

.noUi-handle {
    border: 5px;
    /*border-radius: 40px;*/
    background-color: Black;
    cursor: default;
    box-shadow: inset 0 0 1px #FFF;
    /*background-image: url(https://www.searchpng.com/wp-content/uploads/2019/04/Chrome-Ball-PNG-715x715.png) !important;
    background-size: 100% 100% !important;
    background-repeat: no-repeat !important;*/
}

.noUi-touch-area {
    /*background-color: black;*/
    /*border-radius: 40px;*/
    
}

.noUi-connect {
    background: #A7BE38;
}

.bordercnr {
    border-radius: 5px;
    border: 0px solid #F44336;
    padding: 5px;
    padding-left: 2px !important;
    padding-right: 2px !important;
}

.bordercnrblnk {
    border-radius: 5px;
    border: 0px solid #F44336;
    padding: 5px;
    padding-left: 2px !important;
    padding-right: 2px !important;
}

.indicators{
    top: 0px !important;
}

.swiper-container {
    width: 100%;
    height: 750px;
}

.swiper-slide {
    text-align: center;
    font-size: 14px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-pagination {
    top: 15px;
    height: 30px;
}

.swiper-pagination-bullet {
    width: 20px !important;
    height: 20px !important;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    background: rgba(0,0,0,0.2);
}

.swiper-pagination-bullet-active, .swiper-pagination-bullet-active {
    color: #fff;
    background: #1C192C !important;
}

.mustard {
    background-color: #FFBC00 !important;
}

.mustard-text {
    color: #FFBC00;
}

.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
    perspective: unset;
}

.whhterndblk {
    border-radius: 25px;
    /*border: 2px solid #A7BE38;*/
    padding: 20px;
    background-color: white;
}

.pollhdr {
    font-size: 20px;
    font-weight: bold;
}

.pollqsthdr{
    font-size: 18px;
}

.polltext {
    font-size: 18px;
}

.bg {
    /* The image used */
    background-image: url("/images/app/def_horz_line.jpg") !important;
    /* Full height */
    height: 100% !important;
    /* Center and scale the image nicely */
    background-position: center !important;
    background-repeat: repeat-y !important;
    background-size: cover !important;
}

.bgfade {
    background-image: linear-gradient(#002060, #4472C4);
}

.bgfadeios {
    background-image: linear-gradient(#0D3461, #1F5EA6);
}

.imgreflect {
    -webkit-box-reflect: below -30px
    -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.5, transparent), to(white));
}

@media (min-width: 800px) {
    #botimg {
        max-width: 500px;
        width: 80%
    }
    #imgagconnect {
        max-width: 500px;
        width: 80%
    }
}

@media (max-width: 800px) {
    #botimg {
        max-width: 400px;
        width: 80%
    }
    #imgagconnect {
        max-width: 400px;
        width: 80%
    }
}

.darkbluebg {
    background-color: #182B49 !important;
    color: white !important;
}

.nlh{
    line-height: 0px !important;
}

.sidenav li {
    line-height: 15px !important;
}

.h175{
    height: 175px;
}
.cblue {
    color: #182B49;
}

.lightgray {
    background-color: gainsboro !important;
    color: black !important;
}

.btndescr{
    padding: 5px !important;
}

.btndescr:hover {
    border-radius: 5px;
    background-color: lightgray;
    font-weight: bold;
}
    .btndescrselect {
        border-radius: 5px;
        background-color: lightgray;
        font-weight: bold;
    }

.comp-btn {
    background-color: ##3F6E91 !important;
    color: white;
    padding: 3px;
    border-radius: 5px;
    width: 100%;
}

.mainbg{
    background-color: whitesmoke;
}

.btn-rnd{
    border-radius: 10px !important;
}

input[type=text] {
    width: 100% !important;
    max-width: 100% !important;
}

.custom-file-input::-webkit-file-upload-button {
    visibility: hidden;
}

.rwhover:hover {
    background-color: slategray;
    color: white;
}

tbody.hovertrack > tr:hover {
    background-color: slategray;
    color: white;
}
