/* GbdF1kzLt<bK4*/
@font-face {
    font-family: 'Bariol-Regular';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/Bariol.woff') format('woff');
}

@font-face {
    font-family: 'Bariol-Regular';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/Bariol-Bold.woff') format('woff');
}

html, body{
    height:100%;
}


body {
    padding: 0;
    margin: 0;
    font-family: 'Bariol-Regular';
    font-size: 16px;
    color:#000;
    min-width: 1020px;
    background: #fafafa;

    -webkit-font-smoothing: antialiased!important;
    -moz-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
}


#aspnetForm {
    min-height: 100%;
    margin-bottom: -182px;
}


* html #aspnetForm {
    height: 100%;
}



a {
    text-decoration: none;
}

.center {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
    overflow: hidden;
    position: relative;
}

.w730 {
    width: 730px;
}

header {
    height: 114px;
    background: #000;
}

header .center {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

#logo {
    width: 275px;
    height: 50px;
    background-image: url(../images/tsc-logo.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    z-index: 2;
    display: block;
}

#survey {
    text-align: center;
    color: #fff;
    display: flex;
    margin: 0 15px;
}


select {
    background: #fff;
    border:#75be39 1px solid;
    height: 33px;
    font-size: 14px;
    color:#545454;
    border-radius: 5px;
    outline: 0;
}

select option:hover,
select option:checked,
select:active option:checked,
select:active option:hover {
    box-shadow: inset 0 0 350px #75be39;
    background: #75be39 !important;
    color: #fff;
}

#survey select {
    height: 33px;
    margin-left: 12px;
    flex-grow: 1;
    max-width: 260px;
}

.header-right {
    position: relative;
    z-index: 2;
}

#twisk {
    color:#fff;
    font-weight: 700;
    font-size: 28px;
    letter-spacing: -1px;
    text-align: right;
    padding-right: 10px;
}

.userMenu {
    float: right;
}

.headTr {
    
}


.userMenu-item {
    color:#75be39;
    display: inline-block;
    padding: 6px 10px;
    border-radius: 5px;
}

.userMenu-item.active {
    border:#75be39 1px solid;
    text-decoration: none !important;
}

.active {
    color: #75be39 !important;
}

.menu {
    background-color:#bfbfbf;
    border-bottom:#efefef 1px solid;
    text-align: center;
}
.menu.accordion {
    border: 1px solid #ececec;
}

.menu.accordion.hide {
    display: none;
}

nav {
   border-left:none;
   border-right:none;
}

.nav-item {
    color:#545454;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    padding: 0 33px;
}

.nav-item.active {
    background-color: #fff;
    height: 36px;
    line-height: 36px;
    position: relative;
    bottom: -1px;
    text-decoration: none !important;
}

#main {
    margin-top: 35px;
}


#main:after {
    content: '';
    height: 182px;
    display: block;
}

aside {
    float:left;
    width:174px;
    padding-right: 71px;
}

section {
    width:734px;
    float:left;
}

.textBlock {
    margin-bottom: 55px;
    line-height: 1.2;
}


.submenu {
    border-radius: 5px;
}


.submenu-item {
    padding: 10px 0;
    display: block;
    color:#000;
}

.submenu-item.active {
    background-color: #fff;
    border-top:#e5e5e5 1px solid;
    border-bottom:#e5e5e5 1px solid;
    text-decoration: none !important;
    font-weight: bold;
}

.submenu-item:first-child  {
    border-top:none;
}

.submenu-item:last-child {
    border-bottom:none;
}

.submenu-benchmark {
    margin-left: 60px;
}

.about {
    border:#75be39 1px solid;
    color:#75be39;
    font-size: 24px;
    text-align: center;
    padding: 18px 0;
    border-radius: 5px;
    margin-bottom: 10px;
    line-height: 1.4;
    background: #fff;
}

.about.red {
    color:#e96553;
    border-color:#e96553;
    margin-bottom: 25px;
    margin: 30px auto;
    /*max-width: 814px !important;*/
}

.about.red.mainpage {
    max-width: 814px !important;
}

article {
    padding: 25px 0 25px 150px;
    border-bottom:#dcdcdc 1px solid;
    position: relative;
    line-height: 1.4;
    min-height: 150px;
}

article:last-child {
    border:none;
}

.article-title {
    font-size: 24px;
    color:#00567f;
    margin-bottom: 15px;
}



.article-ico {
    position: absolute;
    left:0;
    top:25px;
    background-color:#00567f;
    background-position: center;
    background-repeat: no-repeat;
    width:124px;
    height: 124px;
    border-radius: 50%;

}

.i1 {
    background-image:url(../images/i1-new.png);
}

.i2 {
    background-image:url(../images/i2-new.png);
}

.i3 {
    background-image:url(../images/i3-new.png);
}

.i4 {
    background-image:url(../images/i4-new.png);
}

.i5 {
    background-image:url(../images/i5-new.png);
}

.i6 {
    background-image:url(../images/i6.png);
}


.i7 {
    background-image:url(../images/i7.png);
}

.i8 {
    background-image:url(../images/i8.png);
}

.i9 {
    background-image:url(../images/i9-new.png);
}


.i10 {
    background-image:url(../images/i10-new.png);
}

.i11 {
    background-image:url(../images/i11-new.png);
}

.i12 {
    background-image:url(../images/i12.png);
}

.i15 {
    background-image:url(../images/i15.png);
}

footer {
    background-color: #75be39;
    color:#fff;
    margin-top: 64px;
    text-align: center;
    height: 118px;
    line-height: 118px;
    font-size: 14px;
}

footer a {
    color:#fff;
    padding-left: 30px;
    padding-right: 30px;
}


.asideButton {
    background-color: #000;
    color:#fff;
    padding: 10px;
    display: block;
    border-radius: 5px;
    text-align: center;
    line-height: 1.4;
    margin-top: 20px;
}

.asideButton.green {
    background-color:#75be39;
}

.configReset {
    margin-top: 30px;
}

td, th {
    padding: 10px 5px;
}


td select , td input[type=text] , th input[type=text] {
    width:100%;
    height: 28px;
    border:#75be39 solid 1px;
    border-radius: 5px;
    padding: 0;
    outline: 0;
}

td select {
    height: 30px;
}

.configureTable {
    width:100%;
    border-collapse: collapse;
    color: #000;
}

.configureTable--wrap {
    background: #fff;
    border: 1px solid #efefef;
    padding: 10px 0 30px;
}

.configureTable a {
    color: #545454
}
.configureTable a:hover {
    text-decoration: underline;
}

.width20percent {
    width: 20%;
}

.width20percent.right {
    width: 20%;
    text-align: right;
}

.width20percent.center {
    width: 20%;
    text-align: center;
}

.downloadTable {
    width: 100%;
    margin: 0 auto;
    max-width:1020px;
    border-collapse: collapse;
    background: #fff;
    border: 1px solid #efefef;
}

.downloadTable .button {
    transition: all 350ms ease;
}

.downloadTable .button.gray {
    background: #e96553;
}

.downloadTable .button.gray:hover {
    background: #ef8c7e;
}

.configureTable-title {
    text-align: center;
    color:#000;
    font-size: 24px;
    font-weight: 700;
}

.configureTable-title td  {
    padding: 10px 0;
}

thead .sort {
    color:#000;
    padding-right: 20px;
    background: url(../images/sort-new.png)  right center no-repeat;
    white-space: nowrap;
}

thead td {
    white-space: nowrap;
}

th {
    color:#000;
    text-align: left;
    font-weight: bold !important;
}

.filterButton {
    width:32px !important;
    height: 32px !important;
    background-color:#75be39;
    border-radius: 50%;
    background-position: center;
    display: inline-block;
    margin: 0 5px;
    background-repeat: no-repeat;
}

.compareButton {
    width:32px;
    height: 20px;
    background-color:#75be39;
    border-radius: 5px;
    background-position: center;
    background-repeat: no-repeat;
}

.filterButton.gray {
    background-color:#bfbfbf;
    outline: none;
}

.ok {
    background-image:url(../images/ok.png);
}

.no {
    background-image:url(../images/no.png);
}

.edit {
    background-image:url(../images/edit.png);
}

.filterButton.remove {
    background-color: #e96553;
    background-image:url(../images/ico-remove.png);
}

tbody tr:nth-child(odd) td {
    background-color:#fafafa;
}

th {
    border-top:#efefef 1px solid;
}

/* th.hidenTd , td.hidenTd {

    background: none!important;
} */


#hidenTd:after {
    content: '';
   display: block;
    height: 20px;
    background: #fff;
    position: relative;
    top:-20px;

}

.filterButtons {
    width:90px;
}

.bigSection aside {
   float: left;
    padding-right: 30px;
}

.bigSection section {
    float: none;
    width:auto;
    margin-left: 230px;
}

.bigSection {
    overflow: hidden;
}

.inputGray {
    height: 34px !important;
    width: 34px !important;
    text-align: center !important;
    border:#bcbcbc 1px solid !important;
    border-radius: 5px !important;
    padding: 0 !important;
    text-indent: 0 !important;
}

.inputGray.fs10 {
    font-family:calibri !important;
    font-size:10pt !important;
}

.tableNavigation {
    text-align: center;
    word-spacing: 4px;
    padding: 40px 0;
}

.tableNavigation .filterButton {
    position: relative;
    top:12px;
}

.tableNavigation .filterButton.blocked {
    cursor: default;
    opacity: 0.5;
}

.filterButton.blocked {
    cursor: default;
    opacity: 0.5;
}

.leftAll {
    background-image:url(../images/leftAll.png);
}

.left {
    background-image:url(../images/left.png);
}

.rightAll {
    background-image:url(../images/rightAll.png);
}

.right {
    background-image:url(../images/right.png);
}

.str1 {
    background-image:url(../images/str1.png);
}

.str2 {
    background-image:url(../images/str2.png);
}

.leftMargin {
    margin-left: 40px;
}

.noTopMargin {
    margin-top: 0;
}

.button {
    width:174px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 5px;
    background-color: #75be39;
    display: block;
    color:#fff;
    margin: 0 auto;
}

.button-ico {
    height: 16px;
    width:17px;
    background-repeat: no-repeat;
    display: inline-block;
    background-position: center;
    position: relative;
    top:3px;
    margin-left: 5px;
}

.button-ico.check {
    background-image:url(../images/ico-check.png);
}

.button-ico.delete {
    background-image:url(../images/ico-delete.png);
}

.button-ico.copy {
    background-image:url(../images/ico-copy.png);
}

.button.red {
    background-color: #e96553;
    width:204px;
    /*margin-top: 40px;*/
}

.button.red170 {
    background-color: #f37443;
}

td .button {
    height: 30px;
    line-height: 30px;
    width: 117px;
}

td .button.gray {
    background-color: #bcbcbc;
    width: 87px;
}





.ts_td {
    text-align: center;
}

.ts_td input {
    position: relative;
    top:-11px;
    font-size: 16px;
    width:87px !important;
    text-align: center;
    text-indent: 0 !important;
}

input[type=text] , input[type=password], textarea {
    font-size: 16px;
    text-indent: 10px;
    color:#555555;
    font-family: 'Bariol-Regular';
    outline: 0;
}

textarea {
    text-indent: 9px;
}

.QuestionID , .Threshold {
    width:100px;
}

td.QuestionID {
    text-align: right;
    padding-right: 24px;
}

td.QuestionID.padding100 {
    padding-right: 100px;
}

th.Center {
    text-align: center;
}

td.Center {
    text-align: center;
}

th.Right {
    text-align: right;
}

td.Right {
    text-align: right;
}

.QuestionID a {
    position: relative;
    right:-27px;
}

.QuestionIDInput {
    text-align: center;
    text-indent: 0 !important;
}

td.Modified , th.Modified{
    text-align: center;
}

input[type=checkbox] {
    width:30px;
    height: 30px;
    border:1px solid #95a84d;
}

.modifiedCheckbox {
    width:32px;
    height: 32px;
    border:#bfbfbf 1px solid;
    border-radius: 50%;
    display: inline-block;
}

.modifiedCheckbox.yes {
    background:url(../images/myes-new.png) center no-repeat;
}


.miniFooter {
    position: relative;
    color:#adadad;
    font-size: 12px;
    margin: 20px 0;
}

.miniFooter-right {
    position: absolute;
    right:0;
    z-index: 2;
}

.miniFooter-center {
    display: block;
    text-align: center;
    position: absolute;
    width:100%;
    z-index: 1;
    top:0;
}

.miniFooter-left {
    position: relative;
    z-index: 2;
}


.formItem {
    background-color: #fff;
}

.formItem.open select{
    border-bottom: 1px solid #efefef;
}

.formItem-title {
    position: relative;
    text-align: left;
    padding: 10px 10px 10px 10px;
    border-bottom: #dcdcdc 1px solid;
    background-color: #ececec;
}




.formItem[data-accordion-item] select{
    display: none;
}


.formItem[data-accordion-item].open select {
    display: block;
    border-radius: 0;
}

.formItem[data-accordion-item] .formItem-selected {
    display: block;    
}


.formItem[data-accordion-item].open .formItem-selected {
    display: none;
}

.accordion-control {
    padding-left: 17px;
    color: #000;
    position: relative;
    display: block;
    cursor: pointer;
}

.accordion-control:hover {
    text-decoration: underline;
}

.accordion-control:before {
    content: '';
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 7px solid #545454;
    border-bottom: 5px solid transparent;
    position: absolute;
    left:0;
    top:50%;
    margin-top: -5px;
}

.open .accordion-control:before {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #bcbcbc;
    margin-top: -4px;
}



.formItem-reset {
    width:14px;
    height:14px;
    display: block;
    background:url(../images/icon-reset.png) center no-repeat;
    position: absolute;
    right: 5px;
    top:50%;
    margin-top: -7px;
    cursor: pointer;
}


.formItem-selected {
    position: absolute;
    right: -48px;
    top: 5px;
    background: #ececec;
    padding-right: 21px;
    height: 26px;
    line-height: 28px;
    font-size: 13px;
    white-space: nowrap;
    font-weight: bold;
    z-index: 1000;
}

.formItem-selected:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 13px solid transparent;
    border-right: 13px solid #ececec;
    border-bottom: 13px solid transparent;
    position: absolute;
    right:100%;
}

.filterBlock {
    display: none;
}

.open .filterBlock {
    display: block;
}

aside select {
    border-color: #dcdcdc;
    width: 100%;
}

.filterList {
    min-height: 81px;
    overflow: auto;
    outline: none;
    border:none;
    font-size: 13px;
    padding: 5px 5px;
}

.filterList option:hover, 
.filterList option:focus, 
.filterList option:active,
.filterList option:checked {
    background: -webkit-linear-gradient(#E0E9B5,#E0E9B5) !important;
    background: #E0E9B5 !important;
    color: #545454;
}

.filterList.gray option:hover, 
.filterList.gray option:focus, 
.filterList.gray option:active,
.filterList.gray option:checked {
    background: #ECECEC;
    color: #545454;
}

.roundButton {
    position: absolute;
    top: -10px;
    right: -5px;
    border: 1px solid;
    border-radius: 20px;
    background-color: #75be39;
    color: white;
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.formItem-selected-count {
    
}

.exportSelect {
    margin-top: 5px;
}


.topMargin {
    margin-top: 20px;
}

.topMarginMin {
    margin-top: 10px;
}

.message {
    border:#efefef 1px solid;
    border-radius: 5px;
    background-color: #fff;
    width:404px;
    position: fixed;
    margin: -126px 0 0 -202px;
    top:50%;
    left:50%;
    box-sizing: border-box;
    text-align: center;
    z-index: 999;
    padding: 45px 25px;
}

.message-title {
    color:#75be39;
    font-size: 24px;
}

.message-ico {
    height: 97px;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 10px;
}

button {
    border:1px solid #dcdcdc;
    text-align: center;
    background-color: #ececec;
    height: 33px;
    width:134px;
    border-radius: 5px;
    font-size: 16px;
    color:#545454;
}



.message-ico.ico1 {
    background-image:url(../images/m-ico-1.gif);
}

.message-ico.ico2 {
    background-image:url(../images/loader.GIF);
}

.message-ico.ico3 {
    background-image:url(../images/m-ico-3.png);
}

.message-ico.ico4 {
    background-image:url(../images/m-ico-4.png);
}

.message-ico.ico5 {
    background-image:url(../images/m-ico-5.png);
}


.internalMenu {
    background-color: #fff;
    position: relative;
    top:-1px;
}

.internalMenu-item {
    padding: 10px 0;
    color:#75be39;
    display: block;
}

.internalMenu-item.active {
    border-top:#75be39 1px solid;
    border-bottom:#75be39 1px solid;
    text-decoration: none !important;
}

table label {
    height: 28px;
    line-height: 32px;
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
}

.h1 {
    font-size: 24px;
    color: #000;
    font-weight: 700;
    padding-bottom: 15px;
    border-bottom: #dcdcdc 1px solid;
    text-align: center;
    margin: 15px 0 10px;
}

.form {
    margin-bottom: 30px;
    margin-right: 60px;
}

.form-item {
    position: relative;
    padding-left: 153px;
    min-height: 30px;
    margin-top:20px;
}

.form-item.col2 {
    width:49.5%;
    display: inline-block;
    box-sizing: border-box;
}

.form-item-label {
    display: inline-block;
    width:139px;
    text-align: right;
    position: absolute;
    top:0;
    left:0;
    line-height: 30px;
}

.form-item-checkboxlabel {
    /*display: inline-block;
    width:119px;
    text-align: right;
    position: absolute;
    top:0;
    left:0;*/
    line-height: 30px;
}

.form-item input {
    width:100%;
    border-radius: 5px;
    border:#75be39 1px solid;
    height: 33px;
    box-sizing: border-box;
    outline: 0;
}

.paddingRight {
    padding-right: 20px;
}

.not100 {
    width:105px!important;
}

.form-item textarea {
    width:100%;
    border-radius: 5px;
    border:#75be39 1px solid;
    resize: none;
    overflow: hidden;
    box-sizing: border-box;
}

.form-item .font-blue {
    color: #000;
}

.w100 {
    width:100%;
}

.w40 {
    width: 40% !important;
}

.w1 {
    width:1% !important;
}

.w1.center {
    text-align: center !important;
    padding: 10px 5px;
}

.roleTable {
    width:100%;
    margin: 0 auto;
}

.roleTable td {
    background-color: #fff !important;
    padding: 0;
}

.roleTable-titles td {
    text-align: center;
    padding: 8px 0;
}

.roleTable td select {
    height: 200px;
    padding: 10px;
    overflow: auto;
}
.roleTable .font-blue {
    color: #000;
}
.roleButton {
    width: 125px !important;
    height: 35px !important;
    line-height: 35px;
    border-radius: 5px;
    border:none;
    margin: 6px 0;
    font-size: 16px;
    color:#fff;
    padding: 0 13px;
    box-sizing: border-box;
    display: block;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
}

.roleButton.add {
    background: #75be39 url(../images/lbAdd.png) 97px center no-repeat;
    text-align: left;
}

.roleButton.remove {
    background: #e96553 url(../images/lbRemove.png) 13px center no-repeat;
    text-align: right;
}

.roleTable-center {
    width:160px;
    text-align: center;
}














.langTable {
    width:90%;
    margin: 0 auto;
}

.langTable td {
    background-color: #fff !important;
    padding: 0;
}

.langTable-titles td {
    text-align: center;
    padding: 8px 0;
}

.langTable td select {
    height: 470px;
    padding: 10px;
    overflow: auto;
}

.langButton {
    width: 125px;
    height: 35px;
    line-height: 35px;
    border-radius: 5px;
    border:none;
    margin: 6px 0;
    font-size: 16px;
    color:#fff;
    padding: 0 13px;
    box-sizing: border-box;
}


.langButton.add {
    background: #75be39 url(../images/lbAdd.png) 97px center no-repeat;
    text-align: left;
}

.langButton.remove {
    background: #e96553 url(../images/lbRemove.png) 13px center no-repeat;
    text-align: right;
}

.langTable-center {
    width:160px;
    text-align: center;
}


.orphanDataTable {
    width:576px;
    margin: 0 auto;
}

.tdCenter {
    text-align: center;
}

.downLoadTableFooter {
    border-top:#dcdcdc 1px solid;
}

.downLoadTableFooter td{
    background-color: #fff !important;
    padding-top: 25px;
}

.searchField {
    border:#95a84d 1px solid;
    border-radius: 5px;
    position: relative;
    box-sizing: border-box;
    padding-right: 38px;
}

.searchField-input {
    width:100%;
    height: 33px;
    box-sizing: border-box;
    border:none;
    border-radius: 5px;
    outline: none;
}

.searchField-button {
    position: absolute;
    background: url(../images/search-ico.png) center no-repeat;
    border:none;
    right:0;
    top:0;
    bottom: 0;
    width: 38px;
}


#tree {
    margin-top: 25px;
    font-size: 16px;
}

.jstree-open > a {
    color:#00567f !important;
}

.jstree-leaf {
    margin-left: 10px!important;
}

.searchResults-header {
    font-size: 24px;
    color:#00567f;
    text-align: center;
    border-bottom: #dcdcdc 1px solid;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.searchResults-header span {
    color:#95a84f;
}

.searchResults-items {
    padding: 0 30px;
}

.searchResults-item-title {
    color:#00567f;
    font-size: 24px;
    margin-bottom: 5px;
}

.searchResults-item {
    margin-bottom: 28px;
}


.mainBlock {
    width:730px;
    margin: 0 auto 0 auto;
    border:#efefef 1px solid;
    border-radius: 5px;
    padding-bottom: 70px;
    text-align: center;
    background: #fff;
}

.mainBlock-title {
    background-position:center top;
    background-repeat: no-repeat;
    padding-top: 145px;
    font-size: 24px;
    color: #000;
    margin: 56px 0 27px 0;
}


.mainBlock-title.tlogin {
    padding-top: 0;
}

.mainBlock-title.tlogin:before {
    content: '';
    display: block;
    width: 124px;
    height: 124px;
    border-radius: 50%;
    margin: 0 auto 20px;
    background-color: #75be39;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/login-ico-new.png);
}

.mainBlock-title.bExport {
    font-size: 24px;
    color: #75be39;
    margin-bottom: 17px;
    font-weight: 700;
    background-image: url(../images/export-ico-new.png);
}


.loginBlock-form {
    width:265px;
    margin: 0 auto 0 auto;
}

.loginBlock-form-item {
    padding-left: 70px;
    position: relative;
    margin-bottom: 15px;
    padding-right: 20px;
}

.loginBlock-form-item-label {
    position: absolute;
    left:-30px;
    width:100px;
    top:0;
    height: 33px;
    line-height: 33px;
    text-align: right;
    box-sizing: border-box;
    padding-right: 10px;
}

.loginBlock-form-item-input {
    width:100%;
    height: 33px;
    line-height: 33px;
    border:#75be39 solid 1px;
    border-radius: 5px;
    padding: 0;
    text-align: left;
}


.mainBlock-form-button {
    border: none;
    display: inline-block;
}

.mainBlock-form-button.cancel {
    background-color: #000;
    color: #fff;
    margin-right: 16px;
}

.loginBlock-form .mainBlock-form-button{
    margin-left: 70px;
    display: block;
    outline: 0;
    cursor: pointer;
    font-family: 'Bariol-Regular';
    font-size: 16px;
}


.nav-item:hover , .userMenu-item:hover , .submenu-item:hover , .internalMenu-item:hover , footer a:hover {
    text-decoration: underline;
}


.error {
    color:#e96553;
    border:#e96553 1px solid;
    border-radius: 5px;
    padding: 25px 0;
    margin: 0 auto 27px auto;
    width:80%;
}

.flcheckbox {
    margin-bottom: 0;
}

.flcheckbox .ckbBox {
    width:32px;
    height: 32px;
    border: 1px solid #bfbfbf;
    border-radius: 50%;
    margin-right: 11px;
}

.flcheckbox .ckbBox:hover {
    border-width: 1px;
}

.flcheckbox.flchecked .ckbBox {
    background-color: #75be39;
    background-position: center;
    border-color:#75be39;
}

.ckbText {
    display: none;
}


.batchExport-field {
    width:200px;
    height: 34px;
    line-height: 34px;
    overflow: hidden;
    color:#555555;
    display: inline-block;
    /*text-align: center;*/
    margin: 10px 0;
}
.batchExport-field-deactivated {
    color: #ccc !important;
}

.thresholds-field {
    width:390px;
    height: 34px;
    line-height: 34px;
    overflow: hidden;
    color:#555555;
    display: inline-block;
    text-align: center;
    margin: 10px 0;
}

.batchExport-items {
    display: inline-block;
    width:610px;
    text-align: left;
    padding: 15px 0;
}

.thresholds-items {
    display: inline-block;
    text-align: left;
    padding: 15px 0;
}

.batchExport-response {
    color:#000000;
    font-size: 24px;
    margin: 30px 0;
}

.batchExport-response-title {
    font-size: 16px;
    margin-bottom: 10px;
}

.batchExport-buttons {
    padding-top: 20px;
}

.asideCheckboxes-field {
    height: 34px;
    line-height: 34px;
    margin-bottom: 10px;
    white-space: nowrap;
}

.asideCheckboxes-field .ckbBox{
    margin-right: 5px;
}


.asideCheckboxes {
    margin-bottom: 30px;
    margin-top: 30px;
}


.popup {
    display: none;
    z-index: 10;
    position: relative;
}

.popup-content {
    z-index: 2;
    position: fixed;
    top:0;
    left:0;
    right:0;
    bottom: 0;
    overflow-y: auto;
}

.popup.active {
    display: block;
}

/* Only when popup is active */
/*body {
    overflow: hidden;
}*/


.popup-milk {
    position: fixed;
    top:0;
    left:0;
    right:0;
    bottom: 0;
    background-color: rgba(255,255,255,0.8);
    z-index: 1;
}

.popup-window {
    z-index: 2;
    width:780px;
    border: 1px solid #00567f;
    border-radius: 5px;
    margin: 186px auto 30px auto;
    padding: 30px;
    position: relative;
    background: #fff;
}

.popup-window-title {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    color:#000;
    padding: 5px 0 25px 0;
    border-bottom:#dcdcdc 1px solid;
}


.editThreshold td {
    vertical-align: middle;
}

.editThreshold input {
    position: static;
    margin-right: 10px;
}

.editThreshold .flcheckbox {
    vertical-align: inherit;
}

.editThreshold  label {
    margin-right: 10px;
}

.editThreshold .filterButtons {
    padding: 30px 5px;
}

.editThreshold .flcheckbox {
    margin-left: 15px;
}

.editThreshold .tdl {
    text-align: right;
    padding-right: 45px;
}

.editThreshold .tdr {
    padding-left: 45px;
}

.button.blue {
    background-color: #000;
    margin-right: 16px;
}

.button.red {
    background-color: #e96553;
}


.popup-window-buttons {
    text-align: center;
    padding: 33px 0;
}

.popup-window-buttons .button {
    display: inline-block;
}

.buttons {
    padding-left: 153px;
}

.buttons .button {
    display: inline-block;
    width:150px;
    margin-right: 15px;
    margin-bottom: 5px;
}

.buttons-right {
    padding-top: 10px;
    text-align: right;
}

.buttons-right .button {
    display: inline-block;
    width:150px;
    margin-right: 15px;
    margin-bottom: 5px;
}

.Modified .flcheckbox .ckbBox {
    width: 20px;
    height: 20px;
    border-radius: 4px;
    margin-top: 5px;
    border-color:#75be39;
}

.Modified .flcheckbox.flchecked .ckbBox {
    background-color: #75be39;
    border-color: #75be39;
    background-size: 70%;
}

.filtersTitle {
    margin-top: 10px;
    font-weight: bold;
}
.checkbox-title {
    display: inline-block;
    width:230px;
    text-align: right;
}

.managementCheckboxes {
    margin-top: 10px;
}

.batchExport-checkbox {
    
}

.form-item-survey-label {
     display: inline-block;
     width: 150px;
     margin-top: 15px;
}

.form-item-line-height {
    line-height: 30px;
}

.roles-title {
    position: relative;
    text-align: center;
    padding: 10px 10px 10px 10px;
}

.font-blue {
    color: #00567f;
}

.rolesul {
    height: 300px;
    overflow: auto;
    border: #75be39 1px solid;
    border-radius: 5px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

.rolesli {
    margin-top: 10px;
    margin-left: 10px;
    padding: 0;
}

.roleslabel {
    color: WindowText;
    background-color: Window;
    margin: 0;
    padding: 0;
    width: 100%;
    vertical-align: middle;
}

.filterul {
    height: 150px;
    overflow: auto;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    border: #75be39 solid 1px;
    border-radius: 5px;
    padding: 10px;
}

.filterli {
    margin: 0;
    padding: 0;
    line-height: 30px;
}

.filterlabel {
    
}

.filtercheckbox {
    width: initial !important;
    height: initial !important;
}

.filtercheckboxwrapper {
    width: 250px !important; 
    margin-top: 10px !important; 
    margin-right: 5px !important;
    display: inline-block !important;
}

.foldercheckboxwrapper {
    width: 100% !important; 
    margin-top: 10px !important; 
    margin-right: 5px !important;
    display: inline-block !important;
}

.reportSettings-colorValue {
    float: left !important;
    width: 75px !important;
}
.reportSettings-colorPointer {
    float: left !important;
}

.reportSettingsEdit-txtColorValue {
    width: 150px !important;
}
.reportSettingsEdit-colorContainter {
    height: 350px !important;
}
.ui-widget-content, .evo-more a {
    color: #00567f !important;
    font-family: 'Bariol-Regular' !important;
    font-weight: normal !important;
}
input[type=file] {
	width: 400px;
}
#lbxBenchmark > option {
     height: 20px !important;
}

span.UpdateSurveys {
    margin-right: 100px;
}
input.updateSurveysButton {
    cursor: pointer;
    background-color: #75be39;
}

html .cke_skin_kama {
    border:1px solid #75be39 !important;
}

.box {
    background: #fff;
    border: 1px solid #efefef;
    border-radius: 5px;
    padding: 10px 0 30px;
}

.main-content-border.hidden {
    border: none;
    background: none;
}

#ctl00_lblStatusMessage {
    color: #75be39 !important;
}

select:active, select:hover {
    outline-color: red !important; 
}