﻿.form-control-c{
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #fff;
}

.form-control-c:focus,form-control multiselect-search:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}

.btn-transparent {
    background-color: rgba(255, 255, 255, .4);
    border: none;
    outline: none;
    cursor: pointer;
}

.form-control-c:focus {
    background: #fff;
}

#readonly-white {
    background-color: #fff;
}

.btn-transparent:focus {
        border: none;
        outline: none;
    }

.c-modal {
    min-height: calc(100vh - 200px);
}


.modal-custom{
    background:rgba(0,0,0,.5);
}

.bg-warning-c {
    background-color: #FF5722;
}

.text-warning-c {
    color: #FF5722;
}

.bg-transparent{
    background-color:transparent;
}

.hover-success {
    border: 1px solid #FF5722;
}
.border-success-c {
    border: 1px solid #8BC34A;
}
.hover-success-c{
    border: 1px solid #8BC34A;
}

.outline-info-c{
    border: 1px solid #04A9F5;
    color:inherit;
}
.hover-info-c:hover{
    background-color: #04A9F5;
}
.hover-danger-c:hover {
    background-color: #FF5722;
}
.text-danger-c {
    color: #FF5722;
}
.text-info-c {
    color: #04A9F5;
}
.bg-info-c {
    background-color: #04A9F5;
}
.hover-text-white:hover{
    color:#fff;
}

.hover-success-c:hover{
    background: #8BC34A;
    border: 1px solid #8BC34A;
    color:#fff;
}

.outline-danger-c {
    border: 1px solid #FF5722;
}

.outline-success-c {
    border: 1px solid #8BC34A;
}

.hover-success:hover {
    background: #1de9b6;
    border: 1px solid #1de9b6;
}

.hover-text-dark:hover{
    color:#000;
}

.form-control-c {
    outline: none;
    border: 1px solid #66afe9;
    border-radius: 5px;
}

.form-control-sm {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    max-width: 150px;
    background: #fff;
    height: 30px;
}

.table.tbody tr {
    height: 20px;
    padding: 0;
}

.form-control-sm:focus, form-control multiselect-search:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}

.no-shadow-c:focus {
    outline: none;
    border: 1px solid #66afe9;
    border-radius: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.bg-success-c {
    background-color: #8BC34A;
}

.text-success-c {
    color: #8BC34A;
}

.btn-success-c,.btn-info-c,.btn-danger-c{
    letter-spacing: 0.1em;
    border-radius: 2px;
    color: rgba(255, 255, 255, 0.87);
    background-color: #8BC34A;
    font-weight: normal;
    font-size: 13px;
    font-family: "Roboto", "RobotoFallback", "Helvetica", "Arial", sans-serif;
    line-height: 1.2857;
}

.btn-success-c:hover{
    background-color: #76ab39;
    box-shadow: 0px 1px 3px rgba(0,0,0,0.24);
    -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.24);
    color: #fff;
}


.btn-success-c:focus{
    background-color: #76ab39;
    box-shadow: 0px 1px 3px rgba(0,0,0,0.24);
    -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.24);
    color: #fff;
}

.btn-info-c{
    background-color: #04a9f5;
}
.btn-danger-c {
    background-color: #FF5722;
    
}

.modal-content-c{
   border-radius:0px;
   border:0px;
}

.modal-cont-c{
    border: 1px solid #FFF;
}

.border-none{
    border-radius :0;
    border:0;
}

.hover-border-none:focus{
    border-radius:0px;
}

.cursor-pointer {
    cursor: pointer;
}


.newtext-c {
    letter-spacing: 0.1em;
    color: rgba(255, 255, 255, 0.87);
    font-weight: normal;
    font-size: 13px;
    font-family: "Roboto", "RobotoFallback", "Helvetica", "Arial", sans-serif;
}

.app-font {
    font-family: "Roboto", "RobotoFallback", "Helvetica", "Arial", sans-serif;
}

.newtext-c-dark {
    letter-spacing: 0.1em;
    color: #000;
    font-weight: normal;
    font-size: 13px;
    font-family: "Roboto", "RobotoFallback", "Helvetica", "Arial", sans-serif;
}

.newtext-c-success {
    letter-spacing: 0.1em;
    color: #8BC34A;
    font-weight: normal;
    font-size: 13px;
    font-family: "Roboto", "RobotoFallback", "Helvetica", "Arial", sans-serif;
}

.newtext-c-danger {
    letter-spacing: 0.1em;
    color: #585858;
    font-weight: normal;
    font-size: 13px;
    font-family: "Roboto", "RobotoFallback", "Helvetica", "Arial", sans-serif;
}

.newtext-c-normal {
    letter-spacing: 0.1em;
    font-weight: normal;
    font-size: 13px;
    font-family: "Roboto", "RobotoFallback", "Helvetica", "Arial", sans-serif;
}

.hover-text-white:hover, .hover-text-white:focus {
    color: #fff;
}

.border-radius-0{
    border-radius:0;
}


.badge-bg-success-c {
   background-color: #8BC34A;
   color:#fff;
}

/*Added by Abu*/
.submit-progress {
    position: fixed;
    top: 20%;
    left: 50%;
    height: 6em;
    padding-top: 2.3em;
    /* The following rules are the ones most likely to change */
    width: 20em;
    /* Set 'margin-left' to a negative number

     that is 1/2 of 'width' */
    margin-left: -10em;
    padding-left: 2.1em;
    background-color: #8c0207;
    color: white;
}

.submit-progress-bg {
    background-color: lightgray;
    opacity: .5;
}
.fstdropdown {
    vertical-align: middle;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
    background: #fff;
    overflow: hidden;
    width: inherit;
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #fff;
    border-radius: 0;
}
.fstdropdown > .fstselected {
        line-height: 1.42857143;
        padding: 11px 24px 15px 12px;
        box-shadow: none;
    }

.file-uploader-block {
    width: 350px;
    float: left;
}

.note {
    font-size: 10pt;
    color: #484848;
    margin-left: 9px;
}

    .note > span {
        font-weight: 700
    }

.main-block {
    max-width: 900px;
    min-width: 700px;
}


.label-dx-c {
    color: #ff5722;
    font-weight: normal;
    font-size: 13px;
    font-family: "Roboto", "RobotoFallback", "Helvetica", "Arial", sans-serif;
    line-height: 1.2857;
    margin-bottom: 0;
}


.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem);
}

    .modal-dialog-centered::before {
        display: block;
        height: calc(100vh - 1rem);
        height: -webkit-min-content;
        height: -moz-min-content;
        height: min-content;
        content: "";
    }

    .modal-dialog-centered.modal-dialog-scrollable {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center;
        height: 100%;
    }

 .modal-dialog-centered.modal-dialog-scrollable .modal-content {
            max-height: none;
        }

        .modal-dialog-centered.modal-dialog-scrollable::before {
            content: none;
        }



@media (min-width: 576px) {
   
.modal-dialog-centered {
   min-height: calc(100% - 3.5rem);
}

.modal-dialog-centered::before {
  height: calc(100vh - 3.5rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
}

}
