﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
        text-align: center;
        background-color: white;
    }

    .body-content {
        padding: 0;
    }
}

@media screen and (max-width: 992px) {
    .line-height-6 {
        line-height: 6;
        text-align: center;
    }
}


/*Ajax loader when request ajax*/
.ajax-loader {
    margin-left: -28px;
    margin-top: -28px;
    position: fixed;
    left: 50%;
    top: 50%;
    display: block;
    z-index: 2000;
}

.disablescreen {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    opacity: .5;
    filter: alpha(opacity=50);
    z-index: 2000;
}

.font-14 {
    font-size: 14px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

th, .pagination {
    cursor: pointer;
}

.text-center {
    text-align: center;
}

/*Used in common utility start*/
.margin-top-25-left-20 {
    margin-top: 25px;
    margin-left: 20px;
}

.display-inline-flex {
    display: inline-flex;
}
/*Used in common utility end*/

/*.datepicker-dropdown {
    z-index: 1040 !important;
}*/

.margin-top-20 {
    margin-top: 20px;
}

.border-top-bottom-right-radius-4 {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}

/*add padding on left of badges between icon and badge*/
.padding-left-5 {
    padding-left: 5px;
}

/*Common code for both VCAP and admin/county user*/

/*below is for admin/county side applications page style - start*/
/*Add this class to display label in Admin/County user side labels for VCAP applications*/
.color-428bca {
    color:#428bca;
}

/*Add this class to display data/information bolder in Admin/County user side labels for VCAP applications*/
/*Display text darker(bolder)*/
.display-text-bolder {
    font-weight: 600 !important;
}

/*Display Text Light for class applied in LabelFor to display text lighter */
.display-text-lighter {
    font-weight: normal !important;
}

/*Display Label Light for class applied in LabelFor to display text lighter */
.display-label-lighter {
    font-weight: normal;
    font-size: 14px;
}

/*For hr style for used vcap class*/
.vcap-small {
    margin-top: 0px;
    margin-bottom: 0px;
    height: 1px;
    border-color: black;
}

/*For both site pages vcap and admin/county side application pages*/
.margin-top-15 {
    margin-top: 15px;
}

/*display green color tick before uploaded document*/
.success-color {
    color: #5CD20C;
}

/*Ellipses when text is longer then div to truncating the content after it display (...) for Notes in view application page*/
.ellipsis {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
/*below is for admin/county side applications page style - end*/