/*so that fields are apart by large distance for higher resolutions*/
#divContentWidth
{
    max-width: 1254px;
}

.sbtext
{
    padding: 3px 5px;
    margin: 0;
    border: 1px solid #768ca5;
    color: black;
    font: normal 12px "Segoe UI" ,Arial,Helvetica,sans-serif;
    width: 200px;
}

.sbcntl-left
{
    float: left;
}
.sbcntl-xs1
{
    width: 20px !important;
}
.sbcntl-xs2
{
    width: 30px !important;
}
.sbcntl-xs3
{
    width: 40px !important;
}
.sbcntl-sm1
{
    width: 50px !important;
}
.sbcntl-sm2
{
    width: 60px !important;
}
.sbcntl-sm3
{
    width: 70px !important;
}
.sbcntl-sm4
{
    width: 80px !important;
}
.sbcntl-sm5
{
    width: 90px !important;
}
.sbcntl-md1
{
    width: 100px !important;
}
.sbcntl-md2
{
    width: 125px !important;
}
.sbcntl-md3
{
    width: 150px !important;
}
.sbcntl-md4
{
    width: 175px !important;
}
.sbcntl-lg1
{
    width: 200px !important;
}
.sbcntl-lg2
{
    width: 225px !important;
}
.sbcntl-lg3
{
    width: 250px !important;
}
.sbcntl-lg4
{
    width: 275px !important;
}
.sbcntl-lg5
{
    width: 300px !important;
}

.sblabel
{
    padding-right: 10px;
    line-height: 22px;
    color: black;
    font: bold 12px "Segoe UI" ,Arial,Helvetica,sans-serif;
    zoom: normal;
}

.lblnobold
{
    font-weight: normal;
}

.radEditIcon
{
    background: url(../images/pencil.png);
    background-position: 0 0 !important;
    width: 16px !important;
    height: 16px !important;
}

/* Gradient color1 - color2 - color1 */

hr.style-one
{
    border: 0;
    height: 1px;
    background: #333;
    background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc);
    background-image: -moz-linear-gradient(left, #ccc, #333, #ccc);
    background-image: -ms-linear-gradient(left, #ccc, #333, #ccc);
    background-image: -o-linear-gradient(left, #ccc, #333, #ccc);
}

/* Double-color dashed line */
hr.style-two
{
    border: 0;
    border-bottom: 1px dashed #ccc;
    background: #999;
}

/* Single-direction drop shadow */
hr.style-three
{
    height: 12px;
    border: 0;
    box-shadow: inset 0 12px 12px -12px rgba(0,0,0,0.5);
}

/* Inset, by Dan Eden */
hr.style-four
{
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}


/* Panel evaluation Page labels*/