/*! Project Name : 3HM Front end custom css
 * Author: Dhinakaran T | 2028
 * Date: 20 SEP 2016
 * Copyright 2016 eNoah iSolution India Pvt Ltd.
 */
@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700,900);

a,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
t3 {
    /*font-family: 'Roboto', sans-serif; */
    font-family: 'Times New Roman', 'Roboto', Arial,Helvetica,sans-serif;
    outline    :0 color    : #5a5a5a;
}
/* disable user text selection ( WHEN MOVE TO LIVE UN COMMENT BELOW CLASS) */
/*body {
      -webkit-user-select: none;  / Chrome all / Safari all /
      -moz-user-select: none;     / Firefox all /
      -ms-user-select: none;      / IE 10+ /
      user-select: none;          / Likely future /
}*/
/* disable user text selection */
a:focus, button, button:active, button:hover, button:focus {
    outline: none;
}
input[type="button"]{
   outline:none;
}
input[type="button"]::-moz-focus-inner {
   border: 0;
}
*{
	 outline: none;
}

.clearfix:after {
    visibility: hidden;
    display   : block;
    font-size : 0;
    content   : " ";
    clear     : both;
    height    : 0;
}

.clearfix {
    display: inline-block;
}
/*\*/
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}
/* master style */
.m-t-5 {
    margin-top: 5px;
}

.m-t-10 {
    margin-top: 10px;
}

.m-t-15 {
    margin-top: 15px;
}

.m-t-20 {
    margin-top: 20px;
}

.m-t-25 {
    margin-top: 25px;
}

.m-t-30 {
    margin-top: 30px;
}

.m-r-30 {
    margin-right: 30px;
}

.m-b-5 {
    margin-bottom: 5px;
}

.m-b-10 {
    margin-bottom: 10px;
}

.m-b-15 {
    margin-bottom: 15px;
}

.m-b-20 {
    margin-bottom: 20px;
}

.m-x-5 {
    margin-top   : 5px;
    margin-bottom: 5px;
}

.p-a-0 {
    padding: 0;
}

.p-t-0 {
    padding-top: 0;
}

.p-r-0 {
    padding-right: 0;
}

.p-b-0 {
    padding-bottom: 0;
}

.p-l-0 {
    padding-left: 0;
}

.p-y-0 {
    padding-top   : 0;
    padding-bottom: 0;
}

.p-x-0 {
    padding-right: 0;
    padding-left : 0;
}

.margin_center {
    float     : none;
    margin    : 0 auto;
    text-align: left;
}

.fa {
    margin-right: 5px;
}

.icon-btn .fa {
    display       : inline-block;
    width         : 22px;
    height        : 22px;
    border-radius : 50%;
    text-align    : center;
    vertical-align: middle;
    font-size     : 12px;
    line-height   : 22px;
    margin-right  : 5px;
}

.icon-btn .fa-eye {
    background: #2e6da4;
    color     : #fff;
}
/* master style */
.form-control {
    border-radius: 0;
    min-height   : 40px;
}

label {
    color      : #5a5a5a;
    font-weight: 400;
}

.has-error .fa {
    color: #a94442!important;
}
/*.has-success .fa{
    color: #3c763d!important;
}*/
.btn {
    padding: 12px 24px;
}

.custom-btn {
    border-radius   : 0;
    /*background-color: #ff6440;*/
    background-color: #3a58a7;
    padding         : 12px 24px;
    color           : #fff;
    border-color    : #101d3e;
}

.custom-btn:active:focus,
.custom-btn:active:hover,
.custom-btn:focus,
.custom-btn:hover {
    background-color: #4a6bc1;
    border-color    : #101d3e;
    color           : #fff;
    outline         : none;
}

.custom-btn.rest-btn {
    background-color: #3a58a7;
    border-color    : #3a58a7;
}
.custom-disabled-btn:active:focus,
.custom-disabled-btn:active:hover,
.custom-disabled-btn:focus,
.custom-disabled-btn:hover,
.custom-disabled-btn{
	background-color: #F7F7F7;
    border-color    : #E5E5E5;
	 color           : #a4a4a4;
}
/* navigation */
/*.navbar-nav { padding-top: 10px; padding-bottom: 10px; padding-left: 40px; background: grey; width: 100%; height: 60px; display: block; vertical-align: middle; }
.navbar-nav li { cursor: crosshair; position: relative; float: left; background: orange; line-height: 20px; padding: 10px 3px; margin-right: 30px; }
.navbar-nav li a { display: block; text-decoration: none; color: #000; text-transform: capitalize; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4); }

.navbar-nav li:first-of-type { margin-left: 30px; }
.navbar-nav li:last-of-type { margin-right: 0px; }
.navbar-nav li:before {
    content: "";
    position: absolute;
    background: none;
    border-left: 20px solid transparent;
    border-right: 0px solid transparent;
    border-top: 40px solid orange;
    left: -20px;
    top: 0;
}

.navbar-nav li:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 0px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 40px solid orange;
    right: -20px;
    top: 0;
}

.navbar-nav li:first-of-type:before {
    border: none;
    width: 10px;
    height: 40px;
    background: orange;
    left: -10px;
}

.navbar-nav li:hover { cursor: pointer; background: white; }
.navbar-nav li:hover:before { border-top: 40px solid white; }
.navbar-nav li:hover:after { border-bottom: 40px solid white; }

.navbar-nav li:first-of-type:hover:before { background: white; width: 10px;
    height: 0px; }

.navbar-nav li:last-of-type:after {
    border: none;
    width: 10px;
    height: 40px;
    background: orange;
    right: -10px;
}
.navbar-nav li:last-of-type:hover:after { background: white; width: 10px; height: 40px; }*/
.custom-navbar .dropdown.open .dropdown-menu li a {
    padding: 3px 10px;
}
/* navigation */
.control-group {
    display       : inline-block;
    width         : 200px;
    height        : 210px;
    margin        : 10px;
    padding       : 30px;
    text-align    : left;
    vertical-align: top;
    background    : #fff;
    box-shadow    : 0 1px 2px rgba(0, 0, 0, .1);
}

.control {
    font-size    : 14px;
    position     : relative;
    display      : block;
    margin-bottom: 15px;
    padding-left : 25px;
    cursor       : pointer;
}

.control input {
    position: absolute;
    z-index : -1;
    opacity : 0;
}

.control__indicator {
    position  : absolute;
    top       : 2px;
    left      : 0;
    width     : 17px;
    height    : 17px;
    background: #f1f4f7;
    border    : solid 1px #d2dae3;
}

.control--radio .control__indicator {
    border-radius: 50%;
}
/* Hover and focus states */
.control input:focus~.control__indicator,
.control:hover input~.control__indicator {
    background: #ccc;
}
/* Checked state */
.control input:checked~.control__indicator {
    background: #2aa1c0;
    border    : none;
}
/* Hover state whilst checked */
.control input:checked:focus~.control__indicator,
.control:hover input:not([disabled]):checked~.control__indicator {
    /*background: #0e647d;*/
}
/* Disabled state */
.control input:disabled~.control__indicator {
    pointer-events: none;
    opacity       : 0.6;
    background    : #e6e6e6;
}
/* Check mark */
.control__indicator:after {
    position: absolute;
    display : none;
    content : '';
}
/* Show check mark */
.control input:checked~.control__indicator:after {
    display: block;
}
/* Checkbox tick */
.control--checkbox .control__indicator:after {
    width       : 5px;
    height      : 10px;
    left        : 7px;
    top         : 2px;
    transform   : rotate(45deg);
    border      : solid #f1f4f7;
    border-width: 0 2px 2px 0;
}
/* Disabled tick colour */
.control--checkbox input:disabled~.control__indicator:after {
    border-color: #7b7b7b;
}
/* Radio button inner circle */
.control--radio .control__indicator:after {
    top          : 6px;
    left         : 6px;
    width        : 6px;
    height       : 6px;
    border-radius: 50%;
    background   : #fff;
}
/* Disabled circle colour */
.control--radio input:disabled~.control__indicator:after {
    background: #7b7b7b;
}

.user_input_holder {
    position  : relative;
    margin-top: 15px;

}
.input_minheight{
    /*min-height: 112px;*/
}
.user_input_holder .select {
    /* margin-bottom: 15px; */
    margin-bottom: 0px;
}
.user_input_holder .select.select_dropdown_margin {
    /*margin-bottom: 22px;*/
}


.user_input_holder .select .user_input_err_msg {
    position: absolute;
    display: block;
}

.user_input_holder .field-heading {
    min-height: 50px;
}

.select {
    position: relative;
    display : inline-block;
    width   : 100%;
}

.user_input_holder .select .symbol_icon {
    left    : 10px;
    position: absolute;
    top     : 10px;
}

.user_input_holder .select.symbol_icon_wrap input {
    padding-left: 25px;
}
.doc_select_form .select select {
	width    : 76% !important;
}
.doc_select_form.col-4 .select select{
	width    : 90% !important;
}
.select select {
    display           : inline-block;
    width             : 100%;
    padding           : 7px 15px;
    cursor            : pointer;
    color             : #7b7b7b;
    border            : 1px solid #ccc;
    border-radius     : 0;
    outline           : 0;
    background        : #FFF;
    appearance        : none;
    -webkit-appearance: none;
    -moz-appearance   : none;
    position          : relative;
}

.select select::-ms-expand {
    display: none;
}

.select select:focus,
.select select:hover {
    color     : #000;
    background: #FFF;
}

.select select:disabled {
    pointer-events: none;
    opacity       : 0.5;
}

.select__arrow {
    position      : absolute;
    top           : 16px;
    right         : 15px;
    width         : 0;
    height        : 0;
    pointer-events: none;
    border-width  : 8px 5px 0 5px;
    border-style  : solid;
    border-color  : #7b7b7b transparent transparent transparent;
}

.select select:focus~.select__arrow,
.select select:hover~.select__arrow {
    border-top-color: #000;
}

.select select:disabled~.select__arrow {
    border-top-color: #ccc;
}

.custom-radio-btn-wrap {
    text-align: left;
}

.custom-radio-btn-wrap {
    text-align: center;
}

.custom-radio-btn-wrap .control {
    display: inline-block;
}

.custom-radio-btn-wrap p {}
/* ===================== */
.doc_select_form {
    padding   : 20px 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
    border    : solid 1px rgba(220, 220, 220, 0.7);
    margin    : -20px auto 15px;
}

.doc_select_form .select select {
    min-height: 40px;
    padding   : 7px 15px 7px 45px;
    /*border-bottom: solid 1px #ddd;*/
}
.docSelect .select1 {
    position: relative;
    display : inline-block;
    width   : 80%;
}
.docSelect .select2 {
    position: relative;
    display : inline-block;
    width   : 80%;
}
.docSelect .select3 {
    position: relative;
    display : inline-block;
    width   : 80%;
}
.docSelect .select4 {
    position: relative;
    display : inline-block;
    width   : 80%;
}

.doc_select_form .select__arrow {
    top: 18px;
}
.doc_select_form.col-4 .select__arrow{
	top: 39px;
}
.doc_select_form .control-label {
    margin-right: 5px;
    font-size   : 16px;
    font-weight : 400;
    color       : #5a5a5a;
    position    : relative;
}
.doc_select_form.col-4 .control-label{
    display:block;
}

.doc_select_form .map-icon .select__arrow {
    right: 45px;
}

.doc_select_form .county-icon .select__arrow {
    right: 37px;
}

.doc_select_form .township-icon .select__arrow {
    right: 20px;
}
.doc_select_form.col-4 .county-icon .select__arrow{
	right: 40px;
}
.doc_select_form.col-4 .transaction_type .select__arrow{
	right: 40px;
}
.form-inline .doc_select_form .form-group {
    width: 100%;
}
.docSelect2 .select select{
	width:72%;
}
.docSelect3 .select select{
	width:58% !important;
}
.m-l-10{
	margin-left:10px;
}
.col-seq22{
	width:22%;
	float:left;
}
.col-seq25{
	width:25%;
	float:left;
}
.col-seq28{
	width:28%;
	float:left;
}
.form-inline .doc_select_form .form-control {
    /* width:100%; */
}
.form-inline .doc_select_form .transanctionCla {
    width:62% !important;
}
.form-inline .doc_select_form.col-4 .transanctionCla{
	width:90% !important;
}
.custom-radio-btn-wrap .control {
    font-size  : 14px;
    font-weight: normal;
    color      : #5a5a5a;
}

.doc_type_holder {
    display      : block;
    margin-bottom: 20px;
    border       : solid 1px #ddd;
}

.doc_type_holder .col-md-12 {
    padding: 0;
}

.doc_type_holder .doc_type_title {
    border-bottom: solid 1px #ccc;
    margin-bottom: 0;
    padding      : 10px 5px 10px 15px;
}

.doc_type_holder .doc_type_inputs {
    padding: 10px 0;
}

.doc_type_holder .doc_type_title label {
    color: #fff;
}

.doc_type_holder .doc_type_title label p {
    margin   : 0;
    font-size: 16px;
}

.doc_type_holder .doc_type_title .control {
    margin-bottom: 0;
}

.doc_type_holder .doc_type_title .control .fa {
    margin-top: 5px;
}

.doc_type_holder .control input:checked~.control__indicator {
    background: #FFF;
}

.doc_type_holder .control--checkbox .control__indicator:after {
    border-color: #2aa1c0;
}

.site-login {
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    margin-top: 120px;
    padding   : 0 30px 20px;
}

.login_icon {
    border-radius   : 50%;
    width           : 80px;
    height          : 80px;
    text-align      : center;
    line-height     : 83px;
    background-color: #3a58a7;
    display         : block;
    margin          : auto;
    position        : relative;
    top             : -40px;
    box-shadow      : 0 0 1px rgba(0, 0, 0, 0.3);
}

.login_icon .fa {
    font-size: 26px;
    color    : #fff;
    margin   : 0 auto;
}

.border-theme {
    background   : #FFF;
    /*border-left: solid 3px #32c5d2!important;*/
    /*border-left: solid 3px #3c8dbc!important;*/
    border-radius: 3px;
    padding      : 5px 0;
    margin-bottom: 10px;
    border       : solid 1px #ccc;
}

.box-section {
    border-right : 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 5px;
    margin-top   : 5px;
    padding      : 0;
    position     : relative;
}

.big-heading {
    text-transform: uppercase;
    font-weight   : 300;
    font-size     : 22px;
    color         : #5a5a5a;
    margin-bottom : 0;
    margin-top    : 3px;
    display       : inline-block;
    vertical-align: middle;
}

.box-section p {
    color         : #3a58a7;
    font-weight   : 300;
    font-size     : 16px;
    display       : inline-block;
    margin-bottom : 5px;
    margin-left   : 15px;
    margin-top    : 3px;
    vertical-align: top;
}

.box-section-last-child {
    border: none;
}
/*.state-box,
.county-box,
.township-box{

}*/
.county-box:after,
.county-icon label:after,
.map-icon label:after,
.state-box:after,
.township-box:after,
.township-icon label:after {
    content   : "";
    background: url("../img/state_icon.svg") no-repeat 95% 50% / contain;
    opacity   : 0.20;
    top       : 0;
    left      : 0;
    bottom    : 0;
    right     : 0;
    position  : absolute;
}

.county-icon label:after,
.map-icon:after,
.township-icon label:after {
    background: url("../img/state_icon.svg") no-repeat 95%  / contain;
}

.county-box:after,
.county-icon label:after {
    background: url("../img/county_icon.svg") no-repeat 95% 50% / contain;
}

.township-box:after,
.township-icon label:after {
    background: url("../img/township_icon.svg") no-repeat 95% 50% / contain;
}

.transaction-icon{
    background: url("../img/transaction_icon.png") no-repeat;
	height: 32px;
    opacity: 0.5;
    position: absolute;
    top: 4px;
    width: 32px;
    z-index: 99;
}
.county-box:after,
.township-box:after{
    width: 34px;
    height: 34px;
    right: 2%;
    left: inherit;
}

.county-icon label:after,
.map-icon label:after,
.township-icon label:after,
.transaction-icon label:after
 {
    top    : -5px;
    left   : 52px;
    width  : 34px;
    height : 34px;
    z-index: 2;
}

.county-icon label:after {
    height: 34px;
    left  : 65px;
    top   : -6px;
    width : 34px;
}

.township-icon label:after {
    height: 34px;
    left  : 82px;
    top   : -6px;
    width : 34px;
}
/*.map-icon .has-error label:after,
.county-icon .has-error label:after,
.township-icon .has-error label:after{
    top: -35px;
}*/
.doc_select_form.col-4 .county-icon label:after,
.doc_select_form.col-4 .map-icon label:after,
.doc_select_form.col-4 .township-icon label:after,
.doc_select_form.col-4.transaction-icon label:after{
	left: 7px;
    top: 28px;
	 width: 30px;
	 height: 30px;
}
.doc_select_form.col-4 .county-icon label:after{
	left: 6px;
    top: 27px;
}
.doc_select_form.col-4 .transaction-icon{
	top: 26px;
}
.doc_select_form .map-icon .help-block {
    margin-left: 14%;
}

.doc_select_form .county-icon .help-block {
    margin-left: 16%;
}

.doc_select_form .township-icon .help-block {
    margin-left: 26%;
    text-align : left;
}

.custom-tab-section {
    margin-top: 20px;
    /*border: solid 1px #ddd;*/
}

.custom-tab-section {
    margin: 20px 0;
}

.custom-tab-section .tab-content {
    padding   : 20px;
    border    : solid 1px #ddd;
    border-top: none;
}

.custom-tab-section .tab-content h3 {
    margin: 0 0 20px;
}

.custom-tab-section .nav-tabs > li {
    margin-bottom: -2px;
}

.custom-tab-section .nav-tabs > li > a {
    border-radius   : 0;
    border-width    : 0;
    font-size       : 16px;
    font-weight     : 400;
    color           : #5a5a5a;
    background-color: rgba(204, 204, 204, 0.2);
}

.custom-tab-section .nav-tabs > li.active > a {
    background-color: #3a58a7;
    color           : #fff;
    border-width    : 0;
}

.page-title,
.section-title {
    margin-bottom : 20px;
    font-size     : 22px;
    font-weight   : 300;
    color         : #5a5a5a;
    text-transform: uppercase;
}

.page-title {
    text-align   : center;
    margin-bottom: 50px;
}

.page-title:before {
    border-bottom: 1px solid #5c5c5c;
    content      : "";
    display      : inline-block;
    margin-right : 50px;
    position     : relative;
    top          : -10px;
    width        : 25%;
}

.page-title:after {
    border-bottom: 1px solid #5c5c5c;
    content      : "";
    display      : inline-block;
    margin-left  : 50px;
    position     : relative;
    top          : -10px;
    width        : 25%;
}

.section-title,
.section-title h1,
.section-title h2,
.section-title h3,
.section-title h4,
.section-title h5,
.section-title h6,
.section-title p {
    margin-bottom : 15px;
    font-size     : 22px;
    font-weight   : 300;
    text-transform: capitalize;
}

.table_content_view {
    /*border: solid 1px #ddd;*/
    margin-bottom: 20px;
}

.table_content_view table {
    margin-bottom: 0;
    margin-top   : -1px;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
   /* font-family: "Roboto", sans-serif;*/
   font-family: 'Times New Roman', 'Roboto', Arial,Helvetica,sans-serif;
    font-size  : 14px;
    font-weight: 300;
    padding    : 6px 8px;
}

.doc_type_title,
.table-striped > thead > tr > td,
.table-striped > thead > tr > th {
    background : #3a58a7;
    color      : #FFF;
    font-weight: 400;
}

.format-table-wrap .format-table-content {
    margin-bottom: 20px;
}

.custom-table-content tr:first-child td,
.custom-table-content tr:first-child th {
    font-weight: 400;
}

.fee-details tr td:first-child {
    width: 50%;
}

.fee-details tr:first-child td {
    font-weight: 300;
}

.format-table-wrap .desc-tr {
    margin-bottom: 20px;
}

.format-table-wrap .format-table {
    margin-bottom: 20px;
}

.icon-input .form-group {
    position: relative;
}

.icon-input .form-control {
    padding: 6px 12px 6px 30px;
}

.icon-input span,
.with-label span {
    top     : 35px;
    left    : 6px;
    position: absolute;
}

.with-label span {
    top: 35px;
}

.icon-input span .fa {
    font-size: 18px;
    color    : #5a5a5a;
}

.custom-tab-section .tab-content .output-heading {
    font-size       : 14px;
    font-weight     : 400;
    text-transform  : capitalize;
    color           : #FFF;
    background-color: #3a58a7;
    border-bottom   : 1px solid #3a58a7;
    padding         : 10px 6px;
    margin-bottom   : 10px;
	
}
.position-setting-rht{
	width:100%;
	height:16px;
	top:-20px;
	position:relative;
	right:-5px;	
}
.position-setting-rht-f{
	top:-20px;
	position:relative;
	right:-5px;	
}
.custom-tab-section .tab-content h4 {
    color         : #5a5a5a;
    font-size     : 16px;
    font-weight   : 300;
    text-transform: capitalize;
}

.custom-tab-section .tab-content .result_comments_section {
    margin        : 0 auto 40px;
    /*border-bottom: 1px solid #ccc;*/
    padding-bottom: 20px;
    position      : relative;
}

.custom-tab-section .tab-content .result_comments_section p {
    line-height  : 26px;
    margin-bottom: 0;
}

.custom-tab-section .tab-content .result_comments_section::after {
    background: rgba(87, 97, 118, 0.6) none repeat scroll 0 0;
    bottom    : -5px;
    content   : "";
    display   : block;
    height    : 2px;
    left      : 20%;
    position  : absolute;
    text-align: center;
    width     : 60%;
}

.print-icon {
    margin-bottom: -5px;
    position     : relative;
    right        : 0;
    text-align   : right;
    top          : -12px;
	float:right;
}

.print-icon-bottom {
    margin-bottom: -5px;
    position     : relative;
    right        : 0;
    text-align   : right;
    top          : 8px;
}

.print-icon .fa {
    font-size: 18px;
    color    : #5a5a5a;
}

.print-icon-bottom .fa {
    font-size: 18px;
    color    : #5a5a5a;
}
/* sign up  page */
.signup-form .with-label .select__arrow {
    top: 41px;
}

.signup-form .with-label-icon {
    position: relative;
}

.signup-form .with-label-icon .fa {
    position: absolute;
    top     : 37px;
    left    : 5px;
    z-index : 2;
}

.signup-form .select.with-label-icon select {
    padding: 7px 15px 7px 26px;
}
/* sign up page */
.package-details {
    border       : solid 1px #ddd;
    border-radius: 3px;
    text-align   : center;
    position     : relative;
    margin-bottom: 15px;
}

.package-details-wrap .col-md-3 {
    padding-left: 0;
}

.package-details .content-wrap,
.package-details .icon {
    display: inline-block;
}

.package-details .icon {
    width         : 40px;
    vertical-align: top;
    top           : 35%;
    left          : 3%;
    position      : absolute;
}

.package-details .content-wrap {
    border-left: 1px solid #ddd;
    margin-left: 20%;
    padding    : 10px 0;
    position   : relative;
    right      : 0;
    width      : 80%;
}

.package-details .title {
    border-bottom: solid 1px #ddd;
    padding      : 0 10px;
    margin-bottom: 0;
}

.package-details .title p {
    font-size: 14px;
}

.package-details .value p {
    margin: 15px 0 0;
}

.user-click-table {}

.user-click-table > thead > tr > td,
.user-click-table > thead > tr > th {
    padding   : 20px 0;
    text-align: center;
}

.user-click-table > thead > tr > td.bg-color {}

.user-click-table > tbody > tr > td {
    padding: 12px;
}

.user-title h3 {
    font-size  : 22px;
    font-weight: 300;
    color      : #5a5a5a;
    text-align : center;
    margin     : 20px auto;
    display    : block;
}

.custom-switch-btn.inline .form-group,
.custom-switch-btn.inline label {
    display: inline-block;
}

.custom-switch-btn.inline label {
    margin-right: 15px;
}

.inline-form-validation .form-group {
    position     : relative;
    margin-bottom: 30px;
}

.inline-form-validation .help-block {
    position: absolute;
}

.title_icon_wrap {
    text-align   : center;
    margin-bottom: 0;
}

.title_icon_wrap:before {
    border-bottom: 1px solid #5c5c5c;
    content      : "";
    display      : inline-block;
    margin-right : 40px;
    position     : relative;
    top          : -6px;
    width        : 25%;
}

.title_icon_wrap:after {
    border-bottom: 1px solid #5c5c5c;
    content      : "";
    display      : inline-block;
    margin-left  : 40px;
    position     : relative;
    top          : -6px;
    width        : 25%;
}

.title_icon_wrap .title_icon {
    background-color: #3a58a7;
    border-radius   : 50%;
    display         : inline-block;
    height          : 60px;
    line-height     : 55px;
    vertical-align  : middle;
    width           : 60px;
}

.title_icon_wrap .title_icon img {
    max-width: 100%;
    height   : auto;
    width    : 28px;
}

.doc_type_holder.border-a-o {
    border       : none;
    margin-bottom: 0;
}
/*16-01-2016-- css file update--*/

.paddingDiv div{
	margin: 5px 0;
    padding: 5px 0;
}
.garyColor{
	background-color:#f9f9f9;
	font-weight: 500;
	text-indent: 15px;
}
.spa10{
	float: left;
    padding: 0 10px !important;
}
.col-md-left{
	width:21%;
}
.col-md-right{
	width:29%;
}
.col-md-fullright{
	width:79%;
}
.divClear{
	  clear: both;
    margin: 0 !important;
    padding: 0 !important;
}
.form_area{
	width:100%;
	float:left;
}
.custom_label{
	 margin-right: 2%;
    margin-top: 6px;
    text-align: right;
    vertical-align: top;
    width: 22%;
	float:left;
}
.check_custom_box{
	width:70%;
	float:left;
}
/*----29/05/2017----*/
.btn-notes{

	border: 1px solid #3a58a7;
    padding: 2px 10px;
    position: absolute;
    float:left;
	border-radius:0px;
    background: #3a58a7;
    color: #fff;
}
.view_bttn:hover,
.btn-notes:hover,
.view_bttn:focus,
.btn-notes:focus{
    color: #fff;
    background: #3a58a7!important;
}
.notes-alert{
	background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
    float: left;
    margin: 0 7px;
    padding: 3px 10px;
}
.position-right{
	position: absolute;
    right: 104px;
    top: 5px;
}
.position-right-tap{
	 position: absolute;
    right: 145px;
    top: 5px;
}
.notes-area{
	position:relative;
}
.notes_popup .nav-tabs li a{
	color:#5a5a5a;
	padding:12px 15px;
	background-color: rgba(204, 204, 204, 0.2);
	border-radius:0;
}
.notes_popup .nav-tabs li.active a{
	background-color:#3a58a7;
	color:#fff;
	padding:12px 15px;
}
	.notes-container{
	margin:15px;
	padding:10px;
}
.notes-container textarea{
	border: 1px solid #ddd;
    height: 160px;
    width: 100%;
}
.notes-container select{
	border:1px solid #ddd;
	height:36px;
	width:78%;
}
.mt10{
	margin-top:10px;
}
.mt5{
	margin-top:5px;
}
.listpages_notes{
	float: left;
    margin: 1px 0;
    padding: 5px 0px;
    width: 100%;
	border-bottom:1px solid #a5a7a8;
}
.notes-date{
	border-left: 1px solid #868788;
    margin-right: 5px;
    padding-left: 5px;
}
.err-color{
	color:#ff0000;
}
.view-notes-container{
	float: left;
    margin: 3px 0;
	min-height: 308px;
    max-height: 308px;
    overflow: auto;
    width: 100%;
}
.listpages_notes:nth-child(odd){
	background-color:#efefef;
}
.padd-rd{
	padding: 10px 15px 0 !important;
	display:inline-block;
}
.m-b-0{
	margin-bottom:0px;
}
.notes_popup{
	width:100%;
	padding:0 !important;
}
.notes_popup .nav-tabs{
	margin-top:10px;
}
.notes_popup .tab-content{
	float:left;
	width:100%;
}
.modal-lg-x{
	width:92%;
}
.br-right-rm{
	border-right:0px solid #ddd;
}
.notes-header{
	float: left;
    padding: 6px 0;
    width: 100%;
}
.notes-header h4.modal-title{
	margin-top:8px;
}
.width100{
	width:100%;
}
.notes-header .close{
	background-color: #d9534f;
    border-radius: 50%;
    color: #fff;
    font-weight: normal;
    opacity: 1;
    padding: 5px 12px 8px 11px;
	margin-top:1px;
}
.view_bttn{
	background-color: #fdb14d;
    border-radius: 0;
    color: #fff;
    padding: 2px 10px;
	margin-right:10px;
}
.mb15{
	margin-bottom:15px;
}
.close-bttn{
	background-color: #d9534f;
    border-radius: 50%;
    color: #fff;
    margin: 2px 2px 2px 0;
    padding: 4px 9px;
    text-align: center;
    display: inline-block;
	cursor:pointer;
}
.close-bttn .fa{
    margin: 0px;
}
.download_goto{
    background: #3a58a7;
    color: #fff;
    padding: 5px;
    text-align: center;
}
.download_goto:hover,
.download_goto:focus{
    text-decoration: none;
    color: #fff;
}


.fg-flex-column-parent .form-group {
    display: flex;
    flex-wrap: wrap;
}
.fg-flex-column-parent .form-group label, 
.fg-flex-column-parent .form-group select {
    width: 100% !important;
}
/* .map-icon label:after {
    display: none;
} */

.cust-state-map-icon select,
.cust-myfile-no input {
    border: 1px solid #ccc !important;
}
.cust-state-map-icon .select__arrow,
.cust-county-icon .select__arrow,
.cust-transaction-type .select__arrow {
    top: 40px;
    right: 10px !important;
}

.cust-state-map-icon.map-icon label:after,
.cust-county-icon.county-icon label:after {
    top: 26px;
    left: 8px;
}


.cust-county-icon.county-icon span.select2.select2-container.select2-container--default {
    width: 100% !important;
}

.cust-county-icon.county-icon .select2-container--default .select2-selection--single {
    border: 1px solid #ccc;
    border-radius: 0;
}
.cust-county-icon.county-icon .select2-container .select2-selection--single {
    height: 40px !important;
} 

.cust-transaction-type .transaction-icon {
    top: 29px;
    left: 5px;
}
.form-inline .doc_select_form .cust-transaction-type .transanctionCla {
    width: 100% !important;
}
select,
select:hover,
select:focus,
select:active,
input,
input:hover,
input:focus,
input:active {
    outline: none !important;
    box-shadow: none !important;    
}

.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    top: 0;
    border-width: 0 0 1px;
}

.navbar-nav>li>a {
    padding: 24px 15px !important;
    font-size: 14px;
}
.custom-btn {
    font-size: 14px;
}
.custom-navbar.navbar-inverse .navbar-nav li ul.dropdown-menu {
    border-radius: 0;
    border: 1px solid rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    margin: 0;    
    right: 0px;
}
.custom-navbar.navbar-inverse .navbar-nav li ul.dropdown-menu li a {
    font-size: 14px;
    padding: 3px 10px;
}
.custom-navbar.navbar-inverse .navbar-nav li.divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.navbar-inverse .navbar-nav> li>a.show {
    color: #fff;
    background-color: #4e537e;
}
.custom-navbar.navbar-inverse .navbar-nav li ul.dropdown-menu li a:active, 
.custom-navbar.navbar-inverse .navbar-nav li ul.dropdown-menu li a:focus, 
.custom-navbar.navbar-inverse .navbar-nav li ul.dropdown-menu li a:hover {
    background: none;
}
/* Bootstrap v5 after issue fix style start */
body {
    font-family: 'Times New Roman', 'Roboto', Arial,Helvetica,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}
p {
    margin: 0 0 10px;
}
a {
    color: #337ab7;
    text-decoration: none;
}
h4, .h4 {
    font-size: 18px;
}
.btn {
    line-height: 1.42857143;
}
.page-title {
    margin-top: 20px;
}
.section-title {
    margin-top: 10px;
}
.border-theme {
    padding-left: 15px;
    padding-right: 15px;
}
.bord-r-0 {
    border-right: 0px;
}
.position-right-tap{
    right: 155px;
    top: 10px;
}
.btn-notes {
    width: 100px;
    font-size: 14px;
    line-height: 20px;
}
.print-icon {
    top: -20px;
}
.custom-tab-section .nav-tabs > li > .nav-link, .notes_popup .nav-tabs > li > .nav-link {
    border-radius: 0;
    border-width: 0;
    font-size: 16px;
    font-weight: 400;
    color: #5a5a5a;
    background-color: rgba(204, 204, 204, 0.2);
    padding: 10px 15px;
}
.custom-tab-section .nav-tabs > li > .nav-link.active, .notes_popup .nav-tabs > li > .nav-link.active {
    background-color: #3a58a7;
    color           : #fff;
    border-width    : 0;
}
.sectionA .print-icon {
    top: -30px;
}
.sectionA .ui-widget.ui-widget-content {
    margin-top: 25px;
}
.custom-tab-section .tab-content .print-icon + .row {
    width: calc(100% + 24px);
}
.table_content_view {
    padding-top: 1px;
}
.custom-tab-section .tab-content .output-heading {
    margin-bottom: 12px;
}
.table {
    margin-bottom: 20px;
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    line-height: 20px;
}
.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd;
}
.btn-notes:hover, .btn-notes:focus, .btn-notes:active {
    border: 1px solid #2c4ca0;
    background: #2c4ca0;
    color: #fff;
}
.spa10 {
    margin-top: 3px;
}
.paddingDiv div.row {
    margin-top: 0;
    margin-bottom: 0;
}
.paddingDiv div {
    line-height: 17px;
}
.big-heading {
    line-height: 24px;
}
.notes-header {
    padding-left: 15px;
    padding-right: 15px;
}
.notes-header .close {
    margin-right: 0px;
    float: right;
    line-height: 34px;
    position: relative;
    background-image: none;
    height: 34px;
    padding: 0;
    width: 34px;
    font-weight: 700;
    font-size: 22px;
}
.notes-container {
    margin-left: 40px;
    margin-right: 40px;
}
.notes-container.view-notes-container {
    margin-left: 0;
    margin-right: 0;
}
.doc_type_holder .doc_type_inputs {
    padding-top: 0;
}
.doc_type_holder .doc_type_inputs .special_row {
    margin-left: 0;
    margin-right: 0;
}
.doc_type_holder .doc_type_inputs .user_input_holder {
    padding-left: 20px;
    padding-right: 20px;
}
/* Bootstrap v5 after issue fix style end */

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
    color: #a94442!important;
}
.has-error .form-control {
    border-color: #a94442!important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.text-danger {
    color: #a94442!important;
}
.invalid-feedback {
   
    color: #a94442;
}
.was-validated .form-control:invalid, .form-control.is-invalid {
    border-color:  #a94442!important;
  
}
.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
    color: #a94442!important;
}

.was-validated .form-select:invalid, .form-select.is-invalid {
    border-color:  #a94442!important;
}

#login-form .field-loginformuser-username {
    position: relative;
}
#login-form .field-loginformuser-password {
    position: relative;
}
#login-form .field-loginformuser-username  span {
    top:30px;
}
#login-form .field-loginformuser-password  span {
    top:30px;
}

