.below-header>.avatar {
    float: left;
    margin-right: 10px;
    background-color: #ff8300;
    color: #fff;
    font-size: 25px;
    padding: 10px;
    border-radius: 10px;
    text-shadow: 2px 7px 3px #00000021;
    width: 55px;
    height: 55px;
    text-align: center;
}

.below-header h1 {
    padding-top: 3px;
    margin-bottom: 5px;
}


table.table-head thead {
    background: #eee;
}

.blockui-notify{
    text-align: left;
    padding: 15px;
    color: #fff;
    border-radius: 3px;
}


/* ==================================== start radio css ==================================== */

.radio-replace {
    padding-left: 20px;
}

.radio-replace label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px;
}

.radio-replace label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 18px;
    height: 18px;
    left: 0;
    margin-left: -20px;
    margin-top: 2px;
    border: 1px solid #DDD;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out;
}

.radio-replace label::after {
    display: inline-block;
    position: absolute;
    content: " ";
    width: 12px;
    height: 12px;
    left: 3px;
    top: 5px;
    margin-left: -20px;
    border-radius: 50%;
    background-color: #ddd;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}

.radio-replace input[type="radio"], .radio-replace input[type="checkbox"] {
    opacity: 0;
    z-index: 1;
    cursor: pointer;
}

.radio-replace input[type="radio"]:focus+label::before, .radio-replace input[type="checkbox"]:focus+label::before {
    outline: 0 none;
}

.radio-replace input[type="radio"]:checked+label::after, .radio-replace input[type="checkbox"]:checked+label::after  {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}

.radio-replace input[type="radio"]:disabled+label , .radio-replace input[type="checkbox"]:disabled+label{
    opacity: 0.65;
}

.radio-replace input[type="radio"]:disabled+label::before, .radio-replace input[type="checkbox"]:disabled+label::before {
    cursor: not-allowed;
}

.radio-replace.radio-inline {
    margin-top: 0;
}

.radio-primary input[type="radio"]+label::after, .radio-primary input[type="checkbox"]+label::after {
    background-color: #ff8300;
}

.radio-primary input[type="radio"]:checked+label::before, .radio-primary input[type="checkbox"]:checked+label::before {
    border-color: #ff8300;
}

.radio-primary input[type="radio"]:checked+label::after, .radio-primary input[type="checkbox"]:checked+label::after {
    background-color: #ff8300;
}

.radio-danger input[type="radio"]+label::after, .radio-danger input[type="checkbox"]+label::after  {
    background-color: #ef4040;
}

.radio-danger input[type="radio"]:checked+label::before, .radio-danger input[type="checkbox"]:checked+label::before {
    border-color: #ef4040;
}

.radio-danger input[type="radio"]:checked+label::after, .radio-danger input[type="checkbox"]:checked+label::after {
    background-color: #ef4040;
}

.radio-info input[type="radio"]+label::after, .radio-info input[type="checkbox"]+label::after {
    background-color: #5bc0de;
}

.radio-info input[type="radio"]:checked+label::before, .radio-info input[type="checkbox"]:checked+label::before {
    border-color: #5bc0de;
}

.radio-info input[type="radio"]:checked+label::after, .radio-info input[type="checked"]:checked+label::after {
    background-color: #5bc0de;
}

.radio-warning input[type="radio"]+label::after, .radio-warning input[type="checked"]+label::after {
    background-color: #f6ce13;
}

.radio-warning input[type="radio"]:checked+label::before, .radio-warning input[type="checked"]:checked+label::before {
    border-color: #f6ce13;
}

.radio-warning input[type="radio"]:checked+label::after , .radio-warning input[type="checked"]:checked+label::after{
    background-color: #f6ce13;
}

.radio-success input[type="radio"]+label::after, .radio-success input[type="checked"]+label::after {
    background-color: #029b17;
}

.radio-success input[type="radio"]:checked+label::before, .radio-success input[type="checked"]:checked+label::before {
    border-color: #029b17;
}

.radio-success input[type="radio"]:checked+label::after, .radio-success input[type="checked"]:checked+label::after {
    background-color: #029b17;
}


/* ==================================== end radio css ==================================== */
