@font-face {
    font-family: "Benton-Sans";
    src: url("/fonts/BentonSans-Medium.eot");
    src: url("/fonts/BentonSans-Medium.ttf") format("truetype"),
    url("/fonts/BentonSans-Medium.eot") format("embedded-opentype");
}

.error_message {
    font-size: 18px;
    font-weight: 400;
    color: #74a433;
    font-family: "Benton-Sans";
    margin-bottom: 10px;
    margin-top: 50px;
}

.navbar-right {
    float: right!important;
    margin-right: -15px;
    background-color: #f5f8fa;
    border-radius: 10px;
    margin-top: 25px;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    border-radius: 20px;
}

.navbar-nav>li>a {
    border-radius: 20px;
}

.login-panel-main {
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    align-items: center;
    text-align: center;
}

.footer {
    bottom: 0px;
    position: fixed;
    width: 100%;
}

.pdf-sharing-page {
    font-family: "Benton-Sans";
}

.modal-header .close {
    margin-top: -25px !important;
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 5px solid #4e758d;
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
    box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
    background-clip: padding-box;
    outline: 0;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px;
    line-height: 1.6;
    vertical-align: middle;
    border-top: 1px solid #ddd;
}

#no-pdfs {
    color: red;
}

@media screen and (orientation:landscape) 
and (min-device-width: 319px) 
and (max-device-width: 760px){
    .footer {
        bottom: 0px;
        position: unset;
    }
}

.footer .footer-line{
    height: 30px;
    margin-left: auto;
    line-height: 60px;
    background-color: #4f758b;
    margin-right: auto;
}

.footer-image img {
    margin: 15px;
}

.footer-text {
    float: right;
    width: fit-content;
    margin-right: 10px;
    margin-top: -40px;
    font-size: 10px;
}

.login-heading {
    font-size: 24px;
    font-weight: 400;
    color: #74a433;
    font-family: "Benton-Sans";
    margin-bottom: 10px;
}

.login-sub-heading {
    font-size: 14px;
    font-weight: 400;
    color: #74a433;
    font-family: "Benton-Sans";
}

.login-button-text {
    font-size: 15px;
    font-weight: 400;
    color: #74a433;
    font-family: "Benton-Sans";

}

.navbar {
    background-color: #4f758b;
}

.navbar .container {
    position: relative;
    min-height: 125px;
    border: 1px solid transparent;
    background-image: url('/images/LoginPageHeader.png');
    background-repeat: no-repeat;
    background-size: 100%;
    margin-bottom: 25px;
}

.login-panel.login-panel-default {
    margin-top: 35px;
    margin-bottom: 200px;
}

.login-panel-body {
    margin-top: 35px;
    margin-left: 25%;
}

.login-btn-primary {
    color: #fff;
    background-color: #527b91;
    border-color: #527b91;
    width: 100%;
}

.form-control {
    width: 100%;
    height: 36px;
    padding: 6px 12px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #D9E2A9 !important;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

@media (max-width:1200px) { 

    .login-heading {
        font-size: 20px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .login-heading {
        font-size: 20px;
    }
    .login-panel-body {
        margin-left: 0;

    }
    .login-panel-main {
        width: 65%;
    }
    .navbar-right {
        margin-top: 60px;
        margin-right: 0px;
    }
}

@media (min-width:580px) and (max-width:767px) {

.navbar .container {
    height:190px;
}
}

@media screen and (max-width: 767px) {
    .navbar .container {
        background-image: url('/images/MobileLoginHeader.png');
        margin-bottom: 0;
    }
    .login-heading {
        font-size: 15.7px;
        margin:0;
    }
    .login-button-text {
        text-align: center;
        font-size: 14px;
    }

    .login-sub-heading {
        font-size: 13px;
        font-weight: 400;
        color: #74a433;
        font-family: "Benton-Sans";
        text-align: center;
        margin: 5px;
    }

    .login-panel-main {
        width: 100%;


    }
    .login-panel-body {
        margin-left: 20px;
        margin-right: 20px;
    }

    .navbar-right {
        margin-top: 60px;
        margin-right: 0px;
    }
    .navbar-nav>li>a {
        font-size: 12px;
        padding: 6px;
    }
    .footer-text {
        float: unset;
        width: unset;
        margin-left: 5px;
    }
    .footer-image {
        margin-bottom: 35px;
    }
    .table {
        font-size: 3vw;
        margin-bottom: 100px;
    }
    
    .table .btn-primary {
        font-size: 2vw;
        margin-bottom: 2px;
    }
    h2 {
        font-size: 1.5em;
    }
    .navbar-nav .open .dropdown-menu {
        position: absolute;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: #eeeeee;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        left: -100px;
    }
}

.btn-primary {
    color: #fff;
    background-color: #4f758b;
    border-color: #43768d;

}
.table .btn-primary {
    margin-bottom:10px;
}

div#emails-error {
    color: red;
}

  #overlay{	
    position: fixed;
    top: 0;
    z-index: 999999;
    width: 100%;
    height:100%;
    background: rgba(0,0,0,0.6);
  }
 
  .spinner {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    border-radius: 50%;
    border: 1px solid #ccc;
    border-top-color: #07d;
    animation: spinner .6s linear infinite;
  }
  @keyframes spinner {
    to {transform: rotate(360deg);}
  }
  .is_hide{
    display:none;
  }
  .displayblock {
      display:block;
  }

  @media only screen and (max-width: 800px) {
    
    /* Force table to not be like tables anymore */
    #no-more-tables table, 
    #no-more-tables thead, 
    #no-more-tables tbody, 
    #no-more-tables th, 
    #no-more-tables td, 
    #no-more-tables tr { 
        display: block; 
    }
 
    /* Hide table headers (but not display: none;, for accessibility) */
    #no-more-tables thead tr { 
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
 
    #no-more-tables tr { border: 1px solid #ccc; }
 
    #no-more-tables td { 
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee; 
        position: relative;
        padding-left: 50%; 
        white-space: normal;
        text-align:left;
    }
 
    #no-more-tables td:before { 
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%; 
        padding-right: 10px; 
        white-space: nowrap;
        text-align:left;
        font-weight: bold;
    }
 
    /*
    Label the data
    */
    #no-more-tables td:before { content: attr(data-title); }
    .shared-pdf-page-div {
        padding-top: 15px;
    }
}

  