﻿body {
}

#allocatereq .modal-dialog {
	width: 70%;
	margin: 0 auto;
}
#allocatereq .modal-header {
	color:#ff851b;
	border-bottom: 1px solid #ccc;
}
.btn_custome {
    padding: 5px 20px;
    font-size: 16px;
}
#mdlbdy table tr td, #mdlbdy table tr th {
padding:8px;
line-height: 1.2;
text-align:center;
vertical-align:middle;
}
#mdlbdy {
border: 1px solid #e34b39;
    border-radius: 3px;
}
.requitm {
color: #dd4b39;
    font-weight: bold;
    text-transform: uppercase;
}
.onlyforchkbx {
vertical-align: bottom;
    margin-right: 7px!important;
    width: 17px;
    height: 17px;
}
.modal-content {
border-radius:5px!important;
}
.onlyforslctbrnd {
width:100px;
}
.pad5_mar5 {
padding:5px;
margin:5px;
}
.vdr_main {
	    display: flex;
    width: 100%;
}
.vdr_left {
width:50%;
padding:10px;
}
.vdr_right {
width:50%;
padding:10px;
}

@media only screen and (max-width: 1050px) {
	#allocatereq .modal-dialog, #opent .modal-dialog, #openc .modal-dialog {
	width: 95%;
}
}
@media only screen and (max-width: 700px) {
	.pad5_mar5 {
padding:0;
margin:5px;
}

}
@media only screen and (max-width: 600px) {
	#mdlbdy table tr td, #mdlbdy table tr th {
padding:5px 3px;
}
.vdr_main {
 display: block;
}
.vdr_left {
width:100%;
padding:10px;
}
.vdr_right {
width:100%;
padding:10px;
}
}

@media only screen and (max-width: 400px) {
}
