﻿body {
}



.closediv {
    /*background:   scroll */
    background-image: url("../images/semi.png");
    background-repeat: no-repeat;
    background-position: right 0 bottom 2px;
    bottom: 3px;
    color: #1BBC9B;
    display: block;
    font-size: 24px;
    height: 24px;
    padding: 8px 0 0 2px;
    position: absolute;
    right: 23%;
    text-decoration: none;
    width: 60px;
    cursor: pointer;
}

.color {
    color: #FF9646;
}


.red {
    color: red;
}

.bold {
    font-weight: bold;
    color: #747474;
}

.labelColor {
    color: #575757;
}

#btnSaveSubmit {
    margin-top: 5px;
}

#divButton {
    padding: 0 0 0 23px;
}
/*@media (min-width: 700px){
    #btnSaveSubmit{
        margin-top: 5px;
    }
}*/

@media (min-width: 700px) {
    #btnSaveSubmit {
        margin-top: 5px;
    }

    #divButton {
        padding: 0 0 0 360px;
    }
}

@media (min-width: 1280px) {
    #btnSaveSubmit {
        margin-top: 0px;
    }
}

.imageBox {
    position: relative;
    height: 200px; /*170.078740157px;/*250px;*/
    width: 150px; /*132.283464567px;200px;*/
    border: 1px solid #aaa;
    background: #fff;
    overflow: hidden;
    background-repeat: no-repeat;
    cursor: move;
}

    .imageBox .thumbBox {
        position: absolute;
        top: 50%;
        left: 50%;
        height: 170px; /*170.078740157px;/*250px;*/
        width: 130px; /*132.283464567px;200px;*/
        margin-top: -86px;
        margin-left: -66px;
        box-sizing: border-box;
        border: 1px solid rgb(102, 102, 102);
        box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.5);
        background: none repeat scroll 0% 0% transparent;
    }

    .imageBox .spinner {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        text-align: center;
        line-height: 400px;
        background: rgba(0,0,0,0.7);
    }

.chkChoice input {
    margin-left: -20px;
}

.chkChoice td {
    padding: 20px;
}

.chkChoice label {
    font-weight: 100;
}

.bootstrapCheckbox {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 10px;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
}

.radiolist {
    position: relative;
    display: inline-block;
    padding-right: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    cursor: pointer;
}

    .radiolist label {
        display: inline-block;
        max-width: 100%;
        margin-bottom: 5px;
        padding: 10px;
        font-weight: 100;
        padding-left: 2px;
    }

.select2radius {
    border-radius: 4px;
}

.listdivSiblingDetails {
    display: inline-block;
    margin: 5px 0 0;
    position: relative;
    text-align: left;
    width: 1100px !important;
    height: auto;
}

.checkboxlist {
    position: relative;
    display: inline-block;
    padding-right: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    cursor: pointer;
}

    .checkboxlist label {
        display: inline-block;
        max-width: 100%;
        margin-bottom: 5px;
        /* font-weight: 700; */
    }

.leftcolumn, .rightcolumn {
    border: 1px solid white;
    float: left;
    /*min-height: 450px;*/
    color: white;
}

.leftcolumn {
    width: 250px;
    /*background-color: #111*/;
}

.rightcolumn {
    width: 250px;
    /*background-color: #777;*/
}

.wrapper {
    width: 1005px;
    margin: 0 auto;
}

.progressbar {
    width: 31% !important;
    position: absolute;
    top: 12px;
    right: 40px;
    padding: 0 !important;
    background-color: white !important;
}

.progressBarFilled {
    background-color: #5CB85C !important;
    font-weight: 600;
}

.outer-therm {
    /*width: 300px;
    height: 20px;
    background-color: #444;*/
    margin: 0;
}
