﻿.ButtonOfBottomOfLogin {
    margin-right: 10px !important;
}

.lookupDropdown {
    margin: 0;
}

    .lookupDropdown div {
        width: 100% !important;
    }

        .lookupDropdown div input[type="text"] {
            width: 100% !important;
        }

    .lookupDropdown .x-form-twin-triggers {
        position: absolute;
        top: 16px;
        left: 10px;
    }

    .lookupDropdown .x-form-trigger {
        display: none;
    }

    .lookupDropdown .x-form-twin-triggers:after {
        content: '<';
        display: inline-block;
        transform: rotate(90deg) scale(1,1.3); /* standard */
        -webkit-transform: rotate(90deg) scale(1,1.3); /* Safari and Chrome */
        -moz-transform: rotate(90deg) scale(1,1.3); /* Firefox */
        -ms-transform: rotate(90deg) scale(1,1.3); /* IE 9 */
        -o-transform: rotate(90deg) scale(1,1.3); /* Opera */
    }

.LoginPage .BottomOfLogin .MainOfBottomOfLogin {
    display: flex;
}

    .LoginPage .BottomOfLogin .MainOfBottomOfLogin .column3 input[type="text"],
    .LoginPage .BottomOfLogin .MainOfBottomOfLogin .column4 input[type="text"],
    .LoginPage .BottomOfLogin .MainOfBottomOfLogin .column6 input[type="text"],
    .LoginPage .BottomOfLogin .MainOfBottomOfLogin .column8 input[type="text"] {
        margin-left: auto;
        margin-right: auto;
        width: 100%
        /*width: 245px !important;*/
    }

    .LoginPage .BottomOfLogin .MainOfBottomOfLogin .column6 input[type="text"] {
        margin-left: auto;
        margin-right: 0;
        width: 550px !important;
    }

[class*="btnInline"] {
    height: 40px;
    /*margin: 10px auto !important;
            line-height: 1.2px;*/
    padding: 0 5px;
    width: 100%;
    font-size: 13px;
}

.btnInlinelarge {
    font-size: 14px;
}

.btnInlinesmall {
    font-size: 11px;
}

.btnsmalltext {
    font-size: 11px;
}

.npadding {
    padding-right: 6px;
}

.nomarginright {
    margin-right: 0 !important;
}

#infoupdatedate {
    margin-top: 15px;
}

.newlab {
    margin-top: 15px;
    border-top: 1px solid lightgray;
}

.newlabtitle {
    border-bottom: 1px lightgray solid;
    padding-bottom: 3px;
}

.labLogo {
    height: 215px;
    display: flex;
}

    .labLogo img {
        width: 200px;
        max-height: 200px;
        margin: auto;
    }

    .labLogo > div {
        position: relative;
    }

        .labLogo > div > img {
            position: absolute;
            width: 150px;
            left: 0px;
            transform: rotate(-35deg);
            -webkit-transform: rotate(-35deg); /* Safari and Chrome */
            -moz-transform: rotate(-35deg); /* Firefox */
            -ms-transform: rotate(-35deg); /* IE 9 */
            -o-transform: rotate(-35deg); /* Opera */
            top: 45px;
        }

.labtext {
    padding-top: 8px;
    padding-bottom: 3px;
    font-size: 12px;
}

.rtext {
    text-align: right;
}

.infotext {
    color: #555555;
    margin-top: 4px;
}

.ltext {
    text-align: left;
}

.lfloat {
    float: left !important;
}

.marginleft30 {
    margin-left: 30px;
}

.marginleft50 {
    margin-left: 50px;
}

.LoginPage .BottomOfLogin .newlab .ButtonOfBottomOfLogin a {
    color: white;
    font-size: 12px;
    line-height: 1.2em;
    width: 100%;
}

.starchecked {
    color: gold;
}

.disabled {
    background: lightgray !important;
    color: black !important;
}

.btnnewpage {
    width: 15px !important;
    float: right;
    margin: 10px 5px !important;
    padding-right: 10px;
    padding-left: 15px;
    padding-top: 8px;
}

    .btnnewpage span {
        margin-left: 5px;
        display: flex;
    }

.stars {
    display: none;
}

.column9 [class*="column"] {
    margin-right: 20px;
}

    .column9 [class*="column"]:first-child {
        margin-right: 0;
    }

.buttons [class*="column"] {
    margin-right: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .buttons [class*="column"]:first-child,
    .buttons [class*="column"]:nth-child(3) {
        margin-right: 0;
    }

input[type="button"], input[type="submit"], .LoginPage .BottomOfLogin .newlab .ButtonOfBottomOfLogin a {
    border-radius: 7px !important;
}
/*input[type="button"]:hover, input[type="submit"]:hover, .LoginPage .BottomOfLogin .newlab .ButtonOfBottomOfLogin a:hover {
            background: #A3C93F;
        }*/
@media only screen and (max-width: 1170px) {
    .column9 [class*="column"] {
        margin-right: 15px;
    }

    [class*="btnInline"] {
        font-size: 12px;
    }

    .btnInlinelarge {
        font-size: 13px;
    }

    .btnInlinesmall {
        font-size: 11px;
    }
}

@media only screen and (max-width: 980px) {
    .column9 [class*="column"] {
        margin-right: 10px;
    }

    .buttons [class*="column"] {
        margin-right: 4px;
    }

    [class*="btnInline"] {
        padding: 0 3px;
        font-size: 10px;
    }

    .btnInlinelarge {
        font-size: 13px;
    }

    .btnInlinesmall {
        font-size: 9px;
    }

    .LoginPage .BottomOfLogin .newlab .ButtonOfBottomOfLogin a {
        font-size: 11px;
    }
}

@media only screen and (max-width: 700px) {
    .column9 [class*="column"] {
        margin-right: 0;
    }

    .buttons [class*="column"]:first-child,
    .buttons [class*="column"]:nth-child(3) {
        margin-right: 4px;
    }

    [class*="btnInline"] {
        padding: 0 5px;
        font-size: 13px;
    }

    .LoginPage .BottomOfLogin .MainOfBottomOfLogin input[type="text"] {
        margin: 2px 25px;
    }

    .LoginPage .BottomOfLogin .MainOfBottomOfLogin .column9 {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 480px) {
    .LoginPage .BottomOfLogin .MainOfBottomOfLogin {
        display: block;
    }

    .column3 {
        flex-shrink: 0;
        flex-grow: 0;
        flex-basis: 100%;
    }

    .LoginPage .BottomOfLogin .MainOfBottomOfLogin .column3 input[type="text"],
    .LoginPage .BottomOfLogin .MainOfBottomOfLogin .column4 input[type="text"],
    .LoginPage .BottomOfLogin .MainOfBottomOfLogin .column6 input[type="text"] {
        width: 100% !important;
    }

    .lookupDropdown div {
        width: 100% !important;
    }

    .LoginPage .BottomOfLogin .newlab {
        margin-left: 10px;
        margin-right: 10px;
    }

    .column3.ButtonOfBottomOfLogin.lfloat.marginleft50 {
        margin-left: auto !important;
        margin-right: auto !important;
        float: unset !important;
    }

    .LoginPage .BottomOfLogin .newlab .ButtonOfBottomOfLogin a {
        margin: 0 auto !important;
        padding: 10px !important;
        font-size: 13px;
    }
}
/******laboratoryDetail******/
.noMarginRight {
    margin-right: 0 !important;
}

.labLogo {
    height: 215px;
    display: flex;
}

    .labLogo img {
        width: 200px;
        max-height: 200px;
        margin: auto;
    }

.labtitle {
    text-align: right;
    border-bottom: 1px solid lightgray;
}

.labdata {
    text-align: right;
    margin-top: 10px;
    font-size: 12px;
}

    .labdata table, #FormPanelLicenses table, #FormPanelDomains table, #FormPanelDevices table {
        width: 100%;
        border-spacing: 0;
        border-collapse: collapse;
    }

        .labdata table tr td {
            padding-right: 5px;
            height: 30px;
        }

            .labdata table tr td:nth-child(1), .labdata table tr td:nth-child(3) {
                color: #0379d7;
                width: 13%;
            }

            .labdata table tr td:nth-child(3) {
                width: 11%;
            }

            .labdata table tr td:nth-child(2), .labdata table tr td:nth-child(4) {
                color: #000000;
                width: 37%;
            }

            .labdata table tr td:nth-child(4) {
                width: 39%;
            }

.licenseData, .domainData, .devicesData {
    margin-top: 10px;
    font-size: 12px;
}

.panelTitle {
    border-bottom: 1px solid lightblue;
}

#FormPanelLicenses, #FormPanelDomains, #FormPanelDevices {
    margin-top: 30px;
}

    #FormPanelLicenses table tr, #FormPanelDomains table tr, #FormPanelDevices table tr {
        border-bottom: 1px solid lightgray;
        height: 30px;
    }

    #FormPanelLicenses table thead th {
        color: #0379d7;
        width: 21%;
        text-align: center !important;
    }

        #FormPanelLicenses table thead th:first-child {
            width: 37%;
        }

    #FormPanelDomains table thead th {
        color: #0379d7;
        width: 50%;
        text-align: center !important;
    }

    #FormPanelDevices table thead th {
        color: #0379d7;
        text-align: center !important;
    }
        #FormPanelDevices table thead th:nth-child(1) {
            width: 19%;
        }
        #FormPanelDevices table thead th:nth-child(2) {
            width: 19%;
        }
        #FormPanelDevices table thead th:nth-child(3) {
            width: 10%;
        }
        #FormPanelDevices table thead th:nth-child(4) {
            width: 10%;
        }
        #FormPanelDevices table thead th:nth-child(5) {
            width: 10%;
        }
        #FormPanelDevices table thead th:nth-child(6) {
            width: 25%;
        }
        #FormPanelDevices table thead th:nth-child(7) {
            width: 7%;
        }

.noBorderBottom {
    border-bottom: unset !important;
}

.withBorderBottom {
    border-bottom: 1px solid lightgray;
}

@media only screen and (max-width: 480px) {
    .labdata table tr td:nth-child(1), .labdata table tr td:nth-child(3) {
        float: right;
        width: 30% !important;
        display: inline-block;
    }

    .labdata table tr td:nth-child(2), .labdata table tr td:nth-child(4) {
        margin-right: 25%;
        width: 70%;
        display: block;
        margin-bottom: 5px;
    }

    .wrapper {
        width: 350px !important;
    }
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagination > li {
        display: inline;
    }

        .pagination > li > a,
        .pagination > li > span {
            position: relative;
            float: right;
            padding: 6px 12px;
            margin-left: -1px;
            line-height: 1.42857143;
            color: #337ab7;
            text-decoration: none;
            background-color: #fff;
            border: 1px solid #ddd;
        }

            .pagination > li > a:hover,
            .pagination > li > span:hover,
            .pagination > li > a:focus,
            .pagination > li > span:focus {
                z-index: 2;
                color: #23527c;
                background-color: #eeeeee;
                border-color: #ddd;
            }

        .pagination > li:first-child > a,
        .pagination > li:first-child > span {
            margin-left: 0;
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px;
        }

        .pagination > li:last-child > a,
        .pagination > li:last-child > span {
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px;
        }

    .pagination > .active > a,
    .pagination > .active > span,
    .pagination > .active > a:hover,
    .pagination > .active > span:hover,
    .pagination > .active > a:focus,
    .pagination > .active > span:focus {
        z-index: 3;
        color: #fff;
        cursor: default;
        background-color: #337ab7;
        border-color: #337ab7;
    }

    .pagination > .disabled > span,
    .pagination > .disabled > span:hover,
    .pagination > .disabled > span:focus,
    .pagination > .disabled > a,
    .pagination > .disabled > a:hover,
    .pagination > .disabled > a:focus {
        color: #777777;
        cursor: not-allowed;
        background-color: #fff;
        border-color: #ddd;
    }

.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none;
}

    .pager li {
        display: inline;
    }

        .pager li > a,
        .pager li > span {
            display: inline-block;
            padding: 5px 14px;
            background-color: #fff;
            border: 1px solid #ddd;
            border-radius: 15px;
        }

            .pager li > a:hover,
            .pager li > a:focus {
                text-decoration: none;
                background-color: #eeeeee;
            }

    .pager .next > a,
    .pager .next > span {
        float: right;
    }

    .pager .previous > a,
    .pager .previous > span {
        float: left;
    }

    .pager .disabled > a,
    .pager .disabled > a:hover,
    .pager .disabled > a:focus,
    .pager .disabled > span {
        color: #777777;
        cursor: not-allowed;
        background-color: #fff;
    }
