/*//////////////////////////////////////////////////////////////////[ FONT ]*/
@font-face {
	font-family: Poppins-Regular;
	src: url('../fonts/Poppins-Regular.ttf');
}
@font-face {
	font-family: Poppins-Medium;
	src: url('../fonts/Poppins-Medium.ttf');
}

html, body {
	font-family: Poppins-Regular !important;
	text-transform: uppercase;
	font-size: 14px;
	-webkit-font-smoothing: antialiased;
	line-height: 1.42857143;
	color: #58666e;	
}
body.modal-open{overflow:auto;}
* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}
.bgimage {
	background: url("../img/meek1.jpg")no-repeat center;
	background-size: cover;

}
/*---------------------------------------------*/

/*---------------------------------------------*/
a {
	font-size: 13px;
	line-height: 1.7;
	color: #666666;
	margin: 0px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
}
a:focus {
	outline: none !important;
}
a:hover {
	text-decoration: none;
	color: #58666e;
}
a.reportstyle div{min-width:200px;display:inline-block}
a div{min-width:200px;display:inline-block}
/*---------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}
.h4, h4 {
    font-size: 1.1rem !important;
}
.h5, h5 {
    font-size: 0.9rem  !important;
}
h5 b{
    font-size: 0.9rem !important;
}
.h6, h6 {
    font-size: 0.8rem !important;
}
p {
	font-size: 13px;
	line-height: 1.7;
	color: #666666;
	margin: 0px;
}
div#navbarSupportedContent {
    font-size: 12px;
}
ul, li {
	margin: 0px;
	list-style-type: none;
}
.btn-group-sm>.btn, .btn-sm {   
    font-size: .8rem !important;    
}
/*---------------------------------------------*/
input {
	outline: none;
	border: none;
}
textarea {
	outline: none;
	border: none;
}
 input:focus::-webkit-input-placeholder {
color:transparent;
}
input:focus:-moz-placeholder {
color:transparent;
}
input:focus::-moz-placeholder {
color:transparent;
}
input:focus:-ms-input-placeholder {
color:transparent;
}
textarea:focus::-webkit-input-placeholder {
color:transparent;
}
textarea:focus:-moz-placeholder {
color:transparent;
}
textarea:focus::-moz-placeholder {
color:transparent;
}
textarea:focus:-ms-input-placeholder {
color:transparent;
}
input::-webkit-input-placeholder {
color: #999999;
}
input:-moz-placeholder {
color: #999999;
}
input::-moz-placeholder {
color: #999999;
}
input:-ms-input-placeholder {
color: #999999;
}
 textarea::-webkit-input-placeholder {
color: #999999;
}
textarea:-moz-placeholder {
color: #999999;
}
textarea::-moz-placeholder {
color: #999999;
}
textarea:-ms-input-placeholder {
color: #999999;
}
label {
	display: block;
    font-size: 0.9rem !important;
}
/*---------------------------------------------*/
button {
	outline: none !important;
	border: none;
	background: transparent;
}
button:hover {
	cursor: pointer;
}
iframe {
	border: none !important;
}
/*//////////////////////////////////////////////////////////////////
[ utility ]*/
/*==================================================================
[ Text ]*/
.txt1 {
	font-family: Montserrat-Regular;
	font-size: 13px;
	line-height: 1.4;
	color: #555555;
}
.txt2 {
	font-family: Montserrat-Regular;
	font-size: 13px;
	line-height: 1.4;
	color: #999999;
}
/*==================================================================
[ Size ]*/
.size1 {
	width: 355px;
	max-width: 100%;
}
.size2 {
	width: calc(100% - 43px);
}
/*//////////////////////////////////////////////////////////////////
[ login ]*/
.emeek{width:100%;margin-bottom:30px;}
.login100-form .emeek img {
    max-width: 65%;
}
.hng {
    position: absolute;
    right: 25px;
    bottom: 40px;
}
.limiter {
	width: 100%;
	margin: 0 auto;
}
.container-login100 {
	width: 100%;
	min-height: 100vh;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	background: transparent;
}
.wrap-login100 {
	width: 90%;
	background: transparent;
	overflow: hidden;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	/*flex-direction: row-reverse;*/
}
/*==================================================================
[ login more ]*/
.login100-more {
	width: calc(100% - 560px);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	z-index: 1;
}
.login100-more::before {
	content: "";
	display: block;
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.1);
}
/*==================================================================
[ Form ]*/
.login100-form {
	width: 500px;
	display: block;
	border-radius: 5px;
	background: rgba(179, 177, 177, 0.55);
	color: #fff;
	padding: 32px;
	margin: 0;
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.55);
}
.login100-form-title {
	width: 100%;
	display: block;
	font-size: 38px;
	color: #fff;
	text-align: center;
	margin: 20px 0 10px;
}
/*------------------------------------------------------------------
[ Input ]*/
.wrap-input100 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	width: 100%;
	height: 45px;
	position: relative;
	border: 1px solid #e6e6e6;
	border-radius: 10px;
	margin-bottom: 10px;
}
.label-input100 {
	font-size: 16px;
	color: #fff;
	line-height: 1.2;
	display: block;
	position: absolute;
	pointer-events: none;
	width: 100%;
	padding-left: 24px;
	left: 0;
	top: 1px;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}
.input100 {
	display: block;
	width: 100%;
	background: transparent;
	font-size: 14px;
	color: #fff;
	line-height: 1.2;
	padding: 0 26px;
}
input.input100 {
	height: 100%;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}
/*---------------------------------------------*/
.focus-input100 {
	position: absolute;
	display: block;
	width: calc(100% + 2px);
	height: calc(100% + 2px);
	top: -1px;
	left: -1px;
	pointer-events: none;
	border: 1px solid #13599e;
	border-radius: 10px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-transform: scaleX(1.1) scaleY(1.3);
	-moz-transform: scaleX(1.1) scaleY(1.3);
	-ms-transform: scaleX(1.1) scaleY(1.3);
	-o-transform: scaleX(1.1) scaleY(1.3);
	transform: scaleX(1.1) scaleY(1.3);
}
.input100:focus + .focus-input100 {
	visibility: visible;
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.eff-focus-selection {
	visibility: visible;
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.input100:focus {
	height: 45px;
}
.input100:focus + .focus-input100 + .label-input100 {
	top: 5px;
	font-size: 12px;
}
.has-val {
	height: 35px !important;
}
.has-val + .focus-input100 + .label-input100 {
	top: 14px;
	font-size: 13px;
}
/*==================================================================
[ Restyle Checkbox ]*/
.input-checkbox100 {
	display: none;
}
.label-checkbox100 {
	font-size: 13px;
	color: #999999;
	line-height: 1.4;
	display: block;
	position: relative;
	padding-left: 26px;
	cursor: pointer;
}
.label-checkbox100::before {
	content: "\f00c";
	font-family: FontAwesome;
	font-size: 13px;
	color: transparent;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	width: 18px;
	height: 18px;
	border-radius: 2px;
	background: #fff;
	border: 1px solid #6675df;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.input-checkbox100:checked + .label-checkbox100::before {
	color: #6675df;
}
/*------------------------------------------------------------------
[ Button ]*/
.container-login100-form-btn {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.login100-form-btn {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 20px;
	width: 100%;
	height: 45px;
	border-radius: 10px;
	background: rgba(0,0,0,.55);
	border: 1px solid #d6d6d6;
	font-size: 15px;
	color: #fff;
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 1px;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}
.login100-form-btn:hover {
	background: rgba(0,0,0,.77);
}
.footer {
	position: fixed;
	bottom: 0;
	background: rgba(0,0,0,.55);
	z-index: 1029;
	font-size: 1rem;
	padding: 0.5rem 0;
	width: 100%;
	text-align: center;
	color: #ddd;
}
.login100-form img {
	max-width: 100%;
}
.header {
	background: #1C2B36;
	width: 100%;
	position: sticky;
	top: 0;
	padding: 8px 0;
	z-index: 904;
	box-shadow: 2px 0 3px rgba(0,0,0,.5);
}
.figure {
	width: 190px;
	height: 240px;
	margin-right: 10px;
	text-align: center;
	padding: 10px;
	background: #fff;
}
.figure img {
	width: 160px;
	height: 180px;
}
.a-logo {
   margin-top: 10px !important;
    width: 180px;
    height: 180px;
    border-radius: 50px;
    text-align: center;
    margin: auto;
}
.app-aside-folded .a-logo {   
    width: 50px;
    height: 50px;    
}
.a-logo img{   
    width: 100%;
    height: 100%;
    border-radius: 50%;
    margin: auto;}

.figure h5 {
	margin: 5px 0;
	padding: 5px;
	font-size: 1rem;
	color: #1C2B36
}
.table th {
	font-size: 12px;
	white-space: nowrap;
	font-family: Poppins-Medium;
}
.table td {
	padding: 8px;
	font-size: 12px;
}

.table td.customwrap{white-space: nowrap !important;}

.table thead th {
	border-bottom: 2px solid #209e91;
	background-color: #dee2e6 !important;
	border-top: 0px;
}

table.dataTable thead .sorting_asc {
    background:#dee2e6 url(../img/sort.svg) no-repeat center left !important;
}
table.dataTable thead .sorting {
    background:#dee2e6 url(../img/sort.svg) no-repeat center left !important;
}

table.dataTable thead .sorting_desc {
    background:#dee2e6 url(../img/sort.svg) no-repeat center left !important;
}
.date img {
	padding: 0;
}
.btn.btn-primary {
	color: #fff;
	background: #f3a60d;
	border-color: #dc960b;
	
}
.btn.btn-primary:hover {
	color: #fff;
	background: #f3a60d;
	border-color: #dc960b;
}
.modal-dialog .btn.btn-primary {
	color: #fff;
	background: #007c9d;
	border-color: #1288a7;
	min-height: 34px;
}
.modal-dialog .btn.btn-primary:hover {
	color: #fff;
	background: #007c9d;
	border-color: #1288a7;
}
.autoalign {
	max-width: 400px;
	margin: auto;
	padding-top: 100px;
	text-align: center;
}
.md-form {
	position: relative;
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}
.login {
	max-width: 600px;
	margin: auto;
	background: rgba(255, 255, 255, 0.19);
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.49);
}
.mask {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-attachment: fixed;
}
.md-form input[type=date], .md-form input[type=datetime-local], .md-form input[type=email], .md-form input[type=number], .md-form input[type=password], .md-form input[type=search-md], .md-form input[type=search], .md-form input[type=tel], .md-form input[type=text], .md-form input[type=time], .md-form input[type=url], .md-form textarea.md-textarea {
	-webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	-o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid #ced4da !important;
	border-bottom: 1px solid #ced4da;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	background-color: transparent;
	padding-left: 15px;
}
.md-form .form-control {
	margin: 0 0 .5rem;
	-webkit-border-radius: 0;
	border-radius: 0;
	padding: .3rem 0 .55rem;
	background-image: none;
	background-color: transparent;
	height: auto;
	color: #fff !important;
}
.md-form input::placeholder {
 color: #fff;
}
.md-form {
	width: 78%;
}
.custombtn {
	height: 70px;
	width: 190px;
	text-transform: uppercase;
}
.punch-btn {
	height: 215px;
	width: 160px;
}
.punch-btn span {
	margin-top: 70px
}
.thumb-btn img {
	height: 200px;
}
.ctable td {
	white-space: nowrap;
	color: #fff;
}
.customdiv {
	background: rgba(255, 255, 255, 0.19);
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.49);
	padding: 20px;
	width: 800px;
	max-width: 801px;
}
.customdiv table {
	border: 1px solid #fff !important;
}
.footer.indexfooter {
	background: #1C2B36 !important;
	color: #fff;
}
/*------------------------------------------------------------------
[ Responsive ]*/
@media (max-width: 1060px) {
.d-flex.mobile-flex {
	display: inherit !important;
	text-align: left;
}
.figure {
	margin-bottom: 10px;
}
}
@media (max-width: 992px) {
.login100-form {
	width: 50%;
	padding-left: 30px;
	padding-right: 30px;
}
.login100-more {
	width: 50%;
}
}
@media (max-width: 768px) {
.login100-form {
	width: 100%;
}
.login100-more {
	display: none;
}
.footer {
	font-size: 0.75rem;
}
.clock {
	color: #fff;
	font-size: .7rem;
	letter-spacing: 0px;
	min-width: 70px;
}
.text-custom {
	font-size: 0.7rem;
}
.header img {
	width: 90%;
}
}

@media (max-width: 576px) {
.login100-form {
	padding-left: 15px;
	padding-right: 15px;
}
}
/*------------------------------------------------------------------
[ Alert validate ]*/
.validate-input {
	position: relative;
	text-align: left;
}
.alert-validate::before {
	content: attr(data-validate);
	position: absolute;
	z-index: 100;
	max-width: 70%;
	background-color: #fff;
	border: 1px solid #c80000;
	border-radius: 2px;
	padding: 4px 25px 4px 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 12px;
	pointer-events: none;
	color: #c80000;
	font-size: 13px;
	line-height: 1.4;
	text-align: left;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity 0.4s;
	-o-transition: opacity 0.4s;
	-moz-transition: opacity 0.4s;
	transition: opacity 0.4s;
}
.alert-validate::after {
	content: "\f12a";
	font-family: FontAwesome;
	display: block;
	position: absolute;
	z-index: 110;
	color: #c80000;
	font-size: 16px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 18px;
}
.alert-validate:hover:before {
	visibility: visible;
	opacity: 1;
}
@media (max-width: 992px) {
.alert-validate::before {
	visibility: visible;
	opacity: 1;
}
}
/*==================================================================
[ Social ]*/
.login100-form-social-item {
	width: 36px;
	height: 36px;
	font-size: 18px;
	color: #fff;
	border-radius: 50%;
}
.login100-form-social-item:hover {
	background: #333333;
	color: #fff;
}
/*==================================================================
[ bootstrap4]*/
.collapse {
    /* display: block !important; */
}
.collapse.in {
    display: block;
}
p.text-danger {
    font-size: 12px;
	color: #1e84a2;
}
.border-right {
	border-right: 1px solid #dee2e6
}
.border-left {
	border-left: 1px solid #dee2e6
}
.btn-warning {
	
}
.float-left{float:left}
.d-flex.dflex-c{display:flex ;justify-content:center;    float: left;
    width: 100%;}
.p-5 {
	padding: 5px !important
}
.p-10 {
	padding: 10px !important
}
.border-bottom-0 {
	border-bottom: 0px !important
}
.border-0 {
	border: 0px !important
}
.box-shadow-0 {
	box-shadow: none !important
}
.font-18 {
	font-size: 1.1rem !important;
}
.font-9 {
	font-size: 9px!important;
	letter-spacing: 1.5px;
}

.font-10 {
	font-size: 11px!important;	
}

.mb-10 {
	margin-bottom: 10px;
}
.mt-15 {
	margin-top: 15px;
}
.mt-10 {
	margin-top: 10px;
}
.mb-15 {
	margin-bottom: 15px;
}
.my-6 {
	margin-bottom: 6px;
	margin-top: 6px;
}
.my-15 {
	margin-bottom: 15px;
	margin-top: 15px;
}
.my-10 {
	margin-bottom: 10px;
	margin-top: 10px;
}
.margin-top {
	margin-top: 20px;
}
.m-top {
	margin-top: 23px;
}
.pad-y8 {
	padding-top: 8px;
	padding-bottom: 8px;
}

.mr-3 {
	margin-right: 2rem;
	font-size: 12px;
}
.mr-15 {
	margin-right: 15px;
}
.mr-25 {
	margin-right: 25px;
}
.mr-5 {
	margin-right: 5px !important;
}

.min-btn {
	min-width: 190px;
}
.float-right {
	float: right;
}
.pt-5 {
	padding-top: 5px;
}
.pt-8 {
	padding-top: 8px;
}
a.d-flex {
	display: flex !important
}
.tab-info ul.nav.nav-tabs.frame li {
    margin-right: 5px;
}
.frame li a {
    background: #c7cbce;
    padding: 3px 10px;
}
.frame li a.active.show {
    background: #ffc107;
    padding: 3px 10px;
}
.ichk .i-checks{margin-right:20px;} 
.navi ul.nav li a>img {
	position: relative;
	margin-right: 5px;
	overflow: hidden;
	line-height: 40px;
	text-align: center;
	width: 15px;
}
.app-aside {
	margin-top: -10px;
}
.poscheck {
	position: absolute;
	right: 20px;
	top: 30px;
}
.eyeslider {
	position: relative;
	width: 100%;
	
}
.cameraSlide img {
	/* width: 100% !important; */
}
/*---- toogle---*/
 
.onoffswitch {
	margin-top: 5px;
	position: relative;
	width: 130px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}
.onoffswitch-checkbox {
	display: none;
}
.onoffswitch-inner {
	display: block;
	width: 200%;
	margin-left: -100%;
	-moz-transition: margin 0.3s ease-in 0s;
	-webkit-transition: margin 0.3s ease-in 0s;
	-o-transition: margin 0.3s ease-in 0s;
	transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
	display: block;
	float: left;
	width: 50%;
	height: 30px;
	padding: 0;
	line-height: 30px;
	font-size: 14px;
	color: white;
	font-weight: bold;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.onoffswitch-inner:before {
	content: "Available";
	padding-left: 10px;
	font-size: 11px;
	background-color: #5BB75B;
	color: #FFFFFF;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
	display: block;
	float: left;
	width: 50%;
	height: 30px;
	padding: 0;
	line-height: 30px;
	font-size: 14px;
	color: white;
	font-weight: bold;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.onoffswitch-inner:after {
	content: "Unavailable";
	padding-right: 10px;
	font-size: 11px;
	background-color: #ebebeb;
	color: #999999;
	text-align: right;
}
.onoffswitch-switch {
	display: block;
	width: 18px;
	margin: 3px 5px 4px 3px;
	background: #FFFFFF;
	border: 2px solid #999999;
	border-radius: 20px;
	position: absolute;
	top: 0;
	bottom: 0;
	-moz-transition: all 0.3s ease-in 0s;
	-webkit-transition: all 0.3s ease-in 0s;
	-o-transition: all 0.3s ease-in 0s;
	transition: all 0.3s ease-in 0s;
}
.onoffswitch-label {
	display: block;
	overflow: hidden;
	cursor: pointer;
	border: 2px solid #ddd;
	border-radius: 20px;
}
.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-inner {
	margin-left: 0;
}
.onoffswitch-inner:before {
	content: "Available";
	padding-left: 0;
    font-size: 11px;
    background: #fdb931;
    color: #FFFFFF;
    padding-right: 10px;
	padding-left: 20px;
}
.onoffswitch-inner:after {
	content: "Unavailable";
	padding-right: 10px;
	font-size: 11px;
	background: #dee2e6;
	color: #999999;
	text-align: right;
}
.onoffswitch-switch {
	display: block;
	width: 18px;
	margin: 4px 5px 8px 3px;
	background: #FFFFFF;
	border: 2px solid #999999;
	border-radius: 20px;
	position: absolute;
	top: 0;
	bottom: 0;
	-moz-transition: all 0.3s ease-in 0s;
	-webkit-transition: all 0.3s ease-in 0s;
	-o-transition: all 0.3s ease-in 0s;
	transition: all 0.3s ease-in 0s;
}
.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-switch {
	right: 0px;
}
.caseAvailable {
	border: 2px solid #fbfbfb;
	height: 36px;
	width: 36px;
	box-shadow: 0 0 0 0 rgba(232,76,61,.7);
	border-radius: 50%;
	background: no-repeat;
	background-size: auto;
	cursor: pointer;
	background-size: cover;
	-webkit-animation: pulse 1.25s infinite cubic-bezier(.66, 0, 0, 1);
	-moz-animation: pulse 1.25s infinite cubic-bezier(.66, 0, 0, 1);
	-ms-animation: pulse 1.25s infinite cubic-bezier(.66, 0, 0, 1);
	animation: pulse 1.25s infinite cubic-bezier(.66, 0, 0, 1);
	display: inline-block;
	line-height: 2;
	text-align: center;
}
.ng-binding {
	color: #004d64;
	font-size: 16px;
}
.profile-form, .bs-example {
	margin-top: 20px;
	margin-bottom: 20px;
}
.profile-form label {
	margin-bottom: 10px;
}
.formtext {
	width: 40%;
	display: inline-block;
}
.coolan {
	width: 5%;
	display: inline-block;
}
.form-horizontal .control-label {
	text-align: left !important;
}
.bs-examples.form-horizontal .control-label {
	text-align: right !important;
}
.alaram {
}
.alaram img {
	width: 90px;
	height: 90px;
}
.alaramtxt {
	position: absolute;
	top: 43%;
	left: 34%;
	font-size: 16px;
	color: #fdb931
}
.btn-sm.btn-default {
	background: transparent;
	border: 0px;
	box-shadow: none;
	color: #0079cd !important;
}
#accordion {
	margin-top: 20px;
}
#accordion .panel-heading {
	background: #ececec url(../img/arw.png)no-repeat 98% center !important;
	padding:6px;
}
#accordion .panel-body {
	border: 1px solid #eaedef
}
.panel-default .panel-heading {
    background: #fdb931 !important;
    border: 1px solid #f4f8fb;
    padding:6px 10px;
}
.reportstyle1 {
	background: #50843A;
	color: white;
	padding: 2.5px 12px;	
	font-size: 12px;	
	position:relative;
	z-index:2;
	height: 22px;
    display: inline-block;
}
.reportstyle1:before, .reportstyle1:after{
	content: '.';
	text-indent: -9999em;
	height: 0;
	width: 0;
	border-style: solid;
	border-width: 11px;
	position: absolute;
	left: -15px;
	top: 0px;
	display: block;
	z-index: -1;
}
.reportstyle1:before{
	border-color: #50843A #50843A #50843A transparent; /* bg color for left side of ribbon */
}
.reportstyle1:after{
	border-color: #50843A transparent #50843A #50843A; /* bg color for right side of ribbon */
	right: -15px;
	left: auto;
}
.reportstyle {
	background: #fdb931;
	color: white;
	padding: 2.5px 12px;	
	font-size: 12px;	
	position:relative;
	z-index:2;
	height: 22px;
     display:inline-block;
	text-align:center;
}
.reportstyle:before, .reportstyle:after{
	content: '.';
	text-indent: -9999em;
	height: 0;
	width: 0;
	border-style: solid;
	border-width: 11px;
	position: absolute;
	left: -15px;
	top: 0px;
	display: block;
	z-index: -1;
}
.reportstyle:before{
	border-color: #fdb931 #fdb931 #fdb931 transparent; /* bg color for left side of ribbon */
}
.reportstyle:after{
	border-color: #fdb931 transparent #fdb931 #fdb931; /* bg color for right side of ribbon */
	right: -15px;
	left: auto;
}
.reportstylereject {
	background: #f05050;
	color: white;
	padding: 2.5px 12px;	
	font-size: 12px;	
	position:relative;
	z-index:2;
}
.reportstylereject:before, .reportstylereject:after{
	content: '.';
	text-indent: -9999em;
	height: 0;
	width: 0;
	border-style: solid;
	border-width: 11px;
	position: absolute;
	left: -15px;
	top: 0px;
	display: block;
	z-index: -1;
}
.reportstylereject:before{
	border-color: #f05050 #f05050 #f05050 transparent; /* bg color for left side of ribbon */
}
.reportstylereject:after{
	border-color: #f05050 transparent #f05050 #f05050; /* bg color for right side of ribbon */
	right: -15px;
	left: auto;
}
.reportstylemanufacture {
	background: #20729B;
	color: white;
	padding: 2.5px 12px;	
	font-size: 12px;	
	position:relative;
	z-index:2;
}
.reportstylemanufacture:before, .reportstylemanufacture:after{
	content: '.';
	text-indent: -9999em;
	height: 0;
	width: 0;
	border-style: solid;
	border-width: 11px;
	position: absolute;
	left: -15px;
	top: 0px;
	display: block;
	z-index: -1;
}
.reportstylemanufacture:before{
	border-color: #20729B #20729B #20729B transparent; /* bg color for left side of ribbon */
}
.reportstylemanufacture:after{
	border-color: #20729B transparent #20729B #20729B; /* bg color for right side of ribbon */
	right: -15px;
	left: auto;
}
.reportstylemanufacturer {
	background: #20729B;
	color: white;
	padding: 2.5px 12px;	
	font-size: 12px;	
	position:relative;
	z-index:2;
}
.reportstylemanufacturer:before, .reportstylemanufacture:after{
	content: '.';
	text-indent: -9999em;
	height: 0;
	width: 0;
	border-style: solid;
	border-width: 11px;
	position: absolute;
	left: -15px;
	top: 0px;
	display: block;
	z-index: -1;
}
.reportstylemanufacturer:before{
	border-color: #20729B #20729B #20729B transparent; /* bg color for left side of ribbon */
}
.reportstylemanufacturer:after{
	border-color: #20729B transparent #20729B #20729B; /* bg color for right side of ribbon */
	right: -15px;
	left: auto;
}
.reportstylereceive {
	background: #50843A;
	color: white;
	padding: 2.5px 12px;	
	font-size: 12px;	
	position:relative;
	z-index:2;
}
.reportstylereceive:before, .reportstylemanufacture:after{
	content: '.';
	text-indent: -9999em;
	height: 0;
	width: 0;
	border-style: solid;
	border-width: 11px;
	position: absolute;
	left: -15px;
	top: 0px;
	display: block;
	z-index: -1;
}
.reportstylereceive:before{
	border-color: #50843A #50843A #50843A transparent; /* bg color for left side of ribbon */
}
.reportstylereceive:after{
	border-color: #50843A transparent #50843A #50843A; /* bg color for right side of ribbon */
	right: -15px;
	left: auto;
}
.reportstyledispatch {
	background: #50843A;
	color: white;
	padding: 2.5px 12px;	
	font-size: 12px;	
	position:relative;
	z-index:2;
}
.reportstyledispatch:before, .reportstylemanufacture:after{
	content: '.';
	text-indent: -9999em;
	height: 0;
	width: 0;
	border-style: solid;
	border-width: 11px;
	position: absolute;
	left: -15px;
	top: 0px;
	display: block;
	z-index: -1;
}
.reportstyledispatch:before{
	border-color: #50843A #50843A #50843A transparent; /* bg color for left side of ribbon */
}
.reportstyledispatch:after{
	border-color: #50843A transparent #50843A #50843A; /* bg color for right side of ribbon */
	right: -15px;
	left: auto;
}
.reportstylereturn {
	background: #f05050;
	color: white;
	padding: 2.5px 12px;	
	font-size: 12px;	
	position:relative;
	z-index:2;
}
.reportstylereturn:before, .reportstylereturn:after{
	content: '.';
	text-indent: -9999em;
	height: 0;
	width: 0;
	border-style: solid;
	border-width: 11px;
	position: absolute;
	left: -15px;
	top: 0px;
	display: block;
	z-index: -1;
}
.reportstylereturn:before{
	border-color: #f05050 #f05050 #f05050 transparent; /* bg color for left side of ribbon */
}
.reportstylereturn:after{
	border-color: #f05050 transparent #f05050 #f05050; /* bg color for right side of ribbon */
	right: -15px;
	left: auto;
}
.bg-spec {
	background: #27c24c;	
	padding: 2.5px 8px;	
	font-size: 12px;	
	position:relative;
	z-index:2;
	height: 22px;
    display: inline-block;
}
.bg-spec:before, .bg-spec:after{
	content: '.';
	text-indent: -9999em;
	height: 0;
	width: 0;
	border-style: solid;
	border-width: 11px;
	position: absolute;
	left: -9px;
	top: 0px;
	display: block;
	z-index: -1;
}
.bg-spec:before{
	border-color: #27c24c #27c24c #27c24c transparent; /* bg color for left side of ribbon */
}
.bg-spec:after{
	border-color: #27c24c transparent #27c24c #27c24c; /* bg color for right side of ribbon */
	right: -9px;
	left: auto;
}
.bg-refer {
	background: #4b91ea;	
	padding: 2.5px 8px;	
	font-size: 12px;	
	position:relative;
	z-index:2;
	height: 22px;
    display: inline-block;
}
.bg-refer:before, .bg-refer:after{
	content: '.';
	text-indent: -9999em;
	height: 0;
	width: 0;
	border-style: solid;
	border-width: 11px;
	position: absolute;
	left: -9px;
	top: 0px;
	display: block;
	z-index: -1;
}
.bg-refer:before{
	border-color: #4b91ea #4b91ea #4b91ea transparent; /* bg color for left side of ribbon */
}
.bg-refer:after{
	border-color: #4b91ea transparent #4b91ea #4b91ea; /* bg color for right side of ribbon */
	right: -9px;
	left: auto;
}
.bg-fundus {
	background: #82AF6F;	
	padding: 2.5px 8px;	
	font-size: 12px;	
	position:relative;
	z-index:2;
	height: 22px;
    display: inline-block;
}
.bg-fundus:before, .bg-fundus:after{
	content: '.';
	text-indent: -9999em;
	height: 0;
	width: 0;
	border-style: solid;
	border-width: 11px;
	position: absolute;
	left: -9px;
	top: 0px;
	display: block;
	z-index: -1;
}
.bg-fundus:before{
	border-color: #82AF6F #82AF6F #82AF6F transparent; /* bg color for left side of ribbon */
}
.bg-fundus:after{
	border-color: #82AF6F transparent #82AF6F #82AF6F; /* bg color for right side of ribbon */
	right: -9px;
	left: auto;
}
.bg-refraction {
	background: #F89406;	
	padding: 2.5px 8px;	
	font-size: 12px;	
	position:relative;
	z-index:2;
	height: 22px;
    display: inline-block;
}
.bg-refraction:before, .bg-refraction:after{
	content: '.';
	text-indent: -9999em;
	height: 0;
	width: 0;
	border-style: solid;
	border-width: 11px;
	position: absolute;
	left: -9px;
	top: 0px;
	display: block;
	z-index: -1;
}
.bg-refraction:before{
	border-color: #F89406 #F89406 #F89406 transparent; /* bg color for left side of ribbon */
}
.bg-refraction:after{
	border-color: #F89406 transparent #F89406 #F89406; /* bg color for right side of ribbon */
	right: -9px;
	left: auto;
}
.na {
	background: #ddd;	
	padding: 2.5px 8px;	
	font-size: 12px;	
	position:relative;
	z-index:2;
	height: 22px;
    display: inline-block;
}
.na:before, .na:after{
	content: '.';
	text-indent: -9999em;
	height: 0;
	width: 0;
	border-style: solid;
	border-width: 11px;
	position: absolute;
	left: -9px;
	top: 0px;
	display: block;
	z-index: -1;
}
.na:before{
	border-color: #ddd #ddd #ddd transparent; /* bg color for left side of ribbon */
}
.na:after{
	border-color: #ddd transparent #ddd #ddd; /* bg color for right side of ribbon */
	right: -9px;
	left: auto;
}
td a.btn {
    display: inline-block;
    padding: 3px 7px;
	min-height: inherit !important;
}

.btn-icon {
	width: 30px;
	height: 30px;
	padding: 0!important;
	text-align: center;
	/* position: absolute; */
	left: 36%;
	line-height: 2;
	margin-left: -2.5em;
	z-index: 999999999;
}
.timeline li {
	position: relative;
}
.tline img {
	width: 13px;
	height: 13px;
}
.bgicon {
	top: 25px;
	right: 25px;
	width: 30px;
	height: 30px;
	opacity: 0.4;
}
.tl-wrap:before {
	display: none;
}
.statssec {
	width: 20%;
	float: left;
	margin-bottom: 20px;
	padding: 5px 5px;
}
.statsicon {
	position: relative;
	border-radius: 50px;
	height: 50px;
	width: 50px;
	color: #fff;
	text-align: center;
	line-height: 3;
	-webkit-box-shadow: 1px 1px 0 rgba(0,0,0,.2);
	box-shadow: 1px 1px 0 rgba(0,0,0,.2);
}
.statsicon-sm {
	width: 40px;
	height: 40px;
}
.statsicon-sm img {
	width: 12px !important;
	height: 12px !important;
}
.statsinfo h4 {
	display: block;
	font-size: 18px;
	margin: 2px 0 4px;
	position: relative;
	text-shadow: 1px 1px 0 rgba(0,0,0,.15);
	font-family: Poppins-Medium;
}
.statsinfo h5 {	
	font-size: 16px !important;		
}
.statsinfo-sm h4 {
	font-size: 15px !important;
}
h1.h3 {
	font-size: 18px;
}
.bg-light.lter h1{color:#f5a80e}

.gray-text {
	color: #999
}
.yellow-text {
	color: #fdb931
}
.web-text {
	color: #004d64
}
.voilet-text {
	color: #7266ba
}
.orange-text {
	color: #F79263
}
.brown-text {
	color: #936049
}
.pink-text {
	color: #ff00a2
}
.gray {
	background-color: #999;
}
.bg-yellow {
	background: #fdb931
}
.bg-web {
	background: #004d64
}
.bg-voilet {
	background: #7266ba
}
.bg-orange {
	background: #F79263
}
.bg-brown {
	background: #936049
}
.bg-pink {
	background: #ff00a2;
}
.custombg-white {
	background-color: #fff!important;
}
.gray::before {
	content: "";
	display: block;
	padding: 6px 0 7px;
	width: 50px;
	text-align: center;
	border-radius: 100%;
	background-color: rgba(255,255,255,.3);
	position: absolute;
	bottom: 4px;
	height: 45px;
}
.bg-yellow::before {
	content: "";
	display: block;
	padding: 6px 0 7px;
	width: 50px;
	text-align: center;
	border-radius: 100%;
	background-color: rgba(255,255,255,.3);
	position: absolute;
	bottom: 4px;
	height: 45px;
}
.bg-web::before {
	content: "";
	display: block;
	padding: 6px 0 7px;
	width: 50px;
	text-align: center;
	border-radius: 100%;
	background-color: rgba(255,255,255,.3);
	position: absolute;
	bottom: 4px;
	height: 45px;
}
.bg-voilet::before {
	content: "";
	display: block;
	padding: 6px 0 7px;
	width: 50px;
	text-align: center;
	border-radius: 100%;
	background-color: rgba(255,255,255,.3);
	position: absolute;
	bottom: 4px;
	height: 45px;
}
.bgliteshadow::before {
	content: "";
	display: block;
	padding: 6px 0 7px;
	width: 50px;
	text-align: center;
	border-radius: 100%;
	background-color: rgba(255,255,255,.3);
	position: absolute;
	bottom: 4px;
	height: 45px;
}
.bgliteshadow-sm::before {
	content: "";
	display: block;
	padding: 6px 0 7px;
	width: 40px !important;
	text-align: center;
	border-radius: 100%;
	background-color: rgba(255,255,255,.3);
	position: absolute;
	bottom: 4px;
	height: 35px !important;
}
.stats {
	box-shadow: 0 0px 3px 1px rgba(0, 0, 0, .03);
	padding: 5px;
	min-height: 75px;
}
.statsicon img {
	width: 24px;
	height: 24px;
}
.cases-tab .btn-default:hover, .cases-tab .btn-default:focus, .cases-tab .btn-default:active, .cases-tab .btn-default.active, .open .dropdown-toggle.btn-default {
	color: #fff!important;
	background-color: #004d64 !important;
	border-color: #c7d3d6;
}
.cases-tab .btn-default {
	color: #58666e!important;
	background: #fff;
	border-color: #dee5e7;
	border-bottom-color: #d8e1e3;
	-webkit-box-shadow: 0 1px 1px rgba(90, 90, 90, 0.1);
	box-shadow: 0 1px 1px rgba(90, 90, 90, 0.1);
}
.googlemap {
	width: 100%;
	height: 320px;
	padding: 10px 0;
}
.bs-examples.form-horizontal .control-label.text-center {
	text-align: center !important;
}
.panel-title a {
	display: block;
	width: 100%;
}
.panel-default .panel-heading.bg-white {
	background: #fff !important;
}
.card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid #eeeeee;
	border-radius: 0.25rem;
	border-radius: 6px;
	color: #333333;
	background: #fff;
	width: 100%;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
	margin-bottom: 30px;
	margin-top: 30px;
}
.card-profile {
	margin-top: 35px;
	text-align: center;
}
.card-profile .card-avatar {
	margin: -30px auto 0;
	overflow: hidden;
	padding: 0;
	box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}
.card-profile .card-avatar {
	max-width: 110px;
	max-height: 110px;
	width: 110px;
	height: 110px;
}
.card-profile .card-avatar img {
	width: 100%;
	height: 100%;
}
.card .card-body {
	padding: 0.9375rem 20px;
	position: relative;
	flex: 1 1 auto;
}
.card-profile .card-avatar+.card-body {
	margin-top: 15px;
}
.table-white {
	border: 1px solid #eee;
}
.table-white>thead>tr>th {
	border-top: 0px!important;
	background: transparent;
}
.panel-title {
	color: #58666e !important;
}
.title {
	background-color: rgba(0, 0, 0, .075) !important;
	border-radius: 5px;
}
.title1 {
	background-color: #fff!important;
	border-bottom: 1px solid #ddd;	
	border-top: 0px;
    border-left: 0px;
    border-right: 0px;
	padding:10px 0px;
}
.title1 h5{color: #fdb931}
.table-white > tbody > tr:nth-of-type(odd) {
	background-color: #fff;
}
.table-white>tbody>tr:nth-child(odd)>td, .table-white>tbody>tr:nth-child(odd)>th {
	background-color: #fff;
}
.aimg img {
	width: 30px;
	height: 30px;
	margin-left: 15px;
}
.aimg .title-img img {
	width: 20px;
	height: 20px;
	margin: 0px;
}
.title-img img {
	width: 20px;
	height: 20px;
	margin: 0px;
}
.tab-sec .nav-tabs > li > a.active, .tab-sec .nav-tabs > li > a.active:hover, .tab-sec .nav-tabs > li > a.active:focus {
	cursor: default;
	background-color: #fdb931 !important;
	border: 0px;
	border-bottom-color: transparent;
}
.tab-sec .nav-tabs {
	border-bottom: 2px solid #dc960b;
}
.tab-sec .nav-tabs > li {
	float: left;
	margin-bottom: 10px;
}
.tab-sec .nav-tabs {
	margin-top:20px;
}
.tab-sec .nav-tabs>li >a.active {
	border-bottom-color: #dee5e7!important;
}
.tab-sec .nav-tabs > li > a {
	margin-right: 6px;
	line-height: 1.42857143;
	border: 1px solid #ddd;
	border-radius: 4px 4px 0 0;
	border-bottom: 0px !important;
	box-shadow: 2px 0px 2px 0px rgba(0,0,0,0.5);
	padding:10px 15px;
	background:#fff;
}
#faq .panel-default {
	margin-bottom: 5px;
}
textarea {
	resize: none;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.1rem rgba(0,0,0,.25);
}
.btn-warning{color:#fff;}
.tab-info ul.nav li a::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	outline: 1px solid transparent;
	border-radius: 10px 10px 0 0;
	background: #fff;
	box-shadow: inset 0 -3px 3px rgba(0,0,0,0.05);
	content: '';
	-webkit-transform: perspective(5px) rotateX(0.93deg) translateZ(0px);
	transform: perspective(5px) rotateX(0.93deg) translateZ(0px);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.tab-info ul.nav li.active a::after {
	background: #fdb931;
	box-shadow: none;
}
.tab-info ul.nav li {
	margin-right: 23px;
}
.nav-tabs>li>a {	
	border: 1px solid transparent!important;
}
.tab-info ul.nav li a {
	cursor: pointer;
}
.tab-info .nav>li>a:hover, .tab-info .nav>li>a:focus {
	background-color: transparent !important;
	border: 1px solid transparent !important;
}
#faq .panel-title a {}
.inner-content h4.text-info {
	font-size: 16px;
}
/* custom modals */	
.table-height{max-height:150px;overflow:auto}
.modalimg img{max-width:100%;max-height:100%;margin:auto;}
#myModalnew, #myModalnew1, #myModalnew2, #myModalvfailed, #myModalvpassed, #myModaldeliver, #myModalreturn {
    background: rgba(0,0,0,0.5);
}
#myModalbulkdispatch{	
	 background: rgba(0,0,0,0.3);
	 z-index:99999;
	 width:100vw;	
}
.modalnew .modal-header .close {
    margin-top: -15px !important;   
}
.order-sec {
    box-shadow:none !important;
}
.custom-dialog .modal-content{
	box-shadow:none;
	border: 0px;
}	
.modal-dialog.custom-dialog {
	width: 90%;
	max-width: 90%;
	pointer-events: all;
}
.modal-dialog.lens {
	width: 60%;
	max-width: 60%;
}
button.close {
	opacity: 1;
	padding: 10px;
	background: #fdb931;
}
.modal-header {
	padding: 10px;	
}
.modal-header .close {
    padding: 10px;
    margin-right: 0;
    border-radius: 0px;
	z-index: 99;
}
.close:hover, .close:focus {
	opacity: 1;
}
.text-center {
    text-align: center !important;
}
.bs-example-modal-lg .modal-dialog{
	margin-top:10%;
}
.bs-example-modal-lg .modal-header .close {
    margin-top: -15px;
}
.modal-content{border-radius:0px;}
.camera-pugin{
	margin: auto;
    width: 90%;
    height: 200px;
    text-align: center;
}
.camera-pugin img{max-width: 100%;max-height: 100%;}
.profilelabel label{display:flex !important;font-size:12px !important;}
h6 a{font-size:12px;}
.profilelabel label span:last-child {
    width: 50%;} 
.i-checks {   
    display: flex;}
.i-checks>i {    
    border: 1px solid #c1c3c5  !important;}
.v-info{padding: 15px;
    margin-bottom: 10px;
    background: #fff;}
.v-info h6{font-size:14px;}
.bulk-dialog{max-width:300px}
/* media */	
@media only screen and (max-width: 1220px) {
.statssec {
    width: 33%;    
}
}
@media only screen and (max-width: 900px) {
.statssec {
    width: 49%;    
}
}
@media only screen and (max-width: 767px) {
.statssec {
    width: 100%; 
    margin: 0px;	
}
.navbar-brand img { 
    max-width: 60%;}
.navbar-brand {    
    text-align: left;
	max-width: 230px;
}	
p.text-danger {
    font-size: 8px;
}	
.d-flex.align-items-center.justify-content-between.panel-heading {
    font-size: 13px;
}	
.radio label, .checkbox label {    
    padding-left: 11px;  
    font-size: 10px;
}
.mr-3 {
    margin-right: 1rem;
}
.panel-heading {    
    font-size: 14px;
}
body {   
    background-color: #eee;
	font-size: 13px;
}	
h4, .h4 {
    font-size: 16px;
}
h1.h3 {
    font-size: 16px;
}
.border-right {
    border-right:0px;
}
small.float-right.pt-8 {
    display: none;
}
span small{
	display: none;
}
.tab-sec .nav-tabs > li {    
    margin-bottom: 5px;
    width: 50%;
}
.tab-sec .nav-tabs > li > a {
    margin-right: 0px;
    font-size:12px;
}
.tab-container.tab-sec .nav-tabs > li > a {  
	display: block;
}
.border-bottom.d-flex.v-info {
    display: inline-block !important;
    width: 100%;
}
.panel-collapse .panel-body{
	padding-left:;
	padding-right:;
}
.border-left {
    border-left:0px;
}
.form-horizontal .form-group {
    margin-right: -5px;
    margin-left: -5px;
}
.aimg img {
    width: 20px;
    height: 20px;   
}
.aimg .title-img img {
    width: 15px;
    height: 15px;    
}
.title-img img {
    width: 15px;
    height: 15px;    
}
.font-18 {
    font-size: 16px!important;
}
.alaram img {
    width: 60px;
    height: 60px;
}
.alaramtxt {   
    font-size: 10px;   
}
.onoffswitch {
  margin-top: 5px; 
  width:auto;
}
.bs-examples.form-horizontal .control-label {
    text-align: left !important;
}
span.text-muted.col-md-6{
	font-size:11px;
	margin-top:5px;
	display: inline-block;
}
.min-btn {
    min-width: 100%;
    margin-bottom: 10px;
}
.text-center .btn.btn-primary{ 
    min-width: 100%;
}
.statsinfo-sm h4 {
    font-size: 13px !important;
}
h4.text-danger {
    font-size: 11px !important;
}
.btn-mobile{
	min-width:100%;
	margin-bottom:10px;
}
h4.text-info {
	font-size: 11px !important;
	padding-left:5px;
}
.cases-tab .btn-default{
	min-width:100%;
	margin-top:5px;
}
.app-aside {    
    background: #fdb931;
}

}

@media only screen and (max-width: 500px) {
.tab-sec .nav-tabs > li {    
    margin-bottom: 5px;
    width: 99%;
}
.inner-content h4.text-info {
    font-size: 14px;
}
.nav-tabs-alt .nav-tabs>li>a{
	font-size:10px;
}

}
@media only screen and (max-width: 330px) {
.navbar-brand {    
	max-width: 170px;
}
}

/* data tables */
table.dataTable.no-footer{border-bottom:0px !important}
.dataTables_length select{padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #cfdadd;
    border-radius: 2px;}
.dataTables_wrapper .dataTables_filter {
    float: right;
    text-align: right;    
    display: block;    
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #cfdadd;
    border-radius: 2px;   
    -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;
    margin-bottom: 10px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #666666 !important;
    border: 1px solid #fdb931 !important;
    background: #fece6f !important;   
}

.dataTables_wrapper .dataTables_paginate .paginate_button {    
    padding: 0.2em 1em !important ;     
    color: #666666  !important;    
}
 .spect-img img{width:100px;}
 .fileUpload {
    position: relative;
    overflow: hidden;
    margin-left: 10px;
	font-size: 13px;
    padding-left: 9px;
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}
.btn{font-size: 0.85rem !important;}

.app-header-fixed .app-header { 
	margin-left: 220px
}
.app-header {
	z-index: 1025;
	border-radius: 0
}
.app-aside {
	float: left
}
.app-aside:before {
	box-shadow: 0 16px 38px -12px rgba(0,0,0,.56), 0 4px 25px 0 rgba(0,0,0,.12), 0 8px 10px -5px rgba(0,0,0,.2);
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: -1;
	width: inherit;
	background-color: inherit;
	border: inherit;
	content: "";
}
.app-aside-footer {
	position: absolute;
	bottom: 0;
	z-index: 1000;
	width: 100%;
	max-width: 200px
}
.app-aside-folded .app-aside-footer {
	max-width: 60px
}
.app-aside-footer~div {
	padding-bottom: 50px
}
.app-aside-right {
	padding-bottom: 50px
}
.app-content {
	min-height: 90%;
	background: url(../img/form.jpg)no-repeat center;
	background-size: cover;
}
.app-content {
		-webkit-transition: -webkit-transform .2s ease;
		-moz-transition: -moz-transform .2s ease;
		-o-transition: -o-transform .2s ease;
		transition: transform .2s ease
	}
.panel-default .panel-heading {
    background: #fdb931;
    border: 1px solid #f4f8fb;
}
.panel-body {
    padding: 15px;
}	
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}	
.input-group .form-control{border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;}
.form-control {
   /* border-color: #88aab3 !important;*/
    border-color: #c1c3c5 !important;
    border-radius: 20px !important;
    text-transform: uppercase;
    font-size: 12px !important;
}
.form-control,
.form-control:focus {
	-webkit-box-shadow: none !important;
	box-shadow: none!important;
}
.form-control:focus {
	border-color: #fdb931  !important
}	
.input-group-btn .btn{border-radius:0px 20px 20px 0px !important;}
.no-shadow {
	-webkit-box-shadow: none!important;
	box-shadow: none!important
}
.bg-green {
    color: #a6a8b1;
   /*  background-color: #004d64; 
   background-color:#343a40; */
  background-color:#13599e;
}
.wrapper {
	padding:8px 15px
}
.wrapper-md {
	padding:10px 20px
}
.app-footer {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1005;
	font-size: 12px;
}
.navi .nav>li>a{color:#fff;}
.nav>li>a:hover,
.nav>li>a:focus {
	background-color:#32374a;
}
.nav.nav-lg>li>a {
	padding: 20px 20px
}
.nav.nav-md>li>a {
	padding: 15px 15px
}

.nav.nav-sm>li>a {
	padding: 6px 12px
}
.nav.nav-xs>li>a {
	padding: 4px 10px
}
.nav.nav-xxs>li>a {
	padding: 1px 10px
}
.nav.nav-rounded>li>a {
	border-radius: 10px
}
.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
	background-color:#32374a;
}
.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1; 
    -ms-flex-positive: 1;
     flex-grow:inherit; 
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}	
.aside-wrap {
    margin-top: 20px;
}
.navbar-brand {
	display: inline-block;
	float: none!important;
	height: auto;
	padding: 10px !important;	
	text-align: center
}
.navbar-expand-lg{
	position:sticky;
	top:0;
	z-index:9;
}
.nav-sub {
	height: 0;
	margin-left: -20px;
	overflow: hidden;
	opacity: 0;
	-webkit-transition: all .2s ease-in-out 0s;
	transition: all .2s ease-in-out 0s
}
.active>.nav-sub,
.app-aside-folded li:hover>.nav-sub,
.app-aside-folded li:focus>.nav-sub,
.app-aside-folded li:active>.nav-sub {
	height: auto!important;
	margin-left: 0;
	overflow: auto;
	opacity: 1
}
.nav-sub-header {
	display: none!important
}
.nav-sub-header a {
	padding: 15px 20px
}
.navi ul.nav li {
	position: relative;
	display: block;
	width: 100%;
}
.navi ul.nav li li a {
	padding-left: 55px
}
.navi ul.nav li li ul {
	display: none
}
.navi ul.nav li li.active>ul {
	display: block
}
.navi ul.nav li a {
	position: relative;
	display: block;
	padding: 10px;
	font-weight: normal;
	text-transform: uppercase;
	-webkit-transition: background-color .2s ease-in-out 0s;
	transition: background-color .2s ease-in-out 0s
}
.navi ul.nav li a .badge,
.navi ul.nav li a .label {
	padding: 2px 5px;
	margin-top: 2px;
	font-size: 11px
}
.navi ul.nav li a>i {
	position: relative;
	float: left;
	width: 40px;
	margin: -10px -10px;
	margin-right: 5px;
	overflow: hidden;
	line-height: 40px;
	text-align: center
}
.navi ul.nav li a>i:before {
	position: relative;
	z-index: 2
}
.nav-tabs-alt .nav-tabs.nav-justified>li {
    display: table-cell;
    width: 33%;
}
.collapse13{display:none;}
.collapse13.show{display:block !important}
.tab-content {    
    padding: 15px;
    background-color: #fff;
    border: 1px solid #dee5e7;
    border-top-width: 0;
    border-radius: 0 0 2px 2px;
}
ul.infonav {    
    margin-top: 25px;
	border-bottom: 2px solid #dc960b;
    padding-bottom: 10px;
}
.infonav li{}
.infonav li a{margin-right: 6px;
    line-height: 1.42857143;
    border: 1px solid #ddd;
    padding: 10px 15px;
    background: #fff;
    border-radius: 4px 4px 0 0;
    border-bottom: 0px !important;
    box-shadow: 2px 0px 2px 0px rgba(0,0,0,0.5);}
.infonav li a.active{background:#fdb931}

div#questionTwo {
    background: rgba(0, 0, 0, .075) !important;
}div#questionOne {
    background: rgba(0, 0, 0, .075) !important;
}div#questionThree {
    background: rgba(0, 0, 0, .075) !important;
}div#questionFour {
    background: rgba(0, 0, 0, .075) !important;
}

@media only screen and (max-width: 991px) {
.collapse.navmenu{display:none !important;}
.navmenu.navbar-collapse.collapse.show{
    display: block !important;
}
}

.fundus{width:100%}
.fundus .fimgsec{float:left;}
.fimg{position:relative}
.zoom .zoom-thumb a {  
    width: 99px;}
.thumb-sec{z-index: 99;
    position: absolute;
    width: 100%;
    bottom: -158px;
    left: 14px;
   color: #007bff;
   }
.thumbnail-title {
    z-index: 99;
    width: 107px;
    float: left;
	font-size:8px;
}
.thumbnail-title:nth-child(6){width: 70px;}
.thumbnail-title:nth-child(7){position: relative;
    top: 115px;}
.thumbnail-title:nth-child(8){position: relative;
    top: 115px;}
.thumbnail-title:nth-child(9){position: relative;
    top: 115px;}
.thumbnail-title:nth-child(10){position: relative;
    top: 115px;}
.thumbnail-title:nth-child(11){position: relative;
    top: 115px;}
.thumbnail-title:nth-child(12){position: relative;
    top: 115px;width: 80px;}
.thumbnail-title:nth-child(13){}
.thumbnail-title:nth-child(14){}

.thumb-sec .i-checks>i {
    position: relative;
    display: inline-block;
    width: 15px;
height: 15px;}
.thumb-sec .i-checks input:checked+i:before {
    top: 4px;
    left: 4px;
    width: 6px;
    height: 6px;
    background-color: #23b7e5;
}
.thumbnail-title span{    margin-right: 2px;
    margin-top: -2px;}


/*slider mq */



@media only screen and (min-width: 1700px) {
	.thumbnail-title:nth-child(7) {
    position: relative;
    top: 0;
    left: 25px;
}  
.thumbnail-title:nth-child(8) {
    position: relative;
    top: 115px;
    left: 0;
    width: 112px;
}
    
}
	
	
	


@media only screen and (max-width: 1500px) {
	.thumbnail-title {   
    width: 105px;   
}
.thumbnail-title:nth-child(7) {
    position: relative;
    top: 115px;   
    left: 35px;
}
.thumbnail-title:nth-child(6) {    
    position: relative;
    top: 115px;
	
}
.thumbnail-title:nth-child(8) {
	left: 35px;
}
.thumbnail-title:nth-child(9) {
    position: relative;
    top: 115px;
    left: 35px;
}

}

@media only screen and (max-width: 1350px) {
.zoom .zoom-thumb a {
    width: 97px;
}
}
/* slider*/

.counter{   
    text-align: center;
    height: 65px;
    width: 65px;
    padding: 20px;    
    position: relative;
    z-index: 1;
}
.counter:before,
.counter:after{
    content: '';
    background: linear-gradient(to right,#e9ecef,#dee5e7);
    height: 75%;
    width: 75%;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
    border-radius: 8px;
    transform: translateX(-50%) translateY(-50%) rotate(46deg);
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: -1;
    transition: all 0.3s ease 0s;
}
.counter:after{
    background: linear-gradient(45deg,#2773c3,#205288);
    box-shadow: 0 0 5px transparent;
    transform:translateX(-50%) translateY(-50%) rotate(19deg);
}
.counter.bg-s:after{
    background: linear-gradient(45deg,#28a745,#116332);
}
.counter.bg-w:after{
    background: linear-gradient(45deg,#ffe69a,#deac17);
}
.counter.bg-c:after{
    background: linear-gradient(45deg,#7474e2,#343979);
}
.counter.bg-gray:after{
    background: linear-gradient(45deg,#999,#9c9797);
}
.counter.bg-info1:after{
    background: linear-gradient(45deg,#17a2b8,#05abc5);
}
.counter.bg-pink1:after{
    background: linear-gradient(45deg,#ff00a2,#b70677);
}
.counter.bg-brown1:after{
    background: linear-gradient(45deg,#936049,#6f4735);
}
.counter.bg-orange1:after{
    background: linear-gradient(45deg,#F79263,#ec6323);
}

.counter.bg-danger1:after{
    background: linear-gradient(45deg,#dc3545,#d20f22);
}

.counter:hover:before{ transform:translateX(-50%) translateY(-50%) rotate(225deg); }
.counter:hover:after{ box-shadow: 0 0 10px rgba(0,0,0,0.5) inset; }
.counter img {
    width: 24px;
    height: 24px;
}
.loading {
  opacity: .5;
}
.loading span {
  display: none;
}

.loadbtnsec {
    position: fixed;
    background: rgba(251,251,251,0.8);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
	z-index: 9;
}
.loadalign{height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;    z-index: 999999; font-size:20px}