/*==================================Changes to Template=========================================*/
#nav-menu ul a:hover,
#nav-menu ul a:active,
#nav-menu ul ul a:hover,
#nav-menu ul ul a:active,
.mobile ul a:hover, 
.mobile ul ul a:active {
   text-decoration: none !important; 
}

.body-bottom-bar {
    position: relative;
    display: block;
    /*padding: 32px 20px;
    height: 100px;*/
    color: #161616;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 30px;
    letter-spacing: -1px;
    border-top: 1px solid #eeeeee;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    overflow: hidden;
    z-index: 0;
    margin-top: 70px !important;
}

.body-bottom-bar strong {
    font-family: 'Open Sans', 'sans-serif';
    letter-spacing: -1px;
    text-transform: none;
    font-weight: 800;
}

/*#nav-menu > ul > li li.selected a,
#nav-menu ul ul a:hover {
    background-color: #222222 !important;
}*/

#nav-menu ul ul a:hover:before {
    color: #fff !important;
}

.radio-replacer {
    border-radius: 50% !important;
}
.radio {
    margin-top: 0;
    margin-bottom: 10px;
}
.radio label {
    display: inline !important;
    width: auto !important;
    padding:0 !important; 
    margin-right:15px !important;
}
.form-complete {
    margin:30px 30px 30px 30px !important; 
    text-align: center !important;
}

/*===========================================New Styles===============================================*/
/*hide angular brackets while page is compiling*/
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}
/*replace javascript breaks in html*/
.white-space-pre {
    white-space: pre-wrap;
}
/*form css*/
.form-notes {
    color: #666;
    font-style: italic;
}
.clear-line {
    display: block;
    clear: both;
}
.middle-form-text {
    text-align: center; height: 95px; line-height: 95px;
}

/*search bar above tables*/
.horz-btn {
    padding: 10px 15px 10px 15px !important;
    margin: 10px 0 0 0 !important;
}

.checkbox-container {
    display: block;
    margin-top: 5px; /*38px;*/
    margin-bottom: 20px;
    clear: both;
    width: 100%;
}
.intelisync {
    margin-top:-20px;
    margin-left:15px;
    width:89% !important;
}
/*phone*/
@media (max-width: 767px) {
    .checkbox-container {
            margin-top: 5px;
    }
    .intelisync {
        margin-left:10px;
    }
    .middle-form-text {
        height: 10px; line-height: 10px;
        margin-bottom: 10px;
    }
    .form-complete {
        margin: 20px 0 20px -20px !important; 
        text-align: center !important;
    }
}
/*tablet/iPad*/
@media (min-width: 768px) {
    .middle-form-text {
        height: 10px; line-height: 10px;
        margin-bottom: 10px;
    }
}
/*desktop*/
@media (min-width: 992px) {
    .middle-form-text {
        text-align: center; height: 95px; line-height: 95px;
    }
}

.nav-no-arror::before {
    content: none !important;
}

/*===========================================FooTable==============================================*/
.loading-div {
    text-align: center;
    padding: 70px 0 70px 0;
}
.tiny-col {
    width: 25px;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}
.checkbox-col {
    padding-left:10px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}
.img-col {
    padding:0 !important;
    text-align: center !important;
}

.radio-col {
    width: 210px !important;
    max-width: 210px !important;
    padding-top: 7px !important;
    padding-bottom: 3px !important;
}
.radio-col .radio label {
    margin-right: 6px !important;
}
.radio-col .radio .radio-replacer {
    margin-right: 3px;
}
.textbox-col {
    width: 220px !important;
    max-width: 220px !important;
    padding: 0 !important;
}
.textbox-col input {
    width: 175px !important;
    margin: 0 !important;
}
.textbox-col button {
    width: 42px !important;
    margin: 0 !important;
    background-color: #a6abaf;
}
.footable-row-detail-value input {
    width: 180px !important;
}
.footable-row-detail-value button {
    background-color: #a6abaf;
}
.date-col {
    width: 100px !important;
    max-width: 100px !important;
}
/*========================================Override Bootstrap Styles=================================*/
* {
  -webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
          border-radius: 0 !important;
}
.btn-primary {
    padding: 20px 30px !important;
    color: #ffffff !important;
    display: inline-block !important;
    font-weight: bold !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
    background-color: #DD8A3E !important;
    border: 1px solid #DD8A3E;
}
.btn-default {
    padding: 20px 30px !important;
    color: #161616 !important;
    display: inline-block !important;
    font-weight: bold !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
    background-color: #d5dbdf !important;
}
.btn-primary:hover {
    background-color: #BF7637 !important;
    color: #e7e7e7 !important;
    border-color: #DD8A3E !important;
}
.btn-default:hover {
    background-color: #bdc3c7 !important;
    color: #000 !important;
}
.modal-footer button {
    margin-bottom:15px !important;
    margin-top:10px !important;
}

.bootbox-body {
    color: #161616;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    font-size: 24px;
}
.alert-danger {
    color: #bc0000 !important;
    border-color: #bc0000 !important;
    background-color: #efd4d4 !important;
}
.alert-danger strong {
    color: #bc0000 !important;
}
.alert-danger ul {
    margin-bottom: 10px !important;
}
.form-group {
    clear: both !important;
}
#form-modal .modal-footer {
    padding-top:5px !important;
    padding-bottom:0 !important;
    clear: both;
}
.btn-success {
    border-color: #398439 !important;
    background-color: #398439 !important;
}
.btn-success:hover {
    border-color: #7eae7e !important;
    background-color: #7eae7e !important;
}

/*================================Override Validation Errors========================================*/
.help-block {
    color: #bc0000 !important;
}

.has-error .help-block,
.has-error strong,
.text-danger,
.font-red {
    color: #bc0000 !important;
    clear: both !important;
    width: 100% !important;
}

.has-error strong {
    margin-right: 10px;
    clear: both !important;
    width: 100% !important;
}

.has-error {
  color: #bc0000 !important;
  border-color: #bc0000 !important;
}

.has-error input {
  border-color: #bc0000 !important;
}

/*==================================Override Bootstrap for datepicker===============================*/
.bootstrap-datetimepicker-widget,
.table-condensed thead tr th,
.table-condensed tbody tr td {
          -webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
          border-radius: 0 !important;
}

.bootstrap-datetimepicker-widget td.active, .bootstrap-datetimepicker-widget td.active:hover {
    background-color: #161616 !important;
}

.bootstrap-datetimepicker-widget .active {
    background-color: #161616 !important;
}

.bootstrap-datetimepicker-widget td.today::before {
    border-bottom: 7px solid #161616 !important;
}

.input-group-addon {
    background: none !important;
    border: none !important;
    position: absolute !important;
    float: right !important;
    margin-top: 18px !important;
    margin-left: -40px !important;
    display:inline-block !important;
    z-index: 9;
}

.form-control {
    margin-top: 10px !important;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    border: 1px solid #cccccc !important;
    outline: none !important;
    -webkit-transition: border-color 0.2s !important;
    -moz-transition: border-color 0.2s !important;
    -ms-transition: border-color 0.2s !important;
    -o-transition: border-color 0.2s !important;
    transition: border-color 0.2s !important;
    color: #404040  !important;
      -webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
          border-radius: 0 !important;
}

.input-group {
    display:block !important;
    clear: both;
}

input {
    margin-bottom: 20px !important;
    width: 100%;
}

textarea {
    margin-bottom: 20px !important;
    width: 100%;
}

.input-group .form-control {
    padding: 10px !important;
    width: 100% !important;
    height: auto !important;
    /*margin-bottom: 20px !important;*/
}

.form-control:focus {
    border-color: #161616 !important;
}

/*==================================Override FooTable Styles==================================*/
.footable {
    border: 3px solid #f5f5f5 !important;
    color: #333 !important;
    font-family: 'Open Sans', sans-serif !important;
}
/*.footable > tbody > tr > td {
    max-width: 180px;
}*/

.footable>thead>tr>th, .footable>thead>tr>td {
    color: #333;
}

.footable > tbody > tr:hover:not(.footable-row-detail) > td {
  color: #000 !important;
}
.footable > thead > tr > th,
.footable > thead > tr > td {
    background-color: #f5f5f5 !important;
    border: 1px solid #f5f5f5 !important;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.footable > tfoot > tr > th,
.footable > tfoot > tr > td {
    background-color: #f5f5f5;
    border: 1px solid #f5f5f5;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-top: 1px solid #d5d5d5;
}
.footable > tbody > tr:hover:not(.footable-row-detail) {
    color: #000;
}

.footable > tbody > tr > td > a > .fa {
    color: #337ab7 !important;
}

.footable > tbody > tr > td > a > i, .footable > tbody > tr > td > a {
    color: #333;
}

.footable > tbody > tr > td > a:hover, .footable > tbody > tr > td > a > i {
    color: #333 !important;
}

.footable > tbody > tr > td > a > i.has-error {
    color: #DD8A3E !important;
}

.footable>tfoot>tr>th, .footable>tfoot>tr>td {
    color: #337ab7;
}
/*===============================Override Pagination Styles==========================================*/
.pagination > li > a, .pagination > li > span {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #000 !important; 
    float: left;
    line-height: 1.42857;
    margin-left: -1px;
    padding: 6px 12px !important;
    position: relative;
    text-decoration: none;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #337ab7 !important;
    border-color: #aaa !important;
    color: #fff !important;
    cursor: default;
    z-index: 3;
}

.pagination > li > a:hover {
    color: #fff !important;
}

.pagination > .disabled > a {
    background-color: #ccc !important;
}
/*========================================Input============================================*/
.form-group > div > label {
    width: 100%;
}
/*=======================================Date Picker========================================*/
.date > input {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}
/*=======================================Select==============================================*/
.select-wrapper > select {  
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -o-appearance: none;
    background:transparent;
    height: 40px !important;
    padding: 5px !important;
    border: 0 !important;
    width:100% !important;
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #404040;
    border: 1px solid #ccc !important;
    height: 40px !important;   
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;
}

.select-wrapper > select::-ms-expand {
    display: none;
}

.select-wrapper > select:focus {
    border: 1px solid #DD8A3E !important;
}

.select-wrapper > select option {
    padding-top: 3px;
    padding-bottom: 3px;
}

.select-wrapper > select option:checked,
.select-wrapper > select option:hover {
    color: #fff;
    box-shadow: 0 0 10px 100px #404040 inset;
}

.select-wrapper > select.decorated option:checked {
    box-shadow: 0 0 10px 100px #404040 inset;
}

.select-wrapper > select:focus > option:checked { 
    color: #fff;
    background: #337ab7 !important;
}

.select-wrapper {
  position:relative;   
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
  margin-top:10px;
  width: 100%;
}

.select-wrapper:after{
  content: "\f078";
  font-family: FontAwesome;
  padding:8px;
  background:#fff;
  z-index:0;
  line-height:10%;
  color: #000;
  position: absolute;
  right: 10px;
  top: 12px;
  width: 25px;
  pointer-events: none;
}

.select-form-container {
    margin-bottom: 20px;
}

.contact-form .select-wrapper:after {
  z-index:0;
}

/*=========================================File Upload=======================================*/
.upload-input > .input-group > .form-control {
    float: left !important;
    margin-bottom: 0 !important;
    position: relative !important;
    width: 100% !important;
    z-index: 2 !important;
}
.upload-input > .input-group {
    border-collapse: separate !important;
    display: table !important;
    position: relative !important;
    width: 100% !important;
    margin-top: 10px !important;
    margin-bottom: 20px !important;
}
.upload-input > .input-group-btn {
    font-size: 0 !important;
    position: relative !important;
    white-space: nowrap !important;
}
.upload-input > .input-group-addon, 
.upload-input > .input-group-btn {
    vertical-align: middle !important;
    white-space: nowrap !important;
    width: 1% !important;
}
.upload-input > .input-group > .form-control,  
.upload-input > .input-group-addon,  
.upload-input > .input-group-btn {
    display: table-cell !important;
}
.upload-input > .input-group {
    border-collapse: separate !important;
}
.upload-input > .input-group > input {
   -webkit-box-shadow: none !important;
   -moz-box-shadow: none !important;
   box-shadow: none !important;
    margin-top: 0 !important;
}
.upload-input > .input-group > .input-group-btn  {
    height: 42px !important;
}
.upload-input > .input-group > .input-group-btn > .btn-secondary  {
    height: 42px !important;
}
/*=========================================Large Modal=======================================*/
.modal-dialog-large {
    max-width: 75% !important;
    width: 65% !important;
}

@media (max-width: 767px) {
    .modal-dialog-large {
        max-width: 98% !important;
        width: 97% !important;
    }
}
/*===================================Override Notification===================================*/
.notification, .notifications-container {
    z-index: 99999999 !important;
}
/*=======================================Loading Screen======================================*/
.loading-indicator {
    cursor: not-allowed;
    z-index: 999 !important;
    position:fixed;
    padding:0;
    margin:0;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background:#777;
    background:rgba(0,0,0,0.3);
}

.loading-body {
	cursor: not-allowed;
    position: fixed;
    top: 50% ;
    margin-top: -40px;
    text-align: center;
    line-height: 100px;
    width:100%;
	text-align: center;
    z-index: 9999 !important;
}
.loading-body h1 {
    color: #fff !important;
}

#fountainG{
	position:relative;
	width:234px;
	height:28px;
	margin:auto;
}

.fountainG{
	position:absolute;
	top:0;
	background-color:transparent;
	width:28px;
	height:28px;
	animation-name:bounce_fountainG;
		-o-animation-name:bounce_fountainG;
		-ms-animation-name:bounce_fountainG;
		-webkit-animation-name:bounce_fountainG;
		-moz-animation-name:bounce_fountainG;
	animation-duration:1.5s;
		-o-animation-duration:1.5s;
		-ms-animation-duration:1.5s;
		-webkit-animation-duration:1.5s;
		-moz-animation-duration:1.5s;
	animation-iteration-count:infinite;
		-o-animation-iteration-count:infinite;
		-ms-animation-iteration-count:infinite;
		-webkit-animation-iteration-count:infinite;
		-moz-animation-iteration-count:infinite;
	animation-direction:normal;
		-o-animation-direction:normal;
		-ms-animation-direction:normal;
		-webkit-animation-direction:normal;
		-moz-animation-direction:normal;
	transform:scale(.3);
		-o-transform:scale(.3);
		-ms-transform:scale(.3);
		-webkit-transform:scale(.3);
		-moz-transform:scale(.3);
	border-radius:19px !important;
		-o-border-radius:19px !important;
		-ms-border-radius:19px !important;
		-webkit-border-radius:19px !important;
		-moz-border-radius:19px !important;
}

#fountainG_1{
	left:0;
	animation-delay:0.6s;
		-o-animation-delay:0.6s;
		-ms-animation-delay:0.6s;
		-webkit-animation-delay:0.6s;
		-moz-animation-delay:0.6s;
}

#fountainG_2{
	left:29px;
	animation-delay:0.75s;
		-o-animation-delay:0.75s;
		-ms-animation-delay:0.75s;
		-webkit-animation-delay:0.75s;
		-moz-animation-delay:0.75s;
}

#fountainG_3{
	left:58px;
	animation-delay:0.9s;
		-o-animation-delay:0.9s;
		-ms-animation-delay:0.9s;
		-webkit-animation-delay:0.9s;
		-moz-animation-delay:0.9s;
}

#fountainG_4{
	left:88px;
	animation-delay:1.05s;
		-o-animation-delay:1.05s;
		-ms-animation-delay:1.05s;
		-webkit-animation-delay:1.05s;
		-moz-animation-delay:1.05s;
}

#fountainG_5{
	left:117px;
	animation-delay:1.2s;
		-o-animation-delay:1.2s;
		-ms-animation-delay:1.2s;
		-webkit-animation-delay:1.2s;
		-moz-animation-delay:1.2s;
}

#fountainG_6{
	left:146px;
	animation-delay:1.35s;
		-o-animation-delay:1.35s;
		-ms-animation-delay:1.35s;
		-webkit-animation-delay:1.35s;
		-moz-animation-delay:1.35s;
}

#fountainG_7{
	left:175px;
	animation-delay:1.5s;
		-o-animation-delay:1.5s;
		-ms-animation-delay:1.5s;
		-webkit-animation-delay:1.5s;
		-moz-animation-delay:1.5s;
}

#fountainG_8{
	left:205px;
	animation-delay:1.64s;
		-o-animation-delay:1.64s;
		-ms-animation-delay:1.64s;
		-webkit-animation-delay:1.64s;
		-moz-animation-delay:1.64s;
}

@keyframes bounce_fountainG{
	0%{
	transform:scale(1);
		background-color:rgb(255,255,255);
	}

	100%{
	transform:scale(.3);
		background-color:rgb(255,255,255);
	}
}

@-o-keyframes bounce_fountainG{
	0%{
	-o-transform:scale(1);
		background-color:rgb(255,255,255);
	}

	100%{
	-o-transform:scale(.3);
		background-color:rgb(255,255,255);
	}
}

@-ms-keyframes bounce_fountainG{
	0%{
	-ms-transform:scale(1);
		background-color:rgb(255,255,255);
	}

	100%{
	-ms-transform:scale(.3);
		background-color:rgb(255,255,255);
	}
}

@-webkit-keyframes bounce_fountainG{
	0%{
	-webkit-transform:scale(1);
		background-color:rgb(255,255,255);
	}

	100%{
	-webkit-transform:scale(.3);
		background-color:rgb(255,255,255);
	}
}

@-moz-keyframes bounce_fountainG{
	0%{
	-moz-transform:scale(1);
		background-color:rgb(255,255,255);
	}

	100%{
	-moz-transform:scale(.3);
		background-color:rgb(255,255,255);
	}
}

/*============================================autoComplete styles=========================================*/
.autocomplete-suggestions {
    text-align: left; 
    cursor: default; 
    border: 1px solid #ccc; 
    border-top: 0; 
    background: #fff; 
    box-shadow: -1px 1px 3px rgba(0,0,0,.1);
    /* core styles should not be changed */
    position: absolute; 
    display: none; 
    z-index: 9999;
    max-height: 254px;
    overflow: hidden;
    overflow-y: auto; 
    box-sizing: border-box;
}
.autocomplete-suggestion {
     position: relative; 
     padding: 0 .6em; 
     line-height: 23px; 
     white-space: nowrap; 
     overflow: hidden; 
     font-size: 1.02em; 
     color: #333;
}
.autocomplete-suggestion b { 
    font-weight: normal; 
    color: #1f8dd6; 
}
.autocomplete-suggestion.selected {
     background: #f0f0f0;
}
/*===========================================Img Pre Loader=====================================================*/
.imgPreLoad {
    width: 100%;
    margin-top: 30px;
    text-align: center;
    position: absolute;
    margin-left: -15px;
}
.imgPreLoad > i {
    font-size: 80px;
}
/*===============================================Img Modal======================================================*/
 /* Style the Image Used to Trigger the Modal */
#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.image-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 999999; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.image-modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#image-caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation - Zoom in the Modal */
.image-modal-content, #image-caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)}
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)}
    to {transform:scale(1)}
}

/* The Close Button */
.image-close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.image-close:hover,
.image-close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .image-modal-content {
        width: 100%;
    }
}

.center {
    text-align:center !important;
}

@media print {
    .printHide, .printHide * {
        display: none !important;
    }
    #page-title, #page-title * {
        padding-top: 40px !important;
        margin-bottom: -60px !important;
    }

    .pagination, .pagination * {
        display: none !important;
    }

    .printShow, .printShow * {
        display: inline !important;
    }

    /*.body-bottom-bar, .body-bottom-bar * {
        display: none !important;
    }*/

}

.circle {
    /*display: block;*/
    height: 95px;
    width: 95px;
    border-radius: 50%;
    border: 6px solid #737375;
    background: transparent;
}

.xCircle {
    /*display: block;*/
    height: 95px;
    width: 95px;
    border-radius: 50%;
    border: 6px solid #951717;
    background: #951717;
}

.checkCircle {
    /*display: block;*/
    height: 95px;
    width: 95px;
    border-radius: 50%;
    border: 6px solid #0D8E03;
    background: #0D8E03;
}

.dCircle {
    /*display: block;*/
    height: 95px;
    width: 95px;
    border-radius: 50%;
    border: 6px solid #951717;
    background: #951717;
}

.naCircle {
    /*display: block;*/
    height: 95px;
    width: 95px;
    border-radius: 50%;
    border: 6px solid #000000;
    background: #000000;
}

.completed {
    /*display: block;*/
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border: 6px solid #0D8E03;
    background: #0D8E03;
}

.pending {
    /*display: block;*/
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border: 6px solid #951717;
    background: #951717;
}

.districtHover:hover {
    background-color: #ddd !important;
}

.editButton {
    /*display: block;*/
    height: 50px;
    width: 50px;
    border-radius: 50%;
    border: 6px solid #DD8A3E;
    background: #DD8A3E;
}

.ellipsis {
    width: 28px;
    height: 28px;
    border: 2px solid gray;
    padding: 5px;
    border-radius: 50%;
    background: gray;
    text-align: center;
    /*line-height: 100px;*/
    vertical-align: middle;
}

.ellipsis2 {
    width: 14px;
    height: 14px;
    border: 2px solid gray;
    padding: 5px;
    border-radius: 50%;
    background: gray;
    text-align: center;
    /*line-height: 100px;*/
    vertical-align: middle;
}

.bootbox-close-button{
    font-size: 55px !important;
}

.scrolling-wrapper {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
}

input[type=file]{
    visibility:hidden;
}

@media only screen and (max-width: 1200px) {    
    .logoImage {         
        display: none;
    } 
}

@media only screen and (min-width: 1199px) {    
    .showLogo {
        /* background: url('/img/WilliamsLogo.png') no-repeat; */
        background-image: url('/img/WilliamsLogo.png');
        display: none;
    }
}

.streetLabel {
    margin-bottom:20px;
    margin-top:20px;
}

@media screen and (max-width: 991px) {
    .streetLabel {
        margin-top:0px;
    }
  }

  @media screen and (max-width: 767px) {
    .streetLabel {
        margin-top:35px;
        margin-bottom: 0px;
    }
  }

  @media screen and (max-width: 767px) {
    .landing {
        padding-left:250px;
    }
  }

  /* @media screen and (max-width: 812px) {
    .landing {
        padding-left:60px;
    }
  } */

  @media screen and (max-width: 736px) {
    .landing {
        padding-left:90px;
    }
  }

  @media screen and (max-width: 667px) {
    .landing {
        padding-left:60px;
        margin-right: 0;
    }
  }

  .blueHover:hover{
    color:#d9d9d9;
    /* color:#cccccc; */
    background-color:#2d6da3;
    /* background-color:#285f8f; */
    /* background-color:#22527b; */
    border-color:#337ab7;
  }

  .footable > tbody > tr > td > a:hover, .footable > tbody > tr > td > a > i  {
      color:#337ab7 !important;
  }

  .changeHover:hover {
    color:#337ab7 !important;
  }

  /* .commentRow {
      display: none !important;
  } */

   /* #districtReportHide {
      display: none;
  } */


#clearComments:hover {
    background-color:#681010 !important;
  }

  #roomNA:hover {
    background-color:#681010 !important;
  }

  #checkAll:hover {
    background-color:#074f01 !important;
  }

  .red {
    font-size: 1.15em;
    padding: 0 5px 0 0;
    color: red;
}

.green {
    font-size: 1.15em;
    padding: 0 5px 0 0;
    color: green;
}
