body{
	font-family:"Open Sans";
	font-size:14px;
	font-weight:300;
	padding:0;
	margin:0;
	background: #841839;
}
h1 {
	font-weight:300;
	color:#841839;
}
h1 b {
	font-weight:600;
}
div.form-section {
	padding:10px 20px;
}
p.form-section-header {
	background:#0066bf;
	color:#fff;
	margin:0 -20px;
	padding: 10px;
	font-weight:600;
	font-size:16px;
}
p.overflow_header {
	background:#0066bf;
	color:#fff;
	margin:0;
	padding: 10px;
	font-weight:400;
	font-size:14px;
	margin: 20px 0 0;
}
img.svg-ico, img.signed{
	width:auto;
	cursor:pointer;
	height:25px;
}
img.cancel {
	width: auto;
	cursor: pointer;
	height: 20px;
	padding: 1px 5px 2px;
	margin-left: 10px;
}
img.undoti, img.undocl{
	width: auto;
	cursor: pointer;
	height: 24px;
	margin-left: 10px;
	margin-right: 6px;
}
div, p {
	box-sizing: border-box;
}
span.cat {
	float: right;
	padding: 0 10px;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	margin: 0 10px;
}
img.signed, img.send {
	cursor:pointer;
}
img.signed {
	margin: 0 8px;
}
table {
	border-collapse: collapse;
}
td,th {
	border:1px solid #aeaeae;
	padding:3px 5px;
	font-size: 13px;
}
tr:hover {background:#dedede;}

tr.sended-row {
	background:#C7EDF5;
}

tr.signed-row {
	background:#9cff9c;
}
tr.cancel-row {
	background:#ffc3c3;
}
div.pagination {
	display:flex;
	align-items: center;
  	justify-content: center;
  	flex-wrap: wrap;
  	flex-flow: row wrap;
}
div.pagination > a {
	display:inline-block;
	width:30px;
	text-align: center;
	margin: 2px 1px;
	border: 1px solid #666;
	color: #666;
	text-decoration: none;
	padding: 2px 0;
	cursor: pointer;
	// set animation
	-webkit-transition: all 0.1s ease;
	transition: all 0.1s ease;
}
div.pagination > a.active, div.pagination > a:hover {
	background-color: #666;
	color: #fff;
	font-weight: bold;
}
div.pagination p {
	padding-right: 10px;
	margin: 0;
}
.check-copy {
	cursor:pointer;
}
#filters-reset {
	width: 100%;
	display:block;
	background-color:#666;
	clear:both;
	float:none;
	font-size:18px;
	box-sizing: border-box;
	font-weight: normal;
}
#filters-submit {
	width: 100%;
	display:block;
	background-color:#fff;
	color:#841839;
	clear:both;
	float:none;
	font-size:18px;
	font-weight: normal;
	box-sizing: border-box;
}
#wrapper {
	width:100%;
	height:100%;
	background: #841839;
}
#container {
	position:relative;
	width:800px;
	background: #f3f3f3;
	margin:0 auto;
	padding:60px 40px 80px;
	border-left:1px solid #222;
	border-right:1px solid #222;
	box-shadow: 0 0 20px #111;
	
}
#company_profiles {
	width:100%;
	max-height:400px;
	padding:10px;
	overflow-y: scroll;
	border:1px solid #0066bf;
}
.profile .ui-checkboxradio-icon {
	margin-right:5px;
	margin-left:-25px;
}
.profile {
	margin:5px 0px;
	width:100%;
	float:left;}
	
.profile input[type="checkbox"], .profile label {
	float:left;
	display:inline-table;
}
.profile label {
	font-size:12px;
	text-align: left;
	width: 100%;
	padding: 8px 8px 8px 35px;
	box-sizing: border-box;
}
.input_parag {
	font-size:16px;
}
td.input_parag {
	font-size: 13px;
	font-weight: 300;
	text-align: right;
	padding-right:10px;
}
table.address_table {
	margin-left:30px;
}
.required{
	box-shadow: 0 0 5px red;
}
.management_data_container {
	border:1px solid #0066bf;
	padding:0 10px;
}
#pay_options_container label {
	text-align: left;
	width:50%;
	margin:6px 0 6px 10px;
}
input[type=submit]{
	width: inherit;
	background-color: #841839;
	padding: 10px 30px;
	font-size: 22px;
	border: none;
	color:#fff;
	border-radius: 3px;
	float:right;
	margin-top:20px;
	cursor:pointer;
}
input[type=submit].button-green{
	width: inherit;
	background:green;
	padding: 10px 30px;
	font-size: 16px;
	border: none;
	color:#fff;
	border-radius: 3px;
	float:right;
	margin-top:10px;
}
input[type=text]{
	min-width:300px;
	margin-top: 5px;
}

input[type=text], input[type=email], input[type=password], input[type=search], input[type=tel], input[type=number], select, textarea {
    background: #fff;
    border: 1px solid #a8a8a8;
    padding: 5px 10px;
}
select {
	margin-left:20px;
}
.big_margin {
	margin:20px 0;
}
.input_parag label {
	margin:10px 2px;
}
input[name=company_name] {
	width:100%;
}
#resand_caontainer, #forwarding_phone_container {
	padding:0 20px;
}
#resand_caontainer label {
	margin:8px 0;
	width:40%;
	text-align:left;
}
input.number-input,input.number_input {
	text-align:right;
	min-width: 150px;
}
a.link-to-details {
	padding:3px 5px;
	border-radius:3px;
	border:1px solid #f3f3f3;
	text-decoration:none;
	color:#353535;
	display:block;
	background-color:#f3f3f3;
	margin:0 20px;
	// set animation
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a.link-to-details:hover {
	border:1px solid #d3d3d3;
	background-color:#e3e3e3;
}
a.admin-links {
	padding:3px 5px;
	border-radius:3px;
	border:1px solid #841839;
	text-decoration:none;
	color:#fff;
	font-size:12px;
	display:block;
	float:right;
	background-color:#841839;
	margin:5px;
	width:130px;
	text-align:center;
	/*set animation*/	
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a.admin-links:hover {
	border:1px solid #d3d3d3;
	background-color:#A3C2FF;
}
.input_parag b {
	font-weight:600;
}
.error {
	border:1px solid #666;
	border-radius:3px;
	padding:30px 10px;
	margin-top:100px;
	color:#fff;
	background:#FF6666;
	font-size:18px;
	font-weight:800;
	text-align:center;
}
.action-ico {
	margin:0 8px;
	text-decoration: none;
	cursor:pointer;
}
#buttons {
	float:right;
	width:350px;
}
#filters {
	float:left;
	color:#fff;
	width:530px;
	background-color:#841839;
	padding:10px;
	border-radius:3px;
	border:1px solid #841839;
}
#filters .head {
	text-align:center;
	margin:0 0 5px;
	font-weight:bold;
	padding-bottom:5px;
	font-size:18px;
	border-bottom:1px solid #902F4D;
}
#filters select, #filters input[type=text] {
	padding:2px;
	width:300px;
}
#clear-filters {
	padding:5px 20px;
	border-radius:3px;
	font-size:15px;
	background: #ffffff none repeat scroll 0 0;
    border: 1px solid #ffffff;
    color: #841839;
    font-weight: normal;
    display:block;
    margin:30px 5px 10px;
    cursor:pointer;
}
.actions {
	margin:4px 3px;
	cursor:pointer;
	width:20px;
	height:auto;
}
#notepad-bg, #stats-bg {
	display:none;
	position:fixed;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.8);
	z-index:996;
	top:0;
	left:0;
}
#notepad-container, #stats-container {
	background:#841839;
	display:none;
	border:2px solid #d2d2d2;
	border-radius:5px;
	box-sizing:border-box;
	padding:10px;
	width:500px;
	height:auto;
	position:fixed;
	z-index:997;
	top:50%;
	left:50%;
	margin:-200px 0 0 -250px;
}
#notepad-pop-container {
	background:#ededed;
	display:none;
	border:2px solid #d2d2d2;
	border-radius:5px;
	box-sizing:border-box;
	padding:10px;
	width:500px;
	height:80vh;
	position:fixed;
	z-index:997;
	top:10vh;
	left:50%;
	overflow:auto;
	margin:0 0 0 -250px;
}
#notepad-pop-container p {
	margin: 4px 0;
	padding: 0;
}
#notepad-pop-container p span {
	color:#666;
}
#notepad-pop-container p.note-info{
	font-size:10px;
	color:#999;
}
#stats-container {
	color:#fff;
}
#notepad {
	width:100%;
	height:85%;	
}
#notepad-submit{
	font-family: "Open Sans";
	background:#fff;
	color:#841839;
	padding:5px 30px;
	display:block;
	margin:10px 0 10px 10px;
	font-weight:normal;
	font-size: 16px;
	float:left;	
	border:none;
	cursor:pointer;
}
#notepad-close{
	font-family: "Open Sans";
	background:#fff;
	color:#841839;
	padding:5px 30px;
	display:block;
	margin:10px 10px 10px 0;
	float:right;
	font-weight:normal;
	font-size: 16px;	
	border:none;
	cursor:pointer;
}
#admin-menu {
	width:100%;
	height:35px;
	background: #000;
	position:fixed;
	top:0;
	left:0;
	z-index:996;
	box-shadow:0 2px 6px #222;
}
#admin-menu a {
	color:#fff;
	float:left;
	background:none;
	font-size: 14px;
	text-decoration:none;
	padding:8px 12px;
}
#admin-menu a.right{
	float:right;
}


#admin-menu a.checked {
	background:rgba(255,255,255,0.3);
}
#admin-menu a:hover {
	background:rgba(255,255,255,0.4);
}
tr.remind {
	/*background:#f4c1c1;*/
}
tr.agrenement {
	background:#9cff9c;
}
tr.done {
	background:#f4c1c1;
}
div.half {
	float:left;
	width:48%;
}
p.hours .ui-selectmenu-button.ui-button {
	width:40px;
	}
span.input-label {
	width:200px; 
	display:inline-block;
	}
table.callendar td{
    background-color:#fafafa;
    width: 220px;
	height: 140px;
    text-align:left; 
    vertical-align: top;
    padding:0;
    // set animation
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
table.callendar td span {
	padding:2px;
	border-right:1px solid #aeaeae;
	border-bottom:1px solid #aeaeae;
	display: block;
	width: 20px;
}
table.callendar td.weekend{
    background-color:#faf5f2;
    width: 50px;
    }
table.callendar td:hover {
    background-color:#d3d3d3;
    }
.medium-margin {
	margin:40px auto;
}
p.reservation-mini{
	background:#841839;
	border-radius:50px;
	padding:2px 5px;
	color:#f9f9f9;
	font-size:10px;
	margin:4px 3px;
	cursor:pointer;
}
p.settled {
	background:#666;
}
.center-align {
	text-align:center;
}
.button {
	display:block;
	background:#841839;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	border-radius:3px;
	color:#fff;
	cursor:pointer;
	padding:10px;
	margin-top:10px;
	text-decoration:none;
}
.button-mini {
	display:block;
	background:#841839;
	text-align:center;
	font-size:11px;
	font-weight:bold;
	border-radius:3px;
	color:#fff;
	cursor:pointer;
	padding:3px 5px;
	text-decoration:none;
}
.button-green {
	display:block;
	background:green;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	border-radius:3px;
	color:#fff;
	cursor:pointer;
	padding:10px;
	margin-top:10px;
	text-decoration:none;
}
.right {float:right;}
.left {float:left;} 
div.action-buttons {
	clear: both;
	position: absolute;
	width: 97%;
	bottom: 10px;
}
span.label {
	display:inline-block;
	width:130px;
}
span.prefix {
	margin-left: -40px;
	width: 40px;
	color:#666;
	display: inline-block;
}
#sortable li {
	padding:10px 20px;
	cursor:move;
	list-style:none;
}
#sortable li a{
	cursor:pointer;
	display:block;
	padding:0 10px;
	margin:0 10px; 
}
#sortable li a:hover {
	text-decoration:underline;
}
#loader-bg 
{
	position:fixed;
	background:rgba(255, 255, 255, 0.8);
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:998;
}
#loader-bg img {
	position:absolute;
	z-index:999;
	top:50%;
	left:50%;
	margin-top:-50px;
	margin-left:-50px;	
} 
#message {
	color:green;
	font-size:16px;
	font-weight:600;
}
.blank-pic {
	opacity:0;
	margin:0 8px;
	width: 25px;
}
#lightbox-bg {
	width:100%;
	height:100%;
	top:0;
	left:0;
	position:fixed;
	background-color: rgba(0,0,0,0.8);
	display:none;
	z-index:998;
}
#lightbox-wrapper {
	z-index:999;
	display:none;
	background: #fff;
	width:50%;
	max-width:800px;
	min-height: 400px;
	position:fixed;	
	border:1px solid #dedede;
	top:10%;
	left: 50%;
	margin-left: -25%;
	padding: 0 20px 30px;
}
#close-lightbox {
	width:32px;
	height:auto;
	position:absolute;
	top:12px;
	right:12px;
	cursor:pointer;
}
.stats {
	cursor:pointer;
}
#lightbox-container {
	
}
#form-submit-button {
	padding: 5px 150px;
	border-radius: 3px;
	font-size: 18px;
	background: #841839 none repeat scroll 0 0;
	border: 1px solid #841839;
	color: #ffffff;
	font-weight: normal;
	display: block;
	margin: 20px auto 0;
	cursor: pointer;
}
#add_file {
	float:left;
	cursor:pointer;
}
table.reports { width:100%;}
table.reports th, table.reports tr.sum td {
	background:#e2efd9;
	font-weight: bold; 
	}
img.blank-pic {
	cursor:default !important;
}
.remind-sended {
	border-left:5px solid red;
}
