/*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*/

/* For Active Button in Who is in Page*/

.ActiveBtn
{
    color:#ec6c00 !important
}

.sblabelNew
{
    padding-right: 10px;
    line-height: 22px;
    color: black;
    font: bold 14px "Segoe UI" ,Arial,Helvetica,sans-serif !important;
    zoom: normal;
}

.lblnoboldNew
{
    font-weight: normal !important;
}

.radbackcolor
{
    border: 1px solid #ed9040 !important;
}


/********fieldset designs********/
fieldset.fieldset1 {   
    clear: both;     
    width: 100%;     
    margin: 0 0 1.5em 0;     
    padding: 10px;     
    border: 1px solid #BFBAB0;     
    background-color: #F2EFE9;     
    background-repeat: repeat-x;  
}  
fieldset.fieldset1 legend {   
    margin-left: 1em;  
    margin-bottom: 10px;  
    padding-left:0.5em; 
    color: #000000;   
    font-weight: bold;  
    border-bottom:none;
} 


.highlightbox1 {
    padding:5px;
    background-color:#eee6d6;
    border:1px dashed #ba9957;
    margin-bottom:10px;
}

 .highlightbox1 span {margin-left:4px;}


 fieldset.fsinner1 {   
    clear: both;     
    width: 100%;     
    margin: 0 0 1.5em 0;     
    padding: 10px;     
    border: 1px solid #ba9957;     
    background-color: #eee6d6;     
    background-repeat: repeat-x;  
}  
fieldset.fsinner1 legend {   
    margin-left: 1em;  
    margin-bottom: 10px;  
    padding-left:0.5em; 
    color: #000000;   
    font-weight: bold;  
    font-size: 19px;
    border-bottom:none;
} 

/********fieldset designs********/

/********** rounded label *********/
.cntlbl {
    margin: 1px 1px 0px 0px !important;
    border-radius: 30px;
    height: 30px;
    width: 30px;
    text-align: center;
    background-color:#ffb224;
}

.cntlbl > span {
    font-weight:bold;
    line-height:30px;
    vertical-align:middle;
}