@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Hind+Vadodara:wght@300;400;500;600&display=swap');
 
/* 
	=================================
	=================================
	DEFAULT CSS
	=================================
	=================================
	font-family: 'Open Sans', sans-serif;
	font-family: 'Poppins', 'Open Sans', sans-serif;
	font-family: 'Hind Vadodara', sans-serif;
*/

*{
	box-sizing:border-box;
	position:relative;
	text-rendering: optimizeLegibility;
}
body{
	margin:0px auto;
	padding:0px;
    font-family: 'Poppins', 'Hind Vadodara', sans-serif, 'Open Sans', sans-serif;
	font-size:14px;
	color:#000000;
	overflow:hidden;
	overflow-y:scroll;
	background:#f9f9f9;
	direction:ltr;
}
header, footer, menu, nav, article, section, aside{
	display:block;
    margin:0px;
	padding:0px;
}
h1, h2, h3, h4, h5, h6{
	margin:0px;
	padding:0px;
	font-family: 'Poppins', 'Hind Vadodara', sans-serif,  'Open Sans', sans-serif;
}
form{
	margin:0px;
	padding:0px;
}
p, ul, li, a{
	margin:0px;
	padding:0px;
	list-style-type:none;
}
a, span, label, dt, dl, i{
	display:inline-block;
}
a{
	outline:none;
	border:none;
	text-decoration:none;
	-webkit-transition: all 0.3s ease-out;
       -moz-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
			color:#d23e3e;
}
img{
	outline:none;
	border:none;
	max-width:100%;
}
input[type="submit"], 
input[type="button"]{
	-webkit-appearance: none;
    font-family: 'Poppins', 'Hind Vadodara', sans-serif,  'Open Sans', sans-serif;
    -webkit-transition: all 0.3s ease-out;
       -moz-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
    outline:none;
    cursor: pointer;
}
input, select, textarea, button{
    outline:none;
	font-family: 'Open Sans', sans-serif;
    margin: 0px;
    border: none;
	font-size:14px;
	background:#ffffff;
}
textarea {resize: none;}

.input{
    border: 1px solid #e7e7e7;
    padding: 7px 10px;
	max-height:38px;
	transition: all 0.3s ease-out;
}
.input:focus{ border: 1px solid #000; }

input[type='number']{ -moz-appearance:textfield; }
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button,
input[type='number']{
    -moz-appearance: none;
	appearance: none;
	-webkit-appearance: none;
}
.input:disabled{background-color:#f7f7f7!important;}

/* For Layouts */
main{
	width:95%; max-width:1200px; 
	margin:0px auto; 
	background:#fff; 
	box-shadow:0px 0px 10px rgba(0,0,0,0.1);
	padding:0px 25px 55px;	
}
.wrapper{/*width:95%; max-width:1170px; margin:0px auto;*/ min-height:600px;}
.clr{clear:both;}

.textOverflow{
	white-space: nowrap; 
	overflow: hidden;
	text-overflow: ellipsis;
	display:block;
}

/* card */
.card{
	background:#ffffff;
	box-shadow: 0px 1px 6px 0px rgba(1, 1, 1, 0.08);
}
/* ============= For Menu */
.activeView{
	-webkit-transform: translate3d(0,0,0)!important;
	-moz-transform: translate3d(0,0,0)!important;
	transform: translate3d(0,0,0)!important;
}
.menuOverlay
{
	background:rgba(0,0,0,0.8);
	position:fixed;
	top:0px;
	left:0px;
	width:105%;
	height:105%;
	z-index:20000;
}

.center{text-align:center;}
.submitBtn{max-width:400px; position:relative; margin:0px auto;}
.submitBtn .btn{
	border-radius:5px;
	background:#000;
	color:#fff;
	width:100%;
	padding:12px 20px;
	font-weight:16px;
	font-weight:900;
	text-transform:uppercase;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.19);
}
.submitBtn .btn:hover{ background:#e31e25; }
.submitBtn .btnLoader{
	background:#000;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	width: 100%;
	height: 100%;
	text-align: center;
	border-radius: 5px;
	cursor: wait;
}
.submitBtn .btnLoader span.spinLoader{
	width: 25px;
	height: 25px;
	border-width: 4px;
	top: 9px;
	position: relative;
	
	border-color: rgba(0,0,0,0.3);
		border-top-color: rgba(0, 0, 0, 0.3);
		border-top-color: #fff;
}

/* ============= borderBtn */
.borderButton{
	border:1px solid #0ab7c5;
	background:#fff;
	box-shadow: 0px 3px 3px 0px rgba(10, 183, 197, 0.23);
	padding:6px 12px;
	border-radius:3px;
	font-family: 'Poppins', 'Hind Vadodara', sans-serif,  'Open Sans', sans-serif;	
	font-size:14px;
	font-weight:500;
	color:#0ab7c5;
	padding:6px 15px;
	vertical-align:top;
}
.borderButton:hover{background:#0ab7c5; color:#fff;}
.borderButton[data-color="green"]{border-color:#45cd7f; color:#38bc70; box-shadow: 0px 3px 3px 0px rgba(26, 172, 88, 0.23);}
.borderButton[data-color="green"]:hover{background:#45cd7f; color:#fff;}

.borderButton[data-color="blue"]{border-color:#59b4ee; color:#59b4ee; box-shadow: 0px 3px 3px 0px rgba(26, 148, 226, 0.23);}
.borderButton[data-color="blue"]:hover{background:#59b4ee; color:#fff;}

.borderButton[data-color="red"]{border-color:#efa3a3; color:#e08c8c; box-shadow: 0px 3px 3px 0px rgba(239, 163, 163, 0.23);}
.borderButton[data-color="red"]:hover{background:#efa3a3; color:#fff;}


/* ===== Ul Listing */
.ulListing{border: 1px solid rgba(0,0,0,0.1); margin-bottom:25px;}
.ulListing li{border-bottom: 1px solid rgba(0,0,0,0.1);}
.ulListing li div{border-right: 1px solid rgba(0,0,0,0.1); padding:10px;}



/*
	=======================
	ringLoader
	=======================
*/
.spinLoader
{
  border: 16px solid #888;
  border-radius: 50%;
  border-top: 16px solid #ffffff;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 0.5s linear infinite;
  animation: spin 0.5s linear infinite;
}
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.spinLoader.small{ width:22px; height:22px; border-width:4px; }


.button{
	border-radius:5px;
	background:#0ab7c5;
	color:#fff;
	padding:10px 20px;
	font-weight:17px;
	font-weight:800;
	cursor:pointer;
}
.button:hover{background:#06a9b6;}


.radioCheckboxList label{margin-right:15px;}

/* ============= Custom CheckBox */
.checkbox{
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.checkbox input{
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.checkbox .checkmark{
    position: absolute;
    top: 3px;
    left: 0;
    height: 17px;
    width: 17px;
    background-color: #eee;
	border-radius:3px;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.checkbox:hover input ~ .checkmark	{ background-color: #ccc; }
.checkbox input:checked ~ .checkmark{ background-color: #000; }
.checkbox input:checked ~ .checkmark:after{ display: block; }
.checkbox .checkmark:after{
    left: 5px;
    top: 1px;
    width: 4px;
    height: 9px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}



/* ============= Custom Radio */
.radioBtn
{
    display: block;
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.radioBtn input
{
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.radioBtn .checkmark
{
    position: absolute;
    top: 1px;
    left: 0;
    height: 17px;
    width: 17px;
    background-color: #eee;
    border-radius: 50%;
}
.radioBtn:hover input ~ .checkmark
{
    background-color: #ccc;
}
.radioBtn input:checked ~ .checkmark
{
    background-color: #0052cc;
}
.radioBtn:after {
    content: "";
    position: absolute;
    display: none;
}
.radioBtn input:checked ~ .checkmark:after
{
    display: block;
}
.radioBtn .checkmark:after
{
    top: 4px;
	left: 4px;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: white;
}

.inlineRadio
{
	padding-top:10px;
}
.inlineRadio label
{
	float:left;
	margin-right:20px;
}




/* ============= SEGMENT CONTROLL */
.segment{	
	border:1px solid #e7e7e7;
	border-radius:1px;
	font-size:14px;	
}
.segment:after{
	content:"";
	width:100%;
	clear:both;
	display:block;
}
.segment label{
	border-right:1px solid #e7e7e7;
	width:50%;
	float:left;
	text-align:center;	
	box-sizing:border-box;	
	cursor:pointer;
	position:relative;
	overflow:hidden;
}
.segment label.last{border:none;}
.segment label input{
	position:absolute;
	visibility:hidden;
	width:15px!important;
	left:5px;
	z-index:1;
}
.segment label .selection{
	padding:7px 10px!important;
	display:block;
	-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.segment label .selection:hover{ background:rgba(0,0,0,0.05); }
.segment label input:checked ~ .selection{
	background:#000;
	color:#ffffff;
}
.segment.split3 label{width:calc(100%/3);}





/*  ===== Controll 5 */
.passwordField{}
.passwordField a{
	position:absolute;
	top:0px;
	right:0px;
	width:auto;
	height:100%;
	padding:0px 15px;
}
.passwordField input{padding-right:50px!important;}
.passwordField a span{top:calc(50% - 13px)}
.passwordField a img{vertical-align:middle; width:25px;}




/* 
    #######################
    ######### switchery Controll
    #######################
*/
.switchery{
	color:#ffffff;
	background:#c4c4c4;
	border:2px solid #c4c4c4;	
	-webkit-border-radius:45px;
	-moz-border-radius:45px;
	-o-border-radius:45px;
	border-radius:45px;	
	width:100px;
	height:30px;
	text-align:center;
	line-height:26px;
	position:relative;
	box-sizing:border-box;
	padding-left:27px;
	overflow:hidden;	
	-webkit-box-shadow: inset 0px 0px 0px 0px rgba(96, 192, 95, 1);
	-moz-box-shadow:    inset 0px 0px 0px 0px rgba(96, 192, 95, 1);
	box-shadow:         inset 0px 0px 0px 0px rgba(96, 192, 95, 1);	
	-webkit-transition: all 0.5s ease;
       -moz-transition: all 0.5s ease;
         -o-transition: all 0.5s ease;
            transition: all 0.5s ease;    
    transform: scale(0.9, 0.9);			
	font-size:13px;
    cursor:pointer;
}
.switchery label{ cursor:pointer;}
.switchery span{
	background:#ffffff;	
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	-o-border-radius:100%;
	border-radius:100%;
	width:24px;
	height:24px;
	position:absolute;
	top:1px;
	left:2px;	
	-webkit-transition: -webkit-transform 350ms ease;
	-moz-transition: -moz-transform 350ms ease;
	transition: transform 350ms ease;	
	-webkit-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.35);
	-moz-box-shadow:    0px 0px 3px 0px rgba(50, 50, 50, 0.35);
	box-shadow:         0px 0px 3px 0px rgba(50, 50, 50, 0.35);
}
.switchery span img{width:15px;	height:15px; top:4px;}
.switchery strong{font-weight:normal; }
.switchery.active{	
	color:#ffffff;
	border:2px solid #11d28b;	
	-webkit-box-shadow: inset 0px 0px 0px 50px rgba(17, 210, 139, 1);
	-moz-box-shadow:    inset 0px 0px 0px 50px rgba(17, 210, 139, 1);
	box-shadow:         inset 0px 0px 0px 50px rgba(17, 210, 139, 1);		
	padding-right:27px;
	padding-left:0px;
}
.switchery.active span{
	-webkit-transform: translate3d(230%,0,0);
	-moz-transform: translate3d(230%,0,0);
	transform: translate3d(280%,0,0);
}
.switchery label strong:before{content:"Inactive"}
.switchery.active label strong:before{content:"Active"}


/* 
    #######################
    ######### FROM
    #######################
*/
.form{z-index:1;}
.form li{min-height:57px;}
.form:after, .form li:after{ content:" "; clear:both; display:block; }
.form li .label{
    width: 30%;
    float: left;
    position: relative;
    padding: 10px 15px 0px 0px;
}
.form li .label span{
    font-size: 14px;
    color: red;
    position: absolute;
    top: 13px;
    right: 5px;
}
.form li .value{
    width: 70%;
    float: right;
    position: relative;
    padding-left: 3px;
}
.form li .value .input{width:100%; height:37px;}
.form li .value .spinLoader{top:5px; margin-left:5px;}
input:read-only{background:rgba(0,0,0,0.1);}

.validation{
    height: 20px;
    font-size: 12px;
    color: red;
	clear:both;
}

/*  ===== Controls 1 */
.inputMaxValue{display: inline-block;}
.inputMaxValue .input
{
	width:100%!important;
	padding-right:35px;
}
.inputMaxValue span.max
{
	background:#f4f4f4;
	font-size:12px;
	position:absolute;
	top:1px;
	right:1px; z-index:1;
	height:35px;
	width:30px;
	line-height:35px;
	text-align:center!important;
	color:#9b9b9b;
}

/*  ===== Controls 2 */
.textareaMaxValue{display: inline-block;}
.textareaMaxValue .input{
	width:100%!important;
	padding-bottom:35px;
	min-height:100px;
}
.textareaMaxValue span.max{
	background:#fbfafa;
	font-size:12px;
	position:absolute;
	bottom:1px;
	right:1px; z-index:1;
	height:30px;
	text-align:right;
	line-height:30px;
	color:#99a6b9;
	width:calc(100% - 2px);
	padding-right:10px;
	box-sizing:border-box;
}

/*  ===== Controls 3 */
.multiSuggestion{
    display: inline-block;
	vertical-align:top;
	background:#f4f4f4;
	border-radius:4px;
}
.multiSuggestion .input{
	width:100%!important;
}
.multiSuggestion .selectedValue span{
	background:#ffffff;
	border-radius:45px;
	padding:8px 40px 8px 15px;
	margin:10px 5px;
	font-size:13px;
	position:relative;
}
.multiSuggestion .selectedValue span strong{font-weight:normal;}
.multiSuggestion .selectedValue span a{
	position:absolute;
	top:0px;
	right:0px;
	height:33px;
	padding:0px 10px;
	line-height:30px;
}
.multiSuggestion .selectedValue span a:before{
	font-family:"FontAwesome";
	content:"\f00d";
}

/*  ===== Controls 4 */
.dateSelections{
	display:inline-block;
	vertical-align:top;
	position:relative;
}
.dateSelections input{
	width:100%!important;
	padding-right:30px;
	background:url("../../images/date_ico.png") no-repeat scroll 95% 10px #ffffff;
}
.dateSelections .dateIco:before{ color:#f03454; }
.dateSelections .dateIco{
	position:absolute;
	top:1px;
	right:5px;
	width:100%;
	height:35px;
	padding:0px 10px;
	line-height:34px;
	z-index:2;
}
.dateSelections span{
	display:block;
	width:100%;
}
.calenderHolder{position:relative;}


/*  ===== Controls 5 */
.timeSelections{
	display:inline-block;
	vertical-align:top;
	position:relative;
}
.timeSelections input{
	width:100%!important;
	padding-right:30px;
	background:url("../../images/time_ico.png") no-repeat scroll 95% 10px #ffffff;
}
.timeSelections .dateIco:before{ color:#f03454; }
.timeSelections .dateIco{
	position:absolute;
	top:1px;
	right:5px;
	width:100%;
	height:35px;
	padding:0px 10px;
	line-height:34px;
	z-index:2;
}
.timeSelections span{
	display:block;
	width:100%;
}
.calenderHolder{position:relative;}

/*  ===== Controls 6 */
.ammount{
	position: relative;
	display:inline-block;
}
.ammount .input{
	width:100%!important;
	padding-left:25px;
}
.ammount span{
	font-size:15.5px;
	position:absolute;
	top:9.3px;
	left:10px;
	opacity:0.7;
	z-index:1;
}

/* ============== */
.ui-widget-content
{
	max-height:190px;
	overflow:hidden;
	overflow-y:scroll;
}
.ui-widget-content li div
{
	padding:10px 15px;
	border-bottom:1px dashed #edf1f7!important;
	background:none;
	
	-webkit-transition: all 0.3s ease-out;
       -moz-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
}
.ui-widget-content li div.ui-state-active
{
	border:none;
	background:#edf1f7;
	padding:10px 20px;
}

/*
	========================
	Light Box Model
	========================
*/
.overlay{
	background:rgba(1,3,23,0.8);
	position:fixed;
	top:0px;
	left:0px;
	z-index:100;	
	width:100%;
	height:110%;
}

.model{
	position:fixed;
	top:0px; left:0px;
	width:100%;
	height:100%;
	z-index:125;
}
.activeModel{
	-webkit-transform: translate3d(0,0,0)!important;
	-moz-transform: translate3d(0,0,0)!important;
	transform: translate3d(0,0,0)!important;
}
.outerClickDiv{
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 100;
	width: 100%;
	height: 110%;
}
.modelWrapper{
	margin: 8% auto 0px auto;
	width:90%;
	max-width: 480px;
	background: #fff;
	z-index:105;
}
.modelWrapper h4{
	background:#000; 
	color:#fff; 
	padding:15px; 
	font-weight:300; font-size:20px;
	letter-spacing:0.5px;
}
.close{
	position:absolute;
	top:0px;
	right:0px;
	z-index: 10;
	width: 42px;
	height: 100%;	
	background: url('../../images/close_model.png') no-repeat center rgba(255,255,255,0.1);	
	background-size: 12px;	
	overflow: hidden;
	color:#fff;
	text-align:center;
	line-height:60px;
}
.modelContent{padding:15px;}

.ui-menu, .ui-datepicker{z-index: 10000!important;}


/* ============== */
.alert{position:fixed; z-index:1000;}
.alert .modelWrapper{margin: 15% auto 0px auto; width:400px; border-top:4px solid #000;}
.alertContent{padding:15px 25px 35px; text-align:center;}
.alertAction{background:#f6f6f6; border-radius: 0px 0px 10px 10px; padding:15px 25px; text-align:center;}
.alertAction a{ border-radius:3px; padding:7px 15px; margin-left:5px; font-weight:400; font-size:15px;}
.alertAction .blue{background:#4048af; color:#fff}
.alertAction .blue:hover{background:#2d35a0;}
.alertAction .green{background:#07d765; color:#fff}
.alertAction .green:hover{background:#0cb257;}
.alertAction .red{background:#f78888; color:#fff}
.alertAction .red:hover{background:#d75f5f;}
.alertAction .white{background:#fff; }
.alertAction .white:hover{background:#f4f4f4;}
.alertAction .black{background:#000; color:#fff}
.alertAction .black:hover{background:#000; color:#fff}
