* {
    margin: 0;
    padding: 0;
}

body,
html {
    background: #ebf1f5;
}

body,
html,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
p,
div,
span {
    letter-spacing: 0.5px;
}

.list-number {
    list-style: decimal;
}


header.page-header {
    margin: 0;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
}

header.page-header .page-title {
    padding: 25px 0 30px 0;
}

header.page-header .page-title a {
    display: inline-block;
}

.homeUser a.dropdown-toggle {
    padding: 4px 10px;
}

header.page-header .homeUser .dropdown-menu a {
    display: block;
}



.loginBut {
    float: right;
    padding: 8px 30px;
    /*border-color: #69d401;*/
    color: #fff;
    font-weight: 600;
}

.loginBut:hover {
    /*background: #69d401;*/
    color: #fff;
    opacity: 1;
}

.loginBut:focus {
    color: #fff;
    opacity: 1;
}

.mainDescription {
    padding: 20px 0;
}

.mainDescription h3 {
    margin: 0;
    font-size: 28px;
}

.mainDescription h3 strong {
    margin: 0;
    font-size: 32px;
    display: block;
}


.videoHolder {
    padding: 10px 0 30px;
}

.videoHolder iframe {
    border: 4px solid #fff;
    box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
}

.countySelect {
    padding: 50px 0;
    background: url(../images/countyBG.jpg) no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}

.countySelect .form-group {
    max-width: 500px;
    margin: 0 auto;
}

.countySelect .form-group .select2-selection--single {
    height: auto;
    padding: 12px;
}

.formSections {
    padding: 50px 0;
}

.formSections .panel {
    margin: 0;
}

.noteText {
    font-size: 13px;
    margin: 0 0 15px;
}

.inputAlignWithText {
    width: 120px;
    display: inline-block;
    margin-top: -9px;
}

.formSections table thead th,
.formSections table tbody td {
    padding: 5px;
}

/*Details Page*/
.formDetailsView legend {
    background: #1C63A0;
    color: #fff;
    margin-top: 30px;
    padding: 0 20px;
    font-size: 20px;
    text-transform: none;
}

.formDetailsView .panel-heading h5 a {
    font-weight: 500;
    color: #333333;
}

.formDetailsView .panel-heading h5 {
    background: #D0D4D7;
    margin: 0;
}

.formDetailsView .panel-heading h5 span {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    background: #1C63A0;
    color: #fff;
    padding: 5px;
    min-width: 200px;
    margin-left: 20px;
    font-size: 16px;
    line-height: 22px;
}

.formDetailsView .panel-heading h5 span strong {
    display: block;
    font-size: 20px;
    font-weight: 500;
}

.headingRendition {
    color: #1C63A0;
}

.tableHeading {
    background: #77A2C6;
    color: #fff;
}

.tableBody {
    background: #DDE4FF;
}

.propertyCategoryTable table {
    border-color: #5B94C7;
}

.propertyCategoryTable .tableHeading th {
    padding: 7px 12px;
    border-color: #5B94C7;
}

.propertyCategoryTable .tableBody td {
    padding: 0;
    border-color: #5B94C7;
}

.propertyCategoryTable .tableBody td input {
    border: none;
    background: none;
}

.formDetailsView .panel-footer {
    border: none;
}

.formDetailsView .panel-footer .row {
    margin: 0;
    padding: 0 10px;
}

.formDetailsView .panel-footer .row h5 {
    margin: 0;
}

.formDetailsView .panel-footer .row a {
    font-size: 15px;
}

.formDetailsView .form-control {
    border: none;
    border-bottom: 1px solid #ddd;
}
.form-control-feedback.unsetPointerEvent {
    right: 0;
    left: auto;
    top: 2px;
}




.page-container {
    min-height: calc(100vh - 48px);
}

.dropdown-user .btn-rounded {
    margin-top: -1px;
}




/*Login Form*/
#modal-login .modal-dialog {
    width: 100%;
    max-width: 320px;
    margin: 30px auto;
}




footer {
    padding: 50px 0 0;
    background: #273246 url(../images/backgrounds/sections.png);
    background-repeat: repeat;
    color: #fff
}

footer h4 {
    font-size: 26px;
    font-weight: 300;
}

footer h6 {
    font-size: 13px;
}

footer .borderBottom {
    display: block;
    width: 100px;
    height: 2px;
    margin: 15px auto;
    background: rgba(255, 239, 186, .8);
}

footer a.btn {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    max-width: 250px;
    margin: 0 auto;
}

footer .copyRight {
    background: rgba(0, 0, 0, .15);
    margin-top: 30px;
}

footer .copyRight .copyRightLinks {
    float: right;
}

footer .copyRight a {
    color: #fff;
    display: inline-block;
    padding: 14px;
}


/*Loading Page Start*/
.page-roller-spin-fullpage {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    z-index: 11111;
    background: rgba(228, 228, 228, 0.5);
}

.page-roller-spin-fullpage .page-roller-spin {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}

.page-roller-spin-contain {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 11111;
    background: rgba(255, 255, 255, 0.55);
    text-align: center;
    padding: 20px;
}

.page-roller-spin-contain:before {
    content: '';
    background: #fff;
    width: 200px;
    height: 110px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 10px;
    border-radius: 5px;
    box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.1);
}

.page-roller-spin-contain span {
    display: block;
    font-weight: 600;
    position: relative;
}

.page-roller-spin {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}

.page-roller-spin div,
.page-roller-spin span {
    animation: page-roller-spin 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 32px 32px;
}

.page-roller-spin div:after,
.page-roller-spin span:after {
    content: " ";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #000;
    margin: -3px 0 0 -3px;
}

.page-roller-spin div:nth-child(1),
.page-roller-spin span:nth-child(1) {
    animation-delay: -0.036s;
}

.page-roller-spin div:nth-child(1):after,
.page-roller-spin span:nth-child(1):after {
    top: 50px;
    left: 50px;
}

.page-roller-spin div:nth-child(2),
.page-roller-spin span:nth-child(2) {
    animation-delay: -0.072s;
}

.page-roller-spin div:nth-child(2):after,
.page-roller-spin span:nth-child(2):after {
    top: 54px;
    left: 45px;
}

.page-roller-spin div:nth-child(3),
.page-roller-spin span:nth-child(3) {
    animation-delay: -0.108s;
}

.page-roller-spin div:nth-child(3):after,
.page-roller-spin span:nth-child(3):after {
    top: 57px;
    left: 39px;
}

.page-roller-spin div:nth-child(4),
.page-roller-spin span:nth-child(4) {
    animation-delay: -0.144s;
}

.page-roller-spin div:nth-child(4):after,
.page-roller-spin span:nth-child(4):after {
    top: 58px;
    left: 32px;
}

.page-roller-spin div:nth-child(5),
.page-roller-spin span:nth-child(5) {
    animation-delay: -0.18s;
}

.page-roller-spin div:nth-child(5):after,
.page-roller-spin span:nth-child(5):after {
    top: 57px;
    left: 25px;
}

@keyframes page-roller-spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*Loading Page End*/


.login-form-step {
    max-width: 400px;
    margin: 0 auto;
}

.hide-stepy-navigator .stepy-navigator {
    display: none;
}
/*.datatable-scroll {
    overflow-x: auto;
}*/

.datatable-header{
    border-bottom:0;
}
.datatable-footer{
    border-top:0;
}
#userGrid {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}


.highlightReg {
    border-color: red !important;
}
.checkbox .checker {
    top:8px !important;
}

.loginName {
    text-transform: capitalize;
}
#propAddress {
    resize:none;
}

#fileupload {
    display: none;
}




.questionStyle {
    cursor: pointer;
    font-size: 14px;
}


.createStyle {
    display: block;
    font-size: 14px;
}

.redirectList {
    clear: both;
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
}


#signUpMessage {
    display: none;
    text-align: center;
    color: #333;
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
}

@media(max-width:768px){
	.panel-flat .panel-heading .visible-elements {
        padding-top: 20px;
    }
}

@media(max-width: 750px) {
    .videoHolder iframe, .videoHolder2 iframe {
        width: 100%;
        height: 250px
    }
    footer .copyRight .container .navbar-text {
        display: block;
        text-align: center;
    }
    footer .copyRight .container .copyRightLinks {
        float: none;
        text-align: center;
    }
    .responsiveChk3 {
        padding-right: 10px;
        padding-left: 0;
    }
    .list-table-design .panel-heading .heading-elements {
        padding-top: 20px;
    }
    .list-table-design .panel-heading .heading-elements > a {
        margin-top: 8px;
    }
	.input-sction-align .inputAlignWithText{
		margin-top: 0;
	}
	.input-sction-align .inputAlignWithText {
		width: 60px;
	}
}

.vehicleSection .form-group {
    margin-bottom: 10px;
}
.vehicleSection {
    display: table;
    width: 100%;
}

@media (max-width: 1025px) {
    .vehicleSection {
        margin-bottom: 35px;
    }

    .responsiveChk {
        margin-top: 5px;
    }
}
@media(max-width:600px){
    header .container .page-title >a{
        display: block;
        text-align: center;
    }
    header .container .page-title .display-inline-block {
        display: inline-block;
        float: none !important;
        margin-bottom: -16px;
        text-align: center;
        margin-top: 20px;
        width: 100%;
    }
        header .container .page-title .display-inline-block > a {
            margin: 0 !important;
            float: none;
        }
    #appendRadioOne label.mr-20 {
        display: block;
        padding: 0;
    }
        #appendRadioOne label.mr-20.position-relative {
            display: inline-block;
            padding-left: 28px;
        }
    #poAccountNumber{
        width: 100%;
    }
    .responsiveChk {
        width: 62px;
    }
    .responsiveChk4{
        display: block;
    }
    header .container .page-title #loginBut {
        display: inline-block;
        margin-bottom: 10px !important;
        margin-top: 10px !important;
    }
}

@media(max-width: 1024px){
    .list-table-design .datatable-scroll {
        overflow: visible;
    }
	
}