﻿/***************************************************************************** COLOR THEMES: START ************************************************************************/

/************************************************ COLOR BLIND THEME: START ****************************************************/

.colorblindtheme {
	background-color: #282828;
	color: cyan;
}

	.colorblindtheme .page-heading {
		color: yellow;
	}


	.colorblindtheme .control-label {
		color: yellow;
	}

	.colorblindtheme ol.progtrckr li.progtrckr-done {
		color: white;
		border-bottom: 4px solid cyan;
	}

	.colorblindtheme ol.progtrckr li.progtrckr-todo {
		color: silver;
		border-bottom: 4px solid silver;
	}

	.colorblindtheme ol.progtrckr li.progtrckr-current {
		color: white;
		border-bottom: 4px solid silver;
	}

	.colorblindtheme ol.progtrckr li.progtrckr-done:before {
		content: "\2714";
		color: #000;
		background-color: cyan;
		height: 1.2em;
		width: 1.2em;
		line-height: 1.2em;
		border: 1px solid cyan;
		border-radius: 1.2em;
	}

	.colorblindtheme ol.progtrckr li.progtrckr-todo:before {
		content: "\2714";
		color: #000;
		background-color: silver;
		height: 1.2em;
		width: 1.2em;
		line-height: 1.2em;
		border: none;
		border-radius: 1.2em;
	}

	.colorblindtheme ol.progtrckr li.progtrckr-current:before {
		content: "\2714";
		color: #000;
		background-color: silver;
		height: 1.2em;
		width: 1.2em;
		line-height: 1.2em;
		border: none;
		border-radius: 1.2em;
	}


	.colorblindtheme .blockG {
		position: absolute;
		background-color: rgb(255,255,255);
		width: 10px;
		height: 23px;
		border-radius: 8px 8px 0 0;
		-o-border-radius: 8px 8px 0 0;
		-ms-border-radius: 8px 8px 0 0;
		-webkit-border-radius: 8px 8px 0 0;
		-moz-border-radius: 8px 8px 0 0;
		transform: scale(0.4);
		-o-transform: scale(0.4);
		-ms-transform: scale(0.4);
		-webkit-transform: scale(0.4);
		-moz-transform: scale(0.4);
		animation-name: fadeCB;
		-o-animation-name: fadeCB;
		-ms-animation-name: fadeCB;
		-webkit-animation-name: fadeCB;
		-moz-animation-name: fadeCB;
		animation-duration: 1.2s;
		-o-animation-duration: 1.2s;
		-ms-animation-duration: 1.2s;
		-webkit-animation-duration: 1.2s;
		-moz-animation-duration: 1.2s;
		animation-iteration-count: infinite;
		-o-animation-iteration-count: infinite;
		-ms-animation-iteration-count: infinite;
		-webkit-animation-iteration-count: infinite;
		-moz-animation-iteration-count: infinite;
		animation-direction: normal;
		-o-animation-direction: normal;
		-ms-animation-direction: normal;
		-webkit-animation-direction: normal;
		-moz-animation-direction: normal;
	}

@keyframes fadeCB {
	0% {
		background-color: rgb(0,255,255);
	}

	100% {
		background-color: rgb(255,255,255);
	}
}

@-o-keyframes fadeCB {
	0% {
		background-color: rgb(0,255,255);
	}

	100% {
		background-color: rgb(255,255,255);
	}
}

@-ms-keyframes fadeCB {
	0% {
		background-color: rgb(0,255,255);
	}

	100% {
		background-color: rgb(255,255,255);
	}
}

@-webkit-keyframes fadeCB {
	0% {
		background-color: rgb(0,255,255);
	}

	100% {
		background-color: rgb(255,255,255);
	}
}

@-moz-keyframes fadeCB {
	0% {
		background-color: rgb(0,255,255);
	}

	100% {
		background-color: rgb(255,255,255);
	}
}


.colorblindtheme .dash-box-icon:after {
	width: 60px;
	height: 60px;
	position: absolute;
	border: 1px solid cyan;
	content: '';
	border-radius: 50%;
	left: -10px;
	top: -10px;
	z-index: -1;
}



.colorblindtheme .dash-box-icon > i {
	background: cyan;
	border-radius: 50%;
	line-height: 40px;
	color: #FFF;
	width: 40px;
	height: 40px;
	font-size: 22px;
}

.colorblindtheme .dash-box {
	position: relative;
	border: 1px solid cyan;
	background-image: url('../Images/hotservices.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	/*background: rgb(190, 150, 71);
    background: -moz-linear-gradient(top, rgba(190, 150, 71, 1) 0%, rgba(211, 196, 165, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(190, 150, 71, 1) 0%, rgba(211, 196, 165, 1) 100%);
    background: linear-gradient(to bottom, rgba(190, 150, 71, 1) 0%, rgba(211, 196, 165, 1) 100%);*/
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ff5641', endColorstr='#fd3261', GradientType=0);
	border-radius: 10px;
	text-align: center;
	margin: 60px 0 50px;
	cursor: pointer;
}

    .colorblindtheme .dash-box:hover {
        position: relative;
        border: 1px solid cyan;
        background: rgba(190, 150, 71, .1);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ff5641', endColorstr='#fd3261', GradientType=0);
        border-radius: 15px;
        text-align: center;
        margin: 60px 0 50px;
        cursor: pointer;
        text-decoration: none;
    }

.colorblindtheme .popover-title {
	background-color: #000;
	border-bottom: cyan;
	color: white;
}

.colorblindtheme .system-title {
	background-color: #282828;
	border: 1px solid cyan;
	text-align: center;
	box-shadow: 0px 1px 7px 0 rgba(0,0,0,0.2);
	display: inline-block;
	position: fixed;
	z-index: 1031;
	left: 0px;
	right: 0;
	color: cyan;
	border-bottom-left-radius: 900px;
	border-bottom-right-radius: 900px;
	transition: top ease-in-out 0.3s;
	top: 0px;
	margin: -7px auto;
	border-top: none;
	padding: 0px 0px;
}

.colorblindtheme div.RadUpload_Default .ruFileWrap .ruButtonHover {
	background-image: none !important;
	color: #fff !important;
	background-color: cyan !important;
	border-color: #000 !important;
	font-size: 15px !important;
}

.colorblindtheme .RadUpload_Default .ruButton {
	background-image: none !important;
	color: #fff !important;
	background-color: cyan !important;
	border-color: #C6C6C6 !important;
	font-size: 15px !important;
}


	.colorblindtheme .RadUpload_Default .ruButton:focus {
		background-image: none !important;
		color: #fff !important;
		background-color: cyan !important;
		border-color: cyan !important;
		font-size: 15px !important;
	}


.colorblindtheme .table > thead > tr > th,
.colorblindtheme .table > tbody > tr > th,
.colorblindtheme .table > tfoot > tr > th,
.colorblindtheme .table > thead > tr > td,
.colorblindtheme .table > tbody > tr > td,
.colorblindtheme .table > tfoot > tr > td {
	padding: 7px;
	line-height: 1.8;
	vertical-align: middle;
	border-top: 1px solid cyan;
	border-bottom: 1px solid cyan;
	border-left: hidden;
	border-right: hidden;
	color: #fff;
}


.colorblindtheme .gridview > td {
	padding: 7px;
	line-height: 1.43333 !important;
	vertical-align: middle;
	border-top: 1px solid cyan;
	border-bottom: 1px solid cyan;
	border-left: hidden;
	border-right: hidden;
	color: #fff;
}

.colorblindtheme .gridview span {
	background-color: #000;
	border: 1px solid cyan;
	color: yellow;
	-o-box-shadow: 1px 1px 1px #111;
	-moz-box-shadow: 1px 1px 1px #111;
	-webkit-box-shadow: 1px 1px 1px #111;
	box-shadow: 1px 1px 1px #111;
	border-radius: 50%;
	padding: 5px 10px 5px 10px;
}

.colorblindtheme .gridview a {
	margin: 3px;
	border-radius: 50%;
	background-color: #000;
	padding: 5px 10px 5px 10px;
	color: #fff;
	border: 1px solid #fff;
	text-decoration: none;
	-o-box-shadow: 1px 1px 1px #111;
	-moz-box-shadow: 1px 1px 1px #111;
	-webkit-box-shadow: 1px 1px 1px #111;
	box-shadow: 1px 1px 1px #111;
}

	.colorblindtheme .gridview a:hover {
		background-color: cyan;
		color: #000;
		border: 1px solid cyan;
	}


.colorblindtheme .table-hover > tbody > tr > th {
	background-color: #000;
	color: yellow;
	line-height: 1.8 !important;
}

.colorblindtheme .table > tbody > tr > td {
	background-color: #282828;
}

.colorblindtheme .table-hover > tbody > tr:hover {
	background-color: cyan;
	color: #000;
}


.colorblindtheme .table-hover > tbody > tr > td > a > div {
	padding: 5px;
	font-weight: 600;
	text-align: center;
	border: 1px solid cyan;
	border-radius: 0px;
	box-shadow: 0px 2px 8px 0 rgba(0, 0, 0, 0.2);
	background: rgba(190, 150, 71, 0.50);
}

	.colorblindtheme .table-hover > tbody > tr > td > a > div:hover {
		background: cyan;
		box-shadow: 5px 5px 8px 0 rgba(0, 0, 0, 0.2);
		color: #000;
	}

.colorblindtheme .modal-content {
	position: relative;
	background-color: #000;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid cyan;
	border-radius: 6px;
	outline: 0;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

.colorblindtheme .modal-header {
	background-color: #000;
	color: #ffffff;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border: 1px solid cyan;
}

.colorblindtheme .modal-body {
	position: relative;
	padding: 15px;
	background-color: #000;
}

.colorblindtheme .modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid cyan;
	background-color: #000;
}

.colorblindtheme .zoom-fab {
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 40px;
	border-radius: 50%;
	background-color: #000;
	vertical-align: middle;
	text-decoration: none;
	text-align: center;
	transition: 0.2s ease-out;
	cursor: pointer;
	background: cyan;
	color: #fff;
	/*border: 2px solid cyan*/
	border: 3px solid cyan;
}

.colorblindtheme #btnScrollToTop {
	display: none; /* Hidden by default */
	position: fixed; /* Fixed/sticky position */
	bottom: 20px; /* Place the button at the bottom of the page */
	right: 30px; /* Place the button 30px from the right */
	z-index: 99; /* Make sure it does not overlap */
	border: 1px solid cyan;
	outline: none; /* Remove outline */
	background-color: cyan; /* Set a background color */
	color: white; /* Text color */
	cursor: pointer; /* Add a mouse pointer on hover */
	padding: 15px; /* Some padding */
	border-radius: 10px; /* Rounded corners */
	font-size: 18px; /* Increase font size */
}

	.colorblindtheme #btnScrollToTop:hover {
		border: 1px solid #000;
	}


.colorblindtheme .input-group-addon {
	padding: 6px 12px;
	font-size: 14px;
	font-weight: normal;
	line-height: 1;
	color: #fff;
	text-align: center;
	background-color: #000;
	border: 1px solid cyan;
	border-radius: 4px;
}

	.colorblindtheme .input-group-addon > a {
		color: #fff;
	}

		.colorblindtheme .input-group-addon:hover, .colorblindtheme .input-group-addon > a:hover {
			background-color: cyan;
			color: #000;
		}

.colorblindtheme .btn-success {
	color: #fff;
	background-color: #000;
	border-color: cyan;
	font-size: 15px;
}

	.colorblindtheme .btn-success:focus {
		color: #000;
		background-color: cyan;
		border-color: cyan;
		font-size: 15px;
	}

	.colorblindtheme .btn-success:hover {
		color: #000;
		background-color: cyan;
		border-color: cyan;
		font-size: 15px;
	}

	.colorblindtheme .btn-success:active:hover,
	.colorblindtheme .btn-success.active:hover,
	.colorblindtheme .open > .dropdown-toggle.btn-success:hover,
	.colorblindtheme .btn-success:active:focus,
	.colorblindtheme .btn-success.active:focus,
	.colorblindtheme .open > .dropdown-toggle.btn-success:focus,
	.colorblindtheme .btn-success:active.focus,
	.colorblindtheme .btn-success.active.focus,
	.colorblindtheme .open > .dropdown-toggle.btn-success.focus {
		color: #000;
		background-color: cyan;
		border-color: cyan;
	}

.colorblindtheme .btn-primary {
	color: #fff;
	background-color: #000;
	border-color: cyan;
	font-size: 15px;
}

	.colorblindtheme .btn-primary:focus {
		color: #000;
		background-color: cyan;
		border-color: cyan;
		font-size: 15px;
	}

	.colorblindtheme .btn-primary:hover {
		color: #000;
		background-color: cyan;
		border-color: cyan;
		font-size: 15px;
	}

	.colorblindtheme .btn-primary:active:hover,
	.colorblindtheme .btn-primary.active:hover,
	.colorblindtheme .open > .dropdown-toggle.btn-primary:hover,
	.colorblindtheme .btn-primary:active:focus,
	.colorblindtheme .btn-primary.active:focus,
	.colorblindtheme .open > .dropdown-toggle.btn-primary:focus,
	.colorblindtheme .btn-primary:active.focus,
	.colorblindtheme .btn-primary.active.focus,
	.colorblindtheme .open > .dropdown-toggle.btn-primary.focus {
		color: #000;
		background-color: cyan;
		border-color: cyan;
	}

.colorblindtheme .btn-danger {
	color: #fff;
	background-color: #000;
	border-color: cyan;
}

	.colorblindtheme .btn-danger:focus {
		color: #000;
		background-color: cyan;
		border-color: cyan;
	}

	.colorblindtheme .btn-danger:hover {
		color: #000;
		background-color: cyan;
		border-color: cyan;
	}

	.colorblindtheme .btn-danger:active:hover,
	.colorblindtheme .btn-danger.active:hover,
	.colorblindtheme .open > .dropdown-toggle.btn-danger:hover,
	.colorblindtheme .btn-danger:active:focus,
	.colorblindtheme .btn-danger.active:focus,
	.colorblindtheme .open > .dropdown-toggle.btn-danger:focus,
	.colorblindtheme .btn-danger:active.focus,
	.colorblindtheme .btn-danger.active.focus,
	.colorblindtheme .open > .dropdown-toggle.btn-danger.focus {
		color: #000;
		background-color: cyan;
		border-color: cyan;
	}


.colorblindtheme .btn-warning {
	color: #fff;
	background-color: #000;
	border-color: cyan;
}

	.colorblindtheme .btn-warning:focus {
		color: #000;
		background-color: cyan;
		border-color: cyan;
	}

	.colorblindtheme .btn-warning:hover {
		color: #000;
		background-color: cyan;
		border-color: cyan;
	}


	.colorblindtheme .btn-warning:active:hover,
	.colorblindtheme .btn-warning.active:hover,
	.colorblindtheme .open > .dropdown-toggle.btn-warning:hover,
	.colorblindtheme .btn-warning:active:focus,
	.colorblindtheme .btn-warning.active:focus,
	.colorblindtheme .open > .dropdown-toggle.btn-warning:focus,
	.colorblindtheme .btn-warning:active.focus,
	.colorblindtheme .btn-warning.active.focus,
	.colorblindtheme .open > .dropdown-toggle.btn-warning.focus {
		color: #000;
		background-color: cyan;
		border-color: cyan;
	}


.colorblindtheme .btn-activity {
	color: #fff;
	border-color: cyan;
	/*padding: 2px 8px !important;*/
	border-radius: 3px;
	background-color: #000;
	width: 80%;
}

	.colorblindtheme .btn-activity:focus {
		color: #000;
		border-color: cyan;
		/*padding: 2px 8px !important;*/
		border-radius: 3px;
		width: 80%;
		background-color: cyan;
	}

	.colorblindtheme .btn-activity:hover {
		color: #000;
		border-color: cyan;
		/*padding: 2px 8px !important;*/
		border-radius: 3px;
		width: 80%;
		background-color: cyan;
	}

	.colorblindtheme .btn-activity:active:hover,
	.colorblindtheme .btn-activity.active:hover,
	.colorblindtheme .open > .dropdown-toggle.btn-activity:hover,
	.colorblindtheme .btn-activity:active:focus,
	.colorblindtheme .btn-activity.active:focus,
	.colorblindtheme .open > .dropdown-toggle.btn-activity:focus,
	.colorblindtheme .btn-activity:active.focus,
	.colorblindtheme .btn-activity.active.focus,
	.colorblindtheme .open > .dropdown-toggle.btn-activity.focus {
		color: #000;
		border-color: cyan;
		/*padding: 2px 8px !important;*/
		border-radius: 3px;
		width: 80%;
		background-color: cyan;
	}

.colorblindtheme .btn-activity-100 {
	color: #fff;
	border-color: cyan;
	/*padding: 2px 8px !important;*/
	border-radius: 3px;
	width: 100%;
	background-color: #000;
}

	.colorblindtheme .btn-activity-100:focus {
		color: #000;
		border-color: cyan;
		/*padding: 2px 8px !important;*/
		border-radius: 3px;
		width: 100%;
		background-color: cyan;
	}

	.colorblindtheme .btn-activity-100:hover {
		color: #000;
		border-color: cyan;
		/*padding: 2px 8px !important;*/
		border-radius: 3px;
		width: 100%;
		background-color: cyan;
	}

	.colorblindtheme .btn-activity-100:active:hover,
	.colorblindtheme .btn-activity-100.active:hover,
	.colorblindtheme .open > .dropdown-toggle.btn-activity-100:hover,
	.colorblindtheme .btn-activity-100:active:focus,
	.colorblindtheme .btn-activity-100.active:focus,
	.colorblindtheme .open > .dropdown-toggle.btn-activity-100:focus,
	.colorblindtheme .btn-activity-100:active.focus,
	.colorblindtheme .btn-activity-100.active.focus,
	.colorblindtheme .open > .dropdown-toggle.btn-activity-100.focus {
		color: #000;
		border-color: cyan;
		/*padding: 2px 8px !important;*/
		border-radius: 3px;
		width: 100%;
		background-color: cyan;
	}

.colorblindtheme .fa-angle-double-up {
	color: cyan;
}

.colorblindtheme .form-control {
	background-color: #000;
	color: #fff;
	opacity: 1;
	border: 1px solid cyan;
}

	.colorblindtheme .form-control[readonly], .colorblindtheme .form-control[disabled], .colorblindtheme fieldset[disabled] {
		background-color: #282828;
		color: #fff;
		opacity: 1;
	}


	.colorblindtheme .form-control:focus {
		border-color: cyan;
		outline: 0;
		box-shadow: 0px 0px 8px 3px rgba(0, 255, 255, 0.47)
	}



.colorblindtheme .bootstrap-select > .dropdown-toggle:hover {
	background: #282828;
	border-color: cyan;
	color: cyan;
}

.colorblindtheme .bootstrap-select > .dropdown-toggle:focus {
	background: #282828;
	border-color: cyan;
	color: cyan;
}

.colorblindtheme .bootstrap-select > .btn-default {
	color: #fff;
	background-color: #282828;
	border-color: cyan;
}

.colorblindtheme .bootstrap-select > .dropdown-menu li a {
	line-height: 30px;
	color: #fff;
	background-color: #282828;
}

.colorblindtheme .dropdown-menu > .active > a, .colorblindtheme .dropdown-menu > .active > a:hover, .colorblindtheme .dropdown-menu > .active > a:focus {
	text-decoration: none;
	color: #000 !important;
	background-color: yellow !important;
	outline: 0;
}

.colorblindtheme .dropdown-menu > li > a:hover, .colorblindtheme .dropdown-menu > li > a:focus {
	text-decoration: none;
	color: #000 !important;
	background-color: cyan !important;
	outline: 0;
}

.colorblindtheme .badge {
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	background-color: cyan;
	border-radius: 10px;
}

	.colorblindtheme .badge:hover {
		background-color: yellow;
	}

.colorblindtheme .list-group-item {
	position: relative;
	display: block;
	padding: 15px 15px;
	margin-bottom: -1px;
	background-color: #000;
	border: 1px solid cyan;
	border-right: 10px solid cyan;
	margin: 12px;
	color: cyan;
	font-weight: bold;
	box-shadow: 0px 1px 8px 0 rgba(0,0,0,0.2);
}

	.colorblindtheme .list-group-item:hover {
		border: 1px solid yellow;
		border-left: 10px solid yellow;
		cursor: pointer;
		color: yellow;
	}

.colorblindtheme .list-group-item-lite {
	position: relative;
	display: block;
	padding: 5px 15px;
	margin-bottom: -1px;
	background-color: #000;
	border: 1px solid cyan;
	border-right: 10px solid cyan;
	margin: 8px;
	color: cyan;
	font-weight: normal;
	box-shadow: 0px 1px 8px 0 rgba(0,0,0,0.2);
}

	.colorblindtheme .list-group-item-lite:hover {
		border: 1px solid yellow;
		border-left: 10px solid yellow;
		cursor: pointer;
		color: yellow;
	}

.colorblindtheme .panel-primary > .panel-heading {
	color: #fff;
	background-color: cyan;
	border-color: cyan;
}

.colorblindtheme .panel-secondary > .panel-heading {
	color: #fff;
	background-color: black; /*cyan*/
	border-color: cyan;
}

.colorblindtheme .panel-primary > .panel-heading {
	color: #fff;
	background-color: cyan;
	/*border-color: cyan;*/
}

	.colorblindtheme .panel-primary > .panel-heading + .panel-collapse > .panel-body {
		border-top-color: cyan;
	}

	.colorblindtheme .panel-primary > .panel-heading .badge {
		color: cyan;
		background-color: #fff;
	}

.colorblindtheme .panel-primary > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: cyan;
}


.colorblindtheme .panel {
	margin-bottom: 30px;
	background-color: #000;
	border: 0px solid transparent;
	border-radius: 4px;
	box-shadow: 3px 3px 8px 4px rgba(0,0,0,0.2)
	/*transition: box-shadow 0.3s, top 0.3s;*/
	/*-webkit-box-shadow: -4px -4px 12px 4px rgba(0, 0, 0, .05);
    box-shadow: -4px -4px 12px 4px rgba(0, 0, 0, .05);*/
}


.colorblindtheme .panel-nocollapse {
	margin-bottom: 10px;
	background-color: #fff;
	/*border: 1px solid transparent;*/
	border-radius: 4px;
	-webkit-box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, .05);
	box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, .05);
}


.colorblindtheme .panel-primary > .panel-heading {
	color: #fff;
	background-color: #000;
	border-color: cyan;
}


.colorblindtheme .nav > li > a:hover,
.colorblindtheme .nav > li > a:focus {
	text-decoration: none;
	background-color: cyan;
	color: #000;
}

.colorblindtheme .nav .open > a,
.colorblindtheme .nav .open > a:hover,
.colorblindtheme .nav .open > a:focus {
	background-color: #000;
	border-color: cyan;
}


.colorblindtheme .nav-tabs {
	border-bottom: 1px solid cyan;
}

	.colorblindtheme .nav-tabs > li > a,
	.colorblindtheme .nav-tabs > li > a:hover,
	.colorblindtheme .nav-tabs > li > a:focus {
		border-color: cyan;
	}


	.colorblindtheme .nav-tabs > li.active > a,
	.colorblindtheme.nav-tabs > li.active > a:hover,
	.colorblindtheme.nav-tabs > li.active > a:focus {
		color: yellow;
		cursor: default;
		background-color: #000;
		border: 1px solid cyan;
		border-bottom-color: transparent;
	}

.colorblindtheme .nav-pills > li.active > a,
.colorblindtheme .nav-pills > li.active > a:hover,
.colorblindtheme .nav-pills > li.active > a:focus {
	color: #000;
	background-color: cyan;
}


.colorblindtheme .navbar-default {
	background-color: #000;
	border-color: #000;
	border-radius: 0px;
}

	.colorblindtheme .navbar-default .navbar-nav > li > a {
		border-right: 1px solid #000;
		border-left: none;
	}

		.colorblindtheme .navbar-default .navbar-nav > li > a:hover,
		.colorblindtheme .navbar-default .navbar-nav > li > a:focus {
			color: yellow;
			background-color: #000;
		}

	.colorblindtheme .navbar-default .navbar-nav > .open > a,
	.colorblindtheme .navbar-default .navbar-nav > .open > a:hover,
	.colorblindtheme .navbar-default .navbar-nav > .open > a:focus {
		color: #fff;
		background-color: #000;
	}

.colorblindtheme .navbar-nav > li > .dropdown-menu {
	margin-top: 0;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	background-color: #000;
}

	.colorblindtheme .navbar-nav > li > .dropdown-menu li a {
		line-height: 30px !important;
		color: #fff !important;
	}

		.colorblindtheme .navbar-nav > li > .dropdown-menu li a:hover {
			line-height: 30px !important;
			color: yellow !important;
			background-color: rgba(255, 255, 255, 0.17);
		}

.colorblindtheme .top-navbar .dropdown-menu {
	background-color: #000;
	margin: 0px -60px;
	border: 1px solid cyan;
}

.colorblindtheme .dropdown-menu > li {
	color: yellow;
}

.colorblindtheme .dropdown-menu .divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: cyan;
}

.colorblindtheme .top-navbar li > a {
	font-size: 14px;
	padding: 0px 5px;
	border-right: 1px solid #fff;
	margin: 5px 0;
	color: #fff;
}

	.colorblindtheme .top-navbar li > a:hover {
		text-decoration: none;
		color: yellow;
	}

	.colorblindtheme .top-navbar li > a:focus {
		text-decoration: none;
		color: yellow;
	}

.colorblindtheme .caret {
	color: #fff;
	border-top-color: #fff;
}


.colorblindtheme .navbar-default .navbar-nav > .dropdown > a .caret:hover {
	border-top-color: yellow;
	border-bottom-color: yellow;
}

.colorblindtheme .navbar-default .navbar-nav > .dropdown > a .caret:focus {
	border-top-color: yellow;
	border-bottom-color: yellow;
}

.colorblindtheme .navbar-default .navbar-nav > .dropdown > a:hover .caret,
.colorblindtheme .navbar-default .navbar-nav > .dropdown > a:focus .caret {
	border-top-color: yellow;
	border-bottom-color: yellow;
}

.colorblindtheme #operator_avatar {
	background-color: cyan;
}


.colorblindtheme .color {
	color: cyan !important;
	/**color**/
}

.colorblindtheme a, a:visited {
	color: cyan;
}

.colorblindtheme .body-content-border {
	margin-top: 0px;
	border-color: cyan;
	border: 1px solid cyan;
	border-radius: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.colorblindtheme .footerLinks {
	padding: 10px 20px;
	color: cyan;
	font-size: .8em;
	line-height: 15px;
	text-align: center;
	margin-top: 15px;
}

	.colorblindtheme .footerLinks ul li a,
	.colorblindtheme .footerLinks ul li a:visited {
		color: cyan;
	}

.colorblindtheme .footerLi > a {
	color: cyan;
}

.colorblindtheme .alert-warning {
	color: yellow;
	background-color: #000;
	border-color: cyan;
	border-radius: 6px;
}

.colorblindtheme .alert-success {
	color: yellow;
	background-color: #000;
	border-color: cyan;
	border-radius: 6px;
}

.colorblindtheme .alert-danger {
	color: yellow;
	background-color: #000;
	border-color: cyan;
	border-radius: 6px;
}

.colorblindtheme .alert-info {
	color: yellow;
	background-color: #000;
	border-color: cyan;
	border-radius: 6px;
}

.colorblindtheme .info-messages {
	color: yellow;
	background-color: #000;
	border-color: cyan;
	border-radius: 0px;
	box-shadow: 0px 2px 8px 0 rgba(0,0,0,0.2);
}

.colorblindtheme .warning-messages {
	color: yellow;
	background-color: #000;
	border-color: cyan;
	border-radius: 0px;
	box-shadow: 0px 2px 8px 0 rgba(0,0,0,0.2);
}
/********************************************************************* COLOR BLIND THEME: END **************************************************************/

/******************************************************************* GOLD THEME: START ***********************************************************************/

/************* APPLICATION JOUNEY: START ****************/

.goldtheme ol.progtrckr li.progtrckr-done {
    color: black;
    /*border-bottom: 4px solid #be9647;*/
    border-bottom: 4px solid #365987;
}

.goldtheme ol.progtrckr li.progtrckr-todo {
	color: silver;
	border-bottom: 4px solid silver;
}

.goldtheme ol.progtrckr li.progtrckr-current {
	color: black;
	border-bottom: 4px solid silver;
}

.goldtheme ol.progtrckr li.progtrckr-done:before {
    content: "\2714";
    color: white;
    /*background-color: #be9647;*/
    background-color: #365987;
    height: 1.2em;
    width: 1.2em;
    line-height: 1.2em;
    border: none;
    border-radius: 1.2em;
}

.goldtheme ol.progtrckr li.progtrckr-todo:before {
	content: "\2714";
	color: white;
	background-color: silver;
	height: 1.3em;
	width: 1.3em;
	line-height: 1.2em;
	border: none;
	border-radius: 1.2em;
}

.goldtheme ol.progtrckr li.progtrckr-current:before {
    content: "\2714";
    /*color: #be9647;*/
    color: #365987;
    background-color: white;
    height: 1.2em;
    width: 1.2em;
    line-height: 1.2em;
    /*border: 1px solid #be9647;*/
    border: 1px solid #365987;
    border-radius: 1.2em;
}

/************* APPLICATION JOUNEY: END ****************/

.goldtheme .blockG {
	position: absolute;
	background-color: rgb(255,255,255);
	width: 10px;
	height: 23px;
	border-radius: 8px 8px 0 0;
	-o-border-radius: 8px 8px 0 0;
	-ms-border-radius: 8px 8px 0 0;
	-webkit-border-radius: 8px 8px 0 0;
	-moz-border-radius: 8px 8px 0 0;
	transform: scale(0.4);
	-o-transform: scale(0.4);
	-ms-transform: scale(0.4);
	-webkit-transform: scale(0.4);
	-moz-transform: scale(0.4);
	animation-name: fadeG;
	-o-animation-name: fadeG;
	-ms-animation-name: fadeG;
	-webkit-animation-name: fadeG;
	-moz-animation-name: fadeG;
	animation-duration: 1.2s;
	-o-animation-duration: 1.2s;
	-ms-animation-duration: 1.2s;
	-webkit-animation-duration: 1.2s;
	-moz-animation-duration: 1.2s;
	animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-direction: normal;
	-o-animation-direction: normal;
	-ms-animation-direction: normal;
	-webkit-animation-direction: normal;
	-moz-animation-direction: normal;
}

@keyframes fadeG {
	0% {
		background-color: rgb(190,150,71);
	}

	100% {
		background-color: rgb(255,255,255);
	}
}

@-o-keyframes fadeG {
	0% {
		background-color: rgb(190,150,71);
	}

	100% {
		background-color: rgb(255,255,255);
	}
}

@-ms-keyframes fadeG {
	0% {
		background-color: rgb(190,150,71);
	}

	100% {
		background-color: rgb(255,255,255);
	}
}

@-webkit-keyframes fadeG {
	0% {
		background-color: rgb(190,150,71);
	}

	100% {
		background-color: rgb(255,255,255);
	}
}

@-moz-keyframes fadeG {
	0% {
		background-color: rgb(190,150,71);
	}

	100% {
		background-color: rgb(255,255,255);
	}
}

.goldtheme .dash-box-icon:after {
    width: 60px;
    height: 60px;
    position: absolute;
    /*border: 1px solid #be9647;*/
    border: 1px solid #365987;
    content: '';
    border-radius: 50%;
    left: -10px;
    top: -10px;
    z-index: -1;
}



.goldtheme .dash-box-icon > i {
    /*background: #be9647;*/
    background: #365987;
    border-radius: 50%;
    line-height: 40px;
    color: #FFF;
    width: 40px;
    height: 40px;
    font-size: 22px;
}

.goldtheme .dash-box {
    position: relative;
    /*border: 1px solid #be9647;*/
    border: 1px solid #365987;
    background-image: url('../Images/hotservicesblu.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    /*background: rgb(190, 150, 71);
    background: -moz-linear-gradient(top, rgba(190, 150, 71, 1) 0%, rgba(211, 196, 165, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(190, 150, 71, 1) 0%, rgba(211, 196, 165, 1) 100%);
    background: linear-gradient(to bottom, rgba(190, 150, 71, 1) 0%, rgba(211, 196, 165, 1) 100%);*/
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ff5641', endColorstr='#fd3261', GradientType=0);
    border-radius: 10px;
    text-align: center;
    margin: 60px 0 50px;
    cursor: pointer;
}

    .goldtheme .dash-box:hover {
        position: relative;
        /*border: 1px solid #be9647;*/
        border: 1px solid #365987;
        /*background: rgba(190, 150, 71, .1);*/
        background: rgb(190, 208, 230);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ff5641', endColorstr='#fd3261', GradientType=0);
        border-radius: 15px;
        text-align: center;
        margin: 60px 0 50px;
        cursor: pointer;
        text-decoration: none;
    }

.goldtheme .popover-title {
    /*background-color: #be9647;
	border-bottom: #be9647;*/
    background-color: #365987;
    border-bottom: #365987;
    color: white;
}

.goldtheme .system-title {
    background-color: #fff;
    /*border: 1px solid #be9647;*/
    border: 1px solid #365987;
    text-align: center;
    box-shadow: 0px 1px 7px 0 rgba(0,0,0,0.2);
    display: inline-block;
    position: fixed;
    z-index: 1031;
    left: 0px;
    right: 0;
    color: #be9647;
    border-bottom-left-radius: 900px;
    border-bottom-right-radius: 900px;
    transition: top ease-in-out 0.3s;
    top: 0px;
    margin: -7px auto;
    border-top: none;
    padding: 0px 0px;
}

.goldtheme div.RadUpload_Default .ruFileWrap .ruButtonHover {
    background-image: none !important;
    color: #fff !important;
    /*background-color: #be9647 !important;*/
    background-color: #365987 !important;
    border-color: #000 !important;
    font-size: 15px !important;
}

.goldtheme .RadUpload_Default .ruButton {
    background-image: none !important;
    color: #fff !important;
    /*background-color: #be9647 !important;*/
    background-color: #365987 !important;
    border-color: #C6C6C6 !important;
    font-size: 15px !important;
}


    .goldtheme .RadUpload_Default .ruButton:focus {
        background-image: none !important;
        color: #fff !important;
        /*background-color: #be9647 !important;*/
        background-color: #365987 !important;
        border-color: #000 !important;
        font-size: 15px !important;
    }

.goldtheme .table-hover > tbody > tr > td > a > div {
    padding: 5px;
    font-weight: 600;
    text-align: center;
    /*border: 1px solid #be9647 !important;*/
    border: 1px solid #365987 !important;
    border-radius: 0px;
    box-shadow: 0px 2px 8px 0 rgba(0, 0, 0, 0.2);
    background: rgba(190, 150, 71, 0.50);
}

	.goldtheme .table-hover > tbody > tr > td > a > div:hover {
		background: rgba(247, 189, 74, 0.45);
		box-shadow: 5px 5px 8px 0 rgba(0, 0, 0, 0.2);
	}



.goldtheme .table > thead > tr > th,
.goldtheme .table > tbody > tr > th,
.goldtheme .table > tfoot > tr > th,
.goldtheme .table > thead > tr > td,
.goldtheme .table > tbody > tr > td,
.goldtheme .table > tfoot > tr > td {
    padding: 7px;
    line-height: 1.8;
    vertical-align: middle;
    /*border-top: 1px solid #be9647;
    border-bottom: 1px solid #be9647;*/
    border-top: 1px solid #365987;
    border-bottom: 1px solid #365987;
    border-left: hidden;
    border-right: hidden;
    color: black;
}


.goldtheme .gridview > td {
    padding: 7px;
    line-height: 1.43333 !important;
    vertical-align: middle;
    /*border-top: 1px solid #be9647;
    border-bottom: 1px solid #be9647;*/
    border-top: 1px solid #365987;
    border-bottom: 1px solid #365987;
    border-left: hidden;
    border-right: hidden;
    color: black;
}

.goldtheme .gridview span {
    /*background-color: #be9647;*/
    background-color: #365987;
    color: #fff;
    -o-box-shadow: 1px 1px 1px #111;
    -moz-box-shadow: 1px 1px 1px #111;
    -webkit-box-shadow: 1px 1px 1px #111;
    box-shadow: 1px 1px 1px #111;
    border-radius: 50%;
    padding: 5px 10px 5px 10px;
}


.goldtheme .modal-header {
    /*background-color: #be9647;*/
    background-color: #365987;
    color: #ffffff;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    /*border: 1px solid #be9647;*/
    border: 1px solid #365987;
}

.goldtheme .modal-footer {
    padding: 15px;
    text-align: right;
    /*border-top: 1px solid #be9647;*/
    border-top: 1px solid #365987;
}

.goldtheme .zoom-fab {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 40px;
    border-radius: 50%;
    /*background-color: #be9647;*/
    background-color: #365987;
    vertical-align: middle;
    text-decoration: none;
    text-align: center;
    transition: 0.2s ease-out;
    cursor: pointer;
    /*background: #be9647;*/
    background: #365987;
    color: #fff;
    /*border: 2px solid #be9647*/
    border: 3px solid #fff;
}

.goldtheme #btnScrollToTop {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    /*border: 1px solid #be9647;*/
    border: 1px solid #365987;
    outline: none; /* Remove outline */
    /*background-color: #be9647; /* Set a background color */ 
    background-color: #365987; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
    font-size: 18px; /* Increase font size */
}

	.goldtheme #btnScrollToTop:hover {
		border: 1px solid #000;
	}

.goldtheme .btn-success {
    color: #fff;
    /*background-color: #be9647;*/
    background-color: #365987;
    border-color: #C6C6C6;
    font-size: 15px;
}

    .goldtheme .btn-success:focus {
        color: #fff;
        /*background-color: #be9647;*/
        background-color: #365987;
        font-size: 15px;
    }

    .goldtheme .btn-success:hover {
        color: #fff;
        /*background-color: #be9647;*/
        background-color: #365987;
        border-color: #000;
        font-size: 15px;
    }

    .goldtheme .btn-success:active:hover,
    .goldtheme .btn-success.active:hover,
    .goldtheme .open > .dropdown-toggle.btn-success:hover,
    .goldtheme .btn-success:active:focus,
    .goldtheme .btn-success.active:focus,
    .goldtheme .open > .dropdown-toggle.btn-success:focus,
    .goldtheme .btn-success:active.focus,
    .goldtheme .btn-success.active.focus,
    .goldtheme .open > .dropdown-toggle.btn-success.focus {
        color: #fff;
        /*background-color: #be9647;*/
        background-color: #365987;
        border-color: #000;
    }

.goldtheme .btn-primary {
    color: #fff;
    /*background-color: #be9647;
    border-color: #be9647;*/
    background-color: #365987;
    border-color: #365987;
    font-size: 15px;
}

    .goldtheme .btn-primary:focus {
        color: #fff;
        /*background-color: #be9647;*/
        background-color: #365987;
        border-color: #000;
        font-size: 15px;
    }

    .goldtheme .btn-primary:hover {
        color: #fff;
        /*background-color: #be9647;*/
        background-color: #365987;
        border-color: #000;
        font-size: 15px;
    }

    .goldtheme .btn-primary:active:hover,
    .goldtheme .btn-primary.active:hover,
    .goldtheme .open > .dropdown-toggle.btn-primary:hover,
    .goldtheme .btn-primary:active:focus,
    .goldtheme .btn-primary.active:focus,
    .goldtheme .open > .dropdown-toggle.btn-primary:focus,
    .goldtheme .btn-primary:active.focus,
    .goldtheme .btn-primary.active.focus,
    .goldtheme .open > .dropdown-toggle.btn-primary.focus {
        color: #fff;
        /*background-color: #be9647;*/
        background-color: #365987;
        border-color: #000;
    }

.goldtheme .btn-danger {
	color: #000;
	background-color: #fff;
	border-color: #C6C6C6;
}

	.goldtheme .btn-danger:focus {
		color: #000;
		background-color: #fff;
		border-color: #C6C6C6;
	}

	.goldtheme .btn-danger:hover {
		color: #000;
		background-color: #fff;
		border-color: #000;
	}

	.goldtheme .btn-danger:active:hover,
	.goldtheme .btn-danger.active:hover,
	.goldtheme .open > .dropdown-toggle.btn-danger:hover,
	.goldtheme .btn-danger:active:focus,
	.goldtheme .btn-danger.active:focus,
	.goldtheme .open > .dropdown-toggle.btn-danger:focus,
	.goldtheme .btn-danger:active.focus,
	.goldtheme .btn-danger.active.focus,
	.goldtheme .open > .dropdown-toggle.btn-danger.focus {
		color: #000;
		background-color: #fff;
		border-color: #000;
	}


.goldtheme .btn-warning {
	color: #000;
	background-color: #fff;
	border-color: #C6C6C6;
}

	.goldtheme .btn-warning:focus {
		color: #000;
		background-color: #fff;
		border-color: #000;
	}

	.goldtheme .btn-warning:hover {
		color: #000;
		background-color: #fff;
		border-color: #000;
	}


	.goldtheme .btn-warning:active:hover,
	.goldtheme .btn-warning.active:hover,
	.goldtheme .open > .dropdown-toggle.btn-warning:hover,
	.goldtheme .btn-warning:active:focus,
	.goldtheme .btn-warning.active:focus,
	.goldtheme .open > .dropdown-toggle.btn-warning:focus,
	.goldtheme .btn-warning:active.focus,
	.goldtheme .btn-warning.active.focus,
	.goldtheme .open > .dropdown-toggle.btn-warning.focus {
		color: #000;
		background-color: #fff;
		border-color: #000;
	}


.goldtheme .btn-activity {
    /*color: #be9647;
    border-color: #be9647;*/
    color: #365987;
    border-color: #365987;
    /*padding: 2px 8px !important;*/
    border-radius: 3px;
    width: 80%;
}

    .goldtheme .btn-activity:focus {
        /*color: #be9647;*/
        color: #365987;
        border-color: #000;
        /*padding: 2px 8px !important;*/
        border-radius: 3px;
        width: 80%;
    }

    .goldtheme .btn-activity:hover {
        /*color: #be9647;*/
        color: #365987;
        border-color: #000;
        /*padding: 2px 8px !important;*/
        border-radius: 3px;
        width: 80%;
    }

    .goldtheme .btn-activity:active:hover,
    .goldtheme .btn-activity.active:hover,
    .goldtheme .open > .dropdown-toggle.btn-activity:hover,
    .goldtheme .btn-activity:active:focus,
    .goldtheme .btn-activity.active:focus,
    .goldtheme .open > .dropdown-toggle.btn-activity:focus,
    .goldtheme .btn-activity:active.focus,
    .goldtheme .btn-activity.active.focus,
    .goldtheme .open > .dropdown-toggle.btn-activity.focus {
        /*color: #be9647;*/
        color: #365987;
        border-color: #000;
        /*padding: 2px 8px !important;*/
        border-radius: 3px;
        width: 80%;
    }

.goldtheme .btn-activity-100 {
    /*color: #be9647;
    border-color: #be9647;*/
    color: #365987;
    border-color: #365987;
    /*padding: 2px 8px !important;*/
    border-radius: 3px;
    width: 100%;
}

    .goldtheme .btn-activity-100:focus {
        /*color: #be9647;*/
        color: #365987;
        border-color: #000;
        /*padding: 2px 8px !important;*/
        border-radius: 3px;
        width: 100%;
    }

    .goldtheme .btn-activity-100:hover {
        /*color: #be9647;*/
        color: #365987;
        border-color: #000;
        /*padding: 2px 8px !important;*/
        border-radius: 3px;
        width: 100%;
    }

    .goldtheme .btn-activity-100:active:hover,
    .goldtheme .btn-activity-100.active:hover,
    .goldtheme .open > .dropdown-toggle.btn-activity-100:hover,
    .goldtheme .btn-activity-100:active:focus,
    .goldtheme .btn-activity-100.active:focus,
    .goldtheme .open > .dropdown-toggle.btn-activity-100:focus,
    .goldtheme .btn-activity-100:active.focus,
    .goldtheme .btn-activity-100.active.focus,
    .goldtheme .open > .dropdown-toggle.btn-activity-100.focus {
        /*color: #be9647;*/
        color: #365987;
        border-color: #000;
        /*padding: 2px 8px !important;*/
        border-radius: 3px;
        width: 100%;
    }

.goldtheme .fa-angle-double-up {
    /*color: #be9647;*/
    color: #365987;
}

.goldtheme .form-control:focus {
    /*border-color: #be9647;*/
    border-color: #365987;
    outline: 0;
    box-shadow: 0px 2px 8px 0 rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 2px 8px 0 rgba(0,0,0,0.2);
    /*-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);*/
}

.goldtheme .bootstrap-select > .dropdown-toggle:hover {
    background: #fff;
    /*border-color: #be9647;
    color: #be9647;*/
    border-color: #365987;
    color: #365987;
}

.goldtheme .bootstrap-select > .dropdown-toggle:focus {
    background: #fff;
    /*border-color: #be9647;
    color: #be9647;*/
    border-color: #365987;
    color: #365987;
}


.goldtheme .bootstrap-select > .btn-default {
    color: #000;
    background-color: #fff;
    /*border-color: #be9647;*/
    border-color: #365987;
}

.goldtheme .bootstrap-select > .dropdown-menu li a {
	line-height: 30px;
	color: #000;
	background-color: #fff;
}

.goldtheme .dropdown-menu > .active > a, .goldtheme .dropdown-menu > .active > a:hover, .goldtheme .dropdown-menu > .active > a:focus {
    text-decoration: none;
    color: #fff !important;
    /*background-color: #be9647 !important;*/
    background-color: #365987 !important;
    outline: 0;
}

.goldtheme .dropdown-menu > li > a:hover, .goldtheme .dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #fff !important;
    /*background-color: #be9647 !important;*/
    background-color: #365987 !important;
    outline: 0;
}

.goldtheme .badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    /*background-color: #be9647;*/
    background-color: #365987;
    border-radius: 10px;
}

.goldtheme .list-group-item {
    position: relative;
    display: block;
    padding: 15px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    /*border: 1px solid #be9647;
    border-right: 10px solid #be9647;*/
    border: 1px solid #365987;
    border-right: 10px solid #365987;
    margin: 12px;
    /*color: #be9647;*/
    color: #365987;
    font-weight: bold;
    box-shadow: 0px 1px 8px 0 rgba(0,0,0,0.2);
}


.goldtheme .list-group-item-lite {
    position: relative;
    display: block;
    padding: 5px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    /*border: 1px solid #be9647;
	border-right: 10px solid #be9647;*/
    border: 1px solid #365987;
    border-right: 10px solid #365987;
    margin: 8px;
    color: #000;
    font-weight: normal;
    box-shadow: 0px 1px 8px 0 rgba(0,0,0,0.2);
}

.goldtheme .panel-primary > .panel-heading {
    color: #fff;
    /*background-color: #be9647;
    border-color: #be9647;*/
    background-color: #365987;
    border-color: #365987;
}

.goldtheme .panel-secondary > .panel-heading {
    /*color: #be9647;*/
    color: #365987;
    background-color: #fff;
}


.goldtheme .panel-primary > .panel-heading {
    color: #fff;
    /*background-color: #be9647;*/
    background-color: #365987;
    /*border-color: #be9647;*/
}

    .goldtheme .panel-primary > .panel-heading + .panel-collapse > .panel-body {
        /*border-top-color: #be9647;*/
        border-top-color: #365987;
    }

    .goldtheme .panel-primary > .panel-heading .badge {
        /*color: #be9647;*/
        color: #365987;
        background-color: #fff;
    }

.goldtheme .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    /*border-bottom-color: #be9647;*/
    border-bottom-color: #365987;
}


.goldtheme .panel {
	margin-bottom: 30px;
	background-color: #fff;
	border: 0px solid transparent;
	border-radius: 4px;
	box-shadow: 3px 3px 8px 4px rgba(0,0,0,0.2)
	/*transition: box-shadow 0.3s, top 0.3s;*/
	/*-webkit-box-shadow: -4px -4px 12px 4px rgba(0, 0, 0, .05);
    box-shadow: -4px -4px 12px 4px rgba(0, 0, 0, .05);*/
}


.goldtheme .panel-nocollapse {
	margin-bottom: 10px;
	background-color: #fff;
	/*border: 1px solid transparent;*/
	border-radius: 4px;
	-webkit-box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, .05);
	box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, .05);
}


.goldtheme .panel-primary > .panel-heading {
    color: #fff;
    /*background-color: #be9647;
	border-color: #be9647;*/
    background-color: #365987;
    border-color: #365987;
}

.goldtheme .nav-pills > li.active > a,
.goldtheme .nav-pills > li.active > a:hover,
.goldtheme .nav-pills > li.active > a:focus {
    color: #fff;
    /*background-color: #be9647;*/
    background-color: #365987;
}


.goldtheme .navbar-default {
    /*background-color: #be9647;
	border-color: #be9647;*/
    background-color: #365987;
    border-color: #365987;
    border-radius: 0px;
}

    .goldtheme .navbar-default .navbar-nav > li > a {
        /*border-right: 1px solid #A4833E;*/
        border-right: 1px solid #2f4f7a;
        border-left: none;
    }

        .goldtheme .navbar-default .navbar-nav > li > a:hover,
        .goldtheme .navbar-default .navbar-nav > li > a:focus {
            color: #fff;
            /*background-color: #A4833E;*/
            background-color: #2f4f7a;
        }

    .goldtheme .navbar-default .navbar-nav > .open > a,
    .goldtheme .navbar-default .navbar-nav > .open > a:hover,
    .goldtheme .navbar-default .navbar-nav > .open > a:focus {
        color: #fff;
        /*background-color: #A4833E;*/
        background-color: #2f4f7a;
    }

.goldtheme .nav .open > a,
.goldtheme .nav .open > a:hover,
.goldtheme .nav .open > a:focus {
    /*background-color: #A4833E;
	border-color: #A4833E;*/
    background-color: #2f4f7a;
    border-color: #2f4f7a;
}

.goldtheme .navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    /*background-color: #be9647;*/
    background-color: #365987;
}

	.goldtheme .navbar-nav > li > .dropdown-menu li a {
		line-height: 30px !important;
		color: #fff !important;
	}

        .goldtheme .navbar-nav > li > .dropdown-menu li a:hover {
            line-height: 30px !important;
            color: #fff !important;
            /*background-color: #A4833E;*/
            background-color: #2f4f7a;
        }

.goldtheme .top-navbar li > a:hover {
    text-decoration: none;
    /*color: #be9647;*/
    color: #365987;
}

.goldtheme .top-navbar li > a:focus {
    text-decoration: none;
    /*color: #be9647;*/
    color: #365987;
}


.goldtheme #operator_avatar {
    /*background-color: #be9647;*/
    background-color: #365987;
}


.goldtheme .color {
	/*color: #be9647 !important;*/
    color: #365987 !important;
	/**color**/
}

.goldtheme a, a:visited {
    /*color: #be9647;*/
    color: #365987;
}

.goldtheme .body-content-border {
    margin-top: 0px;
    /*border-color: #be9647;
	border: 1px solid #be9647;*/
    border-color: #365987;
    border: 1px solid #365987;
    border-radius: 0px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.goldtheme .footerLinks ul li a,
.goldtheme .footerLinks ul li a:visited {
    /*color: #be9647;*/
    color: #365987;
}

.goldtheme .footerLi > a {
    /*color: #be9647;*/
    color: #365987;
}



/********************************************************************* GOLD THEME: END **************************************************************/


/********************************************************************* MAROON THEME: START **********************************************************/


/************* APPLICATION JOUNEY: START ****************/
.maroontheme ol.progtrckr li.progtrckr-done {
	color: black;
	border-bottom: 4px solid #C8122E;
}

.maroontheme ol.progtrckr li.progtrckr-todo {
	color: silver;
	border-bottom: 4px solid silver;
}

.maroontheme ol.progtrckr li.progtrckr-current {
	color: black;
	border-bottom: 4px solid silver;
}

.maroontheme ol.progtrckr li.progtrckr-done:before {
	content: "\2714";
	color: white;
	background-color: #C8122E;
	height: 1.2em;
	width: 1.2em;
	line-height: 1.2em;
	border: none;
	border-radius: 1.2em;
}

.maroontheme ol.progtrckr li.progtrckr-todo:before {
	content: "\2714";
	color: white;
	background-color: silver;
	height: 1.2em;
	width: 1.2em;
	line-height: 1.2em;
	border: none;
	border-radius: 1.2em;
}

.maroontheme ol.progtrckr li.progtrckr-current:before {
	content: "\2714";
	color: #C8122E;
	background-color: white;
	height: 1.2em;
	width: 1.2em;
	line-height: 1.2em;
	border: 1px solid #C8122E;
	border-radius: 1.2em;
}


/************* APPLICATION JOUNEY: END ****************/


.maroontheme .blockG {
	position: absolute;
	background-color: rgb(255,255,255);
	width: 10px;
	height: 23px;
	border-radius: 8px 8px 0 0;
	-o-border-radius: 8px 8px 0 0;
	-ms-border-radius: 8px 8px 0 0;
	-webkit-border-radius: 8px 8px 0 0;
	-moz-border-radius: 8px 8px 0 0;
	transform: scale(0.4);
	-o-transform: scale(0.4);
	-ms-transform: scale(0.4);
	-webkit-transform: scale(0.4);
	-moz-transform: scale(0.4);
	animation-name: fadeM;
	-o-animation-name: fadeM;
	-ms-animation-name: fadeM;
	-webkit-animation-name: fadeM;
	-moz-animation-name: fadeM;
	animation-duration: 1.2s;
	-o-animation-duration: 1.2s;
	-ms-animation-duration: 1.2s;
	-webkit-animation-duration: 1.2s;
	-moz-animation-duration: 1.2s;
	animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-direction: normal;
	-o-animation-direction: normal;
	-ms-animation-direction: normal;
	-webkit-animation-direction: normal;
	-moz-animation-direction: normal;
}

@keyframes fadeM {
	0% {
		background-color: rgb(200,18,46);
	}

	100% {
		background-color: rgb(255,255,255);
	}
}

@-o-keyframes fadeM {
	0% {
		background-color: rgb(200,18,46);
	}

	100% {
		background-color: rgb(255,255,255);
	}
}

@-ms-keyframes fadeM {
	0% {
		background-color: rgb(200,18,46);
	}

	100% {
		background-color: rgb(255,255,255);
	}
}

@-webkit-keyframes fadeM {
	0% {
		background-color: rgb(200,18,46);
	}

	100% {
		background-color: rgb(255,255,255);
	}
}

@-moz-keyframes fadeM {
	0% {
		background-color: rgb(200,18,46);
	}

	100% {
		background-color: rgb(255,255,255);
	}
}


.maroontheme .dash-box-icon:after {
	width: 60px;
	height: 60px;
	position: absolute;
	border: 1px solid #C8122E;
	content: '';
	border-radius: 50%;
	left: -10px;
	top: -10px;
	z-index: -1;
}



.maroontheme .dash-box-icon > i {
	background: #C8122E;
	border-radius: 50%;
	line-height: 40px;
	color: #FFF;
	width: 40px;
	height: 40px;
	font-size: 22px;
}

.maroontheme .dash-box {
	position: relative;
	border: 1px solid #C8122E;
	background-image: url('../Images/hotservices.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	/*background: rgb(190, 150, 71);
    background: -moz-linear-gradient(top, rgba(190, 150, 71, 1) 0%, rgba(211, 196, 165, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(190, 150, 71, 1) 0%, rgba(211, 196, 165, 1) 100%);
    background: linear-gradient(to bottom, rgba(190, 150, 71, 1) 0%, rgba(211, 196, 165, 1) 100%);*/
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ff5641', endColorstr='#fd3261', GradientType=0);
	border-radius: 10px;
	text-align: center;
	margin: 60px 0 50px;
	cursor: pointer;
}

	.maroontheme .dash-box:hover {
		position: relative;
		border: 1px solid #C8122E;
		background: rgba(190, 150, 71, .1);
		filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ff5641', endColorstr='#fd3261', GradientType=0);
		border-radius: 15px;
		text-align: center;
		margin: 60px 0 50px;
		cursor: pointer;
		text-decoration: none;
	}

.maroontheme .popover-title {
	background-color: #C8122E;
	border-bottom: #C8122E;
	color: white;
}

.maroontheme .system-title {
	background-color: #fff;
	border: 1px solid #C8122E;
	text-align: center;
	box-shadow: 0px 1px 7px 0 rgba(0,0,0,0.2);
	display: inline-block;
	position: fixed;
	z-index: 1031;
	left: 0px;
	right: 0;
	color: #C8122E;
	border-bottom-left-radius: 900px;
	border-bottom-right-radius: 900px;
	transition: top ease-in-out 0.3s;
	top: 0px;
	margin: -7px auto;
	border-top: none;
	padding: 0px 0px;
}

.maroontheme div.RadUpload_Default .ruFileWrap .ruButtonHover {
	background-image: none !important;
	color: #fff !important;
	background-color: #C8122E !important;
	border-color: #000 !important;
	font-size: 15px !important;
}

.maroontheme .RadUpload_Default .ruButton {
	background-image: none !important;
	color: #fff !important;
	background-color: #C8122E !important;
	border-color: #C6C6C6 !important;
	font-size: 15px !important;
}


	.maroontheme .RadUpload_Default .ruButton:focus {
		background-image: none !important;
		color: #fff !important;
		background-color: #C8122E !important;
		border-color: #000 !important;
		font-size: 15px !important;
	}

.maroontheme .table-hover > tbody > tr > td > a > div {
	padding: 5px;
	font-weight: 600;
	text-align: center;
	border: 1px solid #C8122E !important;
	border-radius: 0px;
	box-shadow: 0px 2px 8px 0 rgba(0, 0, 0, 0.2);
	background: rgba(190, 150, 71, 0.50);
}

	.maroontheme .table-hover > tbody > tr > td > a > div:hover {
		background: rgba(247, 189, 74, 0.45);
		box-shadow: 5px 5px 8px 0 rgba(0, 0, 0, 0.2);
	}



.maroontheme .table > thead > tr > th,
.maroontheme .table > tbody > tr > th,
.maroontheme .table > tfoot > tr > th,
.maroontheme .table > thead > tr > td,
.maroontheme .table > tbody > tr > td,
.maroontheme .table > tfoot > tr > td {
	padding: 7px;
	line-height: 1.8;
	vertical-align: middle;
	border-top: 1px solid #C8122E;
	border-bottom: 1px solid #C8122E;
	border-left: hidden;
	border-right: hidden;
	color: black;
}


.maroontheme .gridview > td {
	padding: 7px;
	line-height: 1.43333 !important;
	vertical-align: middle;
	border-top: 1px solid #C8122E;
	border-bottom: 1px solid #C8122E;
	border-left: hidden;
	border-right: hidden;
	color: black;
}

.maroontheme .gridview span {
	background-color: #C8122E;
	color: #fff;
	-o-box-shadow: 1px 1px 1px #111;
	-moz-box-shadow: 1px 1px 1px #111;
	-webkit-box-shadow: 1px 1px 1px #111;
	box-shadow: 1px 1px 1px #111;
	border-radius: 50%;
	padding: 5px 10px 5px 10px;
}


.maroontheme .modal-header {
	background-color: #C8122E;
	color: #ffffff;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border: 1px solid #C8122E;
}

.maroontheme .modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #C8122E;
}

.maroontheme .zoom-fab {
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 40px;
	border-radius: 50%;
	background-color: #C8122E;
	vertical-align: middle;
	text-decoration: none;
	text-align: center;
	transition: 0.2s ease-out;
	cursor: pointer;
	background: #C8122E;
	color: #fff;
	/*border: 2px solid #C8122E*/
	border: 3px solid #fff;
}

.maroontheme #btnScrollToTop {
	display: none; /* Hidden by default */
	position: fixed; /* Fixed/sticky position */
	bottom: 20px; /* Place the button at the bottom of the page */
	right: 30px; /* Place the button 30px from the right */
	z-index: 99; /* Make sure it does not overlap */
	border: 1px solid #C8122E;
	outline: none; /* Remove outline */
	background-color: #C8122E; /* Set a background color */
	color: white; /* Text color */
	cursor: pointer; /* Add a mouse pointer on hover */
	padding: 15px; /* Some padding */
	border-radius: 10px; /* Rounded corners */
	font-size: 18px; /* Increase font size */
}

	.maroontheme #btnScrollToTop:hover {
		border: 1px solid #000;
	}

.maroontheme .btn-success {
	color: #fff;
	background-color: #C8122E;
	border-color: #C6C6C6;
	font-size: 15px;
}

	.maroontheme .btn-success:focus {
		color: #fff;
		background-color: #C8122E;
		border-color: #000;
		font-size: 15px;
	}

	.maroontheme .btn-success:hover {
		color: #fff;
		background-color: #C8122E;
		border-color: #000;
		font-size: 15px;
	}

	.maroontheme .btn-success:active:hover,
	.maroontheme .btn-success.active:hover,
	.maroontheme .open > .dropdown-toggle.btn-success:hover,
	.maroontheme .btn-success:active:focus,
	.maroontheme .btn-success.active:focus,
	.maroontheme .open > .dropdown-toggle.btn-success:focus,
	.maroontheme .btn-success:active.focus,
	.maroontheme .btn-success.active.focus,
	.maroontheme .open > .dropdown-toggle.btn-success.focus {
		color: #fff;
		background-color: #C8122E;
		border-color: #000;
	}

.maroontheme .btn-primary {
	color: #fff;
	background-color: #C8122E;
	border-color: #C6C6C6;
	font-size: 15px;
}

	.maroontheme .btn-primary:focus {
		color: #fff;
		background-color: #C8122E;
		border-color: #000;
		font-size: 15px;
	}

	.maroontheme .btn-primary:hover {
		color: #fff;
		background-color: #C8122E;
		border-color: #000;
		font-size: 15px;
	}

	.maroontheme .btn-primary:active:hover,
	.maroontheme .btn-primary.active:hover,
	.maroontheme .open > .dropdown-toggle.btn-primary:hover,
	.maroontheme .btn-primary:active:focus,
	.maroontheme .btn-primary.active:focus,
	.maroontheme .open > .dropdown-toggle.btn-primary:focus,
	.maroontheme .btn-primary:active.focus,
	.maroontheme .btn-primary.active.focus,
	.maroontheme .open > .dropdown-toggle.btn-primary.focus {
		color: #fff;
		background-color: #C8122E;
		border-color: #000;
	}

.maroontheme .btn-danger {
	color: #000;
	background-color: #fff;
	border-color: #C6C6C6;
}

	.maroontheme .btn-danger:focus {
		color: #000;
		background-color: #fff;
		border-color: #C6C6C6;
	}

	.maroontheme .btn-danger:hover {
		color: #000;
		background-color: #fff;
		border-color: #000;
	}

	.maroontheme .btn-danger:active:hover,
	.maroontheme .btn-danger.active:hover,
	.maroontheme .open > .dropdown-toggle.btn-danger:hover,
	.maroontheme .btn-danger:active:focus,
	.maroontheme .btn-danger.active:focus,
	.maroontheme .open > .dropdown-toggle.btn-danger:focus,
	.maroontheme .btn-danger:active.focus,
	.maroontheme .btn-danger.active.focus,
	.maroontheme .open > .dropdown-toggle.btn-danger.focus {
		color: #000;
		background-color: #fff;
		border-color: #000;
	}


.maroontheme .btn-warning {
	color: #000;
	background-color: #fff;
	border-color: #C6C6C6;
}

	.maroontheme .btn-warning:focus {
		color: #000;
		background-color: #fff;
		border-color: #000;
	}

	.maroontheme .btn-warning:hover {
		color: #000;
		background-color: #fff;
		border-color: #000;
	}


	.maroontheme .btn-warning:active:hover,
	.maroontheme .btn-warning.active:hover,
	.maroontheme .open > .dropdown-toggle.btn-warning:hover,
	.maroontheme .btn-warning:active:focus,
	.maroontheme .btn-warning.active:focus,
	.maroontheme .open > .dropdown-toggle.btn-warning:focus,
	.maroontheme .btn-warning:active.focus,
	.maroontheme .btn-warning.active.focus,
	.maroontheme .open > .dropdown-toggle.btn-warning.focus {
		color: #000;
		background-color: #fff;
		border-color: #000;
	}


.maroontheme .btn-activity {
	color: #C8122E;
	border-color: #C8122E;
	/*padding: 2px 8px !important;*/
	border-radius: 3px;
	width: 80%;
}

	.maroontheme .btn-activity:focus {
		color: #C8122E;
		border-color: #000;
		/*padding: 2px 8px !important;*/
		border-radius: 3px;
		width: 80%;
	}

	.maroontheme .btn-activity:hover {
		color: #C8122E;
		border-color: #000;
		/*padding: 2px 8px !important;*/
		border-radius: 3px;
		width: 80%;
	}

	.maroontheme .btn-activity:active:hover,
	.maroontheme .btn-activity.active:hover,
	.maroontheme .open > .dropdown-toggle.btn-activity:hover,
	.maroontheme .btn-activity:active:focus,
	.maroontheme .btn-activity.active:focus,
	.maroontheme .open > .dropdown-toggle.btn-activity:focus,
	.maroontheme .btn-activity:active.focus,
	.maroontheme .btn-activity.active.focus,
	.maroontheme .open > .dropdown-toggle.btn-activity.focus {
		color: #C8122E;
		border-color: #000;
		/*padding: 2px 8px !important;*/
		border-radius: 3px;
		width: 80%;
	}

.maroontheme .btn-activity-100 {
	color: #C8122E;
	border-color: #C8122E;
	/*padding: 2px 8px !important;*/
	border-radius: 3px;
	width: 100%;
}

	.maroontheme .btn-activity-100:focus {
		color: #C8122E;
		border-color: #000;
		/*padding: 2px 8px !important;*/
		border-radius: 3px;
		width: 100%;
	}

	.maroontheme .btn-activity-100:hover {
		color: #C8122E;
		border-color: #000;
		/*padding: 2px 8px !important;*/
		border-radius: 3px;
		width: 100%;
	}

	.maroontheme .btn-activity-100:active:hover,
	.maroontheme .btn-activity-100.active:hover,
	.maroontheme .open > .dropdown-toggle.btn-activity-100:hover,
	.maroontheme .btn-activity-100:active:focus,
	.maroontheme .btn-activity-100.active:focus,
	.maroontheme .open > .dropdown-toggle.btn-activity-100:focus,
	.maroontheme .btn-activity-100:active.focus,
	.maroontheme .btn-activity-100.active.focus,
	.maroontheme .open > .dropdown-toggle.btn-activity-100.focus {
		color: #C8122E;
		border-color: #000;
		/*padding: 2px 8px !important;*/
		border-radius: 3px;
		width: 100%;
	}

.maroontheme .fa-angle-double-up {
	color: #C8122E;
}

.maroontheme .form-control:focus {
	border-color: #C8122E;
	outline: 0;
	box-shadow: 0px 2px 8px 0 rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 2px 8px 0 rgba(0,0,0,0.2);
	/*-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);*/
}


.maroontheme .bootstrap-select > .dropdown-toggle:hover {
	background: #fff;
	border-color: #C8122E;
	color: #C8122E;
}

.maroontheme .bootstrap-select > .dropdown-toggle:focus {
	background: #fff;
	border-color: #C8122E;
	color: #C8122E;
}

.maroontheme .bootstrap-select > .btn-default {
	color: #000;
	background-color: #fff;
	border-color: #C8122E;
}

.maroontheme .bootstrap-select > .dropdown-menu li a {
	line-height: 30px;
	color: #000;
	background-color: #fff;
}

.maroontheme .dropdown-menu > .active > a, .maroontheme .dropdown-menu > .active > a:hover, .maroontheme .dropdown-menu > .active > a:focus {
	text-decoration: none;
	color: #fff !important;
	background-color: #C8122E !important;
	outline: 0;
}

.maroontheme .dropdown-menu > li > a:hover, .maroontheme .dropdown-menu > li > a:focus {
	text-decoration: none;
	color: #fff !important;
	background-color: #C8122E !important;
	outline: 0;
}

.maroontheme .badge {
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	background-color: #C8122E;
	border-radius: 10px;
}

.maroontheme .list-group-item {
	position: relative;
	display: block;
	padding: 15px 15px;
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid #C8122E;
	border-right: 10px solid #C8122E;
	margin: 12px;
	color: #C8122E;
	font-weight: bold;
	box-shadow: 0px 1px 8px 0 rgba(0,0,0,0.2);
}


.maroontheme .list-group-item-lite {
	position: relative;
	display: block;
	padding: 5px 15px;
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid #C8122E;
	border-right: 10px solid #C8122E;
	margin: 8px;
	color: #000;
	font-weight: normal;
	box-shadow: 0px 1px 8px 0 rgba(0,0,0,0.2);
}

.maroontheme .panel-primary > .panel-heading {
	color: #fff;
	background-color: #C8122E;
	border-color: #C8122E;
}

.maroontheme .panel-secondary > .panel-heading {
	color: #C8122E;
	background-color: #fff;
}

.maroontheme .panel-primary > .panel-heading {
	color: #fff;
	background-color: #C8122E;
	/*border-color: #C8122E;*/
}

	.maroontheme .panel-primary > .panel-heading + .panel-collapse > .panel-body {
		border-top-color: #C8122E;
	}

	.maroontheme .panel-primary > .panel-heading .badge {
		color: #C8122E;
		background-color: #fff;
	}

.maroontheme .panel-primary > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #C8122E;
}


.maroontheme .panel {
	margin-bottom: 30px;
	background-color: #fff;
	border: 0px solid transparent;
	border-radius: 4px;
	box-shadow: 3px 3px 8px 4px rgba(0,0,0,0.2)
	/*transition: box-shadow 0.3s, top 0.3s;*/
	/*-webkit-box-shadow: -4px -4px 12px 4px rgba(0, 0, 0, .05);
    box-shadow: -4px -4px 12px 4px rgba(0, 0, 0, .05);*/
}


.maroontheme .panel-nocollapse {
	margin-bottom: 10px;
	background-color: #fff;
	/*border: 1px solid transparent;*/
	border-radius: 4px;
	-webkit-box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, .05);
	box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, .05);
}


.maroontheme .panel-primary > .panel-heading {
	color: #fff;
	background-color: #C8122E;
	border-color: #C8122E;
}

.maroontheme .nav-pills > li.active > a,
.maroontheme .nav-pills > li.active > a:hover,
.maroontheme .nav-pills > li.active > a:focus {
	color: #fff;
	background-color: #C8122E;
}


.maroontheme .navbar-default {
	background-color: #C8122E;
	border-color: #C8122E;
	border-radius: 0px;
}

	.maroontheme .navbar-default .navbar-nav > li > a {
		border-right: 1px solid #A00E24;
		border-left: none;
	}

		.maroontheme .navbar-default .navbar-nav > li > a:hover,
		.maroontheme .navbar-default .navbar-nav > li > a:focus {
			color: #fff;
			background-color: #A00E24;
		}

	.maroontheme .navbar-default .navbar-nav > .open > a,
	.maroontheme .navbar-default .navbar-nav > .open > a:hover,
	.maroontheme .navbar-default .navbar-nav > .open > a:focus {
		color: #fff;
		background-color: #A00E24;
	}

.maroontheme .nav .open > a,
.maroontheme .nav .open > a:hover,
.maroontheme .nav .open > a:focus {
	background-color: #A00E24;
	border-color: #A00E24;
}

.maroontheme .navbar-nav > li > .dropdown-menu {
	margin-top: 0;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	background-color: #C8122E;
}

	.maroontheme .navbar-nav > li > .dropdown-menu li a {
		line-height: 30px !important;
		color: #fff !important;
	}

		.maroontheme .navbar-nav > li > .dropdown-menu li a:hover {
			line-height: 30px !important;
			color: #fff !important;
			background-color: #A00E24;
		}

.maroontheme .top-navbar li > a:hover {
	text-decoration: none;
	color: #C8122E;
}

.maroontheme .top-navbar li > a:focus {
	text-decoration: none;
	color: #C8122E;
}


.maroontheme #operator_avatar {
	background-color: #C8122E;
}


.maroontheme .color {
	color: #C8122E !important;
	/**color**/
}

.maroontheme a, a:visited {
	color: #C8122E;
}

.maroontheme .body-content-border {
	margin-top: 0px;
	border-color: #C8122E;
	border: 1px solid #C8122E;
	border-radius: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.maroontheme .footerLinks ul li a,
.maroontheme .footerLinks ul li a:visited {
	color: #C8122E;
}

.maroontheme .footerLi > a {
	color: #C8122E;
}




/************* MAROON THEME: END ***********************/


/************* BLACK THEME: START ***********************/
.blacktheme ol.progtrckr li.progtrckr-done {
	color: black;
	border-bottom: 4px solid #444;
}

.blacktheme ol.progtrckr li.progtrckr-todo {
	color: silver;
	border-bottom: 4px solid silver;
}

.blacktheme ol.progtrckr li.progtrckr-current {
	color: black;
	border-bottom: 4px solid silver;
}

.blacktheme ol.progtrckr li.progtrckr-done:before {
	content: "\2714";
	color: white;
	background-color: #444;
	height: 1.2em;
	width: 1.2em;
	line-height: 1.2em;
	border: none;
	border-radius: 1.2em;
}

.blacktheme ol.progtrckr li.progtrckr-todo:before {
	content: "\2714";
	color: white;
	background-color: silver;
	height: 1.2em;
	width: 1.2em;
	line-height: 1.2em;
	border: none;
	border-radius: 1.2em;
}

.blacktheme ol.progtrckr li.progtrckr-current:before {
	content: "\2714";
	color: #444;
	background-color: white;
	height: 1.2em;
	width: 1.2em;
	line-height: 1.2em;
	border: 1px solid #444;
	border-radius: 1.2em;
}


.blacktheme .blockG {
	position: absolute;
	background-color: rgb(255,255,255);
	width: 10px;
	height: 23px;
	border-radius: 8px 8px 0 0;
	-o-border-radius: 8px 8px 0 0;
	-ms-border-radius: 8px 8px 0 0;
	-webkit-border-radius: 8px 8px 0 0;
	-moz-border-radius: 8px 8px 0 0;
	transform: scale(0.4);
	-o-transform: scale(0.4);
	-ms-transform: scale(0.4);
	-webkit-transform: scale(0.4);
	-moz-transform: scale(0.4);
	animation-name: fadeB;
	-o-animation-name: fadeB;
	-ms-animation-name: fadeB;
	-webkit-animation-name: fadeB;
	-moz-animation-name: fadeB;
	animation-duration: 1.2s;
	-o-animation-duration: 1.2s;
	-ms-animation-duration: 1.2s;
	-webkit-animation-duration: 1.2s;
	-moz-animation-duration: 1.2s;
	animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-direction: normal;
	-o-animation-direction: normal;
	-ms-animation-direction: normal;
	-webkit-animation-direction: normal;
	-moz-animation-direction: normal;
}

@keyframes fadeB {
	0% {
		background-color: rgb(68,68,68);
	}

	100% {
		background-color: rgb(255,255,255);
	}
}

@-o-keyframes fadeB {
	0% {
		background-color: rgb(68,68,68);
	}

	100% {
		background-color: rgb(255,255,255);
	}
}

@-ms-keyframes fadeB {
	0% {
		background-color: rgb(68,68,68);
	}

	100% {
		background-color: rgb(255,255,255);
	}
}

@-webkit-keyframes fadeB {
	0% {
		background-color: rgb(68,68,68);
	}

	100% {
		background-color: rgb(255,255,255);
	}
}

@-moz-keyframes fadeB {
	0% {
		background-color: rgb(68,68,68);
	}

	100% {
		background-color: rgb(255,255,255);
	}
}

.blacktheme .dash-box-icon:after {
	width: 60px;
	height: 60px;
	position: absolute;
	border: 1px solid #444;
	content: '';
	border-radius: 50%;
	left: -10px;
	top: -10px;
	z-index: -1;
}



.blacktheme .dash-box-icon > i {
	background: #444;
	border-radius: 50%;
	line-height: 40px;
	color: #FFF;
	width: 40px;
	height: 40px;
	font-size: 22px;
}

.blacktheme .dash-box {
	position: relative;
	border: 1px solid #444;
	background-image: url('../Images/hotservices.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	/*background: rgb(190, 150, 71);
    background: -moz-linear-gradient(top, rgba(190, 150, 71, 1) 0%, rgba(211, 196, 165, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(190, 150, 71, 1) 0%, rgba(211, 196, 165, 1) 100%);
    background: linear-gradient(to bottom, rgba(190, 150, 71, 1) 0%, rgba(211, 196, 165, 1) 100%);*/
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ff5641', endColorstr='#fd3261', GradientType=0);
	border-radius: 10px;
	text-align: center;
	margin: 60px 0 50px;
	cursor: pointer;
}

	.blacktheme .dash-box:hover {
		position: relative;
		border: 1px solid #444;
		background: rgba(190, 150, 71, .1);
		filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ff5641', endColorstr='#fd3261', GradientType=0);
		border-radius: 15px;
		text-align: center;
		margin: 60px 0 50px;
		cursor: pointer;
		text-decoration: none;
	}

.blacktheme .popover-title {
	background-color: #444;
	border-bottom: #444;
	color: white;
}

.blacktheme .system-title {
	background-color: #fff;
	border: 1px solid #444;
	text-align: center;
	box-shadow: 0px 1px 7px 0 rgba(0,0,0,0.2);
	display: inline-block;
	position: fixed;
	z-index: 1031;
	left: 0px;
	right: 0;
	color: #444;
	border-bottom-left-radius: 900px;
	border-bottom-right-radius: 900px;
	transition: top ease-in-out 0.3s;
	top: 0px;
	margin: -7px auto;
	border-top: none;
	padding: 0px 0px;
}

.blacktheme div.RadUpload_Default .ruFileWrap .ruButtonHover {
	background-image: none !important;
	color: #fff !important;
	background-color: #444 !important;
	border-color: #000 !important;
	font-size: 15px !important;
}

.blacktheme .RadUpload_Default .ruButton {
	background-image: none !important;
	color: #fff !important;
	background-color: #444 !important;
	border-color: #C6C6C6 !important;
	font-size: 15px !important;
}


	.blacktheme .RadUpload_Default .ruButton:focus {
		background-image: none !important;
		color: #fff !important;
		background-color: #444 !important;
		border-color: #000 !important;
		font-size: 15px !important;
	}

.blacktheme .table-hover > tbody > tr > td > a > div {
	padding: 5px;
	font-weight: 600;
	text-align: center;
	border: 1px solid #444 !important;
	border-radius: 0px;
	box-shadow: 0px 2px 8px 0 rgba(0, 0, 0, 0.2);
	background: rgba(190, 150, 71, 0.50);
}

	.blacktheme .table-hover > tbody > tr > td > a > div:hover {
		background: rgba(247, 189, 74, 0.45);
		box-shadow: 5px 5px 8px 0 rgba(0, 0, 0, 0.2);
	}



.blacktheme .table > thead > tr > th,
.blacktheme .table > tbody > tr > th,
.blacktheme .table > tfoot > tr > th,
.blacktheme .table > thead > tr > td,
.blacktheme .table > tbody > tr > td,
.blacktheme .table > tfoot > tr > td {
	padding: 7px;
	line-height: 1.8;
	vertical-align: middle;
	border-top: 1px solid #444;
	border-bottom: 1px solid #444;
	border-left: hidden;
	border-right: hidden;
	color: black;
}


.blacktheme .gridview > td {
	padding: 7px;
	line-height: 1.43333 !important;
	vertical-align: middle;
	border-top: 1px solid #444;
	border-bottom: 1px solid #444;
	border-left: hidden;
	border-right: hidden;
	color: black;
}

.blacktheme .gridview span {
	background-color: #444;
	color: #fff;
	-o-box-shadow: 1px 1px 1px #111;
	-moz-box-shadow: 1px 1px 1px #111;
	-webkit-box-shadow: 1px 1px 1px #111;
	box-shadow: 1px 1px 1px #111;
	border-radius: 50%;
	padding: 5px 10px 5px 10px;
}


.blacktheme .modal-header {
	background-color: #444;
	color: #ffffff;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border: 1px solid #444;
}

.blacktheme .modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #444;
}

.blacktheme .zoom-fab {
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 40px;
	border-radius: 50%;
	background-color: #444;
	vertical-align: middle;
	text-decoration: none;
	text-align: center;
	transition: 0.2s ease-out;
	cursor: pointer;
	background: #444;
	color: #fff;
	/*border: 2px solid #444*/
	border: 3px solid #fff;
}

.blacktheme #btnScrollToTop {
	display: none; /* Hidden by default */
	position: fixed; /* Fixed/sticky position */
	bottom: 20px; /* Place the button at the bottom of the page */
	right: 30px; /* Place the button 30px from the right */
	z-index: 99; /* Make sure it does not overlap */
	border: 1px solid #444;
	outline: none; /* Remove outline */
	background-color: #444; /* Set a background color */
	color: white; /* Text color */
	cursor: pointer; /* Add a mouse pointer on hover */
	padding: 15px; /* Some padding */
	border-radius: 10px; /* Rounded corners */
	font-size: 18px; /* Increase font size */
}

	.blacktheme #btnScrollToTop:hover {
		border: 1px solid #000;
	}

.blacktheme .btn-success {
	color: #fff;
	background-color: #444;
	border-color: #C6C6C6;
	font-size: 15px;
}

	.blacktheme .btn-success:focus {
		color: #fff;
		background-color: #444;
		border-color: #000;
		font-size: 15px;
	}

	.blacktheme .btn-success:hover {
		color: #fff;
		background-color: #444;
		border-color: #000;
		font-size: 15px;
	}

	.blacktheme .btn-success:active:hover,
	.blacktheme .btn-success.active:hover,
	.blacktheme .open > .dropdown-toggle.btn-success:hover,
	.blacktheme .btn-success:active:focus,
	.blacktheme .btn-success.active:focus,
	.blacktheme .open > .dropdown-toggle.btn-success:focus,
	.blacktheme .btn-success:active.focus,
	.blacktheme .btn-success.active.focus,
	.blacktheme .open > .dropdown-toggle.btn-success.focus {
		color: #fff;
		background-color: #444;
		border-color: #000;
	}

.blacktheme .btn-primary {
	color: #fff;
	background-color: #444;
	border-color: #C6C6C6;
	font-size: 15px;
}

	.blacktheme .btn-primary:focus {
		color: #fff;
		background-color: #444;
		border-color: #000;
		font-size: 15px;
	}

	.blacktheme .btn-primary:hover {
		color: #fff;
		background-color: #444;
		border-color: #000;
		font-size: 15px;
	}

	.blacktheme .btn-primary:active:hover,
	.blacktheme .btn-primary.active:hover,
	.blacktheme .open > .dropdown-toggle.btn-primary:hover,
	.blacktheme .btn-primary:active:focus,
	.blacktheme .btn-primary.active:focus,
	.blacktheme .open > .dropdown-toggle.btn-primary:focus,
	.blacktheme .btn-primary:active.focus,
	.blacktheme .btn-primary.active.focus,
	.blacktheme .open > .dropdown-toggle.btn-primary.focus {
		color: #fff;
		background-color: #444;
		border-color: #000;
	}

.blacktheme .btn-danger {
	color: #000;
	background-color: #fff;
	border-color: #C6C6C6;
}

	.blacktheme .btn-danger:focus {
		color: #000;
		background-color: #fff;
		border-color: #C6C6C6;
	}

	.blacktheme .btn-danger:hover {
		color: #000;
		background-color: #fff;
		border-color: #000;
	}

	.blacktheme .btn-danger:active:hover,
	.blacktheme .btn-danger.active:hover,
	.blacktheme .open > .dropdown-toggle.btn-danger:hover,
	.blacktheme .btn-danger:active:focus,
	.blacktheme .btn-danger.active:focus,
	.blacktheme .open > .dropdown-toggle.btn-danger:focus,
	.blacktheme .btn-danger:active.focus,
	.blacktheme .btn-danger.active.focus,
	.blacktheme .open > .dropdown-toggle.btn-danger.focus {
		color: #000;
		background-color: #fff;
		border-color: #000;
	}


.blacktheme .btn-warning {
	color: #000;
	background-color: #fff;
	border-color: #C6C6C6;
}

	.blacktheme .btn-warning:focus {
		color: #000;
		background-color: #fff;
		border-color: #000;
	}

	.blacktheme .btn-warning:hover {
		color: #000;
		background-color: #fff;
		border-color: #000;
	}


	.blacktheme .btn-warning:active:hover,
	.blacktheme .btn-warning.active:hover,
	.blacktheme .open > .dropdown-toggle.btn-warning:hover,
	.blacktheme .btn-warning:active:focus,
	.blacktheme .btn-warning.active:focus,
	.blacktheme .open > .dropdown-toggle.btn-warning:focus,
	.blacktheme .btn-warning:active.focus,
	.blacktheme .btn-warning.active.focus,
	.blacktheme .open > .dropdown-toggle.btn-warning.focus {
		color: #000;
		background-color: #fff;
		border-color: #000;
	}


.blacktheme .btn-activity {
	color: #444;
	border-color: #444;
	/*padding: 2px 8px !important;*/
	border-radius: 3px;
	width: 80%;
}

	.blacktheme .btn-activity:focus {
		color: #444;
		border-color: #000;
		/*padding: 2px 8px !important;*/
		border-radius: 3px;
		width: 80%;
	}

	.blacktheme .btn-activity:hover {
		color: #444;
		border-color: #000;
		/*padding: 2px 8px !important;*/
		border-radius: 3px;
		width: 80%;
	}

	.blacktheme .btn-activity:active:hover,
	.blacktheme .btn-activity.active:hover,
	.blacktheme .open > .dropdown-toggle.btn-activity:hover,
	.blacktheme .btn-activity:active:focus,
	.blacktheme .btn-activity.active:focus,
	.blacktheme .open > .dropdown-toggle.btn-activity:focus,
	.blacktheme .btn-activity:active.focus,
	.blacktheme .btn-activity.active.focus,
	.blacktheme .open > .dropdown-toggle.btn-activity.focus {
		color: #444;
		border-color: #000;
		/*padding: 2px 8px !important;*/
		border-radius: 3px;
		width: 80%;
	}

.blacktheme .btn-activity-100 {
	color: #444;
	border-color: #444;
	/*padding: 2px 8px !important;*/
	border-radius: 3px;
	width: 100%;
}

	.blacktheme .btn-activity-100:focus {
		color: #444;
		border-color: #000;
		/*padding: 2px 8px !important;*/
		border-radius: 3px;
		width: 100%;
	}

	.blacktheme .btn-activity-100:hover {
		color: #444;
		border-color: #000;
		/*padding: 2px 8px !important;*/
		border-radius: 3px;
		width: 100%;
	}

	.blacktheme .btn-activity-100:active:hover,
	.blacktheme .btn-activity-100.active:hover,
	.blacktheme .open > .dropdown-toggle.btn-activity-100:hover,
	.blacktheme .btn-activity-100:active:focus,
	.blacktheme .btn-activity-100.active:focus,
	.blacktheme .open > .dropdown-toggle.btn-activity-100:focus,
	.blacktheme .btn-activity-100:active.focus,
	.blacktheme .btn-activity-100.active.focus,
	.blacktheme .open > .dropdown-toggle.btn-activity-100.focus {
		color: #444;
		border-color: #000;
		/*padding: 2px 8px !important;*/
		border-radius: 3px;
		width: 100%;
	}

.blacktheme .fa-angle-double-up {
	color: #444;
}

.blacktheme .form-control:focus {
	border-color: #444;
	outline: 0;
	box-shadow: 0px 2px 8px 0 rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 2px 8px 0 rgba(0,0,0,0.2);
	/*-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);*/
}

.blacktheme .bootstrap-select > .dropdown-toggle:hover {
	background: #fff;
	border-color: #444;
	color: #444;
}

.blacktheme .bootstrap-select > .dropdown-toggle:focus {
	background: #fff;
	border-color: #444;
	color: #444;
}

.blacktheme .bootstrap-select > .btn-default {
	color: #000;
	background-color: #fff;
	border-color: #444;
}

.blacktheme .bootstrap-select > .dropdown-menu li a {
	line-height: 30px;
	color: #000;
	background-color: #fff;
}

.blacktheme .dropdown-menu > .active > a, .blacktheme .dropdown-menu > .active > a:hover, .blacktheme .dropdown-menu > .active > a:focus {
	text-decoration: none;
	color: #fff !important;
	background-color: #444 !important;
	outline: 0;
}

.blacktheme .dropdown-menu > li > a:hover, .blacktheme .dropdown-menu > li > a:focus {
	text-decoration: none;
	color: #fff !important;
	background-color: #444 !important;
	outline: 0;
}

.blacktheme .badge {
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	background-color: #444;
	border-radius: 10px;
}

.blacktheme .list-group-item {
	position: relative;
	display: block;
	padding: 15px 15px;
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid #444;
	border-right: 10px solid #444;
	margin: 12px;
	color: #444;
	font-weight: bold;
	box-shadow: 0px 1px 8px 0 rgba(0,0,0,0.2);
}

.blacktheme .list-group-item-lite {
	position: relative;
	display: block;
	padding: 5px 15px;
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid #444;
	border-right: 10px solid #444;
	margin: 8px;
	color: #000;
	font-weight: normal;
	box-shadow: 0px 1px 8px 0 rgba(0,0,0,0.2);
}


.blacktheme .panel-primary > .panel-heading {
	color: #fff;
	background-color: #444;
	border-color: #444;
}

.blacktheme .panel-secondary > .panel-heading {
	color: #444;
	background-color: #fff;
}


.blacktheme .panel-primary > .panel-heading {
	color: #fff;
	background-color: #444;
	/*border-color: #444;*/
}

	.blacktheme .panel-primary > .panel-heading + .panel-collapse > .panel-body {
		border-top-color: #444;
	}

	.blacktheme .panel-primary > .panel-heading .badge {
		color: #444;
		background-color: #fff;
	}

.blacktheme .panel-primary > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #444;
}


.blacktheme .panel {
	margin-bottom: 30px;
	background-color: #fff;
	border: 0px solid transparent;
	border-radius: 4px;
	box-shadow: 3px 3px 8px 4px rgba(0,0,0,0.2)
	/*transition: box-shadow 0.3s, top 0.3s;*/
	/*-webkit-box-shadow: -4px -4px 12px 4px rgba(0, 0, 0, .05);
    box-shadow: -4px -4px 12px 4px rgba(0, 0, 0, .05);*/
}


.blacktheme .panel-nocollapse {
	margin-bottom: 10px;
	background-color: #fff;
	/*border: 1px solid transparent;*/
	border-radius: 4px;
	-webkit-box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, .05);
	box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, .05);
}


.blacktheme .panel-primary > .panel-heading {
	color: #fff;
	background-color: #444;
	border-color: #444;
}

.blacktheme .nav-pills > li.active > a,
.blacktheme .nav-pills > li.active > a:hover,
.blacktheme .nav-pills > li.active > a:focus {
	color: #fff;
	background-color: #444;
}

.blacktheme .navbar-default {
	background-color: #444;
	border-color: #444;
	border-radius: 0px;
}

	.blacktheme .navbar-default .navbar-nav > li > a {
		border-right: 1px solid #000;
		border-left: none;
	}

		.blacktheme .navbar-default .navbar-nav > li > a:hover,
		.blacktheme .navbar-default .navbar-nav > li > a:focus {
			color: #fff;
			background-color: #000;
		}

	.blacktheme .navbar-default .navbar-nav > .open > a,
	.blacktheme .navbar-default .navbar-nav > .open > a:hover,
	.blacktheme .navbar-default .navbar-nav > .open > a:focus {
		color: #fff;
		background-color: #000;
	}

.blacktheme .nav .open > a,
.blacktheme .nav .open > a:hover,
.blacktheme .nav .open > a:focus {
	background-color: #000;
	border-color: #000;
}

.blacktheme .navbar-nav > li > .dropdown-menu {
	margin-top: 0;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	background-color: #444;
}

	.blacktheme .navbar-nav > li > .dropdown-menu li a {
		line-height: 30px !important;
		color: #fff !important;
	}

		.blacktheme .navbar-nav > li > .dropdown-menu li a:hover {
			line-height: 30px !important;
			color: #fff !important;
			background-color: #000;
		}

.blacktheme .top-navbar li > a:hover {
	text-decoration: none;
	color: #444;
}

.blacktheme .top-navbar li > a:focus {
	text-decoration: none;
	color: #444;
}



.blacktheme #operator_avatar {
	background-color: #444;
}


.blacktheme .color {
	color: #444 !important;
	/**color**/
}

.blacktheme a, a:visited {
	color: #444;
}

.blacktheme .body-content-border {
	margin-top: 0px;
	border-color: #444;
	border: 1px solid #444;
	border-radius: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.blacktheme .footerLinks ul li a, a:visited {
	color: #444;
}

.blacktheme .footerLi > a {
	color: #444;
}



/************* BLACK THEME: END ***********************/


/************* GREEN THEME: START ***********************/

.greentheme ol.progtrckr li.progtrckr-done {
	color: black;
	border-bottom: 4px solid #00843D;
}

.greentheme ol.progtrckr li.progtrckr-todo {
	color: silver;
	border-bottom: 4px solid silver;
}

.greentheme ol.progtrckr li.progtrckr-current {
	color: black;
	border-bottom: 4px solid silver;
}


.greentheme ol.progtrckr li.progtrckr-done:before {
	content: "\2714";
	color: white;
	background-color: #00843D;
	height: 1.2em;
	width: 1.2em;
	line-height: 1.2em;
	border: none;
	border-radius: 1.2em;
}

.greentheme ol.progtrckr li.progtrckr-todo:before {
	content: "\2714";
	color: white;
	background-color: silver;
	height: 1.2em;
	width: 1.2em;
	line-height: 1.2em;
	border: none;
	border-radius: 1.2em;
}

.greentheme ol.progtrckr li.progtrckr-current:before {
	content: "\2714";
	color: #00843D;
	background-color: white;
	height: 1.2em;
	width: 1.2em;
	line-height: 1.2em;
	border: 1px solid #00843D;
	border-radius: 1.2em;
}



.greentheme .blockG {
	position: absolute;
	background-color: rgb(255,255,255);
	width: 10px;
	height: 23px;
	border-radius: 8px 8px 0 0;
	-o-border-radius: 8px 8px 0 0;
	-ms-border-radius: 8px 8px 0 0;
	-webkit-border-radius: 8px 8px 0 0;
	-moz-border-radius: 8px 8px 0 0;
	transform: scale(0.4);
	-o-transform: scale(0.4);
	-ms-transform: scale(0.4);
	-webkit-transform: scale(0.4);
	-moz-transform: scale(0.4);
	animation-name: fadeGR;
	-o-animation-name: fadeGR;
	-ms-animation-name: fadeGR;
	-webkit-animation-name: fadeGR;
	-moz-animation-name: fadeGR;
	animation-duration: 1.2s;
	-o-animation-duration: 1.2s;
	-ms-animation-duration: 1.2s;
	-webkit-animation-duration: 1.2s;
	-moz-animation-duration: 1.2s;
	animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-direction: normal;
	-o-animation-direction: normal;
	-ms-animation-direction: normal;
	-webkit-animation-direction: normal;
	-moz-animation-direction: normal;
}

@keyframes fadeGR {
	0% {
		background-color: rgb(0,132,61);
	}

	100% {
		background-color: rgb(255,255,255);
	}
}

@-o-keyframes fadeGR {
	0% {
		background-color: rgb(0,132,61);
	}

	100% {
		background-color: rgb(255,255,255);
	}
}

@-ms-keyframes fadeGR {
	0% {
		background-color: rgb(0,132,61);
	}

	100% {
		background-color: rgb(255,255,255);
	}
}

@-webkit-keyframes fadeGR {
	0% {
		background-color: rgb(0,132,61);
	}

	100% {
		background-color: rgb(255,255,255);
	}
}

@-moz-keyframes fadeGR {
	0% {
		background-color: rgb(0,132,61);
	}

	100% {
		background-color: rgb(255,255,255);
	}
}

.greentheme .dash-box-icon:after {
	width: 60px;
	height: 60px;
	position: absolute;
	border: 1px solid #00843D;
	content: '';
	border-radius: 50%;
	left: -10px;
	top: -10px;
	z-index: -1;
}



.greentheme .dash-box-icon > i {
	background: #00843D;
	border-radius: 50%;
	line-height: 40px;
	color: #FFF;
	width: 40px;
	height: 40px;
	font-size: 22px;
}

.greentheme .dash-box {
	position: relative;
	border: 1px solid #00843D;
	background-image: url('../Images/hotservices.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	/*background: rgb(190, 150, 71);
    background: -moz-linear-gradient(top, rgba(190, 150, 71, 1) 0%, rgba(211, 196, 165, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(190, 150, 71, 1) 0%, rgba(211, 196, 165, 1) 100%);
    background: linear-gradient(to bottom, rgba(190, 150, 71, 1) 0%, rgba(211, 196, 165, 1) 100%);*/
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ff5641', endColorstr='#fd3261', GradientType=0);
	border-radius: 10px;
	text-align: center;
	margin: 60px 0 50px;
	cursor: pointer;
}

	.greentheme .dash-box:hover {
		position: relative;
		border: 1px solid #00843D;
		background: rgba(190, 150, 71, .1);
		filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ff5641', endColorstr='#fd3261', GradientType=0);
		border-radius: 15px;
		text-align: center;
		margin: 60px 0 50px;
		cursor: pointer;
		text-decoration: none;
	}

.greentheme .popover-title {
	background-color: #00843D;
	border-bottom: #00843D;
	color: white;
}

.greentheme .system-title {
	background-color: #fff;
	border: 1px solid #00843D;
	text-align: center;
	box-shadow: 0px 1px 7px 0 rgba(0,0,0,0.2);
	display: inline-block;
	position: fixed;
	z-index: 1031;
	left: 0px;
	right: 0;
	color: #00843D;
	border-bottom-left-radius: 900px;
	border-bottom-right-radius: 900px;
	transition: top ease-in-out 0.3s;
	top: 0px;
	margin: -7px auto;
	border-top: none;
	padding: 0px 0px;
}

.greentheme div.RadUpload_Default .ruFileWrap .ruButtonHover {
	background-image: none !important;
	color: #fff !important;
	background-color: #00843D !important;
	border-color: #000 !important;
	font-size: 15px !important;
}

.greentheme .RadUpload_Default .ruButton {
	background-image: none !important;
	color: #fff !important;
	background-color: #00843D !important;
	border-color: #C6C6C6 !important;
	font-size: 15px !important;
}


	.greentheme .RadUpload_Default .ruButton:focus {
		background-image: none !important;
		color: #fff !important;
		background-color: #00843D !important;
		border-color: #000 !important;
		font-size: 15px !important;
	}

.greentheme .table-hover > tbody > tr > td > a > div {
	padding: 5px;
	font-weight: 600;
	text-align: center;
	border: 1px solid #00843D !important;
	border-radius: 0px;
	box-shadow: 0px 2px 8px 0 rgba(0, 0, 0, 0.2);
	background: rgba(190, 150, 71, 0.50);
}

	.greentheme .table-hover > tbody > tr > td > a > div:hover {
		background: rgba(247, 189, 74, 0.45);
		box-shadow: 5px 5px 8px 0 rgba(0, 0, 0, 0.2);
	}

.greentheme .table > thead > tr > th,
.greentheme .table > tbody > tr > th,
.greentheme .table > tfoot > tr > th,
.greentheme .table > thead > tr > td,
.greentheme .table > tbody > tr > td,
.greentheme .table > tfoot > tr > td {
	padding: 7px;
	line-height: 1.8;
	vertical-align: middle;
	border-top: 1px solid #00843D;
	border-bottom: 1px solid #00843D;
	border-left: hidden;
	border-right: hidden;
	color: black;
}


.greentheme .gridview > td {
	padding: 7px;
	line-height: 1.43333 !important;
	vertical-align: middle;
	border-top: 1px solid #00843D;
	border-bottom: 1px solid #00843D;
	border-left: hidden;
	border-right: hidden;
	color: black;
}

.greentheme .gridview span {
	background-color: #00843D;
	color: #fff;
	-o-box-shadow: 1px 1px 1px #111;
	-moz-box-shadow: 1px 1px 1px #111;
	-webkit-box-shadow: 1px 1px 1px #111;
	box-shadow: 1px 1px 1px #111;
	border-radius: 50%;
	padding: 5px 10px 5px 10px;
}


.greentheme .modal-header {
	background-color: #00843D;
	color: #ffffff;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border: 1px solid #00843D;
}

.greentheme .modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #00843D;
}

.greentheme .zoom-fab {
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 40px;
	border-radius: 50%;
	background-color: #00843D;
	vertical-align: middle;
	text-decoration: none;
	text-align: center;
	transition: 0.2s ease-out;
	cursor: pointer;
	background: #00843D;
	color: #fff;
	/*border: 2px solid #00843D*/
	border: 3px solid #fff;
}

.greentheme #btnScrollToTop {
	display: none; /* Hidden by default */
	position: fixed; /* Fixed/sticky position */
	bottom: 20px; /* Place the button at the bottom of the page */
	right: 30px; /* Place the button 30px from the right */
	z-index: 99; /* Make sure it does not overlap */
	border: 1px solid #00843D;
	outline: none; /* Remove outline */
	background-color: #00843D; /* Set a background color */
	color: white; /* Text color */
	cursor: pointer; /* Add a mouse pointer on hover */
	padding: 15px; /* Some padding */
	border-radius: 10px; /* Rounded corners */
	font-size: 18px; /* Increase font size */
}

	.greentheme #btnScrollToTop:hover {
		border: 1px solid #000;
	}

.greentheme .btn-success {
	color: #fff;
	background-color: #00843D;
	border-color: #C6C6C6;
	font-size: 15px;
}

	.greentheme .btn-success:focus {
		color: #fff;
		background-color: #00843D;
		border-color: #000;
		font-size: 15px;
	}

	.greentheme .btn-success:hover {
		color: #fff;
		background-color: #00843D;
		border-color: #000;
		font-size: 15px;
	}

	.greentheme .btn-success:active:hover,
	.greentheme .btn-success.active:hover,
	.greentheme .open > .dropdown-toggle.btn-success:hover,
	.greentheme .btn-success:active:focus,
	.greentheme .btn-success.active:focus,
	.greentheme .open > .dropdown-toggle.btn-success:focus,
	.greentheme .btn-success:active.focus,
	.greentheme .btn-success.active.focus,
	.greentheme .open > .dropdown-toggle.btn-success.focus {
		color: #fff;
		background-color: #00843D;
		border-color: #000;
	}

.greentheme .btn-primary {
	color: #fff;
	background-color: #00843D;
	border-color: #C6C6C6;
	font-size: 15px;
}

	.greentheme .btn-primary:focus {
		color: #fff;
		background-color: #00843D;
		border-color: #000;
		font-size: 15px;
	}

	.greentheme .btn-primary:hover {
		color: #fff;
		background-color: #00843D;
		border-color: #000;
		font-size: 15px;
	}

	.greentheme .btn-primary:active:hover,
	.greentheme .btn-primary.active:hover,
	.greentheme .open > .dropdown-toggle.btn-primary:hover,
	.greentheme .btn-primary:active:focus,
	.greentheme .btn-primary.active:focus,
	.greentheme .open > .dropdown-toggle.btn-primary:focus,
	.greentheme .btn-primary:active.focus,
	.greentheme .btn-primary.active.focus,
	.greentheme .open > .dropdown-toggle.btn-primary.focus {
		color: #fff;
		background-color: #00843D;
		border-color: #000;
	}

.greentheme .btn-danger {
	color: #000;
	background-color: #fff;
	border-color: #C6C6C6;
}

	.greentheme .btn-danger:focus {
		color: #000;
		background-color: #fff;
		border-color: #C6C6C6;
	}

	.greentheme .btn-danger:hover {
		color: #000;
		background-color: #fff;
		border-color: #000;
	}

	.greentheme .btn-danger:active:hover,
	.greentheme .btn-danger.active:hover,
	.greentheme .open > .dropdown-toggle.btn-danger:hover,
	.greentheme .btn-danger:active:focus,
	.greentheme .btn-danger.active:focus,
	.greentheme .open > .dropdown-toggle.btn-danger:focus,
	.greentheme .btn-danger:active.focus,
	.greentheme .btn-danger.active.focus,
	.greentheme .open > .dropdown-toggle.btn-danger.focus {
		color: #000;
		background-color: #fff;
		border-color: #000;
	}


.greentheme .btn-warning {
	color: #000;
	background-color: #fff;
	border-color: #C6C6C6;
}

	.greentheme .btn-warning:focus {
		color: #000;
		background-color: #fff;
		border-color: #000;
	}

	.greentheme .btn-warning:hover {
		color: #000;
		background-color: #fff;
		border-color: #000;
	}


	.greentheme .btn-warning:active:hover,
	.greentheme .btn-warning.active:hover,
	.greentheme .open > .dropdown-toggle.btn-warning:hover,
	.greentheme .btn-warning:active:focus,
	.greentheme .btn-warning.active:focus,
	.greentheme .open > .dropdown-toggle.btn-warning:focus,
	.greentheme .btn-warning:active.focus,
	.greentheme .btn-warning.active.focus,
	.greentheme .open > .dropdown-toggle.btn-warning.focus {
		color: #000;
		background-color: #fff;
		border-color: #000;
	}


.greentheme .btn-activity {
	color: #00843D;
	border-color: #00843D;
	/*padding: 2px 8px !important;*/
	border-radius: 3px;
	width: 80%;
}

	.greentheme .btn-activity:focus {
		color: #00843D;
		border-color: #000;
		/*padding: 2px 8px !important;*/
		border-radius: 3px;
		width: 80%;
	}

	.greentheme .btn-activity:hover {
		color: #00843D;
		border-color: #000;
		/*padding: 2px 8px !important;*/
		border-radius: 3px;
		width: 80%;
	}

	.greentheme .btn-activity:active:hover,
	.greentheme .btn-activity.active:hover,
	.greentheme .open > .dropdown-toggle.btn-activity:hover,
	.greentheme .btn-activity:active:focus,
	.greentheme .btn-activity.active:focus,
	.greentheme .open > .dropdown-toggle.btn-activity:focus,
	.greentheme .btn-activity:active.focus,
	.greentheme .btn-activity.active.focus,
	.greentheme .open > .dropdown-toggle.btn-activity.focus {
		color: #00843D;
		border-color: #000;
		/*padding: 2px 8px !important;*/
		border-radius: 3px;
		width: 80%;
	}

.greentheme .btn-activity-100 {
	color: #00843D;
	border-color: #00843D;
	/*padding: 2px 8px !important;*/
	border-radius: 3px;
	width: 100%;
}

	.greentheme .btn-activity-100:focus {
		color: #00843D;
		border-color: #000;
		/*padding: 2px 8px !important;*/
		border-radius: 3px;
		width: 100%;
	}

	.greentheme .btn-activity-100:hover {
		color: #00843D;
		border-color: #000;
		/*padding: 2px 8px !important;*/
		border-radius: 3px;
		width: 100%;
	}

	.greentheme .btn-activity-100:active:hover,
	.greentheme .btn-activity-100.active:hover,
	.greentheme .open > .dropdown-toggle.btn-activity-100:hover,
	.greentheme .btn-activity-100:active:focus,
	.greentheme .btn-activity-100.active:focus,
	.greentheme .open > .dropdown-toggle.btn-activity-100:focus,
	.greentheme .btn-activity-100:active.focus,
	.greentheme .btn-activity-100.active.focus,
	.greentheme .open > .dropdown-toggle.btn-activity-100.focus {
		color: #00843D;
		border-color: #000;
		/*padding: 2px 8px !important;*/
		border-radius: 3px;
		width: 100%;
	}

.greentheme .fa-angle-double-up {
	color: #00843D;
}

.greentheme .form-control:focus {
	border-color: #00843D;
	outline: 0;
	box-shadow: 0px 2px 8px 0 rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 2px 8px 0 rgba(0,0,0,0.2);
	/*-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);*/
}

.greentheme .bootstrap-select > .dropdown-toggle:hover {
	background: #fff;
	border-color: #00843D;
	color: #00843D;
}

.greentheme .bootstrap-select > .dropdown-toggle:focus {
	background: #fff;
	border-color: #00843D;
	color: #00843D;
}

.greentheme .bootstrap-select > .btn-default {
	color: #000;
	background-color: #fff;
	border-color: #00843D;
}

.greentheme .bootstrap-select > .dropdown-menu li a {
	line-height: 30px;
	color: #000;
	background-color: #fff;
}

.greentheme .dropdown-menu > .active > a, .greentheme .dropdown-menu > .active > a:hover, .greentheme .dropdown-menu > .active > a:focus {
	text-decoration: none;
	color: #fff !important;
	background-color: #00843D !important;
	outline: 0;
}

.greentheme .dropdown-menu > li > a:hover, .greentheme .dropdown-menu > li > a:focus {
	text-decoration: none;
	color: #fff !important;
	background-color: #00843D !important;
	outline: 0;
}

.greentheme .badge {
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	background-color: #00843D;
	border-radius: 10px;
}

.greentheme .list-group-item {
	position: relative;
	display: block;
	padding: 15px 15px;
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid #00843D;
	border-right: 10px solid #00843D;
	margin: 12px;
	color: #00843D;
	font-weight: bold;
	box-shadow: 2px 0px 8px 0 rgba(0,0,0,0.2);
}

.greentheme .list-group-item-lite {
	position: relative;
	display: block;
	padding: 5px 15px;
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid #00843D;
	border-right: 10px solid #00843D;
	margin: 8px;
	color: #000;
	font-weight: normal;
	box-shadow: 2px 0px 8px 0 rgba(0,0,0,0.2);
}

.greentheme .panel-primary > .panel-heading {
	color: #fff;
	background-color: #00843D;
	border-color: #00843D;
}

.greentheme .panel-secondary > .panel-heading {
	color: #00843D;
	background-color: #fff;
}


.greentheme .panel-primary > .panel-heading {
	color: #fff;
	background-color: #00843D;
	/*border-color: #00843D;*/
}

	.greentheme .panel-primary > .panel-heading + .panel-collapse > .panel-body {
		border-top-color: #00843D;
	}

	.greentheme .panel-primary > .panel-heading .badge {
		color: #00843D;
		background-color: #fff;
	}

.greentheme .panel-primary > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #00843D;
}


.greentheme .panel {
	margin-bottom: 30px;
	background-color: #fff;
	border: 0px solid transparent;
	border-radius: 4px;
	box-shadow: 3px 3px 8px 4px rgba(0,0,0,0.2)
	/*transition: box-shadow 0.3s, top 0.3s;*/
	/*-webkit-box-shadow: -4px -4px 12px 4px rgba(0, 0, 0, .05);
    box-shadow: -4px -4px 12px 4px rgba(0, 0, 0, .05);*/
}


.greentheme .panel-nocollapse {
	margin-bottom: 10px;
	background-color: #fff;
	/*border: 1px solid transparent;*/
	border-radius: 4px;
	-webkit-box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, .05);
	box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, .05);
}


.greentheme .panel-primary > .panel-heading {
	color: #fff;
	background-color: #00843D;
	border-color: #00843D;
}

.greentheme .nav-pills > li.active > a,
.greentheme .nav-pills > li.active > a:hover,
.greentheme .nav-pills > li.active > a:focus {
	color: #fff;
	background-color: #00843D;
}


.greentheme .navbar-default {
	background-color: #00843D;
	border-color: #00843D;
	border-radius: 0px;
}

	.greentheme .navbar-default .navbar-nav > li > a {
		border-right: 1px solid #006930;
		border-left: none;
	}

		.greentheme .navbar-default .navbar-nav > li > a:hover,
		.greentheme .navbar-default .navbar-nav > li > a:focus {
			color: #fff;
			background-color: #006930;
		}

	.greentheme .navbar-default .navbar-nav > .open > a,
	.greentheme .navbar-default .navbar-nav > .open > a:hover,
	.greentheme .navbar-default .navbar-nav > .open > a:focus {
		color: #fff;
		background-color: #006930;
	}

.greentheme .nav .open > a,
.greentheme .nav .open > a:hover,
.greentheme .nav .open > a:focus {
	background-color: #006930;
	border-color: #006930;
}

.greentheme .navbar-nav > li > .dropdown-menu {
	margin-top: 0;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	background-color: #00843D;
}

	.greentheme .navbar-nav > li > .dropdown-menu li a {
		line-height: 30px !important;
		color: #fff !important;
	}

		.greentheme .navbar-nav > li > .dropdown-menu li a:hover {
			line-height: 30px !important;
			color: #fff !important;
			background-color: #006930;
		}

.greentheme .top-navbar li > a:hover {
	text-decoration: none;
	color: #00843D;
}

.greentheme .top-navbar li > a:focus {
	text-decoration: none;
	color: #00843D;
}


.greentheme #operator_avatar {
	background-color: #00843D;
}


.greentheme .color {
	color: #00843D !important;
	/**color**/
}

.greentheme a, a:visited {
	color: #00843D;
}

.greentheme .body-content-border {
	margin-top: 0px;
	border-color: #00843D;
	border: 1px solid #00843D;
	border-radius: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
}


.greentheme .footerLinks ul li a, a:visited {
	color: #00843D;
}

.greentheme .footerLi > a {
	color: #00843D;
}



/************* GREEN THEME: END ***********************/


/**************************************************************************** COLOR THEMES: END *********************************************************************************/

/***************** GENERAL: START ********************/
/*
 * Droid Arabic Kufi (Arabic) http://www.google.com/fonts/earlyaccess
 */
@font-face {
	font-family: 'Droid Arabic Kufi';
	font-style: normal;
	font-weight: 400;
	src: url(//fonts.gstatic.com/ea/droidarabickufi/v6/DroidKufi-Regular.eot);
	src: url(//fonts.gstatic.com/ea/droidarabickufi/v6/DroidKufi-Regular.eot?#iefix) format('embedded-opentype'), url(//fonts.gstatic.com/ea/droidarabickufi/v6/DroidKufi-Regular.woff2) format('woff2'), url(//fonts.gstatic.com/ea/droidarabickufi/v6/DroidKufi-Regular.woff) format('woff'), url(//fonts.gstatic.com/ea/droidarabickufi/v6/DroidKufi-Regular.ttf) format('truetype');
}

@font-face {
	font-family: 'Droid Arabic Kufi';
	font-style: normal;
	font-weight: 700;
	src: url(//fonts.gstatic.com/ea/droidarabickufi/v6/DroidKufi-Bold.eot);
	src: url(//fonts.gstatic.com/ea/droidarabickufi/v6/DroidKufi-Bold.eot?#iefix) format('embedded-opentype'), url(//fonts.gstatic.com/ea/droidarabickufi/v6/DroidKufi-Bold.woff2) format('woff2'), url(//fonts.gstatic.com/ea/droidarabickufi/v6/DroidKufi-Bold.woff) format('woff'), url(//fonts.gstatic.com/ea/droidarabickufi/v6/DroidKufi-Bold.ttf) format('truetype');
}

@media (min-width: 576px) {
	.modal-dialog-centered {
		min-height: calc(100% - (1.75rem * 2));
	}
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
	/* Hide captions */
	.carousel-caption {
		display: none;
	}
}


.color {
    /*color: #be9647 !important;*/
    color: #365987 !important;
    /**color**/
}

a, a:visited {
    /*color: #be9647;*/
    color: #365987;
}

body {
	padding-top: 0px !important;
}

.container-fluid {
	margin-top: 5px;
}

.container-fluid {
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 15px;
	margin-right: auto;
	margin-left: auto;
}


/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content-border {
    margin-top: 0px;
    /*border-color: #be9647;
	border: 1px solid #be9647;*/
    border-color: #365987;
    border: 1px solid #365987;
    border-radius: 0px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.body-content {
	margin-top: 10px;
}

hr {
	margin-top: 5px;
	margin-bottom: 5px;
	border: 0;
	border-top: 1px solid #eee;
}


/* Carousel */
.carousel-caption p {
	font-size: 20px;
	line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
	width: 100%;
}

/* QR code generator */
#qrCode {
	margin: 15px;
}


.page-title {
    background-color: rgba(190, 208, 230, 1);
    /*rgba(190, 150, 71, .1);*/
    padding-right: 5px;
    line-height: 35px;
    /*border-bottom: 1px solid #be9647;*/
    padding-top: 5px;
    padding-bottom: 5px;
}

	.page-title > a, .page-title > a:visited, .page-title > a:hover, .page-title > a:focus {
		text-decoration: none;
		cursor: default;
	}

		.page-title > a > h1, .page-title > a > h2, .page-title > a > h3, .page-title > a > h4 {
			margin-top: 10px;
			margin-bottom: 5px;
		}


.page-heading {
	margin-left: 5px;
	margin-right: 5px;
	font-size: 22px;
	font-weight: 600;
}


.row {
	margin-top: 10px;
}

.clickable {
	cursor: pointer;
}

.tab-content {
	padding-left: 10px;
	padding-right: 10px;
}


.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
	width: 100% !important;
}

.statisticsList {
	padding-left: 5px !important;
	margin-top: -50px !important;
}

	.statisticsList li {
		display: inline;
	}

#operator_avatar {
    /*background-color: #be9647;*/
    background-color: #365987;
}

#operator_avatar {
	float: right;
	border-radius: 50%;
	width: 4.5em;
	height: 4.5em;
	box-shadow: 0 1px 3px rgba(0,0,0,.2);
	border: .3em solid #fff;
	box-sizing: content-box;
	overflow: hidden;
	color: #fff;
	text-align: center;
	position: relative;
	transition: background-color .2s ease-in-out .2s;
	-webkit-transition: background-color .2s ease-in-out .2s;
	-o-transition: background-color .2s ease-in-out .2s;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'livechat-modern' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-leavemessage {
	line-height: 4.5em !important;
}


/***************** GENERAL: END ********************/


/*************** MAIN NAV BAR: START ****************/


.navbar {
	margin-bottom: 0px !important;
	min-height: 35px !important;
}


.navbar-default {
    /*background-color: #be9647;
    border-color: #be9647;*/
    background-color: #365987;
    border-color: #365987;
    border-radius: 0px;
}

.navbar-nav > li > a {
	line-height: 15px;
	text-transform: uppercase;
}

.navbar-default .navbar-nav > li > a {
    border-right: none;
    /*border-left: 1px solid #A4833E;*/
    border-left: 1px solid #2f4f7a;
}

    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
        color: #fff;
        /*background-color: #A4833E;*/
        background-color: #2f4f7a;
    }

.navbar-nav > li > .dropdown-menu {
	margin-top: 0;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #fff;
    /*background-color: #A4833E;*/
    background-color: #2f4f7a;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    /*background-color: #A4833E;
    border-color: #A4833E;*/
    background-color: #2f4f7a;
    border-color: #2f4f7a;
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    /*background-color: #be9647;*/
    background-color: #365987;
}

	.navbar-nav > li > .dropdown-menu li a {
		line-height: 30px !important;
		color: #fff !important;
	}

        .navbar-nav > li > .dropdown-menu li a:hover {
            line-height: 30px !important;
            color: #fff !important;
            /*background-color: #A4833E;*/
            background-color: #2f4f7a;
        }


.navbar-default .navbar-nav > .dropdown > a .caret {
	border-top-color: #fff;
	border-bottom-color: #fff;
}

.navbar-default .navbar-nav > .dropdown > a:hover .caret, .navbar-default .navbar-nav > .dropdown > a:focus .caret {
	border-top-color: #fff;
	border-bottom-color: #fff;
}

.nav-stacked {
	-webkit-box-shadow: -4px 0px 18px -1px rgba(0,0,0,0.05);
	-moz-box-shadow: -4px 0px 18px -1px rgba(0,0,0,0.05);
	box-shadow: -4px 0px 18px -1px rgba(0,0,0,0.05);
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #ffffff;
    /*background-color: #be9647;*/
    background-color: #365987;
}


/*************** MAIN NAV BAR: END ****************/


/************ PANELS: START ****************/

.panel {
	margin-bottom: 15px !important;
}


.panel-secondary {
	/*border-color: #be9647;*/
}

	.panel-secondary > .panel-heading {
		color: #fff;
		background-color: white;
		/*border-color: #be9647;*/
	}

.panel-secondary {
	/*border-color: #be9647;*/
}

    .panel-secondary > .panel-heading {
        /*color: #be9647;*/
        color: #365987;
        background-color: white;
        /*border-color: #be9647;*/
    }

		.panel-secondary > .panel-heading + .panel-collapse > .panel-body {
			border-top-color: #337ab7;
		}

        .panel-secondary > .panel-heading .badge {
            /*color: #be9647;*/
            color: #365987;
            background-color: #fff;
        }

	.panel-secondary > .panel-footer + .panel-collapse > .panel-body {
		border-bottom-color: #337ab7;
	}

.panel-primary {
	/*border-color: #be9647;*/
}

    .panel-primary > .panel-heading {
        color: #fff;
        /*background-color: #be9647;
        border-color: #be9647;*/
        background-color: #365987;
        border-color: #365987;
    }

.panel-primary {
	/*border-color: #be9647;*/
}

    .panel-primary > .panel-heading {
        color: #fff;
        /*background-color: #be9647;*/
        background-color: #365987;
        /*border-color: #be9647;*/
    }

		.panel-primary > .panel-heading + .panel-collapse > .panel-body {
			/*border-top-color: #be9647;*/
            border-top-color: #365987;
		}

        .panel-primary > .panel-heading .badge {
            /*color: #be9647;*/
            color: #365987;
            background-color: #fff;
        }

    .panel-primary > .panel-footer + .panel-collapse > .panel-body {
        /*border-bottom-color: #be9647;*/
        border-bottom-color: #365987;
    }

.panel-heading span {
	margin-top: -20px;
	font-size: 15px;
}

.panel {
	margin-bottom: 30px;
	background-color: #fff;
	border: 0px solid transparent;
	border-radius: 4px;
	box-shadow: -3px 3px 8px 4px rgba(0,0,0,0.2)
	/*transition: box-shadow 0.3s, top 0.3s;*/
	/*-webkit-box-shadow: -4px -4px 12px 4px rgba(0, 0, 0, .05);
    box-shadow: -4px -4px 12px 4px rgba(0, 0, 0, .05);*/
}

.panel-body {
	padding: 5px !important;
}

.panel-heading {
	padding: 10px 10px;
	border-bottom: 1px solid transparent;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}

.panel-body-nocollapse {
	padding: 5px;
}

.panel-nocollapse {
	margin-bottom: 10px;
	background-color: #fff;
	/*border: 1px solid transparent;*/
	border-radius: 4px;
	-webkit-box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, .05);
	box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, .05);
}

.panel-primary {
	/*border-color: #be9647;*/
}

    .panel-primary > .panel-heading {
        color: #fff;
        /*background-color: #be9647;
        border-color: #be9647;*/
        background-color: #365987;
        border-color: #365987;
    }



/************ PANELS: END ****************/


/**************** LIST GROUP AND BADGES: START *****************/
.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    /*background-color: #be9647;*/
    background-color: #365987;
    border-radius: 10px;
}

.list-group > a {
	text-decoration: none;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 15px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    /*border: 1px solid #be9647;
    border-right: 10px solid #be9647;*/
    border: 1px solid #365987;
    border-right: 10px solid #365987;
    margin: 12px;
    /*color: #be9647;*/
    color: #365987;
    font-weight: bold;
    box-shadow: 0px 1px 8px 0 rgba(0,0,0,0.2);
}

	.list-group-item:hover {
		box-shadow: 3px 3px 8px 4px rgba(0,0,0,0.2);
		cursor: pointer;
	}

	.list-group-item > .badge {
		float: left;
	}

	.list-group-item:last-child {
		margin-bottom: 0;
		border-bottom-right-radius: 4px;
		border-bottom-left-radius: 4px;
	}

	.list-group-item:first-child {
		border-top-left-radius: 4px;
		border-top-right-radius: 4px;
	}

.list-group-item-lite {
    position: relative;
    display: block;
    padding: 5px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    /*border: 1px solid #be9647;
    border-left: 10px solid #be9647;*/
    border: 1px solid #365987;
    border-left: 10px solid #365987;
    margin: 8px;
    color: #000;
    font-weight: normal;
    box-shadow: 0px 1px 8px 0 rgba(0,0,0,0.2);
}

	.list-group-item-lite:hover {
		box-shadow: 3px 3px 8px 4px rgba(0,0,0,0.2);
		cursor: pointer;
	}

	.list-group-item-lite > .badge {
		float: left;
	}

	.list-group-item-lite:last-child {
		margin-bottom: 0;
		border-bottom-right-radius: 4px;
		border-bottom-left-radius: 4px;
	}

	.list-group-item-lite:first-child {
		border-top-left-radius: 4px;
		border-top-right-radius: 4px;
	}
/**************** LIST GROUP AND BADGES: END *****************/


/**************** MAIN FOOTER: START **************************/

.footerLinks {
	padding: 10px 20px;
	color: #333;
	font-size: .8em;
	line-height: 15px;
	text-align: center;
	margin-top: 15px;
}

.footer ul {
	list-style: none;
	margin-bottom: 0;
}

.footerLinks ul li {
	display: inline-block;
	font-size: small;
}

	.footerLinks ul li:after {
		content: "|";
	}

	.footerLinks ul li:last-child:after {
		content: "";
	}

	.footerLinks ul li a {
		font-family: 'Droid Arabic Kufi', sans-serif !important;
		font-size: 12px;
		margin-left: 4px;
		margin-right: 4px;
	}


#foo {
	transition: all 0.3s ease-in-out;
}

#foo {
	position: fixed;
	left: 1px;
	top: 50%;
	z-index: 999;
}

.sprite.safari {
	background-position: -163px -2px;
	width: 19px;
}

.sprite.ie {
	background-position: -140px -2px;
	width: 19px;
}

.sprite.chrome {
	background-position: -2px -2px;
	width: 19px;
}

.sprite.firefox {
	background-position: -25px -2px;
	width: 19px;
}

.sprite {
	background: url(../Images/FooterSprite.png) no-repeat top left;
	width: 21px;
	height: 19px;
	display: -webkit-inline-box;
	display: inline-block;
}


	.sprite.Adobe {
		background-position: -70px -2px;
		height: 19px;
	}

	.sprite.html5 {
		background-position: -47px -2px;
		height: 19px;
	}

	.sprite.Java {
		background-position: -93px -2px;
		height: 19px;
	}

	.sprite.Windows {
		background-position: -116px -2px;
		height: 19px;
	}



/**************** MAIN FOOTER: END **************************/


/**************** FORM CONTROLS: START **********************/
input[type="checkbox"] {
	margin-right: 5px;
}

span.form-control {
	height: 100%;
}

.form-control[readonly], fieldset[disabled] .form-control {
	background-color: #fff;
	opacity: 1;
}

.form-control[disabled], fieldset[disabled] .form-control {
	cursor: text;
}

.form-control[readonly], .form-control[disabled] {
	background-color: #fdfdfd;
	opacity: 1;
}


.form-control:focus {
    /*border-color: #be9647;*/
    border-color: #365987;
    outline: 0;
    box-shadow: 0px 2px 8px 0 rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 2px 8px 0 rgba(0,0,0,0.2);
    /*-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);*/
}


.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
	background-color: #fff;
	opacity: 1;
}

.button-right-align {
	padding: 15px;
	text-align: left;
}

.txt-right-align {
	text-align: left;
}

.radio + .radio,
.checkbox + .checkbox {
	margin-top: -5px;
}


.radio-inline,
.checkbox-inline {
	position: relative;
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 0;
	vertical-align: middle;
	font-weight: normal;
	cursor: pointer;
}

	.radio-inline + .radio-inline,
	.checkbox-inline + .checkbox-inline {
		margin-top: 0;
		margin-left: 10px;
	}


/**************** FORM CONTROLS: END **********************/


/***************************** BUTTONS: START *****************************/

.btnOfficerNotes {
	position: fixed;
	bottom: 235px;
	left: 5px;
	cursor: pointer;
	transition: ease-in-out 0.4s;
	border-radius: 10px !important;
	opacity: 0.7;
}

	.btnOfficerNotes:hover {
		font-size: x-large;
		opacity: 1;
		border: none;
	}

	.btnOfficerNotes:active:focus {
		border: none;
	}

.btnBottomLeftFloatingIconTwo {
	position: fixed;
	bottom: 165px;
	left: 5px;
	cursor: pointer;
	transition: ease-in-out 0.4s;
	border-radius: 10px !important;
	opacity: 0.7;
}

	.btnBottomLeftFloatingIconTwo:hover {
		font-size: x-large !important;
		opacity: 1;
		border: none;
	}

	.btnBottomLeftFloatingIconTwo:active:focus {
		border: none;
	}


.btnBottomLeftFloatingIconOne {
	position: fixed;
	bottom: 95px;
	left: 5px;
	cursor: pointer;
	transition: ease-in-out 0.4s;
	border-radius: 10px !important;
	opacity: 0.7;
}

	.btnBottomLeftFloatingIconOne:hover {
		font-size: x-large !important;
		opacity: 1;
		border: none;
	}

	.btnBottomLeftFloatingIconOne:active:focus {
		border: none;
	}

#btnsend {
	position: fixed;
	bottom: 25px;
	left: 5px;
	cursor: pointer;
	transition: ease-in-out 0.4s;
	border-radius: 10px;
	opacity: 0.8;
}

	#btnsend:hover {
		font-size: large;
		opacity: 1;
		border: none;
	}

	#btnsend:active:focus {
		border: none;
	}


.fa-angle-double-up {
    /*color: #be9647;*/
    color: #365987;
}

.btn-group-vertical {
	text-align: -webkit-center;
}

	.btn-group-vertical > .btn {
		max-width: 50% !important;
	}


.btn-success {
    color: #fff;
    /*background-color: #be9647;*/
    background-color: #365987;
    border-color: #C6C6C6;
    font-size: 15px;
}

    .btn-success:focus {
        color: #fff;
        /*background-color: #be9647;*/
        background-color: #365987;
        border-color: #000;
        font-size: 15px;
    }

	.btn-success:hover {
		color: #fff;
		 /*background-color: #be9647;*/
        background-color: #365987;
		border-color: #000;
		font-size: 15px;
	}

    .btn-success:active:hover,
    .btn-success.active:hover,
    .open > .dropdown-toggle.btn-success:hover,
    .btn-success:active:focus,
    .btn-success.active:focus,
    .open > .dropdown-toggle.btn-success:focus,
    .btn-success:active.focus,
    .btn-success.active.focus,
    .open > .dropdown-toggle.btn-success.focus {
        color: #fff;
        /*background-color: #be9647;*/
        background-color: #365987;
        border-color: #000;
    }

.btn-primary {
    color: #fff;
    /*background-color: #be9647;*/
    background-color: #365987;
    border-color: #C6C6C6;
    font-size: 15px;
}

    .btn-primary:focus {
        color: #fff;
        /*background-color: #be9647;*/
        background-color: #365987;
        border-color: #000;
        font-size: 15px;
    }

    .btn-primary:hover {
        color: #fff;
        /*background-color: #be9647;*/
        background-color: #365987;
        border-color: #000;
        font-size: 15px;
    }

    .btn-primary:active:hover,
    .btn-primary.active:hover,
    .open > .dropdown-toggle.btn-primary:hover,
    .btn-primary:active:focus,
    .btn-primary.active:focus,
    .open > .dropdown-toggle.btn-primary:focus,
    .btn-primary:active.focus,
    .btn-primary.active.focus,
    .open > .dropdown-toggle.btn-primary.focus {
        color: #fff;
        /*background-color: #be9647;*/
        background-color: #365987;
        border-color: #000;
    }

.btn-danger {
	color: #000;
	background-color: #fff;
	border-color: #C6C6C6;
}

	.btn-danger:focus {
		color: #000;
		background-color: #fff;
		border-color: #C6C6C6;
	}

	.btn-danger:hover {
		color: #000;
		background-color: #fff;
		border-color: #000;
	}

	.btn-danger:active:hover,
	.btn-danger.active:hover,
	.open > .dropdown-toggle.btn-danger:hover,
	.btn-danger:active:focus,
	.btn-danger.active:focus,
	.open > .dropdown-toggle.btn-danger:focus,
	.btn-danger:active.focus,
	.btn-danger.active.focus,
	.open > .dropdown-toggle.btn-danger.focus {
		color: #000;
		background-color: #fff;
		border-color: #000;
	}


.btn-warning {
	color: #000;
	background-color: #fff;
	border-color: #C6C6C6;
}

	.btn-warning:focus {
		color: #000;
		background-color: #fff;
		border-color: #000;
	}

	.btn-warning:hover {
		color: #000;
		background-color: #fff;
		border-color: #000;
	}


	.btn-warning:active:hover,
	.btn-warning.active:hover,
	.open > .dropdown-toggle.btn-warning:hover,
	.btn-warning:active:focus,
	.btn-warning.active:focus,
	.open > .dropdown-toggle.btn-warning:focus,
	.btn-warning:active.focus,
	.btn-warning.active.focus,
	.open > .dropdown-toggle.btn-warning.focus {
		color: #000;
		background-color: #fff;
		border-color: #000;
	}

.btn {
	line-height: 1.75;
	border-radius: 3px;
}


.btn-activity {
    /*color: #be9647;
    border-color: #be9647;*/
    color: #365987;
    border-color: #365987;
    padding: 2px 8px !important;
    line-height: 1.4333;
    border-radius: 3px;
}

    .btn-activity:focus {
        /*color: #be9647;*/
        color: #365987;
        border-color: #000;
        padding: 2px 8px !important;
        line-height: 1.4333;
        border-radius: 3px;
        width: 80%;
    }

    .btn-activity:hover {
        /*color: #be9647;*/
        color: #365987;
        border-color: #000;
        padding: 2px 8px !important;
        line-height: 1.4333;
        border-radius: 3px;
        width: 80%;
    }

    .btn-activity:active:hover,
    .btn-activity.active:hover,
    .open > .dropdown-toggle.btn-activity:hover,
    .btn-activity:active:focus,
    .btn-activity.active:focus,
    .open > .dropdown-toggle.btn-activity:focus,
    .btn-activity:active.focus,
    .btn-activity.active.focus,
    .open > .dropdown-toggle.btn-activity.focus {
        /*color: #be9647;*/
        color: #365987;
        border-color: #000;
        /*padding: 2px 8px !important;*/
        border-radius: 3px;
        width: 80%;
    }


.btn-activity-100 {
    /*color: #be9647;
    border-color: #be9647;*/
    color: #365987;
    border-color: #365987;
    /*padding: 2px 8px !important;*/
    border-radius: 3px;
    width: 100%;
}

    .btn-activity-100:focus {
        /*color: #be9647;*/
        color: #365987;
        border-color: #000;
        /*padding: 2px 8px !important;*/
        border-radius: 3px;
        width: 100%;
    }

    .btn-activity-100:hover {
        /*color: #be9647;*/
        color: #365987;
        border-color: #000;
        /*padding: 2px 8px !important;*/
        border-radius: 3px;
        width: 100%;
    }

    .btn-activity-100:active:hover,
    .btn-activity-100.active:hover,
    .open > .dropdown-toggle.btn-activity-100:hover,
    .btn-activity-100:active:focus,
    .btn-activity-100.active:focus,
    .open > .dropdown-toggle.btn-activity-100:focus,
    .btn-activity-100:active.focus,
    .btn-activity-100.active.focus,
    .open > .dropdown-toggle.btn-activity-100.focus {
        /*color: #be9647;*/
        color: #365987;
        border-color: #000;
        /*padding: 2px 8px !important;*/
        border-radius: 3px;
        width: 100%;
    }


.btn-group-lg > .btn {
	padding: 10px 16px;
	margin: 3px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 4px !important;
}

.btn-group > .btn {
	margin: 1px !important;
	border-radius: 4px !important;
}

.btn-group-md > .btn {
	padding: 10px 16px;
	margin: 2px;
	font-size: 15px;
	line-height: 1.3333333;
	border-radius: 4px !important;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
}

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
	border-radius: 0 !important;
}

.btn-group > .btn:first-child {
	margin-left: 0 !important;
}


.send {
	margin-right: 10px;
	margin-left: 10px;
	padding: 5px 20px 6px 0 !important;
	border-radius: 50px !important;
	border: none;
}

	.send:after {
		content: "\f100";
		left: -7px;
		right: auto;
	}

	.send:after {
		content: "\f101";
		font: normal normal normal 14px/1 FontAwesome;
		position: relative;
		border-radius: 50px;
		padding: 9px 12px;
		right: -7px;
		top: 1px;
		-webkit-transition: all .6s;
		-moz-transition: all .6s;
		-o-transition: all .6s;
		-ms-transition: all .6s;
		-khtml-transition: all .6s;
		transition: all .6s;
	}


/*Floating Action Button  - START*/
.zoom {
	position: fixed;
	bottom: 250px;
	left: 3px;
	height: 70px;
	right: unset;
}

.zoom1 {
	position: fixed;
	bottom: 320px;
	left: 3px;
	height: 70px;
	right: unset;
}

.zoom2 {
	position: fixed;
	bottom: 390px;
	left: 3px;
	height: 70px;
	right: unset;
}

.zoom-fab {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 40px;
    border-radius: 50%;
    /*background-color: #be9647;*/
    background-color: #365987;
    vertical-align: middle;
    text-decoration: none;
    text-align: center;
    transition: 0.2s ease-out;
    cursor: pointer;
    /*background: #be9647;*/
    background: #365987;
    color: #fff;
    /*border: 2px solid #be9647*/
    border: 3px solid #fff;
}

.zoom-btn-large {
	width: 50px;
	height: 50px;
	line-height: 50px;
}
/*Floating Action Button  - END*/



/**************************** BUTTONS: END **************************************/


/******************* MODAL DIALOG: START ***********************/
.modal-dialog-centered {
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}

.modal-header {
    /*background-color: #b68a35;*/
    background-color: #365987;
    color: #ffffff;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    /*border: 1px solid #be9647;*/
    border: 1px solid #365987;
}

.modal-footer {
    padding: 15px;
    text-align: left;
    /*border-top: 1px solid #be9647;*/
    border-top: 1px solid #365987;
}

/******************* MODAL DIALOG: END ***********************/


/******************TOP NAV BAR: START *******************/

.top-navbar {
	color: #333;
	display: block;
	margin-top: 40px;
}

	.top-navbar ul {
		float: right;
		margin: 0;
	}

		.top-navbar ul > li {
			position: relative;
			display: block;
		}

		.top-navbar ul > li {
			float: left;
		}

			.top-navbar ul > li > a {
				position: relative;
				display: block;
				cursor: pointer;
			}

	.top-navbar li > a {
		font-size: 14px;
		padding: 0px 5px;
		border-right: 1px solid #f1f1f1;
		margin: 5px 0;
		color: #666;
	}

        .top-navbar li > a:hover {
            text-decoration: none;
            /*color: #be9647;*/
            color: #365987;
        }

        .top-navbar li > a:focus {
            text-decoration: none;
            /*color: #be9647;*/
            color: #365987;
        }

	.top-navbar ul li:last-child > a {
		border-right: 0 none;
	}

.pull-right > .dropdown-menu {
	right: 0;
	left: auto;
}

.dropdown-menu > li {
	color: #000;
}


.dropdown-menu .divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5;
}


.top-navbar .dropdown-menu {
	background-color: #fff;
	margin: 0px -50px;
}

.menu-small {
	width: 150px;
}

.top-navbar ul > li li {
	float: none;
}

.menu-small li {
	width: 160px;
}

.nav > li > a {
	padding: 15px 10px !important;
}

.dropdown-menu li a {
	line-height: 30px;
	color: #428bca;
}

.caret {
	color: #666;
	border-top-color: #666;
}

/*************** TOP NAV BAR: END *******************/


/************************* TABLES AND GRIDS: START ***********************************/
.table-responsive {
	min-height: .05%;
	overflow-x: auto;
	margin-top: 10px;
}

.pagination > li > a {
	background: #fafafa;
	color: #666;
}

.pagination.pagination-flat > li > a {
	border-radius: 0 !important;
}

.gridview {
    background-color: #bed0e6;
    /*#e9e0cf;*/
    padding: 2px;
    margin: 2% auto;
    line-height: 1.4333 !important;
    text-align: left;
}

	.gridview a {
		margin: 3px;
		border-radius: 50%;
		background-color: #fff;
		padding: 5px 10px 5px 10px;
		color: #000;
		text-decoration: none;
		-o-box-shadow: 1px 1px 1px #111;
		-moz-box-shadow: 1px 1px 1px #111;
		-webkit-box-shadow: 1px 1px 1px #111;
		box-shadow: 1px 1px 1px #111;
		font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
	}

		.gridview a:hover {
			background-color: lightgray;
			color: #000;
			font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
		}

    .gridview span {
        /*background-color: #be9647;*/
        background-color: #365987;
        color: #fff;
        -o-box-shadow: 1px 1px 1px #111;
        -moz-box-shadow: 1px 1px 1px #111;
        -webkit-box-shadow: 1px 1px 1px #111;
        box-shadow: 1px 1px 1px #111;
        border-radius: 50%;
        padding: 5px 10px 5px 10px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
    }

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 7px;
    line-height: 1.8;
    vertical-align: middle;
    /*border-top: 1px solid #be9647;
    border-bottom: 1px solid #be9647;*/
    border-top: 1px solid #365987;
    border-bottom: 1px solid #365987;
    border-left: hidden;
    border-right: hidden;
    color: black;
}

.table > tbody > tr > td {
	/*background-color: rgba(250, 250, 250, .6);*/
	background-color: #ffffff;
}

.table-hover > tbody > tr > th {
    background-color: #bed0e6;
    /*#e9e0cf;*/
    color: black;
    line-height: 1.8 !important;
}

.table-hover > tbody > tr:hover {
	background-color: #fdf8ee;
}

.table-hover > tbody > tr:focus {
	background-color: #fdf8ee;
}

.table-hover > tbody > tr > td > a > div {
    padding: 5px;
    font-weight: 600;
    text-align: center;
    /*border: 1px solid #be9647 !important;*/
    border: 1px solid #365987 !important;
    border-radius: 30px;
    box-shadow: 0px 2px 8px 0 rgba(0, 0, 0, 0.2);
    background: rgba(190, 150, 71, 0.50);
}

	.table-hover > tbody > tr > td > a > div:hover {
		background: rgba(247, 189, 74, 0.45);
		box-shadow: 5px 5px 8px 0 rgba(0, 0, 0, 0.2);
	}




/************************* TABLES AND GRIDS: END ***********************************/



/******* START: RAD UPLOAD CONTROL*******************/
.RadUpload {
	width: 100% !important;
}

.RadUpload_Default input {
	font-size: small !important;
}

.RadUpload_Default .ruButton {
    background-image: none !important;
    color: #fff !important;
    /*background-color: #be9647 !important;*/
    background-color: #365987 !important;
    border-color: #C6C6C6 !important;
    font-size: 15px !important;
}


    .RadUpload_Default .ruButton:focus {
        background-image: none !important;
        color: #fff !important;
        /*background-color: #be9647 !important;*/
        background-color: #365987 !important;
        border-color: #000 !important;
        font-size: 15px !important;
    }

div.RadUpload_Default .ruFileWrap .ruButtonHover {
    background-image: none !important;
    color: #fff !important;
    /*background-color: #be9647 !important;*/
    background-color: #365987 !important;
    border-color: #000 !important;
    font-size: 15px !important;
}

/******* END: RAD UPLOAD CONTROL*******************/



.HappinessIconImage {
	height: 43px;
	width: 43px;
}


.bootstrap-select > .dropdown-toggle {
	width: 100%;
	padding-right: 25px;
	z-index: 1;
	height: 40px;
}



    .bootstrap-select > .dropdown-toggle:hover {
        background: #fff;
        /*border-color: #be9647;
		color: #be9647;*/
        border-color: #365987;
        color: #365987;
    }

    .bootstrap-select > .dropdown-toggle:focus {
        background: #fff;
        /*border-color: #be9647;
		color: #be9647;*/
        border-color: #365987;
        color: #365987;
    }


.bootstrap-select > .btn-default {
    color: #000;
    background-color: #fff;
    /*border-color: #be9647;*/
    border-color: #365987;
}

.bootstrap-select > .dropdown-menu li a {
	line-height: 30px;
	color: #000;
	background-color: #fff;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    text-decoration: none;
    color: #fff !important;
    /*background-color: #be9647 !important;*/
    background-color: #365987 !important;
    outline: 0;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #fff !important;
    /*background-color: #be9647 !important;*/
    background-color: #365987 !important;
    outline: 0;
}


.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    color: #000;
    background-color: #fff;
    /*border-color: #be9647;*/
    border-color: #365987;
}

    .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default:hover {
        color: #000;
        background-color: #fff;
        /*border-color: #be9647;*/
        border-color: #365987;
    }

    btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default:focus {
        color: #000;
        background-color: #fff;
        /*border-color: #be9647;*/
        border-color: #365987;
    }




.form-control {
	height: 40px;
}

.form-control-uploader {
	height: 49px;
	background-color: #fff;
	opacity: 1;
	border-color: black;
	border: 1px solid #ccc;
	border-radius: 4px;
}

.colorblindtheme .form-control-uploader {
	background-color: #000;
	color: #fff;
	opacity: 1;
	border: 1px solid cyan;
}

.input[type=textarea] {
	height: auto !important;
}



.form-control-mandatory {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #c5d1e6;/*lightgoldenrodyellow;*/
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control-numeric {
	display: block;
	width: 100%;
	height: 34px;
	padding: 0px 0px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	text-align: left;
}

	.form-control-numeric:focus {
		border-color: #66afe9;
		outline: 0;
		-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
		box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
	}


.form-group {
	margin-bottom: 5px !important;
}


.selectpicker {
    background-color: #c5d1e6; /*lightgoldenrodyellow;*/
    border: 1px solid #ccc;
    border-radius: 4px;
}

	.selectpicker:focus {
		border-color: palevioletred;
		outline: 0;
		-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
		box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
	}

.form-control-mandatory:focus {
	border-color: palevioletred;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}


body,
html {
	direction: rtl;
	font-family: 'Droid Arabic Kufi', sans-serif;
	font-size: 14px;
}

.service-card p,
.service-card span,
.service-card table,
.service-card div,
.service-card ul,
.service-card li,
.service-card b,
.service-card strong,
.service-card h1,
.service-card h2,
.service-card h3,
.service-card h4,
.service-card h5,
.service-card h6,
.service-card a,
.service-card small {
	font-family: 'Droid Arabic Kufi', sans-serif !important;
}

.newsdetailsp p,
.newsdetailsp span,
.newsdetailsp table,
.newsdetailsp div,
.newsdetailsp ul,
.newsdetailsp li,
.newsdetailsp b,
.newsdetailsp strong,
.newsdetailsp h1,
.newsdetailsp h2,
.newsdetailsp h3,
.newsdetailsp h4,
.newsdetailsp h5,
.newsdetailsp h6,
.newsdetailsp a,
.newsdetailsp small {
	font-family: 'Droid Arabic Kufi', sans-serif !important;
}

.chosen-container-single .chosen-single span {
	margin-left: 26px;
	margin-right: 7px !important;
}

.chosen-container-single .chosen-single div {
	right: auto !important;
	left: 8px !important;
}

.popover {
	font-family: 'Droid Arabic Kufi', sans-serif;
}

.pagination > li {
	display: inline-block;
}

	.pagination > li:first-child > a, .pagination > li:first-child > span {
		margin-left: 0;
		border-bottom-left-radius: 0;
		border-top-left-radius: 0;
		border-bottom-right-radius: 4px;
		border-top-right-radius: 4px;
	}

.datefooter .cbs-Detail {
	margin-right: 10px !important;
}

h5, .h5 {
	font-size: 14px;
	line-height: 32px;
}

.share-buttons:before {
	content: "شارك";
	float: right;
	margin-right: 0px;
	margin-left: 20px;
}

ul.share-buttons li {
	margin-right: 0px;
	margin-left: 18px;
}

[class*="col-"] {
	/*float: right;*/
}

.pull-left {
	float: right !important;
}

.pull-right {
	float: left !important;
}

.keep.pull-right {
	float: right !important;
}

.progress {
	direction: ltr;
}

blockquote {
	border-left: 0 none;
	border-right: 5px solid #eee;
}

.sitemap > ul > li {
	float: right;
}

	.sitemap > ul > li:last-child li {
		float: right;
	}

.owl-pagination {
	direction: rtl
}

.eventsbox .ps-container.ps-active-y > .ps-scrollbar-y-rail {
	right: auto !important;
	left: 2px !important;
}
/************offset*****************/

[class*="col-xs-offset-"] {
	margin-left: 0
}

.col-xs-offset-12 {
	margin-right: 100%;
}

.col-xs-offset-11 {
	margin-right: 91.66666667%;
}

.col-xs-offset-10 {
	margin-right: 83.33333333%;
}

.col-xs-offset-9 {
	margin-right: 75%;
}

.col-xs-offset-8 {
	margin-right: 66.66666667%;
}

.col-xs-offset-7 {
	margin-right: 58.33333333%;
}

.col-xs-offset-6 {
	margin-right: 50%;
}

.col-xs-offset-5 {
	margin-right: 41.66666667%;
}

.col-xs-offset-4 {
	margin-right: 33.33333333%;
}

.col-xs-offset-3 {
	margin-right: 25%;
}

.col-xs-offset-2 {
	margin-right: 16.66666667%;
}

.col-xs-offset-1 {
	margin-right: 8.33333333%;
}

.col-xs-offset-0 {
	margin-right: 0;
}

@media (min-width: 992px) {
	[class*="col-md-offset-"] {
		margin-left: 0
	}

	.col-md-offset-12 {
		margin-right: 100%;
	}

	.col-md-offset-11 {
		margin-right: 91.66666667%;
	}

	.col-md-offset-10 {
		margin-right: 83.33333333%;
	}

	.col-md-offset-9 {
		margin-right: 75%;
	}

	.col-md-offset-8 {
		margin-right: 66.66666667%;
	}

	.col-md-offset-7 {
		margin-right: 58.33333333%;
	}

	.col-md-offset-6 {
		margin-right: 50%;
	}

	.col-md-offset-5 {
		margin-right: 41.66666667%;
	}

	.col-md-offset-4 {
		margin-right: 33.33333333%;
	}

	.col-md-offset-3 {
		margin-right: 25%;
	}

	.col-md-offset-2 {
		margin-right: 16.66666667%;
	}

	.col-md-offset-1 {
		margin-right: 8.33333333%;
	}

	.col-md-offset-0 {
		margin-right: 0;
	}
}

@media (min-width: 768px) {
	.navbar-nav > li {
		float: right;
	}

	.navbar-nav {
		float: right;
		margin: 0;
	}

	[class*="col-sm-offset-"] {
		margin-left: 0
	}

	.col-sm-offset-12 {
		margin-right: 100%;
	}

	.col-sm-offset-11 {
		margin-right: 91.66666667%;
	}

	.col-sm-offset-10 {
		margin-right: 83.33333333%;
	}

	.col-sm-offset-9 {
		margin-right: 75%;
	}

	.col-sm-offset-8 {
		margin-right: 66.66666667%;
	}

	.col-sm-offset-7 {
		margin-right: 58.33333333%;
	}

	.col-sm-offset-6 {
		margin-right: 50%;
	}

	.col-sm-offset-5 {
		margin-right: 41.66666667%;
	}

	.col-sm-offset-4 {
		margin-right: 33.33333333%;
	}

	.col-sm-offset-3 {
		margin-right: 25%;
	}

	.col-sm-offset-2 {
		margin-right: 16.66666667%;
	}

	.col-sm-offset-1 {
		margin-right: 8.33333333%;
	}

	.col-sm-offset-0 {
		margin-right: 0;
	}
}


/************offset*****************/

.dropdown-menu {
	left: inherit;
	right: 0;
	text-align: right;
}

.date-time {
	text-align: left;
}

.top-navbar li > div > a {
	border-right: 0 none;
	border-left: 1px solid #eee;
}

.noLeftBorder {
	border-left: none !important;
}

.top-navbar li > a {
	border-right: 0 none;
	border-left: 1px solid #eee;
}

.top-navbar ul {
	float: right;
	margin: 0;
}

	.top-navbar ul > li {
		/*float: right;*/
	}

		.top-navbar ul > li li {
			float: none;
		}

.input-group .form-control:first-child {
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}

.input-group-addon:last-child {
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}

.input-group-addon:last-child {
	border-left: 1px;
	border-right: 0;
}

.fotter ul li {
	float: right;
	margin-right: 0px;
	margin-left: 0px;
}

.fotter-social {
	border-right: 0 none;
	border-left: 1px solid rgb(87, 87, 87);
}

.fotter-links {
	border-left: 1px solid rgb(87, 87, 87);
	border-right: 0 none;
}

.text-left {
	text-align: right;
}

.text-right {
	text-align: left;
}

.fotter-social ul {
	float: left;
}

.fotter .fotter-social ul li {
	margin-left: 8px
}

	.fotter .fotter-social ul li::after {
		content: "";
	}

.radio label,
.checkbox label {
	min-height: 20px;
	padding-right: 20px;
	padding-left: 0px;
	margin-bottom: 0;
	font-weight: normal;
	cursor: pointer;
}

input[type=button].btn,
input[type=reset].btn,
input[type=submit].btn,
button.btn {
	font-family: 'Droid Arabic Kufi', sans-serif;
}

.weight-btn .btn {
	float: left;
}

.otherlinks h2.ms-webpart-titleText {
	font-family: 'Droid Arabic Kufi', sans-serif;
}

.otherlinks li a:before {
	content: "\f104";
	float: right;
}

.newsbox .homenewscontent {
	right: 0;
}

.bold-lable {
	font-family: 'Droid Arabic Kufi', sans-serif;
}

.comment label::before {
	float: right;
}

.linkwitharrow:after {
	content: "\f0a8";
}

.date a:before {
	content: "\f0a8";
}

.servicespage .nav > li > a > img {
	float: right;
}

.tooltip {
	font-family: 'Droid Arabic Kufi', sans-serif;
}

.ms-textLarge {
	font-family: 'Droid Arabic Kufi', sans-serif;
}

#_txtSearchBox {
	border-radius: 0px 10px 10px 0px;
}

#SearchBox .input-group-btn ul {
	left: 0;
	right: auto;
}

#searchResults a i {
	float: right;
	margin-right: 0;
	margin-left: 10px
}

#SearchBox .input-group-btn:first-child > .dropdown-toggle {
	border-bottom-left-radius: 0 !important;
	border-top-left-radius: 0 !important;
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
}

.searchlist a {
	float: right;
}

	.searchlist a:after {
		content: "\f0a8";
	}

.searchlist b {
	float: right;
	margin-left: 5px;
	margin-right: 0;
}

.otherservice ul li:before {
	content: "\f104";
	float: right;
}

button.close {
	float: left;
	min-width: auto;
}

.table tr th {
	text-align: right;
}

.ms-blog-postInlineDate .ms-textXLarge {
	font-family: 'Droid Arabic Kufi', sans-serif;
}

.sidebar {
	float: left;
	left: -35px;
	right: auto;
}

	.sidebar ul {
		margin-right: -20px;
		margin-left: 0;
	}

.search .btn-default {
	border-bottom-left-radius: 10px !important;
	border-top-left-radius: 10px !important;
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
	margin-left: 0;
	margin-right: -1px;
}

.search .ms-qSuggest-container {
	left: 0;
	right: auto;
}

.homeslider h2 {
	right: 60px;
	left: auto;
	font-size: 14px;
}

.hometabs h2 {
	right: 60px;
	left: auto;
	font-size: 14px;
}

.homeslider .captioncontent {
	direction: rtl;
	text-align: right;
}

.hometabs .tab-pane > ul i {
	float: right;
	margin-right: 0;
	margin-left: 5px;
}

.youtubepost figure {
	float: right;
	margin-left: 10px;
	margin-right: 0;
}

.media-title {
	left: auto;
	right: -12px;
	border-radius: 10px 0 0 10px;
	padding-left: 26px;
	padding-right: 20px;
}

.newsbox .media-title {
	direction: rtl;
	left: auto;
	right: 14px;
}

.twitterpost figure {
	float: right;
	margin-left: 10px;
	margin-right: 0;
}

.import {
	float: right;
}

.link-title {
	float: left
}

.home-third-section .contenthead .titlein.in-line-title {
	float: right;
}

.import-ul li {
	padding-right: 10px;
	padding-left: 0;
}

.hometabs .tab-pane > ul span {
	margin-right: 35px;
	margin-left: 0;
}


.hotline i {
	margin-right: 0px;
	margin-left: 16px;
}

.blog-list i.fa {
	margin-left: 8px;
	margin-right: 0px;
}

.in-line-title {
	float: right;
}

.albums .numbers {
	left: 31px;
	right: auto;
}

.videos .contentblock:before {
	right: 29px;
	left: auto;
}

.gallery .contenthead {
	direction: rtl
}

.gallery .addcomments, .gallery .Commentsdetails, .gallery .alert {
	direction: rtl
}

.countimgs {
	float: left;
}

.gallery .captioncontent {
	direction: rtl;
	text-align: right;
}

.date p {
	float: right;
	margin-left: 10px;
	margin-right: 0px;
}

.dncalendar-body table td.calendarClick.note:before {
	right: 0
}

.form-group .weighttitle:before {
	float: right;
}

.health-tools .radio ul li {
	float: right;
}

.otherlinks li {
	float: right;
}

ul.pager .fa-chevron-right:before {
	content: "\f054";
}

ul.pager .fa-chevron-left::before {
	content: "\f053";
}

.servicespage .nav > li.active:before {
	right: 65%;
	left: auto;
}

.servicespage .nav > li.active span {
	margin-right: 9px;
	margin-left: 0;
}

.top-service ul i {
	float: right;
	margin-right: 0px;
	margin-left: 10px;
}

.Drrow .doctor-m.col-md-6:nth-child(2) {
	border-left: 0 none;
	border-right: 1px solid #eee;
}

.top-service ul li span {
	margin-right: 35px;
	margin-left: 0px;
}

.icon-btn-2 {
	padding: 1px 15px 3px 2px !important;
}

	.icon-btn-2:after {
		margin-right: 4px;
		margin-left: 0px;
		content: "\f100";
	}

.accordion-toggle:before {
	float: right;
}

.servicehead i {
	float: right;
	margin-left: 10px;
	margin-right: 0px;
}

ul.service-details-list li {
	float: right;
}

.servicesearch i {
	float: right;
	margin-right: 0px;
	margin-left: 10px;
}

ul.service-details-list li {
	padding-left: 10px;
	padding-right: 0px;
}

.service-bg-color .otherservice h4 {
	padding-right: 5px;
	padding-left: 0px;
}


#sync2 .owl-item {
	/*float: right;*/
}

div#sync2 {
	/* direction: rtl;
    float: right;
    right: 0; */
}



.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon {
	float: right;
}

.timeline-centered:before {
	left: auto;
	right: 30px;
	margin-left: 0;
}

.timeline-centered .timeline-entry {
	float: right;
}

	.timeline-centered .timeline-entry .timeline-entry-inner {
		margin-left: -32px;
		margin-right: 0;
	}

		.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label {
			margin-right: 80px;
			margin-left: 0px;
		}

			.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label:before {
				right: -9px;
				left: auto;
				border-color: transparent transparent transparent #eee;
				margin-left: 0;
				margin-right: -9px;
			}

.timeline-label figure {
	float: left;
	margin: 0 24px 0px 0px;
}

.media-title .fa-arrow-circle-left:before {
	content: "\f0a8";
}

.home-events .timeline-entry:before {
	left: auto;
	right: 27px;
}


.home-events .timeline-entry .timeline-entry-inner .timeline-icon {
	float: right;
}

.homeslider .owl-theme .owl-controls .owl-prev {
	right: 0;
	left: auto;
}

.homeslider .owl-theme .owl-controls .owl-next {
	left: 0;
	right: auto;
}

.homeslider .owl-theme .owl-controls .owl-prev:after {
	content: "\f105";
}

.homeslider .owl-theme .owl-controls .owl-next:after {
	content: "\f104";
}

.newsbox .homenewscontent {
	direction: rtl;
}

.stButton .stButton_gradient {
	height: 22px !important;
}

.st_fblike_hcount > span {
	vertical-align: middle !important;
}

.doctor-m ul li.span-container i {
	margin-left: 12px;
	margin-right: 0;
}

select.form-control.map-more-dp {
	float: left;
}

.send:after {
	content: "\f100";
	left: -7px;
	right: auto;
}

.form-group label {
	font-size: 14px;
}

.send {
	padding: 5px 20px 6px 0 !important;
}

	.send:hover:after,
	.send:focus:after {
		left: 0px;
		right: auto;
	}

.checkbox ul li {
	float: right;
	margin-left: 27px;
	margin-right: 0;
}

.org-chart .board:before {
	margin-right: 49%;
	margin-left: 0;
}

.org-chart figure {
	float: right;
	margin-left: 5px;
	margin-right: 0px;
	right: 5px;
}

.org-chart .department:first-child:before {
	margin-right: 50%;
	margin-left: 0;
}

.newsletter > div > div > span {
	float: right;
}

.org-chart .board {
	text-align: right;
}

.doctor-m p.d-pho i {
	margin-left: 10px;
	margin-right: 0px;
}

.hotline span {
	direction: ltr;
	unicode-bidi: embed;
	unicode-bidi: -moz-plaintext;
}

.fotter-top ul li {
	border-left: 1px solid #ccc;
	border-right: 0 none;
}

	.fotter-top ul li:last-child {
		border-left: 0 none;
	}

.fotter .fotter-bottom2 ul li {
	float: none;
}

.ltr-copy {
	direction: ltr;
	unicode-bidi: embed;
	unicode-bidi: -moz-plaintext;
}

.phonenumber {
	unicode-bidi: embed;
	unicode-bidi: -moz-plaintext;
}
/***********b************/

.main-icon-container-border {
	display: inline-block;
	border-radius: 50%;
	text-align: center;
	width: 250px;
	height: 250px;
	border: 2px #be9647 dashed;
}

.main-icon-container {
	background: #f4ede0;
	border-radius: inherit;
	width: 220px;
	height: 220px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 13px;
	padding: 20px;
	padding-top: 10px;
}

	.main-icon-container i {
		font-size: 55px;
		color: #907237;
	}

	.main-icon-container h3 {
		margin: 5px;
		font-size: 23px;
	}

.detailes-ser-container {
	display: inline-block;
	width: 70%;
	list-style: none;
	position: absolute;
}

	.detailes-ser-container .icon {
		display: inline-block;
		font-size: 18px;
		padding: 5px;
		border: 1px solid #907237;
		border-radius: 50px;
		position: relative;
		float: right;
		width: auto;
		margin-left: 10px;
		padding-left: 0;
		margin-right: 0px;
	}

		.detailes-ser-container .icon i {
			background: #907237;
			color: #fff;
			border-radius: 52px;
			width: 35px;
			height: 35px;
			line-height: 35px;
			text-align: center;
		}

	.detailes-ser-container li {
		display: inline-block;
		min-width: 58%;
		position: relative;
		margin-bottom: 13px;
		border-radius: 30px;
		border: 1px solid #ccc;
	}

.detail h3 {
	font-size: 18px;
	margin: 0px;
	line-height: 47px;
}

.map-inf-block span div, .map-inf-block span {
	padding: 0px;
	text-align: right;
}

.HCF .map-inf-block {
	border-bottom: 0px;
	border-left: 1px solid #ccc;
}

	.HCF .map-inf-block:last-child {
		border-left: 0;
	}

.org-chart .board:last-child:before {
	height: 445px;
	top: auto;
	margin-top: 10px;
}

.min-ri {
	float: left !important;
}

ul.moh-policy-list li h4 {
	margin-right: : 5px;
}

.moh-channel a.col-xs-12.col-sm-12.col-md-4 {
	float: left;
}

.moh-channel a.col-xs-12.col-sm-12.col-md-6.minster-gate-link {
	float: left;
}

.minster-gate-link h3 {
	margin-left: 0px;
	margin-right: 20px;
}

.app-link .col-xs-12.col-sm-12.col-md-3.col-lg-3 {
	padding: 20px;
}

.file-upload .file-select .file-select-button, .file-upload .file-select .file-select-name {
	float: right;
}

.btn-advanced:hover:after, .btn-advanced:focus:after {
	left: 0px;
	right: auto;
}

.text-container-static ul {
	margin-left: 0px;
	margin-right: 60px;
	font-size: 13px;
}

.HFU-scroll div {
	margin-right: -6px;
}

select.form-control {
	padding-top: 2px;
}
/*************b**************/

/***********Maroon Theme*************/

.maroontheme .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label:before {
	border-color: transparent transparent transparent #eee;
}


/***********End Maroon Theme*************/


/***********Green Theme*************/

.greentheme .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label:before {
	border-color: transparent transparent transparent #eee;
}

.colorblind .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label:before {
	border-color: transparent transparent transparent cyan;
}

/***********End Green Theme*************/

@media (max-width: 1200px) {

	.servicespage .nav > li > a {
		text-align: center;
	}

	.servicespage .nav > li.active:before {
		right: 50%;
		top: 48px;
	}
}

@media (min-width: 1200px) {
	[class*="col-lg-offset-"] {
		margin-left: 0
	}

	.col-lg-offset-12 {
		margin-right: 100%;
	}

	.col-lg-offset-11 {
		margin-right: 91.66666667%;
	}

	.col-lg-offset-10 {
		margin-right: 83.33333333%;
	}

	.col-lg-offset-9 {
		margin-right: 75%;
	}

	.col-lg-offset-8 {
		margin-right: 66.66666667%;
	}

	.col-lg-offset-7 {
		margin-right: 58.33333333%;
	}

	.col-lg-offset-6 {
		margin-right: 50%;
	}

	.col-lg-offset-5 {
		margin-right: 41.66666667%;
	}

	.col-lg-offset-4 {
		margin-right: 33.33333333%;
	}

	.col-lg-offset-3 {
		margin-right: 25%;
	}

	.col-lg-offset-2 {
		margin-right: 16.66666667%;
	}

	.col-lg-offset-1 {
		margin-right: 8.33333333%;
	}

	.col-lg-offset-0 {
		margin-right: 0;
	}
}

@media all and (max-width: 768px) {
	.top-navbar ul > li {
		/*float: none;*/
		display: inline-block;
	}

	.top-navbar {
		margin-top: 10px;
	}

	/*.table-responsive {
		direction: rtl;
	}

		.table-responsive > table {
			direction: rtl;
		}*/



	/****************** Added To Enable Grid Scroll in Arabic(IOS)******************/
	.table-responsive {
		direction: ltr;
	}

		.table-responsive > table {
			direction: rtl;
		}


	.otherlinks li {
		float: none;
		width: 100%;
	}

	figure.MedicineItem.pull-left {
		float: none !important;
	}

	.timeline-centered:before {
		right: 20px;
	}

	.timeline-label figure {
		float: none;
	}

	.timeline-centered .timeline-entry .timeline-entry-inner {
		margin-left: 0;
		margin-right: 0;
	}

		.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label {
			margin-right: 65px;
		}

	.fotter-top ul {
		display: block;
	}

	.fotter ul li {
		float: none;
	}

	.newsletter .input-group {
		float: none;
		margin: 0 auto;
	}

	figure.doctorItem {
		display: block;
		float: none !important;
	}

	.Drrow .doctor-m.col-md-6:nth-child(2) {
		border-left: 0 none;
		border-right: 0 none;
	}

	.fotter-top ul li {
		border-left: 0 none;
	}
}

.org-chart ul li span {
	padding-right: 0px;
	padding-left: 0;
}

.org-chart .department li span {
	padding-right: 0px;
	padding-left: 0;
}

#foo {
	position: fixed;
	right: 1px;
	left: auto
}

.survey-form {
	text-align: center;
}


.weather-widget .degree {
	float: left;
}


div[id$="ThankyouMsgDiv"] {
	text-align: right;
}

@media (min-width: 992px) {
	.force-left .col-md-1, .force-left .col-md-2, .force-left .col-md-3, .force-left .col-md-4, .force-left .col-md-5, .force-left
	.col-md-6, .force-left .col-md-7, .force-left .col-md-8, .force-left .col-md-9, .force-left .col-md-10, .force-left .col-md-11 {
		float: left;
		direction: ltr;
	}
}



@media (max-width: 768px) {
	.force-left .col-md-1, .force-left .col-md-2, .force-left .col-md-3, .force-left .col-md-4, .force-left .col-md-5, .force-left
	.col-md-6, .force-left .col-md-7, .force-left .col-md-8, .force-left .col-md-9, .force-left .col-md-10, .force-left .col-md-11 {
		float: left;
		direction: ltr;
	}

	.form-maxwidth {
		width: 99%;
	}

	.logo img {
		width: 200px;
	}

	iframe {
		width: 99% !important
	}
}

@media (max-width: 576px) {
	.panel-title.marginbottom {
		margin-bottom: 13px;
	}

	.force-left .col-md-1, .force-left .col-md-2, .force-left .col-md-3, .force-left .col-md-4, .force-left .col-md-5, .force-left
	.col-md-6, .force-left .col-md-7, .force-left .col-md-8, .force-left .col-md-9, .force-left .col-md-10, .force-left .col-md-11 {
		float: left;
		direction: ltr;
	}
}

@media (min-width: 768px) {
	.force-left .col-md-1, .force-left .col-md-2, .force-left .col-md-3, .force-left .col-md-4, .force-left .col-md-5, .force-left
	.col-md-6, .force-left .col-md-7, .force-left .col-md-8, .force-left .col-md-9, .force-left .col-md-10, .force-left .col-md-11 {
		float: left;
		direction: ltr;
	}

	.form-maxwidth {
		width: 110px;
	}

	.navbar-collapse {
		padding-right: 30px;
	}

	.sc-ltr.form-horizontal .control-label {
		text-align: left;
	}

	.navbar-collapse {
		padding-right: 0px;
		padding-left: 0px;
	}
}


div.row.head-middle.force-left
.navbar-toggle {
	float: right;
}


.navbar-default .navbar-nav > li > a {
	color: #fff;
	border-right: 1px solid #A4833E;
	border-left: none;
	cursor: pointer;
	font-size: 14px;
}

	.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
		color: #fff;
		background-color: #A4833E;
	}

.navbar-nav > li > a {
	line-height: 15px !important;
}


a {
	font-family: 'Droid Arabic Kufi', sans-serif;
	font-size: 14px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Droid Arabic Kufi', sans-serif !important;
	font-weight: 500;
	line-height: 1.1;
}


.carousel-fade .carousel-inner .item {
	opacity: 0;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
	animation-timing-function: cubic-bezier(8.95,0,1.0,1.0);
}

.carousel-fade .carousel-inner .active {
	opacity: 1;
}

	.carousel-fade .carousel-inner .active.left,
	.carousel-fade .carousel-inner .active.right {
		left: 0;
		opacity: 0;
		z-index: 1;
	}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}

.carousel-fade .carousel-control {
	z-index: 2;
}


.alert-success {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #3c763d;
	border-radius: 6px;
}


.alert-danger {
	color: #a94442;
	background-color: #f2dede;
	border-color: #a94442;
	border-radius: 6px;
}

.alert-warning {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #8a6d3b;
	border-radius: 6px;
}

.alert-info {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #31708f;
	border-radius: 6px;
}

.success-messages {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #3c763d;
	border-radius: 6px;
	box-shadow: 0px 2px 8px 0 rgba(0,0,0,0.2);
}

.info-messages {
	color: #8a6d3b;
	background-color: rgba(211, 196, 165, 0.23);
	border-color: #8a6d3b;
	border-radius: 0px;
	box-shadow: 0px 2px 8px 0 rgba(0,0,0,0.2);
}

.warning-messages {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #8a6d3b;
	border-radius: 0px;
	box-shadow: 0px 2px 8px 0 rgba(0,0,0,0.2);
}

.system-title {
    background-color: #fff;
    /*border: 1px solid #be9647;*/
    border: 1px solid #365987;
    text-align: center;
    box-shadow: 0px 1px 7px 0 rgba(0,0,0,0.2);
    display: inline-block;
    position: fixed;
    z-index: 1031;
    left: 0px;
    right: 0;
    /*color: #be9647;*/
    color: #365987;
    border-bottom-left-radius: 900px;
    border-bottom-right-radius: 900px;
    transition: top ease-in-out 0.3s;
    top: 0px;
    margin: -7px auto;
    border-top: none;
    padding: 0px 0px;
}

	.system-title > h3 {
		margin-top: 15px !important;
		margin-bottom: 15px !important;
	}


.dropdown-menu {
	text-align: right !important;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
	text-align: right !important;
}


.popover-title {
    /*background-color: #be9647;
    border-bottom: #be9647;*/
    background-color: #365987;
    border-bottom: #365987;
    color: white;
}

.colorblindtheme .popover-content {
	padding: 9px 14px;
	background-color: black;
}

a.no-underline {
	text-decoration: none;
	cursor: pointer;
}

.well-filler {
	min-height: 20px;
	margin-bottom: 20px;
	padding: 34px;
}
/*************METRO TILES: START ****************/
.metr {
	width: auto;
	padding: 5px;
	height: auto;
	display: table;
}

.metrostyle {
	height: 120px;
	width: 150px;
	float: left;
	margin: 0 5px 0 0;
	padding: 2px;
}

	.metrostyle:hover {
		background-color: #A4833E;
	}

.metrostylelarge {
	width: 320px;
	height: 120px;
}

.orgmoh {
    /*background-color: #be9647;*/
    background-color: #365987;
}

.orgmetro {
	background-color: #603cba;
}

.ueemetro {
	background-color: #a200ff;
}

.reemetro {
	background-color: #f47835;
}

.eenmetro {
	background-color: #d41243;
}

.boometro {
	background-color: #8ec127;
}

.goometro {
	background-color: #9f00a7;
}

.yoometro {
	background-color: #00aba9;
}

.toometro {
	background-color: #2d89ef;
}

/*************METRO TILES: END ****************/


/****************READ SPEAKER: START***********/
div#xp2 {
	position: absolute !important;
	margin-top: -2px !important;
}

div.ah_readtextAR {
	left: -199px !important;
	z-index: 99999 !important;
}

div.ah_readtextEN {
	left: -192px !important;
	z-index: 99999 !important;
}

.rsbtn .rsbtn_powered .rsbtn_btnlabel {
	display: none !important;
}

.rsbtn {
	height: 0px !important;
}


/****************READ SPEAKER: END***********/


/*************** DASHBORAD BOXES AND ICONS: START ************/

.dash-box {
    position: relative;
    /*border: 1px solid #be9647;*/
    border: 1px solid #365987;
    background-image: url('../Images/hotservicesblu.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    /*background: rgb(190, 150, 71);
    background: -moz-linear-gradient(top, rgba(190, 150, 71, 1) 0%, rgba(211, 196, 165, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(190, 150, 71, 1) 0%, rgba(211, 196, 165, 1) 100%);
    background: linear-gradient(to bottom, rgba(190, 150, 71, 1) 0%, rgba(211, 196, 165, 1) 100%);*/
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ff5641', endColorstr='#fd3261', GradientType=0);
    border-radius: 10px;
    text-align: center;
    margin: 60px 0 50px;
    cursor: pointer;
}

    .dash-box:hover {
        position: relative;
        /*border: 1px solid #be9647;*/
        border: 1px solid #365987;
        /*background: rgba(190, 150, 71, .1);*/
        background: rgb(190, 208, 230);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ff5641', endColorstr='#fd3261', GradientType=0);
        border-radius: 15px;
        text-align: center;
        margin: 60px 0 50px;
        cursor: pointer;
        text-decoration: none;
    }

	.dash-box a {
		text-decoration: none;
	}

.dash-box-icon {
	position: absolute;
	transform: translateY(-50%) translateX(-50%);
	left: 50%;
	cursor: pointer;
}

.dash-box-icon-small {
	position: absolute;
	transform: translateY(-50%) translateX(-50%);
	left: 50%;
	cursor: pointer;
}


.dash-box-action {
	transform: translateY(-50%) translateX(-50%);
	position: absolute;
	left: 50%;
}

.dash-box-body {
	padding: 50px 20px;
	text-decoration-line: none;
}

	.dash-box-body > a:hover {
		text-decoration-line: none;
	}

.dash-box-icon:after {
    width: 60px;
    height: 60px;
    position: absolute;
    /*border: 1px solid #be9647;*/
    border: 1px solid #365987;
    content: '';
    border-radius: 50%;
    left: -10px;
    top: -10px;
    z-index: -1;
}



.dash-box-icon > i {
    /*background: #be9647;*/
    background: #365987;
    border-radius: 50%;
    line-height: 40px;
    color: #FFF;
    width: 40px;
    height: 40px;
    font-size: 22px;
}

.dash-box-icon:before {
    width: 75px;
    height: 75px;
    position: absolute;
    background: rgb(54, 89, 135);
    /*rgb(190, 150, 71);*/
    content: '';
    border-radius: 50%;
    left: -17px;
    top: -17px;
    z-index: -2;
}


.dash-box-action > button {
	border: none;
	background: #FFF;
	border-radius: 19px;
	padding: 7px 16px;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 11px;
	letter-spacing: .5px;
	color: #003e85;
	box-shadow: 0 3px 5px #d4d4d4;
}

.dash-box-action > a {
	border: none;
	background: #FFF;
	border-radius: 19px;
	padding: 7px 16px;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 11px;
	letter-spacing: .5px;
	color: #003e85;
	box-shadow: 0 3px 5px #d4d4d4;
}

	.dash-box-action > a:hover {
		text-decoration-line: none;
	}

.dash-box-body > .dash-box-count {
	display: block;
	font-size: 18px;
	color: #000;
	font-weight: 400;
	cursor: pointer;
	font-family: 'Droid Arabic Kufi', sans-serif;
	margin-bottom: 10px;
}

.dash-box-body > a {
	text-decoration-line: none;
}

.dash-box-count > a:hover {
	text-decoration-line: none;
}

.dash-box-body > .dash-box-title {
	font-size: 13px;
	color: rgba(255, 255, 255, 0.81);
	font-family: 'Droid Arabic Kufi', sans-serif;
	color: #000;
}

.dash-box-title > a:hover {
	text-decoration-line: none;
}


.dash-box-small {
    position: relative;
    /*border: 1px solid #be9647;*/
    border: 1px solid #365987;
    background-image: url('../Images/hotservicesblu.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ff5641', endColorstr='#fd3261', GradientType=0);
    border-radius: 10px;
    text-align: center;
    margin: 90px 15px 40px;
    font-size: 25px;
    color: white;
}

    .dash-box-small:hover {
        position: relative;
        /*border: 1px solid #be9647;
        background: rgba(190, 150, 71, .1);
        */
        border: 1px solid #365987;
        background: rgba(54, 89, 135, .1);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ff5641', endColorstr='#fd3261', GradientType=0);
        border-radius: 15px;
        text-align: center;
        margin: 90px 15px 40px;
        cursor: pointer;
        text-decoration: none;
    }

	.dash-box-small a {
		text-decoration: none;
	}

.dash-box-small-icon {
	position: absolute;
	transform: translateY(-50%) translateX(-50%);
	left: 50%;
	cursor: pointer;
}

.dash-box-small-action {
	transform: translateY(-50%) translateX(-50%);
	position: absolute;
	left: 50%;
}

.dash-box-small-body {
	padding: 50px 0px;
	text-decoration-line: none;
}

	.dash-box-small-body > a:hover {
		text-decoration-line: none;
	}

.dash-box-small-icon:after {
    width: 70px;
    height: 70px;
    position: absolute;
    /*border: 2px solid #be9647;*/
    border: 2px solid #365987;
    content: '';
    border-radius: 50%;
    left: -27px;
    top: -15px;
    z-index: -1;
}

.dash-box-small-icon > i {
    /*background: #be9647;*/
    background: #365987;
    border-radius: 50%;
    line-height: 40px;
    color: #FFF;
    width: 40px;
    height: 40px;
    font-size: 22px;
}


.dash-box-small-icon:before {
    width: 60px;
    height: 60px;
    position: absolute;
    background: rgb(54, 89, 135);
    /*rgb(190, 150, 71);*/
    content: '';
    border-radius: 50%;
    left: -22px;
    top: -10px;
    z-index: -2;
}

.dash-box-small-action > button {
	border: none;
	background: #FFF;
	border-radius: 19px;
	padding: 7px 16px;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 11px;
	letter-spacing: .5px;
	color: #003e85;
	box-shadow: 0 3px 5px #d4d4d4;
}

.dash-box-small-action > a {
	border: none;
	background: #FFF;
	border-radius: 19px;
	padding: 7px 16px;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 11px;
	letter-spacing: .5px;
	color: #003e85;
	box-shadow: 0 3px 5px #d4d4d4;
}

	.dash-box-small-action > a:hover {
		text-decoration-line: none;
	}

.dash-box-small-body > .dash-box-small-count {
	display: block;
	font-size: 30px;
	color: #000;
	font-weight: 400;
	cursor: pointer;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	margin-bottom: 10px;
}

.dash-box-small-body > a {
	text-decoration-line: none;
}

.dash-box-small-count > a:hover {
	text-decoration-line: none;
}

.dash-box-small-body > .dash-box-small-title {
	font-size: 13px;
	font-weight: bold;
	color: rgba(255, 255, 255, 0.81);
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	color: #000;
}

.dash-box-small-title > a:hover {
	text-decoration-line: none;
}

.dash-box.dash-box-color-2 {
    background: rgb(155, 168, 186);
    /*rgb(211, 196, 165);*/
    background: -moz-linear-gradient(top, rgba(211, 196, 165, 1) 1%, rgba(190, 150, 71, 1) 99%);
    background: -webkit-linear-gradient(top, rgba(211, 196, 165, 1) 1%, rgba(190, 150, 71, 1) 99%);
    background: linear-gradient(to bottom, rgba(211, 196, 165, 1) 1%, rgba(190, 150, 71, 1) 99%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fcbe1b', endColorstr='#f85648', GradientType=0);
}

    .dash-box.dash-box-color-2:hover {
        background: rgb(155, 168, 186);
        /*rgb(211, 196, 165);*/
    }

.dash-box-color-2 .dash-box-icon:after {
    background: rgba(155, 168, 186,1);
    /*rgba(211, 196, 165, 1);*/
    /*border: 1px solid #be9647;*/
    border: 1px solid #365987;
}

.dash-box-color-2 .dash-box-icon:before {
    background: rgba(155, 168, 186,1);
    /*rgba(211, 196, 165, 1);*/
    /*border: 1px solid #be9647;*/
    border: 2px solid #365987;
}

.dash-box-color-2 .dash-box-icon > i {
    background: rgba(155, 168, 186,1);
    /*rgba(211, 196, 165, 1);*/
}

.dash-box.dash-box-color-3 {
	background: rgb(183,71,247);
	background: -moz-linear-gradient(top, rgba(183,71,247,1) 0%, rgba(108,83,220,1) 100%);
	background: -webkit-linear-gradient(top, rgba(183,71,247,1) 0%,rgba(108,83,220,1) 100%);
	background: linear-gradient(to bottom, rgba(183,71,247,1) 0%,rgba(108,83,220,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b747f7', endColorstr='#6c53dc',GradientType=0 );
}

.dash-box-color-3 .dash-box-icon:after {
	background: rgba(180, 70, 245, 0.76);
}

.dash-box-color-3 .dash-box-icon:before {
	background: rgba(226, 132, 255, 0.66);
}

.dash-box-color-3 .dash-box-icon > i {
	background: #8150e4;
}

/*************** DASHBORAD BOXES AND ICONS: END ************/

/****************** PRELOADER: START *************************/

#floatingBarsG {
	position: relative;
	width: 60px;
	height: 75px;
	margin: auto;
}

.blockG {
	position: absolute;
	background-color: rgb(255,255,255);
	width: 10px;
	height: 23px;
	border-radius: 8px 8px 0 0;
	-o-border-radius: 8px 8px 0 0;
	-ms-border-radius: 8px 8px 0 0;
	-webkit-border-radius: 8px 8px 0 0;
	-moz-border-radius: 8px 8px 0 0;
	transform: scale(0.4);
	-o-transform: scale(0.4);
	-ms-transform: scale(0.4);
	-webkit-transform: scale(0.4);
	-moz-transform: scale(0.4);
	animation-name: fadeG;
	-o-animation-name: fadeG;
	-ms-animation-name: fadeG;
	-webkit-animation-name: fadeG;
	-moz-animation-name: fadeG;
	animation-duration: 1.2s;
	-o-animation-duration: 1.2s;
	-ms-animation-duration: 1.2s;
	-webkit-animation-duration: 1.2s;
	-moz-animation-duration: 1.2s;
	animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-direction: normal;
	-o-animation-direction: normal;
	-ms-animation-direction: normal;
	-webkit-animation-direction: normal;
	-moz-animation-direction: normal;
}

#rotateG_01 {
	left: 0;
	top: 27px;
	animation-delay: 0.45s;
	-o-animation-delay: 0.45s;
	-ms-animation-delay: 0.45s;
	-webkit-animation-delay: 0.45s;
	-moz-animation-delay: 0.45s;
	transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
}

#rotateG_02 {
	left: 8px;
	top: 10px;
	animation-delay: 0.6s;
	-o-animation-delay: 0.6s;
	-ms-animation-delay: 0.6s;
	-webkit-animation-delay: 0.6s;
	-moz-animation-delay: 0.6s;
	transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
}

#rotateG_03 {
	left: 25px;
	top: 3px;
	animation-delay: 0.75s;
	-o-animation-delay: 0.75s;
	-ms-animation-delay: 0.75s;
	-webkit-animation-delay: 0.75s;
	-moz-animation-delay: 0.75s;
	transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
}

#rotateG_04 {
	right: 8px;
	top: 10px;
	animation-delay: 0.9s;
	-o-animation-delay: 0.9s;
	-ms-animation-delay: 0.9s;
	-webkit-animation-delay: 0.9s;
	-moz-animation-delay: 0.9s;
	transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
}

#rotateG_05 {
	right: 0;
	top: 27px;
	animation-delay: 1.05s;
	-o-animation-delay: 1.05s;
	-ms-animation-delay: 1.05s;
	-webkit-animation-delay: 1.05s;
	-moz-animation-delay: 1.05s;
	transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
}

#rotateG_06 {
	right: 8px;
	bottom: 7px;
	animation-delay: 1.2s;
	-o-animation-delay: 1.2s;
	-ms-animation-delay: 1.2s;
	-webkit-animation-delay: 1.2s;
	-moz-animation-delay: 1.2s;
	transform: rotate(135deg);
	-o-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
}

#rotateG_07 {
	bottom: 0;
	left: 25px;
	animation-delay: 1.35s;
	-o-animation-delay: 1.35s;
	-ms-animation-delay: 1.35s;
	-webkit-animation-delay: 1.35s;
	-moz-animation-delay: 1.35s;
	transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
}

#rotateG_08 {
	left: 8px;
	bottom: 7px;
	animation-delay: 1.5s;
	-o-animation-delay: 1.5s;
	-ms-animation-delay: 1.5s;
	-webkit-animation-delay: 1.5s;
	-moz-animation-delay: 1.5s;
	transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
}



@keyframes fadeG {
	0% {
		background-color: rgb(190,150,71);
	}

	100% {
		background-color: rgb(255,255,255);
	}
}

@-o-keyframes fadeG {
	0% {
		background-color: rgb(190,150,71);
	}

	100% {
		background-color: rgb(255,255,255);
	}
}

@-ms-keyframes fadeG {
	0% {
		background-color: rgb(190,150,71);
	}

	100% {
		background-color: rgb(255,255,255);
	}
}

@-webkit-keyframes fadeG {
	0% {
		background-color: rgb(190,150,71);
	}

	100% {
		background-color: rgb(255,255,255);
	}
}

@-moz-keyframes fadeG {
	0% {
		background-color: rgb(190,150,71);
	}

	100% {
		background-color: rgb(255,255,255);
	}
}

/****************** PRELOADER: END *************************/


/********* APPLICATION JOURNEY: START******/
ol.progtrckr {
	margin: 0;
	padding: 0;
	list-style-type: none;
	height: 80px
}

	ol.progtrckr li {
		display: inline-block;
		text-align: center;
		line-height: 3em;
	}


	ol.progtrckr[data-progtrckr-steps="3"] li {
		width: 33%;
	}

    ol.progtrckr li.progtrckr-done {
        color: black;
        /*border-bottom: 4px solid #be9647;*/
        border-bottom: 4px solid #365987;
    }

    ol.progtrckr li.progtrckr-todo {
        color: silver;
        /*border-bottom: 4px solid #be9647;*/
        border-bottom: 4px solid #365987;
    }

    ol.progtrckr li.progtrckr-current {
        color: black;
        /*border-bottom: 4px solid #be9647;*/
        border-bottom: 4px solid #365987;
    }

	ol.progtrckr li:after {
		content: "\00a0\00a0";
	}

	ol.progtrckr li:before {
		position: relative;
		bottom: -2.5em;
		float: left;
		left: 50%;
		line-height: 1em;
	}

    ol.progtrckr li.progtrckr-done:before {
        content: "\2714";
        color: white;
        /*background-color: #be9647;*/
        background-color: #365987;
        height: 1.2em;
        width: 1.2em;
        line-height: 1.2em;
        border: none;
        border-radius: 1.2em;
    }

	ol.progtrckr li.progtrckr-todo:before {
		content: "\2714";
		color: silver;
		background-color: white;
		height: 1.2em;
		width: 1.2em;
		line-height: 1.2em;
		border: none;
		border-radius: 1.2em;
	}

    ol.progtrckr li.progtrckr-current:before {
        content: "\2714";
        /*color: #be9647;*/
        color: #365987;
        background-color: white;
        height: 1.2em;
        width: 1.2em;
        line-height: 1.2em;
        /*border: 1px solid #be9647;*/
        border: 1px solid #365987;
        border-radius: 1.2em;
    }
/********* APPLICATION JOURNEY: END ******/
