
/*-------  Login Page Start Here -------*/
.login-brand-logo {
	margin-bottom: 40px;
}
.login-brand-logo img {
	width: 150px;
	text-align: center;
	margin: 0 auto;
}
.login-form {
	width: 900px;
	margin: 0 auto;
	-webkit-box-shadow: 0px 0px 23px 0px rgba(207,207,207,1);
	-moz-box-shadow: 0px 0px 23px 0px rgba(207,207,207,1);
	box-shadow: 0px 0px 23px 0px rgba(207,207,207,1);
	border-radius:6px;
}
.forgot-pass-form {
	width: 550px;
	margin: 0 auto;
	-webkit-box-shadow: 0px 0px 23px 0px rgba(207,207,207,1);
	-moz-box-shadow: 0px 0px 23px 0px rgba(207,207,207,1);
	box-shadow: 0px 0px 23px 0px rgba(207,207,207,1);
    border-radius:6px;
    height: 400px;
}

#forgotPassword .input-group {
    border-radius: 30px;
    height: 55px !important;
    background-color: #f9f9f9;
    margin-bottom: 25px;
}
#forgotPassword .input-group-addon{
    background:none;
    border:none;
    padding: 5px 0px 5px 20px;
    color: #d5d5d5;
    font-size: 20px;
}
#forgotPassword input{
    background-color: transparent;
    margin-bottom: 0px;
    border: none;
    box-shadow: none;
    padding: 10px;
    height: 55px;
}





.login-left-form-sec {
	padding: 40px;
}
.welcome-txt{
    font-family: 'Monda', sans-serif !important;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	color: #5a5a5a;
}
#adminlogin .input-group {
    border-radius: 30px;
    height: 55px !important;
    background-color: #f9f9f9;
    margin-bottom: 25px;
}
#adminlogin .input-group-addon{
    background:none;
    border:none;
    padding: 5px 0px 5px 20px;
    color: #d5d5d5;
    font-size: 20px;
}
#adminlogin input{
    background-color: transparent;
    margin-bottom: 0px;
    border: none;
    box-shadow: none;
    padding: 10px;
    height: 55px;
}


.remember-checkbox {
    margin: 15px 15px 30px 15px;
    background: transparent;
    text-align: left;
}

/*Checkboxes styles*/
.remember-checkbox input[type="checkbox"] { display: none; }

.remember-checkbox input[type="checkbox"] + label {
display: inline-block;
position: relative;
padding-left: 35px;
margin-bottom: 20px;
font-family: 'Arimo', sans-serif;
color: #b1b1b1;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
padding-top: 3px;
}

.remember-checkbox input[type="checkbox"] + label:last-child { margin-bottom: 0; }

.remember-checkbox input[type="checkbox"] + label:before {
content: '';
display: block;
width: 25px;
height: 25px;
border: 2px solid #7e5d0e;
position: absolute;
left: 0;
top: 0;
opacity: .6;
-webkit-transition: all .12s, border-color .08s;
transition: all .12s, border-color .08s;
border-radius: 50%;
}

.remember-checkbox input[type="checkbox"]:checked + label:before {
width: 10px;
top: -5px;
left: 5px;
border-radius: 0;
opacity: 1;
border-top-color: transparent;
border-left-color: transparent;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}

.login-btn {
    background-color: #7e5d0e;
    padding: 15px;
    border-radius: 30px;
    font-family: 'Monda', sans-serif !important;
    text-transform: uppercase;
    color: #d4b05b;
    letter-spacing: 5px;
}
.login-btn:hover,
.login-btn:focus{
    background-color: #775709;
    color: #fff;
    letter-spacing: 2px;
}
.reset-pass-btn-sec {
    margin: 0 auto;
    text-align: center;
}
.reset-pass-btn {
    background-color: #7e5d0e;
    padding: 15px;
    border-radius: 30px;
    font-family: 'Monda', sans-serif !important;
    text-transform: uppercase;
    color: #d4b05b;
    letter-spacing: none;
}
.reset-pass-btn:hover,
.reset-pass-btn:focus{
    background-color: #775709;
    color: #fff;
}


.reset-pass-sec {
	text-align: center;
	padding: 10px;
}
.reset-pass-sec a {
    color: #b1b1b1;
    font-size: 14px;
}
.reset-pass-sec a:hover,
.reset-pass-sec a:focus{
    color: #775709;
}
.login-right-img-sec {
    background-image: url("../images/login-right-sec-bg-img.jpg");
    background-repeat: no-repeat;
    height: 500px;
    padding: 0px;
    border-radius: 0px 6px 6px 0px;
    margin: 0 auto;
}
.login-right-cont {
	width: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.login-right-cont img {
	width: 200px;
	margin: 0 auto;
}
.login-right-cont p {
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 0px 44px;
    margin-top: 10px;
}
/*-------  Login Page End Here -------*/



/*-------  Work order Lisiting Page Start Here -------*/


/*-------  Work order Lisiting Page End Here -------*/

/*-------  Page Layout Start Here -------*/
.yellow-theme {
	padding-bottom: 80px;
}
.yellow-theme .right_col {
	min-height: 800px !important;
}
.yellow-theme .brand-logo-left-sec {
    background: #ffbe22;
    text-align: center;
    vertical-align: middle;
    float: left;
}
.yellow-theme .brand-logo-left-sec img {
	max-width: 150px;
	vertical-align: middle;
	display: inline-block;
}
.yellow-theme .site_title {
	font-weight: 400;
	font-size: 22px;
	width: auto;
	line-height: 59px;
	display: inline-block;
	height: auto;
	margin: 0;
	padding-left: 0px;
}
.yellow-theme.nav-sm .logo_main{
    display: none;
}
.yellow-theme.nav-sm .logo_thumb{
    display:block;
}
.yellow-theme.nav-md .logo_main{
    display: block;
}
.yellow-theme.nav-md .logo_thumb{
    display:none;
}
.yellow-theme .left_col {
    background: #fff;
}
.yellow-theme.nav-sm .overview-txt{
    padding: 0px 5px 10px 5px;
	letter-spacing: 0px;
	font-size: 8px;
	text-align: center;
}
.yellow-theme.nav-sm .right_col {
	margin-left: 70px !important;
}
.yellow-theme .nav li {
    font-family: 'Monda', sans-serif !important;
    border: none;
    box-shadow: none;
    line-height: 30px;
    text-transform: uppercase;
    background-color: transparent;
}
.yellow-theme .nav li.current-page {
    background: #fef7e5;
    border-right: 0px;
}
.yellow-theme .nav li.active a {
    background:none;
    box-shadow:none;
}
.yellow-theme .nav li a {
	color: #8b8b8b;
}
.yellow-theme .nav li a:hover,
.yellow-theme .nav li a:focus {
	color: #89640b !important;
}
.yellow-theme .nav li .fa {
    color: #d5d5d5;
    width: 25px;
}
.yellow-theme .nav li.current-page a {
	color: #89640b;
}
.yellow-theme .nav li.current-page .fa {
	color: #89640b;
}
.yellow-theme .main_menu {
    margin: 10px 0px 20px 0px;
}
.yellow-theme .overview-txt {
	padding: 0px 20px 10px 20px;
	text-transform: uppercase;
	letter-spacing: 4px;
	color: #b3b3b3;
}
.yellow-theme .user-profile img {
	width: 29px;
	height: 29px;
	border-radius: 50%;
	margin-left: 10px;
}
.yellow-theme .top_nav .nav > li > a:hover {
    background: #fef7e5;
}

h2 {
    font-family: 'Monda', sans-serif !important;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
}
.yellow-theme .CRUDBtn a {
	position: absolute;
	right: 0;
	z-index: 1;
	font-size: 13px;
	font-family: 'Monda', sans-serif !important;
	text-transform: uppercase;
    margin-right:0px;
    background-color: transparent;
    border: 2px solid #ffbe22;
    border-radius: 30px;
    padding: 10px 15px;
    color: #89640b;
    font-size: 12px;
    top: -5px;
}
.yellow-theme .CRUDBtn a:hover,
.yellow-theme .CRUDBtn a:focus {
    color: #fff;
    background-color: #89640b;
    border-color: #89640b;
}
.yellow-theme .CRUDBtn .fa {
    padding-right: 5px;
}
.yellow-theme .x_panel{
    background: transparent !important;
    padding: 0px !important;
    border: none;
}
.yellow-theme .x_title {
    color: #000;
    border-bottom: 1px solid #cdcdcd;
    padding: 10px 0px;
    background: transparent;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.yellow-theme .right_col {
    background: #f9f9f9 !important;
    padding: 10px 20px 0 !important;
	margin-left: 230px !important;
}
.yellow-theme textarea {
    height: 150px !important;
}

.yellow-theme table.jambo_table {
    width: 100% !important;
    font-family: 'Arimo', sans-serif !important;
    color: #7d7d7d;
}
.yellow-theme table.jambo_table thead {
    background: #ffde90;
    color: #886209;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 12px;
    font-family: 'Arimo', sans-serif;
    vertical-align: middle;
}

.yellow-theme tr:first-child > th {
    border-left: 0px;
}
.yellow-theme .table > thead:last-child > tr:last-child > th {
    border-right: 0px;
}
.yellow-theme .table.table-bordered.dataTable th {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    padding: 15px 10px;
}
.yellow-theme .table.dataTable thead .sorting::after {
    bottom: 16px;
}
.yellow-theme .table.jambo_table tbody tr {
	height: 45px !important;
}
.yellow-theme .table.jambo_table tbody tr:hover td,
.yellow-theme .table.jambo_table tbody tr:focus td {
    color: #000;
    font-weight: bold;
}
.yellow-theme .table.jambo_table tbody tr td {
    vertical-align: middle !important;
    background-color : #fff !important;
    color: #7d7d7d;
}
.yellow-theme .table.jambo_table tbody tr td a:hover {
    color: #1c7eff;
    text-decoration: underline;
}
.yellow-theme .table.jambo_table tbody tr i {
	font-size: 16px;
    padding: 5px;
    color: #b0b0b0;
}
.yellow-theme .table.jambo_table tbody tr i:hover {
	color: #89640b;
}
.yellow-theme #datatable-checkbox_paginate li a {
	background-color: #fff;
}
.yellow-theme .paginate_button.active a {
    background-color: #89640b !important;
    color: #fff;
}   
.yellow-theme footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    color: #8a8a8a;
    text-align: center;
    padding: 17px 25px;
  }

  .yellow-theme .x_content {
    padding: 0px;    
}

/*-------  Page Layout End Here -------*/


/*-------  Form Elements Styles Start Here -------*/

.yellow-theme .form-sec {
    width: 1000px;
    margin-right: auto;
    padding: 0px 0px 20px 0px;
}
.yellow-theme .select2-container {
	width: 100%;
}
.yellow-theme .control-label {
    padding-top: 0px;
    font-weight: normal;
    font-size: 11px;
    color: #bebebe;
    position: relative;
    top: 23px;
    z-index: 1;
    padding-left: 19px;
}
.yellow-theme .control-label-list {
    padding-top: 0px;
    font-weight: normal;
    font-size: 14px;
    color: #000;
    position: relative;
    top: 0px;
    z-index: 1;
    padding-left: 19px;
}
.yellow-theme .control-label-list-bold {
    padding-top: 0px;
    font-weight: bold;
    font-size: 14px;
    color: #000;
    position: relative;
    top: 0px;
    z-index: 1;
    padding-left: 19px;
}

.yellow-theme .select2-container--default .select2-selection--single {
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 20px 10px 8px 10px;
	border-radius: 4px;
	border-color: #dbdbdb;
	color: #000;
}
.yellow-theme .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 30px;
    padding-top: 0px;
}

.yellow-theme #select2-getcustomer-container .select2-selection__placeholder {
	color: #000 !important;
}
/* .yellow-theme .form-group input {
	height: 60px;
	border-radius: 4px;
	padding: 10px 17px 0px 17px;
	color: #000;
	font-size: 14px;
} */
.yellow-theme .form-group .form-control {
    font-size: 14px;
    height: 60px;
    padding: 20px 12px 6px 17px;
	border-radius: 4px !important;
}
.yellow-theme .form-group .form-control.eamt-value {
    border-radius: 4px !important;
    font-size: 14px;
    height: 34px !important;
    padding: 5px 10px 5px 50px !important;

}

.yellow-theme .datatable-checkbox_length select {
	height: 33px !important;
	padding: 5px !important;
}

.yellow-theme .form-group select{
    text-indent: -2px;
}
#childTable .form-control {
	height: 40px !important;
	padding: 10px !important;
}
#childTable .dataTables_wrapper{
    /* margin-top: 20px; */
}
.yellow-theme .form-raido-btn-sec {
	margin-top: 20px;
}
.yellow-theme .select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 18px !important;
	right: 10px !important;
}

.yellow-theme .form__group {
    width: 25%;
    height: 85px;
    border-radius: 10px;
    margin: 200px auto;
  }
  .yellow-theme .form__radio-group {
    display: inline-block;
    margin-right: 30px;
  }
  .yellow-theme .form__radio-input {
    display: none;
  }
  .yellow-theme .form__radio-label {
    cursor: pointer;
    position: relative;
    padding-left: 40px;
  }
  .yellow-theme .control-label.raido-btn-lable {
	top: 0px !important;
	padding: 0px 10px 0px 0px !important;
}
  .yellow-theme .form__radio-button {
    height: 3rem;
    width: 3rem;
    border: 3px solid #ffecbc;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    left: 0;
    top: -5px;
  }
  .yellow-theme .form__radio-button::after {
    content: "";
    display: block;
    height: 1.7rem;
    width: 1.7rem;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #ffe39e;
    opacity: 0;
    transition: opacity 0.5s;
  }
  .yellow-theme .form__radio-input:checked + .form__radio-label .form__radio-button::after {
    opacity: 1;
  }
  
.yellow-theme .form-act-btn-sec .act-btn-secondary {
    font-family: 'Monda', sans-serif !important;
    text-transform: uppercase;
    margin-right: 0px;
    margin-left: 15px;
    background-color: transparent;
    border: 2px solid #ffbe22;
    border-radius: 30px;
    padding: 10px 15px;
    color: #89640b;
    font-size: 12px;
    min-width: 100px;
}
.yellow-theme .form-act-btn-sec .act-btn-secondary:hover,
.yellow-theme .form-act-btn-sec .act-btn-secondary:focus {
    color: #fff;
    background-color: #89640b;
    border-color: #89640b;
}
.yellow-theme .form-act-btn-sec .act-btn-primary {
    font-family: 'Monda', sans-serif !important;
    text-transform: uppercase;
    margin-right: 0px;
    margin-right: 15px;
    background-color: #ffbe23;
    border: 2px solid #9c6d0a;
    border-radius: 30px;
    padding: 10px 15px;
    color: #89640b;
    font-size: 12px;
    min-width: 100px;
}
.yellow-theme .form-act-btn-sec .act-btn-primary:hover,
.yellow-theme .form-act-btn-sec .act-btn-primary:focus {
    color: #fff;
    background-color: #9c6d0a;
    border-color: #ffbe23;
}
.yellow-theme .form-sec .item.form-group {
    height: 80px;
}
.yellow-theme .form-sec .item.form-group .error{
    font-weight: normal;
}
.yellow-theme .form-group .control-label .required{
    color: #ff4f4f !important;
    padding-left: 5px;
}
.yellow-theme .form-group .error{
    color: #ff4f4f !important;
    font-size: 11px;
}

.yellow-theme .inputfeild-side-icon {
	margin: 28px 0px 0px 10px !important;
}
.yellow-theme .input-sec-reduce-width {
    width: 95%;
}
.yellow-theme .scr_tab_next {
	border: solid 1px #ccc !important;
	padding: 25px 18px;
    height: 185px;
    overflow-y: scroll;
    list-style-type: none
}
.yellow-theme .dataTables_wrapper div.dataTables_filter {
	text-align: left;
	float: left;
}
.yellow-theme .dataTables_wrapper div.dataTables_filter input {
	width: 250px;
	margin-left: 2px !important;
}
.yellow-theme .dataTables_length {
	width: auto;
	float: left;
}
.yellow-theme .dataTables_wrapper .col-sm-6:nth-child(1) {
    width: auto;
    padding-right: 0px;
    }
.yellow-theme .dataTables_wrapper .col-sm-6:nth-child(2) {
padding-left: 5px;
}


.yellow-theme .ms-options-wrap > button:focus,
.yellow-theme .ms-options-wrap > button {
	padding: 10px 20px 5px 17px;
	height: 65px;
	border-radius: 4px;
}
.yellow-theme .input-icon-right-align {
    position: absolute;
    top: 20px;
    right: -40px;
}
.yellow-theme .fl_upld {
	cursor: pointer;
}





.modal-header .close {
	color: #909090 !important;
}
.formlabel {
	width: 25%;
    float: left;
}
.formlabel-divid {
    padding: 0px 10px;
    float: left;
}
.formlabel-cont {
	word-wrap: unset;
	float: left;
    width: 70%;
    font-size: 15px;
    color: #000;
}


.mailPreview-section {
    font-size: 14px;
    font-weight: 500;
    padding: 20px;
    border: 1px solid #ddd;
    height: 320px;
    overflow-y: scroll;
    width: 92%;
    margin-top: 15px;
}
.mailPreview-section div{
    margin-bottom: 20px;
}
.mailPreview-section span {
    margin-bottom: 20px;
    display:block;
    margin-top:10px;
}

#sendchecklistPreview input.textInput,
#documentVerifyModalPreview input.textInput{
    border: none;
    box-shadow: none;
    cursor: default;
    height: 18px;
    padding : 0px;
    pointer-events: none;
}

#documentVerifyModalPreview .mailContent{
    margin-left: 75px;
}
#sendchecklistPreview .mailContentEditor, #documentVerifyModalPreview .mailContentEditor{
    margin-left: 65px;
}
#sendChecklist .item.form-group, #documentVerifyModalPreview .item.form-group{
    margin-bottom: 0px;
    padding-bottom: 0px;
}


#sendChecklistPreview .formlabel {
	width: 10%;
	float: left;
}

.yellow-theme #ajaxUploadDisplayList .doc li span, .yellow-theme #ajaxVUploadDisplayList .doc li span {
    width: 25% !important;
}

.yellow-theme #ajaxUploadDisplayList .doc li p, .yellow-theme #ajaxVUploadDisplayList .doc li p {
    width: 65% !important;
}

.yellow-theme #ajaxUploadDisplayList .doc li .last_span, .yellow-theme #ajaxVUploadDisplayList .doc li .last_span {
    width: 5% !important;
}

.yellow-theme .label {
	background-color: #d9534f;
	padding: 5px 10px;
	font-size: 12px;
}

.yellow-theme .fc-state-default.fc-corner-left {
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}
.yellow-theme .fc-state-default.fc-corner-right {
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}
.yellow-theme .fc-state-hover, .fc-state-down, .fc-state-active, .fc-state-disabled {
	background-color: #e6e6e6;
}
.yellow-theme .yellow-theme .fc button {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	height: 35px;
	padding: 5px 18px;
	font-size: 14px;
	white-space: nowrap;
	cursor: pointer;
	color: #000;
	border: 1px solid #ccc;
}
.yellow-theme .fc .fc-button {
	float: left;
	margin: 0 0 0 -1px;
}
.yellow-theme button.fc-button.fc-state-default.fc-state-active {
	background-color: #c7c7c7;
}
.yellow-theme .fc-state-default.fc-corner-left {
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}
.yellow-theme .fc-state-default.fc-corner-right {
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}
.yellow-theme .fc-state-hover, .fc-state-down, .fc-state-active, .fc-state-disabled {
	background-color: #e6e6e6;
}
.yellow-theme .fc button {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	height: 35px;
	padding: 5px 18px;
	font-size: 14px;
	white-space: nowrap;
	cursor: pointer;
	color: #000;
	border: 1px solid #ccc;
}
.yellow-theme .fc .fc-button {
	float: left;
	margin: 0 0 0 -1px;
}
.yellow-theme button.fc-button.fc-state-default.fc-state-active {
	background-color: #c7c7c7;
}
.yellow-theme .filterBox .col-sm-12.first {
	margin-bottom: 10px;
}

.yellow-theme .fg-lable-align-1 {
    width: 22%;
    padding-right: 0px;
    top: 10px ;
    font-size: 12px;
    color: #000;
}

.yellow-theme .invoice-info {
	border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    margin-bottom: 15px !important;
    padding-top: 5px;
    border-top: 1px solid #ccc;
}
.yellow-theme section.content.invoice {
	border: 1px solid #ccc;
	padding: 30px;
	}








.yellow-theme .create-new-estimate .invoice-header h1 {
    text-align: center;
    }
.yellow-theme .create-new-estimate .invoice-header .logo {
    width: 295px;
    }
.yellow-theme .create-new-estimate address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 25px;
    font-size: 14px;
    font-weight: 500;
    color: #000 !important;
    }
.yellow-theme .create-new-estimate address span {
    display: block;
    float: left;
    }
.yellow-theme .create-new-estimate address span:nth-child(1) {
    width: 40%;
    }
.yellow-theme .create-new-estimate address span:nth-child(2) {
    width: 5%;
    }
address span:nth-child(3) {
    width: 50%;
    }
.yellow-theme .create-new-estimate p.lead {
    text-align: center;
    text-transform: uppercase;
    color: #000 !important;
    font-weight: 500;
    }
    .anchor-control {
    display: block;
    padding-top: 4px;
    }
.yellow-theme .create-new-estimate span.fa.fa-inr.form-control-feedback.left {
    top: 6px;
    }
.yellow-theme .create-new-estimate form.form-horizontal.form-label-left {
    width: 90%;
    margin: 0px auto;
    border: 1px solid #c0bfbf;
    padding: 15px;
    }
.yellow-theme .create-new-estimate table.table.table-bordered td:first-child {
    width: 65%;
    }
.yellow-theme .create-new-estimate .sum {
    background: #a2fa8c59;
    font-size: 15px;
    }
.yellow-theme .create-new-estimate .center {
    text-align: center;
    }
.yellow-theme .create-new-estimate .col-xs-12.invoice-header {
    background-color: #f8f9fa;
    }
.yellow-theme .create-new-estimate .top-10{
    margin-top: 10px !important;
    }
.yellow-theme .create-new-estimate .invoice-header .top-10{
    margin-top: 20px !important;
    color: #00b5ff;
    font-weight: 600;
    }





.yellow-theme .control-label-align-1 {
    padding-left: 48px !important;
}
.yellow-theme .control-label-icon-align {
    margin-top: 23px;
    left: 19px; 
}
.yellow-theme .modal-width-2 {
    width: 700px;;
}

.yellow-theme .modal-width-3 {
    width: 800px;;
}


.modal-body i.fa.fa-plus-circle {
    font-size: 20px;
    color: #39c865;
}

.modal-body i.fa.fa-minus-circle {
    font-size: 20px;
    color: #ff6767;
}


.h-30 {
    height: 30px !important;
}
.h-40 {
    height: 40px !important;
}
.h-50 {
    height: 50px !important;
}
.h-100 {
    height: 100px !important;
}
.hi-150 {
    height: 150px !important;
}
.hi-200 {
    height: 200px !important;
}
.hi-250 {
    height: 250px !important;
}
.p-absolut {
    position: absolute;
}
.p-relative {
    position: relative;
}
/*-------  Form Elements Styles End Here -------*/




/*-------  Style Reset CSS Start Here -------*/
.clear-fix {
    clear: both;
    overflow: hidden;
}
.px-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.py-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.p-0 {
    padding:0px !important;
}
.p-5 {
    padding:5px !important;
}
.p-10 {
    padding: 10px !important;
}
.p-20 {
    padding: 20px !important;
}
.p-30 {
    padding: 30px !important;
}
.pt-10 {
    padding-top: 10px !important;
}
.pt-15 {
    padding-top: 15px !important;
}
.pt-20 {
    padding-top: 20px !important;
}
.pt-25 {
    padding-top: 25px !important;
}
.pt-30 {
    padding-top: 30px !important;
}
.pt-40 {
    padding-top: 40px !important;
}
.pt-50 {
    padding-top: 50px !important;
}
.pb-20 {
    padding-bottom: 20px !important;
}
.m-0 {
    margin: 0px;
}
.m-10 {
    margin: 10px;
}
.m-20 {
    margin: 20px;
}
.mb-10 {
    margin-bottom: 10px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mb-50 {
    margin-bottom: 50px;
}
.mb-100 {
    margin-bottom: 100px;
}
.mt-10 {
    margin-top: 10px;
}
.mt-20 {
    margin-top: 20px;
}
.mt-30 {
    margin-top: 30px;
}
.mt-40 {
    margin-top: 40px;
}
.mt-50 {
    margin-top: 50px;
}
.mt-100 {
    margin-top: 100px;
}
/*-------  Style Reset CSS End Here -------*/

/********************UPLOAD FILE**********************/
.fl_upld span {
    position: relative;
    top: 14px;
	background-color: #ffbe23;
	border: 2px solid #9c6d0a;
	color: #89640b;
	padding: 8px 15px;
	border-radius: 30px;
	font-weight: 400;
	cursor: pointer;
	font-family: 'Monda', sans-serif !important;
    text-transform: uppercase;
}
.fl_upld_pop {
	position: relative;
}
.fl_upld_pop input {
	opacity: 0;
	position: relative;
	z-index: 1;
	height: 40px;
}
.fl_upld_pop span {
    position: absolute;
    top: 0;
    background-color: #ffbe23;
    padding: 8px 15px;
    border-radius: 4px;
    font-weight: 400;
    border: 2px solid #9c6d0a;
    color: #89640b;
}
/********************UPLOAD FILE**********************/

.scr_tab_next_head.doc li {
    width: 100%;
}
.scr_tab_next_head.doc span {
    float: left;
    border-right: transparent;
    width: 30%;
}
.scr_tab_next_head.doc p {
    float: left;
    margin-right: 3px;
    margin-bottom: 5px !important;
    border-right: transparent;
    width: 65%;
    margin-left: 5px;
}
.scr_tab_next_head.doc span.last_span {
    float: left;
    border-right: none;
    width: 3%;
}
textarea.noninput.border {
    border: none;
    pointer-events: none;
}
textarea.noninput {
    display: inline-table;
    min-height: 10px;
    width: 200px;
    padding: 0px;
    padding-left: 5px;
    height: auto !important;
    background: transparent;
    font-weight: 600;
}
/* Pnotify by Hunter Perrin :: 2.0.1 */

.ui-pnotify {
    top: 25px;
    right: 25px;
    position: absolute;
    height: auto;
    /* Ensures notices are above everything */
    
    z-index: 9999;
}
/* Hides position: fixed from IE6 */

html > body > .ui-pnotify {
    position: fixed;
}

.ui-pnotify .ui-pnotify-shadow {
    -webkit-box-shadow: 0px 2px 10px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 0px 2px 10px rgba(50, 50, 50, 0.5);
    box-shadow: 0px 2px 10px rgba(50, 50, 50, 0.5);
}

.ui-pnotify-container {
    background-position: 0 0;
    padding: .8em;
    height: 100%;
    margin: 0;
}

.ui-pnotify-sharp {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.ui-pnotify-title {
    display: block;
    margin-bottom: .4em;
    margin-top: 0;
}

.ui-pnotify-text {
    display: block;
}

.ui-pnotify-icon,
.ui-pnotify-icon span {
    display: block;
    float: left;
    margin-right: .2em;
}
/* Alternate stack initial positioning. */

.ui-pnotify.stack-topleft,
.ui-pnotify.stack-bottomleft {
    left: 25px;
    right: auto;
}

.ui-pnotify.stack-bottomright,
.ui-pnotify.stack-bottomleft {
    bottom: 25px;
    top: auto;
}

.ui-pnotify-closer,
.ui-pnotify-sticker {
    float: right;
    margin-left: .2em;
}
.yellow-theme .form-group select {
    text-indent: 0px !important;
}
.yellow-theme .label-success {
    background-color: #5cb85c !important;
}
.scr_tab_next_head li {
    display: inline-block;
    margin-top: 8px;
    width: 49.5%;
    margin-bottom: 3px;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}
.label-warning {
    background-color: #f0ad4e !important;
}
.ui-pnotify-sticker {
    display: none !important;
}