﻿html, body{

color:#52595e;
background-color:white;
}

h1{
text-align:center;
	font-family:helvetica;
	font-size:40px;
	line-height:40px;
	font-style:italic;
	font-weight:lighter;
}

#header{
	width:100%;
	/*overflow: auto*/
	overflow: visible;
}
#usericon:before{
	content: "\f007"; 
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
	color: #52595e;
	font-size:16px;
}

#groupicon:before{
	content: "\f0c0"; 
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
	color: #52595e;
	font-size:16px;
}

#holidayicon:before{
	content: "\f072"; 
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
	color: #52595e;
	font-size:16px;
}
#emailicon:before{
	content: "\f0e0"; 
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
	color: #52595e;
	font-size:16px;
}
eventicon:before{
	content: "\f054"; 
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
	color: #52595e;
	font-size:16px;
}

#timeicon:before{
	content: "\f017"; 
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
	color: #52595e;
	font-size:16px;
}
#appointmenticon:before{
	content: "\f073"; 
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
	color: #52595e;
	font-size:16px;
}

.lighterFont,
.lighterFont > #appointmenticon:before {
	color:#ddd; 
}

#header_left{
	width:50%;
	/*height:100px;*/
	float:left;
	min-width:480px;
	
	
}

#header_left_inner{
	font-family:helvetica;
	/*height:80px;*/
	width:98%;
	margin-left:auto;
	margin-right:auto;
	min-width:480px;
}


@media \0screen  {
	#header_right{
		/*margin-top:-20px;*/
		width:48%;
		/*height:30px;*/
		float:left;
		min-width:480px;
	}
}

@media (max-width:1000px) {
	#header_right{
		/*margin-top:-20px;*/
		width:48%;
		/*height:30px;*/
		float:left;
		min-width:480px;		
	}
}

#header_right{

	width:48%;
	/*height:30px;*/
	float:left;
	min-width:480px;
	
	
}

#header_right_outer{
    margin-top:1em;
    /*right: 48%;
	margin-left:auto;
	margin-right:auto;*/
    position: relative;
	margin-bottom:5px;
}
@media (max-width:1000px) {
	#header_right_outer{
		float: left;
	}
}
@media (max-width:1800px) {
	.dhx_cal_date{
		margin-top:30px;
	}
}








#main{
	clear:both;
	background-color:white;
}

#left{
	margin-top:0px;
	width:50%;
	/*min-height:630px;*/
	float:left;
	min-width:500px;
}

#right{
	width:49%;
	float:left;
	min-width:500px;
    position:relative;
}
#scheduler{
    min-height: 600px;
}
#index_left{
	min-height: 600px;
	border-right:1px solid #52595E;
	width:50%;
	float:left;
	min-width:500px;
}

#index_right{
	width:47%;
	float:left;
	min-width:480px;
}

.logout{
	padding-top:5px;
	line-height:1px;
	font-family:helvetica;
	text-decoration:underline;
	font-size:14px;
}

#dialog_style1{
	width:98%;
	/*margin-top:50px;
	margin-left:auto;
	margin-right:auto;
    margin-bottom:50px;*/
	min-width:480px;
    z-index:99;
    position:absolute;
    top: 0;
}

#shortcuts{
	
	margin-left:auto;
	margin-right:auto;
	bottom:0;
	right:0;
	width:100%;
	height:103px;
	float:left;
	z-index:60;
}

#shortcuts_right{
	
	float:right;	
	min-width:500px;
	height:80px;
	font-size:60px;
	display: table;
	width: 50%;
	z-index:60;
	
}

#shortcuts_right hr{
	margin:0;
	color:#52595e;
	z-index:60;
}

#shortcuts_inner{
	width: 500px;
	margin-left:auto;
	margin-right:auto;	
	
}

#shortcuts_inner a{
	color:#52595e;
}

#shortcuts_inner ul{
	width:500px;
	height:80px;
	display: table-row;
	width: 100%;
}

#shortcuts_inner li{
	display: table-cell;
	float:left;
	text-align:center;
	vertical-align: middle;
	padding-top:7px;
	width:75px;
	height:68px;
	margin:13px;
    border: 1px solid #52595e;

}

.jtable-main-container{
	padding-right:5px;
}
@media \0screen  {
	.jtable-main-container{
		max-height: 550px;
	}
}

#SearchHolder, #TableContainer, #TableContainer_1, #TableContainer_2 {
    margin-left:auto;
    margin-right: auto;
    marker-offset: auto;
    min-width: 480px;
    position: relative;
    width: 99%;
    /*min-height: 530px;*/
    /*max-height: 530px;*/
    /*z-index:96;*/
}
.search{
    margin-right: 5px;
}
.searchBlock{
    float: left;
    margin-left: 5px;
}
.searchInput input,.searchInput select{
    width: 200px;
}
.searchLabel{
    display: inline-block;
    width: 6em;
}
.wide {
    width:99% !important;
}
.ui-widget-overlay {
	z-index: 98;
	opacity: 0.7;
}

#login {
		margin-left:auto;
		margin-right: auto;
		marker-offset: auto;
		width: 10%;
		position: relative;
		width: 50%;
		height:250px;
		padding: 4em 0 3em;
		margin-top:100px;
		background:#F5F8FA;
		border: 1px solid #52595E;
		
	}

.center{
	text-align:center;
}
	
.bold{
	font-weight:bold;
}

.link{
	font-size:14px
}

#login a{
	font-size: 12px;
	color: #41AAF0;
}

.big{
	font-size:24px;
}

#username:before{
	position:absolute;
        font-family: proxima-nova;
        top:0;
        left:-5px;
        content: "\25AE";
}

#contact {
		margin-left:auto;
		margin-right: auto;
		marker-offset: auto;
		width: 10%;
		position: relative;
		width: 90%;
		margin-left:50px;
		height:250px;
		margin-top:100px;

	}
	
#contact table{
	width:100%;
}	

#home {
	margin-left:auto;
	margin-right: auto;
	marker-offset: auto;
	position: relative;
	width: 48%;
	height:250px;
	padding: 1% 0 1%;
	margin-top:100px;
	background:#F5F8FA;
	border: 1px solid #52595E;
		
}

.fullwidth{
width:100%;
}
	


.nav {
    list-style: none outside none;
    margin-bottom: 0;
    padding-right: 0;
	margin-top:-25px;
	float:right;
	
}

@media \0screen  {

	.nav {
		list-style: none outside none;
		margin-bottom: 0;
		padding-right: 0;
		margin-top:-60px;
		float:right;
		
	}

}
@media (max-width:600px) {
	.nav {
		list-style: none outside none;
		margin-bottom: 0;
		padding-right: 0;
		margin-top:-60px;
		float:right;
		
	}

}
.nav:before, .nav:after {
    content: " ";
    display: table;
}
.nav:after {
    clear: both;
}
.nav:before, .nav:after {
    content: " ";
    display: table;
}
.nav:after {
    clear: both;
}
.nav > li {
    display: block;
    position: relative;
}
.nav > li > a {
    display: block;
    padding: 1% 15px;
    position: relative;
}
.nav .nav-divider {
    background-color: #E5E5E5;
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
}
.nav > li > a > img {
    max-width: none;
}
.nav-pills > li {
    float: left;
}
.nav-pills > li > a {
    border-radius: 5px;
}
.nav-pills > li + li {
 
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    background-color: #41AAF0;
    color: #FFFFFF;
}
.nav-stacked > li {
    float: none;
}
.nav-stacked > li + li {
    margin-left: 0;
    margin-top: 0px;
}


.onoffswitch {
    position: relative; width: 90px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #666666; border-radius: 5px;
}
.onoffswitch-inner {
    width: 200%; margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    float: left; width: 50%; height: 30px; padding: 0; line-height: 30px;
    font-size: 16px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "ON";
    padding-left: 10px;
    background-color: #6194FD; color: #FFFFFF;
}
.onoffswitch-inner:after {
    content: "OFF";
    padding-right: 10px;
    background-color: #F8F8F8; color: #666666;
    text-align: right;
}
.onoffswitch-switch {
    width: 35px; margin: 0px;
    background: #FFFFFF;
	margin-top: 20px;
	height: 30px;
    border: 2px solid #666666; border-radius: 5px;
    position: absolute; top: 0; bottom: 0; right: 51px;
    -moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s; 
    background-image: -moz-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
    background-image: -webkit-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
    background-image: -o-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
    background-image: linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px; 
}

div.jtable-main-container > div.jtable-title {
background-color: #ffffff;
}

div.jtable-main-container > div.jtable-title div.jtable-title-text {
    font-family: 'Segoe UI Semilight', Verdana, Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 19px;
    line-height: 34px;
    color:black;
	font-weight: 500;
	float: left;
}

/*div.jtable-main-container > div.jtable-bottom-panel {
background-color: #1085d4;
}*/

.homelink{
margin-top:27px;
font-size:22px;

width:46px; 
height:35px;

text-align: center;
}

.hometext {

display: inline-block;
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
margin-left:-2px;

-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;


}

#AM
{
	z-index:97;	
	width:100%;
}


.pure-button-secondary {

	color: #52595e;
	
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	background: #f5f8fa; /* this is a light blue */
	border:1px solid;
    padding-left: 0;
	
	font-size:20px;
	text-align:center;
	height:25px;
	width:25px;
	border-radius: 5px;
	/*margin-top:15px;*/
	margin-left:3px;
	margin-right:3px;
	padding:9.5px;
	float: left;
}

.shortcut {


    border:1px solid;
    padding-left: 0;
	background-color: white;
	font-size:20px;
	text-align:center;
	height:25px;
	width:25px;
	border-radius: 5px;
	margin: 11px;
	
	padding:9.5px;
	float: left;
	
}

.shortcut a
{
	color:#52595e;
}      
div.jquery-hor-switch-wrapper {
    display: inline;
    float: left;

}      
div.jquery-switch-wrapper a.jquery-switch, div.jquery-hor-switch-wrapper a.jquery-hor-switch {
    /*background-image: url("../../includes/images/switches.png");
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: 0 27px;
    background-color: rgba(0, 0, 0, 0);*/
    background-color: #F5F8FA;
    cursor: default;
    display: inline-block;
    height: 2em;
    vertical-align:center;
    /*outline: medium none;*/
    /*width: 6em;*/
    /*border: 1px solid #52595e;*/
    text-decoration: none;
    padding-right: 0.5em;
    padding-left: 0.5em;
}
div.jquery-switch-wrapper a.jquery-switch-on, div.jquery-hor-switch-wrapper a.jquery-switch-on {
    background-position: 0 0;
    background-color: #41AAF0;
    color:#F5F8FA;
    /*border: 1px solid #52595e;*/
    /*border-left: none;*/
    
}
div.jquery-switch-wrapper a.jquery-switch span, div.jquery-hor-switch-wrapper a.jquery-hor-switch span{
    display: inline-block;
    float: right;
    height: 100%;
    line-height: 2em;
    /*max-width: 4.4em;*/
}
div.jtable-main-container > table.jtable > tbody > tr.jtable-data-row > td.narrow{
	margin: 0px;
	padding:0px;
}
div.jtable-main-container > table.jtable > tbody > tr.jtable-data-row > td.Matig{
	background-color:#cccccc;
}
div.jtable-main-container > table.jtable > tbody > tr.jtable-data-row > td.Slecht{
	background-color:#aaaaaa;
}
#warning_incompleteAddress:before {
    content: "\f071";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #B33A3A;
    font-size: 18px;
	padding:0.3em 0.7em 0.1em 0.7em;
}
#warning_incompleteAddress{
	padding:0.3em 0.2em 0.1em 0.2em;
    clear:both;
    width:100%;
    background-color:#F3F3F3;
    overflow:auto;
	border:1px solid;
	border-radius:5px;
	border-color:#B9B9B9;
	margin-top:5px;
}
#app_existingContainer{
    clear:both;
    width:100%;
    background-color:#F3F3F3;
    overflow:auto;
	border:1px solid;
	border-radius:5px;
	border-color:#B9B9B9;
	margin-top:5px;
}
#app_existingContainer .title{
    float: left;
    display: block;
    width:100px;
    font-weight:bold;
}
#app_existingContainer .info{
    float: left;
    display: block;
}
#app_existingContainer .half{
    float: left;
    overflow: auto;
    position: relative;
    width: 48%;
	padding-top:5px;
	padding-left:5px;
}
    
#app_titleContainer{
	clear:both;
	border-bottom:1px solid;
	border-color:#B9B9B9;
	background-color:#F2F5A9;
	padding:5px;
}

#app_trashcan :hover{
	cursor:pointer;
}
.blue_section {
    background-color: #2babf5;
    opacity: 0.27;
    filter:alpha(opacity=27);
}

.jsoneditor {
    overflow: auto;
    width: 100%;
}


.skin-red .main-header .navbar {
    background-color: #165b79;
}

.skin-red .sidebar-menu>li.active>a {
    border-left-color: #165b79;
}

.skin-red .main-header .logo {
    background-color: #165b79;
    color: #fff;
    border-bottom: 0 solid transparent;
}


/*div.jtable-main-container > div.jtable-bottom-panel {
    background-color: #165b79;
}*/

div.jtable-main-container > div.jtable-bottom-panel .jtable-page-list .jtable-page-number, div.jtable-main-container > div.jtable-bottom-panel .jtable-page-list .jtable-page-number-space, div.jtable-main-container > div.jtable-bottom-panel .jtable-page-list .jtable-page-number-first, div.jtable-main-container > div.jtable-bottom-panel .jtable-page-list .jtable-page-number-last, div.jtable-main-container > div.jtable-bottom-panel .jtable-page-list .jtable-page-number-previous, div.jtable-main-container > div.jtable-bottom-panel .jtable-page-list .jtable-page-number-next, div.jtable-main-container > div.jtable-bottom-panel .jtable-page-list .jtable-page-number-active {
    background-color: transparent;
}

.skin-red .main-header .logo:hover {
    background-color: #124a63;
}

.skin-red .main-header .navbar .sidebar-toggle:hover {
    background-color: #124a63;
}

#loghead{
	margin-top:0px;
	margin-left: -300px;
}

.content-header>h1 {
    font-size: 24px;
}

.content-header>h1>small {
    font-weight: 300;
}

body #right #dialog_style1 > div.ui-dialog{
	position: relative;
    height: auto;
    width: auto;
    top: 75px;
    left: 530px;
    display: block;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
	background-color:#165b79;
	border-color: #165b79;
}

div.jtable-main-container > table.jtable > thead th {
    font-family: 'Segoe UI Semilight', Verdana, Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 15px;
    color: #000000;
    font-weight: 500;
}

#TableContainer .jtable-title {
    width: 100%;
    height: 4.5em;
    left: 0;
    position: relative;
    text-align: center;
    top: 0;
    padding: 0px;
}

/*.box {
    position: relative;
    border-radius: 3px;
    background: #ecf0f5;
    border-top: 3px solid #d2d6de;
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 0 0px 0px rgba(0,0,0,0);
}/*