body{
  font-family: 'quicksand', sans-serif;
}
.middle_for_diddle td {
   text-align: center;
}
.right_for_spite {
	 text-align: right;
}

.left_for_love{
	 text-align: left;
}

.page_break
{
	page-break-after:always;
}

@media print {
   .noprint{
   	display:none;
  }
   #header{
	top: 0;
	border-bottom: 0.1pt solid #aaa;
	}

	#footer{
		bottom: 100px;
		border-top: 0.1pt solid #aaa;
	}
  #page-wrapper{
    margin: 0;
    border: 0;
  }

  a[href]:after {
    content: none !important;
  }

}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.428571429;
}

.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    border-radius: 25px;
    font-size: 18px;
    line-height: 1.33;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}

.btn-yellow {
  color: #eee;
  background-color: #f0ad4e;
  border-color: #46b8da;
}

.btn-yellow:hover{
  color:#eee;
}

.datepicker{z-index:1151 !important;}

@media (max-width: 991px) {
    .mobile-only {
        display:block !important;
    }

    .desktop-only {
        display:none !important;
    }
}

.button_badge {
  background-color: #fa3e3e;
  border-radius: 8px;
  color: white;

  padding: 1px 4px;
  font-size: 9px;

  position: absolute; /* Position the badge within the relatively positioned button */
  top: 7px;
  right: 0;
}


div#subs_overlay { position:absolute; bottom:0; left:0;
    /*#border-radius: 25px;*/
    padding: 3px;
    background-color: darkgray;
    /*opacity: 0.6;*/
    border: 1px black solid;
    width: 200px;
}

.danger_over_price{
  background-color: #fadbd8;
}


@media print {
    .page-break {page-break-after: always;}
}


.alert-mpw {
  background-image: -webkit-linear-gradient(top, #18b9cf 0%, #2ad5ed 100%);
  background-image:      -o-linear-gradient(top, #18b9cf 0%, #2ad5ed 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#18b9cf), to(#2ad5ed));
  background-image:         linear-gradient(to bottom, #18b9cf 0%, #2ad5ed 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff18b9cf', endColorstr='#ff2ad5ed', GradientType=0);
  background-repeat: repeat-x;
  border-color: #18b9cf;
}


.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus{
  background-color: #87ef87 !important;
}

.bad_debt{
  background-color: #eaa89f;
}

.big_check{
  width: 30px; height: 30px;
}
.widgetlistarea {
    background-color: #c6f4ef;
    border-radius:10px;
    padding-left:30px;
    min-height: 220px;
}
.selarea2 {
    min-height: 50px;
    min-width: 120px;
    margin-bottom: 20px;
    background-color: #ff778c;
    border-radius:5px;
    padding-top: 8px;
    padding-left: 8px;
}

.widgetarea {
    min-height: 50px;
    min-width: 120px;
    margin-bottom: 20px;
    background-color: #ffb7d1;
    border-radius:10px;
    padding: 10px;
    font-size:90%;
}

.widget_title {
    text-align: center;
    font-size:120%;
    font-weight:120%;
    color:maroon;
}


.sample-dashboard {
    border-radius: 10px;
    background-color: #c6f4ef;
    padding-top: 10px;
}
.pcstatus {
    text-align: center;
}
.modalDialog {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	opacity:0.8;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
        padding-top: 15%;
        padding-left: 40%;
}
.spinner {
    border-radius: 25px;
    display: block;
    margin-right: auto;
    width: 50%;
}
.overlay {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
    z-index: 9;
    opacity:0.8;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
    padding-top: 15%;
    padding-left: 40%;
    border-radius: 5px;
}
.switchicon {
    font-size: 40px;
    color:maroon;
    padding:30%;
    margin-top: 60px;
}
.hidden {
    display:none;
}
.widget {
    float:left;
    clear:left;
    border-radius:  5px;
    background-color: #ffcfb2;
    margin: 3px;
    padding:7px;
    min-width: 100px;

}
.cashflow_widget {
    border-radius: 30px;
    background-image: url('/assets/img/money2.png');

}
.sales_widget {
    border-radius: 30px;
    background-image: url('/assets/img/sales_widget.png');

}
.forecast_widget {
    border-radius: 30px;
    background-image: url('/assets/img/fi_pound.png');

}
.cashflow_widget a:hover {
    text-decoration: none;
    color:green;
}

.center {
    text-align: center;
}



#myaddbutton {
  position: fixed;
  bottom: 10px;
  right: 10px;
}

th.rotate {
  /* Something you can count on */
  height: 140px;
  white-space: nowrap;
}

th.rotate > div {
  transform:
    /* Magic Numbers */
    translate(25px, 51px)
    /* 45 is really 360 - 45 */
    rotate(90deg);
  width: 30px;
}
th.rotate > div > span {
  border-bottom: 1px solid #ccc;
  padding: 5px 10px;
}

.goodtogo {
  color:green;
}
.bg_green {
    background-color: green;
}
.bg_red {
    background-color: red;
}
.text_white {
    color: white;
}
.text_blue {
    color:blue;
}

.text_black {
    color:black;
}

.holdyourhorses{
  color:#ffbf00;
}

.negatory_good_buddy {
  color:red;
}
.odd {
    background-color: #c6f4ef;
}
.even {
    background-color:#ffffff;
}
.addl {
    background-color:#ffb7d1;
}
.total, panel_head {
    background-color:#ffb7d1;
    color:navy;
    font-weight:bold;
}
table.overlay_input {
    margin: 10px;
}
table.overlay_input tr td {
    padding: 5px;
}
.framed-image {
    border-color:yellow;
    border-style:box;
    border-width:3px;
}
.vertical_seperator {
    margin-bottom: 4px;
}
.table_header {
    font-size: 130%;
}
table.forecast {
    table-layout: fixed;
    width: 100%;
}
table.forecast td {
    width: 8.333%;
}
.fs_40 {
    font-size: 40px!important;
}
.fs_10 {
    font-size: 10px!important;
}
.fs_14 {
    font-size: 14px!important;
}
table.forecast tr td.right {
    text-align:right;
}
table.forecast tr.total {
    /*background-color:#f2c7d1;*/
    background: rgba(252,199,209,0.8);
    /*color:navy;*/
    font-size: 110%;
    font-weight:bold;
}
*{
   /* border:1px solid #666;
    */
}

.progress_holder {
    position: fixed;
    top:200px;
    left:-120px;
}
.md-progress {
    position:relative;
    left:-400px;
}
.form_errors {
    color:#ff0033;
    font-weight: bold;
}
table.crud th {
    font-weight: bold;
    font-size: 120%;
    color:maroon;
}
.currentTab {
    background-color: pink!important;
}
iframe {
    height:200%;
    width:100%;
    border:none;
    overflow-x: hidden;
    overflow-y: scroll;
}
.vscroll {
    overflow-y: scroll;
    height:600px;
}

.confirm_settle input[type=checkbox]:focus + label::before,
.confirm_settle input[type=radio]:focus + label::before {
    box-shadow:none !important;
    outline:none !important;
}
#ni_number::placeholder {
    color:#ff4646;
}
#hamburger {
    color:red;
}
.fa-hamburger {
    color:red;
}
.bugUn .modal-content {
    width: 150% !important;
}
.hidey {
    display:none;
}


.switch-field {
    display: flex;
    margin-bottom: 36px;
    overflow: hidden;
    margin: auto;
    display: inline;
}

.switch-field input {

    border: 0;
    overflow: hidden;
}

.switch-field label {
    background-color: #e4e4e4;
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    line-height: 1;
    text-align: center;
    padding: 8px 16px;
    margin-right: -1px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
    transition: all 0.1s ease-in-out;
}

.switch-field label:hover {
    cursor: pointer;
}

.switch-field input:checked + label {
    background-color: #a5dc86;
    box-shadow: none;
}

.switch-field label:first-of-type {
    border-radius: 4px 0 0 4px;
}

.switch-field label:last-of-type {
    border-radius: 0 4px 4px 0;
}
.big_modulo {
    background-color: #c6f4ef;
    border-radius:10px;
    padding-left:30px;
    min-height: 620px;
    min-width: 800px;
    margin:15px;
}
.big_iframe {
    min-height: 560px;
    overflow-y: scroll;
    margin:7px;
    width:98%!important;
}

.no-dec {
    text-decoration: none !important;
    color: #858796;
}
.upload_progress { 
    position:relative; 
    width:400px; 
    border: 1px solid #ddd; 
    padding: 1px; 
    border-radius: 3px; 
}
.upload_bar { 
    background-color: #B4F5B4; 
    width:0%; height:20px; 
    border-radius: 3px; 
}

.upload_percent { 
    position:absolute; 
    display:inline-block; 
    top:3px; 
    left:48%; 
}
.color_navy {
    color:navy;
}
.bg_vred {
    background-color: #DDA0DD;
}

.conf_no {
    color:brown;
}
.conf_yes {
    color:green;
}

@media (min-width: 320px) and (max-width: 480px) {

    .navbar-top-links .dropdown-user {
        right: 0;
        left: 0;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .navbar-top-links .dropdown-user {
        right: 0;
        left: 0;
    }
}

.navbar-active{
    background-color: orange;
}

.checkbox-lg
{
  /* Double-sized Checkboxes */
  -ms-transform: scale(2); /* IE */
  -moz-transform: scale(2); /* FF */
  -webkit-transform: scale(2); /* Safari and Chrome */
  -o-transform: scale(2); /* Opera */
  padding: 10px;
}

.bg-lpw{
    background-color: #202546 !important;
    color: #d4af37;
}

a.bg-lpw:hover, a.bg-lpw:focus,
button.bg-lpw:hover,
button.bg-lpw:focus {
  background-color: #202546 !important;
  color: #d4af37;
}

.bg-fnd{
    background-color: #202546 !important;
    color: #d4af37;
}

a.bg-fnd:hover, a.bg-fnd:focus,
button.bg-fnd:hover,
button.bg-fnd:focus {
  background-color: #202550 !important;
  color: #d4af37;
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}