/* CSS Document */

input,
textarea,
select {
	/*font-family: 'Droid Sans', sans-serif;*/
	font-family: sans-serif;
	
	
	vertical-align: middle;
	
	/*border-radius: 2px 2px 2px 2px;*/
	
	padding:6px;
	border: 1px solid #989898;
	border-radius: 4px;
	
	
}

input[type="text"] {
	width: 200px;
}

.disablediv {
	pointer-events: none;
	opacity: 0.5;
}

.rotate{
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.rotate.down{
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.ui-tooltip, .arrow:after {
    background: #0173C7;
    border: 2px solid white;
  }
  .ui-tooltip {
    padding: 10px 20px;
    color: white;
    border-radius: 20px;
    font: bold 14px "Helvetica Neue", Sans-Serif;
    /*text-transform: uppercase;*/
    box-shadow: 0 0 7px black;
  }
  .arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;
  }
  .arrow.top {
    top: -16px;
    bottom: auto;
  }
  .arrow.left {
    left: 20%;
  }
  .arrow:after {
    content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    width: 25px;
    height: 25px;
    box-shadow: 6px 5px 9px -9px black;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .arrow.top:after {
    bottom: -20px;
    top: auto;
  }

.ui-dialog{

	
	z-index: 99999;

}

.inputGroupCheckBox {
    background-color: #fff;
    display: block;
    margin: 10px 0;
    position: relative;

    label {
      padding: 12px 30px;
      width: 100%;
      display: block;
      text-align: left;
      color: #3C454C;
      cursor: pointer;
      position: relative;
      z-index: 2;
      transition: color 200ms ease-in;
      overflow: hidden;

      &:before {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        content: '';
        background-color: #5562eb;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%) scale3d(1, 1, 1);
        transition: all 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
        opacity: 0;
        z-index: -1;
      }

      &:after {
        width: 32px;
        height: 32px;
        content: '';
        border: 2px solid #D1D7DC;
        background-color: #fff;
        background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
        background-repeat: no-repeat;
        background-position: 2px 3px;
        border-radius: 50%;
        z-index: 2;
        position: absolute;
        right: 30px;
        top: 50%;
        transform: translateY(-50%);
        cursor: pointer;
        transition: all 200ms ease-in;
      }
    }

    input:checked ~ label {
      color: #fff;

      &:before {
        transform: translate(-50%, -50%) scale3d(56, 56, 1);
        opacity: 1;
      }

      &:after {
        background-color: #54E0C7;
        border-color: #54E0C7;
      }
    }

    input {
      width: 32px;
      height: 32px;
      order: 1;
      z-index: 2;
      position: absolute;
      right: 30px;
      top: 50%;
      transform: translateY(-50%);
      cursor: pointer;
      visibility: hidden;
    }
  }

.memcircle {
	float:right;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	font-size: 15px;
	color: #fff;
	line-height: 40px;
	text-align: center;
	background: #BBB;
	font-weight: bold;
	margin-left: 5px;
	
}

.declined-div-outer {
	position: absolute;
    top: 0px;
    right:0px;
    height: 105px;
    width: 20px;
	background-color: red;
	opacity: 0.5;
}

.clickoff {
	pointer-events: none;
}

.clickon {
	pointer-events: auto;
}

.declined-div-inner {
	
	
	
	
	
	transform: translateX(-50%) translateY(-50%) rotate(90deg);
    margin-left: 10px;
    position: absolute;
    top: 50%;
    text-align: center;
	color:white;
	z-index: 999;
    
	
	
	
}



.deletedRow {
	background-color:#EFB4B5;
	opacity: 0.6;
}

.listOps {
	float:right;
	cursor:pointer;
	text-decoration: underline;
}

.center{
	text-align: center;
	float:none;
}

.searchGrid{
	clear:both; 
	padding-top:5px; 
	padding-bottom:5px; 
	border-bottom:1px solid #CCC;
	cursor: pointer;
	width:100%;
}

.searchGrid:hover{
	background-color: #E6E5FD;
}

.QASearchPane{
	width:200px;
	
}

 .ui-datepicker-trigger
	{
        padding:0px;
        padding-left:5px;
		padding-right: 5px;
        vertical-align:baseline;

        position:relative;
        top:4px;
        height:18px;
		cursor: pointer;
	}

.availDiv{

	z-index: 9999;
	position: fixed;
	display: none; 
	width:330px;
	
	background-color: white;
	border: #7E7E7E 1px solid;
	border-radius: 3px;
	padding:5px;
	font-size: 1.2em;
	
}



.input-required:after {
	
	color:red;
	font-weight:bold;
	content:" *";
  	
	
}
.searchResultsRow{
	cursor:pointer;
	padding-bottom:10px;
	
}

.searchResultsRow:hover{
	color:#FFF;
	
}

.searchResultsOuter{
	width:100%;
}

.searchResultsPart{
	width:25%;
	float: left;
}

.searchTerm{
	
	width:300px;
	
	
	padding:6px;
	border: 1px solid #989898;
	border-radius: 4px;
	
	
}

.disabledColor {
	width:60px;
	height:25px;
	border-radius: 2px;
	border: 1px solid #FFFFFF;
}

.schedulerBigTime {
	margin-top:1px;
	font-size:1.3em; 
	font-family: 'Fjalla One', sans-serif;
	color: #fff;
    text-shadow: 1px 0 0 #000, 0 -1px 0 #000, 0 1px 0 #000, -1px 0 0 #000;
	float:left; 
	width:35px; 
	text-align:center; 
	
	
	 
	
}

.schedulerSmallTime {
	margin-top:1px;
	font-size:0.9em; 
	font-family: 'Fjalla One', sans-serif;
	color: '#000';
    
	float:left; 
	width:35px; 
	text-align:center; 
	
	
	 
	
}

.scheduler_blackout{
	background-color: #000;
	opacity: 0.5;
}

.notesImgThumb{
	width:50px;
	border-radius: 3px;
	-webkit-transition: all 0.5s ease; /* Safari and Chrome */
    -moz-transition: all 0.5s ease; /* Firefox */
    -ms-transition: all 0.5s ease; /* IE 9 */
    -o-transition: all 0.5s ease; /* Opera */
    transition: all 0.5s ease;
	
}

.notesImgThumb:hover {
    -webkit-transform:scale(3); /* Safari and Chrome */
    -moz-transform:scale(3); /* Firefox */
    -ms-transform:scale(3); /* IE 9 */
    -o-transform:scale(3); /* Opera */
     transform:scale(3);
}

.emailattachments {
	width:100%;
	float:left;
	height:auto;
}

.emailattachmentsItemOn {
	width:100%;
	float:left;
	
	border:#CCC solid 1px;
	padding:10px;
	cursor:pointer;
	margin-bottom:5px;
	
	background-color:#0173C7;
	color:white;
	
}

.emailattachmentsItemOff {
	width:100%;
	float:left;
	
	border:#CCC solid 1px;
	padding:10px;
	cursor:pointer;
	margin-bottom:5px;
	
}

.sessblank {
    background-color: rgba(0, 0, 0, 0.5);
	display:none;
    z-index: 999;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
	bottom:0;
    
	color:#FFF;
	vertical-align: middle;
	text-align:center;
	padding-top:25%;
    
}

.chart-area-small {
	float:left;
	width:calc(50% - 10px); 
	height:300px; 
	padding:5px;
}


.select_join {
   
	width: 110px;
	height: 28px;
	
	overflow: hidden;
	background: url('../images/icon-arrow-down.png') no-repeat right #FFF;
	background-size: contain;
	/*border: #FEFEFE 1px solid;*/
	-webkit-border-radius: 3px;
	border-radius: 3px;
	/*-webkit-box-shadow: inset 0px 0px 10px 1px #FEFEFE;
	box-shadow: inset 0px 0px 10px 1px #FEFEFE;*/
}

.select_join select {
  
   background: transparent;
   width: 170px;
   
   color:black;
   border: 0;
   border-radius: 0;
   height: 28px;
   -webkit-appearance: none;
 }
   
.select_join select:focus {
	
    outline: none;
	

}

.scheduleAppointmentsRow {
	
	border-bottom:2px #FFF solid;
	padding:5px;
	height:auto;
	cursor:pointer;
	overflow:auto;
	
}

.scheduleAppointmentsArea{
	position:absolute;
	width:100%;
	height:auto;
	right:0px;
	bottom:0px;
	top:36px;
	overflow:auto;
	
	
}

.scheduleAppointments{
	position:absolute;
	width:300px;
	right:0px;
	bottom:55px;
	top:55px;
	background-color:#FFF;
	border-left:1px solid #DADADA;
	
}



.errorField {
	border:solid 2px red;
}

form {
	
	/*font-size:18px;*/
}


/* Style the list */
ul.spectabspanedark {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    /*border: 1px solid #ccc;*/
    
}

.contactTbl{
	line-height:1.5;
	position:relative;
	clear:both;
	width:100%;
	padding-top:10px;
	padding-bottom:10px;
	border-bottom:1px #CCCCCC dotted;
	overflow:auto;
	
}

.memberschedule{
	margin-top:20px;
}

.plusMinusDay{
	
	width:50px;
	text-align:center;
	font-size:1.8em;
}

.scheduleDate{
	
	float:left;
	width:calc(100% - 100px);
	text-align:center;
	font-size:1.8em;
	
}

.hoursSection{
	float:left;
	width:100%;
	margin-top:20px;
	clear:both;
}

.oneHour{
 	width:100%;
	height:20px;
	border-bottom:#999 1px solid;
	margin-top:20px;
}

.bigheader{
	font-size:1.5em; float:left; margin-top:5px;margin-right:10px;
}

.largeText {
	font-size:1.1em;
}

.largeText input, select {
	
	padding:3px;
	font-size:1.1em;
	
}

/* Float the list items side by side */
ul.spectabspanedark li {float: left;background-color: #0173C7; margin-right:5px;}

/* Style the links inside the list items */
ul.spectabspanedark li a {
    display: inline-block;
    color: white;
    text-align: center;
    /*padding: 14px 16px;*/
    text-decoration: none;
    transition: 0.3s;
    /*font-size: 17px;*/
}

/* Change background color of links on hover */
ul.spectabspanedark li a:hover {background-color: #005c9f;}

/* Create an active/current tablink class */
ul.spectabspanedark li a:focus, .active {background-color: #005c9f !important;}

/* Style the list */

/* Float the list items side by side */
ul.spectabspane li {float: left;background-color: #f1f1f1; margin-right:5px;}

/* Style the links inside the list items */
ul.spectabspane li a {
    display: inline-block;
    color: black;
    text-align: center;
    /*padding: 14px 16px;*/
    text-decoration: none;
    transition: 0.3s;
    /*font-size: 17px;*/
}

/* Change background color of links on hover */
ul.spectabspane li a:hover {background-color: #ddd;}

/* Create an active/current tablink class */
ul.spectabspane li a:focus, .active {background-color: #ddd !important;}

/* Style the list */

ul.spectabspane {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    /*border: 1px solid #ccc;*/
    
}

/* Style the tab content */
.tabcontent {
	
	overflow:auto;
  	
  	min-height: 250px;
    
    border: 1px solid #ccc;
	padding:20px;
    
}

.tablinks{
	/*font-size:12px;*/
	padding:10px;
}

.subtitle {
	
	border-bottom:#CCC solid 2px;
	margin-bottom:10px;
	padding-bottom:5px;
	font-weight:bold;
	font-size:1.1em;
	width:calc(100% - 10px);
	color:#0173C7;
	
}

/*table data*/
.rdatatable {
	z-index:999;
}
.rdatatable tr:hover {
    background-color: #E6E5FD;
	cursor:pointer;
}

.rdatatable th {
   
	cursor:pointer;
	
	font-weight:bold;
	padding:10px;
	background-color:#EEE;
	
	border-bottom:1px solid #CCC;
	text-transform: uppercase;
}

.rdatatable td {
	padding:10px;
	border-right:1px solid #CCC;
	
	border-bottom:1px solid #CCC;
}

/*navigaton styles*/

.rnav {
	font-size: 1.2em;
	color:white;
	background-color:#0173C7;
}


.rnav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    
}

.rnav li {
    float: left;
}

.rnav li a, .dropbtn {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

.rnav li a:hover, .dropdown:hover .dropbtn {
    background-color: #025a99;
}

.rnav li.dropdown {
    display: inline-block;
}

.rnav .dropdown-content {
	z-index:9999999;
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.rnav .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.rnav .dropdown-content a:hover {background-color: #f1f1f1}

.rnav .dropdown:hover .dropdown-content {
    display: block;
}

/*navigation styles end*/

.resultsheader {
	height:auto;
	padding: 0 0 10px 0;
	
}

.addintabs {
	text-align:right;
	width:100%;
	height:30px;
	background-color:#EEE;
	padding-top:10px;
	padding-bottom:10px;
	border-radius:5px;
}

.addintabs img{
    width:auto; /* you can use % */
    height: 30px;
}

.addintabs ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
} 
 
.addintabs ul li {
	margin-left: 0;
	padding: 10px;
	
	list-style: none;
	display: inline;
	
}
 
.addintabs ul li.first {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
}

.checklistItemDlg {

	position:absolute;
	top:0px;
	width:600px;
	left: 50%; 
	margin-left: -300px;
	height:400px;
	
	/*float:left;*/
	border:#CCC 1px solid;
	background-color:#EEE;
	display:none;
	

}

.schduleItemDlg {

	position:absolute;
	
	 
    margin: auto;
    top: 0; left: 0; bottom: 0; right: 0;
	width:500px;
	height:400px;
	/*
	top:90px;
	width:750px;
	left: 50%; 
	margin-left: -375px;
	height:auto;*/
	padding:20px;
	
	/*float:left;*/
	border:#CCC 1px solid;
	background-color:#FFF;
	display:none;
	z-index:9999999;
	-webkit-box-shadow: 0px 0px 61px -4px rgba(0,0,0,1);
	-moz-box-shadow: 0px 0px 61px -4px rgba(0,0,0,1);
	box-shadow: 0px 0px 61px -4px rgba(0,0,0,1);
	

}

.schduleItemDlg input {
	width:100px;
}

.schduleItemDlg title {
	
	
    height:auto;
    display: block;
    color:#000;
    
    padding: 0;
    width: 100%;
	border-bottom: 1px #A3A3A3 solid;
	padding-bottom: 5px;
	font-size: 1.3em !important;

}

.invoiceItemDlg {

	position:absolute;
	
	 
    margin: auto;
    top: 0; left: 0; bottom: 0; right: 0;
	width:750px;
	height:400px;
	/*
	top:90px;
	width:750px;
	left: 50%; 
	margin-left: -375px;
	height:auto;*/
	padding:20px;
	
	/*float:left;*/
	border:#CCC 1px solid;
	background-color:#FFF;
	display:none;
	z-index:9999999;
	-webkit-box-shadow: 0px 0px 61px -4px rgba(0,0,0,1);
	-moz-box-shadow: 0px 0px 61px -4px rgba(0,0,0,1);
	box-shadow: 0px 0px 61px -4px rgba(0,0,0,1);
	

}

.invoiceItemDlg input {
	width:100px;
}

.invoiceItemDlg title {
	
	
    height:auto;
    display: block;
    color:#000;
    
    padding: 0;
    width: 100%;
	border-bottom: 1px #A3A3A3 solid;
	padding-bottom: 5px;
	font-size: 1.3em !important;

}

.resultsitemdesc {
	
	height:auto;
	padding: 5px;
	font-size:1.2em;
	background-color:#0173C7;
	color:#FFF;
	border-radius:2px;
	clear:both;
}

.mapinfocontent {
	border:1px solid black;
    margin-top: 8px;
    background:#333;
    color:#FFF;
    font-family:Arial, Helvetica, sans-serif;
   /* font-size:12px;*/
    padding: .5em 1em;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-shadow:0 -1px #000000;
    -webkit-box-shadow: 0 0  8px #000;
    box-shadow: 0 0 8px #000;
	height:auto;
	width:180px;
	opacity:0.9;
	z-index:-3;
	overflow:auto;
}

.mapinfocontentvisit {
	border:1px solid black;
    margin-top: 8px;
    background:#FFF;
    color:#FFF;
    font-family:Arial, Helvetica, sans-serif;
    /*font-size:12px;*/
    padding: .5em 1em;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-shadow:0 -1px #000000;
    -webkit-box-shadow: 0 0  8px #000;
    box-shadow: 0 0 8px #000;
	height:auto;
	width:300px;
	opacity:1;
	z-index:-3;
	overflow:auto;
}

.selectionBoxSmall {
	width:calc(100% - 8px);
	float:left;
	border:1px #CCCCCC solid;
	padding:2px;
	margin:2px;
}

.resultsitemasset {
	
	height:auto;
	padding:5px;
	margin:5px;
	clear:both;
	background-color:#EEE;
	border-radius:2px;
	overflow:auto;
	
	
	
}

.fieldset_title {
	width:150px;
	padding:5px;
	font-weight:bold;
	float:left;
	clear:both;
	min-height: 25px;
}

.field_narrow {
	width:150px;
}

.field_wide {
	width:200px;
}

.fieldset_input {
	width:200px;
	padding:5px;
	min-height: 25px;
	float:left;
}

.autofield {
	
	padding: 5px;
	border-bottom: 1px solid #999;
	cursor:pointer;
	
}

.liveviewBtn {
	
	background-color:#0173C7;
	color:white;
	height:28px;
	font-size:1.1em;
	
	
}

.loginBtn {
	
	
	
	
	text-align:center;
	font-size:1.5em;
	padding:10px;
	width:300px;
	border-radius:3px;
	font-family: 'Open Sans',arial,sans-serif !important;
	font-weight: 100;
	background-color:white;
	border: 0;
	cursor: pointer;
	
}

.autocompletepane {
	position:absolute;
	z-index: 999999;
	width: 400px;
	/*font-family: 'Droid Sans', sans-serif;*/
	/*:0.9em;*/
	
	float: left;
	background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid rgba(255, 255, 255, 0.8);
    /*border-radius: 5px 5px 5px 5px;*/
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    text-align: left;
	padding: 5px;   
    margin-left: -290px;
	color:#333;
	overflow-y:auto;
	max-height:300px;
	/*min-height:300px;*/
	
}

textarea {
	/*font-family: 'Droid Sans', sans-serif;*/
	font-family: sans-serif;
	padding: 4px;
	/*font-size:12px;*/
	vertical-align: middle;
	border: 1px solid #DDD;
	border-radius: 2px 2px 2px 2px;
	width:95%;
	
}

#btnDeleteSmall {
	
	padding-top:2px;
	padding-bottom:2px;
	padding-left:5px;
	padding-right:5px;
	
    //border: 1px solid #CECECE;
    color: white;
    /*text-shadow: 0 -1px 0 #93755F;*/
	text-align:center;
	border-radius: 3px 3px 3px 3px;
	
	background-color:#C60;
	
	cursor: pointer;
	float:right;
	margin-left:5px;
	
}

#btnBookJobSmall {
	
	padding-top:2px;
	padding-bottom:2px;
	padding-left:5px;
	padding-right:5px;
	
    /*border: 1px solid #CECECE;*/
	font-size:0.9em;
    color: white;
    /*text-shadow: 0 -1px 0 #93755F;*/
	text-align:center;
	border-radius: 3px 3px 3px 3px;
	
	background-color:#C60;
	
	cursor: pointer;
	float:right;
	margin-left:5px;
	
}

#btnCancelReminder {
	
	padding-top:2px;
	padding-bottom:2px;
	padding-left:5px;
	padding-right:5px;
	font-size:0.9em;
    
    color: white;
    /*text-shadow: 0 -1px 0 #93755F;*/
	text-align:center;
	border-radius: 3px 3px 3px 3px;
	
	background-color:#0173C7;
	
	cursor: pointer;
	float:right;
	margin-left:5px;
	
}
.tabspacer{
	position:relative;
	float:left;
	width:100%;
	margin-bottom:20px;
	
	-webkit-box-shadow: 0 8px 6px -6px #BBB;
	   -moz-box-shadow: 0 8px 6px -6px #BBB;
	        box-shadow: 0 8px 6px -6px #BBB;
}

.listfiles {
	/*width:95%;*/
	position:absolute;
	left:20px;
	width:330px;
	top:50px;
	bottom:20px;
	border:1px solid #CCCCCC;
	/*height:150px;*/
	
	overflow-y: scroll;
	overflow-x: hidden;
}

.addfolderblock{
	
	position:absolute;
	left:20px;
	width:330px;
	top:10px;
	
	

}

.fileop {
	/*width:95%;*/
	position:absolute;
	right:20px;
	left:370px;
	top:50px;
	bottom:20px;
	border:1px solid #CCCCCC;
	/*height:150px;
	
	overflow-y: scroll;
	overflow-x: hidden;*/
}

.rob_btn_set {
	/*font-family:Arial, Helvetica, sans-serif;*/
    float: left;
    padding: 5px 5px 0;
}
.rob_btn_set div {
    cursor: pointer;
    float: left;
    height: 21px;
    line-height: 21px;
    vertical-align: middle;
}

.rob_login_btn {
    background-image: url("../imgs/controls.gif");
    background-position: -63px 0;
    width: 21px;
}

.rob_save_btn {
    background-image: url("../imgs/controls.gif");
    background-position: -84px 0;
    width: 21px;
}
.rob_cancel_btn {
    background-image: url("../imgs/controls.gif");
    background-position: -63px 0;
    width: 20px;
}
.rob_delete_btn {
    background-image: url("../imgs/controls.gif");
    background-position: -42px 0;
    width: 20px;
}

.rob_save_btn, .rob_cancel_btn, .rob_delete_btn, .rob_login_btn {
    display: none;
}
.rob_btn_set, .rob_btn_set div {
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
}
.rob_btn_set {
	border-radius: 3px 3px 3px 3px;
	color: #454544;
	/*font-size: 12px;*/
	font-weight: bold;
	margin: 12px 0 0;
	padding: 0;
}
.rob_left_btn_set {
    margin-left: 0px;
}
.rob_right_btn_set {
    margin-right: 0px;
}


.rob_login_btn_set {
    background-color: #0173C7;
    border: 1px solid #0173C7;
    color: white;
    /*text-shadow: 0 -1px 0 #6F6F6F;*/
}

.rob_save_btn_set {
    background-color: #0173C7;
    border: 1px solid #0173C7;
    color: white;
    /*text-shadow: 0 -1px 0 #6F6F6F;*/
}
.rob_cancel_btn_set {
    border: 1px solid #CECECE;
}
.rob_delete_btn_set {
    background-color: #0173C7;
    border: 1px solid #0173C7;
    color: white;
    /*text-shadow: 0 -1px 0 #93755F;*/
}

.rob_danger_btn_set {
    background-color: #f24738;
    border: 1px solid #f24738;
    color: white;
    /*text-shadow: 0 -1px 0 #93755F;*/
}

.rob_remove_btn_set {
    background-color: #0173C7;
    border: 1px solid #0173C7;
    color: white;
    /*text-shadow: 0 -1px 0 #93755F;*/
}

html, body {
	/*font-family: 'Fjalla One', sans-serif;
	font-family: 'Alegreya', serif;
	font-family: 'Karma', serif;
	font-family: 'Open Sans',arial,sans-serif !important;*/
	
	font-family: sans-serif !important;
	
	
	
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

	
	font-size: 12px;

	
	color: #000;
	margin: 0px;
	padding: 0px;
	height: 100%;
	overflow: hidden;
	background-color:#EEE;
	
}

.mainwrapper {
	
	width:99%; 
	height:100%;
	background-color: #EEE;
	
}

.header {
	position:absolute;
	width:100%;
	height:45px;
	background-color: #EEE;
	top:0;
	
}

.header input {
	padding: 4px;
	
}

.footer {
	position:absolute;
	width:100%;
	height:10px;
	background-color: #EEE;
	bottom:0px;
}

.content {
	
	position: absolute; 
    top:45px; 
    bottom:0px; 
    left:0;
    width:100%;
	background-color: #EEE;
	

	
}

.functionlinks {
	float:right;
	cursor:pointer;
	text-decoration: underline;
	text-align:center;
}

.loginlogo{
	position:absolute;
	width:380px;
	top:30px;
	
	left:5px;
	font-size:1.4em;
	
	background-image:url(../images/wyvern-logo.png);
	background-repeat:no-repeat;
	background-size:100%;
	
	
	height:100px;
	background-position: center; 
}

.logo{
	position:absolute;
	width:220px;
	bottom:10px;
	left:30px;
	font-size:1.4em;
	
	background-image:url(../images/wyvern-logo.png);
	background-repeat:no-repeat;
	background-size:100%;
	
	height:100px;
	background-position: center; 
}

.myleftcol {
	position:relative;
	width: 260px;
	float:left;
	background-color: #EEE;
	padding: 0px 10px 10px 10px;
	height:calc(100% - 10px);
}

.myrightcol {
	position:relative;
	/*margin-left:270px;*/
	width:calc(100% - 290px);
	
	/*right:10px;
	left:10px;
	top:10px;
	bottom:0px;*/
	margin-top:10px;
	margin-right:10px;
	height:calc(100% - 20px);
	float:left;
	
	background-color: #FFFFFF;
	
	/*padding-left: 10px;
	padding-right: 10px;
	
	border-radius:0px 5px 5px 5px;	*/
}


.nowindowed {
	position:absolute;
	right:0px;
	left:0px;
	top:0px;
	bottom:0px;
	background-color: #FFFFFF;
	padding:10px;
	border:2px solid #dbdbdb; 
	display:none;
}

.controlbanner {
	position: absolute;
	/*margin-left: 320px;*/
	height: 55px;
	right: 0px;
	left: 0px;
	bottom:0px;
	background-color: #dbdbdb;
	padding-left: 10px;
	padding-right: 10px;
	
	
	/*border-radius: 0px 0px 5px 5px;*/
}

.seperator {
	position: absolute;
	/*margin-left: 320px;*/
	height: 55px;
	right: 0px;
	left: 0px;
	bottom:50%;
	background-color: #343434;
	padding-left: 10px;
	padding-right: 10px;
	
}

#nwgrip, #negrip, #swgrip, #segrip, #ngrip, #egrip, #sgrip, #wgrip {
    width: 10px;
    height: 10px;
    background-color: #ffffff;
    
}

.buttonContainer {
	position:absolute; bottom:10px; height:50px; left:20px; right:20px;
}

.detailContainer {
	position:absolute;
	clear:both;
	top:81px;
	left:5px;
	right:5px;
	bottom:60px;
	overflow:auto;
	padding:20px;
	
	box-shadow: inset 0 -10px 10px -10px #BBB;
	-moz-box-shadow: inset 0 -10px 10px -10px #BBB;
	-webkit-box-shadow: inset 0 -10px 10px -10px #BBB;
}


.loginboxexpire{
	
	position: absolute;
	z-index: 99999;
	width: 350px;
	/*font-family: 'Droid Sans', sans-serif;*/
	font-size: 1.4em;
	font-weight:lighter;
	left: 50%;
	top: 50%;
	float: left;
	color: #FFF !important;
	background-color: rgba(0, 0, 0, 0.6);
	border-radius:10px;
	text-align: left;
	padding: 20px;
	margin: -200px 0 0 -195px;
	
	min-height: 125px;	
}

.filterbanner {
	position: absolute;
	/*margin-left: 320px;*/
	min-height: 50px;
	right: 0px;
	left: 0px;
	top:0px;
	background-color: #dbdbdb;
	/*background-color:#0173C7;*/
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;

	z-index:300;
	
	
	
	
	/*border-radius: 0px 5px 0px 0px;*/
}

.filterbanner select {
 	width:150px;
	
}

.filterbanner input {
 	font-size:1.1em;
	
}

.jobpanel {
	width:290px;
	height:auto;
	background:#428BCA;
	border-radius:2px;
	padding:5px;
	
}

legend {
  	background-color:#0173C7;
    height:auto;
    display: block;
    color:#FFF;
    font-size:1.2em;
    
    width: calc(100% - 10px);
	padding:5px;
}

legendsmall {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color:  #FFF;
    border-image: none;
    border-style: none none solid;
    border-width: 0 0 1px;
    height:30px;
    display: block;
    font-size: 1.3em;
	font-weight:bold;
    margin-bottom: 5px;
    padding: 0;
    width: 100%;
	color:#0173C7;
}

.dataview {
	position:relative;
	width:100%;
	height:300px;
	overflow:scroll;
}

.iv-loader-background-overlay {
	background-color: rgba( 0 , 0 , 0 , 0.5 );
}

.iv-loader-small {
	width: 40px;
	height: 40px;
}

.iv-loader-container {
	position: absolute;
	top: 80%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 40px;
	height: 40px;
	margin: auto;
	z-index: 2;
}
.iv-loader-container .iv-loader-circle {
	position: absolute;
	width: 50px;
	height: 50px;
	opacity: 0;
	transform: rotate(225deg);
	animation-iteration-count: infinite;
	animation-name: orbit;
	animation-duration: 7.5s;
}
.iv-loader-container .iv-loader-circle:after {
	content: '';
	position: absolute;
	width: 9px;
	height: 9px;
	border-radius: 50%;
}

.iv-dot-white:after {
background: #fff;
border: 1px solid #000;
}

.iv-dot-red:after {
background: #BD1E27;
border: 1px solid #000;
}

.iv-dot-orange:after {
background: #E15A28;
border: 1px solid #000;
}

.iv-dot-yellow:after {
background: #F8B03C;
border: 1px solid #000;
}

.iv-dot-green:after {
background: #1BAD99;
border: 1px solid #000;
}

.iv-dot-blue:after {
background: #1171B8;
border: 1px solid #000;
}

.iv-dot-purple:after {
background: #9E135F;
border: 1px solid #000;
}
.iv-loader-container .iv-loader-circle:nth-child(2) {
	animation-delay: 300ms;
}
.iv-loader-container .iv-loader-circle:nth-child(3) {
	animation-delay: 600ms;
}
.iv-loader-container .iv-loader-circle:nth-child(4) {
	animation-delay: 890ms;
}
.iv-loader-container .iv-loader-circle:nth-child(5) {
	animation-delay: 1180ms;
}
.iv-loader-container .iv-loader-circle:nth-child(6) {
	animation-delay: 1470ms;
}
.iv-loader-container .iv-loader-circle:nth-child(7) {
	animation-delay: 1760ms;
}
@keyframes orbit {
	0% {
		transform: rotate(225deg);
		opacity: 1;
		animation-timing-function: ease-out;
	}
	7% {
		transform: rotate(345deg);
		animation-timing-function: linear;
	}
	30% {
		transform: rotate(455deg);
		animation-timing-function: ease-in-out;
	}
	39% {
		transform: rotate(690deg);
		animation-timing-function: linear;
	}
	70% {
		transform: rotate(815deg);
		opacity: 1;
		animation-timing-function: ease-out;
	}
	75% {
		transform: rotate(945deg);
		animation-timing-function: ease-out;
	}
	76% {
		transform: rotate(945deg);
		opacity: 0;
	}
	100% {
		transform: rotate(945deg);
		opacity: 0;
	}
}

.wyview-loader {
	border: 16px solid #f3f3f3; /* Light grey */
	border-top: 16px solid #3498db; /* Blue */
	border-radius: 50%;
	width: 120px;
	height: 120px;
	animation: spin 2s linear infinite;
}

.wyview-loader-small{
	
	border: 5px solid #555;
	-webkit-animation: spin 0.6s linear infinite;
	animation: spin 0.6s linear infinite;
	border-top: 5px solid #b9b9b9;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
  }

.loginbox {
	position: absolute;
	z-index: 99999;
	width: 350px;
	/*font-family: 'Droid Sans', sans-serif;*/
	
	font-weight:lighter;
	left: 50%;
	top: 35%;
	float: left;
	color: #FFF !important;
	background-color:rgba(244,244,244,0.90);
	border-radius:10px;
	text-align: left;
	padding: 20px;
	margin: -200px 0 0 -195px;
	font-family: 'Open Sans',arial,sans-serif !important;
	height: 520px;	
    
}

.loginfrm input, .loginfrminput {
	padding:5px;
	text-align:center;
	font-size:1.5em;
	padding:10px;
	width:300px;
	border-radius:3px;
	font-family: 'Open Sans',arial,sans-serif !important;
	font-weight: 100;
	
}

.windowpanetitle {
	float:left; 
	color:#FFF; 
	font-size:1.4em;
}



.windowpaneheader {
	background-color:#0173C7; 
	padding:5px; 
	padding-bottom:0px; 
	position:absolute; 
	left:5px; 
	right:5px; 
	top:5px; 
	height:71px;
}

.fullsearchresultspane{
	color:#959595;
	background-color: #414141;
	padding: 15px;
	z-index:9999;
	position: absolute;
	
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
	
	max-height:400px;
	overflow:auto;
}

.fullsearchresultspane .subtitle{
	color:#959595;
	border-bottom: 1px solid #959595;
	height:20px;
	font-size: 1.2em;
	font-weight: 100;
}

.windowpanemobile {
	position: absolute;
	z-index: 5000;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	
	
	
	
	background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid rgba(255, 255, 255, 0.8);
    /*border-radius: 5px 5px 5px 5px;*/
    
    text-align: left;
	padding: 20px;   
    
	color:#333;
	overflow:hidden;
	
	/*min-height:300px;*/
	
    
}

.windowpanedlg {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 500px;
  height: 270px;
	padding: 20px;
  
  border-radius: 3px;
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid rgba(255, 255, 255, 0.8);
  /*border-radius: 5px 5px 5px 5px;*/
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
	
  color:#333;
  overflow:hidden;
	
    
}

.windowpane {
	position: fixed;
	z-index: 5000;
	width: 950px;
	/*font-family: 'Droid Sans', sans-serif;
	
	font-size:0.9em;*/
	
	float: left;
	background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid rgba(255, 255, 255, 0.8);
    /*border-radius: 5px 5px 5px 5px;*/
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    text-align: left;
	padding: 20px;   
    margin-left: -300px;
	color:#333;
	overflow:hidden;
	height:640px;
	/*min-height:300px;*/
	
    
}

#windowpane {
  -vendor-animation-duration: 3s;
  -vendor-animation-delay: 2s;
  -vendor-animation-iteration-count: infinite;
}

.subwindowpane {
	position: fixed;
	z-index: 99999;
	width: 800px;
	/*font-family: 'Droid Sans', sans-serif;*/
	/*font-size:0.9em;*/
	
	float: left;
	background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    text-align: left;
	padding: 20px;   
    margin-left: -300px;
	color:#333;
	min-height:200px;
	
    
}

.dlgbox {
	
	position: fixed;
	z-index: 70000;
	width: 0C0596px;
	/*font-family: 'Droid Sans', sans-serif;*/
	
	/*font-size:0.9em;*/
	
	float: left;
	background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid rgba(255, 255, 255, 0.8);
    /*border-radius: 5px 5px 5px 5px;*/
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    text-align: left;
	padding: 20px;   
    margin-left: -300px;
	color:#333;
	overflow:hidden;
	height:640px;
	/*min-height:300px;*/
	
	

}

.spinnersave {
  width: 25px;
  height: 25px;
  background-color: #FFF;

  margin: 50px auto;
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
  animation: sk-rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotateplane {
  0% { -webkit-transform: perspective(120px) }
  50% { -webkit-transform: perspective(120px) rotateY(180deg) }
  100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}

@keyframes sk-rotateplane {
  0% { 
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg) 
  } 50% { 
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg) 
  } 100% { 
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

.spinner {
  width: 40px;
  height: 40px;

  position: relative;
  /*margin: 100px auto;*/
}

/*Spinners End*/

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #0173C7;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

.blankoutspinner{
	
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	display: none;
	z-index: 9999999;
	border-radius:10px;
	
	background-color: rgba(255, 255, 255, 0.6);

	
	
	
}

.spinnercontainer{
	width: auto;
	height: auto;
	position: absolute;
	left: 50%;
	top: 80%;
	vertical-align: middle;
	z-index: 99999;
	
}




/*.loading {
	z-index: 99999;
	text-align: center;
	padding: 25px;
	color: #FFF;
	z-index: 99999;
	
	
	background-image:url(../images/ajax-loader-trans.gif);
	background-size:contain;
	background-color: #000;
	width: auto;
	height: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -25px 0 0 -15px;
	border-radius: 5px 5px 5px 5px;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: center center;
}*/

.notifications {
	position:absolute;
	
	left:10px;
	right:10px;
	
	height:calc(100%-300px);
	margin-top:10px;
	top:0px;
	bottom:120px;
	/*border-radius:5px;
	/*-moz-box-shadow: 0 0 5px #888;
-webkit-box-shadow: 0 0 5px#888;
box-shadow: 0 0 5px #888;*/
}

.notesection {
	
	
	border-bottom:3px #EEE solid;
	padding:5px;
	height:auto;
	background-color:#e4e4e4;
	overflow:auto;
	cursor:pointer;

}

.notesection:hover {
	
	background-color: #E6E5FD;
	

}

.filterbannerblank {
	background-color:#0173C7;
	color:#FFF;
	
	position: absolute;
	/*margin-left: 320px;*/
	min-height: 50px;
	right: 0px;
	left: 0px;
	top:0px;
	
	/*background-color:#0173C7;*/
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;

	z-index:300;
	
}

.filterbannerblank select {
 	width:150px;
	
}

.reminders {
	position:relative;
	float:left;
	overflow:auto;
	border-left:2px #dbdbdb solid;
	border-right:2px #dbdbdb solid;
	width:calc(100% - 4px);
	
	height:calc(100% - 472px); 
	border-bottom:2px #0173C7 solid;
	
	/*height:calc(100% - 50px);*/
}

.upcomingjobs {
	position:absolute;
	float:left;
	overflow:auto;
	border-left:2px #dbdbdb solid;
	border-right:2px #dbdbdb solid;
	width:calc(100% - 4px);
	
	top:25px;
	bottom:0px;
	
	
	/*height:400px; */
	border-bottom:2px #0173C7 solid; 
	margin-bottom:10px;
	
}

::-webkit-scrollbar {
      width: 12px;
	 
	 
} /* this targets the default scrollbar (compulsory) */

::-webkit-scrollbar-track {
      background-color: #e4e4e4;
	  
} /* the new scrollbar will have a flat appearance with the set background color */
 
::-webkit-scrollbar-thumb {
      background-color: #d3d3d3;
	  
} /* this will style the thumb, ignoring the track */
 
::-webkit-scrollbar-button {
      background-color: #d3d3d3;
	  
} /* optionally, you can style the top and the bottom buttons (left and right for horizontal bars) */
 
::-webkit-scrollbar-corner {
      background-color: black;
	 
}

.uploading {
	z-index: 99999;
	text-align: center;
	padding: 15px;
	color: #FFF;
	z-index: 99999;
	
	
	background-color: #000;
	width: auto;
	height: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -15px 0 0 -25px;
	border-radius: 5px 5px 5px 5px;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: center center;
}

#recordcount {
	width:200px;
	float:left;
	margin-top:15px;
	font-size: 1.2em;
}

.notificationRow {
	/*font-size:12px;*/
	border-bottom:2px #FFF solid;
	padding:5px;
	height:auto;
	cursor:pointer;
	overflow:auto;
	
}
.notificationRow:hover {
	opacity:0.6;
}

.notificationsToggle {
	background-color:#000;
	color:#FFF;
	width:calc(25% - 20px); 
	text-align:center;
	padding:10px;
	float:left;
	opacity:0.7;
	cursor:pointer;
}

.notificationsToggle:hover {
	opacity:0.6;
}

.notificationsPane {
	/*font-family: 'Open Sans',arial,sans-serif !important;*/
	/*font-size:12px;*/
	font-weight:100;
	position:absolute;
	top:50px;
	right:0px;
	width:400px;
	
	bottom:50px;
	
	background-color:#e4e4e4;
	z-index:999;
	/*border:1px solid #000;*/
	display:none;
	text-align:center;
	overflow:auto;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	
	
}

.notificationHeader {
	background-color:#0173C7;
    height:16px;
    font-size:1.2em;
    color:#FFF;
	float: left;
	
    
    
    width: calc(100% - 10px);
	padding:5px;
}

.notificationsPane legend {
  	background-color:#0173C7;
    height:20px;
    
    color:#FFF;
	float: left;
	
    
    
    width: calc(100% - 10px);
	padding:5px;
}

.notificationsGPSIcon {
	width:50px; 
	height:50px; 
	background-color:#CCC;
	float:left;
	margin-right:5px;
	background-image:url(../images/gps-arrow.png);
	background-size:contain;
	
}

.notificationsGPSMapIcon {
	width:50px; 
	height:50px; 
	background-color:#CCC;
	float:left;
	margin-right:5px;
	background-image:url(../images/gps-map.png);
	background-size:contain;
	border: #7E7E7E solid 1px;
}

.notificationsStatusIcon {
	width:50px; 
	height:50px; 
	background-color:#CCC;
	float:left;
	margin-right:5px;
	background-image:url(../images/status-icon.png);
	background-size:contain;
}

.notificationsDetails {
	float:left; 
	width:calc(100% - 60px);
}

.notificationsTitle{
	font-size:1.4em;
	width:auto; 
	float:left; 
	text-align:left; 
	cursor:pointer;
}

.notificationsFoot{
	font-size:1.1em;
	width:auto;
	clear:both; 
	margin-top:10px; 
	text-align:left; 
	float:left; 
	clear:both;
}

.notificationsArea {
	
	position:absolute;
	top:65px;
	bottom:5px;
	right:0px;
	left:0px;
	background-color:#e4e4e4;
	border-left:2px #dbdbdb solid;
	border-right:2px #dbdbdb solid;
	z-index:999;
	/*border:1px solid #000;*/
	

	
	text-align:center;
	overflow:auto;
	
	
}


.blackout {
    background-color: rgba(255, 255, 255, 1);
    z-index: 99999;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
	color:black;
	vertical-align: middle;
	text-align:center;
	padding-top:25%;
	font-size:1.4em !important;
	font-weight:lighter;
	/* Add the blur effect */
	filter: blur(8px);
	-webkit-filter: blur(8px);
    
}

.dialogbox {
	z-index: 99999;
	text-align: center;
	padding: 5px;
	color: #FFF;
	z-index: 99999;
	opacity:0.7;
	
	background-color: #000;
	width: 100px;
	height: 50px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -25px 0 0 -50px;
	border-radius: 5px 5px 5px 5px;
	vertical-align:middle;
}

.settingsdiv {
	top:50px;
	right: 20px;
	z-index: 99999;
	padding: 5px;
	color: #FFF;
	z-index: 99999;
	opacity:0.9;
	font-size: 1em;
	
	background-color: #000;
	width: auto;
	height: auto;
	position: absolute;
	text-align:left;
	
	border-radius: 5px 5px 5px 5px;
	
	-webkit-animation-duration':'400ms';
	-webkit-animation-delay':'0s';
	-webkit-animation-iteration-count:'1';
}

.settingsdiv ul {
 	list-style-type:none;
 	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
 	margin: 0px;
}
 
.settingsdiv ul li {
	margin-top: 10px;
	cursor:pointer;
}

.blankpage {
    background-color: rgba(0, 0, 0, 0.5);
	display:none;
    z-index: 999;
    position: fixed;
    left: 0;
    top: 0;
	bottom: 0;
	right:0;
    
	color:#FFF;
	vertical-align: middle;
	text-align:center;
	padding-top:25%;

}​

.blankpage h1 {
	display:inline-block;
	
	
}

.blankinnerRight {
	
	 background-color: #0F6;
	opacity:0.6;
    z-index: 999;
    position: absolute;
    width: 800px;
    top: 0;
	bottom: 0;
	right:0;
    
	color:#FFF;
	vertical-align: middle;
	text-align:center;
	padding-top:25%;
}

.subblankpage {
    background-color: rgba(0, 0, 0, 0.8);
	
    z-index: 9999999;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    
}​



.tabspane ul {
	
	list-style-type:none;
	
	padding:0;	
	margin-left:200px;
	
}



.tabspane li{
	float: left;
	left: 0px;
	margin-right: 5px;
	height: 20px;
	vertical-align: middle;
	background-color: #DDD;
	
	min-width: 100px;
	padding: 5px;
	text-align: center;
	cursor: pointer;
	color : #000;
	font-weight:normal;
	border-radius: 5px 5px 0px 0px;
	display: inline;
	
}

.tabs ul {
	
	list-style-type:none;
	margin:0;
	padding:0;	
}



.tabs li{
	float: left;
	left: 0px;
	margin-right: 5px;
	height: 30px;
	vertical-align: middle;
	background-color: #000;
	opacity:0.7;
	min-width: 100px;
	padding: 5px;
	text-align: center;
	cursor: pointer;
	color : #CCCCCC;
	font-weight:normal;
	border-radius: 5px 5px 0px 0px;
	display: inline;
	
}

.wyverntabs {
	position:absolute;
	top:-14px;
	left:-40px;
}

.wyverntabs ul {
	position:absolute;
	top:100px;
	
}

.wyverntabs li {
	
	float: left;
	padding-top:10px;

	margin-right:3px;
	
	height: 30px;
	vertical-align: middle;
	
	
	min-width: 100px;
	
	background-color:#dbdbdb;
	text-align: center;
	cursor: pointer;
	color : #000;
	font-weight:normal;
	
	display: block;
	
	-o-transition:all .2s ease-out, background 1s ease-in;
  -ms-transition:all .2s ease-out, background 1s ease-in;
  -moz-transition:all .2s ease-out, background 1s ease-in;
  -webkit-transition:all .2s ease-out, background 1s ease-in;
  /* ...and now override with proper CSS property */
  transition:all .2s ease-out, background 1s ease-in;
	
}

.wyverntabs li:hover  {

	height: 27px;
	border-bottom:3px #0173C7 solid;
	color : #0173C7;
	
}

.wyverntabs li.selected {

	height: 27px;
	border-bottom:3px #0173C7 solid;
	color : #0173C7;
	
}


#jobsmap {
	width:100%;
	/*height:calc(100% - 65px);*/
	height:100%;
	/*top : 55px;*/
	/*border-radius:0px 0px 5px 5px;*/
	background-color:#333;
}

.quotetotal {
	color:#666;
	width:100%;
	
	
	/*font-size:12px;*/
	
	border-top-width: 2px;
	border-top-style: solid;
	border-bottom-color: #DDD;
	
}

.invoicetotal{
	color:#666;
	width:100%;
	
	
	/*font-size:12px;*/
	
}



.quotetotal, 
.invoicetotal th {
	font-weight:bold;
}

.quotetotal,
.invoicetotal tr {
	text-align: left;
	height:30px;
}

.invoicetotal .gtotal{
	font-size:1.4em;
}

.quotetotal,
.invoicetotal td {
	
	border-bottom-width: 1px;
	border-left-width: 0;
	border-bottom-style: hidden;
	border-bottom-color: #DDD;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	padding:3px;
}

#jobgrid {
	color:#666;
	width:100%;
	
	/*padding:5px;
	/*font-size:12px;*/
	
}

#datagrid {
	color:#666;
	width:100%;
	
	/*padding:5px;
	font-size:12px;*/
	
}

#datagrid thead {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDD;
	color:black;
}

#datagrid th {
	text-align: left;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-bottom-style: solid;
	border-bottom-color: #DDD;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

#datagrid tr {
	text-align: left;
}

#datagrid td {
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-bottom-style: solid;
	border-bottom-color: #DDD;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

.contactsgrid {
	color:#666;
	width:100%;
	
	
	/*font-size:12px;*/
	
}

.quotegrid {
	color:#666;
	width:100%;
	
	
	/*font-size:12px;*/
	
}
.invoicegrid {
	
	border-top:1px solid #CCC;
	border-right:1px solid #CCC;
	border-left:1px solid #CCC;
	color:#666;
	width:100%;
	
	
	/*font-size:12px;*/
	
}


.invoicegrid th {
	font-weight:bold;
	padding:10px;
	background-color:#EEE;
	
	border-bottom:1px solid #CCC;
	text-transform: uppercase;
}

.invoicegrid td {
	
	padding:10px;
	border-right:1px solid #CCC;
	background-color:#FFF;
	border-bottom:1px solid #CCC;
}

.invoicegrid .last {
	
	
	border-right:none;
	
}

.invoicegrid .valueField {
	
	
	width:100px;
	
}

.invoicegrid .controlField {
	
	
	width:25px;
	
}

.invoicegrid .qtyField {
	
	
	width:25px;
	text-align:center;
	
}

.invoicegrid tr {
	
	
}

.checklistgrid {
	color:#666;
	width:100%;
	
	
	/*font-size:12px;*/
	padding-right:20px;	
	
}

.checklistgrid tr:hover {
    background-color: #E6E5FD;
	cursor:pointer;
}

.separator{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	height:1px;
	position:relative;
	padding-top:10px;
	margin-bottom:10px;
	float:left;
	clear:both;
	width:100%;
	
}


.contactsgrid thead {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDD;
	color:black;
}

.quotegrid thead {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDD;
	color:black;
}

.invoicegrid thead {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDD;
	color:black;
}

.checklistgrid thead {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDD;
	color:black;
	
	
}

.contactsgrid th {
	text-align: left;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-bottom-style: dotted;
	border-bottom-color: #DDD;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
		
}

.quotegrid th {
	text-align: left;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-bottom-style: dotted;
	border-bottom-color: #DDD;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

.checklistgrid th {
	text-align: left;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-bottom-style: dotted;
	border-bottom-color: #DDD;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	padding:5px;
}

.contactsgrid tr {
	text-align: left;
	
}

.quotegrid tr {
	text-align: left;
	
}

.invoicegrid tr {
	text-align: left;
	
}

.checklistgrid tr {
	text-align: left;
	
}

.contactsgrid td {
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-bottom-style: dotted;
	border-bottom-color: #DDD;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	padding:5px;
}

.quotegrid td {
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-bottom-style: dotted;
	border-bottom-color: #DDD;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	padding:5px;
}


.checklistgrid td {
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-bottom-style: dotted;
	border-bottom-color: #DDD;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	padding:5px;
}

#jobgridhead {
	color:#666;
	width:100%;
	
	padding:5px;
	/*font-size:12px;*/
	
}

#jobgridhead th {
	text-align: left;
	
}

#jobgrid thead {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDD;
	color:black;
}

#jobgrid th {
	text-align: left;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-bottom-style: solid;
	border-bottom-color: #DDD;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

#jobgrid tr {
	text-align: left;
}

#jobgrid td {
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-bottom-style: solid;
	border-bottom-color: #DDD;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

.events_div {
	width: 100%;
	text-align:left;
	
	
}

.results{
	/*padding: 5px;
	border: 1px solid #999;
	height:150px;*/
	overflow:auto;
	overflow-x: hidden;
}

/*.jobdata {
	/*height: 45%;
	position:absolute;
	width:100%;
	top:55px;
	bottom:calc(50% + 55px);
	overflow: scroll;
	overflow-x: hidden;	
}*/

.scheduledata {
	/*height: 45%;*/
	
	
	position:absolute;
	
	left:0px;
	right:0px;
	top:55px;
	bottom:55px;
	overflow: auto;
	overflow-x: hidden;
	border-left:2px #dbdbdb solid;		
}

.tblhead {
	position:absolute;
	width:100%;
	top:55px;
	height:35px;
	background-color:#FFF;
	color:#FFF;
	border-bottom-width:1px;
	border-bottom-style: solid;
	border-bottom-color: #DDD;
}


.datarow {
	padding:10px;
	width:calc(100% - 20px);
	border-bottom:3px solid #EEE;
	height:85px;
	position:relative;
	float:left;
	cursor:pointer;
	
}

.datarow:hover {
	
	 background-color: #E6E5FD;
	
	
}

.data, 
.enquiriesdata, 
.quotesdata,
.jobdata, 
.invoicesdata,
.clientsdata, 
.membersdata {
	/*height: 45%;*/
	
	
	position:absolute;
	
	left:0px;
	right:0px;
	top:55px;
	bottom:55px;
	overflow: auto;
	
	border-left:2px #dbdbdb solid;		
}


.otherdata {
	/*height: 45%;*/
	position:absolute;
	width:100%;
	top:50%;
	bottom:55px;
	overflow: scroll;
	overflow-x: hidden;	
}

.top-data {
	z-index:9999;
	height: 50%;
	position:absolute;
	width:100%;
	overflow: scroll;
	overflow-x: hidden;	
	background-color:#0173C7;
}

.bottom-data {
	z-index:9999;
	height: 50%;
	position:absolute;
	width:100%;
	overflow: scroll;
	overflow-x: hidden;
	background-color:#390;	
}

.resultsfield {
	
	padding: 5px;
	border-bottom: 1px solid #999;
	cursor:pointer;
	
}

.resultsfield:hover {
    background-color: #E6E5FD;
	cursor:pointer;
}


.gangmembers{
	/*padding: 5px;*/
	font-size:1.2em;
	/*border: 1px solid #999;*/
	
	overflow: auto;
	overflow-x: hidden;
	
	
	width:calc(100% - 20px);
	float:left;
}

.gangsfield {
	
	padding: 5px;
	/*border-bottom: 1px solid #999;*/
	float:left;
	width:calc(100% - 10px);
	
}

.gangsfield:hover { 
	background-color: #E6E5FD;
	cursor:pointer;
}

#mapinfocontent {
	color:#000;
	width:250px;
	min-height:100px;
}

.jobcol {
	width:40px;
	height:40px;	
	border-radius:3px 3px 3px 3px;
}

.jobcolsmall {
	width:30px;
	height:30px;	
	border-radius:3px 3px 3px 3px;
}


#sidebarcontaner {
	
	position: absolute;
	/*background:#F00;*/
	right:0px;
	width: 290px;
	top:0;
	bottom:0;
}

#sidebar {
	position:absolute;
	background:#EEE;
	/*background:#00F;*/
	right:-300px;
	width:300px;
	height: 100%;
	top:0px;
	background-color:#DDD;
	bottom:0px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	
	
	/*padding-bottom:10px;*/
}

/*#sidebarbutton {
	position: absolute;
	float: right;
	/*right: 0px;*/
	/*left: -40px;
	top: 60px;
	background:url(../images/Arrow-Back-Left.png) no-repeat;
	height: 40px;
	width: 40px;
}*/

#sidebarbutton {
	position: absolute;
	float: right;
	/*right: 0px;*/
	left: -40px;
	top: 60px;
	
	font-size: 1.8em;
	text-align: center;
	background:#EEE;
	/*background:url(../images/left%20copy.png) no-repeat;*/
	border-radius:4px 0 0 4px;	
	height: 40px;
	width: 40px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	cursor:pointer;
}

#mapcontaner{
	position:relative;
	overflow:hidden;
	width:100%;
	height:100%;
}

.leftarrow{
	background:url(../images/left%20copy.png) no-repeat;
	height:30px;
	width:30px;
	display:block;
}

.rightarrow{
	background:url(../images/right%20copy.png) no-repeat;
	height:30px;
	width:30px;
	display:block;
}
.resultsRow {
	
	border-bottom:2px #CCC solid;
	padding:5px;
	overflow:auto;
	
	
	clear:both;
	
}

.resultsRow:hover { 
	cursor:pointer; 
}

.toggle{
	position:absolute;
	visibility:hidden;
}

.resultsIcon {
	width:50px; 
	height:50px; 
	background-color:#CCC;
	float:left;
	margin-right:5px;
	background-image:url(../images/status-icon.png);
	background-size:contain;
	background-repeat:no-repeat;
}

.locationresults{
	position:absolute;
	overflow-y:auto;
	top:220px;
	bottom:65px;
	width:100%;
	background-color:#EEE;
	
}


.totaldistancediv {
	position:absolute;
	background-color:#CCC;
	height:45px;
	padding-bottom:10px;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	bottom:0px;
	width:calc(100% - 20px);
	text-align:center;
	font-size:1.3em;
	font-weight:bold;
	color:#0173C7;

}

.totaldistancediv div {
	width:33.33%;
	height:auto;
	float:left;
	text-align:center;
}

.totaldistancediv div span {
	/*font-size:0.8em;*/
	color:#000;
}

.locationcount {
	
	position:absolute;
	
	top:175px;
	background-color:#CCC;
	height:25px;
	padding-bottom:10px;
	padding-top:10px;
	
	width:100%;
	text-align:center;
	font-size:1.4em;
	
	color:#0173C7; 
	
}

.resultFilter {
	
	background-color:#CCC;
	font-weight:100;
	z-index:999999;
	
}
.QAColumns{
	float:left; 
	width:50%;
	margin-bottom:20px;
	
	
}

.welcomeU{
	float:right;
	margin-top:5px;
	margin-right:10px;
}


/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 200px) and (max-device-width : 1024px) {
/* Styles */
.myrightcol {
	width:calc(100% - 20px);
	margin-left:10px;
	float:left;
	display:block;
}

.qAaddingnew{
	width:80%; 
	float:left;
}

.myleftcol {
	width:calc(100% - 20px);
	float:left;
	display:none;
	
}
.fieldset_input {
	clear:both;
	width:auto;
}
.fieldset_title {
	width:auto;
}

.tabspacer{
	overflow:auto;
}

.QAColumns{
	clear:both;
	width:100%;
	
}

.welcomeU{
	display:none;
}

}

 