body {
  font-family: "Helvetica Neue", Helvetica, Arial;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #3b3b3b;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  background: #fff;
}
@media screen and (max-width: 580px) {
  body {
    font-size: 16px;
    line-height: 22px;
  }
}

h2 {
  margin-top:0;
  margin-bottom: 20px;
}

a,.fa{
    color: #2980b9 !important;
}

.fa.text-white{
    color: #fff !important;
}


output {
	padding-top:0;
	margin-bottom: 5px;
    margin-right: 15px;
}

.ck.ck-editor__editable_inline {
	height: 200px;
}
.table {
	background: white;
}

.table_sm {
    margin: 15px;
    padding: 15px;
    width: 100%;
    box-shadow: 0 1px 3px rgb(0 0 0 / 20%);
    display: table;
}

.float-right {
  display:inline-block;
  float: right;
}

.float-left {
  display:inline-block;
  float: left;
}

a {
  color: #2980b9;
}

.table .report-header a{
    margin: 0;
    padding: 0;
    font-family: "Helvetica Neue", Helvetica, Arial;
    font-size: 16px;
    font-weight: initial;
    text-decoration: none;
}
.table .report-header h4{
    margin: 0;
    padding: 0;
}



.pointer { cursor: pointer }
.text-sm { font-size:11.5px; }
.info { font-size:11px;font-weight:normal; }

.blue { color: #2980b9; }

/* override for tabs */
.nav-tabs .nav-link { background:#ddd; }
.nav-link { color: #2980b9; }
.active { font-weight:bold; }
/* override end */

.wrapper {
  margin: 0 auto;
  padding: 20px;
  max-width: 800px;
}

.wrapper2 {
  margin: 0 auto;
  padding: 20px;
  max-width: 1000px;
}

.table {
  margin: 0 0 10px 0;
  width: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  display: table;
}

#page-header {
  background: #fff;
  border: 2px solid #2980b9;
  padding: 20px 20px 0 20px;
  font-size: 18px;
  line-height: 22px;
  font-weight:bold;
}

.header-nav .col-9 .navbar {
    height: 40px;
    padding: 0;
}

.header-nav .nav-item{
    margin: 0 10px;
    font-size: 16px;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.header-sub-nav{
    margin: 0;
    font-size: 16px;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.header-sub-nav > div {
    border-bottom: #eee solid 2px;
}

.header-sub-nav .nav-item{
    margin: 0;
}

.header-sub-nav a{
    line-height: 22px;
}
.header-sub-nav i{
    font-size: 16px;
    margin-right: 5px;
}


.square_hdr {
    text-decoration: none;
    color: #000;
    background: #fff;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
    text-shadow: 0 1px 0 rgba(0,0,0,0.2);
    padding: 0;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
}

.square_hdr .page-title{
    font-size: 22px;
    line-height: 22px;
    font-weight:bold;
    margin: 10px
}

.square_hdr .float-right{
    height: 40px;
    display: block;
}
.square_hdr .float-right a{
    height: auto;
    display: block;
    line-height: 40px;
}

.square_hdr .float-right a i{
    font-size: 20px;
    vertical-align: -webkit-baseline-middle;
    margin: 0 10px 0 0;
}

.square_hdr.page-title-wrapper{
    border: none;
    min-height: 40px;
    position: relative;
    overflow: hidden;
    background-color: rgb(248, 249, 250, 1);
    margin: 15px 0 15px 0;
}


.square_hdr_sm {
    text-decoration: none;
    color: #FFF;
    background: #2980b9;
    border: solid 1px #0f9ada;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
    text-shadow: 0 1px 0 rgba(0,0,0,0.2);
    padding: 5px;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 10px;
}

#footer {
    text-decoration: none;
    color: #FFF;
    background: #2980b9;
    border: solid 1px #0f9ada;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
    text-shadow: 0 1px 0 rgba(0,0,0,0.2);
    padding: 5px 20px 5px 20px;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
}

.login-resend-verification-code-link, .select-arrow, .field.select-field::after {
    position: absolute;
    top: 50%;
    right: 20px;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
}


@media screen and (max-width: 580px) {
  .table {
    display: block;
  }
}
.col-sm-4 { margin-top:5px; }
.card { min-height: 126px; }
#div-bg {
    height: 50px;
    width: 50px;
    border: 1px solid black;
    display: inline-block;
    box-sizing: border-box;
}

#btn-color-picker {
    background: none;
    border: #000 1px solid;
    padding: 2px;
    cursor: pointer;
}
/*
.row {
  display: table-row;
  background: #f6f6f6;
}
.row:nth-of-type(odd),.rowa:nth-of-type(odd) {
  background: #e9e9e9;
}
*/
.rowa{background: #f6f6f6;}
.row.header,.rowa.header {
  font-weight: 900;
  color: #ffffff;
  background: #1c3569;
  border-radius: 4px;
}
.rounded {
  border-radius: 5px;
}
.top-rounded {
  border-top-left-radius: 5px;
  border-top-right-radius:5px;
}
.row.green {
  background: #27ae60;
}
.row.blue, .rowa.blue {
  background: #2980b9;
}
.row.info { background: #17a2b8; }
.row.white { background: #fff; color:#000; border: 1px solid #333; border-width: 0px 1px 1px 1px;}
.nav-tabs { border-bottom: none;}

@media screen and (max-width: 580px) {
  .row {
    padding: 14px 0 7px;
    display: block;
  }
  .row.header,.rowa.header {
    padding: 0;
    height: 6px;
  }
  .row.header .cell,.rowa.header .cella {
    display: none;
  }
  .row .cell {
    margin-bottom: 10px;
  }
  .row .cell:before {
    margin-bottom: 3px;
    content: attr(data-title);
    min-width: 98px;
    font-size: 10px;
    line-height: 10px;
    font-weight: bold;
    text-transform: uppercase;
    color: #969696;
    display: block;
  }
}

.cell {
  padding: 6px 20px;
  display: table-cell;
}
.bold {
    font-weight: bold;
}
.filenum {
  font-size: 18px;
  font-weight: bold;
}
.btn-block {
	width: 95%;
	margin: auto;
}
@media screen and (max-width: 580px) {
  .cell {
    padding: 2px 16px;
    display: block;
  }
}

.nowrap { white-space: nowrap; }
.center { text-align: center; }
.right { text-align: right; }

.square_btn {
    position: relative;
    display: inline-block;
    padding: 0.05em 0.08em;
    min-width: 24px;
    text-align: center;
    text-decoration: none;
    color: #FFF;
    background: #03A9F4;
    border: solid 1px #0f9ada;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
    text-shadow: 0 1px 0 rgba(0,0,0,0.2);
}

.square_btn:link, .square_btn:visited {
    color: #fff;
}
.square_btn:hover {
    background-color: #2980b9;
    color: #fff;
    text-decoration: none;
}

.lfpad { padding: 0 5px; }
.vtop { vertical-align: top; }

.stats {
   width: 230px;
   line-height: 25px;
   display: inline-block;
}

.statsTI {
   width: 400px;
   line-height: 25px;
   display: inline-block;
}

.expire, .err {
   color:red;
}
.red_dotted_border {
   border: 1px dotted red;
   padding:5px;
}
.double_underline {
  text-decoration-color: red;
  text-decoration-line: underline;
  text-decoration-style: double;
}

.shadow {
  color: white;
  text-shadow: 1px 1px 2px #000;
}

.sparkling-modal-container { }

.sparkling-modal-overlay {
    background: rgba(0, 0, 0, 0.3);
}

.sparkling-modal-frame {
    background: #fff;
    border: 0px solid #000;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0 10px;
    -ms-box-shadow: rgba(0, 0, 0, 0.2) 0 0 10px;
    box-shadow: rgba(0, 0, 0, 0.2) 0 0 10px;
}

.sparkling-modal-title {
    background: #f5f3ef;
    position: relative;
}

.sparkling-modal-title span {
	font-size: 20px;
	padding: 20px;
	float: left;
	line-height: 20px;
}

.sparkling-modal-close {
    /*padding: 20px 30px;*/
	/*line-height: 20px;*/
	/*float: right;*/
    /*font-size: 20px;*/
    
	cursor: pointer;
    height: 100%;
    width: 75px;
    position: absolute;
    right: 0px;
    
    -webkit-transition: background 0.2s;
    -moz-transition: background 0.2s;
    -ms-transition: background 0.2s;
    -o-transition: background 0.2s;
    transition: background 0.2s;
}

.sparkling-modal-close:hover { background: #e0ddd6; }

.sparkling-modal-content { padding: 20px; }

.i-close {
    width: 100%;
    height: 100%;
    position: relative;
    transform: rotate(45deg);
}

.i-close-h {
    position: relative;
    height: 1px;
    width: 19px;
    background: #777;
    top: 50%;
    left: 50%;
    margin-left: -9px;
}


.i-close-v {
    position: relative;
    height: 19px;
    width: 1px;
    background: #777;
    top: 50%;
    margin-top: -10px;
    left: 50%;
}

.table.flex{display:block;}
.table.flex> .rowb {display:flex;flex-flow:row wrap;}
.table.flex> .rowb > .cellb{flex-grow:0;flex-shrink:0;padding:0px;}
.table.flex> .rowb > .cellb:first-of-type{width:calc(50% - 0px);}
.table.flex> .rowb > .cellb:nth-of-type(2){width:calc(50% - 0px);}
.rowb:nth-of-type(odd) { background: #e9e9e9; }

.table.flexyflexy{display:block;}
.table.flexyflexy > .rowa {display:flex;flex-flow:row wrap;}
.table.flexyflexy > .rowa > .cella{flex-grow:0;flex-shrink:0;padding:10px;}

@media (max-width: 479px) {
	}
@media (min-width: 480px) {
	}
/* <768px phone resolutions .col-xs- *//* @media (max-width: @screen-xs-max) {} */
@media (max-width: 767px) {
	.table.flexyflexy > .rowa > .cella:first-of-type{width:calc(23% - 20px);}
	.table.flexyflexy > .rowa > .cella:nth-of-type(2){width:calc(22% - 20px);}
	.table.flexyflexy > .rowa > .cella:nth-of-type(3){width:calc(25% - 20px);}
	.table.flexyflexy > .rowa > .cella:nth-of-type(4){width:calc(30% - 20px);}
	.table.flexyflexy > .rowa > .cella:nth-of-type(5){width:calc(23% - 20px);}
	.table.flexyflexy > .rowa > .cella:nth-of-type(6){width:calc(37% - 20px);}
	.table.flexyflexy > .rowa > .cella:nth-of-type(7){width:calc(20% - 20px);}
	.table.flexyflexy > .rowa > .cella:nth-of-type(8){width:calc(20% - 20px);}
	}
/* Small devices (tablets, 768px and up) .col-sm- *//*@media (min-width: @screen-sm-min) {}*/
@media (min-width: 768px) {
	}
/* between 768px to 991px  .col-sm- to .col-md- *//*@media (min-width: @screen-sm-min) and (max-width: @screen-sm-max) {}*/
@media (min-width: 768px) and (max-width: 991px) {
	.table.flexyflexy > .rowa > .cella:first-of-type{width:calc(23% - 20px);}
	.table.flexyflexy > .rowa > .cella:nth-of-type(2){width:calc(22% - 20px);}
	.table.flexyflexy > .rowa > .cella:nth-of-type(3){width:calc(25% - 20px);}
	.table.flexyflexy > .rowa > .cella:nth-of-type(4){width:calc(30% - 20px);}
	.table.flexyflexy > .rowa > .cella:nth-of-type(5){width:calc(23% - 20px);}
	.table.flexyflexy > .rowa > .cella:nth-of-type(6){width:calc(37% - 20px);}
	.table.flexyflexy > .rowa > .cella:nth-of-type(7){width:calc(20% - 20px);}
	.table.flexyflexy > .rowa > .cella:nth-of-type(8){width:calc(20% - 20px);}
	}
/* Medium devices (desktops, 992px and up) .col-md- *//*@media (min-width: @screen-md-min) {}*/
@media (min-width: 992px) {
	.table.flexyflexy > .rowa > .cella:first-of-type{width:calc(23% - 20px);}
	.table.flexyflexy > .rowa > .cella:nth-of-type(2){width:calc(15% - 20px);}
	.table.flexyflexy > .rowa > .cella:nth-of-type(3){width:calc(38% - 20px);}
	.table.flexyflexy > .rowa > .cella:nth-of-type(4){width:calc(32% - 20px);}
	.table.flexyflexy > .rowa > .cella:nth-of-type(5){width:calc(23% - 20px);}
	.table.flexyflexy > .rowa > .cella:nth-of-type(6){width:calc(45% - 20px);}
	.table.flexyflexy > .rowa > .cella:nth-of-type(7){width:calc(20% - 20px);}
	.table.flexyflexy > .rowa > .cella:nth-of-type(8){width:calc(20% - 20px);}
	.table.flexyflexy > .rowa > .cella:nth-of-type(9){width:calc(100% - 20px);}
	}	
/* between 992px to 1199px .col-md- to .col-lg- *//*@media (min-width: @screen-md-min) and (max-width: @screen-md-max) {}*/
@media (min-width: 992px) and (max-width: 1199px) {	
	}	
/* Large devices (large desktops, 1200px and up) .col-lg- *//*@media (min-width: @screen-lg-min) {}*/
/*@media (min-width: 1200px) {  }	*/


/* slider */

.slidecontainer {
  width: 100%;
}

.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 15px;
  border-radius: 5px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.slider:hover {
  opacity: 1;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #4CAF50;
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #4CAF50;
  cursor: pointer;
}


/* Popup container - can be anything you want */
.popup {
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* The actual popup */
.popup .popuptext {
  visibility: hidden;
  width: 350px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 8px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -80px;
  font-size:small;
}

/* Popup arrow */
.popup .popuptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 35%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Toggle this class - hide and show the popup */
.popup .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {opacity: 0;} 
  to {opacity: 1;}
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity:1 ;}
}

.district-dashboard a.btn-success {
    color:  #fff !important;
}

.page-title-wrapper h2{
    padding:0 5px;
}


.questionnaire p{
    margin: 0;
    padding: 0;
}
.questionnaire .cell > p{
    margin: 10px 0;
    padding: 0;
}

.questionnaire ul,
.questionnaire ol{
    margin: 0 0 0 30px;
    padding: 0;
}