body {
   background-color: #e2eef4 !important;
   padding: 0 25px 40px;
   font-size: 18px;
   font-family: 'Roboto', sans-serif;
}

h2 {
   font-family: 'Roboto', sans-serif !important;
   font-weight: 500 !important;
   font-size: 24px !important;
   text-transform: uppercase !important;
   margin: 25px 0 15px !important;
}

.btn-menu {
   width: 240px;
   height: 45px;
   padding: 0 15px;
   background: #29a7db;
   color: #fff;
   font-family: 'Roboto', sans-serif;
   font-size: 14px;
   border-radius: 4px;
   border: none;
   margin-bottom: -5px;
   cursor: pointer;
   transition: background 0.5s;
}

.btn-menu:hover {
   background: #108abd;
}

.btn-table {
   width: 160px;
   height: 45px;
   padding: 0 15px;
   background: #4cbc46;
   color: #fff;
   font-family: 'Roboto', sans-serif;
   font-size: 14px;
   border-radius: 4px;
   border: none;
   /*  margin-bottom: -16px !important; */
   cursor: pointer;
   transition: background 0.5s;
}

.btn-table:hover {
   background: #42a23d;
}

.btn-exit {
   width: 240px;
   height: 45px;
   padding: 0 15px;
   background: #d75151;
   color: #fff;
   font-family: 'Roboto', sans-serif;
   font-size: 14px;
   border-radius: 4px;
   border: none;
   margin-bottom: -5px;
   cursor: pointer;
   transition: background 0.5s;
}

.btn-exit:hover {
   background: #c04747;
}

.btn-green {
   width: 240px;
   height: 45px;
   padding: 0 15px;
   background: #4cbc46;
   color: #fff;
   font-family: 'Roboto', sans-serif;
   font-size: 14px;
   border-radius: 4px;
   border: none;
   margin-bottom: -5px;
   cursor: pointer;
   transition: background 0.5s;
}

.btn-green:hover {
   background: #42a23d;
}

.dumphide {
   display: none;
}

input[type="text"],
input[type="date"],
[type="password"] {
   display: inline-block;
   margin-top: 10px;
   padding: 0 15px;
   width: 240px;
   height: 45px;
   background: #fff;
   color: #5b5b5b;
   font-family: 'Roboto', sans-serif !important;
   font-size: 14px !important;
   border-radius: 4px;
   border: 1px solid #c2d8e2;
   -webkit-box-shadow: inset 0px 2px 5px 0px rgba(235, 235, 235, 1);
   -moz-box-shadow: inset 0px 2px 5px 0px rgba(235, 235, 235, 1);
   box-shadow: inset 0px 2px 5px 0px rgba(235, 235, 235, 1);
}

textarea {
   display: inline-block;
   margin-top: 10px !important;
   padding: 15px;
   width: 240px;
   background: #fff;
   color: #5b5b5b;
   font-family: 'Roboto', sans-serif !important;
   font-size: 14px !important;
   border-radius: 4px;
   border: 1px solid #c2d8e2;
   -webkit-box-shadow: inset 0px 2px 5px 0px rgba(235, 235, 235, 1);
   -moz-box-shadow: inset 0px 2px 5px 0px rgba(235, 235, 235, 1);
   box-shadow: inset 0px 2px 5px 0px rgba(235, 235, 235, 1);
}

table {
   width: 100%;
}

.table td,
.table th {
   vertical-align: baseline !important;
}

th {
   font-family: 'Roboto', sans-serif !important;
   font-weight: 500 !important;
}

tr {
   background: #fff;
   transition: background 0.5s;
}

tr:hover {
   background: #f6f6f6 !important;
}

.order {
   background: #b9b9b9;
}

[type="radio"] {
   margin-right: 7px !important;
}

.mtop {
   margin-top: 0 !important;
}

.incenter {
   position: absolute;
   left: 50%;
   top: 50%;
   margin: -130px 0 0 -150px;
}

.inprocess {
   text-align: center !important;
   margin-top: 20%;
   color: #626567;
   border: 1px dashed #626567;
   padding: 15px;
   text-transform: uppercase;
}

.payment {
   font-family: 'Roboto', sans-serif !important;
   font-size: 22px !important;
   color: #c04747;
   margin-bottom: 16px;
   width: 240px;
   text-align: center;
   background: #cfe4ee;
   padding: 5px 0;
   border: 1px dashed rgba(0, 0, 0, .3);
}