﻿

.hidden-element {
    display: none;
}


.hideTab {
    display: none !important;
}

.hideWithSpace {
    visibility: hidden !important;
}

.visible-element {
    display: block;
}
.dropdownCity {
    width: 240px !important
}

.col-xd-0 {
    width: 4.333333%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xd-1 {
    width: 1.333333%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-xd-2 {
    width: 1.333333%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 46px;
}

.input-group input[type=text] {
    max-height: 30px;
    width: 280px;
    float: right;
}

.btn-group-qas-custom {
    padding-left: 373px;
    padding-right: 101px;
}

.button-scheme {
    width:100px !important;
}

.section-space {
    margin-top: 26px;
}

.section-space-xs-5 {
    margin-top: 19px;
}
.section-space-xs-4 {
    margin-top: 12px;
}

.col-qas-sm-4-1 {
    width: 30.333333%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-qas-xs-3 {
    width: 24.333333%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}


.col-qas-sm-4 {
    width: 26.333333%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}



.col-qas-sm-5 {
    width: 40.666667%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-qas-sm-2 {
    width: 16.333333%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-qas-sm-1 {
    width: 10.333333%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-qas-xs-2 {
    width: 20.333333%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-qas-sm-3 {
    width: 17.666667%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-qas-lg-3 {
    width: 18.666667%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-qas-sm-6 {
    width: 46.666667%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-qas-md-6 {
    width: 42.66%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.showLink-grid {
    text-decoration: underline;
    color: red !important;
    /*cursor:pointer;*/
}

.row-breakline {
    height: 34px;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 8px;
}


.danger-alert-qas {
    color: white !important;
    background-color: #e10f0f !important;
    border-color: #ebccd1;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.danger-alert-qasclose {
    padding-right: 35px;
    position: relative;
    top: -34px;
    right: -38px !important;
    /* color: inherit; */
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000 !important;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
    text-decoration: none !important;
}

.general-display-tab {
    position: absolute;
    margin-left: 273px;
    margin-top: -25px;
}

.general-edit-display {
    position: absolute;
    margin-left: 123px;
    margin-top: -25px;
}

.tooltip-infoicon  {
    position: relative;
    display: inline-block;
}

    .tooltip-infoicon .tooltipInfo {
        visibility: hidden;
        /*width: 120px;*/
        min-width: 163px;
        background-color: #555;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        position: absolute;
        z-index: 1;
        bottom: 125%;
        left: 50%;
        margin-left: -20px;
        opacity: 0;
        transition: opacity 0.3s;
    }

        .tooltip-infoicon .tooltipInfo::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 8%;
            /*margin-left: -47px;*/
            border-width: 5px;
            border-style: solid;
            border-color: #555 transparent transparent transparent;
        }

    .tooltip-infoicon:hover .tooltipInfo {
        visibility: visible;
        opacity: 1;
    }


/*Need to remove the dublicate*/

.audit-infoicon {
    position: relative;
    display: inline-block;
}

    .audit-infoicon .audittooltipInfo {
        visibility: hidden;
        width: 400px;
        background-color: #555;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 10px 0;
        position: absolute;
        z-index: 1;
        bottom: 125%;
        left: 50%;
        margin-left: -20px;
        opacity: 0;
        transition: opacity 0.3s;
    }

        .audit-infoicon .audittooltipInfo::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -186px;
            border-width: 5px;
            border-style: solid;
            border-color: #555 transparent transparent transparent;
        }

    .audit-infoicon:hover .audittooltipInfo {
        visibility: visible;
        opacity: 1;
    }


.filetypeError {
    color: red;
    font-size: 12px;
}

.nopad {
    padding: 0px;
}

