body{
    overflow-x: auto;
}

body::-webkit-scrollbar {
  width: 1em;
}
 
body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
 
body::-webkit-scrollbar-thumb {
  background-color: #238801;
  outline: 1px solid slategrey;
}

*, *:before, *:after {
  box-sizing: border-box;
}
.rno_slip.container{
    max-width: 791px;
}
.rno_slip .navbar-brand img{
    position: unset;
}
.uText.note,.uText.note p{
    direction: rtl;
    font-size: 10px;
    text-align: right;
    line-height:21px;
}
h2.uText span{
  font-size: 21px;
}
.uText.note{
    justify-content: flex-start;
}

.info_block  span { padding-top:10px; }
.info_block img { padding-top:30px; }
.info_block .small-font { font-size:9px; }
.info_block .pad-adjust { padding-top:10px; }
.rno_slip{
    display:flex;
}
.rno_slip{
    flex-direction:column;
}
.rno_slip .slip_content>.bubble_block,
.rno_slip .info_block>.uText.note{
    display: none;
}
.rno_slip.compact .slip_footer,
.rno_slip.compact >.uText.note{
    display: none;
}

.rno_slip.compact .slip_content>.bubble_block,
.rno_slip.compact .info_block>.uText.note{
    display: block !important;
}

.rno_slip>div {
    display:inherit;
    flex-direction:row;
    justify-content: center;
    align-items:flex-start;
    flex-wrap: wrap;
}
.rno_slip .slip_header{
    flex-direction:row;
    align-items:center;
    justify-content: center;
}
.rno_slip .slip_content,
.rno_slip .slip_footer,
.rno_slip> .uText.note{
    justify-content: center;
}
.rno_slip .slip_footer >.bubble_block{
    margin-right: 10px;
}
.rno_slip.compact .slip_content>.bubble_block{
    margin-left: 10px;
}
.photo_block img,
.logo_block img{
    width:100%;
    height:auto;
    max-width:70px;
    min-width:70px;
}
.photo_block img{
    border:1px solid #ccc;
    padding:5px;
}

.info_block .form-control{
    border:none;
}
table#schedule{
    font-size:11px;
}
.table-sm td, .table-sm th {
    padding: .1rem .3rem;
    font-size: 13px;
}
#info-table th {
    white-space: nowrap;
    text-align: right;    
}
.bubblesheet{
    width:100%;
    min-width: 182px;
    margin: 0 auto;
}
.bubblesheet ul{
    list-style-type:none;
    white-space:nowrap;
    padding:0;
    margin:0;
    display: table;
    border:1px solid #ccc;
    margin: 0 auto;
    border-spacing:10px 2px;
}
.bubblesheet ul li{
    padding: 0;
    margin: 0;
    list-style: none;
    height: 20px;    
    display: table-row;
}
.bubblesheet ul li span{
    line-height: 10px;
    border-radius: 50%;
    font-size: 10px;
    font-family: Tahoma;
    padding:3px 4px;
    display: table-cell;
    text-align: center;
    border: 1px solid #ccc;
}
.bubblesheet ul li span.active{
    background-color:#000;
    border: 0;
}
.bubblesheet ul li:first-child span{
    border-radius: 0;
    font-size:11px;
    font-weight:bold;
    line-height: 20px;
    border-color: #ccc;
}
     
.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    position: unset;
}
.badge:before {
    content: none !important;
}
.badge-dark {
    color: #fff;
    background-color: #343a40;
}
.badge-info {
    color: #fff;
    background-color: #17a2b8;
}
.badge-light {
    color: #212529;
    background-color: #f8f9fa;
}
.breadcrumb{
    position: relative;
    padding-left: 0;
    padding-right: 0;
}
ul#userLogin {
    position: absolute;
    top: 0;
    right: 0;
    list-style-type: none;
}
ul#userLogin li{
    padding: 0 10px;
}
ul#userLogin span.fas{
    font-size: 50px;
}
ul#userLogin .nav-link {
    color: #0056b3;
    padding: .3rem 1rem;
}

ul#userLogin .dropdown-menu {
    left: auto;
    right: 15px;
    background-color: #fff709;
    width: 100%;
    max-width: 337px;

}

footer.thin{
    margin-top: 10px;
}
.row>.fb-like{
    display: none !important;
}

.form {
    background:#003a6a;
    padding: 15px;
    margin: 0 auto;
    border-radius: 4px;
    box-shadow: 0 4px 10px 4px rgba(19, 35, 47, 0.3);
  }
  
  .ajaxContent {
    padding: 15px;
    margin: 0 auto;
    border:1px dotted #ccc;
    min-height: 450px;
  }

  .tab-group {
    list-style: none;
    padding: 0;
    margin: 0 0 40px 0;
    display: flex;
    justify-content: space-around;
  }
  .tab-group li{
    display: flex;
  }

  .tab-group li a {
    display: block;
    text-decoration: none;
    padding: 15px;
    background: rgba(160, 179, 176, 0.25);
    color: #a0b3b0;
    font-size: 14px;
    float: left;
    text-align: center;
    cursor: pointer;
    transition: .5s ease;
  }
  .tab-group li a:hover {
    background: #179b77;
    color: #ffffff;
  }
  .tab-group .active a {
    background: #238801;
    color: #ffffff;
  }
  .tab-content > div{
    display: none;
  }
  .tab-content > div:first-child {
    display: block;
  }

  #fnSearch{
    display: none;
  }
  .toggleLink{
    float: right;
    line-height: normal;
  }
  
  .form h2 {
    text-align: center;
    color: #fff508;
    font-weight: 300;
    margin: 0 0 20px;
    font-size: 21px;
    line-height: 31px;
  }
  .dropdown-menu{
    background-color: #fff80b;
    border: 1px solid #ccc;
    padding: 0;
    opacity: .8;
    box-shadow: 0 4px 10px 4px rgba(19, 35, 47, 0.3);
    z-index: 9999;
  }
  .dropdown-menu li{
    padding:0;
    border-bottom: 1px dotted #238801;
  }
  .dropdown-menu li :hover{
    background-color:#238801;
    color: #fff;
  }
  .dropdown-menu li a{
    text-decoration: none;
    display: block;
    padding: 5px 10px;
    font-family: Comic Sans, Comic Sans MS, cursive;
  }
  .form label {
    position: absolute;
    -webkit-transform: translateY(6px);
            transform: translateY(6px);
    left: 13px;
    top: 4px;
    color: rgba(255, 255, 255, 0.5);
    transition: all 0.25s ease;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    pointer-events: none;
    font-size: 19px;
  }
.form label .req {
    margin: 2px;
    color: #1ab188;
  }
  
 .form label.active {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
    left: 2px;
    top:0;
    font-size: 14px;
  }
  .form label.active .req {
    opacity: 0;
  }
  
  .form label.highlight {
    color: #ffffff;
  }

  .form input, .form textarea,select {
    font-size: 22px;
    display: block;
    width: 100%;
    height: auto;
    line-height: normal;
    padding: 5px 10px;
    background: none !important;
    background-image: none !important;
    border: 1px solid #a0b3b0 !important;
    color: #ffffff !important;
    border-radius: 0;
    transition: border-color .25s ease, box-shadow .25s ease;
  }
  select:focus {
    color: #333 !important;
    background-color: #0056b3;
  }
  .form input:focus, .form textarea:focus,.form select:focus {
    outline: 0;
    border-color: #1ab188;
  }
  
  .form textarea {
    border: 2px solid #a0b3b0;
    resize: vertical;
  }
  
  .field-wrap {
    position: relative;
    margin-bottom: 40px;
  }
  
  .top-row:after {
    content: "";
    display: table;
    clear: both;
  }
  .top-row > div {
    float: left;
    width: 48%;
    margin-right: 4%;
  }
  .top-row > div:last-child {
    margin: 0;
  }
  
  .button {
    border: 1px solid transparent;
    outline: none;
    border-radius: 0;
    padding: 15px 0;
    font-size: 1.5rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .1em;
    background: #238801;
    color: #ffffff;
    transition: all 0.5s ease;
    -webkit-appearance: none;
  }
  .button:hover, .button:focus {
    border:1px solid #333;
    color:#333;
  }
  
  .button-block{
    display: block;
    width: 100%;
    height: 4rem;
  }
  .button-block:disabled{
    background: rgba(160, 179, 176, 0.25);
    color: #a0b3b0;
    border: 1px solid transparent;
  }
  
  .fade-scale {
    transform: scale(0);
    opacity: 0;
    -webkit-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
  }
  
  .fade-scale.show {
    opacity: 1;
    transform: scale(1);
  }
  #controlSet .scrollup{
    display: none;
  }
  @media screen{
    #info-table thead{
        display:none!important;
    }
}
@media print {
    html, body {
        width: 210mm;
        height: 297mm;
        font-size: 12px;
    }
    .rno_slip{
      padding-top: 40px;
      display: none !important;
    }
    .bubblesheet ul li span.active{
        background-color:#000;
        -webkit-print-color-adjust: exact;
    }
    .noprint,
    #info-table_wrapper div.row:first-child,
    #info-table_wrapper div.row:last-child,
    #info-table thead{
        display:none!important;
    }
    .uText.note{
        justify-content: flex-start;
    }
    table, .rno_slip {
        page-break-inside: avoid;
    }
    tr .rno_slip {
        padding:40px 0;
        border-bottom: 1px dotted #ccc;
    }
    tr:nth-child(even) .rno_slip,
    tr:last-child .rno_slip{
        border:0 none;
    }
    tr .compact {
        padding:5px 0 10px;
        border-bottom: 1px dotted #ccc !important;
    }
    tr:nth-child(4n) .compact,
    tr:last-child .compact,
    #info-table td, #info-table th{
        border:0 none !important;
    }
}
@page {
    size: A4;
    margin: 0;
}
