.abs,
.bbs,
.csdb,
.rsdz,
.tab-link{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.error-border{
    border: 1px solid red !important;
}
.abdvb{
    width: 90px;
    border-radius: 0 !important;
    margin-top: 5px !important;
}
.eabd h4,.eabd p{
    margin: 0;
}
.eabd{
    padding: 15px 10px;
    background-color: #fff;
    transition: 0.3s;
    border: 1px solid #ddd;
}
.eabzn{
    margin: 5px 0;
}
.eabd:hover{
    box-shadow: 0 0 4px #999;
    background-color: #f7f7f7;
}
.lvwrfsd{
    width: 90px;
    overflow: hidden;
    height: 10px;
    margin-top: -6px;
}
.lvwrfsd img{
    width: 100%;
    height: auto
}
.mscm1,.mscm2{
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 5px 0 0;
}

.mscm1{background-color: green}
.mscm2{background-color: #c60000}
.mvbs{
    width: 35px;
    margin: 2px;
    text-align: center;
    line-height: 30px;
    height: 30px;

}
.sdg{
	width: 20px;
}
.abs{    
    background-color: green;
    cursor: pointer;
}
.bbs{    
    background-color: #c60000; 
    cursor: not-allowed;
}
.msaws{
   border: 1px solid #ddd;
}
.abs,.bbs{
    color: white;    
    box-shadow: 0 0 3px #07363e;

}
.dbs{
    box-shadow: 0 0 3px #07363e;
    background-color: #373a3e;
}
.abs:hover{
    opacity: 0.8
}

.smt{
    border:1px solid #ddd;
    background-color: #fff;
    box-shadow: 0 0 3px #07363e;
	width:auto;
}
.smt td{
	padding:5px !important;
	vertical-align:middle;
	border:none !important;
}

.smtt{
    text-align: center;
    margin: 0 2px 25px 2px;
    padding: 5px;
    border: 1px solid #ddd;
    font-weight: bold;
    box-shadow: 0 0 10px #ddd inset;
}
.sbdt{
	width:100%;
    max-width: 500px
}
.sbdt th,.sbdt td{
    border:1px solid #ddd;
    padding: 5px;
    text-align: center;
}
.bpts{
    padding: 5px;
    min-width: 250px;
    min-height: 30px;
}
.atcbys{
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    color: #084e6f;
    font-weight: 600;
    text-align: center
}
.swsdv{
    background-color: #fff;
    padding: 10px;
}
.aswsv{
    border: 1px solid #999;
    box-shadow: 0 0 3px #999;
    margin: 5px 0;
}
.csdb{
    width: 15px;
    height: 15px;
    margin: auto !important;
    border: 1px solid gray;
    line-height: 12px;
    box-shadow: 0 0 3px #999;
    color: red;
    cursor: pointer;
}
.csdb:hover{
    border: 1px solid red;
    font-weight: bold
}
.imfgn{
    color:red;
}
.rsdz{
    margin: 0;
    padding: 5px;
    border: 1px solid #ccc;
    height: 25px;
    line-height: 15px;
    width: 23px;
    text-align: center;
    cursor: pointer;
}
.rsdz:hover{
    border: 1px solid red;
    color: red;
}
p{
    margin:0 !important;
}
/*---------------TAB-----------------*/
ul.sstab{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
ul.sstab li{
    display: inline-block;
    padding: 10px 15px;
    cursor: pointer;
    font-weight: bold
}

ul.sstab li.active_tab{
       background: #47af59;
    color: #474694;

}

.sstab-content{
    display: none;
    padding: 15px;
}

.sstab-content.active_tab{
    display: inherit;
}
/*---------------TAB-----------------*/
.sstabzn{
    margin: 10px 0;
}
.cslit p{
    width: 40px;
    height: 25px;
    background-color: #ffffa3;
    padding: 0;
    text-align: center;
    line-height: 24px;
    margin: auto !important;
    border: 1px solid #ddd;
}
[name='pgen'] {
    -webkit-appearance: none;
    width: 17px;
    height: 17px;
    outline: none;
    border: 1.5px solid #444;
    margin: 12px 0 0 0;
    border-radius: 50%;
}

[name='pgen']:before {
    content: '';
    display: block;
    width: 60%;
    height: 60%;
    margin: 20% auto;
    border-radius: 50%;
}

[name='pgen']:checked:before {
    background: #444;

}

[name='papol']{
    -moz-appearance:none;
    -webkit-appearance:none;
    -o-appearance:none;
    outline: none;
}

[name='papol']:before {
    font-family: "FontAwesome";
    content: "\f00c";
    color: transparent !important;
    display: block;
    width: 18px;
    height: 18px;
    border: 1.5px solid #444;
}

[name='papol']:checked:before {
    color: #444 !important;
}
.check-error:before{
    border: 1.5px solid red !important;
}
.ssbgclr{
    background-color: #ffffa3;
    color: black;
}