@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');

body {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 13px;
	background: #f1f1f1;
}
h1 {
	margin: 10px 0px;
	font-size: 25px;
	font-weight: 700;
	color: #2f2f2f;
}
h1 span {
	color: #ab8137;
}
h2 {
	font-size: 19px;
	font-weight: 700;
	color: #2f2f2f;
}
h3 {
	font-size: 16px;
	font-weight: 700;
	color: #2f2f2f;
}
p {
	font-size: 14px;
}
a {
	color: #373737;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
hr {
	margin: 20px 0px;
	border: 0;
	border-top: 1px solid #d9d9d9;
}
hr+h2 {
	margin-top: 30px;
}

input[type="submit"], a {
	cursor: pointer;
}

.space5 {height: 5px;}
.space10 {height: 10px;}
.space15 {height: 15px;}
.space20 {height: 20px;}
.simplefont {
	font-size: 13px;
}

.simplebox {
	background: #fff;
	padding: 25px;
	border-radius: 3px;
	position: relative;
	box-sizing: border-box;
}
.simplebox+.simplebox {
	margin-top: 35px;
}
.simplebox.op {
	margin-top: 20px;
}
.simplebox h2 {
	margin: 0px 0px 20px 0px;
}
.simplebox hr+h2 {
	margin-top: 30px;
}
.lightbox {
	background: #f0f5f1;
	padding: 10px 15px;
	border-radius: 10px;
	position: relative;
	font-size: 11px;
	margin: 10px 0px;
}
.lightbox p {
	margin: 10px 0 0 0;
}
.lightbox span {
	font-size: 9px;
}
.simplerow {
	position: relative;
}
.simpleleft {
	width: calc(100% - 340px);
}
.simpleright {
	position: absolute;
	top: 0;
	right: 0;
	width: 300px;
	margin-left: 40px;
}
.inline-container {
	font-size: 0;
}
#breadcrumbs {

}
#breadcrumbs a span, #breadcrumbs span {
	color: #121212;
}
#breadcrumbs span:last-child a span {
	color: #000;
}
.btn {
        display: inline-block;
        background: #46a1e8;
        color: #ffffff;
        border-radius: 3px;
        padding: 10px;
        width: 100%;
        text-align: center;
        box-sizing: border-box;
        border: 0;
        font-family: 'Montserrat', Helvetica;
        font-size: 14px;
        font-weight: 500;
        cursor: pointer;
}
.btn:hover {
        text-decoration: none;
        opacity: 0.8;
        -webkit-transition:all .4s ease-in-out;
        -o-transition:all .4s ease-in-out;
        transition:all .4s ease-in-out;
}


.btn2 {
	display: inline-block;
	background: #46a1e8;
	color: #ffffff;
	border-radius: 3px;
	padding: 10px;
	width: 100%;
	text-align: center;
	box-sizing: border-box;
	border: 0;
	font-family: 'Montserrat', Helvetica;
	font-size: 12px;
	font-weight: 500;
	cursor: pointer;
}
.btn2:hover {
	text-decoration: none;
	opacity: 0.8;
	-webkit-transition:all .4s ease-in-out;
	-o-transition:all .4s ease-in-out;
	transition:all .4s ease-in-out;
}
.btn+.btn {
	margin-top: 10px;
}
.btn.gray {
	background: #d9d9d9;
	color: #000;
}
.btn.light {
	background: #d9d9d9;
	color: #000;
}
.btn.dark {
	background: #9099A2;
	color: #fff;
}

.actionbtn {
        display: inline-block;
        background: #73b707;
        color: #ffffff;
        border-radius: 3px;
        padding: 10px;
        text-align: center;
        box-sizing: border-box;
        border: 0;
        font-family: 'Montserrat', Helvetica;
        font-size: 14px;
        font-weight: 500;
        cursor: pointer;
}
.actionbtn:hover {
        text-decoration: none;
        opacity: 0.8;
        -webkit-transition:all .4s ease-in-out;
        -o-transition:all .4s ease-in-out;
        transition:all .4s ease-in-out;
}




.alert {
	background: #d5f5e3;
	border-left: 5px solid #2ecc71;
	border-radius: 6px;
	color: #19974e;
	padding: 15px;
	font-size: 14px;
}
.alert+.alert {
	margin-top: 15px;
}
.alert:last-child {
	margin-bottom: 40px;
}
.alert.notice {
	background: #d6eaf8;
	border-color: #3498db;
	color: #2c81b9;
}
.alert.att {
	background: #fcf3cf;
	border-color: #f1c40f;
	color: #947e26;
}
.alert.err {
	background: #f2d7d5;
	border-color: #c0392b;
	color: #b12c1f;
}
.alert b {
	display: inline-block;
	margin-right: 20px;
}

/* cc-check */
.cc-check {
	width: 550px;
	background: #fff;
	color: #000;
	padding: 30px;
	margin: 50px auto;
	text-align: left;
	font-size: 14px;
}
.cc-check label {
	display: inline-block;
	vertical-align: top;
	width: 130px;
	font-size: 14px;
	margin-right: 10px;
	text-align: right;
}
.cc-check .line-box {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 160px);
}
.cc-check .line-box hr {
	border: 0;
	border-top: 1px solid #000;
	margin: 15px 0px;
}
.cc-check .line-box hr+hr {
	margin-top: 30px;
}
/* cc_auth.php */
.cc-auth {
	width: 550px;
	background: #fff;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.49);
	padding: 30px;
	margin: 50px auto;
	/*
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	*/
	text-align: left;
}
.cc-auth form .b1 input[type='text'] {
	width: 150px;
	vertical-align: middle;
	border: 0;
	border-bottom: 1px solid #717171;
	border-radius: 0;
}
.cc-auth input[type="checkbox"] {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
.cc-auth p {
	font-size: 13px;
	line-height: 25px;
}
.cc-auth p.s {
	font-size: 11px;
	margin: 10px 0px;
}
.cc-auth span {
	display: inline;
	vertical-align: middle;
	font-size: 13px;
	line-height: 25px;
}
.cc-auth .boxes {
	background: #f1f1f1;
	padding: 10px 20px;
}
.cc-auth .boxes+.boxes {
	margin-bottom: 15px;
}

/* index.php */
.login {
	width: 300px;
	background: #fff;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.49);
	padding: 40px;
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: left;
}
.login p {
	margin: 0 20px 30px 0;
	text-align: center;
}
.login img {
	padding-right: 20px;
}
.login form input[type="text"],
.login form input[type="password"] {
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	margin: 5px 0;
	-webkit-appearance: none;
	border: 1px solid #717171;
}
.login form input[type="submit"] {
	background: #46a1e8;
	color: #fff;
	padding: 10px 25px;
	border: 0;
	margin-top: 10px;
	cursor: pointer;
	-webkit-transition:all .4s ease-in-out;
	-o-transition:all .4s ease-in-out;
	transition:all .4s ease-in-out;
	-webkit-appearance: none;
}
.login form input[type="submit"]:hover {
	background: #1e86bd;
	-webkit-transition:all .4s ease-in-out;
	-o-transition:all .4s ease-in-out;
	transition:all .4s ease-in-out;
}

/* toptopnav.inc */
#topnav {
	background: #fff;
	color: #000;
	margin: 0;
	text-align: center;
	font-size: 0;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 99999;
}
#topnav #logo {
	display: inline-block;
	vertical-align: middle;
	width: 250px;
	padding: 5px 5px 5px 0;
	box-sizing: border-box;
}
#topnav #logo img {
	height: 70px;
}
#topnav ul {
	display: inline-block;
	vertical-align: middle;
	list-style: none;
	margin: 0;
	width: calc(100% - 250px);
	font-size: 14px;
	text-align: right;
	box-sizing: border-box;
}
#topnav ul li {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding: 15px;
}
#topnav ul li ul {
	display: none;
	width: auto;
	position: absolute;
	top: 40px;
	right: 15px;
	white-space: nowrap;
	background: #ccc;
	color: #000;
	text-align: right;
}
#topnav ul li:hover ul {
	display: inline-block;
}
#topnav svg {
	width: 10px;
	fill: white;
}
#topnav a {
	color: #000;
}
#topnav i {
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	font-size: 18px;
}

/* topnav.inc */
#left {
	position: fixed;
	height: 100%;
	margin-top: 80px;
	width: 250px;
	left: 0;
	top: 0;
	background: #e0e0e0;
}
#left .btn-con {
	padding: 20px;
}
#left .btn-con .btn2 {
	width: 100%;
	text-align: center;
	box-sizing: border-box;
	border-radius: 3px;
}
#left .btn-con .btn2+.btn2 {
	margin-top: 10px;
}
#left .btn-con .btn2:hover {
	background: #2e6ea0;
}
#left li a {
	display: block;
	padding: 8px 8px 8px 16px;
	color: #000;
}
#left a:hover {
	text-decoration: none;
	background: #fefefe;
}
#right {
	width: calc(100% - 250px);
	min-width: 1200px;
	box-sizing: border-box;
	margin-left: 250px;
	margin-top: 80px;
	padding: 20px 20px 20px 30px;
}
#mob {
	display: none;
	font-size: 0;
	padding: 10px 5px;
	background: #0d395a;
	color: #fff;
}
#mob #mm-menu {
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	font-size: 13px;
	font-weight: 600;
	cursor: pointer;
}
#mob #mm-call {
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	font-size: 13px;
	font-weight: 600;
	text-align: right;
	color: #fff;
	cursor: pointer;
}
#mob img {
	height: 20px;
	vertical-align: middle;
	margin: 0px 5px;
}
#mob span {
	display: inline-block;
	vertical-align: middle;
	margin: 0px 5px;
}
.tabs {
	display: block;
	color: #000;
	background: #e0e0e0;
	cursor: pointer;
	padding: 8px;
	font-size: 13px;
	line-height: 20px;
	position: relative;
	border-bottom: 1px solid #f1f1f1;
}
.tabs i {
	width: 10px;
	fill: white;
	position: absolute;
	top: 10px;
	right: 15px;       
    transition: transform 250ms ease;
}
.tabs-conts {
	display: none;
	list-style: none;
	color: #fff;
	font-size: 13px;
}
.tabs-conts ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.tabs-conts ul li {
	display: block;
}


.tabs.dashboards {
	background: #8bfc91; 
    border-bottom: 0;
}
.tabs.calendar {
	background: #7ed9ff; 
    border-bottom: 0;
}
.tabs.requests {
	background: #ffe479; 
    border-bottom: 0;
}
.tabs.work {
	background: #ffcdfb;
    border-bottom: 0;
}
.tabs.clients {
	background: #ff9898; 
    border-bottom: 0;
}
.tabs.accounting {
	background: #9bc687; 
    border-bottom: 0;
}
.tabs-conts {
	display: none;
}
.tabs-conts.on {
	display: block;
	background: #c9c9c9;
}


/* responsive tables */
#options {
	position: relative;
	margin-bottom: 15px;
	text-align: right;
}
#options .inline {
	text-align: center;
	margin: 0 0 0 10px;
}
#options i {
	font-size: 21px;
}
#options span {
	display: block;
	font-size: 8px;
}
#options #add {
	position: absolute;
	display: inline-block;
	top: -35px;
	left: -35px;	
	font-size: 0;
	color: #46a1e8;
}
#options #add i {
	font-size: 35px;
}
#table {
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border: 1px solid #dbdbdb;
    font-size: 14px;
}
th {
	background: #46a1e8;
	color: #fff;
}
th, td {
    text-align: left;
    padding: 8px;
    font-size: 14px;
}
tr:nth-child(odd){background-color: #fafafa}
tr:nth-child(even){background-color: #eeeeee}

.mobrow {
	display: none;
	position: relative;
	padding: 10px;
}
.mobrow:nth-child(odd){
	background-color: #fafafa
}
.mobrow:nth-child(even){
	background-color: #eeeeee
}
.mobrow .name {
	display: block;
	font-size: 15px;
}
.mobrow .phone {
	display: block;
	color: #717171;
	font-size: 13px;
}
.mobrow .create {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	margin: auto;
	font-size: 22px;
	padding: 10px;
	color: #46a1e8;
}

/* NEW INLINE */
.inline-container {
	font-size: 0;
	margin: 10px 0px;
}
.inline-container.nopad {
	margin: 0;
}
.inline-container.vcenter .inline {
	vertical-align: middle;
}
.inline-container.lright .inline:last-child {
	text-align: right;
}
.inline-container .inline:last-child {
	margin-right: 0;
}
.inline {
	display: inline-block;
	vertical-align: top;
	margin-right: 15px;
	box-sizing: border-box;
}
.i1 {
	width: calc(1*(100% - 165px)/12);
}
.i2 {
	width: calc(2*(100% - 165px)/12 + 1*(15px));
}
.i3 {
	width: calc(3*(100% - 165px)/12 + 2*(15px));
}
.i4 {
	width: calc(4*(100% - 165px)/12 + 3*(15px));
}
.i5 {
	width: calc(5*(100% - 165px)/12 + 4*(15px));
}
.i6 {
	width: calc(6*(100% - 165px)/12 + 5*(15px));
}
.i7 {
	width: calc(7*(100% - 165px)/12 + 6*(15px));
}
.i8 {
	width: calc(8*(100% - 165px)/12 + 7*(15px));
}
.i9 {
	width: calc(9*(100% - 165px)/12 + 8*(15px));
}
.i10 {
	width: calc(10*(100% - 165px)/12 + 9*(15px));
}
.i11 {
	width: calc(11*(100% - 165px)/12 + 10*(15px));
}
.lpad20 {
	padding-left: 20px;
}
.rpad20 {
	padding-right: 20px;
}

/* UPLOADER */
#fileuploader {
    text-align: center;
    margin-bottom: 15px;
}
#fileUploader input[type='file'] {
    cursor: pointer;
}
.scrollup {
    width: 44px;
    height: 65px;
    opacity: 0.5;
    position: fixed;
    bottom: 25px;
    right: 50px;
    display: block;
    text-indent: -9999px;
    background: url('images/icon_top.png') no-repeat;
}
.container {
    box-sizing: border-box;
    width: 100%;
    padding: 50px 10px;
    border: 2px dashed #d7d9d7;
    background: #f0f5f1;
    border-radius: 3px;
}
.ajax-file-upload-statusbar {
    border: 1px solid #0ba1b5;
    margin-top: 10px;
    width: 420px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 5px;
    box-sizing: border-box;
    margin: 10px 0;
}
.ajax-file-upload-filename {
	width: 100%;
	height: auto;
	margin: 0 5px 5px 10px;
	color: #807579
}
.ajax-file-upload-progress {
	margin: 0 10px 5px 10px;
	position: relative;
	width: 250px;
	border: 1px solid #ddd;
	padding: 1px;
	border-radius: 3px;
	display: inline-block
}
.ajax-file-upload-bar {
	background-color: #0ba1b5;
	width: 0;
	height: 20px;
	border-radius: 3px;
	color:#FFFFFF;
}
.ajax-file-upload-percent {
	position: absolute;
	display: inline-block;
	top: 3px;
	left: 48%
}
.ajax-file-upload-red {
	-moz-box-shadow: inset 0 39px 0 -24px #e67a73;
	-webkit-box-shadow: inset 0 39px 0 -24px #e67a73;
	box-shadow: inset 0 39px 0 -24px #e67a73;
	background-color: #e4685d;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	display: inline-block;
	color: #fff;
	font-family: arial;
	font-size: 13px;
	font-weight: normal;
	padding: 4px 15px;
	text-decoration: none;
	text-shadow: 0 1px 0 #b23e35;
	cursor: pointer;
	vertical-align: top;
	margin-right:5px;
}
.ajax-file-upload-green {
	background-color: #77b55a;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin: 0;
	padding: 0;
	display: inline-block;
	color: #fff;
	font-family: arial;
	font-size: 13px;
	font-weight: normal;
	padding: 4px 15px;
	text-decoration: none;
	cursor: pointer;
	text-shadow: 0 1px 0 #5b8a3c;
	vertical-align: top;
	margin-right:5px;
}
.ajax-file-upload {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    padding: 15px 20px;
    cursor:pointer; 
    line-height:20px;
    height:25px;
    margin: 0px 10px;
    display: inline-block;
    text-decoration: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 5px 10px 1px 10px; 
    color: #5b5b63;
    /*background: #f6f7f9;
    border: 1px solid #cfd0d4;*/

    vertical-align:middle;  
}
.ajax-file-upload:hover {
    opacity: 0.6;
}
.progress {
    height: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    background-color: #f0f5f1;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}
.progress-bar-success {
    background-color: #77bf43;
}
.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #77bf43;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}
.fileinput-button {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.fileinput-button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  -ms-filter: 'alpha(opacity=0)';
  font-size: 200px !important;
  direction: ltr;
  cursor: pointer;
}
.add-txt {
	display: block;
	text-align: center;
	margin: 0 auto;
	font-size: 14px;
	font-weight: bold;
	margin-top: 5px;
}
.add-btn {
	display: block;
	text-align: center;
	margin: 0 auto;
	font-size: 45px;
	font-weight: bold;
}

/* Fixes for IE < 8 */
@media screen\9 {
  .fileinput-button input {
    filter: alpha(opacity=0);
    font-size: 100%;
    height: 100%;
  }
}


/* forms */
form .full {
	margin: 10px;
}
form .half {
	display: inline-block;
	vertical-align: top;
	width: calc(100%/2 - 20px);
	margin-right: 20px;
}
form .third {
	display: inline-block;
	vertical-align: top;
	width: calc(100%/3 - 20px);
	margin-right: 20px;
}
form .two-third {
	display: inline-block;
	vertical-align: top;
	width: calc(2*(100%/3) - 20px);
	margin-right: 20px;
}
form .inline:last-child {
	margin-right: 0;
}
form .one-ninth {
	display: inline-block;
	vertical-align: top;
	width: calc(1*(100%/9) - 20px);
	margin: 10px;
}
form .two-ninth {
	display: inline-block;
	vertical-align: top;
	width: calc(2*(100%/9) - 20px);
	margin: 10px;
}
form .six-ninth {
	display: inline-block;
	vertical-align: top;
	width: calc(6*(100%/9) - 20px);
	margin: 10px;
}
form .six-ninth input[type='text'] {
	width: 100px;
	margin-right: 5px;
	margin-left: 5px;
}
form .state {
	display: inline-block;
	vertical-align: top;
	width: calc(13% - 40px);
	margin: 10px;
}
form .country {
	display: inline-block;
	vertical-align: top;
	width: 20%;
	margin: 10px 0 10px 12px;
}
form label {
	display: block;
	font-size: 11px;
	margin: 10px 0 5px 0px;
}
form input[type='date'],
form input[type='datetime-local'],
form input[type='text'],
form input[type="password"],
form textarea {
	width: 100%;
	border-radius: 3px;
	border: 1px solid #717171;
	box-sizing: border-box;
	padding: 8px;
}
form label.in {
	display: inline-block;
	vertical-align: middle;
	margin: 0px 3px;
	padding: 0;
}
form select {
	display: inline-block;
	vertical-align: middle;
	width: auto;
	border-radius: 3px;
	border: 1px solid #717171;
	box-sizing: border-box;
	padding: 7px 4px;
}
form select+select {
	margin-left: 5px;
}
form input[type='checkbox'] {
    display: inline-block;
    vertical-align: middle;
}
form input[type='submit'] {
	display: inline-block;
	vertical-align: middle;
}
form button.submit {
	background: #009900;
}
form button.btn.create {
	background: #2f78b1;
}
form *:focus {
	outline: none;
}
form.date p {
	font-size: 11px;
	text-align: left;
}
form.top label {
	margin-top: 0;
}






.plus {
	position: absolute;
	top: 40px;
	right: 40px;
	cursor: pointer;
}
h2.drop {
	margin: 0;
}
h2 div {
	display: inline-block;
	vertical-align: middle;
	width: 90px;
	margin-right: 40px;
}
h2 div img {
	height: 29px;
}
h2 span {
	display: inline-block;
	vertical-align: middle;
}
.dropCon {
	display: none;
	font-size: 14px;
	margin-top: 30px;
}


/* add_accounts.php */
.top-tabs {
	margin-bottom: 15px;
}
.top-tabs a {
	display: inline-block;
	vertical-align: middle;
	padding: 10px 30px;
	box-shadow: 0 0 5px 1px rgba(0,0,0,.10);
	background: #fff;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	border-radius: 10px;
}
.top-tabs a+a {
	margin-left: 20px;
}
.top-tabs a:hover {
	text-decoration: none;
	background: #fafafa;
}
.top-tabs a span {
	color: #ab8137;
}
.inline.check {
	display: none;
}


/* dashboard.php */
.topsearch {
	display: inline-block;
}
.topsearch input[type='text'] {
	display: inline-block;
	vertical-align: middle;
	width: 240px;
	margin-right: 5px;
}
.topsearch input[type='submit'] {
	display: inline-block;
	vertical-align: middle;
	width: 80px;
	background: #aa822d;
	color: #fff;
	line-height: 29px;
    border: 1px solid #aa822d;
	border-radius: 4px;
}
.toplinks {
	text-align: right;
	margin-bottom: 30px;
}
.toplinks a.btn {
	width: auto;
	min-width: 200px;
}
.toplinks a+a {
	margin-left: 10px;
}
table.modern {
	border-collapse: collapse;
	border: 0;
}
table.modern tr td {
	font-size: 14px;
    border: 1px solid #d4d4d4;
    background: #fff;
    padding: 10px;
    text-align: center;
    height: 84px;
}
table.modern tr:last-child td {
  border-bottom: 0;
}
table.modern tr:first-child td {
  border-top: 0;
}
table.modern tr td:first-child{
	border-left: 0;
}
table.modern tr td:last-child {
  border-right: 0;
}
table.modern img {
	display: inline-block;
	vertical-align: middle;
}
table.modern span {
	display: inline-block;
	vertical-align: middle;
	margin: 0px 5px;
}
span.yellow {
	color: #ab822e;
}
span.black {
	color: #121212;
}
table.modern span.red {
	color: #c23827;
}
table.modern span.green {
	color: #2fcb6f;
}
span.big {
	font-size: 36px;
	font-weight: 600;
}
table.modern span.med {
	font-size: 14px;
}
table.modern span.small {
	font-size: 11px;
}


/* schedule.php */
.inline-schedule {
	display: inline-block;
	vertical-align: top;
	width: calc(100%/3 - 30px);
	margin: 15px;
	background: #fff;
	padding: 25px;
	box-sizing: border-box;
	border: 1px solid #ccc;
}
.inline-schedule h3 {
	margin: 0;
}
h3 img,
h3 i {
	display: inline-block;
	vertical-align: middle;
	font-style: normal;
	margin-right: 10px;
}
.box {
	background: #efefef;
	padding: 15px 25px;
	border-radius: 10px;
	position: relative;
	font-size: 0px;
	margin: 15px 0px;
}
.box img {
	padding: 10px 0px;
}
.box img.status {
	position: absolute;
	padding: 0;
	width: 20px;
	top: -5px;
	left: -5px;
}
.box p {
	margin: 10px 0 0 0;
}
.box span {
	font-size: 9px;
}
.box.taskstart {
	background: #d2f5a0;
}
.box.check {
	background: #a0e7be;
}
.box.error {
	background: #e3b1ac; 
}
.box.error .box-inline2 {
	border-color: #fff;
}
.box-inline1 {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 50px);
	margin-right: 15px;
	font-size: 11px;
	box-sizing: border-box;
}
.box-inline2 {
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	padding-left: 15px;
	border-left: 1px solid #c3c3c3;
	box-sizing: border-box;
}
.dash .box {
	display: inline-block;
	vertical-align: top;
	width: calc(100%/3 - 40px);
	margin: 15px;
	box-sizing: border-box;
}
.dash .inline-container {
	margin: 0;
	padding: 20px;
	background: #fff;
	border: 1px solid #ccc;
	margin: 15px 0px;
}
.dash h3 {
	margin-top: 0;
}


/* details.php */
form.details {
    font-size: 0;
}
form.details p {
    font-size: 15px;
    position: relative;
}
form.details p a.map,
form.details p a.call {
    position: absolute;
    display: inline-block;
    top: 0;
    right: 0;
    width: 30px;
}
form.details .icon-img {
    display: inline-block;
    vertical-align: middle;
    margin-left:2px;
}
form.details input[type='text'] {
    display: inline-block;
    vertical-align: middle;
    width: calc(100%);
    margin: 0;
    border: 1px solid #a1a1a1;
    box-sizing: border-box;
    padding: 8px;
    border-radius: 2px;
    font-size: 16px;
}
form.details.check input[type='text'] {
    width: calc(100% - 30px);
}
form.details input[name='search'].search {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 125px);
    margin-right: 5px;
    border: 1px solid #717171;
    box-sizing: border-box;
    padding: 8px;
    border-radius: 2px;
    font-size: 16px;
}
form.details select {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 75px);
    padding: 10px;
    box-sizing: border-box;
    margin: 10px 5px 10px 0px;
    border: 1px solid #717171;
    background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat 95% 50%;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    /* and then whatever styles you want*/
    font-size: 16px;

}
form.details.form select {
    margin-top: 0px;
}
form.details button {
    display: inline-block;
    vertical-align: middle;
    width: 120px;
    border: 1px solid #717171;
    box-sizing: border-box;
    padding: 0 10px;
    line-height: 34px;
    cursor: pointer;
    background: #2f5786;
    color: #fff;
    border-radius: 2px;
    font-weight: bold;
}
form.details input[type='submit'] {
    display: inline-block;
    width: 100%;
    text-align: center;
    background: #2f5786;
    color: #fff;
    padding: 10px 0px;
    font-size: 13px;
    font-weight: bold;
    cursor: pointer;
    border: 1px solid #717171;
    margin-top: 30px;
    border-radius: 2px;
}

form.details input[type='submit'].orange {
    background: #FFA500;
    border: 0;
    margin-top: 10px;
}
form.details input[type='submit'].orange:hover {
    opacity: 0.9;
    border: 0;
    background: #FFA500;
    text-decoration: none;
}


form.details input[type='submit'].blue1 {
    background: #0893f5;
    border: 0;
    margin-top: 10px;
}
form.details input[type='submit'].blue1:hover {
    opacity: 0.9;
    border: 0;
    background: #3faaf6;
    text-decoration: none;
}


form.details input[type='submit'].blue2 {
    background: #3faaf6;
    border: 0;
    margin-top: 10px;
}
form.details input[type='submit'].blue2:hover {
    opacity: 0.9;
    border: 0;
    background: #3faaf6;
    text-decoration: none;
}



/* RADIO BUTTON */
.radio.boxcontain {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.radio.boxcontain input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.radio .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radio.boxcontain:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radio.boxcontain input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radio .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio.boxcontain input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.radio.boxcontain .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}



/* CHECKBOX */
/* The container */
.checkbox.boxcontain {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox.boxcontain input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    width: 100%;
    height: 30px;
    left: 0;
    z-index: 1001;
}

/* Create a custom checkbox */
.checkbox.boxcontain .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.checkbox.boxcontain:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox.boxcontain input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkbox.boxcontain .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox.boxcontain input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox.boxcontain .checkmark:after {
    left: 8px;
    top: 4px;
    width: 8px;
    height: 14px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
       


/* review.php */
.com-con img {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    margin-right: 10px;
}
.com-con span {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
}


/* details2.php */
#p-size,
#t-dist,
#m-phone {
    display: none;
    margin-bottom: 15px;
}


/* photos.php */
.up-box {
    background: #ddd;
    border: 2px dashed #d0d0d0;
    padding: 20px;
}
.up-row {
    font-size: 0;
}
.up-row img {
    display: inline-block;
    vertical-align: middle;
    width: 60px;
    margin-right: 10px;
}
.up-row span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-weight: bold;
    width: calc(100% - 70px);
}
.up-completed {
    margin-top: 30px;
    border-top: 1px solid #181818;
}
.up-completed h3, form.form .up-completed h3 {
    margin: 30px 0px 15px 0px;
}



/* calendar.php */
/* calendar_admin.php */
.cal-container {
    width: 990px;
    margin: 0 auto;
}
.calendar-mob-dayof { display: none; }
.calendar-info-box {
    display: none;
    background: #fff;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 50%;
    min-width: 465px;
    height: 40%;
    padding: 15px;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 7px 29px -5px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 7px 29px -5px rgba(0,0,0,0.75);
    box-shadow: 0px 7px 29px -5px rgba(0,0,0,0.75);
}
.calendar-event {
    width: 100%;
    overflow: hidden;
    text-align: left;
    border: 0px solid #ccc;
    padding: 4px 0px;
    box-sizing: border-box;
    margin: 0px 0px;
}
.calendaritem {
    display: inline-block;
    vertical-align: top;
    background: #e2f3f7;
    color: #000;
        width: 100%;
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 4px;
    text-align: left;
    box-sizing: border-box;
    cursor: pointer;
    border: 0;
}
.calendaritem:hover {
    color: #000;
    opacity: 0.50;
    text-decoration: none;
}
.calendar-info-close {
    position: absolute;
    top: -15px;
    right: -15px;
    text-align: right;
    border: 0px solid #ccc;
    padding: 0px;
    margin: 0px;
    width: 30px;
    cursor: pointer;
}

.calendar-date {
    width: 100%;
    text-align: right;
    border: 0px solid #ccc;
    box-sizing: border-box;
    padding: 5px;
    margin: 0px;
    background: #038ac2;
    color: #fff;
    font-size: 14px;
}
.calendar-date-off {
    width: 90%;
    text-align: right;
    border: 0px solid #ccc;
    padding: 4px 5%;
    margin: 0px;
    background: #eee;
    color: #121212;
}
.calendar-box {
    display: inline-block;
    width: calc(96%/7 - 4px);
    min-height: 145px;
    overflow: auto;
    border: 1px solid #ccc;
    padding: 2px;
    margin: 5px 2px;
    background: #fff;
    vertical-align: top;
}
.calendar-box-off {
    display: inline-block;
    width: calc(96%/7 - 4px);
    min-height: 145px;
    overflow: auto;
    border: 1px solid #ccc;
    padding: 2px;
    margin: 5px 2px;
    background: #fff;
    vertical-align: top;
    font-size: 14px;
}
.calendar-box-nav {
    display: inline-block;
    width: calc(96%/7 - 4px);
    overflow: auto;
    border: 1px solid #ccc;
    padding: 2px;
    margin: 5px 2px;
    background: #fff;
    vertical-align: top;
    font-size: 14px;
}
a.calendar-header {
    display: block;
    font-size: 11px;
}
.calendar-header {
    line-height: 13px;
    font-size: 11px;
    font-weight: bold;
    color: #038ac2;
    text-decoration: none;
    padding-bottom: 5px;
}
.calendar-header:hover {
    color: #000000;
    text-decoration: underline;
}
.add-btn {
    display: inline-block;
    border-radius: 4px;
    background: #1880b3;
    padding: 5px 10px;
    color: #fff;
    font-size: 13px;
    width: 100px;
    text-align: center;
}
.add-btn:hover {
    opacity: 0.85;
    text-decoration: none;
}



#cal-nav, #cal-con {
	font-size: 0;
}
#cal-nav div {
	display: inline-block;
	vertical-align: top;
	width: calc(100%/7 - 10px);
	margin: 5px;
	border: 1px solid #ccc;
	text-align: right;
	background: #038ac2;
	color: #fff;
	padding: 5px;
	box-sizing: border-box;
	font-size: 14px;
}
#cal-con div {
	display: inline-block;
	vertical-align: top;
	width: calc(100%/7 - 10px);
	margin: 5px;
	border: 1px solid #ccc;
	box-sizing: border-box;
}
#cal-con div span {
	display: block;
}
#cal-con div span.cal-date {
    width: 100%;
    text-align: right;
    border: 0px solid #ccc;
    box-sizing: border-box;
    padding: 5px;
    margin: 0px;
    background: #038ac2;
    color: #fff;
    font-size: 14px;
}
#cal-con div.off span.cal-date {
	background: #ccc;
	color: #000;
}
#cal-con div span.cal-box {
	background: #fff;
	padding: 5px;
	min-height: 120px;
}
#cal-con div span.cal-box a {
	display: block;
	padding: 2px;
	font-size: 11px;
}
#cal-con div span.cal-box span.cal-event+span.cal-event {
	margin-top: 2px;
}
#cal-con div span.cal-box span.cal-event a {
	text-align: center;
}
#cal-con div span.cal-box span.cal-event a:hover {
	text-decoration: none;
	-webkit-filter: brightness(0.9);
	fill: brightness(0.9);
}

/* check-in.php */
a.start {
    display: inline-block;
    width: 100%;
    text-align: center;
    background: #2f5786;
    color: #fff;
    padding: 10px 0px;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
}
a.start:hover {
    opacity: 0.9;
    text-decoration: none;
}

a.resched-btn {
    display: inline-block;
    width: 100%;
    text-align: center;
    background: #474747;
    color: #fff;
    padding: 10px 0px;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
}
a.resched-btn:hover {
    opacity: 0.9;
    text-decoration: none;
}



/* settings.php */
.settings .inline {
	border-right: 1px solid #000;
	min-height: 400px;
	box-sizing: border-box;
}
.settings .inline:last-child {
	border: 0;
}


/* add_res_card.php */
.card_row {
	padding: 10px 20px 20px 20px;
}
.card_row:nth-child(odd) {
	background: #f6f6f6;
}
.card_row:nth-child(even) {
	background: #eaeaea;
}
.card_row .btn2 {
	background: #e84646;
}
.fa-plus-circle {
	font-size: 35px;
	color: #46a1e8;
	cursor: pointer;
}

.justmobile {display: none;}
@media(max-width: 420px) {
	input[type='submit'], input[type='text'], textarea {
	    -webkit-appearance: none;
	}
	h2 {
		font-size: 16px;
	}
	.i1, .i2, .i3, .i4, .i5, .i6,
	.i7, .i8, .i9, .i10, .i11, .i12 {
		width: 100%;
		margin-right: 0;
	}
	.lpad20,
	.rpad20 {
		padding: 0;
	}
	.m1, .m2, .m3, .m4, .m5, .m6,
	.m7, .m8, .m9, .m10, .m11, .m12 {
		width: 100%;
		margin-right: 0;
	}
	.m1 {
		width: calc(1*(100% - 165px)/12);
	}
	.m2 {
		width: calc(2*(100% - 165px)/12 + 1*(15px));
	}
	.m3 {
		width: calc(3*(100% - 165px)/12 + 2*(15px));
	}
	.m4 {
		width: calc(4*(100% - 165px)/12 + 3*(15px));
	}
	.m5 {
		width: calc(5*(100% - 165px)/12 + 4*(15px));
	}
	.m6 {
		width: calc(6*(100% - 165px)/12 + 5*(15px));
	}
	.m7 {
		width: calc(7*(100% - 165px)/12 + 6*(15px));
	}
	.m8 {
		width: calc(8*(100% - 165px)/12 + 7*(15px));
	}
	.m9 {
		width: calc(9*(100% - 165px)/12 + 8*(15px));
	}
	.m10 {
		width: calc(10*(100% - 165px)/12 + 9*(15px));
	}
	.m11 {
		width: calc(11*(100% - 165px)/12 + 10*(15px));
	}
	.simplebox {
		padding: 20px;
	}
	#topnav {
		position: static;
	}
	#topnav #logo {
		width: 100%;
	}
	#topnav #logo img {
		height: 100px;
	}
	#topnav ul {
		display: none;
	}
	#mob {
		display: block;
	}
	.login {
		width: calc(100% - 30px);
		box-sizing: border-box;
		padding: 15px;
		margin: 15px;
		position: static;
		top: 0;
		-webkit-transform: none;
	}
	.login img {
		width: 150px;
		padding: 0;
	}
	#left {
		display: none;
		position: static;
		height: auto;
		width: 100%;
		margin-top: 0;
		padding: 15px;
		box-sizing: border-box;
	}
	#right {
		width: 100%;
		min-width: 0;
		margin: 0;
		padding: 25px;
	}
	.simpleleft {
		width: 100%;
		margin: 0;
	}
	.simpleright {
		display: block;
		width: 100%;
		position: static;
		margin: 30px 0px;
	}
	.Rtable {
		min-width: 100%;
		overflow-x: auto;
	}
	.Rtable-cell {
		white-space: nowrap;
	}

	/* add_account */
	.top-tabs a+a {
		margin: 10px 0px;
	}
	.top-tabs a {
		margin: 10px 0px;
	}

	/* dashboard.php */
	.topsearch {
		width: 100%;
	}
	.topsearch input[type='text'] {
		width: calc(100% - 90px);
		margin-right: 10px;
	}
	.topsearch input[type='submit'] {
		width: 80px;
	}

	/* schedule.php */
	.inline-schedule {
		width: 100%;
		margin: 20px 0;
	}
	.dash .box {
		width: 100%;
		margin: 15px 0px;
	}
	.third, form .third {
		width: 100%;
		margin: 10px 0px;
	}
	form.date {
		text-align: left;
	}
	form.date label.in {
		display: block;
		margin: 6px 0 3px 0;
	}


	#table {
		display: none;
	}
	.mobrow {
		display: block;
	}

	/* calendar.php */
	#cal-nav {
		display: none;
	}
	#cal-con div {
		display: inline-block;
		width: calc(50% - 20px);
		margin: 10px;
	}
	#cal-con div.off {
		display: none;
	}

	.nomobile {display: none;}
	.justmobile {display: block;}
}

.file {
font-size: 12pt;
}

.red-circle {
	height: 15px;
	width: 15px;
	background-color: #f00;
	border-radius: 50%;
	display: inline-block;
}
