body {
-webkit-user-select: none;  /* Chrome all / Safari all */
-moz-user-select: none;     /* Firefox all */
-ms-user-select: none;      /* IE 10+ */
-o-user-select: none;
user-select: none;
}
.imgwidth{
	width: 156px;
	height: 66px;
}
.pclass{
	text-align: center;
}
.form-control {
    font-size: 13px !important;
    padding: 6px 6px !important;
}
.modal-content {
    border-radius: 18px!important;
}
.modal-footer{
    background: #ededed !important;
	border-left: 7px solid #C1C1C3;
	 border-right: 7px solid #C1C1C3;
	 border-bottom: 7px solid #C1C1C3;
	 border-bottom-right-radius: 18px;
	 border-bottom-left-radius: 18px;
} 
.modal-header {
    background: #ededed !important;
	border-left: 7px solid #C1C1C3;
	 border-right: 7px solid #C1C1C3;
	 border-top: 7px solid #C1C1C3;
	 border-top-right-radius: 18px;
	 border-top-left-radius: 18px;
}
.modal-body {
   /* background: #F7F7F7;*/
    border-left: 7px solid #C1C1C3;
	 border-right: 7px solid #C1C1C3;
}
.modal-open .modal{
	/*background-image: url("http://www.omniscient-computers.com/payimg/bg-01.jpg");*/
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.btndeco{
	background: #800000 !important;
	margin-top: 20px;
border-radius: 6px !important;
}
.btndecofooter {
    background: #bbce00 !important;
    margin-top: 20px;
    border-radius: 5px !important;
    width: 100%;
}
.modal-content {
    z-index: 5000 !important;
}

.paywidth{
	width: 50% !important;
}
.submit1 {
background: #AE1616 !important;
padding: 4px 11px;
color: #fff;
border: 1px solid #107D19;
font-size: 16px;
}
.submit1:hover {
background: #107D19  !important;
padding: 4px 11px;
color: #fff;
border: 1px solid #AE1616;
font-size: 16px;
}
.selectpicker{
	width: 100%;
padding: 6px;
border-radius: 4px;
border: 1px solid #CDCDCD;
}
.modal-header {
    padding: 6px 15px 4px 15px;
}
hr {
    margin-top: 3px !important;
}
.form-control {
    border-radius: 1px !important;
    background: #eeeeee !important;
}
.selectpicker{
	width: 100%;
	padding: 6px;
	border: 1px solid #CDCDCD;
	border-radius: 1px;
    background: #eeeeee;
}
.close {
    font-size: 35px !important;
color: #AE1616 !important;
opacity: 8.2 !important;
}
@media screen and (max-width: 480px) {
.imgwidth{
	width: 80px;
    height: 35px;
}
}