.POPUP_CONDITION{

}
#conditions_condition{
    min-width: 300px;
    max-width: 500px;
}
#conditions_condition .checker{
    margin-top: 7px;
}
#conditions_condition label{

    font-weight: normal;
}
#conditions_condition .required{
    color: red;
    float: right;
    margin-top: -10px;
}


#conditions_condition .condition_title{
    font-weight: bold;
    margin-bottom: 15px;
}

.conditionsCondition{
    margin-top: 10px!important;
}

#conditions_condition .conditionsCondition{
    margin-top: -2px!important;
}
#block-conditions{
    max-height: 1000px;
    overflow-y: scroll;
}
#block-conditions .dateth{
    min-width: 100px;
}
#conditions_condition .hidden{
    display: none;
}

.fullRowPS15{
    float: left;
    width: 100%;
    margin-bottom: 5px;
}
.colxs1{
    float: left;
    width: 8%;
}
.colxs11{
    float: left;
    width: 82%;
    padding-top: 10px;
}

.checkbox15{
    margin-top: 0px!important;
    padding-bottom: 0px;
}
#conditions-list{
    margin-top: 15px;
    background: #fff;
}
#conditions-list p{
    padding-bottom: 0px;
}
#conditions-list td,#conditions-list th{
    padding: 5px;
}

#conditions_condition .acceptCondition,#conditions_condition .cancelCondition,#conditions_condition .cancelCondition2{
    margin-top: 15px;
}

#conditions_condition em{
    font-style: italic;
}
.conditionsCondition .sui-switch-handle{
    background-color: #ccc;    
    height: 20px!important;
    width: 15px!important;
    margin-left: 0px; 

    top: 0px;

}
.conditionsCondition > .sui-switch{
    background-color: #197bb5;

}

.sui-switch:focus .sui-switch-handle, .sui-switch:hover .sui-switch-handle, .sui-switch-handle:hover{
    background-color: #ccc;
}
.conditionsCondition .sui-switch-checked .sui-switch-handle{
    background-color: #ccc; 
    margin-left: 2px;
}
.conditionsCondition .sui-switch-inner{
    padding-top: 0px;
    padding-bottom: 0px;
    top:0px;
    left:0px;
    right:0px;
    border-radius: 4px;
    bottom:0px;
}
#conditionsFlashMessage .iconErr{
    color: red;
    font-size: 30px;
    float: left;
    margin: 10px 10px 10px 0;
}
#conditionsFlashMessage .okButton{
    margin-top: 15px;
    width: 75px;
}
#conditionsFlashMessage{
    display: none;
}
.conditionsCondition .sui-switch-handle{
    border: none;
}
.conditionsCondition > .sui-switch{    
    overflow: hidden;
    border-radius: 5px; 
    border: 2px solid #197bb5;
    height: 1.6em;
}

#conditions_condition .cancelCondition,#conditions_condition .cancelCondition2{
    background: red;
    border: 1px solid red;
}

#block-conditions tr td{
    text-align: center!important;
}
#block-conditions tr td:nth-child(4){
    text-align: left!important;
}