html {
    background: #dddddd url(../../images/backgrounds/bg.jpg) !important;
}

span.error {
    color: #A93243;
}

body div.SoftwareVersion {
    position: absolute;
    bottom: 3px;
    left: 70px;
    color: #52616F;
    font-weight: bold;
    margin-top: 3px;
    cursor: default;
}
body.loginPage div.SoftwareVersion {
    bottom: 5px;
    left: 10px;
    color: #999;
}
.titleArea {
    background: white url(../../images/backgrounds/bg.jpg) !important;
    padding-top: 0;
}
.widget {
    background-color: #f0f0f0 !important;
    border-color: #bababa !important;
    margin-top: 25px;
}
.masterWidget .toggle {
    margin-top: 0;
}

.masterWidget .toggle div {
    font-size: 12px;

}
.masterWidget h6 {
    float: left;
}

.masterWidget .toggle h6 {
    float: left;
    font-size: 12px;

}

.smallWidget {
    background: #F0F0F0;
    border: 1px solid #BABABA;
    margin-top: 32px;
    clear: both;
    box-shadow: 0 1px 0 white;
    -webkit-box-shadow: 0 1px 0 white;
    max-width: 768px;
}
    
.welcome img {
    margin-top: 4px;
}
 .userNav ul li #button_userProfile img {
    margin: 2px 2px 0px 14px;
    height: 23px;
}
.userNav ul li a {
    /*padding: 0px 14px 0px 0px;*/
}

#rightSide > .wrapper:last-child {
    padding-bottom: 32px;
}

/* == NEW LOGIN STYLES == */
.loginWrapper {
    margin-left: -255px;
}
.loginWrapper .widget_newlog {
    margin: 0 auto;
    width: 450px;
    border: 8px solid #b4b3b2;
    display: block;
    height: 236px;
    padding: 20px 20px 0px 20px;
    background-color: #cccccc;

/* BORDER RADIUS FOR THE CONTAINER */

-webkit-border-radius: 6px;
    border-radius: 6px;

/* INSET SHADOW */
-webkit-box-shadow:  1px 1px 0px 0px rgba(250, 250, 250, .50);
        box-shadow:  1px 1px 0px 0px rgba(250, 250, 250, .50);

/*LOGIN BACKGROUND GRADIENT*/

/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NlY2JjOCIgc3RvcC1vcGFjaXR5PSIwLjM1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiNWIyYWYiIHN0b3Atb3BhY2l0eT0iMC40NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(206,203,200,0.35) 0%, rgba(181,178,175,0.45) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(206,203,200,0.45)), color-stop(100%,rgba(181,178,175,0.45))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(206,203,200,0.35) 0%,rgba(181,178,175,0.45) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(206,203,200,0.35) 0%,rgba(181,178,175,0.45) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(206,203,200,0.35) 0%,rgba(181,178,175,0.45) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(206,203,200,0.35) 0%,rgba(181,178,175,0.45) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#59cecbc8', endColorstr='#73b5b2af',GradientType=0 ); /* IE6-8 */

/*-webkit-box-shadow:  0px 0px 50px 8px rgba(158, 158, 156, .09);
        box-shadow:  0px 0px 50px 8px rgba(158, 158, 156, .09);*/

}

.loginLogo2 { width: 100%; height: 60px; display: inline-block; text-align: center;
margin-bottom: 25px;
  } 

.loginRow {
    margin:0 auto;
    width: 450px;
    padding-bottom: 20px;
    text-align: center;
    float: left;
    position: relative;
}
.iconGoogle {
    background:url(../../images/icongoogle_white.png) 0 0 no-repeat;
    width: 40px;
    height: 44px; 
    border-right: 1px solid #515151;
    position: absolute;
    left: -85px;
    top: -15px;
    cursor: pointer;
}

/* == CHANGES THE DEFUALT SIZE OF THE LOGIN SELECT CONTROL == */
.loginRow .selector { margin-left: 88px; width: 260px !important; }
.loginRow .selector select { width: 260px; font-size: 12px; position: relative; height: 28px; min-height: 28px;  top: 0; left: 0; text-align: left; text-align: center !important; }
.loginRow .selector span { width: 240px; cursor: pointer; position: absolute; right: 0; height: 28px; background: url(../../images/forms/select_right.png) no-repeat center right; top: 0; line-height: 28px; font-size: 11px; text-align: left; }

/* == STYLE FOR THE LOGIN BUTTON == */
.loginButton {
    font-family: 'Roboto', sans-serif !important;
    font-size: 16px !important;
    font-weight: normal !important;
    line-height: 16px !important;
    max-height: 60px !important;
    color: #fff !important;
    text-transform: none !important;
    text-align: left !important;
    margin: 0 !important;
    border: 1px solid #898888 !important;
    text-decoration: none !important;
    display: inline-block !important;
    cursor: pointer !important;
    /*z-index: 6001;*/

/* == TEXT SHADOW == */
text-shadow: 0px -1px 2px #696969;
        filter: dropshadow(color=#696969, offx=0, offy=-1);

/*BUTTON INNER SHADOW*/
-webkit-box-shadow: inset 1px 1px 0px 0px rgba(255, 255, 255, 0.1);
        box-shadow: inset 1px 1px 0px 0px rgba(255, 255, 255, 0.1);
    
/*BORDER RADIUS*/
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
}

.greyBtn { background: url(../../images/btn_newgrey_bg.png) #6d6b6c repeat-x 0 !important; width: 200px !important; text-align: center !important; height: 14px;
    padding: 14px 20px 15px 60px !important; }
.greyBtn:hover { background: url(../../images/btn_newgrey_h_bg.png) #6d6b6c repeat-x !important;  background-position: 0 !important; }
.greyBtn:active { background: url(../../images/btn_newgrey_p_bg.png) #6d6b6c repeat-x !important; background-position: 0 !important; }

/* MAIN NAVIGATION */
.nav li.participants a span { background-image: url(../../images/icons/light/users.png); }
.nav li.clients a span { background-image: url(../../images/icons/light/adminUser.png); }
.nav li.surveys a span { background-image: url(../../images/icons/light/imagesList.png); }
.nav li.projects a span { background-image: url(../../images/icons/light/files.png); }
.nav li.users a span { background-image: url(../../images/icons/light/users.png); }
.nav li.recruiterDash a span { background-image: url(../../images/icons/light/phone.png); }
.nav li.arrow a span { background: url(../../images/next_light.png) no-repeat 5px 16px; }

.topNav .sMyProfile { background: url(../../images/icons/topnav/profile.png) no-repeat 11px; }
.topNav .sChangePw, .topNav .sAssumeRole { background: url(../../images/icons/topnav/settings.png) no-repeat 11px; }
.topNav .sLogout { background: url(../../images/icons/topnav/logout.png) no-repeat 11px; }

a.disabled, .form input[disabled="disabled"], .form textarea[disabled="disabled"], button[disabled="disabled"], .button[disabled="disabled"], .wButton[disabled="disabled"] {
    background-color: #eee !important;
    color: #888 !important;
    background-image: none !important;
    cursor: default;
}

textarea {
    resize: none;
}

.button[disabled="disabled"], .wButton[disabled="disabled"] {
    border: 1px solid #DADADA;
}

.div.selector select {
    position: relative !important;
}
.frontPageMessages .nNote {
    margin: 0 5px 5px 5px;
}

.login_form_js_msg .nNote {
    margin:  5px;
}
#login_form_widget {
    height:  auto;
}

ul.breadcrumbs {
    z-index: 100; /* put it below the topnav */
}
.low_margin_bc {
    margin-bottom: 0;
}
.low_padding_title {
    padding-top: 0;
}

.ui-dialog .ui-dialog-buttonpane button {
    margin-right: 4px;
}

button.wButton {
    padding: 0;
}
button.wButton span {
    line-height: 1em;
}

.fullWidth {
    width: 100%;
}

.formRow .nNote {
    margin: 0;
}

th.ui-state-default.tableGravatar {
    width: 25px;
}

table tr.delete_table_row {
    background-color: #bfa8a8 !important;
}
table tr.delete_table_row td {
    background-color: #bfa8a8 !important;
}
    table tr.delete_table_row td.sorting_1 {
        background-color:  #b38f8f !important;
    }

table tr.pending_table_row {
    background-color: #fcfcd7 !important;
}
table tr.pending_table_row td {
    background-color: #fcfcd7 !important;
}
table tr.pending_table_row td.sorting_1 {
    background-color:  #f2f2b6 !important;
}

.formRight button.wButton {
    margin: 0;
}

.note_direct_in_widget {
    margin:  5px !important;
}


.ui-timepicker-div {
    border-top: 1px solid #9fb2bd;
    padding: 5px 10px 5px 10px;
    margin-top: 10px;
}
.ui_tpicker_time {
    text-align: right;
    border-bottom: 1px solid #9fb2bd;
    padding: 0 10px 5px 10px;
    margin: 0 -10px 5px -10px;
}
.ui_tpicker_time_label, .ui_tpicker_hour_label, .ui_tpicker_minute_label {
    font-weight: bold;
    color: #999;
    float: left;
    width: 33%;
    clear: left;
}
.ui-timepicker-div .ui_tpicker_time {
    font-weight: bold;
}

.formwizard_nowizard {
}

.form_save {
    float: right;
}

.buttons .button, .buttons .wButton {
    margin-left: 12px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.buttons {
    padding: 12px 14px;
}

.formwizard_nowizard fieldset.step h1 {
    float: none;
    font-size: 1.1em;
    padding: 3px 0 3px 10px;
    margin: 0 0 5px 0;
    border: 1px solid #85aecc;
    background-color: #b2c4d1;
    background-repeat: repeat-y;
    background-position: right top;
    background-image: url( ../../images/background__nonwizard_form_headers.png );
    -moz-box-shadow: 0px 3px 5px #ccc;
    -webkit-box-shadow: 0px 3px 5px #ccc;
    box-shadow: 0px 3px 5px #ccc;
}

.formwizard_nowizard .form_back {
    display: none;
}

.pageTitle .pageTitleIcon {
    position: relative;
    margin-right: 5px;
}

.userAvatar {
    float: left;
    border: 1px solid #CDCDCD;
}
.gravatarNote {
    cursor: auto !important;
    margin-left: 135px !important;
}

.dataTables_wrapper td.tableGravatar {
    padding: 2px !important;
    text-align: center !important;
}
.gravatarTableZoomWindow {
    position:  absolute;
    background-color:  white;
    border: 1px solid #777;
    padding: 5px;
    box-shadow: 0px 0px 20px #333;
    text-align:  center;
}
.gravatarTableZoomWindow img {
    display: block;
    margin:  0 auto;
}
.gravatarTableZoomWindow span {
    display: block;
    text-align:  center;
    margin: 0 0 5px 0;
    background-image:  none;
}

#JavaScriptErrorWarning {
    margin: 0;
    left: 0;
    top: 40px;
    position: fixed;
    width:  100%;
    z-index:  999999999;
    display:  none;
}
#JavaScriptErrorWarning .nNote {
    margin: 0;
    cursor:  default;
    margin: 0 5px 0 230px;

    -moz-box-shadow: 0 1px 10px #222;
    -webkit-box-shadow: 0 1px 10px #222;
    box-shadow: 0 1px 10px #222;
}

/*-----------------------------
RESPONDENT DASHBOARD
-------------------------------*/

#resp-detail-tags div.chzn-container-multi {
    width:97% !important;
}
#respondentTagsEdit .tagsinput {
    max-height: 500px;
    border: 2px solid #DFDFDF;
-webkit-box-shadow:inset 1px 1px 2px 0 rgba(0,0,0,0.1);
box-shadow:inset 1px 1px 2px 0 rgba(0,0,0,0.1);
}
#respondentTagsDisplay .tagsinput {
    max-height: 500px; overflow: auto;
    border: 1px solid #ddd;
    box-shadow: 0 0 0 2px #fff !important;
    -webkit-box-shadow: 0 0 0 2px;
}

/*-----------------------------
NEW BUTTON STYLES
-------------------------------*/

.customButton {
    margin: 0 auto;
    display: inline-block;
    text-align: center;
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: bold;
    margin-left: 10px;
    display: inline-block;
    /*text-shadow: 1px 1px 0px rgba(255,255,255,0.3);*/
        filter: dropshadow(color=#fffffff, offx=1, offy=1);
}

.customButton a {  border-radius: 3px;}
.customButton a i {padding-right: 5px;}
.btSml {
    padding: 8px 10px;
    border-radius: 2px;
    color: #fff;
    text-transform: uppercase;
}
.btSml i {font-size: 14px; line-height: 10px; position: relative; top:1px; }

.btmini {
    padding: 4px 8px;
border-radius: 2px;
    text-transform: uppercase;
    color: #fff;
}
.btmini i {font-size: 12px; line-height: 10px; position: relative; top:1px; }

.btnBlue {

    background: linear-gradient(to bottom,  #5ea5d1 0%,#4987c2 99%); /* W3C */

    border:1px solid #4480b9;
}
.btnBlue:hover {
    background: linear-gradient(to bottom,  #4987c2 0%,#5ea5d1 100%); /* W3C */

}
.btnBlue a {color: #fff!important;}


.btnGrey {
    background: linear-gradient(to bottom,  rgba(234,234,234,1) 0%,rgba(219,219,219,1) 100%); /* W3C */

    border:1px solid #b6b6b6;
}
.btnGrey:hover {
    background: linear-gradient(to bottom,  rgba(234,234,234,1) 0%,rgba(219,219,219,1) 61%); /* W3C */
}

.btnDrkGrey {
    background: linear-gradient(to bottom,  #b7c0ca 0%,#757d87 3%,#576270 100%); /* W3C */

    border:1px solid #576270;
    /*text-shadow: -1px 0px 0px rgba(0,0,0,0.1);*/
}

.btnDrkGrey:hover {
    background: linear-gradient(to bottom,  #b7c0ca 0%,#67707c 3%,#5e6875 100%); /* W3C */

    border:1px solid #6e6e6e;
    /*text-shadow: -1px 0px 0px rgba(0,0,0,0.1);*/
}

.btnSave, .btnReactivate, .btnUnBlacklist {
    background: linear-gradient(to bottom,  #d6e2bc 0%,#93c337 3%,#7ca82a 100%); /* W3C */

    border:1px solid #7ca82a;
}

.btnSave:hover, .btnReactivate:hover, .btnUnBlacklist:hover {
    background: linear-gradient(to bottom,  #e3eace 0%,#7d9940 3%,#698336 100%); /* W3C */
}

.btnDelete {
    background: linear-gradient(to bottom,  #d8abab 0%,#be5147 3%,#9f352b 100%); /* W3C */
    border:1px solid #a93a34;
}

.btnDelete:hover {
    background: linear-gradient(to bottom,  #d8abab 0%,#ae463d 3%,#983329 100%); /* W3C */
}

.btnBlacklist {
    background: linear-gradient(to bottom, #3d4144 0%, #393c45 3%, #292929 100%); /* W3C */

    border:1px solid #464c55;
    /*text-shadow: -1px 0px 0px rgba(0,0,0,0.1);*/
}

.btnBlacklist:hover {
    background: linear-gradient(to bottom, #3d4044 0%, #191b1d 3%, #000000 100%); /* W3C */

    border:1px solid #6e6e6e;
    /*text-shadow: -1px 0px 0px rgba(0,0,0,0.1);*/
}

.tinyButtonWrap {
    display: inline-block;
    margin-left: 15px;
}

div.titleArea .tinyButtonWrap{
    float: right;
    /*padding: 15px;
    background-color: #e9e9e9;
    border-radius: 4px;*/
}

div.tinyButtonWrap > div {
    display: inline-block;
}

.tinyButton { text-align: center; margin: 0 5px 0 0; font-size: 11px; }
div.tinyButtonSave, div.tinyButtonLock {
    margin: -15px 0 0 8px;
    top: 9px;
    height: 32px;
    width: 32px;
    cursor: pointer;
}

div.tinyButtonSave {
    background: url(../../images/ui/save-unsaved-hover.png);
}

div.tinyButtonSave:not(.disabled), tr.clickToSelect:not(.disabled), tr.clickToSelect:not(.disabled) td {
    cursor: pointer;
}

div.tinyButtonSave:hover, div.tinyButtonSave.unsaved:hover {
    background-position-y: -64px;
}

div.tinyButtonSave.unsaved {
    background-position-y: -32px;
}

div.tinyButtonLock {
    background: url(../../images/icons/control/32/lock.png);
}

.tinyButton span { margin-right: 10px; }
.tinyButton a {
    background: url(../../images/ui/numDataBg.png) repeat-x;
    height: 19px;
    padding: 2px 5px;
    color: #fefefe;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
    position: relative;
    top: -1px;
}

.tinyButton a.tbBlue { background-position: 0 -114px; border: 1px solid #4b8bc4; }
.tinyButton a.tbBlue:hover { background-position: 0 -133px; }
.tinyButton a.tbBlue:active { background-position: 0 -152px; }

.tinyButton a.tbRed { background-position: 0 -171px; border: 1px solid #c83e3e; }
.tinyButton a.tbRed:hover { background-position: 0 -190px; }
.tinyButton a.tbRed:active { background-position: 0 -209px; }

.tinyButton a.tbGreen { background-position: 0 0; border: 1px solid #84b550; }
.tinyButton a.tbGreen:hover { background-position: 0 -19px; }
.tinyButton a.tbGreen:active { background-position: 0 -38px; }

.tinyButton a.tbGreyish { background-position: 0 -57px; border: 1px solid #587787; }
.tinyButton a.tbGreyish:hover { background-position: 0 -76px; }
.tinyButton a.tbGreyish:active { background-position: 0 -95px; }

.tinyButton a.tbGrey { background-position: 0 -228px; border: 1px solid #585858; }
.tinyButton a.tbGrey:hover { background-position: 0 -247px; }
.tinyButton a.tbGrey:active { background-position: 0 -266px; }

.formRow label .smallButton {
    vertical-align: middle;
}

.formRightThrobber {
    text-align: center;
}
.formRightThrobber img {
    display: block;
    margin: 0 auto;
}
.listContentDefinitionWrapper {
    display: none;
}
.listContentDefinitionWrapper .widget {
    margin-top: 0 !important;
    overflow-x: auto;
    position: relative;
    height: 260px;
}
.listContentDefinitionWrapper .positionTable {
    position: absolute;
    top: 0;
    left: 0;
}
.listContentDefinitionWrapper table select {
    width: 100%;
}
.listContentDefinitionWrapper thead td, .listContentDefinitionWrapper th {
    padding: 0;
}
.listContentDefinitionWrapper td {
    white-space: nowrap;
}
.listContentDefinitionWrapper .mutedRow td {
    background-color: #AAA;
    color: white;
}

.listContentDefinitionWrapper .wrapCheckbox {
    padding: 5px 0 3px 15px;
    background-color: #DDDDE3;
    border: 1px solid #CCCCD3;
}

.formRow {
    padding: 11px 7px !important;
}

.pageTitle{
    padding: 18px 0 16px 0 !important; 
    max-width: 99.5%;
    line-height: 2.5em;
}

/*.dataTables_length div.selector {
    margin-right: 8px;
}*/

table.display tr[onclick]:hover > td, 
table.display tr.pending_table_row:hover > td, 
td.clickable:hover, 
tr:not([data-locked='True']) td.actBtns:not([data-locked='True']):not(.cancelPlaceholder):hover, 
td.check:hover, 
th.check[input]:hover, 
th.check.noTableSort:hover,
tr.clickToSelect:not(.disabled):hover,
tr.clickToSelect:not(.disabled):hover td {
    background-color: #eaeaea !important; 
}

td.dataTables_empty {
    background-color: #f5f5f5;
}

.tagSmall {
    border: 1px solid #a5d24a; 
    display: inline; 
    padding: 2px 6px 2px 6px; 
    background: #cde69c; 
    color: #638421; 
    margin: 2px 2px 2px 2px;
    font-size: 90%;
    border-radius: 3px;
    cursor: default;
    white-space: nowrap;
}

.clickable, 
.clickable td, 
[onclick] td, 
tr:not([data-locked='True']) td.actBtns:not([data-locked='True']):not(.cancelPlaceholder), 
.clickable .tagSmall, 
table.dTable tbody tr[onclick], 
table.dTable tbody tr.gradeA[data-url] > td,
.toggle .title h6, 
td.check, 
thead th.check[input], 
thead th.check[input].noTableSort, 
.widget .title h6 a:not(.disabled) {
    cursor: pointer !important;
}

td.tagsCell {
    /*max-width:300px;*/
    padding-top: 6px !important;
    padding-bottom: 6px !important;
}

.tagsCell .tagSmall {
    margin: 2px 2px 2px 2px;
    padding: 0px 4px 0px 4px;
    float: left;
}

th.tagsCell {
	min-width: 400px;
}


div.tagsinput {
    cursor: text;
}

div.tagsinput.disabled {
    background-color: #EEE;
    cursor: default;
    min-height: 36px;
    overflow: hidden;
}

div.tagsinput span.tag {
    cursor: default;
}

div.tagsinput span.tag span:before {

}

ul.ui-autocomplete.ui-menu > li.ui-menu-item {
    background: #F9F9F9;
    border: none;
    opacity: 0.8;
}

ul.ui-autocomplete.ui-menu > li.ui-menu-item > a {
    background-image: none;
    border: none;
    color: #595959;
    border: 1px solid #A4A4A4;
    border-bottom: none;
    padding: 8px 10px 8px 10px;
}

ul.ui-autocomplete.ui-menu > li.ui-menu-item:last-child > a {
    border-bottom: 1px solid #A4A4A4;
}

div.tagsinput span.tag.newTag {
    border: 1px solid #7CA8D4; 
    background: #A8C3E1; 
    color: #3465A7;
}

div.tagsinput span.tag.newTag a {
    color: #4987C2;
}

.sNegative {
    background: url(../../images/backgrounds/sidebarNegativeArrow.png) no-repeat 14px 10px;
}

div.genBalance a span.balanceAmount { font-size: 14px; font-weight: bold; margin: 0; }

.pageTitle h5 {
    position: relative;
    font-size: 20px;
    float: left;
}
.pageTitle h5 i { padding-right: 10px; position: relative; font-size: 22px;}

.pageTitle h5 img.pageTitleIcon, .pageTitle h5 div {
    position: relative;
    bottom: 2px;
}

div.nNote {
    margin-top: 5px;
}

div.nNote:not(.hideit) {
    cursor: default;
}

div.searchWidget {
    margin-top: 5px;
}

table.display tr.gradeA.clickable:hover, 
table.display tr.gradeA[data-url]:hover, 
table.display tr.gradeA.clickable:hover > td.sorting_1, 
table.display tr.gradeA[data-url]:hover > td.sorting_1, 
.clickable:hover {
    background-color: #EAEAEA;
}
.import-notes-toggle {
    width: 100%;
    margin-top: 5px;
    font-style: normal;
    display: inline-block;
    color: #595959;
    
}
.note-toggle > i {
    padding-right: 5px;
    font-size: 15px;    
}

.importNotes {
    padding: 10px 0px 10px 0px;
}

.importNotes > div {
    background-color: #fff;
    padding: 10px;
    border: 1px solid #cfcfcf;
    border-radius: 3px;
    margin-top: 10px;   
}

.otherDataTab > div {
    background-color: white;
    padding: 10px;
    border: 1px solid #cdcdcd;
    clear: both;
}

.respondent {
    position: relative;

    width: 100%;
    min-height: 35px;
    padding: 10px 10px;
    margin: -10px -10px 0 -10px;
}

.respondent .respImg {
    float: left;
}

.respondent .respDetails {
    width: 50%;
    float: left;
}

.respondent .firstrow span, .respondent .secondrow span {
    padding-right: 10px;
}
.respondent .respDetails .firstrow , .respondent .respDetails .secondrow {
    width: 100%;
}  


.firstrow {
    display: inline-block;
    position: absolute;
    top: 9px;
    padding-left: 10px;
    font-size: 14px;
}

.firstrow span:nth-child(2) {
    font-size: 12px;
    /*color: #4E9DD8;*/

}

.secondrow {
    display: inline-block;
    position: absolute;
    top: 27px;
    padding-left: 10px;
    
}

.respondents > div.respondent {
    padding: 10px 26px;
    border-bottom: 1px solid #D5D5D5;
    margin: 0 -16px;
}

div.respondents > div.respondent:last-child {
    border-bottom: none;
    padding-bottom: 10px;
    margin-bottom: -10px;
}

.respondent span.name {
    position: absolute;
    top: 10px;
    padding-left: 10px;
}

.respondent span.project, .respondent span.email {
    position: absolute;
    top: 25px;
    padding-left: 10px;
}

.respondent div.date, .respondent .phone {
    float: right;
    text-align: center;
    font-weight: bold;
    margin: -10px -2px 0 0;
}

.respondent #callStatus {
    text-align: right;
    font-size: 20px;
}

.respondent div.date span.hour, .respondent .phone .number, .respondent .phone .status {
    /*font-size: 24px;*/
    display: inline-block;
    float: right;
    font-size: 15px;
    margin-bottom: -4px;
    
    /*margin-top: 18px;*/
}

.respondent .phone .number {
    border: none;
    background-color: initial;
    cursor: pointer;
    width: 140px;
    text-align: center;
    height: 35px;
    max-height: 35px;
}

.respondent .phone .number:active, .respondent .phone .number:focus {
    outline: none !important;
    box-shadow: none !important;
}

.respondent .phone .status {
    float: right;
    margin-top: 18px;
}

.res-phoneNums {
    display: inline-block;
    
}

#rightSidePanel .widget {
    margin-top: 5px;
}

.srch {
    cursor: text;
}

div.ui-widget-header > div.dataTables_filter > label > input[type='text'] {
    max-width: 200px !important ;
    width: 100% !important;
    float: right;
    margin: 0;
}


table.sTable tr.gradeA > td.check, table.sTable th.check, table.sTable tr.editMode td.check {
    padding-left: 7px;
    padding-right: 6px;
    width: 22px;
}
.tab-scroll {
    overflow: auto;
    overflow-x: hidden;
    min-height: 360px;
    max-height: 600px;
}
div.tabs.ui-tabs, #callScreenTabs {
    padding: 0 0;
}

div.tabs.ui-tabs > ul, #cl ul {
    height: 36px;
    border-bottom: 1px solid #CDCDCD;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    padding: 0 0;
}

div.tabs.ui-tabs > ul li.ui-tabs-selected {
    height: 36px;
    background-color: #F0F0F0;
}

div.tabs.ui-tabs > ul li{
    float: left;
    line-height: 37px;
    border-left: none;
    overflow: hidden;
    position: relative;
    font-size: 15px;
    border-right: 1px solid #CDCDCD;
    top: 0;
    margin: 0;
    z-index: 99;
}

div.tabs.ui-tabs > ul li.ui-state-hover {
    background-color: #EAEAEA;
}

div.tabs.ui-tabs > ul li a, #cl ul li a {
    display: block;
    padding: 0px 12px 0px 12px;
    outline: none;
    color: #595959;
    font-size: 12px;
    font-weight: bold;
}

div.tabs.ui-tabs > ul li.ui-tabs-selected a {
    color: #2E6B9B;
    cursor: default;
}

div.spinner {
    background: url(../../images/loaders/loader4.gif) center center no-repeat;
}

div.spinnerBlue {
    background: url(../../images/loaders/loader4-blue.gif) center center no-repeat;
}

div.spinner, div.spinnerBlue {
    height: 30px;
    width: 30px;
    margin: 20px auto;
}
div.spinner:not(:last-child) {
    display: none;
}

div.loader, div.widget div.loader {
    background: url(../../images/loaders/loader4.gif) center center no-repeat;
    width: 100%;
    height: 15px;
    display:block;
    float: none;
    margin: 0 0;
    height: 230px;
}

div.tabs div.loader {
    height: 320px;
    display: block;
}

div.tabs .content, #cl .content {
    padding: 0 0;
}

div.tabs div.loader.dn, div.loader.dn {
    display: none;
}

/*
.pageTitle h5, .widget .title h6, td{
    cursor: default;
 
}
*/

div.ui-tabs div.ui-tabs-panel {
    padding: 12px 16px;
}

body {
    height: 100%;
}

div#rightSide {
    height: 100%;
    padding-bottom: 0;
    position: relative;
    /*background: #DDD url(../../images/backgrounds/bg_darker.jpg) repeat;*/
    overflow: auto;
}

#leftSide {
    position: relative;
}

div.slideOut, div.slideIn {
    padding: 0 0px 0 0;
    margin: 0 0 0 0;
    position: fixed;
    display: block;
    width: 13px;
    height: 58px;
    left: 220px;
    top: 50%;
    margin-top: -29px;
    background-image: url(../../images/backgrounds/leftNavSlider.png);
    z-index: 200;
}

div.slideIn {
    background-position: 14px 0;
}

div.slideIn:hover {
    background-position: 14px -59px;
    cursor: pointer;
}

div.slideIn:active {
    background-position: 14px -118px;
    cursor: pointer;
}

div.slideOut:hover {
    background-position: 0 -59px;
    cursor: pointer;
}

div.slideOut:active {
    background-position: 0 -118px;
    cursor: pointer;
}

body:not(.loginPage) div.userNav {
    float: none;
    position: absolute;
    right: 0px;
    /*margin-right: 170px;*/
}

#global a { color: #fff;}
#global.mainNav {
float: left;
position: relative;
text-transform: uppercase; 
font-size: 10px; 
font-weight: bold;
display: inline-table;
}


#global.mainNav ul li:first-child
 {
    border-left: 0px;
}
#global.mainNav ul li:first-child a {
       border-left: 0px; 
}
#global i {  font-size: 13px; line-height: 12px; /*margin: 8px 2px 0px 14px;*/ }
#global img {
height: 12px;

}

/*-------------------------------------
PROJECT NAV
---------------------------------------*/

ul.dropNav {
  text-align: left;
  display: inline; 
  margin: 0;
  list-style: none;
  color: #fff;
}
ul.dropNav li {
  font: bold 12px;
  display: inline-block;
  margin-right: -4px;
  position: relative;
  border-right: 1px solid #1c262b;
-webkit-box-shadow: inset -1px 0px 0px 0px rgba(255, 255, 255, 0.1);
  box-shadow: inset -1px 0px 0px 0px rgba(255, 255, 255, 0.1);
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

ul.dropNav > li a {
    padding-top: 1px;
    padding: 4px 20px;
    display: block;
}
ul.dropNav li a i {
    padding-top: 1px;
    padding-right: 4px;
    margin-left: -8px;
}
ul.dropNav > li:hover {
  background-color: #283138;
  color: #fff;
   -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

ul.dropNav > li > ul {
  padding: 0;
  margin: 0 auto;
  position: absolute;
  top: 28px;
  left: 0;
  float: left; 
  width: 250px;
  display: none;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
-webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.4);
}

ul.dropNav li ul li { 
  background: #283138; 
  display: block; 
  float: left;
  color: #fff;
  text-shadow: 0 -1px 0 #000;
  width: 100%;
  margin: 0 auto;
  border-bottom: 1px solid #1c252b;
  border-top: 1px solid #404950; 
}

.projectNavContainer li a {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding:10px 10px !important;
}
ul.dropNav li ul li:first-of-type {
    border-top: none;
}

ul.dropNav li ul li:hover { background-color: #374A55; }

ul.dropNav > li > ul > li > ul {
    position: absolute;
    display: none;
    left: 250px;
    width: 250px;
    top: 0;
}

ul.dropNav span.close {
    position: relative;
    top: 3px;
}

.searchContainer {
    color: #595959;
    border:1px solid #e4e4e4;
    margin:10px;
}

.prescrean-response-container {
    padding:15px;
    overflow: auto;
    max-height: 460px;
}

.prescrean-response-container h3 {
    margin-bottom: 15px;
    padding-bottom:10px;
    border-bottom:1px solid #cfcfcf;
    color: #595959;
}

/*#respondentTable tr td:nth-child(5) {

    text-align: center;
    font-size: 18px;
}*/
#modalSearch.widget {
    margin-top:0px !important;
}
#modalSearch table {
    table-layout: auto !important;
}
.searchHeading {
    padding:10px 10px 0px 10px !important;
    color:#595959;
}
.sidebarSearch {
 position: relative;

}
.sidebarSearch input[type=text] { background: url(../../images/backgrounds/sidebarSearch.png) repeat-x; color: #A2A2A2; padding: 6px 10px 7px 10px; width: 196px; height: 16px; border: none; border-top: 1px solid #333D46; border-radius: 0; border-bottom: 1px solid #39434c; }
.sidebarSearch input[type=submit] { width: 23px; height: 23px; background: url(../../images/sidebarSearchBtn.png) no-repeat; position: absolute; top: 4px; right: -7px; border: none; }
.sidebarSearch a { width: 23px; height: 23px; background: url(../../images/sidebarSearchBtn.png) no-repeat;  position: absolute; top: 4px; right: 5px; border: none; }
.sidebarSearch input[type=submit]:hover { background-position: 0 -24px; }
.sidebarSearch input[type=submit]:active { background-position: 0 -48px; }

/*-------------------------------------
END PROJECT NAV
---------------------------------------*/



/*-------------------------------------
DATA TABLES STYLES
---------------------------------------*/

.hasVal{
 background: red !important;   
}




div.tabs div.widget:first-child, 
div.tabs div.toggle,
div.tabs div.tableWrap,
#cl div.widget:first-child {
    margin-top: 0;
}
#callPanelPlaceholder div.line, div.respondentTableWrapper {
    margin: 0 -14px;
}
.question {
    padding: 2px;
    background: url(../../images/icons/lists/roundtipB.png) 2px 7px no-repeat;
    text-indent: 14px;
    line-height: 1.8em;
}
.question .question {
    padding: 2px 16px;
    background-position: 16px 7px;
}
.answer {
    padding: 2px;
    padding-left: 12px;
    color: #A64747;
    font-weight: bold;
    font-size: 16px;
    background-color: #EAEAC3;
    text-indent: 0;
}
.answer:first-child {
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
}
.answer:last-child {
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}
.respondentTableWrapper {
    position: relative;
}
.respondentTableWrapper div.formRow {
    padding-right: 12px;
}
 .respondentTableWrapper > div {
    display:inline-block;
    width:50%;
    position: relative;
    right: 1px;
    height: 585px;
    border-right: 1px solid #CDCDCD;
    z-index: 2;
}
.respondentTableWrapper > div:last-child {
    position: absolute;
    top: 0;
    border-right: none;
    z-index: 1;
}
.respondentTableWrapper > div:last-child .header {
    position: relative;
    right: 1px;
}

#projectOverviewPanel table {
    width: 100%;
}

#projOverview table tr td:nth-child(odd) {
    font-weight: bold;
}

#projectOverviewPanel div.p0, .pastPartTab div.p0 {
    border-bottom: 1px solid #CDCDCD;
}

.recruiterDashboard #quotaGroups table tbody tr td:nth-child(2), .recruiterDashboard #sessions table tbody tr td:nth-child(2) {
    text-align:center;
    color: #2E6B9B;
    font-size: 16px;
    font-weight: bold;
    width:50px;
}

.recruiterDashboard #quotaGroups table tbody tr td:nth-child(3), .recruiterDashboard #sessions table tbody tr td:nth-child(3) {
    width: 33%;
}

.respondentTableWrapper div.toggle {
    margin-top: -1px;
    margin-right: -1px;
    max-height: 560px;
    overflow: auto;
}

.toggleTitle-call-status {
    padding: 10px 10px 8px 12px;
    float: right;
    font-size: 16px;
}

/*.toggleTitle-call-status .note-toggle:first-child {
    padding-right:15px;
}*/

.toggleTitle-phoneNums {
    padding: 10px 10px 8px 0px;
    float: right;
    font-size: 14px;
    font-weight: bold;
}
.toggleTitle-phoneNums span {
    padding-right: 10px;
    
}

.toggleTitle-right {
    padding: 10px 15px 8px 12px;
    float: right;
}



.toggleTitle-right span:first-child {
    margin-right: 10px;
    font-weight: bold;
}
.title-icon-right i {
    font-size: 16px;
}
.partners {
    padding:15px;
}

.listTitle-right {
    padding:0px 0px 0px 12px;
    float: right;
    font-size: 12px;
    text-align: right;

}

.listTitle-right div:nth-child(1) {
    font-size:12px; font-weight:bold; color:#2b6893;
}

/*.listTitle-right span:nth-child(1) {
    margin-right: 8px;
    font-weight: normal;
    color:#595959;
}*/

.respondentTableWrapper .respHeader {
    padding:20px 20px 0px 20px;
    float: left;
    width: 90%;
}

.respondentTableWrapper .tagsHeader {
    font-size: 18px;
    padding: 25px 20px 0px 20px;
    float: left;
    width: 90%;
    
}
.respondentTableWrapper .respHeader .formRow {
    float: left;
    width: 100%;
}

.respHeader .formRow > div > .selector {
    padding-left: 20px;
    float: right;

}

.respHeader .formRow > label { font-size: 18px; } 
.respHeader .screanerTitle {
    padding-top: 10px;
    font-size: 15px;
    clear: both;
    border-bottom: 1px solid #CACACA;
    padding-bottom: 10px;
    width: 95%;
    }
    
.respondentTableWrapper div div.header {
    width: 100%;
    color: inherit;
    font-size: 18px;
    border-bottom: 1px solid #CBCBCB;
    border-left: 1px solid #CBCBCB;
    border-right: 1px solid #CBCBCB;
    background: #EFEFEF url(../../images/backgrounds/titleBg.png) repeat-x;
    font-weight: normal;
    padding: 3px 0 2px 0 !important;
    text-align: center;
    cursor: default;


}

.callPanelHeaders {
    width: 100%;
    color: inherit;
    font-size: 18px;
    border-bottom: 1px solid #CBCBCB;
    border-left: 1px solid #CBCBCB;
    border-right: 1px solid #CBCBCB;
    background: #EFEFEF url(../../images/backgrounds/titleBg.png) repeat-x;
    font-weight: normal;
    padding: 3px 0 2px 0 !important;
    text-align: center;
    cursor: default;
}

.screanerContainer {
    padding: 0px 25px 25px 25px;
    overflow: auto;
    max-height: 425px;
    margin-right: 5px;
    
}

.respTagsPanel {
    background-color: #fff;
    border: 1px solid #CDCDCD;
    margin-top: 10px;
    margin-right: 10px;    

    max-height: 560px;
    max-width: 510px;


-webkit-box-shadow: -2px 1px 2px 0 rgba(0,0,0,0.1);
box-shadow: -2px 1px 2px 0 rgba(0,0,0,0.1);

}
.respTagsPanel:before {
    content: '';
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 20px 15px 20px 0;
    border-color: transparent #fff transparent transparent;
    position: absolute;
    left: -15px;
    top: 25px;
    z-index: 2;

}

.respTagsPanel:after {
    content: '';
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 20px 16px 20px 0;
    border-color: transparent #DBDBDB transparent transparent;
    position: absolute;
    left: -18px;
    top: 25px;
    z-index: 1;

}

.initHidden {
    opacity: 0;
}

.wButton .icon {
    float: left;
    margin: 9px -12px 5px 12px;
}

.dialog div.line {
    margin: 0 -12px;
}

.buttons a {
    color: white;
}

.sTable tbody tr.clickable:nth-child(even):hover {
    background-color: #EAEAEA;
}

#sessions tr.selected, #quotaGroups tr.selected {
    background-color: #FFFFC8;
    border: 2px solid #568FE0;
}

#sessions div.nNote, #quotaGroups div.nNote {
    margin: 5px;
}

#sessions div.nNote p, #quotaGroups div.nNote p {
    padding: 4px 4px 4px 54px;
}


#cancelButtons {
    text-align: center;
}

.buttons {
    text-align: right; 
}
#applyFiltersButton {
    float: none;
}

#callPanelPlaceholder .buttons, .dialog .buttons {
    padding: 12px 0 0 0;
}

.errorDesc {
    font-size: 3.0em;
}

.nNote .button {
    float: right;
    position: relative;
    bottom: 5px;
    left: 18px;
    border-radius: 3px;
}


.respondent .tags {
    line-height: 25px;
    margin-top: 4px;
    margin-left: -2px;
}

.respondent .buttons {
    padding: 0;
}

.widget .sTable {
    width: 100%;
}
/*.sTable  th { width: 20% !important;}*/
.oneTwo {
    margin-bottom: 32px;
}

.contentProgress > div.minTick {
    bottom: 0;
    width: 12px;
}

.z1 {
    z-index: 1;
}

.z2 {
    z-index: 2;
}

.minTick > span {
    position: relative; 
    right: 6px;
    height: 13px;
    width: 12px;
    background: url(../../images/ui/minTick.png) no-repeat;
    display: block;
}

.contentProgress {
    position: relative;
}

.contentProgress > div {
    position: absolute;
}

.faded:not(:hover) {
    color: #AAA;
}

.faded:not(:hover) .tagSmall {
    border: 1px solid #D1D1D1;
    background: #E6E6E6;
    color: #AAA;
}

.email > a {
    color: inherit;
}

.respondentActivity {
    position: relative;
    background: url(../../images/extras/user.png) 12px 12px no-repeat;
}

.respondentActivity .notes {
    background: url(../../images/extras/notepad.png) 0 16px no-repeat;
    padding-left: 44px;
    cursor: default;
}

.respondentActivity .notes h6 {
   padding: 12px 0 0 0;
}

.respondentActivity .notes p {
    text-indent: 44px;
    padding-top: 0;
    margin-left: -44px;
}

.respondentActivity div.email, .respondentActivity div.name, .respondentActivity div.notes {
    padding-left: 44px;
}

.respondentActivity div.email {
    border-bottom: 1px solid #CCC;
    padding-bottom: 12px;
}

.widget .title .titleIcon.gravatar, .toggle .title .titleIcon.gravatar {
    padding: 5px;
}

.widget .title .titleIcon {
    position: relative;
    left: initial;
    font-size: initial;
}

.titleIcon.fa.fa-warning.blacklisted {
    color: #A73939;
}

.respondent .content .buttons {
    padding-top: 12px;
}

body.respondentApproval div.respondent div.tags {
    display: none;
}

div.tabs.ui-tabs > #projectSelectController {
    position:absolute;
    top: 2px;
    right: 2px;
    width: 32px;
    height: 32px;
}

div.tabs.ui-tabs > #projectSelectController > a, .projectSelect > a {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 10px;
}

div.tabs.ui-tabs > .projectSelect {
    display: none;
    z-index: 2;
}

div.tabs.ui-tabs > .projectSelect .content {
    box-shadow: -8px 5px 3px 3px #CCC;
}

div.overlay {
    position: absolute;
    display: none;
    height: 100%;
    width: 100%;
    background-color: #000;
    opacity: 0.2;
    z-index: 1;
}

#projectSelectDialog {
    padding: 0;
}

#projectSelectDialog > div:first-child {
    max-height: 750px;
    overflow-y: auto;
    padding: 0;
    border-bottom: 2px solid gray;
}

#projectSelectDialog .widget {
    margin-top: 0;
}

#projectSelectDialog .widget .title {
    display: none;
}

#projectSelectDialog .buttons {
    padding: 12px;
}

tbody span.highlight {
    background: #FFFF95;
}

span.tagSmall.highlight {
    background-color: #CDE69C;
    border-color: #D0D077;
    color: #638421;
}

div#completed td:nth-child(4) {
    width: 20%;
}

div#respondentPlaceholder.respondent {
    margin: 0;
}

div#respondentPlaceholder div.toggle {
    margin-bottom: 16px;
}

div#respondentPlaceholder.respondent div.tags {
    margin-top: 16px;
}

.p0 .sTable {
    width: 100%;
}

.projectOverview #sessions table tbody td:first-child, .projectOverview #quotaGroups table tbody td:first-child {
    max-width: 240px;
}

.projectOverview #quotaGroups table tbody td {
    text-align: center;
    color: #2E6B9B;
    font-size: 16px;
    font-weight: bold;
}

.projectOverview #quotaGroups table tbody td:first-child {
    text-align: inherit;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
}

.projectOverview #quotaGroups table tbody td:nth-child(2) {
    width: 62px;
}

.projectOverview #quotaGroups table tbody td:last-child, .projectOverview #sessions table tbody td:last-child {
    max-width: 50%;
    min-width: 240px;
}

#recruitingTable td:nth-child(even) {
    white-space: nowrap;
}

#preScreenerBurndownTitle table {
    position: absolute;
    right: 32px;
    margin-top: 7px;
}

#preScreenerBurndownLegend {
    position: absolute;
    right: 0;
}

#preScreenerBurndownLegend td.legendLabel {
    white-space: nowrap;
}

.legendLabel span{
    font-size: 11px;
}

#projectListTable td:nth-child(2) {
    text-align: left;
}

#respondentPlaceholder div.buttons {
    margin-bottom: -12px;
}

#respondentPlaceholder div.buttons .button {
    margin-bottom: 12px;
}

.formRow .oneTwo {
    margin-bottom: 0;
}

div.quotaTag, div.subQuotaTag {
    padding: 8px;
    border: 1px solid #CDCDCD;
    border-top: none;
    position:relative;
    box-shadow: 2px 2px 2px 2px #e7e7e7;
    background-color: #f7f7f7;
}

div.quotaTag:first-child, div.subQuotaTag:first-child {
    border-top: 1px solid #CDCDCD;
}

div.quota {
    padding: 16px;
}

div.quotaTagName {
    padding: 8px 0;
    font-weight: bold;
    font-size: 22px;
}

span.quotaTagMin {
    position: absolute;
    top: 8px;
    right: 8px;
    font-size:24px;
}

div.subTagGroups {
    padding-top: 8px;
}

div.quotaTagGroup input[type='text'], div.subQuotaTagGroup input[type='text'] {
    width: 24px;
    text-align: center;
    font-size: 22px;
    padding: 4px 6px;
    position: relative;
    height: 26px;
}

div.subTagGroups form fieldset {
    border: 1px solid #CDCDCD;
    padding: 8px;
}

span.subQuota {
    padding: 4px;
    font-size: 16px;
    border: 1px solid;
    margin: 0 2px;
    border-radius: 3px;
    background-color: ghostwhite;
    cursor: pointer;
}

div.subTagGroups a.button {
    font-size: 16px;
    font-weight: normal;
    max-height: 26px;
    border-radius: 3px;
}

div.subTagGroups a.button > span {
    padding: 7px 12px 8px 12px;
    text-transform: none;
}

a.addTagGroup {
    margin: 32px 0;
    padding: 10px;
}

.quotaTagGroup div.connector, .subQuotaTagGroup div.connector {
    position: absolute;
    top: 105px;
    left: -44px;
    height: 0;
    width: 55px;
    border: 2px solid #595959;
    border-radius: 3px;
}

.quotaTagGroup div.buttons, .subQuotaTagGroup div.buttons {
    padding: 8px 0 0 0;
}

.quotaTagGroup .title h6, .subQuotaTagGroup .title h6 {
    font-size: 20px;
}

.actBtns {
    width: 22px;
    background: no-repeat 50%;
}

tbody td.actBtns.edit {
    background-image: url(../../images/icons/color/pencil.png);
    width: 50px !important;
}

tbody td.actBtns.save {
    background-image: url(../../images/icons/color/disk-return-black.png);
    width: 50px !important;
}

tbody td.actBtns.delete:not([data-locked="True"]) {
    background-image: url(../../images/icons/color/cross.png);
}

tbody td.actBtns.cancel {
    background-image: url(../../images/icons/color/minus-circle.png);
}


th.check div.DataTables_sort_wrapper {
    position: relative;
    top: 3px;
    left: 5px;

}

table.display thead th.noTableSort {
    cursor: default;
}

#quotaGroupDialog div.widget {
    margin-top: 0;
}

#quotaGroupDialog {
    overflow: hidden;
}

.hidden {
    display: none;
}

div.oneTwo.quotaGroups div.nNote {
    margin-top: 32px;
}

div.oneTwo.quotaGroups div.nNote:not(:last-child), #quotaGroupsPlaceholder > div.loader:not(:nth-last-child(2)), #quotaGroupsPlaceholder #quotaGroupSelectionButtons:nth-child(2) {
    display: none;
}

div.oneTwo.subQuotaGroups, div.oneTwo.quotaGroups {
    position: relative;
}

div.scroll {
    margin-right: -36px;
}

span.addSubQuotaButton {
    text-decoration: underline;
    margin-left: 8px;
    cursor: pointer;
}

div#loader {
    z-index:9999;
    background: url(../../images/loaders/overlay-loader.gif) center center no-repeat;
    background-color: black;
    opacity: 0.4;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.ellipsis {
    overflow: hidden;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
    /*width:  20%!important;*/
}

.wrapper {
	
	margin: 0 2% 0 2%;
}
.navWrapper {
    
    position: relative;
    margin: 0px 3% 0px 0px ;
}

/* === COLDLIST SORT STYLES === */


/* THIS FIXES THE COLUMN WIDTH PRIORITY GOING STRAIGHT TO THE FIRST COLUMN, BUT BORKS THE RESPONSIVENESS SOMEHOW...
td {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}*/

/* OVERRIDES FOR TABLE FILTER CONTROL */

/*.dataTables_length div.selector {
	width: 48px; 
}*/
/*.dataTables_length { color: #878787; margin: -1px 5px 0 0px; position: relative; left: 0px; top:0px; bottom: 10px;  }*/


.excludeTags .chzn-container-multi .chzn-choices .search-choice {
    background-color: #db6464;
    border: 1px solid #d13b3b;
    color: #ffffff;
}

#cl .excludeTags ul li a {
    color: #ffffff;
    background-image: url(../../images/icons/closeSelection-white.png);
}

/*NEW WIDGET STYLES*/
.fluid .widgetspan4 { width: 31.914893617021278%; *width: 31.861702127659576%; display: inline; float: left; }
.fluid .widgetspan8 {
    width: 65.829787234042556%;
    *width: 65.723404255319152%;
    display: inline;
    float: left;
}
#num_RecordsWidget #avg_hrs_Container {
    height: 80px;
}
#num_RecordsWidget #avg_hrs_Container em {
    font-size: 2.8em;
    padding-top: 30px;
}

#avg_hrs_Container, .disposition-summary{
    height: 100px;
    text-align: center;
}

#avg_hrs_Container {
    background: linear-gradient(to bottom, rgba(96,159,219,1) 0%, rgba(80,132,183,1) 100%); /* W3C */
}

#avg_hrs_Container em {
    display: block;
    font-style: normal;
    padding-top: 35px;
    height: 98px;
    font-size: 3.9em;
    font-weight: bold;
    line-height: .5em;
    color: #f7f7f7;
    text-shadow: 1px 1px 2px #232a30;
}

#avg_hrs_Container em span { font-size: .6em; font-style: normal; position: relative; top: 0.075em;}
.chartWrapper .avg_hrs_Container_small { display: block; /*padding: 10px 10px 10px 10px;*/ float:left; width: 100%; }

.avgBlue {
    background: rgb(96,159,219); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzYwOWZkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1MDg0YjciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(96,159,219,1) 0%, rgba(80,132,183,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(96,159,219,1)), color-stop(100%,rgba(80,132,183,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(96,159,219,1) 0%,rgba(80,132,183,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(96,159,219,1) 0%,rgba(80,132,183,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(96,159,219,1) 0%,rgba(80,132,183,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(96,159,219,1) 0%,rgba(80,132,183,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#609fdb', endColorstr='#5084b7',GradientType=0 ); /* IE6-8 */
}

.avgGrey {
background: #fafafc;
background: -moz-linear-gradient(top, #fafafc 0%, #efefef 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafc), color-stop(100%,#efefef));
background: -webkit-linear-gradient(top, #fafafc 0%,#efefef 100%);
background: -o-linear-gradient(top, #fafafc 0%,#efefef 100%);
background: -ms-linear-gradient(top, #fafafc 0%,#efefef 100%);
background: linear-gradient(to bottom, #fafafc 0%,#efefef 100%);

}
.avgGrey em {
    display: block;
    font-style: normal;
    font-size: 3.2em;
    line-height: 3.2em;
    font-weight: bold;
    padding-left: 20px;
    color: #626262;
}

#avg_hrs_Container em span {
    font-size: .6em; font-style: normal; position: relative; top: 0.075em;
}
.statsDetailed .sDisplay h4 em { font-size: 11px; }
.hoursBudgeted { height: 100px;}
.oneLeft {width: 18%; display: inline; float: left;  }
.twoRight { width: 80%; float: right; margin-left: 2%; } 
.twoLeft { width: 80.6%; float: left; margin-left: 1.2%; } 
.oneHalf { width: 48.93617021276595%; float: left; margin-left: 1%; }

.avg_statsItems { padding: 0px; overflow: visible; text-align: center; }
.avg_hpr_wrapper {background-color: #c0c0c0;}
.avg_hpr {float:left; display: inline-block; width: 50%; text-align: left; }
.avg_hpr em {line-height: 1.9em;}
.avg_hpr_change_container { display: inline-block;  float: right; width: 50%;}
.avg_hpr_changes { text-align: center; font-weight: bold; font-size: 14px; padding: 14px 18px 5px 18px; float:right; /*border-left: 1px solid #d5d5d5;*/ }
.avg_hpr_changes .negative { background: url(../../images/negArrow.png) no-repeat 0px 5px; padding-left: 22px; color: #db6464; margin-top: 4px; display: block; }
.avg_hpr_changes .positive { background: url(../../images/posArrow.png) no-repeat 0px 6px; padding-left: 22px; color: #6daa24; margin-top: 4px; display: block; }
.avg_hpr_changes .zero { background: url(../../images/zero.png) no-repeat 4px 6px; padding-left: 20px; color: #4e8fc6; margin-top: 4px; display: block; }

.arrow_box {
    position: relative;
    background: #2F3840;
    /*border: 2px solid #e2e0e2;*/
    width: 100%;
    margin-bottom: 8px;
    -webkit-border-radius: 10px;
            border-radius: 10px;
    /*-webkit-box-shadow:  0px 0px 2px 2px rgba(0, 0, 0, 0.5);
            box-shadow:  0px 0px 2px 2px rgba(0, 0, 0, 0.5);*/

}

.arrow_box:after {
    bottom: -18px;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;

}

.arrow_box:after {
    border-color: rgba(78, 85, 105, 0);
    border-top-color: #2F3840;
    border-width: 11px;
    margin-left: -11px;
    
}


/*TOP BAR AGREGATE STATS*/
.statWidget {
background: #f9f9f9;
border: 1px solid #cdcdcd;

clear: both;
box-shadow: 0 1px 0 #fff;
-moz-box-shadow: 0 1px 0 #fff;
-webkit-box-shadow: 0 1px 0 #fff;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-khtml-border-radius: 3px;
border-radius: 3px;

}
.statsRow h6 {
    font-size: 16px;
    margin-bottom: 5px;
}
.my_stat_container {

display: inline-block;
padding: 5px 5px 5px 5px ;
/*margin-right: 3%;*/


}
.all_stat_container {
display: inline-block;
padding: 5px 5px 5px 5px ;
text-align: center;
/*width: 100%;*/

}
.all_stat_container > h4 { margin-bottom: 15px; }

/*RECRUITER ADMIN TABLE STYLES*/

.avgTableBox { float: left; width: 97%; }
.avgTableBox.expanded { float: left; width: 100%; }
/*.avgTableBox.borderBottom {border-bottom: 1px solid #e2e2e2;}*/
.avgTableBox.nestedWidgets {padding: 0px 10px 0px 15px;}
.avgTableBox.singleWidget {
    width: 95%!important;
    padding: 10px 10px 10px 10px;
    margin-left:10px;
}

.avgTableBox .btn-group { float: left; width:180px; padding:0; /*margin-right:10px;*/ }

.avgTableBox .dateContainer { float: right;}
.avgTableBox .dateContainer span { width: 100px; float: left; margin-right: 30px;}
/*.dateDarkBG span input[type=text], input[type=password], textarea { 
    border:1px solid #bebcbc;
    box-shadow: 0 0 0 0px #cfcfcf;
    -webkit-box-shadow: 0 0 0 2px #cfcfcf;
    -moz-box-shadow: 0 0 0 2px #cfcfcf;
 }
 .dateDarkBG span input[type=text]:hover, input[type=password]:hover, textarea:hover { 
    border:1px solid #bbb9b9;
    box-shadow: 0 0 0 0px #cfcfcf;
    -webkit-box-shadow: 0 0 0 2px #cfcfcf;
    -moz-box-shadow: 0 0 0 2px #cfcfcf;
 }
.dateDarkBG span input[type=text]:focus, input[type=password]:focus, textarea:focus { 
    border:1px solid #bbb9b9;
    box-shadow: 0 0 0 0px #cfcfcf;
    -webkit-box-shadow: 0 0 0 2px #cfcfcf;
    -moz-box-shadow: 0 0 0 2px #cfcfcf;
 }*/

 .dateDarkBG span input[type=text], input[type=password], textarea {
    border:1px solid #c2c2c2;
    box-shadow: 0 0 0 0px #e6e6e6;
-webkit-box-shadow: 0 0 0 0px #e6e6e6;
-moz-box-shadow: 0 0 0 0px #e6e6e6;
border-radius: 3px;
 }

.chart-sort-body {margin-top: 45px;}
.chart-sort-container { width: 100%; float: left; border-bottom: 1px solid #dfdfdf;}
.sortChart > .legend > * {top:-85px !important;}

/*TABLE OVERRIDES*/
/*table.coldListTable > tbody > tr > td:nth-child(2) {
    text-align: center; width: 50px !important;
}*/
table.coldListTable td {
    white-space: nowrap;
}
table.coldListTable  th td, [data-key="Source"] {
    text-align: center; width: 50px !important;
}
.coldListTable th[data-key="Tags"], td[data-key="Tags"] {
    text-align: center; width: 50px !important;
}

table th td, [data-key="Status"] {
    text-align: center; width: 100px !important;
}
.prescreanerTable, 
.respondentlistTable,
.usersTable
 {
    width: 100% !important;
    table-layout: auto !important;
}
table.prescreanerTable th td, [data-key="Tags"] {
    text-align: center; width: 200px ;
}

table.prescreanerTable th td, [data-key="ExternalId"],
table.prescreanerTable tbody td.actBtns.edit
 {
    text-align: center; width: 20px !important;
}

table.prescreanerTable th td, [data-key="QuestionId"],
table.prescreanerTable tbody td.actBtns.cancel {
    text-align: center; width: 20px !important;
}

table.prescreanerTable th td.save {
    width: 50px;
}

#quotaGroupsTable th.edit, td.edit, th.delete, td.delete
 {
    width: 50px !important;
}
#quotaGroupsTable th td, [data-key="Tags"] {
    width: 450px !important;
}

table.respondentlistTable th td, [data-key="RespondentCount"] {
     width: 100px !important;
}



/* == BUZZ MESSAGE STYLES == These should not be in the current branch.

ul.buzzDropdown { position: absolute; left: -9px; display: none; top: 35px; background: url(../../images/subArrow.png) no-repeat 50% 0; padding: 0 1px 1px 1px; z-index: 100; border: none; }
ul.buzzDropdown li { display: block; float: none; border-bottom: 1px solid #1c252b; border-top: 1px solid #404950; background: url(../../images/backgrounds/navBg.jpg); }
ul.buzzDropdown li:hover { border-top: 1px solid #374047; }
ul.buzzDropdown li:first-child { margin-top: 6px; border-top: none; -webkit-border-top-right-radius: 2px; -webkit-border-top-left-radius: 2px; -moz-border-radius-topright: 2px; -moz-border-radius-topleft: 2px; }
ul.buzzDropdown li:last-child { -webkit-border-bottom-right-radius: 2px; -webkit-border-bottom-left-radius: 2px; -moz-border-radius-bottomright: 2px; -moz-border-radius-bottomleft: 2px; }
ul.buzzDropdown li a { width: 100px; padding: 6px 10px 7px 32px; font-size: 11px; text-transform: none; font-weight: normal; float: none; border: none; }
ul.buzzDropdown li a:hover { border-right: none; border-left: none; }
*/

/* === BOOTSTRAP Popover Custom Styles === */


    .popover-container {
        margin:0 auto; 
        color: #595959;
    }
    .gravitar-wrapper {
        min-height: 50px;
        background-color: #dfdfdf;
        text-align: center;
        padding:10px;
    }
    .gravitar-wrapper img { border:1px solid #b2b2b2; height: 60px; }
    .popover-content { padding: 10px; }
    .popover-content p { padding-bottom:5px !important; padding-top:0px; margin:0;}
    .popover-content p em { font-weight: bold; font-style: normal; /*color: #324f83;*/ }


/* @group BOOTSTRAP BUTTONS */



.btn  {
  height: 19px; 
  font-family: Helvetica;
  display: inline-block;
  *display: inline;
  padding: 4px 12px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 14px;
  line-height: 20px;
  color: #595959 ;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  *border: 0;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
/*  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);*/
}


.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #646464;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

.btn:active,
.btn.active {
  background-color: #cccccc;
}

.btn:first-child {
  *margin-left: 0;
}

.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.btn-large {
  padding: 11px 19px;
  font-size: 17.5px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

.btn-large .fa {
  margin-top: 4px;
}

.btn-small {
  padding: 2px 10px;
  font-size: 11.9px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.btn-small .fa {
  margin-top: 0;
}

.btn-mini .fa {
  margin-top: -1px;
}

.btn-mini {
  padding: 0 6px;
  font-size: 10.5px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.btn-block + .btn-block !important {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}

.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006dcc;
  *background-color: #0044cc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}

.btn-primary:active,
.btn-primary.active {
  background-color: #003399 \9;
}

.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  *background-color: #f89406;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #ffffff;
  background-color: #f89406;
  *background-color: #df8505;
}

.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}

.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  *background-color: #bd362f;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #ffffff;
  background-color: #bd362f;
  *background-color: #a9302a;
}

.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}

.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  *background-color: #51a351;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #ffffff;
  background-color: #51a351;
  *background-color: #499249;
}

.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}

.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  *background-color: #2f96b4;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #ffffff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}

.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}

.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  *background-color: #222222;
  background-image: -moz-linear-gradient(top, #444444, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
  background-image: -webkit-linear-gradient(top, #444444, #222222);
  background-image: -o-linear-gradient(top, #444444, #222222);
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #ffffff;
  background-color: #222222;
  *background-color: #151515;
}

.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9;
}

button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}

button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}

.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.btn-link {
  color: #0088cc;
  cursor: pointer;
  border-color: transparent;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.btn-link:hover,
.btn-link:focus {
  color: #005580;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
  color: #333333;
  text-decoration: none;
}

.btn-group {
  position: relative;
  display: inline-block;
  *display: inline;
  *margin-left: .3em;
  font-size: 0;
  white-space: nowrap;
  vertical-align: middle;
  *zoom: 1;
}
.btn-group ul li {
    height: 28px;
}

.btn-group:first-child {
  *margin-left: 0;
}

.btn-group + .btn-group {
  margin-left: 5px;
}

.btn-toolbar {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 0;
}

.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group {
  margin-left: 5px;
}

.btn-group > .btn {
  position: relative;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.btn-group > .btn + .btn {
  margin-left: -1px;
}

.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover !important {
  font-size: 14px;
}

.btn-group > .btn-mini {
  font-size: 10.5px;
}

.btn-group > .btn-small {
  font-size: 11.9px;
}

.btn-group > .btn-large {
  font-size: 17.5px;
}

.btn-group > .btn:first-child {
  margin-left: 0;
  -webkit-border-bottom-left-radius: 3px;
          border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
          border-top-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
}

.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle  {
  -webkit-border-top-right-radius: 3px;
          border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
          border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;

}

.btn-group > .btn.large:first-child !important {
  margin-left: 0;
  -webkit-border-bottom-left-radius: 3px;
          border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
          border-top-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
}

.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle !important {
  -webkit-border-top-right-radius: 3px;
          border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
          border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
}

.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active  {
  z-index: 2;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle  {
  *padding-top: 5px;
  padding-right: 8px;
  *padding-bottom: 5px;
  padding-left: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    height: 31px;
    top: .05px;
}

.btn-group > .btn-mini + .dropdown-toggle !important {
  *padding-top: 2px;
  padding-right: 5px;
  *padding-bottom: 2px;
  padding-left: 5px;
}

.btn-group > .btn-small + .dropdown-toggle !important {
  *padding-top: 5px;
  *padding-bottom: 4px;
}

.btn-group > .btn-large + .dropdown-toggle  !important{ 
  *padding-top: 7px;
  padding-right: 12px;
  *padding-bottom: 7px;
  padding-left: 12px;
}

.btn-group.open .dropdown-toggle  !important{
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-group.open .btn.dropdown-toggle !important {
  background-color: #e6e6e6;
}

.btn-group.open .btn-primary.dropdown-toggle  !important{
  background-color: #0044cc;
}

.btn-group.open .btn-warning.dropdown-toggle !important {
  background-color: #f89406;
}

.btn-group.open .btn-danger.dropdown-toggle !important {
  background-color: #bd362f;
}

.btn-group.open .btn-success.dropdown-toggle !important {
  background-color: #51a351;
}

.btn-group.open .btn-info.dropdown-toggle !important {
  background-color: #2f96b4;
}

.btn-group.open .btn-inverse.dropdown-toggle !important {
  background-color: #222222;
}

.btn .caret !important {
  margin-top: 8px;
  margin-left: 0;

}

.btn-large .caret  {
  margin-top: 6px;
}

.btn-large .caret  {
  border-top-width: 5px;
  border-right-width: 5px;
  border-left-width: 5px;

}

.btn-mini .caret,
.btn-small .caret  {
  margin-top: 8px;
  color: #595959 !important;
}

.dropup .btn-large .caret  {
  border-bottom-width: 5px;
}

.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret  {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;

}

.btn-group-vertical {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
}

.btn-group-vertical > .btn  {
  display: block;
  float: none;
  max-width: 100%;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.btn-group-vertical > .btn + .btn  {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:first-child {
  -webkit-border-radius: 3px 3px 0 0;
     -moz-border-radius: 3px 3px 0 0;
          border-radius: 3px 3px 0 0;
}

.btn-group-vertical > .btn:last-child {
  -webkit-border-radius: 0 0 3px 3px;
     -moz-border-radius: 0 0 3px 3px;
          border-radius: 0 0 3px 3px;
}

.btn-group-vertical > .btn-large:first-child {
  -webkit-border-radius: 3px 3px 0 0;
     -moz-border-radius: 3px 3px 0 0;
          border-radius: 3px 3px 0 0;
}

.btn-group-vertical > .btn-large:last-child {
  -webkit-border-radius: 0 0 3px 3px;
     -moz-border-radius: 0 0 3px 3px;
          border-radius: 0 0 3px 3px;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle  {
  *margin-bottom: -3px;
}

.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}

.dropdown .caret  {
  margin-top: 8px;
  margin-left: 2px;
}

.dropdown-menu  {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;
}


.dropdown-menu.pull-right  {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}
ul.dropdown-menu {
    margin:0; padding: 0;
}
.dropdown-menu > li {
    padding: 5px 0px 0px 0px !important;
    margin: 0 !important;
    border-right: 0!important;
    width: 100%!important;
    height: auto !important;
    color: #333333;
    
}

.dropdown-menu > li > a  {
  font-family: Helvetica;
  text-decoration: none;
  display: block !important;
  clear: both;
  padding:3px 20px !important;
  font-weight: normal;
  line-height: 20px;
  color: #333333;
  white-space: nowrap;
  height: 20px !important;
  border-right: none !important;
  text-align: center;
}


.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  color: #ffffff !important;
  text-decoration: none;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #cf0505, #ad0404);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#cf0505), to(#ad0404));
  background-image: -webkit-linear-gradient(top, #cf0505, #ad0404);
  background-image: -o-linear-gradient(top, #cf0505, #ad0404);
  background-image: linear-gradient(to bottom, #cf0505, #ad0404);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #c23a00;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  outline: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}


/* NEW SUBMENU HOVER STYLES */
/*.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a !important{
  color: #ffffff;
  text-decoration: none;
  background-color: #455d6d;
  background-image: -moz-linear-gradient(top, #455d6d 0%, #567488 100%);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#455d6d), to(#567488));
  background-image: -webkit-linear-gradient(top, #455d6d, #567488);
  background-image: -o-linear-gradient(top, #455d6d, #567488);
  background-image: linear-gradient(to bottom, #455d6d, #567488);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='##455d6d', endColorstr='#455d6d', GradientType=0);
}*/


/* DELETE SPLIT BUTTON HOVER STYLES */

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > #clearFiltersButton,
.dropdown-submenu:focus > #clearFiltersButton  {
  color: #ffffff;
  text-decoration: none;
  background-color: #a72020;
  background-image: -moz-linear-gradient(top, #e25353 0%, #c34141 100%);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e25353), to(#c34141));
  background-image: -webkit-linear-gradient(top, #e25353, #c34141);
  background-image: -o-linear-gradient(top, #e25353, #c34141);
  background-image: linear-gradient(to bottom, #e25353, #c34141);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a95353', endColorstr='#a72020', GradientType=0);
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: default;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.open {
  *z-index: 1000;
}

.open > .dropdown-menu  {
  display: block;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000000;
  content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu !important{
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
     -moz-border-radius: 0 6px 6px 6px;
          border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

.dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  -webkit-border-radius: 5px 5px 5px 0;
     -moz-border-radius: 5px 5px 5px 0;
          border-radius: 5px 5px 5px 0;
}

.dropdown-submenu > a:after {
  display: block;
  float: right;
  width: 0;
  height: 0;
  margin-top: 5px;
  margin-right: -10px;
  border-color: transparent;
  border-left-color: #cccccc;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: " ";
}

.dropdown-submenu:hover > a:after {
  border-left-color: #ffffff;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
     -moz-border-radius: 6px 0 6px 6px;
          border-radius: 6px 0 6px 6px;
}

.dropdown .dropdown-menu .nav-header {
  padding-right: 20px;
  padding-left: 20px;
}

/* DATA TABLES */
    table.coldListTable [data-key="PhonePrimary"] { width: 100px !important; }
    table.coldListTable [data-key="PhoneAlternate"] { width: 100px !important; }
    
/*table th td, [data-key="Email"], [data-key="LastRecruiter"], [data-key="OwningRecruiter"], [data-key="Ethnicity"], [data-key="RecruitingGroup"] {
    white-space: normal !important;
}*/

/* @end */

/*======================================

PM Coldlist Styles

=========================================*/

#coldListFilterForm fieldset {
    margin-bottom:10px;
}

/* === MEDIA QUERIES === */

@media only screen and (max-width: 1688px) {
    .respHeader .formRow > div > .selector {
        float: left !important;
    }

    .screanerContainer {
        max-height: 415px;
    }
}

@media only screen and (max-width: 1370px) {

   /*table th td, [data-key="Gender"],[data-key="Age"], [data-key="Ethnicity"],[data-key="LastEdit"] 
   { display: none !important;}*/
 
 
   
}

@media only screen and (max-width: 1112px) {

.quadSort {
    width: 100%!important;
} 
   
}

@media only screen and (max-width: 1079px) {

    /*table th td, [data-key="City"]
   { display: none !important;}*/
}
@media only screen and (max-width: 1145px) {

    /*table th.ui td, [data-key="State"]
   { display: none !important;}*/

   
}

@media only screen and (max-width: 985px) {

.avg_hpr {
 float:left; display: block; width: 100%; text-align: center; padding-left:0px;
}
.avg_hpr_change_container {
    display:block; text-align: center; width: 95%; margin: 0 auto; 
}
.avg_hpr_changes {
   float: none; width: 95%; padding: 0; display: block;
}

.avgGrey em {
    padding-left: 0px;
}

}

@media (max-width: 1800px) {
  .table-responsive {
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}



@media only screen and (max-width: 1069px) {
    
    .quadSort { width:98%; float:none; padding-bottom:20px; }
     /*table th td, [data-key="Source"] { width:500px !important;} */  

}

@media only screen and (min-width: 1024px) and (max-width: 1209px) {
    .widgets .PreScreenerDetails td:first-child { width: 20% !important; white-space: pre-wrap;  }
}

@media only screen and (max-width: 1024px) {

    .oneLeft {  float: none; margin: 0; clear: both; width: 100%; }
    .twoRight {  float: none; margin: 0; clear: both; width: 100%;}
    .twoLeft { float: left; width: 100%; margin-left: 0; margin-top: 2%;     } 
    .oneHalf {float: none; margin: 0; clear: both; width: 100%;}

    .loginWrapper {
        /*Was causing the top position of the wraper to colaps at 1016px*/
       /* margin: 0;
        position:  static;*/
        text-align:  center;
    }
    
    .loginWrapper .loginLogo {
        position: static;
        margin:  0 auto;
        text-align: center;
    }
    
    .loginWrapper .widget {
        margin:  0 auto;
        

    }

    .low_padding_title {
        padding-top: 0;
    }

    #footer {
        position:  static;
    }
    
    .hide_on_medium_disp { display: none !important; }

    .formNote {
        margin-bottom: 12px;
    }
    /*table th td, [data-key="State"] 
   { display: none !important;}*/

    /*.widgets .PreScreenerDetails td:first-child { white-space: nowrap !important;*/  

    .avgTableBox.nestedWidgets {padding-bottom: 10px;}




}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
    /*table th td, [data-key="Source"] {
        display: none;
    }*/

}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    
    .wrapper {
        margin: 0 2% 0 3.7%;
    }

    .widget .body {padding: 50px 14px;}

    div.slideOut, div.slideIn {
        padding: 0 0px 0 0;
        margin: 0 0 0 0;
        position: fixed;
        display: block;
        width: 26px;
        height: 80px;
        left: 220px;
        top: 50%;
        margin-top: -29px;
        background-image: url(../../images/backgrounds/leftNavSlider2.png);
        z-index: 200;
    }

    div.slideIn {
        background-position: 26px 0;
    }


    div.slideIn:hover {
        background-position: 26px -80px;
        cursor: pointer;
    }

    div.slideIn:active {
        background-position: 14px -160px;
        /* cursor: pointer; */
    }

    div.slideOut:hover {
        background-position: 0 -80px;
        cursor: pointer;
    }

    div.slideOut:active {
        background-position: 0 -160px;
        /* cursor: pointer; */
    }
    
}

@media only screen and (max-width: 871px) {

    table.coldListTable [data-key="Name"] { width: 100px !important; }
    table.coldListTable [data-key="Email"] { width: 100px !important; }
    
    
    
    /*table th td, [data-key="Status"] { text-align: center; width: 100px !important; }*/
    table.coldListTable [data-key="Tags"] { text-align: center; width: 50px !important; }
    table.coldListTable [data-key="Source"] { text-align: center; width: 50px !important; }
    table.coldListTable [data-key="City"] { text-align: center; width: 75px !important; }
    table.coldListTable [data-key="Ethnicity"] { text-align: center; width: 75px !important; }
    table.coldListTable [data-key="LastRecruiter"] { text-align: center; width: 75px !important; }
    table.coldListTable [data-key="OwningRecruiter"] { text-align: center; width: 75px !important; }
    table.coldListTable [data-key="RecruitingGroup"] { text-align: center; width: 75px !important; }
    table.coldListTable [data-key="LastActionDate"] { text-align: center; width: 75px !important; }
    table.coldListTable [data-key="Status"] { text-align: center; width: 75px !important; }

    table.respondentlistTable [data-key="ListName"] { }
    table.prescreanerTable [data-key="Name"] {
       text-align: left; width: 50%;
    }
}

/*Main navigation responsive styles*/
@media only screen and (max-width: 871px) {


    
    .navWrapper div { display: inline-block; margin:0 auto; }

    .mainNav {
        margin: 0 auto;
        display: inline-block;
    }
    
    .mainNav ul li a {
        height: 20px;
    }

    #global i {
        margin: 4px 0px 0px 2px;
    }
    body:not(.loginPage) div.userNav {
        position: relative !important;
        
    }
    div.userNav {

       /* margin:0 !important;*/
        margin-left: 6px;
        margin-right: 0px !important;
        box-shadow: inset 0px 0px 0px 0px rgba(255, 255, 255, 0) !important;
        -webkit-box-shadow: inset 0px 0px 0px 0px rgba(255, 255, 255, 0) !important;
    }

    div.userNav ul li:nth-child(1) {
        border-left: 0px;
    }
    div.userNav > ul > li > a { height: 29px;}

    div.userNav ul li { 
        /*float: left;*/
        border-right: 1px solid #1c262b;
        -webkit-box-shadow: inset -1px 0px 0px 0px rgba(255, 255, 255, 0.1);
        box-shadow: inset -1px 0px 0px 0px rgba(255, 255, 255, 0.1);
        cursor: pointer;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -ms-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
    }

     div.userNav  > ul > li > a  {
        padding: 0px 8px 0px 0px;
     }
    .userNav ul li span {
        display: none;
    }
    .userNav ul li.imgNav img { float: left; display: block; margin:0; padding: 11px 17px 11px 23px; }

    ul.dropNav li {
        display: inline;
        float: left;
    }

    .dropNav > li > a > span {
        display: none;
    }
}

@media only screen and (max-width: 400px) {

    .mainNav ul li a { padding:4px 10px; }
    .userNav ul li.imgNav img { float: left; display: block; margin:0; padding: 11px 4px 11px 14px; }
    ul.userDropdown { left: -93px; background: url(../../images/subArrow.png) no-repeat 85% 0; }
}

@media only screen and (max-width: 769px) {
    /*.resp {
        display: inline-block !important;
        width: 100%;
    }*/
    

    .low_margin_bc {
        margin: 0;
    }

    .low_padding_title {
        padding-top: 24px;
    }

    div.hide_on_small_disp, .hide_on_small_disp { display: none !important; }
    
    .userNav {
        clear: both;
        position: relative;
        margin-right: 0px;
        right: 0px;
        z-index: 999;
    }
    .btn-grp-containr {
    float: none;
    }
    .sortChart > .legend > table  {
        top:-118px !important;
    }
    
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
    
    body:not(.loginPage) div.userNav {
        float: none;
        position: relative;
        right: 0px;
        margin-right: 0px;
    }
    
    th { width: 100%;}
/* WRAPS WIDGET LABEL SO IT DOES NOT FLOW OVER THE LABEL */
    
    .widget .body {padding: 10px 14px;}
   /* .legend table td {
        position: absolute;
        top: -10px !important;

    }*/
    /*.phone { 
        width:100%;
        
    }*/
    

    .respDetails {display: none;}
    
    /*th.ui-state-default {
        width: 30% !important;
    }*/
        
    div.ui-widget-header > div.dataTables_filter > label > input[type='text'] {
        max-width: 140px !important;
        width: 140px !important;
        float: right;
        margin: 0;
    }
    
}

@media only screen and (max-width: 600px) {
    div.alert-container  {
        margin-left: 0; margin-top: 10px;  clear: left;
    }
    .btn-grp-containr {
    margin-bottom: 10px;
    }
    .avgTableBox .dateContainer  { float:left; margin-top:10px;}
}

.dataTables_length label {
    padding-left: 6px;
}

.fluid .widget {
    margin-bottom: 25px;
}

a.fg-button.ui-button.ui-state-default {
    color: inherit;
}

div.selector select {
    opacity: 0;
}

.boxHighlight {
	box-shadow: 0px 0px 5px 1px #FFF000 inset !important;
}

.gravatarTableZoomWindow div.spinner {
	height: 30px;
	width: 60px;
}

.gravatarTableZoomWindow div.tagsinput.disabled {
	min-width: 200px;
}

.gravatarTableZoomWindow div.toggle, .gravatarTableZoomWindow div.nNote {
	margin-top: 0;
	width: 400px;
}

.gravatarTableZoomWindow {
	text-align: left;
}

.gravatarTableZoomWindow .title i {
	float: right;
}

#respondentSearchTableWrapper {
	margin-top: 0;
}

div.legend td {
	padding: 0;
}

#TimeZone {
	width: 300px;
}

.sTable tbody tr.quota.over-quota.highlight:nth-child(n), .sTable tbody tr.subQuota.over-quota.highlight:nth-child(n) {
    background-color: #db6464;
    border-color: transparent;
    color: #fff;
}

.sTable tbody tr.quota.over-quota.highlight td:not(:first-child), .sTable tbody tr.subQuota.over-quota.highlight td:not(:first-child) {
    border-left-color: transparent;
}

/*.sTable tbody tr.quota.over-quota.highlight td:not(:first-child) .barB {
    background: url(../../images/ui/redMediumBar.png) repeat-x; 
    border: 1px solid #CC4146;
}*/

div.topNav.withGlobalAlert {
    background-position-y: 32px;
}

div.nNote.nWarning.globalAlert {
    height: 32px;margin-top: -3px;
}

div.nNote.nWarning.globalAlert > p {
    margin-top: -5px;
}

div.titleArea.withGlobalAlert {
    margin-top: 64px;
}

#assumeRoleDialog {
    overflow: visible;
}

#assumeRoleDialog form.form {
    text-align: left;
}

div.chzn-container {
    float: right;
    margin-right: -6px;
}

div.spinner.spinner-small {
    position: absolute;
    top: -22px;
    left: 200px;
    display: none;
}

.title.inactive {
     background: 
         url(../../images/ui/minus_math-16.png) right 12px center no-repeat,
         #efefef url(../../images/backgrounds/titleBg.png) repeat-x;
}

.title.normal {
     background: 
         url(../../images/ui/plus_math-16.png) right 12px center no-repeat,
         #efefef url(../../images/backgrounds/titleBg.png) repeat-x;
}

.duplicate-email-list {
    list-style: inherit;
    margin-left: 16px;
    padding: 16px;
}

.flex-row, .formRow .formRight.flex-row {
    display: flex;
    flex-direction: column;
}

.flex-column {
    display: flex;
    flex-direction: row;
}

.checker.disabled ~ label {
    cursor: default;
}

button:disabled, a.disabled {
    opacity: 0.6;
    cursor: not-allowed!important;
}

#participant-form .fa.fa-warning.caution-code-indicator {
    padding-right: 8px;
}

.flex-item {
    display: flex;
    align-items: center;
}

table.display tr.even.gradeA.is-exceptional td, table.display tr.odd.gradeA.is-exceptional td {
    background-color: #effeb9 !important;
}

table.display tr.even.gradeA.is-exceptional:hover td, table.display tr.odd.gradeA.is-exceptional:hover td {
    background-color: #CDEB8B !important;
}

table.display tr.even.gradeA.caution-code td, table.display tr.odd.gradeA.caution-code td, .caution-code-table td {
    background-color: #FFE9AD !important;
}

table.display tr.even.gradeA.caution-code:hover td, table.display tr.odd.gradeA.caution-code:hover td, .caution-code-table tr:hover td {
    background-color: #EAC572 !important;
}

table.display tr.even.gradeA.blacklisted td, table.display tr.odd.gradeA.blacklisted td {
    background-color: #FCCAC1 !important;
}

table.display tr.even.gradeA.blacklisted:hover td, table.display tr.odd.gradeA.blacklisted:hover td {
    background-color: #E18B7C !important;
}

.pp-overview-table td:first-child {
    font-weight: bolder;
    width: 40%;
}

#ppOverview .btmini {
    color: #fff;
    text-transform: uppercase;
    padding: 4px;
}

.coldListTable tbody td i.fa {
    padding-right: 6px;
}

#participant-form .caution-code-indicator {
    color: #ad0404;
    font-size: 1rem;
}

div.gravatarTableZoomWindow.tableWrap.widget {
    margin-top: 16px;

}

div.gravatarTableZoomWindow.tableWrap.widget > table.sTable.dTable.display.dataTable {
    border: 1px solid #cdcdcd;
}

div.gravatarTableZoomWindow.tableWrap.widget th {
    padding-right: 10px;
}

div.gravatarTableZoomWindow.tableWrap.widget > table.sTable.dTable.display.dataTable > tbody > tr > td {
    max-width: initial;
}

div.gravatarTableZoomWindow.tableWrap.widget > div.title {
    border: 1px solid #cdcdcd;
    border-bottom: none;
}

.tableWrap .dTable i {
    font-size: 18px;
}

.blacklist-summary {
    float: right;
    font-size: 12px;
    font-weight: normal;
}

.lock-ui {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.25);
    z-index:99999;
}

.lock-ui .fa.fa-spin-fast {
    animation: fa-spin 0.75s infinite linear;
    font-size: 4em;
}


.disposition-count-some {
    background: linear-gradient(to bottom, rgb(97, 172, 233) 0%, rgba(80,132,183,1) 100%); /* W3C */
}

.disposition-count-none {
    background: linear-gradient(to bottom, #999 0%, #656565 100%);
}

.paid-and-sent {
    background: linear-gradient(to bottom, rgba(176, 215, 39, 0.76) 0%, rgba(113, 147, 34, 0.74) 100%);
}

.canceled {
    background: linear-gradient(to bottom, #f2ac62 0%, #f38534 100%); /* W3C */
}

.disposition-breakdown-table {
    table-layout: fixed;
    width: 100%;
}

.disposition-breakdown-table td {
    font-style: normal;
    font-size: 2em;
    font-weight: bold;
    color: #f7f7f7;
    text-shadow: 1px 1px 2px #232a30;
    text-align: center;
    padding: 8px;
    border: 1px solid #ccc;
}

.disposition-breakdown-table th {
    font-size: 1.25em;
    text-align: center;
    vertical-align: bottom;
    border: 1px solid #ccc;
    padding: 2px;
}

#disposition-breakdown-title {
    cursor: pointer;
}

.blacklist-caution-code-checkbox-container {
    display: flex;
    align-items: center;
}

.blacklist-caution-code-checkbox-container .checker {
    margin-right: 6px;
}

.blacklist-caution-code-checkbox-label {
    line-height: 24px;
    padding-top: 2px;
    cursor: pointer;
}

#RespondentSearch .respondent-search-setting.left {
    position: relative;
    float: left;
    left: 10px;
}

#RespondentSearch .respondent-search-setting.right {
    position: relative;
    float: right;
    right: 12px;
}

#RespondentSearch .respondent-search-setting label {
    color: #e0e0e0;
    margin-left: 10px;
    position: relative;
    top: -2px;
    cursor: pointer;
}