﻿body {
    color: #5C5C5C;
    font-family: Tahoma;
    font-size: 11pt;
    min-height: 100px;

/*ERM-14 uses this*/
    /*font-size: 10pt;
    font-family: 'Segoe UI',Helvetica;*/

}

form {
    padding-top: 15px;
    padding-bottom: 15px;
}

.header {
    font-family: Candara;
}

.brand {
    font-size: 15pt;
    font-weight: bold;
    color: #76BC1E !important;
}

.divOLSMaster {
    max-width: 900px;    
}

.olsmasterpadding {
    padding-top: 20px;
    padding-bottom: 20px;
}

.input-hidden {
  border: none;
  width: 0;
  height: 0;
  line-height: 0;
  padding:0;
  margin: 0;
}

/* Extra Small */
@media (max-width:767px) {
    body {
        /*font-size: 120%;*/
    }

    h4 {
        /*font-size: 120%;*/
        font-weight: bold;
    }
}

/*/* Small */
@media (min-width:768px) and (max-width:991px) {
}

/* Medium */
@media (min-width:992px) and (max-width:1199px) {
}

/* Large */
@media (min-width:1200px) {
}

.my-btn {
    margin: 0px;
    border-color: #FFFFFF;
    text-align: left;
    background-color: #FFFFFF;
    transition: background 1s ease;
    padding: 0px 10px 2px 0px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 1px;
    white-space: normal
}

    .my-btn:focus {
        border-color: #FFFFFF;
        background-color: #FFFFFF;
    }

    .my-btn:hover {
        color: #005193;
        border-color: #B2D4F0;
        background-color: #B2D4F0;
    }


.my-panel-heading, .my-panel-body {
    padding: 0px;
}

.my-panel {
    border-color: #FFFFFF;
    border-top-style: none;  
}




/*.my-link {
    text-align: right;
    font-size: 13pt;
    font-weight: bold;
    color: #000000 !important;
}*/

    /*.my-link:hover {      
    display: block;
    font-weight: bold;
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}*/



.my-panel-body2 {
    padding: 0px;
    background-color: #f8f8f8;
    transition: background 1s ease;
}

    .my-panel-body2.collapsed {
        background-color: #f8f8f8;
    }

.hide-label {
    visibility: hidden;
}

.arratessearch {
    max-width: 450px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

.arratesalert {
    max-width: 450px;
    text-align: left;
    margin-right: auto;
    margin-left: auto;
    /*margin-top: 20px;*/
    /*height: auto;*/
}

.arratesalert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.arratestable {
    border: thin solid #C0C0C0;
    max-width: 450px;
    background-color: #FFFFFF;
    margin-right: auto;
    margin-left: auto;    
}

.arratesTable {
    border: thin solid #C0C0C0;
    max-width: 600px;
    margin: 0px auto;
}

    .arratesTable th {
        background-color: #2C689A;
        color: #FFFFFF;
        /*color: #005193;      
        background-color: #B2D4F0;*/
        text-align: center;
    }

    .arratesTable td {
        text-align: center;
    }

.addpadding {
    padding-right: 2%;
    padding-left: 2%;
}

.panel-mcisearchfilter {
    
    background-color: #f8f8f8; 
    padding: 0px;
}

.mcisearchfilter {
    padding-right: 0px;
    padding-left: 0px;
}

.my-tbl-header {
    font-weight: 500;
    line-height: 1.1;
    color: #FFFFFF;
      font-size: 12px;
    background-color: #2C689A;
    text-align: center;
}

.my-tbl-body {
    line-height: 1.1;
    font-size: 12px;  
}

.my-table {
    margin-bottom: 0px;
}

/*.customlink:hover {
     font-weight: bold;
     white-space: normal;
}*/


.customlink {
    text-decoration: none;
    color: #337ab7;
}

    .customlink:hover {
        font-weight: bold;
        white-space: normal;
        text-underline-position: below;
        text-decoration: underline;
    }



.highlight {
    /*color: #FFFFFF;
    background-color: #2C689A;*/
    text-align: center;
    color: #005193;
    background-color: #B2D4F0;
}


.round {
    border-radius: 24px;
}

.btn-round:hover {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transition: background .5s ease;
    color: #00509F;
    background-color: #B9B9B9;
    border-color: #adadad;
    font-weight: bold;
}

.btn-round.btn-lg {
    width: 48px;
    height: 48px;
}

.btn-round.btn-sm {
    width: 34px;
    height: 34px;
}

.btn-round.btn-xs {
    width: 27px;
    height: 27px;
}

.ardepopfilter {
   max-width:200px ;
}

.emptycolumn:after  {        
   content: '.';
   visibility: hidden;
}


/* added by Ailyna 09-06-2023 */
hr {
    line-height: 30px;
    border-bottom: 1px solid #77bc1f; 
    margin-bottom: 10px;
    margin-left: 5px;
    margin-top: 10px;
}

.visible {
    visibility: visible !important;
}

.invisible {
    visibility: hidden !important;
}

.alert-hidden {
    border: none;
    width: 0;
    height: 0;
    line-height: 0;
    padding: 0;
    margin: 0;
    height: auto;
}



thead {
    font-size: 14px;
    color: dimgray;
}

label.error {
    color: indianred;
    font-weight: bold;
}

label.errormsg {
    color: indianred;
    font-weight: bold;
}
.my-btn-hover {
    border-color: lightgray;
    background-color: white;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
    .btn-default:focus {
        border-color: #FFFFFF;
        background-color: #FFFFFF;
    }

    .btn-default:hover {
        color: #333;
        border-color: #adadad;
        background-color: #e6e6e6;
    }



.bg-custom {
    background-color: #77bc1f;
}

.my-link {
    text-decoration: none;
    color: #337ab7;
}
    .my-link:hover {
        text-underline-position: below;
        text-decoration:underline;
    }


.ermbody {
    padding: 30px;
    width: 100%;
    background-color: #f6f7f8;
    border-color: #f2f2f2;
    overflow-y: auto;
}

.pagerow {
    width: 100%;
    background-color: #fff;
}



.navbar-default .navbar-nav > li > a {
    color: #777;
}
.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}


/*.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    border-color: #e6e6e6;
}*/

.btn-block {
    display: block;
    width: 100%;
}


.hidden {
    display: none !important;
}
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
/*.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

    .fade.in {
        opacity: 1;
    }*/

}
.collapse {
    display: none;
}

    .collapse.in {
        display: block;
    }

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;


