﻿

.form-control-required:after {
    content: "*";
    color: red;
}

.alert.alert-success {
    background-color: lightgreen !important;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
    > .col, > [class*="col-"]

{
    padding-right: 0;
    padding-left: 0;
}

}

.width-auto {
    width: auto
}

.hidden {
    display: none;
}

.no-padding {
    padding: 0 !important;
}

.no-margin {
    margin: 0 !important;
}

tr td input[type=text] {
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 0px;
}

tr td input[type=number] {
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 0px;
}

/*Remove Arrows/Spinners form number textbox*/
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

/*// Small devices (landscape phones, 576px and up)*/
@media (min-width: 320px) {
    .additional-Facility-Padding {
        padding-top: 34px;
    }

    .mobile-btm-margin {
        margin-bottom: 0px;
    }

    .mobile-add-facility {
        text-align: center;
        margin-top: 10px;
    }
}


/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 576px) {
    .btn-VCenter-Padding {
        padding-top: 30px;
    }
}

@media (max-width: 340px) {
    .PhoneNumReq {
        padding-right: 0px;
    }
}

@media (max-width: 767px) {
    .smallDeleteBtn {
        display: inline-block;
    }

    .bigDeleteBtn {
        display: none;
    }
}

@media (min-width: 768px) {
    .smallDeleteBtn {
        display: none;
    }

    .bigDeleteBtn {
        display: block;
    }
}

@media (min-width: 383px) and (max-width: 767px) {
    .addSpace {
        display: inline-block;
    }
}

@media (max-width: 370px) {
    .smallDeleteBtn {
        padding-bottom: 5px;
    }
}

.addSpace {
    display: none;
}

/*// Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    .btn-VCenter-Padding {
        padding-top: 30px;
    }

    .button-width-max {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .docsupload-btn-centeralign {
        text-align: center;
    }
}

@media (max-width: 315px) {
    .custom-button {
        width: 100px;
        text-align: center;
        margin-left: 60px;
        letter-spacing: -1px;
        border-radius: 5px;
    }
}

@media (max-width: 315px) {
    .customm-button {
        width: 50px;
        margin-left: -10px;
        text-align: left;
        letter-spacing: -1px;
        border-radius: 5px;
    }
}


/*specific style for layout header */
@media (min-width: 992px) and (max-width: 1244px) {
    .small-laptop-appinfo {
        padding-right: 0px !important;
        padding-left: 0px !important;
        width: 120px !important;
    }

    .small-screen-data {
        padding-right: 0px !important;
        padding-left: 0px !important;
        width: 60px !important;
    }

    .small-laptop-lara {
        padding-right: 0px !important;
        padding-left: 0px !important;
        width: 170px !important;
    }
}

@media (min-width: 1245px) and (max-width: 1312px) {
    .small-laptop-appinfo {
        width: 200px !important;
    }

    .small-screen-data {
        width: 100px !important;
    }

    .small-laptop-lara {
        width: 310px !important;
    }
}

/*Show full form of applicatio name and department name*/
@media (min-width: 650px) {
    .tablet-and-above-screens {
        display: block !important;
    }

    .mobile-screens {
        display: none !important;
    }
}

/*Show Abbreviation of applicatio name and department name*/
@media (max-width: 649px) {
    .tablet-and-above-screens {
        display: none !important;
    }

    .mobile-screens {
        display: block !important;
    }
}

/*css to remove the extra margin top after adding multiple som headers */
.titleHeader {
    margin-top: 0px !important;
}

.wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 300px;
    text-align: center;
    transform: translateX(-50%);
}

.spanner {
    position: absolute;
    top: 50%;
    left: 0;
    background: #2a2a2a55;
    width: 100%;
    display: block;
    text-align: center;
    height: 300px;
    color: #FFF;
    transform: translateY(-50%);
    z-index: 1000;
    visibility: hidden;
}

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    visibility: hidden;
}

.loader,
.loader:before,
.loader:after {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
}

.loader {
    color: #ffffff;
    font-size: 10px;
    margin: 80px auto;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

    .loader:before,
    .loader:after {
        content: '';
        position: absolute;
        top: 0;
    }

    .loader:before {
        left: -3.5em;
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }

    .loader:after {
        left: 3.5em;
    }

@-webkit-keyframes load7 {
    0%, 80%, 100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }

    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

@keyframes load7 {
    0%, 80%, 100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }

    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

.show {
    visibility: visible;
}

.spanner, .overlay {
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

    .spanner.show, .overlay.show {
        opacity: 1
    }
