﻿/*
.loader {
    display: none;
    position: fixed;
    z-index: 1000;
    background-image: url('/Img/loader.gif');
    background-color: transparent !important;
    background-repeat: no-repeat;
    background-position: center;
    left: 50%;
    top: 50%;
    z-index: 101;
    width: 48px;
    height: 48px;
    margin-left: -24px;
    margin-top: -24px;
}*/

.loader {
    background-image: url('/Img/loader.gif');
    background-color: transparent !important;
    background-repeat: no-repeat;
    background-position: center;
}

.transparent-background {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.7);
    z-index: 999;
}

.loader-center {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-image: url('/Img/loader.gif');
    background-color: transparent !important;
    background-repeat: no-repeat;
    background-position: center;
    min-width: 64px;
    min-height: 64px;
    padding-top: 90px;
    text-align: center;
}


a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.table-active {
    background-color: #029fc8;
    color: white;
}

    .table-active:hover {
        background-color: #029fc8 !important;
        color: white !important;
    }

.btn-primary {
    color: #fff;
    background-color: #029fc8;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

@media (min-width: 0px) {
    main {
        margin-left: 0px !important;
        padding: 0 !important;
    }
}

@media (min-width: 576px) {
    main {
        margin-left: 230px !important;
        padding: 0 !important;
    }
}

body {
    margin-top: 100px;
    background-color: #f2f2f2;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

.navbar-fixed-left {
    z-index: 999;
    margin: 0;
    padding-top: 10px;
    width: 230px;
    position: fixed;
    border-radius: 0;
    height: 100%;
    background-color: #029fc8;
}

    .navbar-fixed-left .navbar-nav > li {
        float: none;
    }

        .navbar-fixed-left .navbar-nav > li > a {
            color: white !important;
            text-decoration: none !important;
            font-weight: bold !important;
            margin-left: 40px;
            margin-right: 40px;
        }

    .navbar-fixed-left + .container {
        padding-left: 160px;
    }

    /* On using dropdown menu (To right shift popuped) */
    .navbar-fixed-left .navbar-nav > li > .dropdown-menu {
        margin-top: -50px;
        margin-left: 140px;
    }



.fieldGroupBox {
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 10px;
    padding-bottom: 10px;
}

    .fieldGroupBox > h2 {
        font-size: 1.2em;
        color: #444444;
        margin: 0;
        padding: 0;
    }

    .fieldGroupBox > div {
        border: 1px solid #ababab;
        background-color: white;
        color: #808080;
        padding: 10px;
    }

    .fieldGroupBox label {
        display: block;
        margin-top: 20px;
        margin-bottom: 2px;
    }



    .fieldGroupBox select {
        cursor: pointer;
        padding: 5px;
        border: 1px solid #029fc8;
        border-radius: 3px;
        text-overflow: ellipsis;
        width: 100%;
        max-width: 500px;
    }

    .fieldGroupBox textarea {
        width: 100%;
        max-width: 500px;
        border: 1px solid #029fc8;
        border-radius: 3px;
    }

    .fieldGroupBox input {
        padding: 5px;
        border: 1px solid #029fc8;
        border-radius: 3px;
        text-overflow: ellipsis;
        width: 100%;
        max-width: 500px;
    }


    .fieldGroupBox h3 {
        font-size: 1.1em;
        color: #444444;
    }

    .fieldGroupBox > div > p {
        margin-top: 5px;
        color: #444444;
        font-size: 0.9em;
        white-space: pre-line;
    }



.fieldContainer {
    display: flex;
}

    .fieldContainer > input[noinfo] {
        border: 1px solid #029fc8;
        min-height: 38px;
    }

    .fieldContainer > input {
        border-left: 1px solid #029fc8;
        border-top: 1px solid #029fc8;
        border-bottom: 1px solid #029fc8;
        border-right: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        min-height: 38px;
    }


    .fieldContainer > input[invalid] {
        border-left: 1px solid red;
        border-top: 1px solid red;
        border-bottom: 1px solid red;
        border-right: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        min-height: 38px;
    }


    .fieldContainer > span {
        border: 1px solid #029fc8;
        border-bottom-left-radius: 0px;
        border-top-left-radius: 0px;
        min-width: 32px;
        line-height: 30px;
        display: inline;
        margin-left: 0px;
        position: relative;
        left: -3px;
        padding-left: 3px;
        border-radius: 3px;
        color: black;
        align-items: center;
        font-weight: 600;
    }

        .fieldContainer > span[invalid] {
            border: 1px solid red;
            border-bottom-left-radius: 0px;
            border-top-left-radius: 0px;
            min-width: 32px;
            line-height: 30px;
            display: inline;
            margin-left: 0px;
            position: relative;
            left: -3px;
            padding-left: 3px;
            border-radius: 3px;
            color: black;
            align-items: center;
            font-weight: 600;
        }


      


    .fieldContainer > select {
        -webkit-writing-mode: horizontal-tb !important;
        -webkit-rtl-ordering: logical;
        -webkit-font-smoothing: antialiased;
        -webkit-box-ordinal-group: 3;
        cursor: pointer;
        align-items: center;
        white-space: pre;
        text-rendering: auto;
        border: 1px solid #029fc8;
        border-radius: 3px;
        width: 100%;
        outline: 0;
        background: #fff;
        min-height: 38px;
    }








.fieldGroupBoxMenu {
    float: right;
}

    .fieldGroupBoxMenu > a {
        color: #029fc8;
        text-decoration: underline;
    }
