.tab-label-property-information,.tab-label-interior-features,.tab-label-exterior-features,.tab-label-facility-features,.tab-label-area-features,.tab-label-listing-images{
    padding:0px 25px;
}

/*** CSS for custom tabs ***/
.custom-tabs{
    width: 100%;
    margin: 0 auto;
}

.custom-tabs ul.tabs{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.custom-tabs ul.tabs li{
    background: #dee0e3;
    color: #222;
    display: inline-block;
    padding: 10px 15px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    margin:0px;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
}

.custom-tabs ul.tabs li.current{
    background: #212d40;
    color: #fff;
}

.custom-tabs .tab-content{
    display: none;
    padding: 15px;
    border: 2px solid #212d40;
}

.custom-tabs .tab-content.current{
    display: inherit;
}

/*** CSS for any custom form ***/
.form-wrap .note {
    margin: 0px 0 10px 0px;
    font-size:15px;
    color:red;
}
.customform-data-container ol{
    text-align:center;
    margin-top:10px;
}
.customform-data-container li {
    margin: 3px 3px;
}
.customform-data-container li input[type="text"], .customform-data-container li select, .customform-data-container li textarea {
    width: 100%!important;
    height:40px!important;
    color:#444444;
    margin:0px !important;
    max-width:100%;
}
.customform-data-container li input[type="text"]:focus, .customform-data-container li select:focus, .customform-data-container li textarea:focus {
    border: 1px solid #000000 !important;
}
.customform-data-container .display_inline_block {
    display:inline-block;
    width:46%;
    vertical-align:top;
    border:none;
    margin-left:10px;
}
.customform-data-container .property_description {
    min-height:150px;
}
.customform-data-container .top-border-line{
    border-top: 2px solid #212d40;
}
.custom-btn{
    background-color: #ccc;
    border: 1px solid #ccc;
    color: #000;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}
.custom-btn:hover{
    opacity:0.8;
}
.btn-danger{
    background-color: #d9534f;
    border-color: #d43f3a;
    color: #fff;
}
.btn-success{
    background-color: #5cb85c;
    border-color: #4cae4c;
    color: #fff;
}
.btn-primary {
    background-color: #337ab7;
    border-color: #2e6da4;
    color: #fff;
}
.btn-disabled{
    cursor:not-allowed;
}
.btn-wrap{
    float:left;
    margin:0px 10px;
    width:auto;
}
.text-center{
    text-align:center;
}
.img-upload-area{
    margin-top:10px;
    width:100%;
}
.drag-drop-area-wrap{
    width:70%;
    margin:0 auto;
}
.drag-drop-area{
    font-size: 1.25rem;
    padding: 100px 20px;
    position: relative;
    outline: 2px dashed #92b0b3;
    outline-offset: -10px;
    transition: outline-offset 0.15s ease-in-out 0s, background-color 0.15s linear 0s;
}
.drag-drop-area .drop-icon {
    display: block;
    fill: #92b0b3;
    height: 60px;
    width: 100%;
    margin-bottom: 40px;
}
.drag-drop-area .choose-file-label:hover{
    cursor:pointer;
    color:#9F792C;
}

.progressBar {
    position: relative;
    height: 30px;
    background-color: #ddd;
    margin:0 auto;
    margin-bottom:5px;
    width:70%;
    display:none;
}

.progressBar-inner {
    position: absolute;
    width: 0%;
    height: 100%;
    background-color: #5cb85c;
    margin:0px;
}
.progressBar span {
    float: left;
    padding: 5px;
    text-align: left;
    width: 400px;
    font-size:12px;
    color:#FFFFFF;
}
#ajax-resp-msg{
    padding:5px;
    margin-left:10px;
    font-size:12px;
    color:#5cb85c;
    display:none;
}

/*** CSS for dashboard widgets ***/
.dashboard-widget-wrap .cwidget-inner{
    /*max-height:400px;*/
}
.dashboard-widget-wrap .images-widget-img-wrap{
    float:left; /*width:42%;*/
    margin:10px;
}
.dashboard-widget-wrap .images-widget-img-wrap img{
    width:140px;
    height:85px;
    cursor:pointer;
    border: 2px solid #212d40;
}
.widget-edit-form .display_inline_block {
    text-align:left;
}
.widget-edit-form .display_inline_block li{
    display:inline-block;
    vertical-align:top;
}
.widget-edit-form .width-half {
    width:46%;
}
.widget-edit-form .width-full {
    width:94%;
}
.widget-edit-form .input-radio input {
    margin: 5px 10px 10px 10px;
    float: left;
    cursor:pointer;
    /* Double-sized Checkboxes */
    -ms-transform: scale(1.5); /* IE */
    -moz-transform: scale(1.5); /* FF */
    -webkit-transform: scale(1.5); /* Safari and Chrome */
    -o-transform: scale(1.5); /* Opera */
}
.widget-edit-form .input-radio div{
    float: left;
    width:150px;
    padding-bottom:5px;
}
.widget-edit-form .input-radio div span{
    float: left;
    font-size: 11px;
    font-weight: 500;
    line-height: 12px;
    width: 75%;
}

.widget-edit-form .display_inline_block li label{
    float:left;
    width:100%;
    padding-bottom:5px;
    font-weight:bold;
    font-size: 12px;
}
div.ui-datepicker{
    font-size:13px;
}
.area-show{
    display:block!important;
}
.area-hide{
    display:none!important;
}
.list_img_div {
    margin-left:25px;
    display:list-item;
    float:left;
    list-style:none;
    margin-bottom:30px;
    background:#fff;
}
.list_img_div img {
    border:1px solid #DDDDDD;
    width:225px;
    padding:10px;
    height:auto;
    height:140px;
}
.list_img_div .edits_icon{
    font-size:20px;
    color:#FFFFFF;
    cursor:pointer;
    margin-right:15px;
}
.list_img_div .delete-image{
    font-size:20px;
    color:#FFFFFF;
    cursor:pointer;
    margin-left:15px;
}
.edit_icon{
    border:solid 1px;
    padding:5px;
    background-color: #212d40;
    text-align:right;
}
.multipleactions-area{
    padding:0px 0px 10px 25px;
    float:left;
    width:94%;
}
.action-update_feed a:hover{
    padding-bottom:4px !important;
}
.widget-form-title {
    border-bottom: 1px solid #424242;
    font-size: 18px;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
.customer-dashboard-anchor{
    float:left;
    width:100%;
    margin-bottom:5px;
}
.ui-dialog {
    margin:0 auto;
}
.customer-info{
    float:left;
    padding:10px;
}
.customer-info div a {
    font-weight:bold;
    font-size:15px;
    text-decoration:underline;
}
.thedocument > .document-icons{
    display:none;
    position: absolute;
    width: 120px;
    z-index: 10;
    background:#9f792c;
    bottom:0px;
    left:0px;
    padding-top:5px;
}
.thedocument:hover .document-icons{
    display:block;
}
.document-icons i{
    font-size:18px;
    margin:5px;
    cursor:pointer;
    color:#FFFFFF;
}
.document-icons i:hover{
    opacity:0.7;
}
.customform-data-container li.price-type-input input[type="text"]{
    width:60%!important;
    float:left;
    border-radius: 4px 0px 0px 4px!important;
    border-right:none!important;
}
.customform-data-container .add-new li.price-type-input input[type="text"]{
    width:51%!important;
}
.customform-data-container .add-new li.price-type-input select{
    width:49%!important;
}
.customform-data-container li.price-type-input select{
    width:40% !important;
    float:left;
    font-size:14px;
    border-radius: 0px 4px 4px 0px!important;
    padding-right:20px!important;
}
.customform-data-container .transaction-documents-list{
    width:100%;
}
.customform-data-container .transaction-documents-list li label{
    width:auto;
    margin-right:10px;
    font-size:14px;
    padding:5px 10px;
    background:#9f792c;
    color:#FFFFFF;
    cursor:pointer;
    border-radius:3px;
}
.customform-data-container .transaction-documents-list i.mandatory{
    color:#FF0000;
}
.customform-data-container .transaction-documents-list i.preferred{
    color:#9f792c;
}
/* Style the tab */
div.vertical-tab {
    float: left;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    width: 30%;
    margin-bottom:10px;
    min-height:600px;
}

/* Style the buttons inside the tab */
div.vertical-tab button {
    display: block;
    background-color: inherit;
    color: black;
    padding: 22px 16px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 17px;
}

/* Change background color of buttons on hover */
div.vertical-tab button:hover {
    background-color: #ddd;
}

/* Create an active/current "tab button" class */
div.vertical-tab button.active {
    background-color: #ccc;
}

/* Style the tab content */
.vertical-tabcontent {
    float: left;
    padding: 0px 12px;
    border: 1px solid #ccc;
    width: 65%;
    border-left: none;
    /* min-height: 300px;*/
}
.vertical-tabcontent h2{
    margin:10px 0px;
}
.vertical-tabcontent .document-action-btns{
    float:right;
    margin-top:20px!important;
}
#accountform .thedocument .note{
    margin-left:0;
    width:100%;
    margin:30px 0px;
}

div.dragover {
    opacity:    0.4;
    width:      100%;
    height:     100%;
    z-index:    10;
    top:        0;
    left:       0;
}

#doc-drag-drop-area-hidden{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    text-align:center
}

#drag-drop-area .circle{
    width:60%;
    height:200px;
    border:5px dashed #212D40;
    background-color:#9F792C;
    color:#fff;
    margin:0 auto;
    margin-top:40px;
    font-size:20px;
}

.review-icon{
    font-size:20px!important;
}
.doc-review-status{
    cursor:pointer
}
.review-icon.fa-exclamation-circle{
    color:orange;
}
.review-icon.fa-check-circle{
    color:green;
}
.review-icon.fa-times-circle{
    color:red;
}
.logs_container li.lead-contact-note.contact-note{
    background-color:#B0F1AE;
}

#edittitlesec ul, #edittitlesec ol {
    list-style-type: none;
}
#edittitlesec li {
    list-style-type: none;
    margin: 10px 3px;
}
#edittitlesec li b {
    display: inline-block;
    width: 14%;
    float: left;
    text-align: left;
    margin-right: 3px;
}
#edittitlesec li {
    list-style-type: none;
    margin: 10px 3px;
    float: left;
    width: 100%;
}
#edittitlesec li input[type="text"] {
    float: left;
    width: 70% !important;
}
#edittitlesec li textarea {
    float: left;
    width: 70% !important;
    height:auto !important;
}
#add-new-tour-form .display_inline_block a{
    font-size: 12px;
}
