@charset "utf-8";
/**
Color Map
---------- 
Colours:
Dark Blue:		#1b313e rgb(27, 49, 62)
Lighter Blue:	#1f94d2 rgb(31, 148, 210)
**/

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

/**
#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;}
**/
#tblDataList{width:100%; display:block; overflow:auto;}
#frmDataList{margin:0; padding-left:5px; padding-right:5px; background-color:rgba(255, 255, 255, 0.90) !important;}
#frmDataList  p{margin:0.5em;}

.hide
{
  display: none !important;
}

#installContainer 
{
    position: absolute;
    top: 50%;
    width: 35vw;
    border: 2px solid #1b313e;
    border-spacing: 0.15em;
    border-radius: 8px;
    background-color: white;
    left: 50%;
    padding: 0.3em;
    z-index: 99998;
    -webkit-box-shadow: -5px 6px 16px 1px rgba(27, 49, 62, 0.75);
    -moz-box-shadow: -5px 6px 16px 1px rgba(27, 49, 62, 0.75);
    box-shadow: -5px 6px 16px 1px rgba(27, 49, 62, 0.75);
    transform: translateX(0%) translateY(0%) !important;
	  -webkit-transition: left 1s ease;
	  transition: left 1s ease;
	  transform: translateX(-50%) translateY(-50%) !important;
}

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

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

#qrcode canvas{display:inline !important;}

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

.sableDashboardMenu
{
	float:left;
	background-color:#1b313e;
	min-height:100% !important;
	height:auto !important;
	position: absolute;
	border-right-color:#1b313e;
	border-right-width:1px;
	display: block;
	z-index: 5;
}

.sableDashboardContent
{
	background-color:#ccc;
	/**
	background-color:rgba(255,255,255,0.90);
	background: url(/themes/sable/images/banner10.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: auto;
	background-attachment: fixed;
	**/
}

div.assist-button a, div.assist-button a:active {color: #1f94d2;}
div.assist-button a:hover {color: red;}

.ibox > .assist-button, .ibox > .collapse-expand-button
{
	position: absolute;
	z-index: 999;
	right: 20px;
	top: 5px;
}

summary.sableHeader {margin-left:0; background-color: #1f94d2;}
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:0; left:0;
	height:100vh !important; 
	width:100vw !important; 
	z-index:9999; 
	overflow:hidden; 
	cursor:wait; 
	margin:0 auto; 
	background-color: rgba(27, 49, 62, 0.4) !important;
}
#ajaxDiv img
{
	position: fixed;
	top:50%; 
	left: 50%;
	display:inline-block; 
	margin:0 auto; 
	vertical-align:middle; 
	max-height:7%; 
	width:auto; 
	cursor:wait;
	transform: translate(-50%, -50%);
}

/** Google Map Display **/
div.mapSearchResults
{
    padding: .3rem;
    border-radius: .25rem;m
    border: 1px solid #ced4da;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 0.35em;
    color: #495057;
    font-family: inherit;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    background: white;
    font-size: 14px;
}
table.searchResults
{
    height: auto;
    width: 100%;
    /* margin: 0.5%; */
    cursor: pointer;
    border-radius: 0.25rem !important;
    background: transparent;
    border: none;
}

table.searchResults td
{
    padding: .25rem;
    /*border-radius: 0.25rem !important;*/
	border:none;
    border-bottom: 1px solid #ced4da;
    /* font-weight: 400; */
    /* line-height: 1.5; */
    /* margin-bottom: 0.35em; */
    color:#1b313e;
    font-family: inherit;
    /* width: 100%; */
    /* background-color: white; */
    font-size: 14px;
}

table.searchResults td:(:last-child):after
{
	border-bottom: none;
}

table.noResults, table.noResults td
{
	border-radius:5px !important; font-family:inherit; padding:6px; font-size:14px; 
	line-height:16px; background-color:#ed1943; color:#fefefe;
}
table.searchResults td:hover:not(.labelResultItem)
{
	background-color:#ffffff; color:#1f94d2;
}
table td.labelResultItem
{
	cursor: default;
    background-color: #1f94d2;
    color: white;
    padding: .25rem;
	border:none !important;
	border-radius: 0.25rem;
}

/** 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);
        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;
}
header.header_sub{padding: 10px 0;} 
div.container.forms-grids{width:100%;}
.forms-grids .fieldHint, .forms-grids .error, .forms-grids .success, .forms-grids .warning
{
	vertical-align:middle;
	text-align:left;
	font-style:italic;
	/*font-family:"Open Sans","Arial Black", Helvetica, sans-serif;*/
}


.forms-grids i {color:#1f94d2 !important;}
.fieldHint > i {/**margin-top: 0.25em;**/}
.forms-grids .fieldHint{color:#1b313e; margin-top: 0;}
.forms-grids .hintUnder{margin-top: 0px;}
.forms-grids .error, .error i.fa, .forms-grids .error i.fa{color:darkred !important;}
.forms-grids .success, .success i.fa, .forms-grids .success i.fa{color:forestgreen !important;}
.forms-grids .delete, .delete i.fa, .forms-grids .delete i.fa{color:crimson !important; font-weight:bold; text-align:right;}
.forms-grids .warning, .warning i.fa, .forms-grids .warning i.fa{color:orange; font-weight:bold; text-align:right;}
.forms-grids label.hilite, label.hilite i.fa, .forms-grids label.hilite i.fa{color:yellow !important;}
span.hilite
{
    color: #1f94d2 !important;
}

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

.fontAwesomeDisplay
{
	font-family:'Font Awesome 5 Pro', 'Font Awesome 5 Brands';
	font-style: normal;
	font-weight: 900;
	font-display: auto;		
}

select.fontAwesomeList, select.fontAwesomeList option
{
	font-family:'Font Awesome 5 Pro', 'Font Awesome 5 Brands';
	font-style: normal;
	font-weight: 900;
	font-display: auto;		
	text-align: center;
	font-size:26px;	
}

.pointer{cursor:pointer !important}
.data_heading{font-size: 0.9em; font-weight:bold; color:#474747;}
.data_heading:hover{color:#1f94d2;}

.data-list-button
{
    padding: 4px 12px;
    margin: 5px 5px 0px 0px;
    font-size: 12px;
    float: left;
    background-color: #1b313e;
    color: #white;
    border: none;
    width: 150px;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;	
}
span.data-list-button > a
{
	color: white !important;
	text-decoration:none;
}
span.data-list-button > a:hover
{
	color: red !important;
}
span.data-list-button > a > i.fa:hover
{
	color: cyan !important;
	cursor: pointer;
}

div.forms-grid.info div, div.forms-grid.info label, div.forms-grid.info span
{
    color: steelblue !important;
	font-weight: bold;
}

div.forms-grid.info p
{
    margin:0 0 6px 0;
}

h1.title, h2.title, h3.title, h4.title, h5.title, h6.title
{
    color: #1b313e;
	border-bottom: #1f94d2 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: #1f94d2;
	border-bottom: #1f94d2 4px solid;
	text-transform:uppercase;
}
h1.title-alt {font-size: 2.0em;}
h2.title-alt {font-size: 1.8em;}
h3.title-alt {font-size: 1.6em;}
h4.title-alt {font-size: 1.4em;}
h5.title-alt {font-size: 1.2em;}
h6.title-alt {font-size: 1.0em;}

h1.sub, h2.sub, h3.sub, h4.sub, h5.sub, h6.sub{margin-top: 0.25em; font-weight: bold;}
h1.sub {font-size: 2.0em; color: #1b313e;}
h2.sub {font-size: 1.8em; color: #1b313e;}
h3.sub {font-size: 1.6em; color: #1f94d2;}
h4.sub {font-size: 1.4em; color: #1b313e;}
h5.sub {font-size: 1.2em; color: #1b313e;}
h6.sub {font-size: 1.0em; color: #1b313e;}

h1.sub-alt, h2.sub-alt, h3.sub-alt, h4.sub-alt, h5.sub-alt, h6.sub-alt{margin-top: 0; font-weight: bold; padding: 5px 0px;}
h1.sub-alt {font-size: 2.0em; color: #fff;}
h2.sub-alt {font-size: 1.8em; color: #fff;}
h3.sub-alt {font-size: 1.6em; color: #fff;}
h4.sub-alt {font-size: 1.4em; color: #fff;}
h5.sub-alt {font-size: 1.2em; color: #fff;}
h6.sub-alt {font-size: 1.0em; color: #fff;}

h1.hilite, h2.hilite, h3.hilite, h4.hilite, h5.hilite, h6.hilite{margin-top: 0; font-weight: bold; padding: 5px 0px;}
h1.hilite {font-size: 2.0em; color: #1f94d2;}
h2.hilite {font-size: 1.8em; color: #1f94d2;}
h3.hilite {font-size: 1.6em; color: #1f94d2;}
h4.hilite {font-size: 1.4em; color: #1f94d2;}
h5.hilite {font-size: 1.2em; color: #1f94d2;}
h6.hilite {font-size: 1.0em; color: #1f94d2;}

li.title{list-style-type:none;}
a.title{color:#1b313e;}
a.title:active, a.title:focus{color:#1f94d2;}
/*-- forms --*/
div.loginContent{padding-top:75px; margin-left:10px;}
div.view-password
{
		cursor: pointer;
		position:absolute;
		right: 7%;
		top:25%;
}
div.input-button
{
	cursor: pointer !important;
    position: absolute;
    right: 1%;
    top: 12%;
    background: black;
    width: 30px;
    text-align: center;
    height: 75%;
    align-content: center;
    display: inline-block;
    margin: auto;
	color:#1f94d2;
}
div.input-button:hover
{
	background-color: #1f94d2;
	color: #fefefe;
}
div.input-button i
{
	color:#fefefe !important;
	cursor: pointer !important;
}
div.input-button i:hover
{
	color: #fefefe;
}

.forms
{
	background-color:rgba(255, 255, 255, 1) !important; 
	/**min-height:92vh !important;**/
	padding:10px 0px;
	display: flex;/* Jorge */
}
.forms h3.title {text-align: left;}
.forms-grids p {margin: 1em 0; color: #1b313e;}
.forms-grids .list-item
{
	position:relative;		
	/*padding:0;*/
	margin: 2px 0 8px 0;
}

.forms-grids .list-item-main
{
    outline: none;
    border: thin grey solid;
    background: #ffffff;
    font-size: 1em;
    padding: 0.5em 0.7em;
    width: 100%;
	-webkit-appearance:none;
	-moz-appearance:none;
	margin:0; 
}

.forms-grids .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;
}

div#medicationElement div.list-item-main
{
	white-space: normal !important;
}

.forms-grids .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: 19px;
    width: 19px;
    -webkit-appearance: none;
	-moz-appearance:none;
    position: absolute;
    top: -8px;
    right: 8px;
    text-align: center;
    vertical-align: top;
    background-color: #1f94d2;
	z-index:999;
}
.forms-grids .list-item-action i
{
	color: #fefefe !important;
}
.forms-grids .list-item-main.tagItem
{
    outline: none;
    border: 1px solid #1f94d2 ;
    background: #1f94d2 ;
	color:#ffffff;
    font-size: 1em;
    padding: 0.5em 0.7em;
    width: 100%;
	-webkit-appearance:none;
	-moz-appearance:none;
	margin:0; 
	border-radius:10px;
	display:inline-block;
}

.forms-grids .tagItem .list-item-action
{
	font-size:1.5em;
	line-height:0;
}

.forms-grids iframe 
{
    width: 100%;
 
    min-height: 500px;
    border: none;
}

input.has-prefix, select.has-prefix
{
    position: relative;
    padding-left: 50px !important;
}

label.prefix
{
    position: absolute;
    top: 0;
    -webkit-transform: translateY(10%);
    -moz-transform: translateY(10%);
    transform: translateY(10%);
    left: 19px;
    color: #fff;
    font-weight: bold !important;
    background-color: #1f94d2 !important;
    border: thin solid transparent;
    text-align: center !important;
    width: 42px !important;
    height: 32.5px;
    line-height: 32px;
}
/*
 Any .forms-grid select with a class="noArrow" will not show the arrow:
*/
.container.forms-grids select:not(.noArrow)
{
	background: url(/media/images/DropDownArrow.png) 98% / 24px no-repeat;
	text-indent: 0.01px;
	cursor:pointer;
	-moz-appearance: none;
	-webkit-appearance:none;
	background-color: #fff;
}

.forms-grids label
{
	text-align: left; 
	vertical-align:middle;
    outline: none;
    background: none;
	font-weight:normal;
    width: 100%;
	-webkit-appearance:none;
	-moz-appearance:none;
}

/* Chrome, Safari, Edge, Opera */
.phone_no::-webkit-inner-spin-button, 
.phone_no::-webkit-outer-spin-button 
{
    -webkit-appearance: none !important;
    margin: 0 !important;
    -moz-appearance:textfield !important;
}

/*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 **/
.forms-grids label.holder {
    cursor: pointer;
    padding: 0;
    margin-top: 0.6em;
    margin-left: 1.8em;
    vertical-align: middle;
    position: relative;
    max-height: 2em;
    color: #1b313e;
}

.forms-grids label.holder a
{
	color:#1b313e;
	text-decoration: underline;
}
.forms-grids label.holder a:hover
{
	color:	#1f94d2;
	text-decoration: underline !important;
	cursor: pointer !important;
	font-weight: bold;
}
.forms-grids .holder input {position: relative; opacity: 0;}/* Hide the browser's default checkbox */

button.close, button.close:hover{background-color:indianred; width:26px; height:26px; color: #fff;}
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:#1f94d2;}
a.link_contrast:visited, 
a.link_contrast:hover, 
a.link_contrast:focus
{
	color:#1f94d2;
	text-decoration:underline;
	cursor: pointer !important;
}

a.link_login:visited, a.link_login:focus
{
	color:#1b313e !important;
	cursor: pointer !important;
	text-decoration:none !important;
	cursor: pointer !important;
}

a.link_login:hover
{
	color:#1f94d2 !important;
	text-decoration:underline !important;
	cursor: pointer !important;
}

/* Create a custom checkbox */
.checkmark 
{
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	margin:0;
	background-color: #fff;
	border:thin solid #1b313e;
	margin-left: -1.65em;
	padding-right:0.75em;
}
.radiomark 
{
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	margin:0;
	background-color: rgba(0, 159, 224, 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(0, 159, 224, 1.00);}

/* When the checkbox is checked, add a blue background */
.holder input:checked ~ .checkmark,
.holder input:checked ~ .radiomark {background-color: rgba(0, 159, 224, 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"]
{
    outline: none;
    border: 1px solid #ccc;
    background: white;
    font-size: 1em;
    padding: 0.2em 0.2em;
    width: 100%;
	-moz-appearance: none;
	-webkit-appearance:none;
	margin-left:-2px;
	margin-bottom: 2px;
}
input[type="text"].searchTextBox
{
	font-family:"salma_promedium", "Font Awesome 5 Pro" !important;
	font-weight:300;
}
input[type="text"].searchTextBox::after
{
	content: "\xF002;";
}


.dataList select:not(.noArrow) 
{
	background: url(/media/images/DropDownArrow.png) 98% / 24px no-repeat; 
	-moz-appearance: none;
	-webkit-appearance:none;
	cursor:pointer;
    outline: none;
    border: 1px solid #ccc;
    font-size: 1em;
    padding: 0.2em 0.2em;
    width: 100%;
	margin-left:-2px;
	margin-bottom: 2px;	
	background-color: none;
}

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

.forms-grids
{
	/*font-family:"Open Sans","Arial Black", Helvetica, sans-serif;*/
	color: #1b313e;
}
.forms-grids input[type="text"],
.forms-grids input[type="email"],
.forms-grids input[type="password"],
.forms-grids select,
.forms-grids input[type="tel"],
.forms-grids input[type="image"],
.forms-grids input[type="radio"],
.forms-grids input[type="checkbox"],
.forms-grids input[type="datetime-local"],
.forms-grids input[type="date"],
.forms-grids input[type="time"],
.forms-grids input[type="number"]
{
    outline: none;
    border: 1px solid #1b313e;
    background: none;
    font-size: 1em;
    padding: 0.7em 1em;
    width: 100%;
	-webkit-appearance:none;
	-moz-appearance:none;
	color: #1b313e;	
}
.hidden{visibility:hidden;}

tr.table-radio{height:40px;}
tr.table-radio input[type="radio"]
{
    border: thin #1b313e solid;
    -webkit-appearance: checkbox;
    cursor: auto !important;
    width: 24px;
    height: 24px;
    top: 4px;
    position: relative;
    margin: 0 3px;
	accent-color: green; /* Makes the radio button dot green*/
}


tr.table-radio label{position:relative; top:-5px; display:inline;}

.filepath
{
	white-space: nowrap; overflow: hidden; text-overflow: ellipsis; 
	direction: rtl; text-align: left;
}

/** RANGE SLIDER **/
.slidecontainer
{
   /* width: 100%;Width of the outside container */
   padding-top:0.7em;
}

/* The slider itself */
.slider
{
  -webkit-appearance: none;  /* Override default CSS styles */
	-moz-appearance:none;
  appearance: none;
  width: 100%; /* Full-width */
  height: 0.5em; /* Specified height */
  background: #1b313e; /* Grey background */
  outline: none; /* Remove outline */
  opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
  -webkit-transition: .2s; /* 0.2 seconds transition on hover */
  transition: opacity .2s;
}

/* Mouse-over effects */
.slider:hover{opacity: 1; /* Fully shown on mouse-over */}

/* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */ 
.slider::-webkit-slider-thumb 
{
  -webkit-appearance: none; /* Override default look */
	-moz-appearance:none;
  appearance: none;
  width: 1em; /* Set a specific slider handle width */
  height: 1.25em; /* Slider handle height */
  background: #1f94d2; /* Green background */
  cursor: pointer; /* Cursor on hover */
}

.slider::-moz-range-thumb 
{
  width: 1em; /* Set a specific slider handle width */
  height: 1.25em; /* Slider handle height */
  background: #e88b00; /* Green background */
  cursor: pointer; /* Cursor on hover */
}

#mapCoords
{
	font-size:14px;
	color: whitesmoke;
}
.forms-grids input[type="text"]:disabled,
.forms-grids input[type="email"]:disabled,
.forms-grids input[type="password"]:disabled,
.forms-grids input[type="tel"]:disabled,
.forms-grids input[type="number"]:disabled,
.forms-grids input[type="image"]:disabled,
.forms-grids input[type="radio"]:disabled,
.forms-grids input[type="checkbox"]:disabled,
.forms-grids input[type="datetime-local"]:disabled,
.forms-grids input[type="datetime-local"]:read-only,
.forms-grids input[type="date"]:disabled,
.forms-grids input[type="time"]:disabled,
.forms-grids input[type="text"]:read-only,
.forms-grids input[type="email"]:read-only,
.forms-grids input[type="password"]:read-only,
.forms-grids input[type="tel"]:read-only,
.forms-grids input[type="number"]:read-only,
.forms-grids input[type="image"]:read-only,
.forms-grids input[type="date"]:read-only,
.forms-grids input[type="time"]:read-only,
.forms-grids textarea:read-only,
.forms-grids .nicEdit textarea:read-only,
.forms-grids textarea:disabled,
.forms-grids .nicEdit textarea:disabled,
.forms-grids input[type="submit"]:disabled,
.forms-grids input[type="button"]:disabled,
.forms-grids select:disabled,
.forms-grids select:disabled > option
{
	background-color: #eee !important;
	border:thin grey solid !important;
	cursor:not-allowed !important;
	color: #1b313e !important;
	opacity: 1  !important;
	filter: alpha(opacity=100)  !important;
	background-image: none !important;
}

.forms-grids input[type="radio"]:disabled
{
	border:thin solid #ccc !important;
}
label.rb-option[disabled] span
{
	color:#888 !important;
}

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

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

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

input::-webkit-input-placeholder
{
	color: #999;
	font-style: normal !important;
}

input::-moz-placeholder 
{  /* Firefox 19+ */
	color: #999;
	font-style: normal !important;
}

input::-ms-input-placeholder 
{  
	color: #999;
	font-style: normal !important;
}

.forms-grids input[type="submit"], .forms-grids input[type="button"], .forms-grids button 
{
    outline: none;
    border: none;
    background-color: #1b313e;/*#745EC5*/;
    color: #fefefe;
    width: 100%;
    text-align: center;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    -webkit-appearance: none !important;
	-moz-appearance:none;
	font-weight:bold;
	border-radius: 3px;
	cursor:pointer;
    margin: 3px 0;
	text-transform:uppercase;
	height:43px;
}

.forms-grids input[type="submit"]:hover, .forms-grids input[type="button"]:hover, .forms-grids button:hover, .forms-grids button:hover i
{
	background:#1f94d2;
	color:#fefefe;
	font-weight:bold;
}

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

.sable_data_row{background-color:#eee;font-size: 0.9em;}
.sable_data_row_alt{background-color:#fefefe;font-size: 0.9em;}
div.row.sable_data_row div, div.row.sable_data_row_alt div{align-content: center;}
tr.sable_data_row_alt:hover,tr.sable_data_row:hover{background-color:rgba(0, 174, 239, .2);}

td.link_contrast:hover
{
	color: #1f94d2;
}

.rb-wrapper
{
    display: inline;
    background: transparent;
    height: 45px;
    width: 100%;
    align-items: flex-start;
    justify-content: flex-start;
    border-radius: 3px;
    padding: 0;
    margin: 0;	
}

.rb-wrapper .rb-option
{
    background: #fff;
    height: 45px;
    width: 134px;
    display: inline-flex;
    align-items: center;
    justify-content: space-evenly;
    margin: 5px 0 0 2px;
    border-radius: 5px;
    cursor: pointer;
    padding: 0 10px;
    border: 1px solid #1b313e;
    transition: all 0.3s ease;
    color: #1b313e;
}
.rb-wrapper .rb-option.upload, .rb-wrapper .rb-option.sign
{
	width: 200px !important;
}

.rb-wrapper .rb-option .rb-dot
{
	height: 20px;
	width: 20px;
	background: #eee;
	border-radius: 50%;
	position: relative;
}
.rb-wrapper .rb-option .rb-dot::before
{
	position: absolute;
	content: "";
	top: 4px;
	left: 4px;
	width: 12px;
	height: 12px;
	background: #1f94d2;
	border-radius: 50%;
	opacity: 0;
	transform: scale(1.5);
	transition: all 0.3s ease;
}
/**
input[type="radio"]
{
	display: none;
}
**/
label.rb-option[disabled]
{
	border: 1px solid #ccc !important;
    background-color: #eee !important;
    cursor: not-allowed;
}
label.rb-option[disabled] > div.rb-dot::before
{
	 background-color: #1f94d2 !important;
}
.rb-wrapper .rb-option span
{
	font-size: 18px;
	color: #808080;
	font-weight: bold;
}

.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: #1f94d2;
  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:#1b313e;
	font-weight:normal;
}

input.form-toggle-yes-no + label:after 
{
  background-color: #1b313e;
  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);
}

input[type="file"] 
{
    display: none;
}
.custom-file-upload, .forms-grids label.custom-file-upload 
{
    outline: none;
    background-color: #1b313e !important;
    padding: 0.8em;
    text-align: center;
    -webkit-appearance: none;
	-moz-appearance:none;
    text-transform: uppercase;
    border-radius: 3px;
    border: thin #1b313e solid;
    color: white;
	cursor: pointer;
	font-weight: bold;
	font-family: 'salma_promedium';
    font-size: 1.1em !important;
}

.custom-file-upload:hover, .forms-grids label.custom-file-upload:hover 
{
    background: #1f94d2 !important;
    color: #fefefe !important;
}

.custom-file-upload:hover i, .forms-grids label.custom-file-upload:hover i
{
    color: #fefefe !important;
}

.imageUploaded
{
	position:relative;
	border: #ccc 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;
	margin-bottom:1em;
}
.imageSelected{border:medium #1f94d2 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: #1f94d2;}
.featuredImage
{
	border:medium #1f94d2 double;
}
.imageOrderSelectedDiv
{
	position:absolute;
	bottom:4px;
	right:4px;
	color:#fff;
	z-index:60;
	cursor:pointer;
	width: 2.5em;
	height:2.5em;
	text-align:center;
	align-content:center;
	background-color:#1f94d2;
	border-radius:100%;
}
.imageOrderDiv h3
{
    text-align: center;
    vertical-align: middle;
    color: #1b313e;
    margin: 7px 5px;
}
.imageOrderSelectedDiv h3
{
    text-align: center;
    vertical-align: middle;
    color: #fff;
    margin: 7px 5px;
}
.imageCloseDiv
{
	position:absolute;
	top:4px;
	right:4px;
	background-color:transparent;
	color:#1f94d2;
	z-index:50;
	cursor:pointer;
}
.imageCloseDiv h3{text-align:center; vertical-align:middle; font-weight:bold; font-size:1.5em;}
.imageCloseDiv i:hover{color: red !important;}
.text-underline{text-decoration:underline}

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

#bar_color 
{
  background-color: #1b313e;
  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: #1b313e;
	}
	.custom-checkbox a{color: #1b313e; text-decoration:underline;}
	.custom-checkbox a:hover{color: #1f94d2; 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 #1f94d2;
		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: #1b313e;
		cursor: not-allowed;
		opacity: 1;
		color: #1b313e;
	}
	.custom-checkbox > [type="checkbox"]:disabled:checked + label:after {
	  color: #1b313e; cursor: not-allowed;
	}
	.custom-checkbox > [type="checkbox"]:disabled + label {
	  color: #1f94d2; 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 #1f94d2 !important;
	}
	.custom-checkbox > [type="checkbox"]:disabled:not(:checked) + label:hover:before,
	.custom-checkbox > [type="checkbox"]:disabled:checked + label:hover:before{
		border: 1px solid #1f94d2 !important;
	}
	

.expandSub  i{color:#000000 !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;
	cursor: pointer;
} 
.expandClose, .expandClose i
{
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	cursor: pointer;
	display: inline-block;
}
.expandOpen, .expandOpen i 
{	
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	cursor: pointer;
}

/***** BEGIN: AJAX Toast Messages *****/
#toastDiv
{
    display: none;
    /* min-width: 250px; */
    /* margin-left: -125px; */
    background-color: #333;
    color: #fff;
    text-align: left;
    border-radius: 4px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    top: 10vh;
    font-size: 15px;
    width: 80%;
    left: 10%;
}

#toastDiv.error, #toastDiv.fail, #toastDiv.failed
{
	border-left: 10px red solid; /* set the colour based on message type */
}

#toastDiv.warn, #toastDiv.warning
{
	border-left: 10px orange solid; /* set the colour based on message type */
}

#toastDiv.success, #toastDiv.successful
{
	border-left: 10px limegreen solid; /* set the colour based on message type */
}

#toastDiv.info, #toastDiv.information
{
	border-left: 10px deepskyblue solid; /* set the colour based on message type */
}

#toastDiv.error i.fa, #toastDiv.fail i.fa, #toastDiv.failed i.fa
{
	color: red; /* set the colour based on message type */
}

#toastDiv.warn i.fa, #toastDiv.warning i.fa
{
	color: orange; /* set the colour based on message type */
}

#toastDiv.success i.fa, #toastDiv.successful i.fa 
{
	border-left: limegreen; /* set the colour based on message type */
}

#toastDiv.info i.fa, #toastDiv.information i.fa 
{
	border-left: deepskyblue; /* set the colour based on message type */
}

#toastDiv.show
{
	visibility: visible;
 	transition: opacity 8s ease-in-out;
	opacity: 1;
}

#toastDiv.hide
{
	visibility: hidden;
	transition: opacity 8s ease-in-out;
	opacity: 0;
}

@media screen and (max-width: 768px)
{
	/*This section is for mobile device display*/
	.desktop-only{display:none !important;}
}

@media screen and (min-width: 769px)	
{
	/*This section is for larger device display*/
	.mobile-only{display:none !important;}	
}

@media only screen and (max-width: 767px)
{
    @media only screen and (max-width: 479px)
	{
		.rb-wrapper .rb-option
		{
			width: 145px;
			margin-right:20%;
		}
    }
}


/***** END: AJAX Toast Messages *****/

/*** BEGIN: Shop / Gallery Dashboard Display **/
div.ibox-content.shop-item
{
	position:relative;
	border-radius:0.5em;
	background:#fff;
	height:100%;
	/*color: #1b313e;	*/
}

div.ibox-content.shop-item .shop-item-top
{
	position: absolute;
	top:0;
	left:0;
	border-radius:0.5em 0.5em 0 0;
	background-size:contain; background-position:center; background-repeat:no-repeat; 
	height:65%;
	width:100%;
	border: thin solid #ccc;
}

div.shop-item-top .shop-item-tag
{
    position: absolute;
    top: 0;
    left: 0;
    background: #1f94d2;
    opacity: .8;
    -ms-filter: alpha(opacity = 70);
    filter: alpha(opacity = 70);
    width: calc(100% - 10px);
    height: 32px;
    line-height: 1.2em;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 0.5em;
    padding: 8px;
    margin-left: 5px;
    margin-top: 5px;
}

div.shop-item-top .shop-item-subtract
{
	position:absolute;
	bottom:0.25em;
	right:0.25em;
	background: white; /*magenta;*/
	opacity: .8;
	-ms-filter: alpha(opacity=70);
	filter: alpha(opacity=70);	
	width:32px;
	height:32px;
	line-height:1.2em;
	color:#fff;
	text-transform: uppercase;
	font-weight:bold;
	border-radius:100%;
	z-index: 6000;
}

div.shop-item-top .shop-item-add
{
	position:absolute;
	bottom:0.25em;
	left:0.25em;
	background: white; /*magenta;*/
	opacity: .8;
	-ms-filter: alpha(opacity=70);
	filter: alpha(opacity=70);	
	width:32px;
	height:32px;
	line-height:1.2em;
	color:#fff;
	text-transform: uppercase;
	font-weight:bold;
	border-radius:100%;
	z-index: 6000;
}

div.shop-item-top .shop-item-subtract i.fa, div.shop-item-top .shop-item-add i.fa
{
	font-size: 32px;
	/**color: red !important;**/
}

div.ibox-content.shop-item .shop-item-bottom
{
	position:absolute;
	bottom:0;
	left:0;
	border-radius:0 0 0.5em 0.5em;
	background-color:white;
	height: 35%;
	width:100%;
	color:#fff;
}

div.ibox-content.shop-item .shop-item-bottom a.ibox-overlay
{
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 0 0 0.5em 0.5em;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 3px 0;
    background: #1b313e;
}

.shop-item a h5
{
	padding:0;
	margin:4px 0 0 0;
}

h1.shop-item, h2.shop-item, h3.shop-item, h4.shop-item, h5.shop-item, h6.shop-item
{
 
	margin-top: 0; 
	font-weight: bold; 
	padding: 5px 0px;
	color: #fff; 
	/**
	text-overflow: ellipsis; 
	display: inline-block;
	**/
}
h1.shop-item {font-size: 2.0em;}
h2.shop-item {font-size: 1.8em;}
h3.shop-item {font-size: 1.6em;}
h4.shop-item {font-size: 1.4em; color: #1f94d2 !important; background-color: #fefefe; border-left: 2px #1b313e solid; border-right: 2px #1b313e solid}
h5.shop-item {font-size: 1.2em;}
h6.shop-item {font-size: 1.0em;}

h1.shop-item.shop-item-price, h2.shop-item.shop-item-price, h3.shop-item.shop-item-price, h4.shop-item.shop-item-price, 
h5.shop-item.shop-item-price h5, h6.shop-item.shop-item-price
{
	color:#1f94d2 !important;
}
/*** END: Shop / Gallery Dashboard Display **/