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;
}

output {
	padding-top:0;
	margin-bottom: 5px;
    margin-right: 15px;
}

.ck.ck-editor__editable_inline {
	height: 300px;
}
.table {
	background: white;
}

.float-right {
  display:inline-block;
  float: right;
  margin-top:7px;
}

.floatless-right {
  display:inline-block;
  float: right;
}

.float-left {
  display:inline-block;
  float: left;
}

a {
  color: #2980b9;
}

.small-text {
   font-size:14px;
}

.blue { color: #2980b9; }

.bg-light {
	border: #ddd 1px solid;
    border-radius: 4px;
}

.card-body {
  padding:0.5rem 0.75rem;
}
.wrapper {
  margin: 0 auto;
  padding: 20px;
  max-width: 900px;
}

.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;
}

.table_sm {
  margin: 15px;
  padding: 15px;
  width: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  display: table;
}

.tenant, .property, .pointer { cursor: pointer; }
//.active { background: #2980b9; border-radius: 4px; }
//.navbar-light .navbar-nav .active>.nav-link { color:#fff; }

#page-header {
  background: #fff;
  border: 2px solid #2980b9;
  padding: 20px 20px 0 20px;
  font-size: 18px;
  line-height: 22px;
  font-weight:bold;
}

#square_hdr {
    text-decoration: none;
    color: #000;
    background: #fff;
    border: solid 1px #1c3569;
    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: 20px 20px 0 20px;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
}

#square_hdr_md {
    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: 33px;
    margin-bottom: 10px;
}

#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;
}

@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;
}

.badge-tenant {
    display: inline-block;
    padding: .25em .4em;
    font-size: 60%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
	position: absolute;
    margin-top: 3px;
	cursor: pointer;
}

.col-sm-6, .col-sm-12 {
	padding-bottom:15px;
}

.login-forgot-password-wrapper, .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;
}

#btn-color-picker {
    background: none;
    border: #000 1px solid;
    padding: 2px;
    cursor: pointer;
}
.modal-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.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}

@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;
}
.cell i {
  font-size: 20px;
}
.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 {
   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: 25px;
  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;
}

// ribbon
/* common */
.ribbon {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
}
.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid #2980b9;
}
.ribbon span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 15px 0;
  background-color: #3498db;
  box-shadow: 0 5px 10px rgba(0,0,0,.1);
  color: #fff;
  font: 700 18px/1 'Lato', sans-serif;
  text-shadow: 0 1px 1px rgba(0,0,0,.2);
  text-transform: uppercase;
  text-align: center;
}

/* top left*/
.ribbon-top-left {
  top: -10px;
  left: -10px;
}
.ribbon-top-left::before,
.ribbon-top-left::after {
  border-top-color: transparent;
  border-left-color: transparent;
}
.ribbon-top-left::before {
  top: 0;
  right: 0;
}
.ribbon-top-left::after {
  bottom: 0;
  left: 0;
}
.ribbon-top-left span {
  right: -25px;
  top: 30px;
  transform: rotate(-45deg);
}

/* top right*/
.ribbon-top-right {
  top: -10px;
  right: -10px;
}
.ribbon-top-right::before,
.ribbon-top-right::after {
  border-top-color: transparent;
  border-right-color: transparent;
}
.ribbon-top-right::before {
  top: 0;
  left: 0;
}
.ribbon-top-right::after {
  bottom: 0;
  right: 0;
}
.ribbon-top-right span {
  left: -25px;
  top: 30px;
  transform: rotate(45deg);
}

/* bottom left*/
.ribbon-bottom-left {
  bottom: -10px;
  left: -10px;
}
.ribbon-bottom-left::before,
.ribbon-bottom-left::after {
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.ribbon-bottom-left::before {
  bottom: 0;
  right: 0;
}
.ribbon-bottom-left::after {
  top: 0;
  left: 0;
}
.ribbon-bottom-left span {
  right: -25px;
  bottom: 30px;
  transform: rotate(225deg);
}

/* bottom right*/
.ribbon-bottom-right {
  bottom: -10px;
  right: -10px;
}
.ribbon-bottom-right::before,
.ribbon-bottom-right::after {
  border-bottom-color: transparent;
  border-right-color: transparent;
}
.ribbon-bottom-right::before {
  bottom: 0;
  left: 0;
}
.ribbon-bottom-right::after {
  top: 0;
  right: 0;
}
.ribbon-bottom-right span {
  left: -25px;
  bottom: 30px;
  transform: rotate(-225deg);
}


/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 57px;
  height: 25px;
}

.switch input {display:none;}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #6c757d;
  -webkit-transition: .4s;
  transition: .4s;
   border-radius: 34px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 1px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 50%;
}

input:checked + .slider {
  background-color: #007bff;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(15px);
  -ms-transform: translateX(15px);
  transform: translateX(35px);
}

.slider:after
{
 content:'OFF';
 color: white;
 display: block;
 position: absolute;
 transform: translate(-50%,-50%);
 top: 50%;
 left: 60%;
 font-size: 10px;
 font-family: Verdana, sans-serif;
}

input:checked + .slider:after
{  
  content:'ON';
  left: 30%;
}
