﻿#loadding-gif {
    z-index: 99999; 
    position: fixed; 
    top: 0; 
    bottom: 0; 
    left: 0; 
    right: 0; 
    display: none;
}

#loadding-gif img {
    z-index: 99999; 
    position: absolute; 
    left: 50%; 
    top: 50%; 
    transform: translate(-50%, -50%);
}

.right-panel .page-header .breadcrumb > li + li:before {
    padding: 0 2px 0 5px !important; 
}

.card-body {
    display: block; 
    margin: auto;
}

.field-title {
    text-align: center; 
    font-weight: bold; 
    text-transform: uppercase;
}

.input-result {
     border-bottom: 1px solid black;
     min-height: 25px;
}

.row-padding {
     padding-top: 20px;
}

#fild-title {
     padding-top: 20px;
}

#fiel-title {
     padding-top: 15px;
}

#field-result {
     padding-bottom: 15px;
}

.span-required {
     color: red;
}

#form-first {
     margin-top: 1rem;
}

.icon-fa {
     width: 13.72px;
}

.font-title {
    font-weight: bold;
}

.coll-check {
     width: 95%; 
     margin: 0 auto;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.td-liability {
    width: 66.67%;
}
.validate-style {
    font-size: 15px; 
    font-style: italic;
}
.display-none {
    display: none;
}
#table-desktop thead tr th {
    width: 20%; 
    padding: 0.75rem 0 0.75rem 0; 
    border-right: 0.5px solid #dee2e6; 
    text-align: center;
}
#table-desktop tbody tr td {
     width: 20%; 
     padding: 0.75rem 0 0.75rem 0; 
     border-right: 0.5px solid #dee2e6;
}
#table-mobile thead tr th {
    padding: 0.75rem 0 0.75rem 0; 
    border-right: 0.5px solid #dee2e6; 
    text-align: center;
}
#table-mobile tbody tr td {
    padding: 0.75rem 0 0.75rem 0; 
    border-right: 0.5px solid #dee2e6;
}
.icon-plus:hover {
    cursor: pointer;
}

@media only screen and (max-width: 768px){
    body {
        zoom: 75%;
    }
    #survey-mobile {
        display: block !important;
    }
    #survey-desktop {
        display: none !important;
    }
    #col-stt {
        width: 2% !important;
    }
    #col-question {
        width: 25% !important;
    }
    #title-star {
        display: block !important;
    }
    #money-desktop {
        display: none !important;
    }
    #money-mobile {
        display: block !important;
    }
    .breadcrumbs {
        display: none !important;
    }
    #lialbility {
        font-size: 14px !important;
    }
    #result-desktop {
        display: none !important;
    }
    #result-mobile {
        display: block !important;
    }
    #form-first {
        margin-top: 0;
        margin-bottom: 0;
    }
    .group-tnds {
        margin-top: 0;
        margin-bottom: 0;
    }
}
.field-blklist {
    margin-bottom: 20px;
}
.act-blk {
    margin-top: 20px;
}
.result-blk {
    padding-left: 20px !important; 
    padding-right: 20px !important;
}
#yes-blk {
    background: #a7252f !important;
}

/*Lamng1 
Start customize button*/
.btn-warning {
    color: #FFFFFF !important;
    background-color: #002b70;
    border-color: #002b70;
}

    .btn-warning:hover {
        color: #002b70 !important;
        background-color: #FFFFFF;
        border-color: #002b70;
    }

    .btn-warning:focus, .btn-warning.focus {
        color: #FFFFFF !important;
        background-color: #002b70;
        border-color: #002b70;
        box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
    }

    .btn-warning.disabled, .btn-warning:disabled {
        color: #FFFFFF !important;
        background-color: #002b70;
        border-color: #002b70;
    }

    .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
    .show > .btn-warning.dropdown-toggle {
        color: #FFFFFF !important;
        background-color: #002b70;
        border-color: #002b70;
    }

        .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
        .show > .btn-warning.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
        }

/*Lamng1 
end customize button*/