body  {
    background-color: #000;
}
h1 {
    font-size: 27px;
    text-align: left;
    margin: 35px auto;
}
table {
    width: 100%;;
}
tbody, td, tfoot, th, thead, tr {

    border-width: 1px;
    padding: 1px 4px;
}
.rs-item-opacity {
    opacity: .5;
}
@media print {
    #rs-cancel-form,head,.rs-main-form-wrap,.rs-wb-wrap,.rs-places-wrap,#cn-logout,#form-title,.not-for-print {
        
        display:none;
        
    }
    body,.container {
        width: 228px;
        padding: 0!important;;
        margin: 0!important;
    }
    .rs-label-b {
        /*border:1px solid #000;*/
        border:none!important;
        padding: 7.6px 15.2px;
    }
}
.rs-pickup-status {
    background-color: #0f1562;
    color: #fff;
}
.rs-pickup-status td{
    padding: 5px;
}
.rs-print-block {
    width: 228px;
    margin: auto;
        font-family: 'Helvetica'; /*Verdana*/
       
         font-size: 10px;
         font-weight: 600;
 }
 .rs-label-b_5_title{
    font-size: 28px;
    text-align: center;
}
.rs-label-b_5_i {
    font-size: 8px;
    font-weight: normal;
    max-height: 15px;
}
.rs-label-b_4_ml>span {
    font-size:8px;
}
     .rs-label-b {
        border:1px solid #000;
        padding: 7.6px 15.2px;
        overflow: hidden;
    }
    .rs-label-b_2 {
        text-align: center;
    }
   .rs-label-b_2 img {
       max-width: 100%;
   }
    .rs-label-b_1_client {
    max-height: 30px;
    line-height: 11px;
    font-size: 9px;
    overflow: hidden;
    margin-bottom: 3px;
    }
    .rs-label-b_4>div {
    border: 1px solid #000;
    padding: 0px 2px;
}
     .rs-label-b_1,.rs-label-b_4  {
        display: flex;
    justify-content: space-between;
     }
    .rs-label-b_1_dtime {
       font-weight: 400;
    }
.rs-label-b {
page-break-after: always;
  width: 228px;
height: 150px;

}
.rs-print-btn {
        width: 100%;
    margin: 25px 0;
    font-size: 25px;
}
.rs-places-wrap form{
        padding: 15px;
    margin: 35px 0;
    background-color: #294368;
    color: #fff;
    box-shadow: 0 0 10px #000;
}


.rs-cancel-btn,
.rs-cancellabels-btn{
    position: absolute;
    top:7px;
    right:7px;
}
.rs-wait-places  {
    display: none;
    opacity:.5;
}
.rs-temp-mess {
    background-color: red;
    color: white;
    padding: 7px 15px;
    border-radius: 7px;
    margin: 15px 0;
}
.rs-wb-block tr td:last-child {
    padding-left: 15px;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input:read-only {
    outline: none!important;
    opacity: .5;
}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.rs-main-form-wrap input::-webkit-input-placeholder {
    color: #c9c6c6;
    font-style: italic;
}
.rs-main-form-wrap input::-moz-placeholder {
    color: #c9c6c6;
    font-style: italic;
}
.rs-main-form-wrap input:-ms-input-placeholder {
    color: #c9c6c6;
    font-style: italic;
}
.rs-main-form-wrap input::-ms-input-placeholder {
    color: #c9c6c6;
    font-style: italic;
}
.rs-main-form-wrap input::placeholder {
    color: #c9c6c6;
    font-style: italic;
}

.cn-login-container{
width: 300px;
    max-width: 100%;
    margin: 50px auto;
    padding: 15px;
    background-color: #000000;
    border: 1px solid #fff;
    box-shadow: 0 0 7px #fff;
}
.cn-login-container h2{
    text-align:center;
    font-size:25px;
	color:#fff;
}

.cn-login-container .btn-login{
	color: #fff!important;
    font-weight: 600;
    margin: auto;
    display: block;
    border: 2px solid #fff;
	width: 80%;
}
#cn-logout {
    position: fixed;
    right: 0;
    bottom: 0;
    margin: 0;
    background: #000;
    background: rgba(0, 0, 0, 0.40);
}
#cn-logout .btn {
	color:#fff;
	font-weight: 600;
}
#cn-logout .position-fixed {
	right: -200px;
    transition: all .7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    bottom: 38px;
    padding: 10px;
    background: #c0ffc2;
	opacity:0;
}
#cn-logout:hover .position-fixed {
	    -webkit-transform: translateX(-200px);  
		-ms-transform: translateX(-200px);   
		transform: translateX(-200px);
	opacity:1;
}

/*reports*/

.rs-main-container {
    width: 100%;
    height: 100vh;
    background-color: #071744;
    display: flex;
    align-content: flex-end;
    justify-content: space-around;
    align-items: center;
    color:yellow;
}

.rs-mid-block {
    padding: 15px;
    border: 2px solid #4b640e;
    min-width: 300px;
} 

.rs-default-btn {
    display: block;
    color: yellow;
    font-size: 1.4rem;
    background: #000;
    padding: 7px 10px;
    margin: 5px 0;
}
.rs-default-btn:hover{
 
    background-color: rgb(255 255 0 / 75%);
    color: #000;
    text-decoration: none;

}

/*reports*/