@charset "utf-8";
/**
Color Map
---------- 
Colours:

Blue: 	#1b1f42 		--> RGB(26, 31, 65) [must becnot]
Gold: 	#e7cb7b			--> RGB(229, 201, 121)
White: 	#ffffff			--> RGB(255, 255, 255)
**/

@media print 
{
  body * {visibility: hidden;}
  #tblDataList, #tblDataList * {visibility: visible;}
  #tblDataList {position: absolute; left: 0; top: 0;}
  a[href]:after {content: none !important;}
}

.blink {animation: blinker 1s linear infinite;}

@keyframes blinker {50% {opacity: 0;}
}

#tblDataList{width:100%;}
#frmDataList{margin:0; padding-left:5px; padding-right:5px; background-color:rgba(255, 255, 255, 0.90) !important; min-height:92vh !important;}

.hide
{
  display: none !important;
}

div.panel-group a
{
	width: 100%;
}

div.panel-group a::after
{
	position: absolute;
	font-size: 20px;
	color: #222222;
	right: 5%;
	
	/**content:"\f070";**/
	font-family: 'Font Awesome 5 Pro';
	font-weight: 700;
	-webkit-transition: all .4s ease-out 0s;
	-moz-transition: all .4s ease-out 0s;
	-ms-transition: all .4s ease-out 0s;
	-o-transition: all .4s ease-out 0s;
	transition: all .4s ease-out 0s;
	content: "\f078";
}

div.panel-group a::after
{
	top:2% !important;
	transform: rotate(-180deg);
}

div.panel-group a.collapsed::after
{
	top:15% !important;
	transform: rotate(0deg);
}

#installContainer 
{
    position: absolute;
    top: 30%;
    /**display: flex;**/
    justify-content: center;
    width: 35vw;
    border: 2px solid #1b1f42;
    border-spacing: 0.15em;
    border-radius: 8px;
    background-color: white;
    left: 38%;
	padding:0.3em;
	z-index:998;
	-webkit-box-shadow: -5px 6px 16px 1px rgba(0,0,0,0.75);
	-moz-box-shadow: -5px 6px 16px 1px rgba(0,0,0,0.75);
	box-shadow: -5px 6px 16px 1px rgba(0,0,0,0.75);	
}

@media only screen and (max-width: 991px)
{
	#installContainer 
	{
		width: 65vw;
		left:17.5%
	}
}

#sableModalDialog.error::backdrop{background-color: rgba(255, 0, 0, 0.75);}
#sableModalDialog.warning::backdrop{background-color: rgba(185, 30, 0, 0.75);}
#sableModalDialog.success::backdrop{background-color: rgba(30, 234, 30, 0.65);}
#sableModalDialog.info::backdrop{background-color: rgba(10, 5, 200, 0.55);}

#sableModalDialog
{
	padding: 8px !important;
	border-radius:12px;
	border:2px #1b1f42 solid !important;
	box-shadow: #010101 2px 2px 12px 0px;
}

#sableModalDialogHeader
{
	/*color: #e7cb7b;
	background-color: #e7cb7b;
	*/
	color: #1b1f42;
	font-size: 2.0em;
    border-bottom: #1b1f42 4px solid;
    text-transform: uppercase;
	margin-bottom: 8px;
	text-align: center !important;
}

#sableModalDialogMessage
{
	
}

#sableModalDialogFooter > button
{
	-webkit-appearance: none !important; 
    outline: none;
    border: none;
    background: #1b1f42;/*#745EC5*/;
    color: #ffffff;
	padding: 10px 10px;
    margin: 3px 10px;
    width: 25%;
    text-align: center;
    font-size: 1em;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
	font-weight:bold;
	border-radius: 3px;
	cursor:pointer;
	line-height: .8;
}

#sableModalDialogFooter > button:hover
{
	background:#e7cb7b;
	color:#1b1f42;
	font-weight:bold;
	-webkit-appearance: none;
}

#sableModalDialogFooter
{
	color: #1b1f42;
    text-transform: uppercase;
	margin-top: 8px;
	text-align: center !important;
}

#installContainer button 
{
	background-color: #1b1f42;
    border: 1px solid #fff;
    color: white;
    font-size: 1em;
    padding: 0.5em;
    border-radius: 5px;
	width:6em;
}

.sableDashboard
{
	/*border:thick orange solid;*/
	height:auto !important;
	min-height:100vh !important;
	background-color:#fefefe;
	overflow:auto;
}

.sableDashboardMenu
{
	float:left;
	background-color:#1b1f42;
	min-height:100%;
	/*
	position:fixed;
	top:5px;
	*/
	border-right-color:#000;
	border-right-width:1px;	
}

.sableDashboardContent
{
	background-color:rgba(255,255,255,0.90);
}

summary.sableHeader {margin-left:0; background-color: #e7cb7b;}
summary.sableHeader img{border-radius:12px; border:medium rgba(255, 255, 255,.50) solid; margin-bottom:12px; border-spacing:1.5px;}
summary.sableHeader h4{color:#fefefe; font-size:18px; font-weight:bold;}
summary.sableHeader div{color:#fefefe;}
summary.sableHeader a{text-decoration:none;}
summary.sableHeader i{color:#fefefe; padding-right:15px;}
summary.sableHeader i:hover{text-decoration:none; color:rgba(255, 255, 255,0.50);}
.messages{position:relative;}
.messageCount{border-radius:50%; background-color:red; color:#fefefe; font-size:14px; position:absolute; right:5px; bottom:5px; width:24px; height:24px; padding-top:7%; text-align:center; font-weight:bold;}

#ajaxDiv
{
	position: fixed; top:49%; left:49%; 
	height:100vh !important; 
	width:100vw !important; 
	z-index:9999; 
	overflow:hidden; 
	cursor:wait; 
	margin:0 auto; 
	display:none;
}
#ajaxDiv img
{position: fixed; top:40%; display:inline-block; margin:0 auto; vertical-align:middle; max-height:7%; width:auto; cursor:wait;}

/** Google Map Display **/
div#searchResults
{
	padding:0; border:thin #1b1f42 solid; margin-bottom:0.35em; 
	color:#1b1f42; font-family:inherit;
}
table.searchResults{height:auto; width: 99%; margin:0.5%; cursor:pointer;}

table.searchResults td
{
	height:auto; font-family:inherit; padding:6px; font-size:14px; 
	cursor:pointer; line-height:16px; background-color:#efefef;  display:block;
}
table.noResults, table.noResults td
{
	height:auto; width:99% !important; margin:0.5%; border-radius:3px !important; font-family:inherit; padding:6px; font-size:14px; 
	line-height:16px; background-color:#e7cb7b; color:#fefefe;
}
table.searchResults td:hover:not(.labelResultItem){background-color:#ffffff; color:#1b1f42;}
table td.labelResultItem{cursor:default; background-color:#fefefe;}

/** TESTING EMAILS **/
.multiple-val-input{
        height: auto;
        min-height: 34px;
        cursor: text;
    }
    .multiple-val-input ul{
        float: left;
        padding: 0;
        margin: 0;
    }
    .multiple-val-input ul li{
        list-style: none;
        float: left;
        padding: 3px 5px 3px 5px;
        margin-bottom: 3px;
        margin-right: 3px;
        position: relative;
        line-height: 13px;
        cursor: default;
        border: 1px solid #aaaaaa;
        border-radius: 3px;
        -webkit-box-shadow: 0 0 2px #fefefe inset, 0 1px 0 rgba(0, 0, 0, 0.05);
        box-shadow: 0 0 2px #fefefe inset, 0 1px 0 rgba(0, 0, 0, 0.05);
		-moz-box-shadow: 0 0 2px #fefefe inset, 0 1px 0 rgba(0, 0, 0, 0.05);		
        background-clip: padding-box;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-color: #e4e4e4;
        background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
        background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
        background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
        background-image: linear-gradient(to top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    }
    .multiple-val-input ul li a{
        display: inline;
        color: #333;
        text-decoration: none;
    }
    .multiple-val-input ul li a, .multiple-val-input ul li div{
        display: inline;
        margin-left: 3px;
    }
    .multiple-val-input input[type="text"]{
        float: left;
        border: none;
        outline: none;
        height: 20px;
        min-width: 5px;
        width: 5px;
    }
    .multiple-val-input span.input_hidden{
        font-size: 14px;
        position: absolute;
        clip: rect(0,0,0,0);
    }
/** TESTING EMAILS **/


body
{
	margin:0;
	background: #fefefe;
	font-size:16px;
}
img{border:none;}
::-webkit-input-placeholder 
{ /* Chrome/Opera/Safari */
  color: #4f5d73;
}
::-moz-placeholder 
{ /* Firefox 19+ */
  color: #4f5d73;
}
:-ms-input-placeholder 
{ /* IE 10+ */
  color: #4f5d73;
}
:-moz-placeholder 
{ /* Firefox 18- */
  color: #4f5d73;
  opacity:1;
}
.forms-grids .fieldHint, .forms-grids .error, .forms-grids .success
{
	vertical-align:middle;
	display:inline-flex;
	text-align:left;
	font-style:italic;
	font-family:'open sans', sans-serif;
}

.fieldHint > i {margin-top: 0.25em;}
.forms-grids .fieldHint{color:#0f0f0f; margin-top: -0.4em;}

.forms-grids .error, .error .fa{color:red;}
.forms-grids .success{color:forestgreen;}
.forms-grids .delete{color:red; font-weight:bold; text-align:right}

.data_table
{
    width:100%; margin:10px; padding:10px;
}

.pointer{cursor:pointer}
.data_heading{font-size: 0.9em; font-weight:bold; color:#1b1f42;}
.data_heading:hover{color:#e7cb7b;}

.data-list-button
{
    padding: 4px 12px;
    margin: 5px 5px 0px 0px;
    font-size: 12px;
    float: left;
    background-color: #1b1f42;
    color: #e7cb7b;
    border: none;
    width: 150px;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;	
}
.data-list-button > a
{
	color: #e7cb7b;
}
.data-list-button:hover, .data-list-button:hover > a
{
    background-color: #e7cb7b;
    color: #1b1f42;
	cursor: pointer;
}

h1.title, h2.title, h3.title, h4.title, h5.title, h6.title
{
    color: #1b1f42;
	border-bottom: #e7cb7b 4px solid;
	text-transform:uppercase;
}
h1.title {font-size: 2.25em;}
h2.title {font-size: 2.0em;}
h3.title {font-size: 1.75em;}
h4.title {font-size: 1.5em;}
h5.title {font-size: 1.25em;}
h6.title {font-size: 1.1em;}
h1.title-alt, h2.title-alt, h3.title-alt, h4.title-alt, h5.title-alt, h6.title-alt
{
    color: #e7cb7b;
	border-bottom: #e7cb7b 4px solid;
	text-transform:uppercase;
}
h1.title-alt {font-size: 2.25em;}
h2.title-alt {font-size: 2.0em;}
h3.title-alt {font-size: 1.75em;}
h4.title-alt {font-size: 1.5em;}
h5.title-alt {font-size: 1.25em;}
h6.title-alt {font-size: 1.1em;}

h1.sub, h2.sub, h3.sub, h4.sub, h5.sub, h6.sub{margin-top: 0.25em; font-weight: bold;}
h1.sub {font-size: 2.25em; color: #e7cb7b;}
h2.sub {font-size: 2.0em; color: #e7cb7b;}
h3.sub {font-size: 1.35em; color: #1b1f42;}
h4.sub {font-size: 1.5em; color: #e7cb7b;}
h5.sub {font-size: 1.25em; color: #e7cb7b;}
h6.sub {font-size: 1.1em; color: #e7cb7b;}

li.title{list-style-type:none;}
a.title{color:#1b1f42;}
a.title:active, a.title:focus{color:#e7cb7b;}
/*-- forms --*/
div.loginContent{padding-top:75px; margin-left:10px;}
div.view-password
{
	cursor: pointer;
    position: absolute;
    right: 7%;
    top: 15%;
    font-size: 1.25em;
}
.forms{background-color:rgba(255, 255, 255, 1) !important; min-height:92vh !important; padding-top:10px;/* Jorge */}
.forms h3.title {text-align: left;}
.forms-grids p {margin: 1em 0; color: #1b1f42;}
.forms-grid i.info, div.info, span.info {color:steelblue !important;}
.forms-grids .list-item
{
	position:relative;		
	padding:0;
	margin:0;
}

.forms-grid .list-item-main
{
    outline: none;
    border: 1px solid #1b1f42;
    background: #ffffff;
    font-size: 1em;
    padding: 0.5em 0.7em;
    width: 100%;
	-webkit-appearance:none;
	margin:0; 
}
.forms-grid .list-item-main.readonly {background:#eee; cursor:not-allowed; width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
div.list-item-main{width: 250px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.forms-grid .list-item-action
{
	outline: none;
    border-radius: 100%;
    font-size: 1.2em;
    font-weight: bold;
    font-family: inherit;
    line-height: 1.2em;
    padding: 0;
    height: 20px;
    width: 20px;
    -webkit-appearance: none;
    position: absolute;
    top: -8px;
    right: 8px;
    text-align: center;
    vertical-align: top;
    background-color: white;
}

.forms-grid iframe 
{
    width: 100%;
 
    min-height: 500px;
    border: none;
}
/*
 Any .forms-grid select with a class="noArrow" will not show the arrow:
*/
.forms-grid select:not(.noArrow)
{
	background: url(/media/images/DropDownArrow.png) 94% / 24px no-repeat; -moz-appearance: none;text-indent: 0.01px;text-overflow: '';
	cursor:pointer;
} 
.forms-grid label
{
	text-align: left; 
	vertical-align:middle;
    outline: none;
    background: none;
	font-weight:normal;
    width: 100%;
	-webkit-appearance:none;
}
/*target Internet Explorer 9 and Internet Explorer 10:*/
@media screen and (min-width:0\0) { .forms-grid select{background:none; padding: 5px;}}

/**-- Check boxes & radio buttons **/

label.holder{cursor: pointer; padding:0; margin-top: 0.6em; margin-left: 1.8em; vertical-align:middle; position:relative; max-height:2em; width:100%;}
.holder input {position: relative; opacity: 0;}/* Hide the browser's default checkbox */

button.close, button.close:hover{background-color:#e7cb7b; width:24px; height:24px; color: #fff; margin-top: 7px; margin-right:7px;}
button.close span{color:#fff;}
.close {
  font-size: 24px;
  color: #fff;
  text-shadow: 2px #fff;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.close:hover, .close:focus {
  color: #fff;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.modal-header h5{color:#e7cb7b;}
a.link_contrast:visited, 
a.link_contrast:hover, 
a.link_contrast:focus{color:#e7cb7b; text-decoration:underline;}
td.link_contrast:hover{color:#e7cb7b;}
td.link_contrast{color:#1b1f42;}

/* Create a custom checkbox */
.checkmark 
{
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	margin:0;
	background-color: #fff;
	border:thin solid #1b1f42;
	margin-left: -1.65em;
	padding-right:0.75em;
}
.radiomark 
{
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	margin:0;
	background-color: rgba(37, 65, 204, 1.0);
	border-radius: 50%;
	margin-top: 0.7em;
	margin-left: 0.95em;
}


/* On mouse-over, add a grey background color */
.holder:hover input ~ .checkmark,
.holder:hover input ~ .radiomark {background-color: rgba(37, 65, 204, 1.00);}

/* When the checkbox is checked, add a blue background */
.holder input:checked ~ .checkmark,
.holder input:checked ~ .radiomark {background-color: rgba(37, 65, 204, 1.0);}

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

/* Show the checkmark when checked */
.holder input:checked ~ .checkmark:after,
.holder input:checked ~ .radiomark:after {display: block;}

/* Style the checkmark/indicator */
.holder .checkmark:after
{
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.holder .radiomark:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}
/** Check boxes & radio buttons --**/

.dataList input[type="text"], .dataList select
{
    outline: none;
    border: 1px solid #1b1f42;
    background: none;
    font-size: 1em;
    padding: 0.2em 0.2em;
    width: 100%;
	-webkit-appearance:none;
	/*margin-left:-2px;*/
	margin-bottom: 2px;
}
.dataList select 
{
	background: url(/media/images/DropDownArrow.png) 94% / 24px no-repeat; 
	-moz-appearance: none;
	-webkit-appearance:none;
	/**
	text-indent: 0.01px;
	text-overflow: '';
	**/
	cursor:pointer;
    outline: none;
    border: 1px solid #1b1f42;
    font-size: 1em;
    padding: 0.2em 0.2em;
    width: 100%;
	margin-left:-2px;
	margin-bottom: 2px;	
}

.dataList{background-color:transparent;}
.dataListContent{background-color:#ccc;}
.dataList input[type="checkbox"]
{
	width:16px;
	height:16px;
	margin-top:18px;
	opacity:1 !important;
	outline:none;
}

.forms-grid{font-family:'open sans', sans-serif; color: #1b1f42;}
.forms-grid input[type="text"],
.forms-grid input[type="email"],
.forms-grid input[type="password"],
.forms-grid select,
.forms-grid input[type="tel"],
.forms-grid input[type="image"],
.forms-grid input[type="radio"],
.forms-grid input[type="checkbox"],
.forms-grid input[type="datetime-local"],
.forms-grid input[type="date"],
.forms-grid input[type="time"],
.forms-grid input[type="number"]
{
    outline: none;
    border: 1px solid #1b1f42;
    background: none;
    font-size: 1em;
    padding: 0.7em 1em;
    width: 100%;
	-webkit-appearance:none !important;
	color: #1b1f42;	
}

/**
.forms-grid input[type="submit"]:read-only,
.forms-grid input[type="button"]:read-only,
.forms-grid input[type="submit"]:disabled,
.forms-grid input[type="button"]:disabled,
**/
.hidden{visibility:hidden;}
.forms-grid input[type="text"]:disabled,
.forms-grid input[type="email"]:disabled,
.forms-grid input[type="password"]:disabled,
.forms-grid select:disabled,
.forms-grid input[type="tel"]:disabled,
.forms-grid input[type="number"]:disabled,
.forms-grid input[type="image"]:disabled,
.forms-grid input[type="radio"]:disabled,
.forms-grid input[type="checkbox"]:disabled,
.forms-grid input[type="datetime-local"]:disabled,
.forms-grid input[type="date"]:disabled,
.forms-grid input[type="time"]:disabled,
.forms-grid input[type="text"]:read-only,
.forms-grid input[type="email"]:read-only,
.forms-grid input[type="password"]:read-only,
.forms-grid input[type="tel"]:read-only,
.forms-grid input[type="number"]:read-only,
.forms-grid input[type="image"]:read-only,
.forms-grid input[type="radio"]:read-only,
.forms-grid input[type="checkbox"]:read-only,
.forms-grid input[type="datetime-local"]:read-only,
.forms-grid input[type="date"]:read-only,
.forms-grid input[type="time"]:read-only,
.forms-grid textarea:read-only,
.forms-grid .nicEdit textarea:read-only,
.forms-grid textarea:disabled,
.forms-grid .nicEdit textarea:disabled,
.forms-grid select:disabled
{
	background-color: #eee;
	border:thin grey solid;
	cursor:not-allowed;
	-webkit-appearance:none;
}

.forms-grid input[type="number"].mod::-webkit-outer-spin-button,
.forms-grid input[type="number"].mod::-webkit-inner-spin-button 
{
	/** NB!! requires  class="mod" on the input field!! **/
    -webkit-appearance: none;
    background: url(/media/images/spinButtons.png) 99% 45% no-repeat;
    width: 2em;
    border-left: thin solid #1b1f42;
    position: absolute;
    top: 0;
    right: 1%;
    bottom: 0;
	padding:0.25em;
}

.forms-grid .input-mdl {margin: 1em 0;}
.forms-grid textarea
{
	outline: none;
    border: 1px solid #1b1f42;
    background: none;
    color: #18104b;
    font-size: 1em;
    padding: 0.7em 1em;
    width: 100%;
	-webkit-appearance:none;
	resize:none;
	min-height:10em;
	margin: 0;
}
.nicEdit textarea
{
	outline: none;
    border: 1px solid #1b1f42;
    background: none;
    color: #18104b;
    font-size: 1em;
    padding: 0.7em 1em;
    width: 100%;
	-webkit-appearance:none;
	resize:none;
	min-height:25em;
	margin:  0;
}
::-webkit-input-placeholder {color: #999;}

:-moz-placeholder 
{ /* Firefox 18- */
   color: #999;  
}

::-moz-placeholder 
{  /* Firefox 19+ */
   color: #999;  
}

:-ms-input-placeholder 
{  
   color: #999;  
}
.forms-grid input[type="submit"], .forms-grid input[type="button"], .forms-grid button 
{
	-webkit-appearance: none !important; 
    outline: none;
    border: none;
    background: #1b1f42;/*#745EC5*/;
    color: #ffffff;
    padding: 0.8em 0;
	margin: 3px 0;
    width: 100%;
    text-align: center;
    font-size: 1em;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
	font-weight:bold;
	border-radius: 3px;
	cursor:pointer;
	line-height: .8;
}

.forms-grid input[type="submit"], .forms-grid input[type="button"]:hover:enabled
{
	background:#e7cb7b;
	color:#fefefe;
	font-weight:bold;
	-webkit-appearance: none;
}

#frmDataList td{margin:0; padding-left:2px; vertical-align:middle;}

input[type="text"].searchTextBox
{
	font-family:"open sans", "Font Awesome 5 Pro";
	font-weight:300
}

.sable_data_row{background-color:#eee;font-size: 0.9em;}
.sable_data_row_alt{background-color:#fefefe;font-size: 0.9em;}
tr.sable_data_row_alt:hover,tr.sable_data_row:hover{background-color:rgba(26, 31, 65, .35);}

.switch
{
  display: table-cell;
  vertical-align: middle;
  padding: 0px;
}
.form-toggle 
{
	position: absolute;
	margin-left: -9999px;
	visibility: hidden; 
}

.form-toggle + label 
{
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

input.form-toggle-yes-no + label 
{
  padding: 0px;
  width: 120px;
  height: 35px;
}
input.form-toggle-yes-no + label:before, input.form-toggle-yes-no + label:after 
{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  color: #fefefe;
  font-size: 20px;
  text-align: center;
  line-height: 35px;
}
input.form-toggle-yes-no + label:before 
{
  background-color: #e7cb7b;
	color: #1b1f42;
  content: attr(data-off);
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  transition: transform 0.5s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  	cursor:pointer;
	border-radius:3px;
}

/*input.form-toggle-yes-no:disabled + label*/
input.form-toggle-yes-no:disabled + label:before, input.form-toggle-yes-no:disabled + label:after
{
	background-color: #eee;
	border:thin grey solid;
	cursor:not-allowed;
	color:#1b1f42;
	font-weight:normal;
}

input.form-toggle-yes-no + label:after 
{
  background-color: #1b1f42;
  content: attr(data-on);
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  	cursor:pointer;
	border-radius:3px;  
}
input.form-toggle-yes-no:checked + label:before 
{
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
input.form-toggle-yes-no:checked + label:after 
{
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
  transform: rotateY(0);
}
.imageUploaded
{
	position:relative;
	border: #ffffff thin solid;
	border-collapse:collapse;
	margin:0;
	margin-right:1em;
	border-spacing:1em;
	padding:0.25em;
	background-clip:content-box; /* works with the padding value. */
	background-position:center center;
	background-size:contain;
	background-color:RGBA(255, 255, 255, 0.25);
	height:195px;
	width:195px;
	background-repeat:no-repeat;
}
.imageSelected{border:medium #e7cb7b solid;}
.imageOrderDiv
{
	position:absolute;
	bottom:4px;
	right:4px;
	background-color:#bbb;
	color:#fccc3a;
	z-index:60;
	cursor:pointer;
	width: 2em;
	height:2em;
	border-radius:100%;
}
.imageOrderDiv h3{text-align:center; vertical-align:middle; font-weight:bold;}
.imageOrderDiv:hover{background-color: #ffffff;}
.featuredImage
{
	border:medium #e7cb7b double;
}
.imageOrderSelectedDiv
{
	position:absolute;
	bottom:4px;
	right:4px;
	color:#fff;
	z-index:60;
	cursor:pointer;
	width: 2em;
	height:2em;
	text-align:center;
	align-content:center;
	background-color:#e7cb7b;
	border-radius:100%;
}
.imageOrderSelectedDiv h3{text-align:center; vertical-align:middle; font-weight:bold;color:#fff;}
.imageCloseDiv
{
	position:absolute;
	top:4px;
	right:4px;
	background-color:transparent;
	color:#e7cb7b;
	z-index:50;
	cursor:pointer;
}
.imageCloseDiv h3{text-align:center; vertical-align:middle; font-weight:bold; font-size:1.5em;}
.imageCloseDiv i:hover{color: #e7cb7b;}
.text-underline{text-decoration:underline}

/* UPLOAD PROGRESS */
#bar_blank 
{
  border: solid 1px #000;
  height: 20px;
  width: 300px;
}

#bar_color 
{
  background-color: #1b1f42;
  height: 20px;
  width: 0px;
}

#bar_blank, #hidden_iframe 
{
  display: none;
}
/* CSS used here will be applied after bootstrap.css */	/* custom checkboxes */
	.custom-checkbox > [type="checkbox"],
	.custom-checkbox > label{
		margin-bottom:0px !important;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		color: #1b1f42;
	}
	.custom-checkbox a{color: #1b1f42; text-decoration:underline;}
	.custom-checkbox a:hover{color: #e7cb7b; text-decoration:none;}
	.custom-checkbox > [type="checkbox"]:not(:checked),
	.custom-checkbox > [type="checkbox"]:checked {
		position: absolute;
		left: -9999px;
	}
	.custom-checkbox > [type="checkbox"]:not(:checked) + label,
	.custom-checkbox > [type="checkbox"]:checked + label {
		position: relative;
		padding-left: 22px;
		cursor: pointer;
	}
	.custom-checkbox > [type="checkbox"]:not(:checked) + label:before,
	.custom-checkbox > [type="checkbox"]:checked + label:before {
		content: '';
		position: absolute;
		left:0; 
		top: 50%;
		margin-top:-9px;
		width: 17px; 
		height: 17px;
		border: 1px solid #e7cb7b;
		background: #fefefe;
		border-radius: 2px;
	}
	.custom-checkbox > [type="checkbox"]:not(:checked) + label:after,
	.custom-checkbox > [type="checkbox"]:checked + label:after {
		font: normal normal normal 12px/1 'Glyphicons Halflings';
		content: '\e013';
		position: absolute;
		top: 50%;
		margin-top:-7px;
		left: 2px;
		color: #1ff931;
		xtransition: all .2s;
	}
	
	.custom-checkbox > [type="checkbox"]:not(:checked) + label:after {
		opacity: 0;
		transform: scale(0);
	}
	.custom-checkbox > [type="checkbox"]:checked + label:after {
		opacity: 1;
		transform: scale(1);
	}
	
	.custom-checkbox > [type="checkbox"][data-indeterminate] + label:after,
	.custom-checkbox > [type="checkbox"][data-indeterminate] + label:after {
		content: '\2212';
		left: 2px;
		opacity: 1;
		transform: scale(1);
	}
	
	.custom-checkbox > [type="checkbox"]:disabled:not(:checked) + label:before,
	.custom-checkbox > [type="checkbox"]:disabled:checked + label:before {
	  	box-shadow: none;
	  	background-color: #E1DFDF;
		border-color: #1b1f42;
		cursor: not-allowed;
		opacity: 1;
		color: #1b1f42;
	}
	.custom-checkbox > [type="checkbox"]:disabled:checked + label:after {
	  color: #1b1f42; cursor: not-allowed;
	}
	.custom-checkbox > [type="checkbox"]:disabled + label {
	  color: #e7cb7b; cursor: not-allowed;
	}
	.custom-checkbox > [type="checkbox"]:checked:focus + label:before,
	.custom-checkbox > [type="checkbox"]:not(:checked):focus + label:before {
		border: 1px solid #7C7A7A;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
	}
	.custom-checkbox > label:hover:before {
  		border: 1px solid #e7cb7b !important;
	}
	.custom-checkbox > [type="checkbox"]:disabled:not(:checked) + label:hover:before,
	.custom-checkbox > [type="checkbox"]:disabled:checked + label:hover:before{
		border: 1px solid #e7cb7b !important;
	}
	

.expandSub  i{color:#1b1f42 !important;}
.expandMain i{color:#fefefe    !important;} 
.expandOpenClose, .expandOpenClose i
{
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;	
	display:inline-block;
	vertical-align:middle;	
} 
.expandClose, .expandClose i
{
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}
.expandOpen, .expandOpen i 
{	
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);	
}

	/** Events Calendar Table **/
table .sableEvents
{
	/**width="100%" cellpadding="0" cellspacing="0" border="0"**/
	border:thin red solid;	
}

/** Events Calendar **/
table.calendar_table
{
	border-collapse:separate !important;
	border-radius:3px;
	padding:5px; 
	border-spacing:5px;
	width:100%;
	table-layout: fixed;
}

@media (max-width:768px)
{
	table.calendar_table
	{
		overflow-x: auto;
		width:170vw !important;
	}
}

table.calendar_table td{border-radius:3px; padding: 3px;}
table.calendar_table td.link i{color: #e7cb7b; font-weight:200;} /* next & Previous month arrows */
table.calendar_table td.heading3{color: #1b1f42; font-weight:bold; font-size:24px; text-transform:uppercase; text-align:center;} /* Display Date */
table.calendar_table td.heading3 span{color: #1b1f42; font-weight:500; font-size:24px; text-transform:uppercase;} /* Display Date */
td.calendar_heading
{
	text-align:center;
	width:14%;
	font-weight:bold;
	background-color:#1b1f42;
	font-size: 18px;
	color: #fff;
	text-transform:uppercase;
	letter-spacing:2px;
}
.calendar_style
{
	text-align:center;
	width:14%;
	color:#e7cb7b;
}
.calendar_off_month
{
	text-align:center;
	width:14%;
	border:thin white solid;
	color: #fff;
	background-color:transparent;
	font-size:14px;
}
.calendar_day
{
	text-align:left;
	width:14%;
	background-color:#eee;
	color:#1b1f42;
	font-size:14px;
}

.calendar_day_select
{
	text-align:center;
	width:14%;
	background-color:springgreen;
	font-weight: bold;
	font-size:14px;
	color:#1b1f42; /*#1b1f42*/
	box-shadow: 1px 3px 8px #888;
	-moz-box-shadow: 1px 3px 8px #888;
	-webkit-box-shadow: 1px 3px 8px #888;
	transform: scale(1.05)
}

.calendar_day_sunday
{
	text-align:center;
	width:14%;
	background-color:antiquewhite;
	font-weight: bold;
	font-size:14px;
	color:#1b1f42; /*#1b1f42*/
}

.calendar_day_holiday
{
	text-align:center;
	width:14%;
	background-color:antiquewhite;
	font-weight: bold;
	font-size:14px;
	color:#1b1f42; /*#1b1f42*/
}

table.calendar_events{table-layout:fixed; width:100%;}
table.calendar_events td{width: auto; height:32px; justify-content:center; font-size:16px; text-align: left;}
table.calendar_events td span{font-size:13px;}
table.calendar_events td.day
{
    background-color: rgba(255, 255, 255, 0.8);
    text-align: center;
    font-weight: bold;
}
table.calendar_events td.event_day{text-align:center; font-weight:bold; padding:-5px;}
td.calendar_day_select table.calendar_events td i{color:#1b1f42;}