@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot');
    src: url('../fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/fontawesome-webfont.svg#Font Awesome') format('svg'), url('../fonts/fontawesome-webfont.woff') format('woff'), url('../fonts/fontawesome-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FuturaBT-Light';
    src: url('../fonts/futura/2AAF26_0_0.eot');
    src: url('../fonts/futura/2AAF26_0_0.eot?#iefix') format('embedded-opentype'), url('../fonts/futura/2AAF26_0_0.woff') format('woff'), url('../fonts/futura/2AAF26_0_0.ttf') format('truetype'), url('../fonts/futura/2AAF26_0_0.svg#wf') format('svg');
}

@font-face {
    font-family: 'FuturaBT-Book';
    src: url('../fonts/futura/2AAF26_1_0.eot');
    src: url('../fonts/futura/2AAF26_1_0.eot?#iefix') format('embedded-opentype'), url('../fonts/futura/2AAF26_1_0.woff') format('woff'), url('../fonts/futura/2AAF26_1_0.ttf') format('truetype'), url('../fonts/futura/2AAF26_1_0.svg#wf') format('svg');
}

@font-face {
    font-family: 'FuturaBT-LightCondensed';
    src: url('../fonts/futura/2AAF26_2_0.eot');
    src: url('../fonts/futura/2AAF26_2_0.eot?#iefix') format('embedded-opentype'), url('../fonts/futura/2AAF26_2_0.woff') format('woff'), url('../fonts/futura/2AAF26_2_0.ttf') format('truetype'), url('../fonts/futura/2AAF26_2_0.svg#wf') format('svg');
}

@font-face {
    font-family: 'FuturaBT-BoldCondensed';
    src: url('../fonts/futura/2AAF26_3_0.eot');
    src: url('../fonts/futura/2AAF26_3_0.eot?#iefix') format('embedded-opentype'), url('../fonts/futura/2AAF26_3_0.woff') format('woff'), url('../fonts/futura/2AAF26_3_0.ttf') format('truetype'), url('../fonts/futura/2AAF26_3_0.svg#wf') format('svg');
}

@font-face {
    font-family: 'helveticaneuelight';
    src: url('../fonts/hel-font/HelveticaNeue-Light.eot');
    src: url('../fonts/hel-font/HelveticaNeue-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/hel-font/HelveticaNeue-Light.woff') format('woff'), url('../fonts/hel-font/HelveticaNeue-Light.ttf') format('truetype'), url('../fonts/hel-font/HelveticaNeue-Light.svg#helveticaneuelight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FuturaLT-CondensedBold';
    src: url('../fonts/futura/FuturaLT-CondensedBold.eot?#iefix') format('embedded-opentype'), url('../fonts/futura/FuturaLT-CondensedBold.woff') format('woff'), url('../fonts/futura/FuturaLT-CondensedBold.ttf') format('truetype'), url('../fonts/futura/FuturaLT-CondensedBold.svg#FuturaLT-CondensedBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    font-family: "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
    font-size: 14px;
}

html,
body {
    height: 100%;
}

body:before {
    content: "";
    height: 100%;
    float: left;
    width: 0;
    margin-top: -52600px;
}

input,
textarea,
button,
select,
option,
a {
    outline: none;
}


/*************************bootstrap css**********************/

.height-30 {
    height: 30px !important;
    line-height: 30px !important;
}

.alert.alert-success {
    background: #dff0d8;
    border-color: #d0e6be;
    color: #468847;
    background-size: 20px 20px;
}

.alert .success-icon {
    width: 30px;
    height: 30px;
    background: url(../img/new_img/success_icon.png) no-repeat center center;
    float: left;
    margin-right: 20px;
}

.alert {
    padding: 12px;
    margin-bottom: 18px;
    border: 1px solid transparent;
    border-radius: 5px;
    line-height: 30px;
    font-size: 13px;
    font-family: "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
    width: 100%;
}

.alert.alert-danger {
    background: #fdeff3;
    border-color: #faa9c0;
    color: #cf1f37;
    background-size: 20px 20px;
}

.alert .error-icon {
    width: 30px;
    height: 30px;
    background: url(../img/new_img/error_icon.png) no-repeat center center;
    float: left;
    margin-right: 20px;
}

.message-fix {
    top: 46px;
    width: 100%;
    z-index: 9998;
    margin: 0px 0px 7px 0px;
    /*position: fixed !important;*/
}

#loading_image {
    display: block;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 999999;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.05);
    opacity: 0.8;
}

.overlay-loading .loader {
    top: 50%;
    background: url('../img/loading.gif') no-repeat 50% 50%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.0);
    padding: 0px 0;
    height: 75px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    width: 100px;
    left: 50%;
    background-color: #000;
    margin-top: -37px;
    margin-left: -50px;
}

.overlay-loading .loader-text {
    background-color: rgba(0, 0, 0, 0.0);
    display: inline-block;
    margin-top: 80px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    color: #333;
    width: 100%;
    text-align: center;
    font-size: 22px;
}

.alert.alert-success {
    background: #dff0d8;
    border-color: #d0e6be;
    color: #468847;
    background-size: 20px 20px;
}

.input-form {
    float: left;
    width: 100%;
    border: 1px solid #ccc;
    background: #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
    color: #444;
    padding: 3px 10px;
    outline: none;
    resize: none;
}

.font-14 {
    font-size: 14px !important;
}


/*Use for radio button*/

.button1 {
    background: url('../img/Radio_button_off.png') no-repeat;
    width: 100%;
    float: left;
    height: 19px;
    text-align: center;
}


/*Use for check box */

.button2 {
    background: url('../img/checkbox.png') no-repeat;
    width: 100%;
    float: left;
    height: 19px;
    text-align: center;
}

.close {
    float: right;
    font-size: 19.5px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .8;
    margin-top: 4px;
    filter: alpha(opacity=20)
}

.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 1;
    filter: alpha(opacity=50)
}

button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none
}

.modal-open {
    overflow: hidden
}

.modal {
    display: none;
    overflow: auto;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform .3s ease-out;
    -moz-transition: -moz-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 3px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    background-clip: padding-box;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0)
}

.modal-backdrop.in {
    opacity: .5;
    filter: alpha(opacity=50)
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.43px
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

.modal-body {
    position: relative;
    padding: 20px
}

.modal-footer {
    margin-top: 15px;
    padding: 19px 20px 20px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer .btn+.btn {
    margin-left: 5px;
    margin-bottom: 0
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}

.input-error::-webkit-input-placeholder {
    color: red;
}

.input-error:-moz-placeholder {
    /* Firefox 18- */
    color: red;
}

.input-error::-moz-placeholder {
    /* Firefox 19+ */
    color: red;
}

.input-error:-ms-input-placeholder {
    color: red;
}


/****************/

.left {
    float: left !important;
}

.right {
    float: right !important;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center !important
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.red {
    color: #cf1f37;
}

.text-success {
    color: #4b9b20;
}

.text-error {
    color: #cf1f37;
}

.text-warning {
    color: #d4620f;
}

*,
*:before,
*:after {
    word-wrap: break-word;
}

form div {
    clear: none;
}

.clr{
    clear:both;
}
.border-t {
    border-top: 1px solid #ccc;
}

.border-l {
    border-left: 1px solid #ccc;
}

.border-r {
    border-right: 1px solid #ccc;
}

.no-border {
    border: none !important;
}

.no-margin-t {
    margin-top: 0px !important;
}

.no-margin-b {
    margin-bottom: 0px !important;
}

.no-padding {
    padding: 0px !important;
}

.no-padding-hr {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.no-transform {
    text-transform: none !important;
}

.no-padding-b {
    padding-bottom: 0px !important;
}
.no-padding-t {
    padding-top: 0px !important;
}

.m-r-10 {
    margin-right: 10px;
}

.m-r-7 {
    margin-right: 10px;
}

.border-red {
    border-color: #cf1f37 !important;
}
.border-red-div {
    border: 1px solid #cf1f37 !important;
}

.no-margin {
    margin: 0px !important;
}

.blue-bg {
    background: url(../img/new_img/blue_bg.jpg) no-repeat center center fixed #0a2f64;
}

.white-bg {
    background: url(../img/new_img/white_bg.jpg) no-repeat center center fixed #EDEDED;
}

.blue-gradient {
    background: -webkit-linear-gradient(#2b4b99, #213974) !important;
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#2b4b99, #213974) !important;
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#2b4b99, #213974) !important;
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(#2b4b99, #213974) !important;
    /* Standard syntax */
    color: #ffffff !important;
}

.white-gradient {
    background: -webkit-linear-gradient(#ffffff, #f0f0f0) !important;
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#ffffff, #f0f0f0) !important;
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#ffffff, #f0f0f0) !important;
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(#ffffff, #f0f0f0) !important;
    /* Standard syntax */
    color: #0a2f64 !important;
}

.green-gradient {
    background: -webkit-linear-gradient(#2fa555, #2fa555) !important;
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#2fa555, #2fa555) !important;
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#2fa555, #2fa555) !important;
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(#2fa555, #2fa555) !important;
    /* Standard syntax */
    color: #ffffff !important;
}

.text-field-sm {
    width: 150px;
    height: 30px;
    display: inline-block;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: solid 1px #d3d3d3;
    padding: 5px;
    line-height: 24px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.text-field-xs {
    min-width: 100px;
    width: 100%;
    height: 28px;
    display: inline-block;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: solid 1px #d3d3d3;
    padding: 3px 5px;
    line-height: 22px;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.btn-sm {
    min-width: 110px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-family: 'FuturaBT-BoldCondensed';
    display: inline-block;
    padding: 0 15px;
}

.btn-xs {
    min-width: 50px;
    height: 25px;
    line-height: 25px;
    font-size: 13px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-family: 'FuturaBT-BoldCondensed';
    display: inline-block;
    padding: 0 4px;
}

.disabled-btn {
    background: #ccc;
    color: #fff;
    cursor: not-allowed;
}

.text-link {
    color: #2d4d98;
    text-decoration: none;
}

.pointer {
    cursor: pointer;
}

.default-cursor {
    cursor: default !important;
}

.icon-ok {
    font-family: 'FontAwesome';
    font-size: 14px;
}

.icon-ok:before {
    content: "\f00c";
}

.animated {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}


/*  Login page  */

.login-panel {
    width: 356px;
    height: auto;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -270px;
    margin-left: -178px;
}

.login-panel .message {
    float: none;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    padding: 5px 0;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #fdeff3;
    border-color: #faa9c0;
    color: #cf1f37;
    font-family: "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
}

.login-panel .logo-sec {
    width: 100%;
    text-align: center;
    padding: 20px 0;
    border-bottom: solid 1px #eaeaea;
}

.login-panel .form-sec {
    width: 100%;
    background: #f3f3f3;
    padding: 15px 20px;
}

.login-panel .form-sec .title-sec {
    width: 100%;
    font-family: 'FuturaBT-BoldCondensed';
    color: #241f63;
    font-size: 22px;
    text-align: center;
    text-transform: uppercase;
}

.login-panel .field-grp {
    width: 100%;
    background: #fff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin-top: 15px;
}

.login-panel .field-grp .field-form {
    position: relative;
    width: 100%;
}

.login-panel .field-grp .username-field {
    width: 100%;
    display: inline-block;
    border: none;
    border-bottom: solid 1px #f3f3f3;
    background: url(../img/new_img/user_icon.png) no-repeat right 15px top 14px rgba(255, 255, 255, 0);
    padding: 18px 15px;
    position: relative;
    font-size: 16px;
}

.login-panel .field-grp .password-field {
    width: 100%;
    display: inline-block;
    border: none;
    padding: 18px 15px;
    position: relative;
    font-size: 16px;
}

.login-panel .field-grp .field-form .fa {
    position: absolute;
    right: 15px;
    bottom: 20px;
    font-size: 16px;
    cursor: pointer;
    color: #213974;
    z-index: 5;
}

.login-panel .field-grp .form-error::-webkit-input-placeholder {
    color: red;
}

.login-panel .field-grp .form-error:-moz-placeholder {
    /* Firefox 18- */
    color: red;
}

.login-panel .field-grp .form-error::-moz-placeholder {
    /* Firefox 19+ */
    color: red;
}

.login-panel .field-grp .form-error:-ms-input-placeholder {
    color: red;
}

.login-panel .login-btn {
    width: 150px;
    display: inline-block;
    padding: 12px 0;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-family: "Helvetica Neue", "Arial", sans-serif;
    font-weight: 700;
    text-decoration: none;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-top: 15px;
    border: none;
    cursor: pointer;
}

.login-panel .text-link {
    font-size: 12px;
    font-family: "Helvetica Neue", "Arial", sans-serif;
    font-weight: bold;
    padding: 15px 0 0 0;
    display: inline-block;
}

.login-panel .new-user-btn {
    width: 100%;
    display: inline-block;
    padding: 15px 0;
    font-family: "Helvetica Neue", "Arial", sans-serif;
    font-weight: bold;
    color: #2d4d98;
    text-decoration: none;
    border-top: solid 1px #f3f3f3;
    text-align: center;
}

.login-panel .new-user-btn span {
    color: #cf1f37;
}


/*  register css */

.register-panel {
    width: 600px;
    position: relative;
    margin: 0 auto;
    left: auto;
    right: auto;
    top: 60px;
    margin-bottom: 60px;
}

.register-panel .survey-panel .panel-body .form-sec {
    background: #fff;
}

.register-panel .survey-panel .panel-body .form-sec .field-grp label {
    width: 30%;
}

.register-panel .survey-panel .panel-body .form-sec .field-grp .text-field {
    width: 100%;
}

.register-panel .survey-panel .panel-body .form-sec .field-grp .form-control {
    width: 60%;
    float: left;
    position: relative;
}

.register-panel .survey-panel .panel-body .form-sec .field-grp .form-control .user-info {
    float: left;
    text-align: left;
    font-family: "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
    font-size: 13px;
    font-weight: normal;
    margin-right: 20px;
    color: #333333;
    margin-top: 6px;
    width: 100%;
}

.register-panel .survey-panel .panel-body .form-sec .field-grp {
    margin-bottom: 25px;
    margin-top: 5px;
}

.register-panel .survey-panel .panel-body {
    padding-bottom: 0px;
}

.register-panel .field-error {
    font-size: 12px;
    font-family: "Helvetica Neue", "Arial", sans-serif;
    margin-top: 5px;
    color: #d10b0b;
    float: left;
    width: 100%;
}

.footer {
    background: #0b162f;
    padding: 15px 0px;
    width: 100%;
    text-align: center;
    font-family: "Helvetica Neue", "Arial", sans-serif;
    position: relative;
    margin-top: -46px;
}

.footer .footer-link {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer .footer-link li {
    display: inline-block;
    padding: 0 20px;
}

.footer .footer-link li a {
    color: #fff;
    text-decoration: none;
    font-weight: normal;
}

.footer .footer-link li span {
    color: #9e9f9e;
    text-decoration: none;
    font-weight: normal;
}

.error-message {
    color: #cc5965;
    display: inline-block;
    margin: 5px 0 0;
    float: left;
    background: none;
    font-size: 12px;
    font-weight: bold;
}

.message {
    float: left;
    width: 100%;
    text-align: center;
    border: 1px solid #c51010;
    padding: 10px 0;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #c51010;
}

.success-message {
    float: left;
    width: 100%;
    text-align: center;
    padding: 0 0 15px 0;
    -webkit-border-radius: 3px;
    color: #2EB019;
}

.container {
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
}

.container.main {
    width: 90%;
}

.container .container.main {
    width: 100%;
}

.main {
    padding-bottom: 60px;
}


/*   Header section css   */

.header-panel {
    width: 100%;
    height: 80px;
    display: inline-block;
    background: #fff;
    border-bottom: 1px solid #d3d3d3;
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 99;
}

.header-panel .logo-sec {
    float: left;
    width: 150px;
    height: 80px;
    margin-right: 20px;
    text-align: center;
    border-right: solid 1px #d3d3d3;
    border-left: solid 1px #d3d3d3;
}

.header-panel .logo-sec a {
    width: 100%;
    display: block;
    line-height: 75px;
}

.header-panel .logo-sec img {
    width: 115px;
    display: inline-block;
    vertical-align: middle;
}

.header-panel .header-text {
    font-family: "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
    /*overflow: hidden;*/
    color: #343434;
    font-size: 12px;
}

.header-panel .header-text .align-center {
    height: 80px;
    /*display: -webkit-box;
	display: -moz-box;
	display:  -ms-flexbox;*/
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    box-align: center;
}

.header-panel .header-text span {
    font-weight: bold;
    font-size: 14px;
    padding-top: 20px;
    display: block;
}

.header-panel .header-text .user-title {
    display: block;
    padding-top: 4px;
}

.header-panel .header-link {
    float: right;
    height: 80px;
    margin: 0;
    padding: 0;
    border-left: solid 1px #d3d3d3;
}

.header-panel .header-link li {
    float: left;
    height: 80px;
    list-style: none;
    border-right: solid 1px #d3d3d3;
}

.header-panel .header-link li.active a {
    border-top: solid 4px #0a2f64;
    height: 76px;
    color: #cf1f37;
    cursor: default;
}

.header-panel .header-link li a {
    display: block;
    height: 80px;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    box-align: center;
    color: #0a2f64;
    text-decoration: none;
    font-size: 16px;
    font-family: 'FuturaBT-BoldCondensed';
    text-transform: uppercase;
    padding: 0 15px;
}

.header-panel .header-link li:hover a {
    color: #cf1f37;
}
.header-panel .header-link li .dropdown-content a {
    color: #0a2f64;
    height: 45px;
    border: 0px;
    cursor: pointer;
}
.header-panel .header-link li:hover .dropdown-content a {
    color: #0a2f64;
}
.header-panel .header-link li .dropdown-content a:hover {
    color: #cf1f37;
}

.header-panel .header-link li a .icon {
    width: 16px;
    height: 16px;
    margin-right: 5px;
    vertical-align: middle;
}

.header-panel .header-link li a span {
    display: inline-block;
    vertical-align: middle;
}

.header-panel .header-link li a .survey-list {
    background: url(../img/new_img/survey_list_icon.png) no-repeat center center;
}

.header-panel .header-link li:hover a .survey-list,
.header-panel .header-link li.active a .survey-list {
    background: url(../img/new_img/survey_list_icon_active.png) no-repeat center center;
}

.header-panel .header-link li a .user-management {
    background: url(../img/new_img/user_management_icon.png) no-repeat center center;
}

.header-panel .header-link li:hover a .user-management,
.header-panel .header-link li.active a .user-management {
    background: url(../img/new_img/user_management_icon_active.png) no-repeat center center;
}

.header-panel .header-link li a .logout {
    background: url(../img/new_img/logout_icon.png) no-repeat center center;
}

.header-panel .header-link li:hover a .logout,
.header-panel .header-link li.active a .logout {
    background: url(../img/new_img/logout_icon_active.png) no-repeat center center;
}

.header-panel .header-link li a .take-survey {
    background: url(../img/new_img/take_survey_icon.png) no-repeat center center;
}

.header-panel .header-link li:hover a .take-survey,
.header-panel .header-link li.active a .take-survey {
    background: url(../img/new_img/take_survey_icon_active.png) no-repeat center center;
}

.header-panel .header-link li a .enabler-management {
    background: url(../img/new_img/enabler_management_icon.png) no-repeat center center;
}

.header-panel .header-link li:hover a .enabler-management,
.header-panel .header-link li.active a .enabler-management {
    background: url(../img/new_img/enabler_management_icon_active.png) no-repeat center center;
}

.breadcrumb {
    margin: 0;
    padding: 15px 20px;
    list-style: none;
    overflow: hidden;
}

.breadcrumb li {
    float: left;
    color: #0a2f64;
    font-family: 'FuturaBT-BoldCondensed';
    font-size: 14px;
    text-transform: uppercase;
    height: 18px;
    line-height: 18px;
}

.breadcrumb li a {
    text-decoration: none;
    color: #0a2f64;
}

.breadcrumb li+li:before {
    color: #a9a9a9;
    content: "\f105";
    font-family: FontAwesome;
    font-size: 16px;
    display: inline-block;
    line-height: 16px;
    top: -1px;
    left: -1px;
    position: relative;
    padding: 0;
    height: 18px;
    width: 15px;
    text-align: center;
    vertical-align: middle;
}

.breadcrumb li:last-child {
    color: #cf1f37;
}

.survey-panel {
    width: 100%;
    display: inline-block;
    background: #fff;
    border: solid 1px #d3d3d3;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    overflow: hidden;
}

.survey-panel .panel-top {
    width: 100%;
    background: #e4e4e4;
    padding: 15px 0;
    overflow: hidden;
    text-align: center;
}

.survey-panel .panel-top .step-nav {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.survey-panel .panel-top .step-nav li {
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    font-family: 'FuturaBT-BoldCondensed';
    font-size: 15px;
    text-transform: uppercase;
    background: #bcbcbc;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    text-align: center;
    margin: 0 22px;
    position: relative;
}

.survey-panel .panel-top .step-nav li .badge {
    width: 30px;
    height: 30px;
    display: inline-block;
    line-height: 30px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #bcbcbc;
    color: #fff;
    font-size: 15px;
    text-align: center;
    margin-right: 10px;
}

.survey-panel .panel-top .step-nav li+li:before {
    color: #7f7f7f;
    content: "\f178";
    font-family: FontAwesome;
    font-size: 20px;
    display: inline-block;
    line-height: 8px;
    top: 15px;
    left: -33px;
    position: absolute;
    padding: 0;
    height: 8px;
    width: 15px;
    text-align: center;
}

.survey-panel .panel-top .step-nav li.active {
    background: #0A2F64;
}

.survey-panel .panel-top .step-nav li.active .badge {
    background: #0a87ca;
}

.survey-panel .panel-top .step-nav li.completed {
    background: -webkit-linear-gradient(#ffffff, #f0f0f0) !important;
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#ffffff, #f0f0f0) !important;
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#ffffff, #f0f0f0) !important;
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(#ffffff, #f0f0f0) !important;
    /* Standard syntax */
    color: #0a2f64 !important;
    border: solid 1px #ccc;
}

.survey-panel .panel-top .step-nav li.completed a {
    color: #0a2f64;
    text-decoration: none;
}

#steps {
    width: 100% !important;
}

.survey-panel .panel-body {
    width: 100% !important;
    padding: 20px;
    float: left;
}

.survey-panel .panel-body .validate-table-box {
    width: 100%;
    height: auto;
    min-height: 0;
    margin-bottom: 20px;
    overflow: hidden
}

.survey-panel .panel-body .panel-title-bar {
    border-bottom: solid 3px #e5e5e5;
    padding-bottom: 12px;
    overflow: hidden;
}

.survey-panel .panel-body .help-massage {
    font-size: 20px;
    text-align: center;
    height: 150px;
    display: table-cell;
    vertical-align: middle;
    width: 520px;
    font-family: 'FuturaBT-BoldCondensed';
    text-transform: uppercase;
    color: #333333;
}

.survey-panel .panel-body .panel-title-bar .title {
    font-family: 'FuturaBT-BoldCondensed';
    font-size: 18px;
    color: #000000;
    margin-left: 5px;
    float: left;
    text-transform: uppercase;
}

.survey-panel .panel-body .panel-title-bar .help-text {
    font-family: "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
    font-style: italic;
    font-size: 14px;
    margin-right: 5px;
    width: 285px;
    text-align: right;
}

.survey-panel .panel-body .panel-title-bar .help-text .asterisk {
    font-family: "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
    color: #cf1f37;
}

.survey-panel .panel-body .panel-title-bar .help-text .asterisk:before {
    content: "*";
    font-size: 24px;
    color: #cf1f37;
    vertical-align: middle;
    font-style: initial;
    line-height: 0;
}

.survey-panel .panel-body .alert {
    margin-top: 15px;
}

.survey-panel .panel-body .form-sec {
    width: 100%;
    display: inline-block;
    margin-top: 10px;
}

.survey-panel .panel-body .form-sec .field-grp {
    margin-bottom: 25px;
    float: left;
    width: 100%;
}

.survey-panel .panel-body .form-sec .field-grp label {
    width: 215px;
    float: left;
    text-align: right;
    font-family: "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
    font-size: 13px;
    font-weight: bold;
    margin-right: 20px;
    color: #333333;
    margin-top: 6px;
}

.survey-panel .panel-body .form-sec .field-grp label.asterisk:before {
    content: "*";
    vertical-align: middle;
    font-size: 24px;
    color: #cf1f37;
    margin-right: 5px;
    margin-top: 5px;
    line-height: 0;
    font-family: "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
}

.survey-panel .panel-body .form-sec .field-grp .fa {
    position: absolute;
    right: 15px;
    bottom: 10px;
    font-size: 16px;
    cursor: pointer;
    color: #213974;
    z-index: 5;
}

.survey-panel .panel-body .form-sec .field-grp .text-field {
    width: 250px;
    float: left;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: solid 1px #d3d3d3;
    padding: 7px;
    font-family: "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
    font-size: 14px;
}

.survey-panel .panel-body .form-sec .field-grp .textarea-field {
    width: 250px;
    float: left;
    height: 88px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: solid 1px #d3d3d3;
    padding: 7px;
    resize: none;
    font-family: "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
    font-size: 14px;
}

.survey-panel .panel-body .form-sec .field-grp .text-field.disabled-field {
    color: #ccc;
    border-color: #eee;
}

.survey-panel .panel-body .form-sec .field-grp .info-btn,
.survey-panel .panel-body .info-btn {
    float: left;
    margin-left: 10px;
    margin-top: 5px;
    cursor: pointer;
    position: relative;
}

.survey-panel .panel-body .form-sec .field-grp .info-btn .info-tooltip {
    position: absolute;
    width: 200px;
    background: #eee;
    font-family: "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
    padding: 10px;
    top: 0;
    left: 100%;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: solid 1px #d3d3d3;
    margin-left: 9px;
    margin-top: -9px;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
}

.survey-panel .panel-body .info-btn .info-tooltip-file {
    position: absolute;
    width: 104px;
    background: #eee;
    font-family: "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
    padding: 10px;
    top: 0;
    left: 100%;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: solid 1px #d3d3d3;
    margin-left: 10px;
    margin-top: -51px;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
}

.survey-panel .panel-body .form-sec .field-grp .info-btn:hover .info-tooltip,
.survey-panel .panel-body .info-btn:hover .info-tooltip {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
}

.survey-panel .panel-body .form-sec .field-grp .info-btn .info-tooltip:after,
.survey-panel .panel-body .form-sec .field-grp .info-btn .info-tooltip:before,
.survey-panel .panel-body .info-btn .info-tooltip:after,
.survey-panel .panel-body .info-btn .info-tooltip:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.survey-panel .panel-body .form-sec .field-grp .info-btn .info-tooltip:after,
.survey-panel .panel-body .info-btn .info-tooltip:after {
    border-color: rgba(136, 183, 213, 0);
    border-right-color: #EEEEEE;
    border-width: 9px;
    margin-top: -9px;
}

.survey-panel .panel-body .form-sec .field-grp .info-btn .info-tooltip:before,
.survey-panel .panel-body .info-btn .info-tooltip:before {
    border-right-color: #D3D3D3;
    border-width: 10px;
    margin-top: -10px;
}

.survey-panel .panel-footer {
    padding: 12px 20px;
    border-top: solid 1px #d3d3d3;
    overflow: hidden;
}

.survey-panel .panel-footer .btn-left-align {
    float: left;
}

.survey-panel .panel-footer .btn-left-align .btn-sm {
    margin-right: 10px;
    display: inline-block;
}

.survey-panel .panel-footer .btn-right-align {
    float: right;
}

.survey-panel .panel-footer .btn-right-align .btn-sm {
    margin-left: 10px;
    display: inline-block;
}

.survey-panel .white-gradient {
    border: solid 1px #d3d3d3;
    color: #0a2f64;
}

.survey-panel .blue-gradient {
    border: solid 1px #213975;
    color: #fff;
}

.survey-panel .panel-body .add-form-sec {
    width: 100%;
    background: #E4E4E4;
    border: solid 1px #d3d3d3;
    position: relative;
    display: table;
    min-height: 400px;
    overflow: hidden;
}

.survey-panel .panel-body .add-form-sec .panel-left {
    background: #fff;
    min-height: 400px;
    display: block;
    overflow: hidden;
    position: relative;
    display: table-cell;
    /********/
    vertical-align: top;
}

.survey-panel .panel-body .add-form-sec .panel-left .top-bar {
    border-bottom: solid 1px #d3d3d3;
    padding: 10px;
    overflow: hidden;
}

.survey-panel .panel-body .add-form-sec .panel-left .top-bar .inline-field {
    width: 33.33%;
    float: left;
    padding: 0 10px;
}

.survey-panel .panel-body .add-form-sec .panel-left .top-bar .inline-field label {
    width: auto;
    float: left;
    margin-right: 10px;
    font-family: 'FuturaBT-BoldCondensed';
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 8px;
}

.survey-panel .panel-body .add-form-sec .panel-left .top-bar .inline-field label.asterisk:before {
    content: "*";
    vertical-align: middle;
    font-size: 24px;
    color: #cf1f37;
    margin-right: 5px;
    margin-top: 5px;
    line-height: 0;
    font-family: "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
}

.survey-panel .panel-body .add-form-sec .panel-left .top-bar .inline-field .field-box {
    display: block;
    overflow: hidden;
}

.survey-panel .panel-body .add-form-sec .panel-left .top-bar .inline-field .field-box .text-field {
    width: 100%;
    float: left;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: solid 1px #d3d3d3;
    padding: 7px;
    font-family: 'FuturaBT-BoldCondensed';
    font-size: 14px;
    text-transform: uppercase;
    color: #173867;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
    display: block;
    overflow: hidden;
}

.survey-panel .panel-body .add-form-sec .panel-left .form-list-sec {
    width: 100%;
    padding-bottom: 42px;
}

.survey-panel .panel-body .add-form-sec .panel-left .form-list-sec .list-item {
    width: 100%;
    padding: 20px;
    border-bottom: dotted 1px #333;
    overflow: hidden;
}

.survey-panel .panel-body .add-form-sec .panel-left .form-list-sec .list-item .level-field-sec {
    width: 50%;
    float: left;
    padding-right: 30px;
}

.survey-panel .panel-body .add-form-sec .panel-left .form-list-sec .list-item label {
    width: auto;
    float: left;
    margin-right: 10px;
    font-family: "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
    font-size: 13px;
    margin-top: 8px;
    color: #333;
    font-weight: bold;
}

.survey-panel .panel-body .add-form-sec .panel-left .form-list-sec .list-item label.asterisk:before {
    content: "*";
    vertical-align: middle;
    font-size: 24px;
    color: #cf1f37;
    margin-right: 5px;
    margin-top: 5px;
    line-height: 0;
    font-family: "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
}

.survey-panel .panel-body .add-form-sec .panel-left .form-list-sec .list-item .field-box {
    display: block;
    overflow: hidden;
}

.survey-panel .panel-body .add-form-sec .panel-left .form-list-sec .list-item .field-box .fild-box-text {
    margin-top: 7px;
    margin-left: 15px;
    font-family: "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
    font-size: 14px;
    display: inline-block;
}

.survey-panel .panel-body .add-form-sec .panel-left .form-list-sec .list-item .field-box .text-field {
    width: 100%;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: solid 1px #d3d3d3;
    padding: 7px;
    font-family: "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
    font-size: 14px;
}

.survey-panel .panel-body .add-form-sec .panel-left .form-list-sec .list-item .field-box textarea.text-field {
    resize: none;
    height: 60px;
    font-family: "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
    font-size: 14px;
}

.survey-panel .panel-body .add-form-sec .panel-left .form-list-sec .list-item .percentage {
    float: right;
    margin-top: 6px;
    margin-left: 10px;
}

.survey-panel .panel-body .add-form-sec .panel-left .form-list-sec .list-item .weightage-field-sec {
    width: 20%;
    float: left;
    padding-right: 10px;
}

.survey-panel .panel-body .add-form-sec .panel-left .form-list-sec .list-item .btn-sec {
    width: 30%;
    float: left;
}

.survey-panel .panel-body .add-form-sec .panel-left .form-list-sec .list-item .btn-sec .close-btn {
    margin-left: 12px;
    margin-top: 9px;
}
.survey-panel .panel-body .add-form-sec .panel-left .form-list-sec .list-item .btn-sec .move-btn {
    float: right;
    line-height: 32px;
    margin-left: 10px;
    color: #000000;
    font-size: 18px;
    
}
.survey-panel .panel-body .add-form-sec .panel-left .form-list-sec .list-item .btn-sec .move-btn img {
    width: 20px;
    vertical-align: -3px;
}

.survey-panel .panel-body .add-form-sec .panel-left .form-list-sec .list-item .btn-sec .close-btn img {
    width: 20px;
}

.survey-panel .panel-body .add-form-sec .panel-left .form-list-sec .list-item .btn-sec .btn {
    margin-top: 4px;
}

.survey-panel .panel-body .add-form-sec .panel-left .bottom-bar {
    width: 100%;
    background: #e4e4e4;
    color: #333;
    padding: 12px 20px;
    font-size: 15px;
    font-family: 'FuturaBT-BoldCondensed';
    overflow: hidden;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.survey-panel .panel-body .add-form-sec .panel-left .bottom-bar .level-total {
    width: 45%;
    float: left;
    padding-right: 30px;
}

.survey-panel .panel-body .add-form-sec .panel-left .bottom-bar .weightage-total {
    width: 55%;
    float: left;
}

.survey-panel .panel-body .add-form-sec .panel-left .bottom-bar .value {
    margin-right: 15px;
}

.survey-panel .panel-body .add-form-sec .panel-right {
    min-height: 50px;
    display: table-cell;
    vertical-align: top;
    width: 0px;
}

.survey-panel .panel-body .add-form-sec .panel-right .view-content {
    padding: 0 10px;
    width: 290px;
    float: left;
}

.survey-panel .panel-body .add-form-sec .panel-right .title-sec {
    width: 100%;
    font-family: 'FuturaBT-BoldCondensed';
    font-size: 15px;
    text-transform: uppercase;
    color: #333;
    padding: 18px 10px;
    border-bottom: solid 2px #fff;
}

.survey-panel .panel-body .add-form-sec .panel-right .jqx-tree-label {
    font-family: 'FuturaBT-BoldCondensed';
    color: #333333;
    font-size: 16px;
    text-transform: uppercase;
    padding: 5px 10px;
    border-bottom: solid 2px #fff;
}

.survey-panel .panel-body .add-form-sec .panel-right.tree-view .jqx-widget-content {
    width: 100%;
    background: none;
    border: none;
}

.survey-panel .panel-body .add-form-sec .panel-right.tree-view .jqx-widget-content .title {
    border-bottom: solid 2px #fff;
}

.survey-panel .panel-body .add-form-sec .panel-right.tree-view .jqx-widget-content #paneljqxTree {
    width: 100% !important;
}

.survey-panel .panel-body .add-form-sec .panel-right.tree-view .jqx-widget-content #paneljqxTree .jqx-tree-dropdown-root {
    width: 100% !important;
    margin: 0px;
    padding: 0px;
    left: auto;
}

.survey-panel .panel-body .add-form-sec .panel-right.tree-view .jqx-widget-content #paneljqxTree .jqx-tree-dropdown-root .jqx-tree-item-li {
    margin-left: 0px !important;
    padding: 3px 0px;
}

.survey-panel .panel-body .add-form-sec .panel-right.tree-view .jqx-widget-content #paneljqxTree .jqx-tree-dropdown-root .jqx-tree-item-li .jqx-tree-item {
    font-family: 'FuturaBT-BoldCondensed';
    color: #173867;
    font-size: 14px;
    text-transform: uppercase;
    padding: 4px;
}

.survey-panel .panel-body .add-form-sec .panel-right.tree-view .jqx-widget-content #paneljqxTree .jqx-tree-dropdown-root .jqx-tree-item-li .jqx-tree-item span {
    font-family: "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
    font-size: 12px;
    text-transform: capitalize;
}

.survey-panel .panel-body .add-form-sec .panel-right.tree-view .jqx-widget-content #paneljqxTree .jqx-tree-dropdown-root .jqx-tree-item-li.jqx-tree-label .jqx-tree-item {
    font-family: 'FuturaBT-BoldCondensed';
    color: #cf1f37;
    font-size: 16px;
    text-transform: uppercase;
    padding: 4px;
}

.survey-panel .panel-body .add-form-sec .panel-right.tree-view .jqx-widget-content #paneljqxTree .jqx-tree-dropdown-root .jqx-tree-item-li.jqx-tree-label .jqx-tree-item.jqx-tree-item-selected {
    background: none;
    border: none;
}

.survey-panel .panel-body .add-form-sec .panel-right.tree-view .jqx-widget-content #paneljqxTree .jqx-tree-dropdown-root .jqx-tree-item-li .jqx-tree-item.jqx-tree-item-selected {
    background: none;
    border: none;
}

.survey-panel .panel-body .add-form-sec .panel-right.tree-view .jqx-widget-content .jqx-tree-dropdown {
    background: #fff;
    position: relative;
    left: auto;
    overflow: inherit !important;
}

.survey-panel .panel-body .add-form-sec .panel-right.tree-view .jqx-widget-content .jqx-tree-dropdown:before {
    bottom: 100%;
    left: 35px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.survey-panel .panel-body .add-form-sec .panel-right.tree-view .jqx-widget-content .jqx-tree-dropdown:before {
    border-color: rgba(194, 225, 245, 0);
    border-bottom-color: #fff;
    border-width: 7px;
}

.survey-panel .panel-body .add-form-sec .panel-right .treeview li.jqx-tree-label {
    border-bottom: none;
    padding-left: 0;
    font-size: 14px;
}

.survey-panel .panel-body .add-form-sec.colorbox-add-form {
    float: left;
    min-height: 0px;
    max-height: 408px;
    overflow: auto;
    display: inline-block;
}

.survey-panel .panel-body .add-form-sec-block {
    margin: 15px 0;
}

.survey-panel .panel-body .active-add-form-sec-block {
    margin: 15px 0;
}

.survey-panel .panel-body .add-form-sec.colorbox-add-form .panel-left {
    float: left;
    width: 100%;
    display: inline-block;
    overflow: auto;
    height: 400px;
}

.survey-panel .panel-body .add-form-sec.colorbox-add-form .panel-left .form-list-sec {
    height: 100%;
    min-height: 400px;
}

.survey-panel .panel-body .add-form-sec.colorbox-add-form .panel-left .bottom-bar {
    margin-top: -42px;
    position: relative;
}

.survey-panel .panel-body .add-form-sec.colorbox-add-form .panel-left .acitve-bottom-bar {
    margin-top: 0;
}

.add-question-panel .panel-body .panel-top-bar {
    border-bottom: solid 1px #d3d3d3;
    padding: 10px;
    overflow: hidden;
    border-left: 1px solid #d3d3d3;
    border-right: 1px solid #d3d3d3;
}

.add-question-panel .panel-body .panel-top-bar .inline-field {
    width: 20%;
    float: left;
    padding: 0 10px;
}

.add-question-panel .panel-body .panel-top-bar .inline-field label {
    width: auto;
    float: left;
    margin-right: 10px;
    font-family: 'FuturaBT-BoldCondensed';
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 8px;
}

.add-question-panel .panel-body .panel-top-bar .inline-field label.asterisk:before {
    content: "*";
    vertical-align: middle;
    font-size: 24px;
    color: #cf1f37;
    margin-right: 5px;
    margin-top: 5px;
    line-height: 0;
    font-family: "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
}

.add-question-panel .panel-body .panel-top-bar .inline-field .field-box {
    display: block;
    overflow: hidden;
}

.add-question-panel .panel-body .panel-top-bar .inline-field .field-box .text-field {
    width: 100%;
    float: left;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: solid 1px #d3d3d3;
    padding: 7px;
    font-family: 'FuturaBT-BoldCondensed';
    font-size: 14px;
    text-transform: uppercase;
    color: #173867;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
}

.add-question-panel .panel-body .panel-top-bar .inline-field .field-box .text-field option {
    text-transform: uppercase;
}

.add-question-panel .panel-body .add-form-sec .panel-left {
    padding: 0 10px 0 9px;
}

.add-question-panel .panel-body .add-form-sec .panel-left .form-list-sec .list-item .full-field-grp {
    padding-right: 96px;
}

.add-question-panel .panel-body .add-form-sec .panel-left .form-list-sec .list-item label {
    min-width: 110px;
    text-align: right;
}
.add-question-panel .panel-body .add-form-sec .panel-left .form-list-sec .list-item .lean-checkbox-sec label {
    min-width: 83px;
    text-align: right;
}
.add-question-panel .panel-body .add-form-sec .panel-left .form-list-sec .list-item .lean-checkbox-sec .text-box  label {
    min-width: auto;
    text-align: right;
}
.add-question-panel .panel-body .add-form-sec .panel-left .form-list-sec .list-item .lean-checkbox-sec .text-box .field-inline {
    display: inline-block;
}
.add-question-panel .panel-body .add-form-sec .panel-left .form-list-sec .list-item .text-box .full-field-grp {
    padding-right: 15px;
}
.add-question-panel .panel-body .add-form-sec .panel-left .form-list-sec .list-item .text-box {
    display: block;
    overflow: hidden;
    line-height: 35px;
    color: #333;
}

.add-question-panel .panel-body .add-form-sec {
    display: inline-block;
}

.add-question-panel .panel-body .add-form-sec .panel-left {
    display: block;
}

.add-question-panel .panel-body .add-form-sec .panel-right {
    float: right;
    display: inline-block;
}

.add-question-panel .panel-body .add-form-sec .panel-left .bottom-bar {
    position: relative;
    margin-left: -10px;
    margin-right: -10px;
    width: auto;
    text-transform: uppercase;
}

.add-question-panel .panel-body .add-form-sec .panel-left .bottom-bar .total-options {
    float: left;
    padding: 0 30px 0 70px;
}

.add-question-panel .panel-body .add-form-sec .panel-left .bottom-bar .total-points {
    float: left;
    padding: 0 30px 0 35px;
    margin-left: 100px;
}
.add-question-panel .panel-body .add-form-sec .panel-left .bottom-bar .total-points.total-points-right {
    margin-right: 4.5%; 
}

.add-question-panel .panel-body .add-form-sec .panel-right {
    width: 200px;
    padding: 0 15px;
}

.add-question-panel .panel-body .add-form-sec .panel-right .title-sec {
    text-align: center;
}

.add-question-panel .panel-body .add-form-sec .panel-right .content-sec {
    width: 100%;
    margin-top: 10px;
}

.add-question-panel .panel-body .add-form-sec .panel-right .content-sec .btn {
    width: 100%;
    float: left;
    padding: 18px 0px;
    text-align: center;
    border: solid 1px #ccc;
    border-radius: 5px;
    -moz-border-radius: 53px;
    -webkit-border-radius: 5px;
    color: #333;
    font-family: 'FuturaBT-BoldCondensed';
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    margin: 10px 0;
    overflow: hidden;
}

.add-question-panel .panel-body .add-form-sec .panel-right .content-sec .btn:hover,
.add-question-panel .panel-body .add-form-sec .panel-right .content-sec .btn.active {
    color: #0a87ca;
    border-style: dashed;
    border-color: #000;
    background: #f4f4f4 !important;
}

.add-question-panel .panel-body .add-form-sec .panel-right .content-sec .btn span {
    vertical-align: middle;
    padding: 0 3px;
    display: inline-block;
    color: #0a2f64;
}

.add-question-panel .panel-body .add-form-sec .panel-right .content-sec .btn:hover span,
.add-question-panel .panel-body .add-form-sec .panel-right .content-sec .btn.active span {
    color: #0a87ca;
}

.add-question-panel .panel-body .add-form-sec .panel-right .content-sec .btn.btn-radio .icon {
    background: url(../img/new_img/radio_btn_icon.png) no-repeat center center;
    width: 16px;
    height: 16px;
}

.add-question-panel .panel-body .add-form-sec .panel-right .content-sec .btn.btn-radio:hover .icon,
.add-question-panel .panel-body .add-form-sec .panel-right .content-sec .btn.btn-radio.active .icon {
    background: url(../img/new_img/radio_btn_icon_hover.png) no-repeat center center;
    width: 16px;
    height: 16px;
}

.add-question-panel .panel-body .add-form-sec .panel-right .content-sec .btn.btn-radio-grid .icon {
    background: url(../img/new_img/radio_btn_grid_icon.png) no-repeat center center;
    width: 25px;
    height: 16px;
}

.add-question-panel .panel-body .add-form-sec .panel-right .content-sec .btn.btn-radio-grid:hover .icon,
.add-question-panel .panel-body .add-form-sec .panel-right .content-sec .btn.btn-radio-grid.active .icon {
    background: url(../img/new_img/radio_btn_grid_icon_hover.png) no-repeat center center;
    width: 25px;
    height: 16px;
}

.add-question-panel .panel-body .add-form-sec .panel-right .content-sec .btn.btn-checkbox .icon {
    background: url(../img/new_img/checkbox_icon.png) no-repeat center center;
    width: 16px;
    height: 16px;
}

.add-question-panel .panel-body .add-form-sec .panel-right .content-sec .btn.btn-checkbox:hover .icon,
.add-question-panel .panel-body .add-form-sec .panel-right .content-sec .btn.btn-checkbox.active .icon {
    background: url(../img/new_img/checkbox_icon_hover.png) no-repeat center center;
    width: 16px;
    height: 16px;
}

.add-question-panel .panel-body .add-form-sec .panel-right .content-sec .btn.btn-checkbox-grid .icon {
    background: url(../img/new_img/checkbox_grid_icon.png) no-repeat center center;
    width: 25px;
    height: 16px;
}

.add-question-panel .panel-body .add-form-sec .panel-right .content-sec .btn.btn-checkbox-grid:hover .icon,
.add-question-panel .panel-body .add-form-sec .panel-right .content-sec .btn.btn-checkbox-grid.active .icon {
    background: url(../img/new_img/checkbox_grid_icon_hover.png) no-repeat center center;
    width: 25px;
    height: 16px;
}

.add-question-panel .panel-body .add-form-sec .panel-right .content-sec .btn.btn-matrix .icon {
    background: url(../img/new_img/radio_btn_grid_icon.png) no-repeat center center;
    width: 25px;
    height: 16px;
}

.add-question-panel .panel-body .add-form-sec .panel-right .content-sec .btn.btn-matrix:hover .icon,
.add-question-panel .panel-body .add-form-sec .panel-right .content-sec .btn.btn-matrix.active .icon {
    background: url(../img/new_img/radio_btn_grid_icon_hover.png) no-repeat center center;
    width: 25px;
    height: 16px;
}

.col-based {
    width: 100%;
    float: left;
    padding-bottom: 10px;
}

.col-based .left-table {
    width: 30%;
    float: left;
    min-height: 360px;
}

.col-based .left-table table td {
    border-right: none;
}

.col-based .left-table td.blank-sec {
    height: 105px;
    background: #f5f5f5;
}

.col-based .right-table {
    width: 70%;
    float: left;
    overflow: auto;
    border-right: solid 1px #ccc;
}

.col-based .right-table table {
    border-left: none;
}

.col-based .right-table table td {
    height: 78px;
    background: #fbfbfb;
}

.col-based table {
    width: 100%;
    border: solid 1px #ccc;
    border-top: none;
    border-right: none;
    border-left: none;
}

.col-based table td,
.col-based table th {
    border-right: solid 1px #ccc;
    border-top: solid 1px #ccc;
    background: #f5f5f5;
    padding: 7px;
    position: relative;
}

.col-based table td:last-child,
.col-based table th:last-child {
    border-right: none;
}

.col-based table .textarea-box {
    padding-right: 15px;
    position: relative;
    overflow: hidden;
}

.col-based table .input-box {
    padding-right: 15px;
    position: relative;
    margin-top: 10px;
    overflow: hidden;
}


/*.col-based table .textarea-box.asterisk:before, .col-based table .input-box.asterisk:before {
	position: absolute;
	right: 2px;
	top: 50%;
	content: "*";
	vertical-align: middle;
	font-size: 24px;
	color: #cf1f37;
	margin-right: 5px;
	margin-top: 5px;
	line-height: 0;
	font-family: "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
}*/

.col-based table .input-box.asterisk:before {
    right: 28px;
}

.col-based table td textarea,
.col-based table th textarea {
    width: 100%;
    resize: none;
    height: 50px;
    border: none;
    font-family: arial;
    padding: 6px;
    min-width: 190px;
    border: solid 1px #ccc;
    background: #fff;
    font-size: 13px;
    margin: 0px;
    float: left;
}

.col-based table td textarea {
    height: 63px;
}

.col-based table th input[type=text] {
    width: 100%;
    float: left;
    resize: none;
    height: 30px;
    border: solid 1px #ccc;
    font-family: arial;
    background: #fff;
    padding: 0 5px;
    font-size: 13px;
}

.col-based table .matrix-option input[type=text] {
    width: 100%;
    float: left;
    resize: none;
    height: 30px;
    border: solid 1px #ccc;
    font-family: arial;
    background: #fff;
    padding: 0 5px;
    font-size: 13px;
    margin-top: 10px;
}

.col-based table td.bg-light {
    background: #f5f5f5;
    height: 64px;
}

.col-based table td .del-btn,
.col-based table th .del-btn {
    width: 16px;
    height: 16px;
    background: url(../img/new_img/close_icon_blue.png) no-repeat center center;
    cursor: pointer;
    color: #333;
    margin-left: 5px;
    font-weight: 100;
    position: absolute;
    right: 2px;
    top: 0px;
    background-size: 10px;
}

.col-based .left-table {
    padding-bottom: 20px;
    border-right: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    border-left: solid 1px #ccc;
    background: #F5F5F5;
}

.col-based .right-table {
    border-bottom: solid 1px #ccc;
}

.treeview .hover {
    color: #183968;
    cursor: default;
}

.treeview ul {
    background: none;
    padding-left: 10px;
    padding-right: 10px;
}

.treeview li {
    font-family: 'FuturaBT-BoldCondensed';
    background: none;
    padding: 6px 0pt 6px 25px;
    color: #183968;
    line-height: 18px;
    text-transform: uppercase;
}

.treeview li span {
    font-family: "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
    font-size: 12px;
    text-transform: capitalize;
}

.treeview li ul li span {
    font-size: 11px;
}

.treeview li.lastCollapsable,
.treeview li.lastExpandable {
    background: none;
}

.treeview .hitarea {
    background: none;
    margin-left: -24px;
}

.treeview .expandable-hitarea {
    background-image: url(../img/new_img/plus_icon.png) !important;
}

.treeview .collapsable-hitarea {
    background-image: url(../img/new_img/minus_icon.png) !important;
}

.treeview .disabled-tree-item {
    height: 16px;
    width: 16px;
    margin-left: -24px;
    float: left;
    cursor: pointer;
    background-image: url(../img/new_img/plus_disable_icon.png) !important;
}

.survey-panel .panel-body .add-form-sec .panel-right .treeview ul li ul {
    background: #fff;
    position: relative;
    left: auto;
    overflow: inherit !important;
    margin-left: -25px;
    padding: 10px;
    margin-top: 10px;
}

.survey-panel .panel-body .add-form-sec .panel-right .treeview ul li ul:before {
    bottom: 100%;
    left: 25px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.survey-panel .panel-body .add-form-sec .panel-right .treeview ul li ul:before {
    border-color: rgba(194, 225, 245, 0);
    border-bottom-color: #fff;
    border-width: 7px;
}

.survey-panel .panel-body .add-form-sec .panel-right .treeview ul li ul li ul {
    margin-left: 0;
    padding-left: 0;
    margin-top: 0;
    padding-top: 2px;
    background: none;
}

.survey-panel .panel-body .add-form-sec .panel-right .treeview ul li ul li ul:before {
    display: none;
}

.survey-panel .panel-body .add-form-sec .panel-right .treeview ul li ul li ul li {
    padding: 4px 0px 4px 24px;
}

.survey-main-panel {
    width: 100%;
    background: #d5d5d5;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-top: 20px;
}

.survey-main-panel .top-bar {
    width: 100%;
    display: inline-block;
    padding: 20px 30px;
}

.survey-main-panel .top-bar .title-sec {
    float: left;
    color: #000;
    font-family: 'FuturaBT-BoldCondensed';
    font-size: 18px;
    text-transform: uppercase;
}

.survey-main-panel .top-bar .title-sec span {
    vertical-align: middle;
}

.survey-main-panel .top-bar .title-sec .title-data {
    vertical-align: inherit;
    font-family: 'FuturaBT-LightCondensed';
    font-weight: 600;
}

.survey-main-panel .top-bar .search-field {
    width: 205px;
    padding: 7px 10px;
    margin-left: 10px;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    background: url(../img/new_img/search_icon.png) no-repeat right 10px center #fff;
    border: solid 1px #cccccc;
    font-family: "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
}

.survey-main-panel .top-bar .search-field::-webkit-input-placeholder {
    font-style: italic;
}

.survey-main-panel .top-bar .search-field:-moz-placeholder {
    /* Firefox 18- */
    font-style: italic;
}

.survey-main-panel .top-bar .search-field::-moz-placeholder {
    /* Firefox 19+ */
    font-style: italic;
}

.survey-main-panel .top-bar .search-field:-ms-input-placeholder {
    font-style: italic;
}

.survey-main-panel .top-bar .btn-sec {
    float: right;
}

.survey-main-panel .top-bar .btn-sec .btn {
    margin-left: 10px;
}

.survey-main-panel .top-bar .text-field-sm {
    color: #0a2f64;
    font-family: 'FuturaBT-BoldCondensed';
    font-size: 14px;
    text-transform: uppercase;
    float: left;
}

.survey-main-panel .top-bar select.text-field-sm option {
    text-transform: uppercase;
}

.survey-main-panel .top-bar .field-sec {
    float: left;
}

.survey-main-panel .top-bar .field-sec label {
    font-family: 'FuturaBT-BoldCondensed';
    font-size: 14px;
    text-transform: uppercase;
    margin-right: 5px;
    float: left;
    margin-top: 7px;
}

.survey-main-panel .owl-pagination {
    display: none;
}

.survey-main-panel .owl-controls {
    margin-top: 0px !important;
}

.survey-main-panel .panel-body {
    padding: 0 20px 0px 20px;
}

.survey-main-panel .panel-body .list-panel {
    position: relative;
}

.survey-main-panel .panel-body .list-panel .owl-item {
    padding: 0 15px 25px 15px;
}

.survey-main-panel .panel-body .list-panel .owl-item .btn-xs {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
    border: solid 1px #ccc;
    margin-top: 10px;
}

.survey-main-panel .panel-body .list-panel .survey-item {
    background: #ffffff;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f0f0f0));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%, #f0f0f0 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0', GradientType=0);
    /* IE6-8 */
    border: 1px solid #ccc;
    padding: 15px;
    color: #fff;
    background-size: cover;
    margin: 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    height: 155px;
    width: 100%;
    font-family: "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
    position: relative;
    cursor: pointer;
}

.survey-main-panel .panel-body .list-panel .owl-item.selected-item .survey-item {
    box-shadow: inset 0px 0px 3px rgba(0, 0, 0, 0.2);
    background: url(../img/new_img/blue_bg_sm.jpg) no-repeat center center #183968;
    color: #fff;
}

.survey-main-panel .panel-body .list-panel .owl-item.selected-item .survey-item .title-sec,
.survey-main-panel .panel-body .list-panel .owl-item.selected-item .survey-item .create-date-sec {
    color: #fff;
}

.survey-main-panel .panel-body .list-panel .owl-item.selected-item:after {
    content: "";
    position: absolute;
    width: 9px;
    height: 5px;
    bottom: 9px;
    left: 50%;
    margin-left: -4px;
    background: url(../img/new_img/red_bottom_arrow.png) no-repeat center center;
}

.survey-main-panel .panel-body .list-panel .owl-item.selected-item .survey-item .menu-btn {
    background: url(../img/new_img/menu_icon.png) no-repeat center center;
}

.survey-main-panel .panel-body .list-panel .owl-item.selected-item .survey-item .view-btn {
    background: url(../img/new_img/view_icon_blue.png) no-repeat center center;
}

.survey-main-panel .panel-body .list-panel .owl-item.selected-item .survey-item .edit-btn {
    background: url(../img/new_img/edit_icon_blue.png) no-repeat center center;
}

.survey-main-panel .panel-body .list-panel .owl-item.selected-item .survey-item .menu-btn:hover {
    background-image: url(../img/new_img/menu_icon.png);
}

.survey-main-panel .panel-body .list-panel .survey-item .menu-btn {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 35px;
    height: 35px;
    background: url(../img/new_img/menu_icon_blue.png) no-repeat center center;
    border-radius: 0px 0px 5px 0px;
}

.survey-main-panel .panel-body .list-panel .owl-item .survey-item .menu-btn:hover {
    background: #0a87ca url(../img/new_img/menu_icon.png) no-repeat center center;
}

.survey-main-panel .panel-body .list-panel .no-survey-box {
    padding-bottom: 40px;
    text-align: center;
    font-size: 18px;
    font-family: 'FuturaBT-BoldCondensed';
    color: #0A2F64;
    height: 180px;
    line-height: 130px;
}

.survey-main-panel .panel-body .list-panel .no-item-box {
    padding-bottom: 40px;
    text-align: center;
    font-size: 18px;
    font-family: 'FuturaBT-BoldCondensed';
    color: #9B9B9B;
    height: 180px;
    line-height: 130px;
}

.survey-main-panel .panel-body .list-panel .grid-loader {
    padding-bottom: 40px;
    text-align: center;
    height: 180px;
    line-height: 130px;
}

.survey-main-panel .panel-body .list-panel .grid-loader img {
    vertical-align: middle;
}


/*.survey-main-panel .panel-body .list-panel .survey-item .menu-btn .dropdown-nav{
	position: absolute;
	width: 170px;
	top: 100%;
	right:0;
	box-shadow: 0px 0px 25px rgba(0,0,0,0.3);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #fff;
	margin-top: 8px;
	display: none;
}
.survey-main-panel .panel-body .list-panel .survey-item .menu-btn:hover .dropdown-nav{
	display: block;
}
.survey-main-panel .panel-body .list-panel .survey-item .menu-btn .dropdown-nav:before{
	bottom: 100%;
	right: 6px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(194, 225, 245, 0);
	border-bottom-color: #fff;
	border-width: 12px;
}
.survey-main-panel .panel-body .list-panel .survey-item .menu-btn .dropdown-nav .link{
	width: 100%;
	display: inline-block;
	text-align: center;
	padding: 15px 10px;
	font-family: 'FuturaBT-BoldCondensed';
	color: #0a2f64;
	font-size: 15px;
	text-transform: uppercase;
	cursor: pointer;
	border-bottom: solid 1px #d3d3d3;
}
.survey-main-panel .panel-body .list-panel .survey-item .menu-btn .dropdown-nav .link:hover{
	color:#fff;
	background: #0a87ca;
}*/

.survey-dropdown-nav {
    position: absolute;
    width: 170px;
    top: 100%;
    right: 0;
    margin: 0;
    padding: 0;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #fff;
    margin-top: 8px;
    display: none;
    z-index: 9;
}

.survey-dropdown-nav:before {
    bottom: 100%;
    right: 6px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(194, 225, 245, 0);
    border-bottom-color: #fff;
    border-width: 12px;
}

.survey-dropdown-nav li {
    list-style: none;
}

.survey-dropdown-nav li:hover {
    background: #0a87ca;
}

.survey-dropdown-nav li:first-child {
    border-bottom: none;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
}

.survey-dropdown-nav li:last-child {
    border-bottom: none;
    border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
}

.survey-dropdown-nav li a {
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 12px 10px;
    font-family: 'FuturaBT-BoldCondensed';
    color: #0a2f64;
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
    border-bottom: solid 1px #d3d3d3;
    text-decoration: none;
}

.survey-dropdown-nav li a:hover {
    color: #fff;
}

.survey-dropdown-nav li.disabled a {
    color: #c3c3c3;
    cursor: default;
}

.survey-dropdown-nav li.disabled a:hover {
    color: #c3c3c3;
    background: none;
}

.survey-dropdown-nav li.disabled:hover {
    background: none;
}

.survey-main-panel .panel-body .list-panel .survey-item .edit-btn {
    position: absolute;
    bottom: 0;
    right: 35px;
    width: 35px;
    height: 35px;
    background: url(../img/new_img/edit_icon.png) no-repeat center center;
}

.survey-main-panel .panel-body .list-panel .survey-item .view-btn {
    position: absolute;
    bottom: 0;
    right: 35px;
    width: 35px;
    height: 35px;
    background: url(../img/new_img/view_icon.png) no-repeat center center;
}

.survey-main-panel .panel-body .list-panel .survey-item .title-sec {
    font-size: 13px;
    color: #0b3065;
}

.survey-main-panel .panel-body .list-panel .survey-item .create-date-sec {
    font-size: 11px;
    font-style: italic;
    margin-top: 6px;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
    font-weight: 300;
    color: #0b3065;
}

.survey-main-panel .panel-body .list-panel .survey-item .draft-lapel {
    background: #9825d3;
    color: #fff;
    font-size: 13px;
    padding: 4px 12px;
    position: relative;
    margin-left: -15px;
    display: inline-block;
    top: -15px;
    border-radius: 3px 0px 0px 0px;
    -moz-border-radius: 3px 0px 0px 0px;
    -webkit-border-radius: 3px 0px 0px 0px;
    font-style: italic;
}

.survey-main-panel .panel-body .list-panel .survey-item .draft-lapel:after {
    content: "";
    border: solid transparent;
    border-color: rgba(194, 225, 245, 0);
    border-left-color: #9825d3;
    border-left-width: 17px;
    border-bottom-width: 24px;
    border-top-width: 0;
    position: absolute;
    left: 100%;
    top: 0;
}

.survey-main-panel .panel-body .list-panel .survey-item .active-lapel {
    background: #34985e;
    color: #fff;
    font-size: 13px;
    padding: 4px 12px;
    position: relative;
    margin-left: -15px;
    display: inline-block;
    top: -15px;
    border-radius: 5px 0px 0px 0px;
    -moz-border-radius: 5px 0px 0px 0px;
    -webkit-border-radius: 5px 0px 0px 0px;
    font-style: italic;
}

.survey-main-panel .panel-body .list-panel .survey-item .active-lapel:after {
    content: "";
    border: solid transparent;
    border-color: rgba(194, 225, 245, 0);
    border-left-color: #34985e;
    border-left-width: 17px;
    border-bottom-width: 24px;
    border-top-width: 0;
    position: absolute;
    left: 100%;
    top: 0;
}

.survey-main-panel .panel-body .list-panel .survey-item .inactive-lapel {
    background: #cf4829;
    color: #fff;
    font-size: 13px;
    padding: 4px 12px;
    position: relative;
    margin-left: -15px;
    display: inline-block;
    top: -15px;
    border-radius: 5px 0px 0px 0px;
    -moz-border-radius: 5px 0px 0px 0px;
    -webkit-border-radius: 5px 0px 0px 0px;
    font-style: italic;
}

.survey-main-panel .panel-body .list-panel .survey-item .inactive-lapel:after {
    content: "";
    border: solid transparent;
    border-color: rgba(194, 225, 245, 0);
    border-left-color: #cf4829;
    border-left-width: 17px;
    border-bottom-width: 24px;
    border-top-width: 0;
    position: absolute;
    left: 100%;
    top: 0;
}

.survey-main-panel .panel-body .list-panel .owl-buttons {
    height: 0px;
}

.survey-main-panel .panel-body .list-panel .owl-prev {
    position: absolute;
    top: 50%;
    left: -28px;
    background: url(../img/new_img/slider_arrow_prev_bg.png) no-repeat;
    width: 34px;
    height: 48px;
    opacity: 1;
    margin: 0;
    padding: 0;
    border-radius: 0px;
    margin-top: -24px;
}

.survey-main-panel .panel-body .list-panel .owl-prev:before {
    content: "\f104";
    position: absolute;
    font-size: 40px;
    font-family: 'FontAwesome';
    color: #cf1f37;
    left: 50%;
    margin-left: -7px;
    margin-top: 6px;
}

.survey-main-panel .panel-body .list-panel .owl-prev:hover:before {
    color: #333;
}

.survey-main-panel .panel-body .list-panel .owl-prev.disabled:before {
    color: #ebebeb;
}

.survey-main-panel .panel-body .list-panel .owl-next {
    position: absolute;
    top: 50%;
    right: -28px;
    background: url(../img/new_img/slider_arrow_next_bg.png) no-repeat;
    width: 34px;
    height: 48px;
    opacity: 1;
    margin: 0;
    padding: 0;
    border-radius: 0px;
    margin-top: -24px;
}

.survey-main-panel .panel-body .list-panel .owl-next:before {
    content: "\f105";
    position: absolute;
    font-size: 40px;
    font-family: 'FontAwesome';
    color: #cf1f37;
    left: 50%;
    margin-left: -7px;
    margin-top: 6px;
}

.survey-main-panel .panel-body .list-panel .owl-next:hover:before {
    color: #333;
}

.survey-main-panel .panel-body .list-panel .owl-next.disabled:before {
    color: #ebebeb;
}

.survey-sub-panel {
    background: #fff;
}

.survey-sub-panel .top-bar .btn-sec .btn {
    border: solid 0px #ccc;
}

.survey-sub-panel .panel-body .list-panel .survey-item {
    text-align: center;
}

.survey-sub-panel .panel-body .list-panel .owl-item.selected-item .survey-item {
    box-shadow: inset 0px 0px 3px rgba(0, 0, 0, 0.2);
    background: url(../img/new_img/blue_bg_sm.jpg) no-repeat center center #183968;
    border: 1px solid #183968;
    color: #fff;
}

.survey-sub-panel .panel-body .list-panel .survey-item {
    display: table;
    vertical-align: middle;
    color: #173865;
}

.survey-sub-panel .panel-body .list-panel .survey-item .align-center {
    display: table-cell;
    vertical-align: middle;
    text-transform: uppercase;
}

.survey-sub-panel .panel-body .list-panel .owl-item {
    text-align: center;
}


/*******************colorbox*******************/

#cboxOverlay {
    background-image: none;
    background-color: rgba(49, 49, 49, 0.8);
}

#cboxTopLeft,
#cboxTopCenter,
#cboxTopRight,
#cboxMiddleLeft,
#cboxMiddleRight,
#cboxBottomLeft,
#cboxBottomCenter,
#cboxBottomRight {
    display: none;
}

#cboxContent {
    overflow: visible;
}

#cboxContent {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 16px solid rgba(255, 255, 255, 0);
    border-radius: 3px;
}

#cboxLoadedContent {
    background: #fff;
    margin-bottom: 0px;
}

#cboxLoadedContent .modal-title {
    padding: 10px;
    font-family: 'FuturaBT-BoldCondensed';
    font-size: 18px;
    color: #000;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
    background: #d5d5d5;
    font-weight: normal;
}

#cboxLoadedContent .model-new-title {
    padding: 13px 10px;
    font-family: 'FuturaBT-BoldCondensed';
    font-size: 18px;
    color: #fff;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
    margin: 0px;
    font-weight: normal;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}

#cboxLoadedContent .modal-msg {
    padding: 20px;
    font-family: 'FuturaBT-BoldCondensed';
    font-size: 18px;
    color: #000;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
}

#cboxLoadedContent .modal-field {
    width: 277px;
    margin: 0 auto;
}

#cboxLoadedContent .modal-field label {
    width: 100%;
    display: inline-block;
    font-family: "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #333;
    padding: 20px 0 6px 0;
}

#cboxLoadedContent .modal-field .field-sec {
    overflow: hidden;
    display: block;
}

#cboxLoadedContent .modal-field .field-sec .text-field-sm {
    width: 100%;
}

#cboxLoadedContent .modal-field .info-btn {
    float: right;
    margin-left: 10px;
    margin-top: 5px;
    cursor: pointer;
    position: relative;
}

#cboxLoadedContent .modal-field .info-btn .info-tooltip {
    position: absolute;
    width: 200px;
    background: #eee;
    font-family: "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
    padding: 10px;
    top: 0;
    left: 100%;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: solid 1px #d3d3d3;
    margin-left: 12px;
    margin-top: -9px;
    opacity: 0;
    text-transform: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
}

#cboxLoadedContent .modal-field .info-btn:hover .info-tooltip {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
}

#cboxLoadedContent .modal-field .info-btn .info-tooltip:after,
#cboxLoadedContent .modal-field .info-btn .info-tooltip:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

#cboxLoadedContent .modal-field .info-btn .info-tooltip:after {
    border-color: rgba(136, 183, 213, 0);
    border-right-color: #EEEEEE;
    border-width: 9px;
    margin-top: -9px;
}

#cboxLoadedContent .modal-field .info-btn .info-tooltip:before {
    border-right-color: #D3D3D3;
    border-width: 10px;
    margin-top: -10px;
}

#cboxLoadedContent .btn-sec {
    width: 100%;
    text-align: center;
    margin: 25px 0;
    overflow: hidden;
}

#cboxLoadedContent .btn-sec .btn-grp {
    display: inline-block;
}

#cboxLoadedContent .btn-sec .btn {
    margin: 0 20px;
    float: left;
}

#cboxClose {
    /*display: none;*/
}

#cboxLoadedContent .modal-lg {
    width: 800px;
}

#cboxLoadedContent .modal-md {
    min-width: 605px;
}

#cboxLoadedContent .modal-sm {
    width: 400px;
}


/*     14-04-2015    */

.survey-sub-enabler .panel-body .list-panel .survey-item {
    background: url(../img/new_img/enabler_bg_sm.jpg) no-repeat center center #183968;
    background-size: cover;
}

.survey-sub-topic .panel-body .list-panel .survey-item {
    background: url(../img/new_img/topic_bg_sm.jpg) no-repeat center center #183968;
    background-size: cover;
}

.survey-sub-subtopic .panel-body .list-panel .survey-item {
    background: url(../img/new_img/subtopic_bg_sm.jpg) no-repeat center center #183968;
    background-size: cover;
}

.survey-sub-level .panel-body .list-panel .survey-item {
    background: url(../img/new_img/level_bg_sm.jpg) no-repeat center center #183968;
    background-size: cover;
}


/*      User Management page css     */

.management-main-section {
    width: 100%;
    background: #fff;
    border: 1px solid #d3d3d3;
    padding: 18px 20px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    float: left;
}

.management-main-section .no-content {
    color: #9b9b9b;
    font-family: "FuturaBT-BoldCondensed";
    font-size: 20px;
    height: 160px;
    line-height: 130px;
    text-align: center;
}

.management-main-section .top-bar {
    width: 100%;
    display: inline-block;
    border-bottom: 3px solid #e5e5e5;
    padding-bottom: 10px;
}

.management-main-section .top-bar .title-sec {
    float: left;
    color: #000;
    font-family: 'FuturaBT-BoldCondensed';
    font-size: 18px;
    text-transform: uppercase;
}

.management-main-section .top-bar .title-sec span {
    vertical-align: middle;
    padding: 0 5px;
}

.management-main-section .top-bar .title-sec .user-select {
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'FuturaBT-BoldCondensed';
    color: #173867;
    outline: none;
    min-width: 208px;
}

.management-main-section .filter-bar {
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid #e5e5e5;
    padding: 18px 0;
}

.management-main-section .filter-bar .title-sec {
    display: block;
    color: #333;
    font-family: 'FuturaBT-BoldCondensed';
    font-size: 14px;
    text-transform: uppercase;
    margin-left: -10px;
    margin-right: -10px;
}

.management-main-section .filter-bar .btn-sec {
    float: right;
    margin-right: 10px;
    margin-top: 0px;
}

.management-main-section .filter-bar .btn-sec .btn-xs {
    height: 32px;
    line-height: 32px;
}

.management-main-section .filter-bar .title-sec span {
    vertical-align: middle;
    padding: 0 10px;
    float: left;
    display: inline-block;
    margin-top: 8px;
}

.management-main-section .fild-four .inline-field {
    width: 22.3%;
    float: left;
    padding: 0 10px;
}

.management-main-section .fild-three .inline-field {
    width: 31.60%;
    float: left;
    padding: 0 10px;
}

.management-main-section .fild-two .inline-field {
    width: 47.3%;
    float: left;
    padding: 0 10px;
}

.management-main-section .filter-bar .inline-field label {
    width: auto;
    float: left;
    margin-right: 10px;
    font-family: 'FuturaBT-BoldCondensed';
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 8px;
}

.management-main-section .filter-bar .inline-field .field-box {
    display: block;
    overflow: hidden;
}

.management-main-section .filter-bar .inline-field .field-box .text-field {
    width: 100%;
    float: left;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: solid 1px #d3d3d3;
    padding: 7px;
    font-family: 'FuturaBT-BoldCondensed';
    font-size: 14px;
    text-transform: uppercase;
    color: #173867;
    outline: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.management-main-section .filter-bar .inline-field .field-box .text-field option {
    text-transform: uppercase;
}

.management-main-section .search-bar {
    width: 100%;
    display: inline-block;
    border-bottom: 0px solid #e5e5e5;
    padding: 18px 0;
}

.management-main-section .search-bar .search-field {
    width: 205px;
    padding: 7px 10px;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border: solid 1px #cccccc;
    font-family: "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
    outline: none;
}

.management-main-section .search-bar .field-sec {
    display: inline-block;
    float: right;
}

.management-main-section .search-bar .field-sec span {
    color: #333;
    font-family: 'FuturaBT-BoldCondensed';
    padding: 0 5px;
    text-transform: uppercase;
}

.management-main-section .search-bar .field-sec .user-select {
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'FuturaBT-BoldCondensed';
    color: #173867;
    outline: none;
}


/*      Question servey page css      */

.question-main-section {
    width: 100%;
    background: #fff;
    border: 1px solid #d3d3d3;
    padding: 0px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    float: left;
}

.question-main-section .filter-bar {
    display: block;
    background: #d5d5d5;
    padding: 18px 20px;
    overflow: hidden;
}

.question-main-section .filter-bar .title-sec {
    display: block;
    color: #000;
    font-family: 'FuturaBT-BoldCondensed';
    font-size: 14px;
    text-transform: uppercase;
    margin-left: -10px;
    margin-right: -10px;
}

.question-main-section .fild-four .inline-field {
    width: 24.0%;
    float: left;
    padding: 0 10px;
}

.question-main-section .fild-three .inline-field {
    width: 31.60%;
    float: left;
    padding: 0 10px;
}

.question-main-section .fild-two .inline-field {
    width: 47.3%;
    float: left;
    padding: 0 10px;
}

.question-main-section .filter-bar .inline-field label {
    width: auto;
    float: left;
    margin-right: 10px;
    font-family: 'FuturaBT-BoldCondensed';
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 8px;
}

.question-main-section .filter-bar .inline-field .field-box {
    display: block;
    overflow: hidden;
}

.question-main-section .filter-bar .inline-field .field-box .text-field {
    width: 100%;
    float: left;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: solid 1px #d3d3d3;
    padding: 7px;
    font-family: 'FuturaBT-BoldCondensed';
    font-size: 14px;
    text-transform: uppercase;
    color: #173867;
    outline: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.question-main-section .filter-bar .btn-sec {
    float: left;
}

.question-main-section .filter-bar .btn-sec a {
    height: 32px;
    width: auto;
    padding: 3px 10px;
}

.question-main-section .top-bar {
    clear: both;
    display: block;
    border-bottom: 3px solid #e5e5e5;
    padding: 18px 0 15px;
    overflow: hidden;
    margin: 0 20px;
}

.question-main-section .top-bar .title-sec {
    float: left;
    color: #000;
    font-family: 'FuturaBT-BoldCondensed';
    font-size: 18px;
    text-transform: uppercase;
}

.question-main-section .top-bar .title-sec span {
    vertical-align: middle;
    padding: 0 5px;
}

.question-main-section .search-bar {
    display: block;
    border-bottom: 0px solid #e5e5e5;
    padding: 18px 0;
    overflow: hidden;
    margin: 0 20px;
}

.question-main-section .search-bar .search-field {
    width: 205px;
    padding: 7px 10px;
    margin-left: 10px;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    background: url(../img/new_img/search_icon.png) no-repeat right 10px center #fff;
    border: solid 1px #cccccc;
    font-family: "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
    outline: none;
}

.question-main-section .search-bar .field-sec {
    display: inline-block;
    float: right;
}

.question-main-section .search-bar .field-sec span {
    color: #333;
    font-family: 'FuturaBT-BoldCondensed';
    padding: 0 5px;
    text-transform: uppercase;
}

.question-main-section .search-bar .field-sec .user-select {
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'FuturaBT-BoldCondensed';
    color: #173867;
    outline: none;
}

.btn-border {
    border: 1px solid #d7d7d7;
    margin-right: 10px;
}


/*      Validate survey weightage page css      */

.validate-table-box {}

.validate-table-box table {
    width: 100%;
    float: left;
    border: 1px solid #ccc;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.validate-table-box table tr th {
    background: #5b5d63;
    /* Old browsers */
    background: -moz-linear-gradient(top, #5b5d63 0%, #4b4d51 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5b5d63), color-stop(100%, #4b4d51));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #5b5d63 0%, #4b4d51 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #5b5d63 0%, #4b4d51 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #5b5d63 0%, #4b4d51 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #5b5d63 0%, #4b4d51 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#5b5d63', endColorstr='#4b4d51', GradientType=0);
    /* IE6-8 */
    border: 0px solid #000;
    border-bottom: 1px solid #6b6b6b;
    padding: 13px 15px;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    font-family: 'FuturaBT-BoldCondensed';
    font-weight: normal;
}

.validate-table-box table tr th:first-child {
    -webkit-border-radius: 5px 0 0 0;
    border-radius: 5px 0 0 0;
}

.validate-table-box table tr th:last-child {
    -webkit-border-radius: 0 5px 0 0;
    border-radius: 0 5px 0 0;
}

.validate-table-box table tr td {
    padding: 10px 15px;
    font-size: 12px;
    color: #333;
    border-bottom: 1px solid #eaeaea;
    text-transform: uppercase;
}

.validate-table-box table tr:last-child td {
    border-bottom: 0px solid #eaeaea;
}

.validate-table-box table tr:nth-child(odd) {
    background-color: #f6f7f9;
}

.validate-table-box table tr:nth-child(even) {
    background-color: #ffffff;
}

.validate-table-box table tr:hover {
    background: #ffffdb;
}

.validate-table-box table tr .check-row {
    background: #ffffdb;
}

.colorbox-add-form .btn-sec {
    margin: 0px !important;
    width: auto !important;
    float: right !important;
}

.success-validate {
    display: block;
    border: 1px solid #090;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 15px;
    margin: 20px;
    color: #333;
}

.validate-survey-popup {
    width: 100%;
    padding: 25px;
    min-height: 400px;
}

.popup-success {
    width: 100%;
    padding: 22px;
    min-height: 0px;
    text-align: center;
    line-height: 21px;
}

.popup-success .success-icon {
    float: left;
    width: 28px;
    height: 28px;
    background: url(../img/new_img/success_icon.png) no-repeat 0 0;
    background-size: 28px;
}

.popup-success p {
    display: inline-block;
    font-size: 25px;
    color: #468847;
    font-family: "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
    margin: 5px 0 0 14px;
}


/*    survey popup css start   */

.rows {
    float: left;
    width: 100%;
}

.assign-survey-sec {
    float: left;
    width: 100%;
    border: 1px solid #ccc;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.distributor-sec h3,
.selecter-distributor h3,
.assigned-participants h3 {
    float: left;
    font-size: 16px;
    color: #333;
    font-weight: normal;
    padding: 6px 0px;
    margin: 0px;
    font-family: 'FuturaBT-BoldCondensed';
    text-transform: uppercase;
}

.distributor-sec .form-control {
    float: right;
    width: 325px;
}

.distributor-sec .form-control .form-label {
    float: left;
    width: 42%;
    font-size: 14px;
    font-weight: normal;
    color: #333;
    margin-top: 7px;
    font-family: 'FuturaBT-BoldCondensed';
    text-transform: uppercase;
}

.distributor-sec .form-control .form-input {
    float: left;
    width: 58%;
    border: 1px solid #ccc;
    background: #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
    color: #444;
    padding: 3px 10px;
    outline: none;
    resize: none;
}

.distributor-sec .form-control .select {
    width: 172px;
    height: 30px;
    display: inline-block;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: solid 1px #d3d3d3;
    padding: 5px;
    text-indent: 6px;
    line-height: 24px;
    font-family: 'FuturaBT-BoldCondensed';
    font-size: 14px;
    text-transform: uppercase;
    color: #173867;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    outline: none;
}

.distributor-sec .form-control .select option {
    text-transform: uppercase;
}

.distributor-sec .form-search {
    float: left;
    width: 250px;
    position: relative;
}

.distributor-sec .form-search .input-search {
    width: 205px;
    padding: 7px 10px;
    margin-left: 10px;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    background: url(../img/new_img/search_icon.png) no-repeat right 10px center #fff;
    border: solid 1px #cccccc;
    font-family: "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
    outline: none;
}

.distributor-sec .form-search .search-icon {
    background: url(../img/search-icon.png) no-repeat 50% 50%;
    float: left;
    width: 14px;
    height: 14px;
    position: absolute;
    right: 6px;
    top: 4px;
}

.distributor-sec {
    float: left;
    width: 65%;
    border-right: 1px solid #ccc;
}

.distributor-sec ul {
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
}

.distributor-sec ul li {
    float: left;
    width: 100%;
    padding: 10px;
    list-style: none;
}

.distributor-sec ul li:nth-child(odd) {
    background-color: #fff;
}

.distributor-sec ul li:nth-child(even) {
    background-color: #fafafa;
}


/*vishal*/

.distributor-sec ul li.disable {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    opacity: 0.4;
    cursor: default;
}

.selecter-distributor {
    float: left;
    width: 35%;
}

.selecter-distributor ul {
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
}

.selecter-distributor ul li {
    float: left;
    width: 100%;
    padding: 10px;
    list-style: none;
    /*-webkit-filter: grayscale(0%);
    filter: grayscale(0%);*/
}

.selecter-distributor ul li.disable {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    opacity: 0.4;
    cursor: default;
}

.selecter-distributor ul li:nth-child(odd) {
    background-color: #fff;
}

.selecter-distributor ul li:nth-child(even) {
    background-color: #fafafa;
}

.selecter-distributor .remove {
    border: 0px;
    background: url(../img/new_img/error_close_icon.png) no-repeat 0 0;
    width: 21px;
    height: 21px;
    background-size: 100%;
    cursor: pointer;
    outline: none;
}

.selecter-distributor ul li.disable .remove {
    cursor: default;
}

.distributor-scroll {
    float: left;
    width: 99.9%;
    height: 300px;
    overflow: auto;
}

.selecter-scroll {
    float: left;
    width: 99.9%;
    height: 353px;
    overflow: auto;
}

.success-group {
    float: left;
    width: 100%;
}

.success-group a.white-gradient {
    border: 1px solid #ccc;
}

.border-b {
    border-bottom: 1px solid #ccc;
}

.margin_top8 {
    margin-top: 8px;
}

.margin_left8 {
    margin-left: 8px !important;
}

.bg-white {
    background: #fff !important;
}


/*    survey popup css end   */

.table-normal {
    float: left;
    width: 100%;
    overflow: auto;
    /*overflow-y: hidden;*/
}

.table-normal table {
    width: 100%;
    float: left;
    border: 1px solid #ccc;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.table-normal table tr th {
    background: #5b5d63;
    /* Old browsers */
    background: -moz-linear-gradient(top, #5b5d63 0%, #4b4d51 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5b5d63), color-stop(100%, #4b4d51));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #5b5d63 0%, #4b4d51 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #5b5d63 0%, #4b4d51 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #5b5d63 0%, #4b4d51 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #5b5d63 0%, #4b4d51 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#5b5d63', endColorstr='#4b4d51', GradientType=0);
    /* IE6-8 */
    border: 0px solid #000;
    border-bottom: 1px solid #6b6b6b;
    padding: 2px 15px;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    font-family: 'FuturaBT-BoldCondensed';
    font-weight: normal;
    height: 40px;
    text-align: left;
}

.table-normal table tr th:first-child {
    -webkit-border-radius: 5px 0 0 0;
    border-radius: 5px 0 0 0;
}

.table-normal table tr th:last-child {
    -webkit-border-radius: 0 5px 0 0;
    border-radius: 0 5px 0 0;
}

.table-normal table tr th a {
    color: #fff;
    text-decoration: none;
}

.table-normal table tr td {
    padding: 10px 15px;
    font-size: 12px;
    color: #333;
    border-bottom: 1px solid #eaeaea;
    text-transform: capitalize;
    position: relative;
}

.table-normal table tr:last-child td {
    border-bottom: 0px solid #eaeaea;
}

.table-normal table tr:nth-child(odd) {
    background-color: #f6f7f9;
}

.table-normal table tr:nth-child(even) {
    background-color: #ffffff;
}

.table-normal table tr:hover,
.table-normal table tr.active {
    background: #ffffdb;
}

.table-normal table tr.active:before {
    border: solid 1px #333;
}

.table-normal table tr:last-child td:first-child {
    border-radius: 0 0 0 5px;
}

.table-normal table tr:last-child td:last-child {
    border-radius: 0 0 5px 0;
}

.table-normal table tr td .icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.table-normal table tr td .icon.disable {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    opacity: 0.4;
    cursor: default;
}

.table-normal table tr td .icon.disable:hover {
    background-color: transparent;
}

.table-normal table tr td .edit-icon {
    background: url(../img/new_img/edit_icon_blue.png) no-repeat center center;
    background-size: 16px;
}

.table-normal table tr td .edit-icon:hover {
    background: url(../img/new_img/edit_icon.png) no-repeat center center;
    background-color: #0a87ca;
    background-size: 16px;
}

.table-normal table tr td .edit-icon.disable:hover {
    background: url(../img/new_img/edit_icon_blue.png) no-repeat center center;
    background-size: 16px;
}

/*Added on 25-07-2017*/
.table-normal table tr td .pillar-unassign{
    background: url(../img/new_img/pillar-unassign.png) no-repeat center center;
    background-size: 16px;
}

.table-normal table tr td .pillar-unassign:hover {
    background: url(../img/new_img/pillar-unassign.png) no-repeat center center;
    background-size: 16px;
}

.table-normal table tr td .pillar-unassign.disable:hover {
    background: url(../img/new_img/pillar-unassign.png) no-repeat center center;
    background-size: 16px;
}
/*********************/

.table-normal table tr td .close-icon {
    background: url(../img/new_img/close_icon_blue.png) no-repeat center center;
}

.table-normal table tr td .close-icon:hover {
    background: url(../img/new_img/close_icon_blue_hover.png) no-repeat center center;
    background-color: #0a87ca;
}

.table-normal table tr td .close-icon.disable:hover {
    background: url(../img/new_img/close_icon_blue.png) no-repeat center center;
}

.table-normal table tr td .save-icon {
    background: url(../img/new_img/tick_icon_blue.png) no-repeat center center;
}

.table-normal table tr td .save-icon:hover {
    background: url(../img/new_img/tick_icon_blue_hover.png) no-repeat center center;
    background-color: #0a87ca;
}

.table-normal table tr td .cancel-icon {
    background: url(../img/new_img/back_icon_blue.png) no-repeat center center;
}

.table-normal table tr td .cancel-icon:hover {
    background: url(../img/new_img/back_icon_blue_hover.png) no-repeat center center;
    background-color: #0a87ca;
}

.table-normal table tr td .error-tooltip {
    background: none repeat scroll 0 0 rgba(75, 77, 81, 0.85);
    border-radius: 3px;
    font-family: "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
    left: 0;
    margin-left: -20px;
    margin-top: -9px;
    padding: 10px;
    position: absolute;
    top: 100%;
    transform: translateX(20px);
    transition: all 0.3s ease-in-out 0s;
    width: 100%;
    z-index: 999;
    color: #fff;
    text-transform: none;
}


/*.table-normal table tr td .error-tooltip {
	opacity: 1;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-ms-transform: translateX(0px);
}*/

.table-normal table tr td .error-tooltip:after {
    right: 50%;
    top: -9px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.table-normal table tr td .error-tooltip:after {
    border-color: rgba(c, 0.85);
    border-bottom-color: #4B4D51;
    border-width: 9px;
    margin-top: -9px;
}


/******   Pagination   ***********/

.pagination-sec {
    float: left;
    width: 100%;
    /*border:1px solid #ccc; border-top:none;*/
    padding: 10px;
}

.pagination-sec .pagination {
    float: right;
}

.pagination-sec .pagination span {
    margin: 0 4px;
    float: left;
}

.pagination-sec .pagination a {
    padding: 3px 0px;
    font-size: 15px;
    color: #333;
    border: 1px solid #ccc;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    line-height: 20px;
}

.pagination-sec .pagination a.active {
    color: #1ab394;
    border: 1px solid #1ab394;
}

.pagination-sec .pagination .prev {
    border: solid 1px #ccc;
    position: relative;
}

.pagination-sec .pagination .next {
    border: solid 1px #ccc;
    position: relative;
}

.pagination-sec .pagination .prev a {
    border: none;
    padding: 0px 0px;
}

.pagination-sec .pagination .next a {
    border: none;
    padding: 0px 0px;
    font-size: 14px;
}

.pagination-sec .pagination .prev.disable,
.pagination-sec .pagination .next.disable {
    border-color: #eee;
    cursor: default;
    background: #e5e5e5;
}

.pagination-sec .text-pagination {
    float: right;
    font-size: 14px;
    margin-top: 6px;
    color: #858484;
    margin-right: 16px;
    font-style: italic;
}

.pagination-sec .pagination span.active a {
    color: #0a87ca;
    background: -webkit-linear-gradient(#f0f0f0, #ffffff);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#f0f0f0, #ffffff);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#f0f0f0, #ffffff);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(#f0f0f0, #ffffff);
    /* Standard syntax */
}

.pagination-sec .pagination span,
.pagination-sec .pagination a {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    min-width: 30px;
    height: 27px;
    font-family: 'FuturaBT-BoldCondensed';
    color: #0a2f64;
    background: -webkit-linear-gradient(#ffffff, #f0f0f0);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#ffffff, #f0f0f0);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#ffffff, #f0f0f0);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(#ffffff, #f0f0f0);
    /* Standard syntax */
}

.pagination-sec .pagination .prev,
.pagination-sec .pagination .prev a,
.pagination-sec .pagination .next,
.pagination-sec .pagination .next a {
    font-family: 'FontAwesome';
    font-size: 22px;
    color: #fff;
    text-align: center;
    background: -webkit-linear-gradient(#2b4b99, #213974);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#2b4b99, #213974);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#2b4b99, #213974);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(#2b4b99, #213974);
    /* Standard syntax */
}

.pagination-sec .pagination .prev a,
.pagination-sec .pagination .next a {
    position: absolute;
    background: none;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.pagination-sec .pagination .prev:before {
    content: "\f104";
}

.pagination-sec .pagination .next:before {
    content: "\f105";
}


/*    Question survey page css     */

.question-table-section {
    display: block;
    clear: both;
    overflow: hidden;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
}

.question-link {
    font-size: 14px;
    color: #1B4F99;
    display: inline-block;
    text-decoration: none;
}

.question-table-section .btn-sec {
    float: right;
    padding: 20px 0 0;
}

.question-table-section .btn-sec .white-gradient {
    border: 1px solid #d7d7d7;
    margin-right: 10px;
}

.button1 {
    background: url(../img/new_img/radio_button_new_icon.png) no-repeat center;
    width: 100%;
    float: left;
    height: 19px;
    text-align: center;
}


/*Use for check box */

.button2 {
    background: url(../img/new_img/checked_box_icon.png) no-repeat center;
    width: 100%;
    float: left;
    height: 19px;
    text-align: center;
}

.drag-icon {
    background: url(../img/new_img/numberic_icon.png) no-repeat center center;
}

.drag-drop-icon {
    background: url(../img/new_img/drag_icon.png) no-repeat center center;
    background-size: 16px;
    cursor: move;
}

hr {
    margin-top: 10px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #ccc;
    display: block;
    clear: both;
    overflow: hidden;
}

.panel-wide {
    margin-left: -20px;
    margin-right: -20px;
}


/*       Question add section page css       */

.col-based-new .level-field-sec {
    float: left;
    width: 90%;
    margin: 0 0 0 14px;
}

.col-based-new .level-field-sec label {
    width: auto;
    float: left;
    margin-right: 10px;
    font-family: "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
    font-size: 13px;
    margin-top: 8px;
    color: #333;
    font-weight: bold;
    min-width: 80px;
    text-align: right;
}

.col-based-new .level-field-sec label.asterisk:before {
    content: "*";
    vertical-align: middle;
    font-size: 24px;
    color: #cf1f37;
    margin-right: 5px;
    margin-top: 5px;
    line-height: 0;
    font-family: "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
}

.col-based-new .level-field-sec .field-box {
    display: block;
    overflow: hidden;
}

.col-based-new .level-field-sec .field-box .text-field {
    width: 100%;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: solid 1px #d3d3d3;
    padding: 7px;
    resize: none;
    height: 60px;
    font-family: "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
}

.col-based-new .weightage-field-sec {
    width: 100%;
}

.col-based-new .weightage-field-sec label {
    width: auto;
    float: left;
    margin-right: 10px;
    font-family: "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
    font-size: 13px;
    margin-top: 8px;
    color: #333;
    font-weight: bold;
    min-width: 115px;
    text-align: right;
}

.col-based-new .weightage-field-sec label.asterisk:before {
    content: "*";
    vertical-align: middle;
    font-size: 24px;
    color: #cf1f37;
    margin-right: 5px;
    margin-top: 5px;
    line-height: 0;
    font-family: "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
}

.col-based-new .weightage-field-sec .field-box {
    width: 60px;
    overflow: hidden;
}

.col-based-new .weightage-field-sec .field-box .text-field {
    width: 94%;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: solid 1px #d3d3d3;
    padding: 7px;
}

.col-based-new table {
    float: left;
    width: 100%;
    border: 0px solid #ccc;
    margin-bottom: 15px;
}

.col-based-new table tr {
    float: left;
    width: 100%;
    border-top: 1px dotted #333;
    padding: 15px 0;
}


/*.col-based-new table tr td, .col-based-new table tr th {
	padding:0 10px;
}*/

.col-based-new .button1,
.col-based-new .button2 {
    margin-top: 5px;
}

.margin-top2 {
    margin-top: 2px;
}

.footer-table {
    float: left;
    width: 100%;
    margin-top: -3px;
}

.border-radius-b {
    border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
}

.add-message {
    width: 540px;
    border: 1px dotted #333;
    margin: 0 auto;
    margin-top: 15%;
    background: #f4f4f4;
    padding: 35px 0;
    font-family: 'FuturaBT-BoldCondensed';
    font-size: 18px;
    color: #333;
    text-transform: uppercase;
    text-align: center;
}

.color-black {
    color: #333 !important;
}

.radio-width {
    width: 4%;
}

.option-width {
    width: 71%;
}

.report-width {
    width: 30%;
}

.btn-width {
    width: 10%;
}

.total-points-right {
    float: right !important;
    margin-right: 11%;
}

.default-btn {
    background: #d2d2d2 !important;
    border: none !important;
    font-size: 14px !important;
    color: #fff !important;
    min-width: 110px;
    height: 30px !important;
    line-height: 30px !important;
    font-size: 14px !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    text-align: center !important;
    border-radius: 3px !important;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-family: 'FuturaBT-BoldCondensed';
    display: inline-block !important;
    padding: 0 15px !important;
    cursor: default !important;
}

.add-question-panel .panel-body .add-form-sec .panel-left .panel-title-bar {
    padding: 5px 0 5px;
    border: none;
}

.add-question-panel .panel-body .add-form-sec .panel-left .panel-title-bar .help-text {
    font-size: 11px;
    margin-right: 5px;
}

.add-question-panel .panel-body .add-form-sec .panel-left .question-range table tr th label {
    width: 90px;
    display: block;
    margin: 10px auto;
}

.add-question-panel .panel-body .add-form-sec .panel-left .question-range table tr th .input-box {
    display: block;
    margin: 10px auto;
}

.add-question-panel .panel-body .add-form-sec .panel-left .question-range table tr th .input-box:after {
    content: ' % ';
    position: absolute;
    top: 5px;
}

.js_current_row {
    background-color: #FFFFDB !important;
}


/*      Check box css start      */

.check-box-new input[type=checkbox] {
    visibility: hidden;
}

.check-box-new {
    width: 20px;
    float: right;
    position: relative;
}

.check-box-new label {
    cursor: pointer;
    position: absolute;
    width: 16px !important;
    min-width: 16px !important;
    height: 16px;
    margin-top: 0px !important;
    margin-right: 0px !important;
    top: 0;
    right: 0px;
    border-radius: 3px;
    border: 1px solid #ccc;
    background: -webkit-linear-gradient(top, #f9f9f9 0%, #ebebeb 100%);
    background: -moz-linear-gradient(top, #f9f9f9 0%, #ebebeb 100%);
    background: -o-linear-gradient(top, #f9f9f9 0%, #ebebeb 100%);
    background: -ms-linear-gradient(top, #f9f9f9 0%, #ebebeb 100%);
    background: linear-gradient(top, #f9f9f9 0%, #ebebeb 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#ebebeb', GradientType=0);
}

.check-box-new label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    background: url(../img/new_img/checkbox_right.png) no-repeat 0 0;
    opacity: 0;
    content: '';
    position: absolute;
    width: 12px;
    height: 10px;
    top: 3px;
    left: 1px;
}

.check-box-new label:hover::after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}

.check-box-new input[type=checkbox]:checked + label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

.distributor-sec ul li input[type="checkbox"] {
    margin: 1px 10px 0 10px;
    float: left;
}


/*      Check box css end      */


/* Radio Button css */

.radio-btn {
    float: left;
}

.radio-btn input[type=radio]:not(old) {
    width: 0em;
    margin: 0;
    padding: 0;
    font-size: 1em;
    opacity: 0;
}

.radio-btn input[type=radio]:not(old) + label {
    display: inline-block;
}

.radio-btn input[type=radio]:not(old) + label > span {
    display: inline-block;
    width: 19px;
    height: 19px;
    margin: 0;
    border: 1px solid #ccc;
    border-radius: 25px;
    cursor: pointer;
    background: rgb(224, 224, 224);
    background-image: -moz-linear-gradient(rgb(248, 248, 248), rgb(224, 224, 224));
    background-image: -ms-linear-gradient(rgb(248, 248, 248), rgb(224, 224, 224));
    background-image: -o-linear-gradient(rgb(248, 248, 248), rgb(224, 224, 224));
    background-image: -webkit-linear-gradient(rgb(248, 248, 248), rgb(224, 224, 224));
    background-image: linear-gradient(rgb(248, 248, 248), rgb(224, 224, 224));
    vertical-align: bottom;
}

.radio-btn input[type=radio]:not(old):checked + label > span {
    background-image: -moz-linear-gradient(rgb(224, 224, 224), rgb(240, 240, 240));
    background-image: -ms-linear-gradient(rgb(224, 224, 224), rgb(240, 240, 240));
    background-image: -o-linear-gradient(rgb(224, 224, 224), rgb(240, 240, 240));
    background-image: -webkit-linear-gradient(rgb(224, 224, 224), rgb(240, 240, 240));
    background-image: linear-gradient(rgb(224, 224, 224), rgb(240, 240, 240));
}

.radio-btn input[type=radio]:not(old):checked + label > span > span {
    display: block;
    width: 9px;
    height: 9px;
    margin: 4px;
    border: 0.0625em solid rgb(37, 36, 36);
    border-radius: 25px;
    background: rgb(122, 122, 122);
}

.take-survey-section .middle-section .ques-section .answer table .radio-btn {
    text-align: center;
    float: none;
}


/* Radio Button css end*/


/*      add new uesr popup  start    */

.add-new-user {
    width: 100%;
    background: #fff;
    border: 1px solid #ccc;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 15px 20px 0px;
}

.add-new-user .form-sec {
    width: 100%;
    background: #fff;
}

.add-new-user .form-sec .field-grp {
    margin-bottom: 25px;
    margin-top: 5px;
    float: left;
    width: 100%;
}

.add-new-user .form-sec .field-grp label {
    /*width: 150px;*/
    width: 265px;
    float: left;
    text-align: left;
    font-family: "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
    font-size: 13px;
    font-weight: bold;
    margin-right: 20px;
    color: #333333;
    margin-top: 6px;
}

.add-new-user .form-sec .field-grp label.asterisk:before {
    content: "*";
    vertical-align: middle;
    font-size: 24px;
    color: #cf1f37;
    margin-right: 5px;
    margin-top: 5px;
    line-height: 0;
    font-family: "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
}

.add-new-user .form-sec .field-grp .form-control {
    width: 300px;
    float: left;
    padding-top: 5px;
}

.add-new-user .form-sec .field-grp .text-field {
    width: 100%;
    float: left;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: solid 1px #d3d3d3;
    padding: 7px;
    font-family: "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
}

.add-new-user .field-error {
    font-size: 12px;
    font-family: "Helvetica Neue", "Arial", sans-serif;
    margin-top: 5px;
    color: #d10b0b;
    float: left;
    width: 100%;
}

.add-new-user .panel-footer {
    padding: 12px 20px;
    border-top: solid 1px #d3d3d3;
    overflow: hidden;
}

.add-new-user .panel-footer .btn-left-align {
    float: left;
}

.add-new-user .panel-footer .btn-right-align {
    float: right;
}

.add-new-user .white-gradient {
    border: solid 1px #d3d3d3;
}

.add-new-user .panel-title-bar {
    border-bottom: solid 3px #e5e5e5;
    padding-bottom: 12px;
    margin-bottom: 20px;
    overflow: hidden;
}

.add-new-user .panel-title-bar .help-text {
    font-family: "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
    font-style: italic;
    font-size: 14px;
    margin-right: 5px;
}

.add-new-user .panel-title-bar .help-text .asterisk {
    font-family: "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
    color: #cf1f37;
}

.add-new-user .panel-title-bar .help-text .asterisk:before {
    content: "*";
    font-size: 24px;
    color: #cf1f37;
    vertical-align: middle;
    font-style: initial;
    line-height: 0;
}


/*        add new user popup end        */

.reporting-scale {
    float: left;
    width: 100%;
    font-family: "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
    font-size: 26px;
    text-align: center;
    padding: 30px 0;
    background: #fff;
    color: #808080;
}


/*             take survey page css             */

.take-survey-section {
    float: left;
    width: 100%;
}

.take-survey-section .heading-bar {
    width: 100%;
    display: inline-block;
    padding: 0 13px 17px;
}

.take-survey-section .heading-bar h2 {
    font-size: 22px;
    color: #333;
    display: inline-block;
    padding: 0px;
    margin: 0px;
    font-family: 'FuturaBT-BoldCondensed';
    text-transform: uppercase;
    font-weight: normal;
}

.take-survey-section .top-bar {
    float: left;
    width: 100%;
    display: inline-block;
    padding: 20px 30px;
    background: #0d2142;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.take-survey-section .top-bar .title-sec {
    float: left;
    color: #fff;
    font-family: 'FuturaBT-BoldCondensed';
    font-size: 22px;
    text-transform: uppercase;
    font-weight: normal;
}

.take-survey-section .top-bar .btn-sec {
    float: right;
}

.take-survey-section .top-bar .survey-progress {
    float: left;
    width: 400px;
    margin-right: 85px;
    position: relative;
}

.take-survey-section .top-bar .survey-progress label {
    float: left;
    margin: 5px 15px 0 0;
    font-family: 'FuturaBT-BoldCondensed';
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    text-transform: uppercase;
}

.take-survey-section .top-bar .survey-progress .progress-bar {
    overflow: hidden;
    display: block;
    position: relative;
    height: 12px;
    margin-top: 9px;
    background: #979899;
    -webkit-border-radius: 25px;
    border-radius: 25px;
}

.take-survey-section .top-bar .survey-progress .progress-bar .progress {
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    background: #FCBD14;
    height: 100%;
}

.take-survey-section .top-bar .survey-progress .tool-percent {
    float: right;
    position: absolute;
    right: -55px;
    background: url(../img/new_img/progress_arrow.png) no-repeat 0 50%;
    top: 5px;
    padding: 0 0 0 10px;
}

.take-survey-section .top-bar .survey-progress .tool-percent span {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #cf1f37;
    font-family: 'FuturaBT-BoldCondensed';
    font-size: 16px;
    font-weight: normal;
    background: #fff;
    padding: 5px;
}

.take-survey-section .middle-section {
    float: left;
    width: 100%;
    background: #fff;
    border: 1px solid #ccc;
    padding: 20px 20px 0;
    margin-top: -1px;
}

.take-survey-section .middle-section .topic-heading {
    float: left;
    width: 100%;
    border-bottom: 3px solid #ededed;
    padding: 5px 0 15px;
    margin-bottom: 20px;
}

.take-survey-section .middle-section .topic-heading .topic {
    font-size: 18px;
    color: #333;
    font-family: 'FuturaBT-BoldCondensed';
    text-transform: uppercase;
    font-weight: normal;
    float: left;
}

.take-survey-section .middle-section .topic-heading .sub-topic {
    font-size: 16px;
    color: #333;
    font-family: 'FuturaBT-BoldCondensed';
    text-transform: uppercase;
    font-weight: normal;
    float: right;
}

.take-survey-section .middle-section .ques-section {
    float: left;
    width: 100%;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 10px 25px 0;
    margin-bottom: 20px;
}

.take-survey-section .middle-section .ques-section .question {
    display: block;
    font-size: 14px;
    color: #333;
    font-weight: bold;
    font-family: "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
    padding-bottom: 15px;
}

.take-survey-section .middle-section .ques-section .question .que-no {
    float: left;
    display: inline-block;
    margin-right: 5px;
    line-height: 24px;
}

.take-survey-section .middle-section .ques-section .question .que-dis {
    display: inline-block;
    margin-right: 0;
    line-height: 24px;
}
.ques-section .field-box {
    padding: 0 30px;
}
.ques-section .field-box textarea.text-field {
    width: 100%;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: solid 1px #d3d3d3;
    padding: 7px 10px;
    font-family: "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
    font-size: 14px;
    resize: none;
}
.take-survey-section .middle-section .ques-section .answer {
    float: left;
    width: 100%;
    padding-bottom: 20px;
}

.take-survey-section .middle-section .ques-section .answer .left-sec {
    float: left;
    width: 30%;
}

.take-survey-section .middle-section .ques-section .answer .right-sec {
    float: left;
    width: 70%;
    outline: none;
    min-height: 130px;
}

.take-survey-section .middle-section .ques-section .answer .left-sec table tr td {
    padding: 0px 10px 0px 10px !important;
}

.take-survey-section .middle-section .ques-section .answer table {
    width: 100%;
    padding: 0px;
    border: 0px;
}

.take-survey-section .middle-section .ques-section .answer table tr th {
    font-size: 13px;
    color: #333;
    font-weight: 600;
    font-family: "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
    text-align: center;
    padding-bottom: 5px;
    padding-right: 10px;
    padding-left: 10px;
}

.take-survey-section .middle-section .ques-section .answer table tr td {
    font-size: 13px;
    color: #333;
    font-weight: 600;
    font-family: "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
    height: 50px;
    padding-right: 10px;
    padding-left: 10px;
}

.take-survey-section .middle-section .ques-section .answer table tr td .check-box-new {
    float: none !important;
    width: 230px;
    text-align: center;
    margin: auto;
}

.take-survey-section .middle-section .ques-section .answer table tr td .check-box-new input[type=checkbox] {
    display: none;
}

.take-survey-section .middle-section .ques-section .answer table tr td .check-box-new label {
    display: inline-block;
    position: inherit;
}

.take-survey-section .middle-section .ques-section .answer table tr td .check-box-new .check-box-new label:after {
    display: inline-block;
    position: inherit;
}

.take-survey-section .middle-section .ques-section .answer table tr:nth-child(odd) {
    background-color: #ffffff;
}

.take-survey-section .middle-section .ques-section .answer table tr:nth-child(even) {
    background-color: #f6f7f9;
}

.take-survey-section .middle-section .upload-file-sec {
    display: block;
    margin-left: 0;
    margin-right: 0;
    border-top: 1px solid #ccc;
    clear: both;
    padding: 0 25px;
}

.take-survey-section .middle-section .upload-file-sec .white-gradient {
    border: 1px solid #ccc;
}

.take-survey-section .middle-section .upload-file-sec .choose-file {
    display: inline-block;
    background: none;
    font-size: 15px;
    font-family: "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
    color: #333;
    font-style: italic;
    padding: 15px 0;
    border: 0px solid #ccc;
    width: auto;
    min-width: 100px;
    margin-left: 10px;
}

.take-survey-section .middle-section .fileUpload {
    position: relative;
    overflow: hidden;
    margin: 10px;
}

.take-survey-section .middle-section .fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.take-survey-section .middle-section .ques-section .answer .answer-list {
    float: left;
    width: 100%;
    padding: 0 0 0 28px;
    margin: 0px;
}

.take-survey-section .middle-section .ques-section .answer .answer-list li {
    list-style: none;
    padding: 5px 0 15px;
}

.take-survey-section .middle-section .ques-section .answer .answer-list li .list-disc {
    font-size: 13px;
    color: #333;
    font-family: "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
    margin-left: 15px;
    font-weight: 600;
    overflow: hidden;
    display: block;
}

.take-survey-section .middle-section .info-btn {
    float: left;
    margin-left: 0px;
    margin-top: 15px;
    cursor: pointer;
    position: relative;
}

.take-survey-section .middle-section .info-btn .info-tooltip {
    position: absolute;
    width: 590px;
    background: #eee;
    font-family: "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
    padding: 10px;
    top: -18px;
    left: 100%;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: solid 1px #d3d3d3;
    margin-left: 12px;
    margin-top: -9px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
}

.take-survey-section .middle-section .info-btn:hover .info-tooltip {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
}

.take-survey-section .middle-section .info-btn .info-tooltip:after,
.take-survey-section .middle-section .info-btn .info-tooltip:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.take-survey-section .middle-section .info-btn .info-tooltip:after {
    border-color: rgba(136, 183, 213, 0);
    border-right-color: #EEEEEE;
    border-width: 9px;
    margin-top: -9px;
}

.take-survey-section .middle-section .info-btn .info-tooltip:before {
    border-right-color: #D3D3D3;
    border-width: 10px;
    margin-top: -10px;
}

.take-survey-section .panel-footer {
    padding: 12px 20px;
    border: solid 1px #ccc;
    border-top: 0px solid #ccc;
    /*overflow: hidden;*/
    clear: both;
    background: #fff;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    text-align: center;
}

.take-survey-section .panel-footer .white-gradient {
    border: 1px solid #ccc;
}

.take-survey-section .panel-footer .btn-left-align {
    float: left;
}

.take-survey-section .panel-footer .btn-right-align {
    float: right;
}

.take-survey-section .panel-footer .btn-center-align {
    display: inline-block;
    text-align: center;
}

.take-survey-section .panel-footer .btn-center-align a {
    margin: 0 7px;
}

.take-survey-slider {
    display: block;
    clear: both;
    margin-left: 34px;
    margin-right: 34px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.take-survey-slider .item {
    position: relative;
}

.take-survey-slider .item .remain-qus {
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 2px 5px;
    background: #dc6210;
    font-size: 11px;
    color: #fff;
    font-weight: normal;
    font-family: 'FuturaBT-BoldCondensed';
}

.take-survey-slider .item .all-clear {
    width: 20px;
    height: 16px;
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 2px 3px;
    background: url(../img/new_img/all_clear.png) no-repeat 50% 50%;
    background-size: 20px 16px;
    font-size: 12px;
    color: #fff;
    font-family: "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
}

.take-survey-slider .page-no {
    float: left;
    width: 100%;
    text-align: center;
    background: #fafafa url(../img/new_img/slide_bg.jpg) repeat-x 0 0;
    font-size: 16px;
    font-family: 'FuturaBT-BoldCondensed';
    color: #0a2f64;
    text-transform: uppercase;
    border-right: 1px solid #ccc;
    height: 56px;
    line-height: 60px;
    text-decoration: none;
    border-bottom: 1px solid #ccc;
}

.take-survey-slider .page-no.active {
    background: #fff;
    border-bottom: 0px solid #ccc;
    color: #cf1f37;
}

.take-survey-slider .owl-controls {
    margin-top: 0px !important;
}

.take-survey-slider .owl-buttons {
    height: 0px;
}

.take-survey-slider .owl-prev {
    position: absolute;
    top: 0px;
    left: -35px;
    background: #f2f2f2 !important;
    width: 34px;
    height: 56px;
    opacity: 1 !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 0px !important;
    margin-top: 0 !important;
    border-right: 0px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.take-survey-slider .owl-next {
    position: absolute;
    top: 0px;
    right: -35px;
    background: #f2f2f2 !important;
    width: 36px;
    height: 56px;
    opacity: 1 !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 0px !important;
    margin-top: 0 !important;
    border-right: 1px solid #ccc;
    border-left: 0px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.take-survey-slider .owl-prev:before {
    content: "\f104";
    position: absolute;
    font-size: 40px;
    font-family: 'FontAwesome';
    color: #cf1f37;
    left: 50%;
    margin-left: -7px;
    margin-top: 6px;
}

.take-survey-slider .owl-prev:hover:before {
    color: #333;
}

.take-survey-slider .owl-prev.disabled:before {
    color: #ebebeb;
}

.take-survey-slider .owl-next:before {
    content: "\f105";
    position: absolute;
    font-size: 40px;
    font-family: 'FontAwesome';
    color: #cf1f37;
    left: 50%;
    margin-left: -7px;
    margin-top: 6px;
}

.take-survey-slider .owl-next:hover:before {
    color: #333;
}

.take-survey-slider .owl-next.disabled:before {
    color: #ebebeb;
}

.take-survey-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: none;
}

.take-survey-overlay .take-survey-popup {
    width: 600px;
    background: #fff;
    border-radius: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -300px;
    margin-top: -100px;
}

.take-survey-overlay .take-survey-popup .popup-header {
    height: 40px;
    font: 22px;
    color: #0a2f64;
    padding: 0 20px;
    line-height: 40px;
}

.take-survey-overlay .take-survey-popup .btn-sec {
    text-align: center;
    padding: 20px;
}

.take-survey-overlay .take-survey-popup .popup-content {
    padding: 20px;
    font-size: 16px;
    color: #333;
    text-align: center;
    line-height: 24px;
}

.scroll-table table {
    width: 880px !important;
    padding-bottom: 30px !important;
    outline: none;
}

.scroll-table .jspHorizontalBar {
    background: #fff !important;
}


/*    *****    404 page css    *****    */

.error-section {
    float: left;
    width: 100%;
    border: 1px solid #ccc;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #fff;
    margin-top: 60px;
    padding-bottom: 60px;
}

.fourofour-block {
    float: left;
    width: 100%;
    text-align: center;
}

.fourofour-block h1 {
    font-size: 200px;
    font-weight: 100;
    color: #CF1F37;
    font-family: 'Lato', sans-serif;
    margin: 60px 0 30px 0;
}

.fourofour-block h3 {
    font-size: 30px;
    font-weight: 300;
    color: #241F63;
    font-family: 'Lato', sans-serif;
}

.fourofour-block p {
    font-size: 20px;
    color: #241F63;
    font-weight: 300;
    font-family: 'Lato', sans-serif;
}

.fourofour-block p a {
    color: #CF1F37;
    text-decoration: none;
}

.fourofour-block p a:hover {
    color: #241F63;
}

.table-text-link {
    font-size: 12px;
    color: #1093F2;
    text-decoration: none;
    display: inline-block;
    margin: 0 5px;
}

.upload-path {
    display: block;
    clear: both;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 0;
    border-top: 1px solid #ccc;
    /*background-color: #F7F7F7;*/
}

.text-bold{
      font-weight: bold !important;
}
.bg-gray{
    background-color: #F7F7F7 !important;
}

.upload-path a {
    /*font-weight: bold;*/
    font-size: 14px;
    color: #333;
    font-style: italic;
    text-decoration: none;
    display: inline-block;
    margin-left: 39px;
}

.upload-path .close-icon {
    background: url(../img/remove_icon.png) no-repeat center center;
    background-size: 14px;
    float: right;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    cursor: pointer;
}

.upload-file-sec .disabled-btn {
    margin-right: -15px;
    margin-left: -15px;
    cursor: not-allowed;
}

.survey-score {
    width: 100%;
    float: left;
    padding: 0;
    font-weight: bold;
    color: #092E63;
}

.earned-points {
    float: left;
    padding-left: 55px;
    color: #37B529;
}

.take-survey-section .ques-section .survey-score .white-gradient {
    border: 1px solid #ccc;
    font-weight: normal;
}

.take-survey-section .ques-section .survey-score a {
    font-weight: normal;
}

.take-survey-section .ques-section .survey-score .comment-box textarea {
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
    resize: none;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: none;
    border-right: none;
    padding: 7px 25px;
    display: block;
    font-family: "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
    font-size: 14px;
    height: 72px;
}

.take-survey-section .ques-section .survey-score .comment-box {
    width: 100%;
}

.take-survey-section .ques-section .survey-score .pull-left .white-gradient {
    margin-right: 0
}

.take-survey-section .ques-section .survey-score .comment-btn-bottom {
    border: none;
    border-top: none;
    padding: 6px 25px;
    margin-top: 0;
}

.take-survey-section .response-warning-box {
    border: 1px solid #ccc;
    padding: 15px;
    background: #FEBE10;
    font-size: 14px;
    color: #333;
    font-weight: bold;
}

.take-survey-section .response-warning-box .fa-warning {
    font-size: 20px;
    color: #333;
}

.take-survey-section .top-bar .survey-review label {
    float: right;
    margin-right: 0;
}

.ques-section-table {
    width: 100%;
    padding: 0 25px;
}

.ques-section-table tr {
    width: 100%;
}

.ques-section-table tr th:first-child {
    text-align: left;
    /*width: 100%;*/
    font-weight: bold;
}
.ques-section-table tr th {
    font-weight: 300;
}

.ques-section-table tr th:last-child {
    /*width: 1%;*/
}

.ques-section-table tr th.second-heading {
    color: #666;
    font-weight: normal;
    line-height: 2px;
    text-align: right;
}

.ques-section-table tbody tr td:first-child {
    padding-left: 25px;
    padding-right: 12px;
    /*width: 84%;*/
}

.ques-section-table tbody tr td:last-child {
    color: #666;
    /*width: 10%;*/
    text-align: right;
}

.ques-section-table tbody tr td {
    padding-bottom: 10px;
    vertical-align: top;
}

.bottom-table {
    margin-bottom: 15px;
}

.comment-box-section {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid transparent;
    padding: 0;
    clear: both;
    color: #333;
    font-size: 12px;
    font-weight: normal;
    margin-top: 5px;
    background: #FBFBFB;
}

.comment-box-section .comment-feed-box {
    padding: 0 25px;
    margin: 0;
    background: none;
}

.comment-box-section .comment-feed-box .comment-feed-box-padding {
    border-bottom: solid 1px #ccc;
    padding: 10px 0;
}

.comment-box-section .comment-feed-box:last-child .comment-feed-box-padding {
    border-bottom: none;
}

.comment-box-section .comment-feed-box:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.comment-box-section .heading {
    margin-bottom: 3px;
    color: #9d9d9d;
}

.comment-box-section span.name {
    color: #333;
    font-weight: bolder;
    font-size: 13px;
}

.comment-box-section span.date {
    font-size: 12px;
    color: #9d9d9d;
}

.comment-btn-group-left {
    margin-left: 25px;
}

.comment-btn-group-right {
    margin-right: 25px;
    margin-bottom: 10px;
}

.comment-bottom-padding {
    padding: 0;
    background: #f0f0f0;
    border-top: none;
}

.newcomment-animation {
    background: #FFE8AA !important;
}

.participant-page .title {
    text-transform: uppercase;
    text-align: center;
    font-family: "FuturaBT-BoldCondensed";
    font-size: 18px;
    letter-spacing: 1px;
    color: #353535;
    font-weight: normal;
}

.participant-page .status-table {
    width: 100%;
    float: left;
}

.participant-page .status-table .box {
    background: #fff;
    border: solid 1px #ccc;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 15px;
    font-family: "FuturaBT-BoldCondensed";
    text-transform: uppercase;
    font-size: 15px;
    color: #333333;
    vertical-align: top;
    overflow: hidden;
    width: 100%;
    float: left;
}

.participant-page .status-table .progress-bar {
    background: #979899 none repeat scroll 0 0;
    display: block;
    height: 12px;
    margin-top: 3px;
    /*overflow: hidden;*/
    position: relative;
    width: 170px;
    border-radius: 2px;
}

.participant-page .status-table .progress-bar .progress {
    background: #7ac719 none repeat scroll 0 0;
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
}

.participant-page .status-table td .progress-persent {
    position: absolute;
    right: -32px;
    top: -4px;
}

.participant-page .status-table .box .heading {
    color: #CF1F37;
    display: block;
}

.participant-page .status-table .review-btn {
    text-align: right;
}

.participant-page .status-table .review-btn a.btn-sm {
    border: 1px solid #ccc;
    font-weight: normal;
    color: #0b3067;
    margin-top: 10px;
    vertical-align: middle;
}

.participant-page .status-table .review-btn a.start-btn {
    background: linear-gradient(#2b4b99, #213974) !important;
    color: #ffffff !important;
}

.participant-page .status-table .hide-section {
    color: #747474;
}

.participant-page .hide-section .review-btn a.btn-sm {
    opacity: 0.7;
    color: #747474;
    cursor: default;
}

.disable {
    color: #aaa;
    cursor: default;
}

.dashboard-graph-page .survey-panel {
    margin-bottom: 22px;
}

.dashboard-graph-page .survey-panel.scoring-scale {
    display: none;
    opacity: 0;
    visibility: hidden;
}

.dashboard-graph-page .panel-top-bar {
    border-bottom: 1px solid #d3d3d3;
    border-left: none;
    border-right: none;
    overflow: hidden;
    padding: 10px 0;
}

.dashboard-graph-page .panel-top-bar .inline-field {
    display: inline-block;
    color: #173867;
    float: left;
    font-family: "FuturaLT-CondensedBold";
    font-size: 14px;
    margin-right: 16px;
    margin-top: 0;
    text-transform: uppercase;
    width: auto;
}

.dashboard-graph-page .panel-top-bar .inline-field-right {
    float: right;
    margin-right: 0 !important;
}

.dashboard-graph-page .panel-top-bar .blue-gradient {
    min-width: inherit;
    padding: 0 12px;
}

.dashboard-graph-page .panel-top-bar .inline-field-block {
    margin-right: 0;
}

.dashboard-graph-page .panel-top-bar .inline-field .asterisk {
    color: #333333;
    padding-top: 8px;
    display: block;
    padding-left: 6px;
}

.dashboard-graph-page .panel-top-bar .inline-field .field-box {
    float: left;
    padding-top: 7px;
}

.dashboard-graph-page .panel-top-bar .inline-field .radio-btn {
    margin-top: -1px;
}

.dashboard-graph-page .panel-top-bar .inline-field .radio-btn input {
    position: absolute;
}

.dashboard-graph-page .panel-top-bar .inline-field .list-disc {
    float: left;
}

.dashboard-graph-page .panel-top-bar .inline-field select {
    background: transparent;
    width: 100%;
    padding: 4px 7px 2px;
    font-size: 16px;
    line-height: 1;
    border: 0;
    border-radius: 0;
    height: 31px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #fff;
}

.dashboard-graph-page .panel-top-bar .inline-field select.text-field {
    width: 100%;
    height: 31px;
    overflow: hidden;
    background: #fbfbfb url("images/dropdown_icon-blue.png") no-repeat scroll 95% center !important;
    border: none;
    border: 1px solid #d3d3d3;
    font-family: "FuturaLT-CondensedBold";
    text-transform: uppercase;
    padding: 4px 10px 2px 5px;
    border-radius: 3px;
    margin-left: 11px;
    font-size: 13px;
    font-weight: normal;
    word-wrap: normal;
}

.dashboard-graph-page .panel-top-bar .inline-field select.hide-select {
    background: #fbfbfb url("images/dropdown_icon-gray.png") no-repeat scroll 95% center !important;
}

.dashboard-graph-page .panel-top-bar .inline-field select.hide-select {
    color: #d5d5d5 !important;
}

.dashboard-graph-page .distributor-table-dash .second-panel-bar .inline-field .field-box {
    padding-top: 0;
}

.dashboard-graph-page .panel-top-bar .inline-field .field-box .asterisk {
    float: left;
}

.dash_margin_top22 {
    margin-top: 22px;
}

.dashboard-graph-page .table-normal table tr th {
    background: rgba(0, 0, 0, 0) linear-gradient(#0d2142, #0d2142) repeat scroll 0 0;
    color: #ffffff;
    border: none;
}

.dashboard-graph-page .table-normal table tr td:first-child {
    padding-left: 25px;
}
.dashboard-graph-page .table-normal table tr td:first-child {
    padding-left: 25px;
}

.dashboard-graph-page .table-normal table tr td:last-child {
    font-weight: bold;
}

.dashboard-graph-page .survey-panel .panel-body .panel-title-bar .title {
    font-size: 19px;
}

.dashboard-graph-page .average-score-table-dash .panel-top-bar .inline-field select.text-field {
    width: 120px;
}

.dashboard-graph-page .average-score-table-dash .panel-top-bar .inline-field {
    margin-right: 26px;
}

.dashboard-graph-page .d-partner-table-dash .panel-top-bar .inline-field select.select-l {
    width: 103px;
}

.dashboard-graph-page .d-partner-table-dash .panel-top-bar .inline-field select.select-s {
    width: 89px;
}

.dashboard-graph-page .d-partner-table-dash .panel-top-bar .inline-field {
    margin-right: 18px;
}

.dashboard-graph-page .distributor-table-dash .panel-top-bar .inline-field {
    margin-right: 26px;
}

.dashboard-graph-page .distributor-table-dash .panel-top-bar .inline-field select.text-field {
    width: 136px;
}

.dashboard-graph-page .distributor-table-dash.ranking-table-dash .second-panel-bar .inline-field select.text-field {
    width: 80px;
}
.dashboard-graph-page .radio-btn input[type="radio"]:checked:not(old) + label > span > span {
    width: 7px;
    height: 7px;
    margin: 5px;
}

.dashboard-graph-page .score-detail-graph-table .panel-top-bar .inline-field select.text-field {
    width: 120px;
}

.dashboard-graph-page .score-detail-graph-table .panel-top-bar .inline-field {
    margin-right: 33px;
}

.dashboard-graph-page .score-detail-graph-table .panel-top-bar .inline-field-r {
    margin-right: 15px;
}

.dashboard-graph-page .reporting-graph-table .panel-top-bar .inline-field select.text-field {
    width: 120px;
}

.dashboard-graph-page .reporting-graph-table .panel-top-bar .inline-field {
    margin-right: 33px;
}

.dashboard-graph-page .reporting-graph-table .panel-top-bar .inline-field-r {
    margin-right: 15px;
}

.dashboard-graph-page .panel-top-bar .inline-field:first-child {
    margin-right: 16px;
}

.dashboard-graph-page .distributor-table-dash .panel-top-bar .inline-field:first-child {
    margin-right: 23px;
}

.dashboard-graph-page .score-detail-graph-table .panel-top-bar .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.dashboard-graph-page .score-detail-graph-table .panel-top-bar .nav.nav-tabs.tabs {
    list-style: none;
    text-align: center;
    position: relative;
    justify-content: center;
}

.dashboard-graph-page .score-detail-graph-table .panel-top-bar .nav.nav-tabs.pillars {
    list-style: none;
    border-bottom: 2px solid #d3d3d3;
    text-align: center;
    position: relative;
    display: none;
}

.dashboard-graph-page .score-detail-graph-table .panel-top-bar .nav.nav-tabs.tabs > .nav-item > .nav-link {
    margin-right: 0px;
    line-height: 2;
    border-radius: 0;
    color: #9b9b9b;
    font-family: "FuturaLT-CondensedBold";
    font-size: 18px;
    background: transparent;
    text-decoration: none;
    opacity: 0.75;
    border: 0px;
    border-bottom: 2px solid transparent;
    display: block;
    padding: 0px 12px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.dashboard-graph-page .score-detail-graph-table .panel-top-bar .nav.nav-tabs.pillars > .nav-item > .nav-link {
    margin-right: 0px;
    line-height: 2;
    border-radius: 0;
    color: #6f6f6f;
    font-size: 15px;
    font-weight: 500;
    background: transparent;
    text-decoration: none;
    opacity: 0.75;
    border: 0px;
    border-bottom: 2px solid transparent;
    display: block;
    padding: 3px 6px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.dashboard-graph-page .score-detail-graph-table .panel-top-bar .nav.nav-tabs.tabs > .nav-item > .nav-link.active,
.dashboard-graph-page .score-detail-graph-table .panel-top-bar .nav.nav-tabs.tabs > .nav-item > .nav-link:hover,
.dashboard-graph-page .score-detail-graph-table .panel-top-bar .nav.nav-tabs.pillars > .nav-item > .nav-link.active,
.dashboard-graph-page .score-detail-graph-table .panel-top-bar .nav.nav-tabs.pillars > .nav-item > .nav-link:hover {
    border-bottom: 2px solid #173867;
    color: #173867;
    opacity: 1;
}

.dashboard-graph-page .score-detail-graph-table .panel-top-bar .nav.nav-tabs.tabs > .nav-item > .nav-link.active.nav-link,
.dashboard-graph-page .score-detail-graph-table .panel-top-bar .nav.nav-tabs.pillars > .nav-item > .nav-link.active.nav-link {
    color: #173867;
    background-color: transparent;
}

.dashboard-graph-page .score-detail-graph-table .panel-top-bar .nav.nav-tabs.tabs > .nav-item {
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
}

.dashboard-graph-page .score-detail-graph-table .panel-top-bar .nav.nav-tabs.pillars > .nav-item {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: -2px;
    padding: 0 10px;
}

.dashboard-graph-page .score-detail-graph-table .table-wrapper {
    width: 100%;
    border-collapse: collapse;
}

.dashboard-graph-page .score-detail-graph-table .table-wrapper tbody .enabler-item-wrapper {
    height: 120px;
    border-bottom: 1px solid #d3d3d3;
}

.dashboard-graph-page .score-detail-graph-table .table-wrapper tbody .question-item-wrapper {
    height: 120px;
    border-bottom: 1px solid #d3d3d3;
}

.dashboard-graph-page .score-detail-graph-table .table-wrapper tbody .enabler-item-wrapper .enabler-title {
    color: #0a2f64;
    font-family: 'FuturaBT-BoldCondensed';
    font-size: 24px;
    margin: 0;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.dashboard-graph-page .score-detail-graph-table .table-wrapper tbody .subtopic-title {
    color: #0a2f64;
    font-family: 'FuturaBT-BoldCondensed';
    font-size: 22px;
    margin-top: 35px;
    margin-bottom: 0;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.dashboard-graph-page .score-detail-graph-table .table-wrapper tbody .question-item-wrapper .question-title {
    padding-right: 40px;
    margin-top: 0;
    font-weight: 500;
    line-height: 1.5rem;
    color: #3e3e3e;
}

.dashboard-graph-page .score-detail-graph-table .table-wrapper tbody .enabler-item-wrapper td:first-child {
    width: 45%;
    padding: 50px 0;
}

.dashboard-graph-page .score-detail-graph-table .table-wrapper tbody .enabler-item-wrapper td:last-child {
    padding: 50px 0;
}

.dashboard-graph-page .score-detail-graph-table .table-wrapper tbody .question-item-wrapper td:first-child {
    width: 55%;
}

.dashboard-graph-page .score-detail-graph-table .table-wrapper tbody .question-item-wrapper td:last-child {
    padding: 50px 0;
}

.dashboard-graph-page .score-detail-graph-table .table-wrapper tbody .enabler-item-wrapper div[id*="slider-enabler-"] .slider-handle.custom {
    height: 18px !important;
    width: 3px !important;
    position: absolute !important;
    right: 0px !important;
    left: 0%;
    float: left !important;
    background: #0b2150 !important;
    border-radius: 0 !important;
    margin: 0 !important;
    cursor: default !important;
    z-index: 2;
    transition: 1.5s;
    -webkit-transition: 1.5s;
    -moz-transition: 1.5s;
}

.dashboard-graph-page .score-detail-graph-table .table-wrapper tbody .enabler-item-wrapper div[id*="slider-enabler-"] .slider-handle.custom::before {
    font-size: 18px;
    font-family: 'FuturaBT-BoldCondensed';
    color: #0c2251;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    content: attr(data-before);
    top: -20px;
    display: inline-block;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.dashboard-graph-page .score-detail-graph-table .table-wrapper tbody .enabler-item-wrapper div[id*="slider-enabler-"] .slider-track {
    height: 18px !important;
    border-radius: 12px !important;
    cursor: default !important;
    background: linear-gradient(to right, rgba(177,19,55,1) 0%, rgba(255,212,0,1) 30%, rgba(183,207,26,1) 70%, rgba(102,158,62,1) 100%) !important;
    background: -webkit-linear-gradient(to right, rgba(177,19,55,1) 0%, rgba(255,212,0,1) 30%, rgba(183,207,26,1) 70%, rgba(102,158,62,1) 100%);
    background: -moz-linear-gradient(to right, rgba(177,19,55,1) 0%, rgba(255,212,0,1) 30%, rgba(183,207,26,1) 70%, rgba(102,158,62,1) 100%);
    z-index: 2 !important;
}

.dashboard-graph-page .score-detail-graph-table .table-wrapper tbody .enabler-item-wrapper div[id*="slider-enabler-"] .slider-track .slider-selection {
    background: transparent !important;
    border-radius: 12px;
    box-sizing: unset !important;
    -webkit-box-sizing: unset !important;
    box-shadow: 0 !important;
    -webkit-box-shadow: unset !important;
}

.dashboard-graph-page .score-detail-graph-table .table-wrapper tbody .enabler-item-wrapper div[id*="slider-enabler-"] .slider-track .slider-track-high {
    width: 100%;
    border-radius: 0 12px 12px 0;;
    background: transparent !important;
    z-index: 1;
}

.dashboard-graph-page .score-detail-graph-table .table-wrapper tbody .enabler-item-wrapper input[id*="enabler-"] {
    display: none;
}

.dashboard-graph-page .enabler-score-details-title {
    position: relative;
    margin: 20px 0;
    height: 20px;
}

.dashboard-graph-page .enabler-score-details-title h5 {
    font-family: 'FuturaBT-BoldCondensed';
    font-size: 20px;
    text-transform: uppercase;
    height: 18px;
    margin: 0;
    position: absolute;
    left: 0;
}

.dashboard-graph-page .enabler-score-details-title .export-button-wrapper {
    position: absolute;
    right: 0;
    display: none;
}

.dashboard-graph-page .enabler-score-details-title .export-button-wrapper .export-dropdown {
    min-width: 65px;
}

.dashboard-graph-page .enabler-score-details-title .export-button-wrapper .export-dropdown-list-wrapper {
    position: absolute;
    right: 0px;
    top: 32px;
    border: 1px solid #ddd;
    z-index: 9;
    font-family: 'FuturaBT-BoldCondensed';
    font-size: 14px;
    width: 109px;
    display: none;
}

.dashboard-graph-page .enabler-score-details-title .export-button-wrapper .export-dropdown-list-wrapper .export-dropdown-list {
    background: #fff;
    height: auto;
    width: 100%;
    padding: 0;
    margin: 0;
}

.dashboard-graph-page .enabler-score-details-title .export-button-wrapper .export-dropdown-list-wrapper .export-dropdown-list li {
    padding: 3px 5px;
    list-style: none;
}

.dashboard-graph-page .enabler-score-details-title .export-button-wrapper .export-dropdown-list-wrapper .export-dropdown-list li:hover {
    background: linear-gradient(#4aaaf7, #4aaaf7) !important;
    color: #fff;
}

.dashboard-graph-page .enabler-score-details-title .export-button-wrapper .export-dropdown-list-wrapper .export-dropdown-list li a {
    text-decoration: none;
    color: inherit;
    display: block;
}

.dashboard-graph-page .enabler-score-details-wrapper {
    width: 100%;
    display: inline-block;
    background: #fff;
    border: solid 1px #d3d3d3;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    overflow: hidden;
    margin-bottom: 22px;
}

.dashboard-graph-page .enabler-score-details-wrapper .pillar .pillar-row {
    padding: 30px;
    overflow: auto;
    position: relative;
    margin-bottom: -1px;
    border-bottom: 1px solid #d3d3d3;
}

.dashboard-graph-page .enabler-score-details-wrapper .pillar .pillar-row .column {
    float: left;
    padding: 10px;
}

.dashboard-graph-page .enabler-score-details-wrapper .pillar .pillar-row .column.enabler-title {
    width: 30%;
    padding: 10px 0;
}

.dashboard-graph-page .enabler-score-details-wrapper .pillar .pillar-row .column.enabler-title h3 {
    margin: 0;
}

.dashboard-graph-page .enabler-score-details-wrapper .pillar .pillar-row .column.enabler-score-bar {
    width: 65%;
}

.dashboard-graph-page .enabler-score-details-wrapper .pillar .pillar-row .column.enabler-toggle-wrapper .enabler-toggle{
    position: absolute;
    right: 25px;
}

.dashboard-graph-page .enabler-score-details-wrapper .pillar .pillar-row .column.enabler-toggle-wrapper .enabler-toggle i{
    font-size: 20px;
    color: #0b2150;
    transition: 1.5s;
}

.dashboard-graph-page .enabler-score-details-wrapper .pillar .pillar-row .column.enabler-title h3 {
    color: #0a2f64;
    font-family: 'FuturaBT-BoldCondensed';
    font-size: 24px;
    margin: 0;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.dashboard-graph-page .enabler-score-details-wrapper .pillar .pillar-row .column.enabler-title h3 i {
    color: #b01238;
    font-size: 20px;
    margin-left: 12px;
}

.dashboard-graph-page .enabler-score-details-wrapper .pillar .pillar-row .column.enabler-score-bar div[id*="slider-enabler-"] .slider-handle.custom {
    height: 18px !important;
    width: 3px !important;
    position: absolute !important;
    right: 0px !important;
    left: 0%;
    float: left !important;
    background: #0b2150 !important;
    border-radius: 0 !important;
    margin: 0 !important;
    cursor: default !important;
    z-index: 2;
    transition: 1.5s;
    -webkit-transition: 1.5s;
    -moz-transition: 1.5s;
}

.dashboard-graph-page .enabler-score-details-wrapper .pillar .pillar-row .column.enabler-score-bar div[id*="slider-enabler-"] .slider-handle.custom::before {
    font-size: 18px;
    font-family: 'FuturaBT-BoldCondensed';
    color: #0c2251;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    content: attr(data-before);
    top: -20px;
    display: inline-block;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.dashboard-graph-page .enabler-score-details-wrapper .pillar .pillar-row .column.enabler-score-bar div[id*="slider-enabler-"] .slider-track {
    height: 18px !important;
    border-radius: 12px !important;
    cursor: default !important;
    background: linear-gradient(to right, rgba(177,19,55,1) 0%, rgba(255,212,0,1) 30%, rgba(183,207,26,1) 70%, rgba(102,158,62,1) 100%) !important;
    background: -webkit-linear-gradient(to right, rgba(177,19,55,1) 0%, rgba(255,212,0,1) 30%, rgba(183,207,26,1) 70%, rgba(102,158,62,1) 100%);
    background: -moz-linear-gradient(to right, rgba(177,19,55,1) 0%, rgba(255,212,0,1) 30%, rgba(183,207,26,1) 70%, rgba(102,158,62,1) 100%);
    z-index: 2 !important;
}

.dashboard-graph-page .enabler-score-details-wrapper .pillar .pillar-row .column.enabler-score-bar div[id*="slider-enabler-"] .slider-track .slider-selection {
    background: transparent !important;
    border-radius: 12px;
    box-sizing: unset !important;
    -webkit-box-sizing: unset !important;
    box-shadow: 0 !important;
    -webkit-box-shadow: unset !important;
}

.dashboard-graph-page .enabler-score-details-wrapper .pillar .pillar-row .column.enabler-score-bar div[id*="slider-enabler-"] .slider-track .slider-track-high {
    width: 100%;
    border-radius: 0 12px 12px 0;;
    background: transparent !important;
    z-index: 1;
}

.dashboard-graph-page .enabler-score-details-wrapper .pillar .pillar-row .column.enabler-score-bar input[id*="enabler-"] {
    display: none;
}

.dashboard-graph-page .enabler-score-details-wrapper .pillar .pillar-row .column.enabler-score-bar div[id*="slider-enabler-"] .slider-track {
    cursor: default !important;
    background: linear-gradient(to right, rgba(177,19,55,1) 0%, rgba(255,212,0,1) 30%, rgba(183,207,26,1) 70%, rgba(102,158,62,1) 100%) !important;
    background: -webkit-linear-gradient(to right, rgba(177,19,55,1) 0%, rgba(255,212,0,1) 30%, rgba(183,207,26,1) 70%, rgba(102,158,62,1) 100%);
    background: -moz-linear-gradient(to right, rgba(177,19,55,1) 0%, rgba(255,212,0,1) 30%, rgba(183,207,26,1) 70%, rgba(102,158,62,1) 100%);
    z-index: 2 !important;
}

.dashboard-graph-page .enabler-score-details-wrapper .pillar .pillar-row .row:after {
    content: "";
    display: table;
    clear: both;
}

.dashboard-graph-page .enabler-score-details-wrapper .pillar .subtopics {
    display: none;
}

.dashboard-graph-page .enabler-score-details-wrapper .pillar .subtopics .subtopic-row {
    padding: 20px 25px;
    overflow: auto;
    position: relative;
    margin-bottom: -1px;
    border-bottom: 1px solid #d3d3d3;
}

.dashboard-graph-page .enabler-score-details-wrapper .pillar .subtopics .subtopic-row .column.subtopic-title h4 {
    color: #0a2f64;
    font-family: 'FuturaBT-BoldCondensed';
    font-size: 20px;
    margin: 0;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.dashboard-graph-page .enabler-score-details-wrapper .pillar .subtopics .subtopic-row .column.subtopic-title h4 i {
    color: #b01238;
    font-size: 18px;
    margin-left: 12px;
}

.dashboard-graph-page .enabler-score-details-wrapper .pillar .subtopics .subtopic-row .column.subtopic-toggle-wrapper .subtopic-toggle {
    position: absolute;
    right: 25px;
    top: 20px;
}

.dashboard-graph-page .enabler-score-details-wrapper .pillar .subtopics .questions {
    display: none;
    border-bottom: 1px solid #d3d3d3;
}

.dashboard-graph-page .enabler-score-details-wrapper .pillar .subtopics .questions .question-row {
    width: 100%;
    overflow: hidden;
    padding: 25px;
    padding-right: 35px;
}

.dashboard-graph-page .enabler-score-details-wrapper .pillar .subtopics .questions .question-row .column {
    width: 45%;
    display: table-cell;
    vertical-align: middle;
}

.dashboard-graph-page .enabler-score-details-wrapper .pillar .subtopics .questions .question-row .column.question-title ul[class*="selected-response-"] {
    color: #3e3e3e;
    list-style: none;
    padding-left: 0;
}

.dashboard-graph-page .enabler-score-details-wrapper .pillar .subtopics .questions .question-row .column.question-title ul[class*="selected-response-"] li {
    padding-bottom: 5px;
    position: relative;
    padding-left: 1.5em;
    line-height: 1.2rem;
}

.dashboard-graph-page .enabler-score-details-wrapper .pillar .subtopics .questions .question-row .column.question-title ul[class*="selected-response-"] li:before {
    content: '✓';
    padding-bottom: 5px;
    position: absolute;
    left: 0;
    width: 1em;
    height: 1em;
}

.dashboard-graph-page .enabler-score-details-wrapper .pillar .subtopics .questions .question-row .column.question-title label {
    font-family: 'Helvetica Neue', sans-serif !important;
    display: inline-block;
    font-size: 13px;
    text-transform: uppercase;
    width: auto;
    margin: 10px 0px 5px 0px;
    font-weight: 600;
}

.dashboard-graph-page .enabler-score-details-wrapper .pillar .subtopics .questions .question-row .column.question-title label i {
    color: #b01238;
    margin-right: 2px;
}

.dashboard-graph-page .enabler-score-details-wrapper .pillar .subtopics .questions .question-row .column.question-title .ui-multiselect {
    height: 30px;
    display: inline-block;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: solid 1px #d3d3d3;
    padding: 5px;
    text-indent: 6px;
    line-height: 20px;
    font-family: 'FuturaBT-BoldCondensed';
    font-size: 14px;
    text-transform: uppercase;
    color: #173867;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    outline: none;
    background: -webkit-linear-gradient(#ffffff, #f0f0f0) !important;
    background: -o-linear-gradient(#ffffff, #f0f0f0) !important;
    background: -moz-linear-gradient(#ffffff, #f0f0f0) !important;
    background: linear-gradient(#ffffff, #f0f0f0) !important;
    color: #0a2f64 !important;
}

.dashboard-graph-page .enabler-score-details-wrapper .pillar .subtopics .questions .question-row .column.question-title {
    float: left;
}

.dashboard-graph-page .enabler-score-details-wrapper .pillar .subtopics .questions .question-row .column.question-score-bar {
    float: right;
}

.dashboard-graph-page .enabler-score-details-wrapper .pillar .subtopics .questions .question-row .column.question-title p {
    font-family: 'Helvetica Neue', sans-serif !important;
    font-weight: 500;
    line-height: 1.5rem;
    color: #3e3e3e;
    margin: 0;
}

.dashboard-graph-page .enabler-score-details-wrapper .subtopics .subtopic,
.dashboard-graph-page .enabler-score-details-wrapper .subtopics .subtopic .title {
    position: relative;
}

.dashboard-graph-page .enabler-score-details-wrapper .subtopics .subtopic .subtopic-toggle{
    position: absolute;
    right: 0;
    top: 0;
}

.dashboard-graph-page .enabler-score-details-wrapper .subtopics .subtopic .subtopic-toggle i{
    font-size: 20px;
    color: #0b2150;
    transition: 1.5s;
}

.dashboard-graph-page .enabler-score-details-wrapper .subtopics .questions .row.question-item {
    width: 100%;
    overflow: hidden;
    padding: 20px;
}

.dashboard-graph-page .enabler-score-details-wrapper .subtopics .questions .row.question-item .column {
    display: table-cell;
    vertical-align: middle;
}

.dashboard-graph-page .enabler-score-details-wrapper .subtopics .questions .row.question-item .column ul[class*="selected-response-"] {
    color: #3e3e3e;
    list-style: none;
    padding-left: 0;
}

.dashboard-graph-page .enabler-score-details-wrapper .subtopics .questions .row.question-item .column ul[class*="selected-response-"] li {
    padding-bottom: 5px;
    position: relative;
    padding-left: 1.5em;
    line-height: 1.2rem;
}

.dashboard-graph-page .enabler-score-details-wrapper .subtopics .questions .row.question-item .column ul[class*="selected-response-"] li:before {
    content: '✓';
    padding-bottom: 5px;
    position: absolute;
    left: 0;
    width: 1em;
    height: 1em;
}

.dashboard-graph-page .enabler-score-details-wrapper .subtopics .questions .row.question-item .column label {
    display: inline-block;
    font-size: 13px;
    text-transform: uppercase;
    width: auto;
    margin: 10px 0px 5px 0px;
    font-weight: 600;
}

.dashboard-graph-page .enabler-score-details-wrapper .subtopics .questions .row.question-item .column label i {
    color: #b01238;
    margin-right: 2px;
}

.dashboard-graph-page .enabler-score-details-wrapper .subtopics .questions .row.question-item .column .ui-multiselect {
    height: 30px;
    display: inline-block;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: solid 1px #d3d3d3;
    padding: 5px;
    text-indent: 6px;
    line-height: 20px;
    font-family: 'FuturaBT-BoldCondensed';
    font-size: 14px;
    text-transform: uppercase;
    color: #173867;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    outline: none;
    background: -webkit-linear-gradient(#ffffff, #f0f0f0) !important;
    background: -o-linear-gradient(#ffffff, #f0f0f0) !important;
    background: -moz-linear-gradient(#ffffff, #f0f0f0) !important;
    background: linear-gradient(#ffffff, #f0f0f0) !important;
    color: #0a2f64 !important;
}

.custom-question-response-filter {
    width: 500px !important;
}

.dashboard-graph-page .enabler-score-details-wrapper .pillar .subtopics .questions .question-row .column.question-score-bar div[id*="slider-question-"] {
    margin-top: 15px;
}

.dashboard-graph-page .enabler-score-details-wrapper .pillar .subtopics .questions .question-row .column.question-score-bar div[id*="slider-question-"] .slider-handle.custom {
    height: 15px !important;
    width: 2px !important;
    position: absolute !important;
    right: 0px !important;
    left: 0%;
    top: -5px;
    float: left !important;
    background: #0b2150 !important;
    border-radius: 0 !important;
    margin: 0 !important;
    cursor: default !important;
    z-index: 2;
    transition: 1.5s;
    -webkit-transition: 1.5s;
    -moz-transition: 1.5s;
}

.dashboard-graph-page .enabler-score-details-wrapper .pillar .subtopics .questions .question-row .column.question-score-bar div[id*="slider-question-"] .slider-handle.custom::before {
    font-size: 14px;
    font-family: 'FuturaBT-BoldCondensed';
    color: #0c2251;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    content: attr(data-before);
    top: -16px;
    display: inline-block;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.dashboard-graph-page .enabler-score-details-wrapper .pillar .subtopics .questions .question-row .column.question-score-bar div[id*="slider-question-"] .slider-track {
    cursor: default !important;
    background: linear-gradient(to right, rgba(177,19,55,1) 0%, rgba(255,212,0,1) 30%, rgba(183,207,26,1) 70%, rgba(102,158,62,1) 100%) !important;
    background: -webkit-linear-gradient(to right, rgba(177,19,55,1) 0%, rgba(255,212,0,1) 30%, rgba(183,207,26,1) 70%, rgba(102,158,62,1) 100%);
    background: -moz-linear-gradient(to right, rgba(177,19,55,1) 0%, rgba(255,212,0,1) 30%, rgba(183,207,26,1) 70%, rgba(102,158,62,1) 100%);
    z-index: 2 !important;
}

.dashboard-graph-page .enabler-score-details-wrapper .pillar .subtopics .questions .question-row .column.question-score-bar div[id*="slider-question-"] .slider-track .slider-selection {
    background: transparent;
    box-sizing: unset !important;
    -webkit-box-sizing: unset !important;
    box-shadow: 0 !important;
    -webkit-box-shadow: unset !important;
}

.dashboard-graph-page .enabler-score-details-wrapper .pillar .subtopics .questions .question-row .column.question-score-bar div[id*="slider-question-"] .slider-track .slider-track-high {
    width: 100%;
    border-radius: 0 6px 6px 0;
    background: transparent;
    z-index: 1;
}

.dashboard-graph-page .enabler-score-details-wrapper .pillar .subtopics .questions .question-row .column.question-score-bar input[id*="question-"] {
    display: none;
}

.modal-content.export-wrapper .modal-header {
    border: none !important;
}

.modal-content.export-wrapper .modal-header .modal-title {
    padding: 30px !important;
    padding-bottom: 0 !important;
    font-family: 'FuturaBT-BoldCondensed' !important;
    font-size: 22px !important;
    color: #27448b !important;
    text-transform: uppercase !important;
    margin: 0px !important;
    text-align: unset !important;
    background: transparent !important;
}

.modal-content.export-wrapper .modal-body ul {
    list-style: none;
    padding: 0 10px;
    margin: 0;
}

.modal-content.export-wrapper .modal-body ul li {
    font-size: 17px;
    font-weight: 500;
    line-height: 2.5rem;
    color: #3e3e3e;
    font-family: 'FuturaBT-Book';
}

.modal-content.export-wrapper .modal-body ul li input {
    margin-right: 20px;
    transform: scale(1.2);
}

.dashboard-graph-page .distributor-table-dash .second-panel-bar .inline-field:first-child {
    margin-right: 16px;
}

.dashboard-graph-page .distributor-table-dash .second-panel-bar .inline-field .asterisk {
    margin-right: 3px;
}

.dashboard-graph-page .distributor-table-dash .dashbord-scroll-heading {
    width: 100%;
}

.dashboard-graph-page .distributor-table-dash .dashbord-scroll-table-heading table {
    border: none;
}

.dashboard-graph-page .distributor-table-dash .dashbord-scroll-table-heading table tr th:first-child {
    /* padding: 0 0 0 15px; */
}

.dashboard-graph-page .distributor-table-dash .dashbord-scroll-table-heading table tr th {
    padding:0 9px 0 9px;
}

.dashboard-graph-page .distributor-table-dash .dashbord-scroll-table-body table tr th {
    padding:0 9px 0 9px;
}
.dashboard-graph-page .dashbord-table-posi .dashbord-scroll-table-heading table tr th:last-child {
    white-space: nowrap;
    padding-right: 8px;
}
.dashboard-graph-page .distributor-table-dash .dashbord-scroll-table-body table tr th {
    /* padding: 0; */
}
.dashboard-graph-page .dashbord-table-posi .dashbord-scroll-table-body table tr th:last-child {
    white-space: nowrap;
    padding-right: 8px;
}
.distributor-table-dash .dashbord-scroll-table-body {
    height: 400px;
    overflow: auto;
    width: 100%;
    clear: both;
}
.dashbord-table-posi {
    position: relative;
}
.dashbord-table-posi .dashbord-scroll-table-heading {
    position: absolute;
    width: 100%;
    z-index: 9;
    /* visibility: hidden; */
}
.distributor-table-dash .dashbord-scroll-table-body table {
    border-radius: 0 0 3px 3px;
    border-top: none;
}

.distributor-table-dash .dashbord-scroll-table-body table tr td {
   /*  padding: 10px 5px 10px 0;
   word-break: break-all; */
}

.distributor-table-dash .dashbord-scroll-table-body table tr td:last-child {
    /* padding: 10px 5px 10px 0;
    white-space: nowrap; */
}

.dashboard-graph-page .panel-body .no-survey-box {
    background: #f0f0f0 none repeat scroll 0 0;
    border: 1px solid #ccc;
    font-size: 15px;
    padding: 70px 0;
    text-align: center;
    margin-top: 60px;
}

.dashboard-graph-page .panel-body .x-axis {
    text-align: center;
    color: #000;
    font-weight: normal;
    font-size: 14px;
    font-family: "FuturaLT-CondensedBold";
    margin-top: -22px;
    letter-spacing: 1px;
}

.survey-panel .panel-body .add-form-sec .panel-right {
    position: relative;
}

.form-list-arrow {
    background: #2b4a98;
    background: -moz-linear-gradient(top, #2b4a98 0%, #223a76 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b4a98), color-stop(100%, #223a76));
    background: -webkit-linear-gradient(top, #2b4a98 0%, #223a76 100%);
    background: -o-linear-gradient(top, #2b4a98 0%, #223a76 100%);
    background: -ms-linear-gradient(top, #2b4a98 0%, #223a76 100%);
    background: linear-gradient(to bottom, #2b4a98 0%, #223a76 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#2b4a98', endColorstr='#223a76', GradientType=0);
    width: 13px;
    height: 51px;
    float: left;
    border-radius: 3px 0 0 3px;
    position: absolute;
    left: -13px;
    top: 177px;
}

.form-list-arrow .fa-caret-right {
    color: #fff;
    font-size: 17px;
    text-align: center;
    padding: 17px 4px;
    cursor: pointer;
}

.select-110 {
    width: 110px !important;
}

.radio-btn.radio-new input[type=radio]:not(old) + label > span {
    width: 14px;
    height: 14px;
    background: -webkit-linear-gradient(top, #EFEFEF 0%, #D3D3D3 100%);
    background: -moz-linear-gradient(top, #EFEFEF 0%, #D3D3D3 100%);
    background: -o-linear-gradient(top, #EFEFEF 0%, #D3D3D3 100%);
    background: -ms-linear-gradient(top, #EFEFEF 0%, #D3D3D3 100%);
    background: linear-gradient(top, #EFEFEF 0%, #D3D3D3 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#EFEFEF', endColorstr='#D3D3D3', GradientType=0);
    border:1px solid #aaa;
}

.radio-btn.radio-new input[type=radio]:not(old):checked + label > span > span {
    width: 6px;
    height: 6px;
    margin: 3px;
}

.check-box-new.check-new label {
    width: 14px !important;
    height: 14px !important;
    min-width: 14px !important;
    border:1px solid #aaa;
    background: -webkit-linear-gradient(top, #EFEFEF 0%, #D3D3D3 100%);
    background: -moz-linear-gradient(top, #EFEFEF 0%, #D3D3D3 100%);
    background: -o-linear-gradient(top, #EFEFEF 0%, #D3D3D3 100%);
    background: -ms-linear-gradient(top, #EFEFEF 0%, #D3D3D3 100%);
    background: linear-gradient(top, #EFEFEF 0%, #D3D3D3 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#EFEFEF', endColorstr='#D3D3D3', GradientType=0);
}

.check-box-new.check-new label:after {
    background-size: 10px;
}


/* Policy Page css start */
.policy-section{
	float: left;
	width: 100%;
	background: #fff;
	-webkit-border-radius:5px;
	margin: 10px 0;
}
.policy-section .policy-title{
	font-size: 30px;
	color: #333;
	font-weight: normal;
	padding: 15px 0 22px;
	margin-bottom: 25px;
	border-bottom: 1px solid #bababa;
	display: block; 
	text-align: center;
	margin-top: 0px
}
.policy-section .content{
	float: left;
	width: 100%;
	padding: 0 20px;
}
.policy-section .content p{
    display: block;
    color: #333;
    font-weight: normal;
    margin-bottom: 20px;
    margin-top: 0;
    line-height: 20px;
}
.policy-section .content p a{
	text-decoration: none;
	color: #FD7F04;
}
.policy-section .content p a:hover{
	color: #333;
}



.plus-circle-icon.disable {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    opacity: 0.4;
    cursor: default;
}


.plus-circle-icon {
    background: url(../img/new_img/plus_circle_icon.png) no-repeat center center;
    background-size: 16px;
}

.add-survey-msg {   padding-bottom: 40px;
    text-align: center;
    font-size: 18px;
    font-family: 'FuturaBT-BoldCondensed';
    color: #9B9B9B;
    height: 180px;
    line-height: 130px;
}
.padding-l-r-14{padding-left: 14px !important; padding-right: 14px !important;}

/* latest css 18-9-2015 */

.detail-page-logo{
    float: left;
    width: 100px;
    margin-left: 10px;
}
.detail-page-logo img{
    width: 100%;
}

.search-no-icon {
    background: #fff !important;
    margin-right: 10px;
}
.search-button{
    min-width: 30px;
}
.search-button img{
    vertical-align: middle;
}


.select-icon .fileUpload {
    position: relative;
    overflow: hidden;
    width: 20px;
    height: 30px;
    float: left;
    background: url(../img/new_img/upload_icon.png) no-repeat 50% 50%; 
}
.select-icon .fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}
.select-icon .upload-text{
    display: none;
    background: none;
    border: 0px solid;
    width: 92px;
    float: left;
    overflow: hidden;
    padding: 10px;
    position: absolute;
    bottom: -22px;
    left: -10px;
}
/* alert css strat */
#popup_overlay{
    opacity: 0.3 !important;
    background: #000 !important;
}
#popup_container{
    border: 0px solid !important;
    border-radius: 3px  3px 0 0 !important;
}
#popup_title{
    background: #e4e4e4 !important;
    color: #0a2f64 !important;
    padding: 5px 0!important;
    font-size: 18px !important;
    border-radius: 3px  3px 0 0;
}
#popup_content.alert{
    border-radius: 0px !important;
    background-position: 25px 11px !important;
}
#popup_content.confirm{
    background-position: 20px 5px !important;
}
#popup_message{
    font-size: 15px;
    color: #333;
    font-weight: normal;
}
#popup_panel input[type="button"]{
        background: #0A2F64 !important;
        color: #fff !important;
        border-radius: 3px;
        padding: 6px 15px;
        border: 0px solid #ccc;
        margin: 0 10px;
        cursor: pointer;
}


.survey-sub-panel .panel-body .list-panel .survey-item .align-center .pillar-icon {
    display: inline-block;
    width: 60px;
    height: 60px;
    margin-bottom: 6px;
}
.survey-sub-panel .panel-body .list-panel .survey-item .align-center .pillar-icon img{
    width: 100%;
}

.participant-page .status-table .box .name-detail {
    float: left;
    width: 100%;
}

.participant-page .status-table .box .name-detail .piller-table-icon {
    display: inline-block;
    width: 26px;
    height: 26px;
    margin-right: 5px;
    float: left;
    margin-top: 5px;
}
.participant-page .status-table .box .name-detail .piller-table-icon img{
    width: 100%;
}

.participant-page .status-table .box .name-detail .name {
    float: left;
    padding-top: 11px;
}

.participant-page .status-table .box .heading {
    padding-bottom: 15px;
}

.survey-panel .panel-body .add-form-sec .panel-left .form-list-sec .list-item .piller-field-sec .select-icon {
    float: left;
    position: relative;
}

.survey-panel .panel-body .add-form-sec .panel-left .form-list-sec .list-item .piller-field-sec .select-icon .piller-survey-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-top: -5px;
    float: left;
    margin-right: 7px;
    margin-left: 20px;
}
.survey-panel .panel-body .add-form-sec .panel-left .form-list-sec .list-item .piller-field-sec .select-icon .piller-survey-icon img{
    width: 100%;
    height: 100%;
}
.take-survey-section .top-bar .title-sec .review-piller-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-top: -6px;
    float: left;
    margin-right: 15px;
}
.take-survey-section .top-bar .title-sec .review-piller-icon img{
    width: 100%;
}
.margin_top5 {
    margin-top: 5px !important;
}
.changed-list .level-field-sec{
    width: 40% !important;
}
.changed-list .weightage-field-sec{
    width: 21% !important;
}
.changed-list .btn-sec{
    width: 18% !important;
}
.changed-list .piller-field-sec{
    width: 20% !important;
    float: left;
}
.margin_left20{
    margin-left: 20px !important;
}


.changed-list .piller-field-sec .info-btn {
    display: inline-block;
    margin-left: 0;
    margin-top: 0;
    cursor: pointer;
    position: absolute;
    left: -25px;
    top: -3px;
}

.changed-list .piller-field-sec .info-btn .info-tooltip {
    position: absolute;
    width: 260px;
    background: #eee;
    font-family: "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
    padding: 10px;
    top: -6px;
    left: 100%;
    z-index: 99;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: solid 1px #d3d3d3;
    margin-left: 12px;
    margin-top: -9px;
    display: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
}

.changed-list .piller-field-sec .info-btn:hover .info-tooltip {
    display: block;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
}

.changed-list .piller-field-sec .info-btn .info-tooltip:after,
.changed-list .piller-field-sec .info-btn .info-tooltip:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.changed-list .piller-field-sec .info-btn .info-tooltip:after {
    border-color: rgba(136, 183, 213, 0);
    border-right-color: #EEEEEE;
    border-width: 9px;
    margin-top: -9px;
}

.changed-list .piller-field-sec .info-btn .info-tooltip:before {
    border-right-color: #D3D3D3;
    border-width: 10px;
    margin-top: -10px;
}
.login-panel .form-sec .alert.alert-success #msgbox{
    display: block;
    text-align: center;
    margin: 0 22px 0 33px;
    line-height: 18px;
}
.login-panel .form-sec .alert .success-icon{
    margin-right: 5px;
}


/* graph css */
.graph-list{
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
}
.graph-list li{
    float: left;
    width: 33.33%;
    padding: 0px 35px;
    margin: 0px;
    list-style: none;
}
.graph-list li .list-title{
    display: block;
    padding: 15px 20px;
    list-style: none;
    color: #0a2f64;
    font-family: 'FuturaBT-BoldCondensed';
    font-size: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
}
.beverage-graph{
    float: left;
}
.beverage-graph .amcharts-main-div{
    width: 100% !important
}
.breadcrumb-inblock{
    display: inline-block;
}

.br-right-title{
    float: right;
    padding: 15px 20px;
    list-style: none;
    color: #0a2f64;
    font-family: 'FuturaBT-BoldCondensed';
    font-size: 14px;
    text-transform: uppercase;
    height: 18px;
    line-height: 18px;
}

.header-panel .header-text .header-sub-title{
    font-size: 13px;
    padding-top: 3px;
    font-family: "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
    font-weight: normal;
    /*font-style: italic;*/
}

.answer .jspHorizontalBar .jspDrag{
    background: #808080;
}

.answer .jspVertcalBar .jspDrag{
    background: #808080;
}

.survey-panel .panel-body .add-form-sec .panel-left .bottom-bar.manage-piller .level-total{
    width: 40.3%;
}
.survey-panel .panel-body .add-form-sec .panel-left .bottom-bar.manage-piller .weightage-total{
    width: 40%;
}
.survey-panel .panel-body .add-form-sec .panel-left .bottom-bar.manage-topic .level-total{
    width: 50.2%;
}
.survey-panel .panel-body .add-form-sec .panel-left .bottom-bar.manage-topic .weightage-total{
    width: 49.8%;
}
.survey-panel .panel-body .add-form-sec .panel-left .form-list-sec .list-item .piller-field-sec label{
    position: relative;
    margin-left: 35px;
}



.disabled_div { pointer-events: none; -webkit-pointer-events: none; opacity: 0.4; -webkit-opacity: 0.4; background: #e2e2e2;}

.survey-sub-panel .top-bar .btn-sec .btn.white-gradient {
    cursor: default;
}
.survey-sub-panel .top-bar .btn-sec .btn.blue-gradient {
    cursor: pointer;
}

.add-question-panel .panel-body .add-form-sec .panel-right .content-sec .btn.active_type,
.add-question-panel .panel-body .add-form-sec .panel-right .content-sec .btn.active_type:hover {
    background: -webkit-linear-gradient(#2b4b99, #213974) !important;
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#2b4b99, #213974) !important;
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#2b4b99, #213974) !important;
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(#2b4b99, #213974) !important;
    /* Standard syntax */
    color: #ffffff !important;
    box-shadow: none;
}
.add-question-panel .panel-body .add-form-sec .panel-right .content-sec .btn.active_type span,
.add-question-panel .panel-body .add-form-sec .panel-right .content-sec .btn.active_type:hover span {
    color: #fff;
}

.add-question-panel .panel-body .add-form-sec .panel-right .content-sec .btn.active_type.btn-radio .icon,
.add-question-panel .panel-body .add-form-sec .panel-right .content-sec .btn.active_type.btn-radio:hover .icon {
        background: url(../img/new_img/radio_btn_white_icon.png) no-repeat center center;
        width: 16px;
        height: 16px;
}
.add-question-panel .panel-body .add-form-sec .panel-right .content-sec .btn.active_type.btn-radio-grid .icon,
.add-question-panel .panel-body .add-form-sec .panel-right .content-sec .btn.active_type.btn-radio-grid:hover .icon {
    background: url(../img/new_img/radio_btn_grid_white_icon_hover.png) no-repeat center center;
    width: 25px;
    height: 16px;
}
.add-question-panel .panel-body .add-form-sec .panel-right .content-sec .btn.active_type.btn-checkbox .icon,
.add-question-panel .panel-body .add-form-sec .panel-right .content-sec .btn.active_type.btn-checkbox:hover .icon {
        background: url(../img/new_img/checkbox_white_icon_hover.png) no-repeat center center;
        width: 16px;
        height: 16px;
}
.add-question-panel .panel-body .add-form-sec .panel-right .content-sec .btn.active_type.btn-checkbox-grid .icon,
.add-question-panel .panel-body .add-form-sec .panel-right .content-sec .btn.active_type.btn-checkbox-grid:hover .icon {
    background: url(../img/new_img/checkbox_grid_white_icon.png) no-repeat center center;
    width: 25px;
    height: 16px;
}
.add-question-panel .panel-body .add-form-sec .panel-right .content-sec .btn.active_type.btn-matrix .icon,
.add-question-panel .panel-body .add-form-sec .panel-right .content-sec .btn.active_type.btn-matrix:hover .icon {
    background: url(../img/new_img/radio_btn_grid_white_icon_hover.png) no-repeat center center;
    width: 25px;
    height: 16px;
}
.survey-panel .panel-body .add-form-sec .panel-left .bottom-bar.score_bottam_tab .level-total { 
 padding-left: 13px;
}
.survey-panel .panel-body .add-form-sec .panel-left .bottom-bar.score_bottam_tab .weightage-total { 
    padding-left: 63px;
}
.dashboard-graph-page .distributor-table-dash .panel-top-bar .inline-field-position { 
    position: relative;
}
.dashboard-graph-page .distributor-table-dash .panel-top-bar .inline-field-position .amcharts-export-menu-top-right {
    top: -10px;
}

/*   19-10-2015  */
.add-question-panel .panel-body .add-form-sec .panel-left .bottom-bar.edit-bottom-bar{
    padding: 12px 11px;
}
.add-question-panel .panel-body .add-form-sec .panel-left .bottom-bar.edit-bottom-bar .total-points{
    padding: 0 0 0 35px;
    margin-left: 0;
    float: right !important;
    margin-right: 0;
}
.add-question-panel .panel-body .add-form-sec .panel-left .bottom-bar.edit-bottom-bar .total-points span:last-child{
    margin-right: 0px;
}
.add-question-panel .panel-body .add-form-sec .panel-left .bottom-bar.edit-bottom-bar .total-options.edit-total-options{
    padding: 0 0 0 0;
    width: 235px;
}
.no-padding-l{
    padding-left: 0px !important;
}
.scroll-distributer-table{
    width: 1600px;
    overflow: auto;
}
/* .font-14 {
    font-size: 14px !important;
} */

.response-warning-box {
    border: 1px solid #ccc;
    padding: 15px;
    background: #FEBE10;
    font-size: 14px;
    color: #333;
    font-weight: bold;
}

.take-survey-section .middle-section .info-btn.qust_tooltip .fa {
    margin-right: 4px;
}
.take-survey-section .middle-section .info-btn.qust_tooltip .info-tooltip {
    margin-top: 0px;
    margin-left: 7px;
    z-index: 9;
    font-weight: 600;
    width: 390px;
    font-size: 12px;
    line-height: 17px;
}

@media screen and (max-width: 1380px) {
    .survey-panel .panel-body .add-form-sec .panel-left .form-list-sec .list-item .level-field-sec {
        width: 50%;
    }
    .survey-panel .panel-body .add-form-sec .panel-left .form-list-sec .list-item .weightage-field-sec {
        width: 25%;
    }
    .survey-panel .panel-body .add-form-sec .panel-left .form-list-sec .list-item .color-weightage-field {
        width: 18%;
    }
    .survey-panel .panel-body .add-form-sec .panel-left .form-list-sec .list-item .btn-sec {
        width: 25%;
    }
    .survey-panel .panel-body .add-form-sec .panel-left .bottom-bar .level-total {
        width: 45%;
    }
    .survey-panel .panel-body .add-form-sec .panel-right {
        width: 0px;
    }
    .survey-panel .panel-body .add-form-sec .panel-right .view-content {
        width: 250px;
    }
    .col-based table td textarea,
    .col-based table th textarea {
        min-width: 143px;
    }
    .add-question-panel .panel-body .add-form-sec .panel-right {
        width: 200px;
    }
    .col-based table .textarea-box.asterisk:before,
    .col-based table .input-box.asterisk:before {
        right: -4px;
    }
    .col-based table .input-box.asterisk:before {
        right: 12px;
    }
    .col-based table .textarea-box {
        padding-right: 18px;
    }
    .col-based table .input-box {
        padding-right: 18px;
    }
    .question-main-section .fild-four .inline-field {
        width: 23.5%;
    }
    .management-main-section .fild-four .inline-field {
        width: 21.7%;
    }
    .col-based-new .button1,
    .col-based-new .button2 {
        margin-top: 5px;
    }
    .button1 {
        background-position: center;
    }
    .col-based-new .level-field-sec {
        margin-left: 13px;
    }
    .radio-width {
        width: 5%;
    }
    .option-width {
        width: 58.2%;
    }
    .report-width {
        width: 30.2%;
    }
    .btn-width {
        width: 10%;
    }
    .add-message {
        margin-top: 20%;
    }
    .col-based-new .weightage-field-sec .field-box .text-field {
        width: 68%;
    }
    .take-survey-section .top-bar .survey-progress {
        width: 400px;
    }
    .take-survey-section .top-bar .survey-progress label {
        width: 27%;
    }
    .take-survey-section .top-bar .survey-progress .progress-bar {
        width: 69%;
    }
    .take-survey-slider .owl-next {
        width: 34px;
    }
    .survey-panel .panel-body .panel-title-bar .help-text {
        width: 250px;
    }
    .changed-list .level-field-sec {
        width: 40% !important;
    }
    .changed-list .piller-field-sec {
        width: 21% !important;
    }
    .survey-panel .panel-body .add-form-sec .panel-left .bottom-bar.manage-piller .level-total{
        width: 40.4%;
    }
    .changed-list .btn-sec{
        width: 18% !important;
    }
    .add-question-panel .panel-body .add-form-sec .panel-left .bottom-bar.edit-bottom-bar .total-options.edit-total-options{
        width: 159px;
    }
    .scroll-distributer-table{
        width: 1288px;
    }
}

/* .dashbord-scroll-table-heading th{
    padding-left: 10px;
    padding-right: 10px;
} */

.response-log-points{
    font-size: 11.6px;
    /*padding: 15px 0px;*/
}
.response-log-points .earned-points {
    padding-left: 10px;
}
.response-log-points .comment-btn-group-left:first-child {
    margin-left: 25px;
}
.response-log-points .comment-btn-group-left {
    margin-left: 15px;
}
. tbody .action-td{
}
.piller-mgt tr td .edit-icon, .piller-mgt tr td .plus-circle-icon{
    background-size: 14px !important;
}
.piller-mgt table tr td .icon{
    width: 15px !important;
    height: 15px !important;
}
.no-padding-r{
    padding-right: 0 !important;
}
.custom-eye:before{
    position: absolute !important;
    top: -16px;
    right: -18px;
    color: #294690 !important;
    font-size: 14px;
} 

/***28-09-2016***/
.survey-panel .panel-body .form-sec .field-grp .remove-validation-sec {
    float: left;
}
.remove-validation-sec .check-box-new {
    width: 100%;
    float: left;
    margin-bottom: 2px;
    line-height: 20px;
}
.survey-panel .panel-body .form-sec .field-grp .remove-validation-sec label:first-child {
    margin-top: 0;
}
.survey-panel .panel-body .form-sec .field-grp .remove-validation-sec label {
    text-align: left;
    float: left;
    margin-right: 0 !important;
    left: 0;
    right: inherit;
    padding-right: 0;
    top: 4px;
    width: auto;
    margin-bottom: 3px;
    margin-top: 12px;
}
.survey-panel .panel-body .form-sec .field-grp .remove-validation-sec .check-box-new label {
    margin-top: 3px;
}
.margin_left25 {
    margin-left: 25px;
}
.remove-validation-sec .check-box-new .info-btn {
    display: inline-block;
    float: left !important;
    margin-top: 0 !important;
    vertical-align: middle;
}
.survey-panel .panel-body .form-sec .field-grp .remove-validation-sec .info-btn .info-tooltip {
    width: 345px;
    margin-top: -32px;
}

/***03-10-2016***/
.survey-panel .panel-body .form-sec .field-grp .remove-validation-sec {
    width: 60%;
}
.survey-panel .panel-body .form-sec .field-grp .remove-validation-sec .check-box-new label {
    background: url(../img/uncheck.png) no-repeat left 2px;
    width: auto !important;
    height: auto !important;
    border: none;
    padding-left: 23px;
    position: inherit;
}
.survey-panel .panel-body .form-sec .field-grp .remove-validation-sec .check-box-new label:after {
    background: url(../img/check.png) no-repeat left top;
        width: 14px;
    height: 14px;
    top: 2px;
    left: 0px;
}
.custom-checked-box:after {
    background: url(../img/check-dis1.png) no-repeat left top !important;
}
.survey-panel .panel-body .form-sec .field-grp .remove-validation-sec .check-box-new input[type=checkbox]:checked + label {
    background: none;
}
.survey-panel .panel-body .form-sec .field-grp .remove-validation-sec .check-box-new label.disabled-chk-label {
    background: url(../img/disabled-check.png) no-repeat left 2px;
    cursor: default;
}
.survey-panel .panel-body .form-sec .field-grp .remove-validation-sec .check-box-new label.disabled-chk-label:after {
     background: url(../img/disabled-check.png) no-repeat left 0px;
}
/*.survey-panel .panel-body .form-sec .field-grp .remove-validation-sec .check-box-new label.disabled-chk-label::after {
    background: url(../img/disabled-check.png) no-repeat left 1px;
}
*/
.remove-validation-sec .upload-btn-block .filesurveyUpload input.upload {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
}
.remove-validation-sec .upload-btn-block {
    position: relative;
    margin: 10px 0 0 0;

}
.remove-validation-sec .upload-btn-block .filesurveyUpload{
    min-width: 110px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    width: 196px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-family: 'FuturaBT-BoldCondensed';
    /* display: inline-block; */
    padding: 0 15px;
    background: -webkit-linear-gradient(#ffffff, #f0f0f0) !important;
    background: -o-linear-gradient(#ffffff, #f0f0f0) !important;
    background: -moz-linear-gradient(#ffffff, #f0f0f0) !important;
    background: linear-gradient(#ffffff, #f0f0f0) !important;
    color: #0a2f64 !important;
    border: 1px solid #ccc;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    margin: 0;
    float: left;
}
.survey-panel .panel-body .form-sec .field-grp .remove-validation-sec .upload-btn-block .info-btn{
    margin-top: 5px !important;
    display: inline-block;
}
.survey-panel .panel-body .form-sec .field-grp .remove-validation-sec .upload-btn-block .info-btn .info-tooltip {
    width: 475px;
}
#image-holder{
    float: left;
    width: 197px;
    margin-top: 10px;
    
}
#image-holder img{
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 4px;
}


.survey-main-panel .top-bar .btn-sec{
    position: relative;
}
.c-s-sec{
    position: absolute;
    right: 0px;
    top: 32px;
    border: 1px solid #ddd;
    z-index: 9;
    font-family: 'FuturaBT-BoldCondensed';
    font-size: 14px;
    width: 109px;
    display: none;
}
.create-survey{
    background: #fff;
    height:auto;
    width: 100%;
    padding-left: 0;
    margin: 0;
}
.create-survey li{
    padding:3px 5px;
    list-style: none;
}
.create-survey li a{
    text-decoration: none;
    color: inherit;
    display: block;
}
.create-survey li:hover{
    background: linear-gradient(#4aaaf7, #4aaaf7) !important;
    color: #fff;
}

.create-survey li.active a{
    color: #cf1f37 !important;   
}

.create-serve-btn{
    position: relative;
    padding: 0 8px !important;
    text-align: left;
}
.create-serve-btn:before {
    content: "\f078";
    font-family: FontAwesome;
    text-decoration: inherit;
    color: #fff;
    font-size: 12px;
    position: absolute;
    top: 0px;
    right: 6px;
}
.survey-main-panel .top-bar .title-sec{
	width: 30%;
}
.survey-main-panel .top-bar .btn-sec{
	width: 70%;
}
.survey-main-panel .top-bar .search-field{
	width: 170px;
}


.add-user-check-list.check-box-new {
    width: 33%;
    margin-top: 10px;
}
.add-user-check-list.check-box-new label {
    position: relative;
    margin-left: 15px;
    margin-top: 0 !important;
    left: inherit;
    margin-right: 5px !important;
}
/*.add-user-check-list.check-box-new label {
    background: url(../img/uncheck.png) no-repeat left 2px;
    width: auto !important;
    height: auto !important;
    border: none;
    padding-left: 23px;
    position: inherit;
}*/
.add-user-check-list.check-box-new label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    background: url(../img/new_img/checkbox_right.png) no-repeat 0 0;
    opacity: 0;
    content: '';
    position: absolute;
    width: 12px;
    height: 10px;
    top: 1px;
    left: 1px;
}

.info-btn.add-user-info {
    display: inline-block;
    float: left !important;
    margin-top: 0 !important;
    vertical-align: middle;
    margin-left: 10px;
    cursor: pointer;
    position: relative;
}
.info-btn.add-user-info .info-tooltip {   
    position: absolute;
    width: 350px;
    background: #eee;
    font-family: "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
    padding: 10px;
    top: -10px;
    right: 100%;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: solid 1px #d3d3d3;
    margin-left: 9px;
    margin-top: -9px;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    z-index: -9;
}
.info-btn.add-user-info:hover .info-tooltip {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    z-index: 9;
}
.info-btn.add-user-info:hover .info-tooltip:before {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-left-color: #D3D3D3;
    border-width: 10px;
    margin-top: -10px;
}

.table-normal table tr td.record_multi_width .ui-multiselect {
    width: 200px !important;
}
.assign_survey_new .distributor-sec {
    width: 47%;
}
.assign_survey_new .distributor-sec .distributor-scroll {
    height: 250px;
}
.assign_survey_new .selecter-distributor {
    width: 27%;
    border-right:1px solid #ccc;
}
.assign_survey_new .selecter-distributor .selecter-scroll {
    height: 250px;
}
.assign_survey_new .selecter-distributor.assigned-participants {
    width: 26%;
    float: left;
    border-right: none;
}
.no-data-found-new {
    padding-bottom: 40px;
    text-align: center;
    font-size: 18px;
    font-family: 'FuturaBT-BoldCondensed';
    color: #9B9B9B;
    height: 180px;
    line-height: 130px;
}

.distributor-sec .distributor-sec-table .form-control {
    float: none;
    width: auto;
}
.distributor-sec .distributor-sec-table .form-control .form-label {
    width: 30%;
}
.distributor-sec .distributor-sec-table .form-control .select {
    width: 95%;
}
.distributor-sec .distributor-sec-table .form-control.single-select .select {
    width: 100%; 
}
.distributor-sec .distributor-sec-table .form-control .form-input {
    width: 100%;
    padding: 6px 10px;
}
.selecter-distributor .form-search .input-search {
    width: 100%;
    padding: 7px 35px 7px 10px;
    margin-left: 10px;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    background: url(../img/new_img/search_icon.png) no-repeat right 10px center #fff;
    border: solid 1px #cccccc;
    font-family: "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
    outline: none;
}
.selecter-distributor ul li input[type="checkbox"] {
    margin: 1px 10px 0 10px;
    float: left;
}
.btn-danger, 
.btn-danger:focus {
    border-color: #e3503e;
    border-bottom-color: #df3823;
    background: #e66454;
    background-image: -webkit-linear-gradient(top, #e76858 0, #e3503e 100%);
    background-image: linear-gradient(to bottom, #e76858 0, #e3503e 100%);
    background-repeat: repeat-x;
    color: #fff;
    text-shadow: none;
    line-height: 15px;
    font-weight: 400;
    padding: 8px 12px 6px;
    outline: 0!important;
}
#cboxLoadedContent {
    /*background: none;*/
}
/***28-11-2016***/
.status-table-heading {
    width: 100%;
}
.status-table-heading tr th {
    padding-bottom: 20px;
}
.status-table-heading tr th span {
    color: #CF1F37;
    font-family: "FuturaBT-BoldCondensed";
    text-transform: uppercase;
    font-weight: 300;
    padding-right: 12px;
}
.status-table-heading .survey-search-bar .search-field {
    max-width: 205px;
    width: 77%;
    padding: 7px 10px;
    margin-right: 10px;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border: solid 1px #cccccc;
    font-family: "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
    outline: none;
    float: left;
}
.status-table-heading .survey-search-bar .search-button {
    float: left;
}
.status-table-heading .text-field-sm {
    width: 62%;
}
.status-table-heading .text-field-sm {
    width: 54%;
}
.status-table-heading tr th:last-child .text-field-sm {
    width: 56%;
}
.participant-page .status-table.lean-status-table {
        background: #fff;
    border: solid 1px #ccc;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 15px;
    font-family: "FuturaBT-BoldCondensed";
    text-transform: uppercase;
    font-size: 15px;
    color: #333333;
    vertical-align: top;
    overflow: hidden;
    width: 100%;
    /* float: left; */
}
.participant-page .status-table.lean-status-table.inactive-table {
    color: #7f7f7f;
}
.participant-page .status-table.lean-status-table tr td {
    vertical-align: top;
}
.participant-page .status-table.lean-status-table .heading {
    color: #CF1F37;
    display: block;
}
.participant-page .status-table.lean-status-table .review-btn a.btn-sm.lean-disabled-btn {
    color: #9e9e9e;
    border-color: #e0e0e0;
}
.Lean-survey-menu  .c-s-sec {
    display: none;
    background-color: #fff;
    top: inherit;
    width: 154px;
}
.Lean-survey-menu .c-s-sec .create-survey li {
    width: 100%;
    float: left;
    height: auto;
}
.Lean-survey-menu .c-s-sec .create-survey li a {
    display: block;
    line-height: 30px;
    height: 30px;
    text-align: left;
    font-size: 14px;
    padding: 0 4px;
}
.Lean-survey-menu .c-s-sec .create-survey li a:hover,
.header-panel .header-link li:hover .Lean-survey-menu .c-s-sec .create-survey li a:hover {
    color: #cf1f37;
}
.Lean-survey-menu .c-s-sec .create-survey li:hover,
.Lean-survey-menu .c-s-sec .create-survey li:focus  {
    background: none !important;
}
.header-panel .header-link li:hover .Lean-survey-menu .c-s-sec .create-survey li a {
   color:  #0a2f64;
}
.header-panel .header-link li:hover .Lean-survey-menu .c-s-sec {
    display: block;
}
.leansub-icon.create-serve-btn{
    padding: 0 17px 0 8px !important;
}
.leansub-icon.create-serve-btn:before {
    right: 0;
    top: 3px;
    color: #0a2f64;
}
.header-panel .header-link li:hover .leansub-icon.create-serve-btn:before {
    color: #cf1f37;
}
.Lean-survey-menu a{
    border-top:none !important;
    cursor: pointer !important;
}
.assign_survey_new .selecter-distributor ul li span {
    width: 75%;
}
.assign_survey_new .selecter-distributor.assigned-participants ul li span {
    width: 100%;
}
.text-field-cmnt{
    border: 1px solid #ccc !important;
    margin-bottom: 15px !important;
}
.upload-outer-sec, .upload-path.bg-gray{
    margin-right: 30px !important;;
    margin-left: 30px !important;;
}


.table-normal table.manage_lean_res_table tr th {
    padding: 2px 10px;
}
.store-comment-yellow{
    background-color: #fcfed7;
}
.lean-download-icon a {
    text-indent: -13333337px;
    width: 28px;
    height: 28px;
    padding: 0;
    background-repeat: no-repeat;
    background: url(../img/download.png) no-repeat center center;
    background-color: #fff;
    background-position: center;
    -webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.5);
    box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.5);
    border-radius: 18px;
    margin: 0 2px 0 5px;
    display: inline-block;
}
.lean-download-icon a:hover {
    color: #fff;
    background: #c5c5c5 url(../img/download-hover.png) no-repeat center center;
}

.selecter-distributor ul li .l_search_field {
    width:36%;
}
.distributor-sec ul li .entity_lbl {
    font-size: 11px;
    line-height: 15px;
}
.selecter-distributor ul li .l_label {
    font-size: 11px;
    color: #333;
    font-weight: normal;
    padding: 6px 0px;
    margin: 0px;
    /* text-transform: uppercase; */
    width: auto !important;
    line-height: 32px;
}

.multiselect-buttton .ui-multiselect {
    height: 30px;
    display: inline-block;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: solid 1px #d3d3d3;
    padding: 5px;
    text-indent: 6px;
    line-height: 20px;
    font-family: 'FuturaBT-BoldCondensed';
    font-size: 14px;
    text-transform: uppercase;
    color: #173867;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    outline: none;
    background: -webkit-linear-gradient(#ffffff, #f0f0f0) !important;
    background: -o-linear-gradient(#ffffff, #f0f0f0) !important;
    background: -moz-linear-gradient(#ffffff, #f0f0f0) !important;
    background: linear-gradient(#ffffff, #f0f0f0) !important;
    color: #0a2f64 !important;
}

.multiselect-buttton .ui-multiselect .ui-icon {
    background-image: url(images/new-ui-icons_888888_256x240.png);
}


.selecter-distributor .info-btn {
    margin-left: 10px;
    margin-top: 5px;
    cursor: pointer;
    position: relative;
    width: auto !important;
    vertical-align: -6px;
}
.selecter-distributor .info-btn .info-tooltip {
    position: absolute;
    width: 200px;
    background: #eee;
    font-family: "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
    padding: 10px;
    top: 0;
    left: 24px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: solid 1px #d3d3d3;
    margin-left: 9px;
        margin-top: -14px;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
}

.selecter-distributor .info-btn .info-tooltip::before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-right-color: #D3D3D3;
    border-width: 10px;
    margin-top: -10px;
}
.selecter-distributor .info-btn:hover .info-tooltip {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
}
.standard-servey{
    float: left;
    width: 48%;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f0f0f0));
    background: -webkit-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #f0f0f0 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0', GradientType=0);
    border: 1px solid #ccc;
     border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    height: 155px;
    padding: 15px;
}
.standard-servey .title-sec{
    font-size: 14px;
    margin-top: 6px;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
    font-weight: 300;
    color: #0b3065 !important;
}
.standard-servey .bold-text{
    font-size: 20px !important;
    font-weight: bold !important;
    text-align: center;
}
.standard-servey-box{
    float: right !important;
}
.main-box-container{
    width: 600px;
    margin:0 auto;

}
.survey-tile-btn{
   /* float: right;*/
    margin-top: 20px;
    margin: 39px 0px 0px 75px;
}

.milestone-data-table .text-field {
    width: 100%;
    float: left;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: solid 1px #d3d3d3;
    padding: 7px;
    font-family: "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
}
.table-normal table tr td .add-round-icon {
    background: url(../img/new_img/plus-icon.png) no-repeat center center;
    background-size: 16px;
}
.table-normal table tr td .add-round-icon:hover {
    background: url(../img/new_img/white-plus-icon.png) no-repeat center center;
    background-color: #0a87ca;
    background-size: 16px;
}
.milestone_wrap {
    width: 100%;
    float: left;
    margin-top: 20px; 
    margin-bottom: 20px; 
}
.calender-sec {
    position: relative;
}
.calender-icon {
    position: absolute;
    right: 5px;
    top: 10px;
}
.calender-icon img {
    width: 15px;
}
.milestone-data-table.table-normal table tr td{
    text-transform: initial !important;
}

.add-new-user.add-new-division {
    width: 100%;
    float: left;
}
.add-new-user.add-new-division .form-sec {
    width: 100%;
    float: left;
}
.add-new-user.add-new-division .form-sec .field-grp {
    width: 50%;
}
.full-field-grp-q{
    float: left;
    width: 240px;
    padding-right: 0 !important;
}

.question-carousel .owl-nav {
    padding: 12px 20px;
    border: solid 1px #ccc;
    border-top: 0px solid #ccc;
    /* overflow: hidden; */
    clear: both;
    background: #fff;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    text-align: center;
    width: 100%;
    float: left;
}
.question-carousel .owl-nav .owl-prev {
    float: left;
}
.question-carousel .owl-nav .owl-next {
    float: right;
}

.question-carousel .owl-nav .btn-sm.disabled {
    background: #ccc !important;
    color: #fff !important;
    cursor: not-allowed;
}

.survey-multi-select .ui-multiselect {
    padding: 5px 0 3px 6px;
    text-align: left;
    vertical-align: -8px;
    margin-left: 8px;
    background: #fbfbfb;
    font-family: "FuturaLT-CondensedBold";
    color: #0a2f64;
    text-transform: uppercase;
    max-width: 230px;
}

.custom-survey-filter {
    width: 350px !important;
}
.custom-survey-filter .ui-helper-reset {
    display: none;  
    padding-top: 6px;
}
.custom-survey-filter .ui-multiselect-checkboxes.ui-helper-reset {
    display: block;
}
.ques-error-msg{
    float: left;
    width: 100%;
    background-color: #cf1f37;
    color: #fff;
    padding: 8px 10px;
    position: relative;
    top: -14px;
    border-radius: 4px;
}
.arrow-up{
    width: 0px;
    height: 0px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #cf1f37 ;
    position: absolute;
    top: -12px;
    left:15px;
}

.piller-heading-dev {
    border-left: solid 1px #3d4e69 !important;
}
.piller-heading-dev:last-child {
    border-right: solid 1px #3d4e69 !important;
}


.survey-name-new-table th {
    border-radius: 0 !important;
}
.table-normal table tr:last-child td .survey-name-new-table td {
    border-bottom: 1px solid #eaeaea;
}
.table-normal table tr td .survey-name-new-table tr:last-child td {
    border-bottom: none;
}

.table-normal table tr:nth-child(odd) .survey-name-new-table tr {
    background-color: #fff; 
}
.table-normal table tr:nth-child(even) .survey-name-new-table tr {
    background-color: #fff; 
}
.heading-light-gray{
    background: #dedede !important;
    color: #333 !important;
}


/*Scoring Report DropDown Menu*/

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 158px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    overflow: auto;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}
.aiStatusCount{
    width: 50% !important;
    -webkit-border-radius: 0px !important; 
    border-radius: 0px !important; 
}
.aiStatusCount tr td{
   width: 50px !important;
    height: 43px;
    padding: 0 !important;
    margin: 0px !important;
    text-align: center;
    color: #fff !important;
}


.action-pillar--table.table-normal table tr:last-child td:first-child {
    border-radius: 0; 
}
.action-pillar--table.table-normal table tr td table {
    border: none; 
    width: 100% !important;
}
.action-pillar--table.table-normal table tr:last-child td:last-child {
    border-radius: 0; 
}

.label-color-list {
    width: 100%;
    float: left;
    margin-top: 20px; 
    padding-left: 65px;
}
.label-color-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.label-color-list ul li {
    margin: 0;
    padding: 0;
    width: 10%;
    float: left;
    font-size: 12px;
}
.label-color-list ul li span {
    width: 20px;
    height: 10px;
    vertical-align: 0;
    display: inline-block;
    margin-right: 5px;
}

.action-pillar--table .table-normal table tr td tr td {
    border-bottom: none; 
}
.action-pillar--table .table-normal table tr table {
    box-shadow: none; 
}
.action-pillar--table.table-normal table tr:nth-child(odd) td tr:nth-child(odd),
.action-pillar--table.table-normal table tr:nth-child(odd) td tr:nth-child(even) {
    background-color: #f6f7f9;
}
.action-pillar--table.table-normal table tr:nth-child(even) td tr:nth-child(odd),
.action-pillar--table.table-normal table tr:nth-child(even) td tr:nth-child(even) {
    background-color: #fff;
}

.action-pillar--table.table-normal table tr td {
    border-right: 1px solid #eaeaea;
}
.action-pillar--table.table-normal table tr td:first-child {
    padding-left: 15px; 
}
.action-pillar--table.table-normal table tr td:last-child {
    font-weight: normal; 
}
.action-pillar--table.table-normal table tr td tr td {
    border-right: none;
}

.amcharts-export-menu-top-right.summary-download-action {
    top: -7px;
}
.amcharts-export-menu.summary-download-action .export-main > a, 
.amcharts-export-menu.summary-download-action .export-drawing > a {
    width: 30px;
    height: 30px;
    background-size: 11px;
    margin-top: 7px;
    margin-right: 0; 
}
.amcharts-export-menu.summary-download-action .export-main:hover, 
.amcharts-export-menu.summary-download-action .export-drawing:hover {
    padding-bottom: 0;
}

/*.ui-multiselect-menu {
    position: relative;
}
.ui-multiselect-menu .ui-multiselect-filter input {
    width: 100% !important;
    position: absolute;
}*/

/*Add New User Multi Select Drop Down*/

#addNewUser{
    position: relative;
}

#addNewUser .ui-multiselect-menu{
    bottom:24px;
}

#addNewUser .ui-multiselect-menu li label{
    width: 100%;
}

#addNewUser .ui-multiselect-menu li label.asterisk:before{
    display: none;
}

/*PILLAR MANAGEMENT*/
.management-main-section .filter-bar .title-sec .ui-multiselect span.ui-icon{
    float: right;
}

.enabler-custom-multiselect .custom-survey-filter {
    width: 100% !important;
    background: -webkit-linear-gradient(#ffffff, #f0f0f0) !important;
    background: -o-linear-gradient(#ffffff, #f0f0f0) !important;
    background: -moz-linear-gradient(#ffffff, #f0f0f0) !important;
    background: linear-gradient(#ffffff, #f0f0f0) !important;
    color: #0a2f64 !important;
    border: solid 1px #d3d3d3;
    padding: 7px;
    font-family: 'FuturaBT-BoldCondensed';
    font-size: 14px;
        text-transform: uppercase;
}

.management-main-section .filter-bar .title-sec .enabler-custom-multiselect .custom-survey-filter span {
    margin-top: 2px; 
    color: #0a2f64 !important;
}
.management-main-section .filter-bar .title-sec .enabler-custom-multiselect .custom-survey-filter span.ui-icon {
    background-image: url(images/ui-icons_222222_256x240.png);
}
.t-s-outer .status-table .field-sec button{
    background: -webkit-linear-gradient(#ffffff, #f0f0f0) !important;
    background: -o-linear-gradient(#ffffff, #f0f0f0) !important;
    background: -moz-linear-gradient(#ffffff, #f0f0f0) !important;
    background: linear-gradient(#ffffff, #f0f0f0) !important;
    color: #0a2f64 !important;
    border: solid 1px #d3d3d3;
    padding: 7px;
    font-family: 'FuturaBT-BoldCondensed';
    font-size: 14px;
    text-transform: uppercase;
    text-align: left;
    border-radius: 4px;
    width: 225px !important;
}
.t-s-outer .status-table .field-sec span{
    font-family: 'FuturaBT-BoldCondensed';
    font-size: 14px;
    text-transform: uppercase;
    color: #333;
    font-weight: normal;
    margin-right: 10px;
}

.info-btn.add-user-info .info-tooltip {
    right: inherit;
    left: 100%;
}
.info-btn.add-user-info:hover .info-tooltip:before {
    display: none;
}
.info-btn.add-user-info:hover .info-tooltip:after {
    left: -21px;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-right-color: #D3D3D3;
    border-width: 10px;
    margin-top: -10px;
}
.info-btn.add-user-info .info-tooltip {
    top: -15px;
}
.info-btn.add-user-info {
    float: none !important;
}

.list-disctext-label a {
    color: #333333;
    text-decoration: none;
        font-family: "FuturaLT-CondensedBold";
    font-size: 14px;
    text-transform: uppercase; 
}
.list-disctext-label a .fa {
    color: #006100;
    margin-left: 7px;
    font-size: 18px;
    vertical-align: middle;
}
.MultiFile-remove {
    background: url(../img/new_img/close2.png) no-repeat 0 0;
    border-radius: 50%;
    margin-top: 2px;
    display: inline-block;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    width: 19px;
    height: 19px;
    float: left;
    font-size: 0px;
    line-height: 0px;
    background-size: 19px;
}

div.MultiFile-label {
    clear: both;
}
div.MultiFile-label .MultiFile-label {
    line-height: 24px;
    margin-left: 7px;
}

.img-fileUpload {
    position: relative;
    /*overflow: hidden;*/
    margin: 0;
    float: left;
}
.img-fileUpload span span.btn {
    /*background: #ccc;
    border: solid 1px #303030;
    padding: 7px 10px; */
    display: inline-block;
    font-family: 'FuturaBT-BoldCondensed';
    border: 1px solid #ccc;
    color: #0a2f64 !important;
}
.img-fileUpload input.img-upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}
.img-fileUpload span img {
    vertical-align: middle;
    margin-left: 10px;
        width: 22px;
}

.upload-info-btn {
      /*  float: left;*/
    margin-left: 10px;
    margin-top: 6px;
    cursor: pointer;
    z-index: 9;
}
.upload-info-tooltip {
        position: absolute;
    width: 590px;
    background: #eee;
    font-family: "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
    padding: 10px;
    top: -8px;
    left: 100%;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: solid 1px #d3d3d3;
    margin-left: 12px;
    margin-top: -9px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
}
.upload-info-btn:hover .upload-info-tooltip {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
}
.upload-info-tooltip:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-right-color: #D3D3D3;
    border-width: 10px;
    margin-top: -10px;
}
.upload_download_doc{
    position: relative;
    float: left;
    padding: 7px 20px 7px 0;
        width: 100%;
}
.upload_download_doc a {
    float: left;
    font-size: 15px;
    color: #303030;
    position: relative;
    text-decoration: none;
}
.upload_download_doc i {
    /*position: absolute;*/
    left: 0px;
    top: 0px;
    background: #fff;
    margin-right: 5px;
    display: inline-block;
    float: left;
        margin-top: -1px;
}
.upload_download_doc i img{
    width: 20px;
}
.upload_right_download_full_section{
    width: 80%;
    float: left;
}
.range-point{
    display: inline-block;
    width: auto;
}
.range-point .text-field-sm{
    width: 100% !important;
    margin-left: 45px;
    color: #0a2f64;
    font-family: 'FuturaBT-BoldCondensed';
    font-size: 14px;
    text-transform: uppercase;
}

.copy-icon{
    font-size: 16px;
    color: #0c0b1b;
    vertical-align: 3px;
    padding-left: 4px;
    text-decoration: none;
}

.newspaper-icon{
    font-size: 15px;
    vertical-align: 5px;
    padding-left: 2px;
    color: #292562;
    text-decoration: none;
}

.assign_survey_new .selecter-distributor.assigned-participants ul li .ui-multiselect span {
    width: 16px;
}
.assign_survey_new .selecter-distributor.assigned-participants ul li .ui-multiselect {
    width: 140px !important;
}
.assign_survey_new .selecter-distributor.assigned-participants ul li .asg-btn-sec .btn-sm {
    min-width: 64px;
}
.assign_survey_new .selecter-distributor.assigned-participants ul li.white-gradient h3 {
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
    padding-bottom: 0;
    padding-right: 7px;
    padding-top: 6px;
}

.custom-survey-filter.small-muliselect{
    width: 275px !important;
}

path.amcharts-axis-grid {
    opacity: 0;
}
.hide{
    display: none;
}
.note-container{
    clear: both;
    width: 100%;
}
.notes-grp{
    float: left;
    width: 64%;
    padding-right: 0px !important;
}
.notes-file-container{
    float: right;
    margin-left: 14px;
    padding-right: 94px;
}

#note_files{
    display:none;   
}
.note-file-btn {
    display: inline-block !important;
    font-family: 'FuturaBT-BoldCondensed' !important;
    border: 1px solid #ccc;
    color: #0a2f64 !important;
    font-weight: inherit !important;
    text-align: center !important; 
    font-size: 14px !important;
    cursor: pointer;
}
.note_upload-info-btn {
    margin-top: 13px;
    display: inline-block;
}
.note_upload-info-btn .upload-info-tooltip {
    left: inherit;
    right: 100%;
}
.note_upload-info-btn .upload-info-tooltip:before {
    right: inherit;
    left: 100%;
    border-right-color: transparent;
    border-left-color: #D3D3D3;
}
.remove-container{
    margin-left: 10px;
    float: right;
}
.filename{
    margin-left: 6px;
    margin-top: 2px;
    display: inline-block;
}
.uploaded-file{
        margin-left: 12px;
    font-weight: bold;
}
.margin_top10 {
    margin-top: 10px !important; 
}
.margin_bottom10 {
    margin-bottom: 10px !important; 
}

.take-survey-section .middle-section .info-btn.question-note-info {
    float: none;
    display: inline-block;
    vertical-align: -5px;
    margin-left: 5px;
    margin-top: 0; 
    cursor: default;
}
.take-survey-section .middle-section .info-btn.question-note-info .info-tooltip {
    top: 50%;
    transform: translate(0, -50%);
    z-index: 9;
    cursor: default;
}
.take-survey-section .middle-section .info-btn.question-note-info .info-tooltip img {
    max-width: 100%;
    cursor: default;
    max-height: 250px; 
}
.take-survey-section .middle-section .info-btn.question-note-info .info-tooltip {
    width: 320px;
    height: 210px;
    overflow-y: auto;
}
.take-survey-section .search-section {
    float: left;
    position: relative;
}
.take-survey-section .search-form {
    height: 30px;
}
.take-survey-section .search-field {
    height: 100%;
    min-width: 300px;
    outline-color: #234079;
    outline-style: solid;
    outline-width: 5px;
    padding: 10px;
}
.take-survey-section .search-submit-button {
    min-height: 20px;
    position: absolute;
    right: 7px;
    top: 5px;
}
.take-survey-section .search-clear-button {
    display: none;
    height: 10px;
    position: absolute;
    top: 10px; right: 35px;
}

.cursor{
    cursor: pointer;
}
.fullwidth{
    width: 100%;
}
.info-text-container{
    padding: 10px;
    display: block;
    width: 100%;
    float: left;
    text-align: center;
    font-weight: 600;
}
.info-img-container img {
    display: block;
    max-width: 726px;
    margin: 0 auto; 
}
.info-text-container.single-content {
    padding: 30px;
    line-height: 22px;
}

.distributor-graph-table .panel-title-bar {
    border: 0 !important;
}

.overall-status-wrapper {
    text-align: center;
    margin-bottom: 100px;
}

.overall-status-wrapper label {
    display: inline-block;
    color: #cf1f37;
    font-family: FuturaLT-CondensedBold;
    font-size: 14px;
    text-transform: uppercase;
    width: auto;
    margin-bottom: 0;
}

.overall-status-wrapper h1 {
    color: #cf1f37;
    font-family: FuturaLT-CondensedBold;
    color: #0a2f64;
    font-size: 35px;
    margin-top: 0;
}

#overall-dp-score {
    display: none !important;
}

.range-list {
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
}

.range-list li {
    float: left;
    width: 25%;
    padding: 0px 25px;
    margin: 0px;
    list-style: none;
}

.range-list li .list-title {
    display: block;
    padding: 0;
    list-style: none;
    color: #000;
    font-family: 'FuturaBT-Book';
    font-size: 20px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    margin-top: 15px;
    text-transform: uppercase;
}

.range-list li .list-title.enabler-range {
    font-size: 14px !important;
    text-transform: uppercase;
    color: #7d7d7d;
    letter-spacing: 0.05em;
}

.range-list li .list-title.subtopic-range {
    font-size: 14px !important;
    text-transform: uppercase;
    color: #7d7d7d;
    margin-top: 5px;
    letter-spacing: 0.05em;
}

.slider#overall-score.slider-disabled .slider-track {
    background: linear-gradient(to right, rgba(177,19,55,1) 0%, rgba(255,212,0,1) 30%, rgba(183,207,26,1) 70%, rgba(102,158,62,1) 100%) !important;
    cursor: default !important;
    z-index: 2 !important;
}

.slider#overall-score .slider-handle {
    height: 45px !important;
    width: 5px !important;
    position: absolute !important;
    right: 0px !important;
    left: 0%;
    top: -20px !important;
    float: left !important;
    background: #0b2150 !important;
    border-radius: 0 !important;
    margin: 0 !important;
    transition: 1.5s;
    -webkit-transition: 1.5s;
    -moz-transition: 1.5s;
}

.slider#overall-score .slider-handle[role="slider"] {
    z-index: 2 !important;
}

.slider#overall-score .slider-range-pointer {
    height: 45px; 
    width: 2px; 
    top: 0;
    background: #ffffff;
    position: absolute;
    z-index: 5;
    right: 0px;
    left: 0%;
    float: left;
    border-radius: 0;
    margin: 0;
    transition: 1.5s;
    -webkit-transition: 1.5s;
    -moz-transition: 1.5s;
}

.slider#overall-score .slider-handle-head {
    display: none !important;
    width: 12px;
    height: 12px;
    position: absolute;
    content: '';
    top: -5px;
    left: -5px;
    right: 0;
    margin: auto;
    display: block;
    border-radius: 50px;
    background: #ffffff;
    border: 3px solid #0c2251;
    transition: 1.5s;
    -webkit-transition: 1.5s;
    -moz-transition: 1.5s;
}

.slider .slider-track-high {
    transition: width 1.5s;
    -webkit-transition: width 1.5s;
}

.slider#overall-score .slider-track-high {
    width: 100%;
    border-radius: 0 22px 22px 0 !important;
}

.slider#overall-score .slider-selection {
    background: transparent;
    border-radius: 22px 0px 0px 22px;
}

#overall-score.slider.slider-horizontal {
    height: 44px !important;
}

#overall-score.slider.slider-horizontal .slider-track {
    height: 44px !important;
    top: 0 !important;
    margin-top: 0 !important;
    border-radius: 22px !important;
}

