﻿@import url(../material-design-iconic-font/css/materialdesignicons.min.css);

@font-face {
    font-family: 'BrandonGrotesque';
    src: url('../fonts/brandon-grotesque-black-58a8a3e824392.otf') format('opentype');
}

.float-right {
    float: right;
}

body {
    background-color: white;
    font-family: Calibri;
    margin: 0;
    overflow-x: hidden;
    color: #959595;
    font-weight: 300;
    overflow-y: hidden;
    font-size: 16px;
    color: #222731;
}

}

.Body_Font {
    color: white;
}

.color_cus_white {
    color: #ffffff;
    text-decoration: none;
    border-bottom: 1px dotted #007bff;
}

.dropdown-menu > li > span {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333333;
    white-space: nowrap;
    cursor: pointer;
}

    .dropdown-menu > li > span:hover, .dropdown-menu > li > span:focus {
        color: #262626;
        text-decoration: none;
        background-color: #f5f5f5;
    }


.search_box {
    max-width: 200px;
    display: initial;
}

.fixed_header_table tbody {
    display: block;
    overflow-x: hidden;
    overflow-y: scroll;
}

    .fixed_header_table thead, .fixed_header_table tbody tr {
        display: table;
        width: 100%;
        table-layout: fixed;
    }

.fixed_header_table thead {
    /* display: block;
    overflow-x: hidden;
    overflow-y: scroll;*/
}


    .fixed_header_table thead tr {
        /*display: inline-table;
        width: 100%;*/
    }

.fixed_header_table td {
    word-break: break-all;
}

.fixed_header_table_button_cell {
    width: 78px;
}

.fixed_header_table_input_cell {
    width: 150px;
}

.fixed_header_table_small_cell {
    width: 110px;
}

.fixed_header_table_short_input_cell {
    width: 100px;
}

.fixed_header_table thead, .fixed_header_table tbody tr td input {
    width: 100%;
}

.btn-primary {
    color: #cecece;
    background-color: #ffffff00;
    border-color: #cecece;
}

    .btn-primary:hover {
        color: #2a2b33;
        background-color: #cecece;
    }

.btn-info {
    color: #ffb238;
    background-color: #ffffff00;
    border-color: #ffb238;
}

    .btn-info:hover {
        color: #2a2b33;
        background-color: #ffb238;
    }

.btn-default {
    color: #cecece;
    background-color: #222731;
    border-color: #222731;
}

    .btn-default:hover {
        color: #222731;
        background-color: #cecece;
        border-color: #222731;
    }

.parameter_p {
    height: 35px;
    line-height: 20px;
    margin-top: -10px;
}


/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #99999973;
}

thead::-webkit-scrollbar-track {
    background: white;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #004f71;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #474747;
    }

 /*FireFox Scroll*/
.scrollFF {
    height: calc(100vh - 215px) !important;
    scrollbar-color: #004f71 #99999973 !important;
    scrollbar-width: thick !important;
    padding-right: 5px;
}


.alinity_SubDiv {
    background-color: #ffffff;
    padding: 10px;
}

.question_button {
    height: 30px;
    width: 30px;
    padding: 0px;
    border-radius: 17px;
    font-size: 12px;
    margin-left: 10px;
    box-shadow: 0 4px 8px 0 #8e8e8e, 0 6px 20px 0px #ffffff52;
    color: #FFD100;
    background-color: #ffffff;
    border-color: #d9d9d6;
}

    .question_button:hover {
        color: #fff;
        background-color: #FFD100;
        border-color: #FFD100;
    }

.terms_p {
    line-height: 30px;
    color: white;
    font-size: 18px;
}

footer {
    bottom: 0;
    color: #ffffff;
    left: 0px;
    padding: 6px 15px;
    position: absolute;
    right: 0;
    border-top: 1px solid rgba(120, 130, 140, 0.13);
    background: #222731;
    text-align: center;
}

/*****nzam stylse******/
/*********************************************/

.nav_top_cus {
    background-color: #ffffff;
    padding: 5px 14px;
    height: 68px;
}

.nav_cus {
    background-color: #009CDE;
    color: #ffffff
}

.material_logo {
    padding: 0px 0px 0px 0px;
    height: 68px;
}

.abbottlogo {
    padding: 14px 0px 14px 0px;
    height: 68px;
}

.btn_login {
    color: #009cde;
    background: black;
    border-color: black;
    border-radius: 0px;
    font-weight: bold;
}

    .btn_login:hover {
        color: #009cde;
        background: #ffffff;
        border-color: #ffffff;
    }

label.label_login {
    font-size: small;
    padding: 4px 15px;
}

.btn_cus1 {
    background: #3C1053;
    color: white;
    border-color: #3C1053;
}


    .btn_cus1:hover {
        background: white;
        color: #3C1053;
        border-color: #3C1053;
    }

.icon_btn {
    padding: 5px 10px;
    font-size: 14px;
}

.sml_icon_btn {
    width: 30px;
    height: 30px;
    line-height: 15px;
    padding: 0;
    font-size: 14px;
}

.btn_cus2 {
    background: #004f71;
    color: white;
    border-color: #004f71;
}

    .btn_cus2:hover {
        background: white;
        color: #004f71;
        border-color: #004f71;
    }

.btn_cus4 {
    background: #E40046;
    color: white;
    border-color: #E40046;
}

    .btn_cus4:hover {
        background: white;
        color: #E40046;
        border-color: #E40046;
    }



.TsCsLink {
    color: #000000;
    font-size: medium;
    font-weight: bold;
    padding: 0px 5px;
}

.Forgot_Password {
    margin-right: 5px;
    margin-left: 5px;
    cursor: pointer;
    font-size: small;
    color: black;
    font-weight: bold;
}

    .Forgot_Password:hover {
        color: #0056b3;
        text-decoration: underline;
    }

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
}

@media (max-width: 993px) {
    .login_form input {
        margin: 5px;
    }
}

div#all_content {
    overflow-y: hidden;
    height: 100vh;
    padding-top: 10px;
}

.MP_admin_filter {
    text-align: right;
}

    .MP_admin_filter > div {
        margin: 0px 5px;
    }


/*table CSS*/


.mytbl {
    border-collapse: collapse;
}

outer-container {
    background-color:;
    position: absolute;
    top: 0;
    left: 0;
    right: 1300px;
    bottom: 40px;
}

.inner-container {
    height: 100%;
    overflow: hidden;
}

.table-header {
    position: relative;
}

.table-body {
    height: calc(60vh - 30px);
    overflow: auto;
}

.header-cell {
    text-align: center;
    padding: 0 3px 0px 3px;
}

.body-cell {
    text-align: left;
    padding: 0 3px 0px 3px;
}

    .body-cell input {
        width: 100%;
    }

.col_text_auto {
    text-align: left;
    min-width: 130px;
}

.col_text_sml, .col_input_sml {
    width: 80px;
    min-width: 80px;
}

.col_input_large {
    width: 100px;
    min-width: 100px;
}

.col_button {
    width: 50px;
    min-width: 50px;
}

td.body-cell.col_button {
    padding: 5px;
}

.table-hover > tr:hover {
    background-color: #f5f5f5;
}
