body, html {
    /*position: relative;*/
    margin: 0;
    height:100%;
    overflow-x: hidden;
}

.insightTable .row:first-child, .breakdown .row:first-child, .profitTable .row:first-child, .npstable .row:first-child {
    font-weight: 600;
}

.breakdown .col-sm-1 {
    text-align: center;
}

.insightTable .row {
     border-bottom: 1px solid #d7d7d9;
 }

.insightTableMS .row {
    border-bottom: 1px solid #d7d7d9;
}

.selectize-dropdown-content .optgroup-header {
    font-weight: bold;
    font-size: 11pt;
}

.breakdown .checkboxLabel{
    height: 29px;
}

#date_range {
    /*margin-right: 20px;*/
}

#profileDrop ul li:last-child {
    border-radius: 0 0 5px 5px;
}

.radarKey {
    border: 1px solid grey;
    border-radius: 10px;
    padding: 10px;
    float: right;
    max-width: 350px;
    margin-bottom: 20px;
}

.radarKeyBox {
    padding: 2px 0;
}

.selectize-input {
    min-height: 41px;
}

#date_range input {
    display: inline-block;
    max-width: 150px;
    background-color: white;
}
#filter_filter {
    height: 46px;
    display: inherit;
    margin: 0 0 2px 0;
    width: 100%;
    justify-content: flex-end;
}

#filter_filter button {
    margin-top: 0;
}
#filter_filter label, #period_filter label{
    line-height: 46px;
    margin: 0 5px 0 15px;
}

.insightHeaderRight .dk-select {
    max-width: 126px;
}

.profitTable {
    text-align: center;
}

.profitTable .col-xs-1 {
    padding: 10px 0;
}

.profitTable .col-xs-7 {
    text-align: left;
    padding: 10px 0;
}

.targetColour {
    width: 10px;
    height: 20px;
    position: absolute;
    right:0;
    top:50%;
    transform: translate(0, -50%);
}

.responseTable .row {
    min-height: 64px;
}

.profitTable .row{
    /*padding: 10px 0;*/
    border-bottom: 1px solid #ddd;
}

.profitTable .headerRow {
    border-bottom: 3px solid #ddd;
    padding-bottom: 5px;
}
.profitTable .surveyHeader {
    border-bottom: 2px solid #878282;
    border-top: 3px solid #878282;
    font-size: 14pt;
}



#period_filter {
    width: 100%;
}

.insightTable .row > div {
    padding: 20px 15px;
    overflow-x: hidden;
    text-overflow: ellipsis;
}

.insightTableMS .row > div {
    /* padding: 20px 15px; */
    overflow-x: hidden;
    /* text-overflow: ellipsis; */
}

.insightTable .row .notifbox, .breakdown .row .notifbox {
    padding: 2px 2px 2px 15px;
    overflow: visible;
    min-height: 61px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.insightTableMS .row .notifbox, .breakdown .row .notifbox {
    padding: 2px 2px 2px 15px;
    overflow: visible;
    min-height: 61px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.avg-label {
    left: 50%;
    transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0); /* IE 9 */
    -webkit-transform: translate(-50%, 0); /* Safari */
}

.pagination > .disabled {
    display: none;
}

.viewSurveysLink {
    font-size: 16px;
    font-weight: bold;
    color: orange!important;
}

.viewSurveysLink:hover {
    color: #61c3a8!important;
}


.dd-item:hover {
    cursor: pointer;
}

.sidebarButton a {
    color: #5a647d;
}

.sidebarButton:hover .sub {
    display: block;
}

.campaign-selector {
    position: absolute;
    top: -47px;
    right: 236px;
    /* display: inline-block; */
    float: right;
    max-width: 400px;
    z-index: 10;
    cursor: pointer;
}

.campaign-selector .has-sub {
    padding-bottom: 30px;
    max-height: 20px;
    overflow: hidden;
}
.campaign-selector .has-sub:hover .sub {
    display: block;
    background-color: white;
    position: absolute;
    top: 30px;
    left: 0;
}

.campaign-selector ul{
    list-style: none;
    padding-left:0;


}
.campaign-selector ul li ul {
    height:300px;
    /*width: 300px;*/
    overflow-y:scroll;
}

.campaign-selector ul li ul li{
    padding: 10px;
    border-bottom: 1px solid grey;
}

.campaign-selector ul li ul .selected{
    border-left: 5px solid orange;
}

.sidebar {
    width: 218px;
    z-index: 10;

    height: 100%;
    background-color: #212c3f;
    position: relative;
    display: inline-block;
    text-align: center;
    float: left;
    /*position: relative;*/
    /*overflow-y: hidden;*/
    /*overflow-x: hidden;*/
}

.fakeSidebar {
    width: 218px;
    z-index: 0;
    height: 100%;
    top:0;
    bottom: 0;
    background-color: #212c3f;
    position: fixed;
}

.collapsed .sidebar, .collapsed .fakeSidebar {
    width: 100px;
}

.showMoreTags {

    display: none;
}

.sidebarButtons {
    text-align: left;
    padding: 0;
    margin-bottom: 75px;

}

.sidebarButton {
    list-style: none;
    font-size: 16px;
    font-weight: bold;
    color: #5a647d;
    border-bottom: solid 1px #444b60;
    cursor: pointer;
    position: relative;
}

.sub {
    display: none;
    background-color: #212c3f;
    position: absolute;
    left:218px;
    top: -1px;
}

.collapsed .sub {
    left: 100px;
}


/*.sidebarButton:hover .sub, .active .sub {*/
    /*display: block;*/
/*}*/

.sidebarButton a:hover {
    color: white;
}

.sidebarButtons > .sidebarButton {
    padding-bottom: 0;
}

.sub .sidebarButton {
    /*padding-left: 30px;*/
}

.sub .sidebarButton:first-child {
    border-top: solid 1px #444b60;
}

.sub .sidebarButton:last-child {
    border-bottom: none;
}



.sidebarButtons > .sidebarButton a {
    padding: 17px 20px 17px 40px;
    display: block;
}

.sub .sidebarButton a {
    /*padding: 17px 20px 17px 30px;*/
    padding: 17px 40px 17px 40px;

}


.sub {
    padding: 0;
}

.collapsed .sidebarButton {
    font-size: 12px;
    text-align: center;
    /*padding: 17px 0;*/
    padding: 0;
}

.collapsed .sidebarButtons > .sidebarButton a {
    padding: 30px 0 5px 0px!important;
}

.collapsed .sub .sidebarButton a {
    /*padding: 10px 0 10px 0px!important;*/
    padding: 20px!important;
    width: 100%;
}

.sidebarButtons .active a {
    color: white;
}

.sidebar img {
    max-width: 218px;
}

.collapsed .sidebar img {
    max-width: 100px;
}

.main {
    margin: 0 0 50px 218px;
}

.collapsed .main {
    margin-left: 100px;
}

.headerBar {
    position: relative;
    height: 72px;
    text-align: center;
    /*padding: 18px 20px 14px 20px;*/
    border-bottom: solid 1px #f2f2f2;
    box-shadow: inset 0 -1px 0 0 #d5d5d5;
}

.headerCenter {
    display: inline-block;
    padding: 18px 0 14px 0;
}

.headerCenter .dk-selected {
    width: 100px;
    border-radius: 0.4em 0 0 0.4em!important;
    border-right: 0!important;
}

.headerCenter .dk-select-open-down .dk-selected{
    border-radius: 0.4em 0 0 0!important;
}

.headerCenter input {
    border-radius: 0 0.4em 0.4em 0!important;
}

.headerLogo {
    float: left;
}
.headerRight {
    padding: 18px 20px 14px 20px;
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    display: -webkit-flex;
}

.button-regular a {
    height: 40px;
    line-height: 40px;
    display: block;
}

.accountImage {
    margin-right: 20px;
}

.mainHeader {
    position: relative;
    box-shadow: inset 0 -1px 0 0 #d5d5d5;
    border: solid 1px #f2f2f2;
    min-height: 131px;
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.mainHeaderLeft {
    /*float:left;*/
    padding: 36px 31px;
    display: inline-block;
}

.mainHeaderLeft h1, .mainHeaderLeft h2 {
    margin-bottom: 10px;
}

.breadcrumbs {
    padding-bottom: 10px;
}

.breakdown {
    margin-bottom: 30px;
}

.sortByAsc, .sortByDesc {
    cursor: pointer;
}

.breakdown .col-sm-7 {
    line-height: 1.4;
    display: flex;
    align-items: center;
    height: 67px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.shift {
    position: absolute;
    background-color:#FFD836;
    font-size: 10pt;
    font-weight: bold;
    line-height: 25px;
    height:25px;
    width: 25px;
    text-align: center;
    right:-7px;
    bottom: -7px;
    border-radius: 25px;
    border: 1px solid white;
    text-shadow: 1px 1px 3px grey;
}

.topBottom {
    width: 100%;
    margin: 2%;
    display: inline-block;
}

.negative.shift {
    background-color: #F2665E;
}

.breakdown .row {
    min-height: 61px;
    border-bottom: 1px solid #d7d7d9;
}

.breakdown img {
    max-height: 35px;
}

.breakdown .row .col-md-2,  .breakdown .row .col-md-1 {
    text-align: center;
}

.breakdown .notif {
    margin: 3px 0;
    position: relative;
}

#filter_filter .dk-select {
    max-width: 195px;
}

.surveyFilter {
    text-align: right;
}

.surveyFilter .dk-select {
    max-width: 200px;
    margin-left: 10px;
}

#filter_filter .dk-select-open-down .dk-select-options {
    top: 89%;
}

.mainHeaderRight {
    /*float:right;*/
    text-align: right;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    max-width: 900px;
}

.insightHeaderRight {
    /*float:right;*/
    text-align: right;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    display: -webkit-flex;
    /*flex-direction: column;*/
    /*-webkit-flex-direction: column;*/
    align-items: flex-end;
    -webkit-align-items: flex-end;
    /*max-width: 900px;*/
}


.dateRange h3 {
    display: inline-block;
    margin-right: 10px;
}

.dateRange .dk-select {
    margin-right: 5px;
}

.mainBlock {
    background-color: #f6f6f6;
    padding: 10px 20px;
    text-align: center;
    display: flex;
    overflow-x: hidden;
   flex-flow: row wrap;
}

.dk-select-options .dk-option-disabled{
     display: none!important;
}

.superBlock {
    padding: 10px 20px;
    background-color: white;
}

.block {
    border-radius: 8px;
    background-color: #ffffff;
    box-shadow: 0 2px 4px 0 #e1dfdf;
    border: solid 1px #edeff0;
    display: inline-table;
    position: relative;
    /*margin: 20px;*/
    /*float: left;*/

    margin: 1%;
}

.blockHeader {
    /*height: 48px;*/
    text-align: left;
    border-bottom: solid 1px #edeff0;
    padding: 16px 16px 10px 16px;
    margin-bottom: 10px;
}

.blockHeader input {
    margin: 0 10px;
}

.blockHeader h2 {
    display: inline-block;
}

.sortable.connected, .sortable li {
    width: 99%!important;
    padding-left: 0!important;
}

.questionBankBox .dk-select {
    float: right;
}

.dk-select {
    padding: 0!important;
    border: 0;
    max-width:300px;
    width: 100%;
    box-shadow: 0;
}

.perPage .dk-select {
    min-width: inherit;
    width: initial;
}
.question-tab>.active {
    /*display: flex!important;*/
}




.tagFilter .dk-select {
    min-width: 200px;
}

.questionBank .questionStuff {
    display: none;
}

.questionBank {
    /*display: flex;width: 100%;height: 100%;flex-direction:column;*/
}

.questionBank .dd-handle {
    padding: 7px 10px 40px 40px;
    height:40px;
    font-size: 16px;
    /*font-size: 22px;*/
}

.question .question .limitComment {
    display: none;
}

.nav-tabs>li>a, .fakeTab {
    background-color: #dbd9d6;
    padding: 10px 30px;
    border-radius: 8px 8px 0 0;
    display:inline-block;
    color:white;
    border: 1px solid #CCC;
    cursor:pointer;
}
.nav-tabs>li.active>a, .fakeTabActive {
    background-color: white;
    border: 1px solid #CCC;
    cursor:pointer;
    padding: 10px 10px;
    border-radius: 8px 8px 0 0;
    display: inline-block;
}

.profitHeader .dk-select{
    width: 300px;
}



.blockButtons {
    float: right;
    color: #dbd9d6;
    position: absolute;
    font-size: 18px;
    right: 10px;
    top: 5px;

}

.blockButtons i {
    padding: 0 3px;
    cursor: pointer;
}

.relative {
    position: relative;
    width: 100%;
}
.centerFlex {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: row wrap;
}

.breakdown .centerFlex {
    justify-content: left;
}

.blockContents {
    text-align: left;
    position: relative;
    padding: 10px 20px 10px 20px;
    min-height: 400px;

    /*overflow-x: scroll;*/
}

.keyText a {
    color: #61c3a8;
    text-decoration: underline;
}

.blockContainer {
    /*height:408px;*/
    display: flex;
    width: 100%;
    flex-flow: row wrap;
}
table {

}

.smallBlock {
    width: 31%;
    min-width: 350px;
    /*margin: 1%;*/
    /*flex: 1;*/
}

.twoBlock {
    width: 48%;

}

.mediumBlock {
    width: 63.5%;
    /*min-width: 900px;*/
    margin: 1%;
    /*flex: 2;*/
}

.largeBlock {
    width: 97%;
    float: none!important;
    /*display:block;*/
    /*margin: 10px auto 20px auto;*/
}

.questionSlider {
    /*margin-top: 10px;*/
    margin: 20px 0;
}

.questionOutside h3 {
    padding: 0 20px;
    margin-bottom: 10px;
}

.na label{
    /*margin:20px 0 0 0;*/
    text-align: center!important;
}



.na {
    /*display: inline-block;*/
    /*float: right;*/
    /*margin-top: -20px;*/
    /*margin-right: 10px;*/
	margin: 0 auto;
}

.subQuestionBlock .na{
    /*margin-top: -14px;*/
}

.questionText {
    font-size: 12pt;
    /*text-align: left;*/
    padding: 0 20px;
    display: inline-block;
    width: calc(100% - 88px);
}

.subQuestionBlock .questionText {
    font-size: 10pt;
    width: 80%;
    padding: 0;
}

.footerBar {
    position: fixed;
    bottom: 0;
    left: 0;
    padding-left: 12px;
    width: 80px;
}

.footerBar p {
    /*line-height: 50px;*/
    color: #5a647d;
    text-align: left;
}

.block .row {
    margin: 0;
    overflow: visible;
}

.table td {
    background-color: white;
    height: 56px;
    padding: 0!important;
    vertical-align: middle!important;
    text-align: center;
    font-size: 14px;
}

#table-clients td {
    height: auto;
    padding: 8px 0!important;
}

.showLessTags, .showTagsClick {
    /*border-radius: 30px;*/
    /*background-color: rgba(42, 214, 210, 0.1);*/
    /*border: solid 1px #2bd6d2;*/
    /*padding: 5px 10px 5px 10px;*/
    /*font-size: 14px;*/

    /*font-weight: normal;*/
    /*color: #2bd6d2!important;*/
    /*position: relative;*/
   color: rgba(42, 214, 210, 0.1)!important;

    background-color: white!important;
    cursor: pointer;


}

/*.customDrop {*/
    /*display:none;*/
/*}*/

.surveyTable td {
    line-height: 37px!important;
}

.surveyTable th:first-child {
    text-align: left;
}

.table td a {
    line-height: 1!important;
}

.table td .name {
    display: block;
}

table {
    border-bottom: 1px solid #ddd!important;
}

.search-right {
    vertical-align: bottom;
}

.padding-bottom {
    padding-bottom: 30px;
}
.table th {
    /*padding: 0!important;*/
    height: 56px;
    line-height: 56px!important;
    background-color: white!important;
    color: black;
    font-size: 14px;
    font-weight: bold;
    text-transform: none;
    border-bottom: 0!important;
    text-align: center;
    position: relative;
}

.avatar img{
    margin:5px 5px 5px 0;
}

#table-monthly-average .voter, #table-monthly-average .rating {
    text-align: center;
}

#table-monthly-average .voter .avatar img, .score-box {
    margin: 5px auto!important;
}

tr .email {
    vertical-align: middle!important;
}

.table th:before {
    content: '';
    width: 1px;
    height:20px;
    background-color: #979797;
    position: absolute;
    left:0;
    top: 20px;
}

.blockContents table th a {
    color:black!important;
}

.table td:first-child, table th:first-child {
    line-height: 1!important;
    padding: 0!important;
    vertical-align: middle!important;
    width: 73px!important;
    text-align: left;
}

#table-accounts  td:first-child, table th:first-child, #filtertable  td:first-child, table th:first-child {
    text-align: center;
}

#table-accounts .name {
    padding-top: 10px;
}

.table .n {
    text-align: center!important;
}

.table th:nth-child(2) {
    /*padding: 0!important;*/
    text-align: left;
    padding-left: 0!important;
}

.table td:nth-child(2) {
    text-align: left;
}

table label {
    margin-bottom: 0!important;
}
.table th:first-child:before, .table th:nth-child(2):before {
    background-color: white;
}

#table-audits th:nth-child(2):before {
    background-color: #9e9da0!important;
}

#table-audits th:nth-child(2) {
    padding-left: 10px!important;
}
#table-audits th:nth-child(1) {
    padding-right: 10px!important;
}

.tableFooter {
    padding-bottom: 20px;
    font-size: 16px;
    font-weight: bold;
    color: #2bcfc8;
    text-decoration: underline;
    text-align: left;
}

.filterBlock .dk-select {
    width: 150px;
}

.perPage .dk-selected {
    width: 98px;
}
#addComponentModal .dk-selected, #addComponentModal .dk-select {
    /*width: 125px;*/
    width: 200px;
}

.maxWidthDrop .dk-selected, .maxWidthDrop .dk-select {
    width: 100% !important;
}

.questionDropBox, .tagDropBox, .filterBox {
    display: none;
}

.dashModal .dk-select {
    display: inline-block;
}

tbody {
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #dddddd;
}

th {
    background-color: transparent!important;
    border-bottom-style: solid!important;
    border-bottom-width: 1px!important;
    border-bottom-color: #dddddd!important;
    border-collapse: separate!important;
}

.bootstrap-tagsinput {
    border: none;
    line-height: 35px!important;
    box-shadow: none;
}

/*.limitView tr:nth-child(n+6) {*/
    /*display: none;*/
/*}*/

.hideRow {
    display: none;
}

.showRow {
    display: table-row!important;
}

.showMore {
    cursor: pointer;
}

.tt-dropdown-menu {
    background-color: white!important;
    /*padding: 10px 10px 0 10px;*/
    border: 1px solid #666666;
}

.tt-hint {
    display: none;
}

.sidebarButtons > .sidebarButton a:before {
    position: absolute;
    margin-top: -1px;
    left:15px;
}

.sub > .sidebarButton a:before {
    left:35px;
}

.hide {
    display: none;
}

.dk-select-open-down .dk-select-options {
    top: 100%;
}

.collapsed .sidebarButtons > .sidebarButton a:before {
    position: absolute;
    margin-top: -20px;
    left:41px;
}

.collapsed .sub .sidebarButton {
    /*padding: 20px 0 0 0!important;*/
    min-height: 58px;
    display: flex;
    /*align-content: center;*/

    text-align: center;
    align-items: center;

}


.campaigns > a:before {
    content: url('/images/sidebarImages/lightbulb-grey.svg');
}

.surveys > a:before {
    content: url('/images/sidebarImages/paper-grey.svg');
}

.surveys > a:hover:before, .surveys.active > a:before {
    content: url('/images/sidebarImages/paper-white.svg');
}

.campaigns > a:hover:before, .campaigns.active > a:before {
    content: url('/images/sidebarImages/lightbulb-white.svg');
}

.questionmark > a:before {
    content: url('/images/sidebarImages/question-grey.svg');
}

.questionmark > a:hover:before, .questionmark.active > a:before {
    content: url('/images/sidebarImages/question-white.svg');
}



tr .campaigns a:before, tr .campaigns a:hover:before {
    content: '';
}

.people > a:before {
    content: url('/images/sidebarImages/man-grey.svg');
}
.people > a:hover:before, .people.active > a:before {
    content: url('/images/sidebarImages/man-white.svg');
}

.invite > a:before {
    content: url('/images/sidebarImages/envelope-grey.svg');
}
.invite > a:hover:before, .invite.active > a:before {
    content: url('/images/sidebarImages/envelope-white.svg');
}

.modal-body .bootstrap-tagsinput input{
    margin-top: 10px;
}
.admin > a:before {
    content: url('/images/sidebarImages/cogs-grey.svg');
}
.admin > a:hover:before, .admin.active > a:before {
    content: url('/images/sidebarImages/cogs-white.svg');
}


th i {
    color: #666666
}

.outside {
    height: 100%;
    background-color: #f6f6f6;
}

.headerBar, .mainHeader {
    background-color: white;
}

.questionOutside {
    /* background-color: #f2c500; */
    position: relative;
    height:100%;
    padding: 25px;
}

.orange {
    /*background-color: #f2c500; */
}

.questionOutside .main {
    text-align:center;
    margin: 0 auto;
    /*max-width: 380px;*/
    max-width: 760px;
    border-radius: 8px;
    background-color: #ffffff;
    box-shadow: 0 2px 4px 0 #dbd9d6;
    /*border: solid 1px #dbd9d6;*/
    display: block;
}

.questionProgress {
    height: 8px;
    background-color: #b4b8b7;
    border-radius: 8px 8px 0 0;
}

.questionProgressInner {
    border-radius: 8px 8px 0 0;
    height: 8px;
    background-color: #f2a600;
}

.dashlegend {
    margin-bottom: 20px;
    position: absolute;
    top:20px;
    left: 20px;
}

.dashlegend .dash {
    display:inline-block;
    width:40px;
    height:1px;
    margin:0 10px 5px 10px;
}

.questionProgressNumber {
    font-size: 12px;
    color: #6f6f6f;
    text-align: right;
    display:none;
    margin: 0 10px 0 0;
}

#currentQu {
    font-size: 12px;
}

.questionSliderInner {
    height: 8px;
    background-color: #61c3a8;
    position: absolute;
    left:0;
    top:0;
}

.questionMiddle {
    padding: 0 20px 0 20px;
    text-align: left;
}

.questionMiddle input[type=text],.questionMiddle input[type=email] {
    width:100%;
}

.questionMiddle textarea {
    width: 100%;
    position: relative;
    z-index: 1;
}

.questionMiddle textarea:focus {
    outline:0;
}


.textAreaCount {
    background-color: white;
    font-size: 10px;
    color: #b4b8b7;
    box-shadow: 0 2px 2px 0 #e6e6e6;
    border: solid 1px #dbd9d6;
    border-top: none;
    text-align: right;
    padding-right: 20px;
    border-radius: 0 0 4px 4px;
    margin-top: -9px;
    position: relative;
    z-index:2;
}

.questionOutside label {
    width: 100%;
    text-align: left;
    font-size: 14px;
    color: #313131;
    font-weight: normal;
}

.questionImage {
    margin: 10px auto 10px auto;
    max-width:100%;
    max-height: 200px;
}

.questionMiddle .dk-selected, .questionMiddle .dk-select {
    width: 100%!important;
    max-width: 100%!important;

}
.dk-select-options {
    max-height: 20em;
}

td i {
    background-color: white!important;
}


.questionMiddle .customDrop {
    width: 100%!important;
    max-width: 100%;
}

#surveyFilters .questionMiddle label {
    margin-top: 15px;
}

.questionMiddle button {
    display: block;
    margin:20px auto;
}

.questionFooter {
    font-size: 10px;
    color: #b4b8b7
}

.questionSliderText {
    font-size: 12px;
    text-align: center;
}

.questionText {
    font-weight: bold;
    color: #313131;
    min-height: 42px;

}

.questionBlock {
    display: none;
}


.questionMiddle > .subQuestionBlock {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 10px;
}

.questionMiddle > .subQuestionBlock ~ .subQuestionBlock{
    padding-top: 0px;
}


#thankYou {
    margin-bottom: 20px;
}


.allQuestions {
    list-style: none;
    display: block;
    padding:0;
    margin: 0 auto;
    min-height: 500px;
}

.allQuestions > li {
    width: 50%;
    /*display: inline-block;*/
    float:right;
    min-height: 100px;
    border: 1px solid pink;
}

.questionBank, .selectedQuestions {
    display: block;
}

.allQuestions > li > ol {
    min-height: 200px;
    padding:0;
}


.dropPlaceholder {
    background-color: green;
    /*float:left;*/
    /*height:500px;*/
}

.allQuestions > li:first-child {
    float:left;
}

.allQuestions ol {
    padding: 0;
}

.mjs-nestedSortable-disabled {
    /*display: none;*/
}

/*.question ol li{*/
    /*background-color: lightblue!important;*/
    /*text-align: center;*/
    /*color: white;*/
    /*!*padding: 3px;*!*/
/*}*/

.dd-list .dd-list ol li, .questionBank ol li ol, .dd-dragel .dd-ghost {
    display: none;
}

.dd > .dd-list {
    padding-bottom: 40px;
}

 .dd-ghost{
    /*height: 1px!important;*/
     color:#2bd6d2!important;
    /*min-height: 1px!important;*/
     background-color: rgba(42, 214, 210, 0.1);
}

/*.dd-item .dd-collapse{*/
    /*display: block!important;*/
/*}*/

.dd-item .dd-expand {
    display: none;
}

.questionStuff {
    /*position: absolute;*/
    /*display:inline-block;*/
    /*top:40px;*/
    /*left:0px;*/
    /*width: 99%;*/
    /*z-index:100;text-align:center;*/

    position: relative;
    display: inline-block;
    width: 100%;
    padding: 5px;
    background-color: ghostwhite;
    z-index: 100;
    text-align: center;
    border: 1px solid #ccc;
    border-top: 0;
}



.dd-item {
    position: relative;
    z-index: 1;

}

.dd-item label {
    color: black;
}
.dd-handle {
    position: relative;
    z-index: 1;
    /*height:80px;*/

}

.questionBank .dd-handle {
    height:auto;
    border-bottom: 1px solid #ccc;
    border-radius: 3px;
}

.dd-collapsed .dd-collapse {
    display: none!important;
}

.dd-collapsed .dd-expand {
    display: block;
}

/*.dd-list .dd-list button, .questionBank button {*/
    /*display: none!important;*/
/*}*/

.dd-item button {
    display: none!important;
}

.mjs-nestedSortable-hovering {
    background-color: pink!important;
}

.allQuestions .question {
    border: 1px solid #CCC;
    border-radius: 5px;
    margin: 5px;
    text-align:center;
    list-style: none;
    padding: 5px;
    cursor: pointer;
}

.preloadedQuestions {
    display: none;
}

/**
        * Nestable
        */

.dd { position: relative; display: block; margin: 0; padding: 0; list-style: none; font-size: 13px; line-height: 20px; }

.dd-list { display: block; position: relative; margin: 0; padding: 0; list-style: none; }
.dd-list .dd-list { padding-left: 30px; }
.dd-collapsed .dd-list { display: none; }

.dd-item,
.dd-empty,
.dd-placeholder { display: block; position: relative; margin: 0; padding: 0; min-height: 20px; font-size: 13px; line-height: 20px; }

.dd-handle {
    /*display: block; margin: 5px 0;*/
    /*padding: 5px 50px 40px 20px; color: #333; text-decoration: none; font-weight: bold; border: 1px solid #ccc;*/
    /*background: #fafafa;*/
    /*background: -webkit-linear-gradient(top, #fafafa 0%, #eee 100%);*/
    /*background:    -moz-linear-gradient(top, #fafafa 0%, #eee 100%);*/
    /*background:         linear-gradient(top, #fafafa 0%, #eee 100%);*/
    /*-webkit-border-radius: 3px;*/
    /*border-radius: 3px;*/
    /*box-sizing: border-box; -moz-box-sizing: border-box;*/
    display: block;
    margin: 5px 0 0 0;
    padding: 10px 50px 10px 20px;
    color: #333;
    text-decoration: none;
    font-weight: bold;
    border: 1px solid #ccc;
    background: #fafafa;
    background: -webkit-linear-gradient(top, #fafafa 0%, #eee 100%);
    background: -moz-linear-gradient(top, #fafafa 0%, #eee 100%);
    background: linear-gradient(top, #fafafa 0%, #eee 100%);
    -webkit-border-radius: 3px;
    border-radius: 3px 3px 0 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-bottom: 0;
}
.dd-handle:hover { color: #2ea8e5; background: #fff; }

.dd-item > button { display: block; position: relative; color:orange; cursor: pointer; float: left; width: 25px; height: 20px; z-index: 50; margin: 5px 0; padding: 0; text-indent: 100%; white-space: nowrap; overflow: hidden; border: 0; background: transparent; font-size: 12px; line-height: 1; text-align: center; font-weight: bold; }
.dd-item > button:before { content: '+'; display: block; position: absolute; width: 100%; text-align: center; text-indent: 0; }
.dd-item > button[data-action="collapse"]:before { content: '-'; }

.dd-placeholder,
.dd-empty { margin: 5px 0; padding: 0; min-height: 30px; background: #f2fbff; border: 1px dashed #b6bcbf; box-sizing: border-box; -moz-box-sizing: border-box; }
.dd-empty {
    border: 1px dashed #bbb; min-height: 100px;
    background-color: rgba(42, 214, 210, 0.1);
    /*z-index:0;text-align: center; color:white; padding:5px;height: 100%;width: 100%;display: flex;justify-content: center;align-items: center; position: absolute;top: 0*/
    /*z-index: 0;*/
    /*text-align: center;*/
    /*color: white;*/
    /*padding: 5px;*/
    /*height: 100%;*/
    /*width: 100%;*/
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: center;*/
    /*position: absolute;*/
    /*top: 0;*/
}

.dd-dragel { position: absolute; pointer-events: none; z-index: 9999; }
.dd-dragel > .dd-item .dd-handle { margin-top: 0; }
.dd-dragel .dd-handle {
    -webkit-box-shadow: 2px 4px 6px 0 rgba(0,0,0,.1);
    box-shadow: 2px 4px 6px 0 rgba(0,0,0,.1);
    padding: 7px 40px 40px 40px;
}

/**
 * Nestable Extras
 */

.nestable-lists { display: block; clear: both; padding: 30px 0; width: 100%; border: 0; border-top: 2px solid #ddd; border-bottom: 2px solid #ddd; }

#nestable-menu { padding: 0; margin: 20px 0; }

#nestable-output,
#nestable2-output { width: 100%; height: 7em; font-size: 0.75em; line-height: 1.333333em; font-family: Consolas, monospace; padding: 5px; box-sizing: border-box; -moz-box-sizing: border-box; }

#nestable2 .dd-handle {
    color: #fff;
    border: 1px solid #999;
    background: #bbb;
    background: -webkit-linear-gradient(top, #bbb 0%, #999 100%);
    background:    -moz-linear-gradient(top, #bbb 0%, #999 100%);
    background:         linear-gradient(top, #bbb 0%, #999 100%);
}
#nestable2 .dd-handle:hover { background: #bbb; }
#nestable2 .dd-item > button:before { color: #fff; }

@media only screen and (min-width: 700px) {

    /*.dd {  width: 48%; }*/
    /*.dd + .dd { margin-left: 2%; }*/

}

.dd-hover > .dd-handle { background: #2ea8e5 !important; }

/**
 * Nestable Draggable Handles
 */

.dd3-content { display: block; height: 30px; margin: 5px 0; padding: 5px 10px 5px 40px; color: #333; text-decoration: none; font-weight: bold; border: 1px solid #ccc;
    background: #fafafa;
    background: -webkit-linear-gradient(top, #fafafa 0%, #eee 100%);
    background:    -moz-linear-gradient(top, #fafafa 0%, #eee 100%);
    background:         linear-gradient(top, #fafafa 0%, #eee 100%);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    box-sizing: border-box; -moz-box-sizing: border-box;
}
.dd3-content:hover { color: #2ea8e5; background: #fff; }

.dd-dragel > .dd3-item > .dd3-content { margin: 0; }

.dd3-item > button { margin-left: 30px; }

.dd3-handle { position: absolute; margin: 0; left: 0; top: 0; cursor: pointer; width: 30px; text-indent: 100%; white-space: nowrap; overflow: hidden;
    border: 1px solid #aaa;
    background: #ddd;
    background: -webkit-linear-gradient(top, #ddd 0%, #bbb 100%);
    background:    -moz-linear-gradient(top, #ddd 0%, #bbb 100%);
    background:         linear-gradient(top, #ddd 0%, #bbb 100%);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.dd3-handle:before { content: '≡'; display: block; position: absolute; left: 0; top: 3px; width: 100%; text-align: center; text-indent: 0; color: #fff; font-size: 20px; font-weight: normal; }
.dd3-handle:hover { background: #ddd; }

.maxDrop .dk-select, .maxDrop .dk-selected {
    max-width: 600px!important;
}

.datepicker-days.table td:first-child, table th:first-child {
    width:20px!important;
}

.datepicker-days {
    padding: 10px;
}

.mce-panel {
    max-width: 800px;
}

.period {
    text-transform: capitalize;
}

.heatmap .row {
    height: 37px;
}

.heatmap .row:nth-child(odd) .heatName {
    background-color: #f2f2f2;
}
.heatmap .row:nth-child(even) .heatName {
    background-color: white;
}

.heatName {
    /*overflow-x: hidden;*/
    text-overflow: ellipsis;
}
.heatName, .heatNumber {
    display: inline-block;
    height: 34px;
    line-height: 34px;
    overflow: hidden;
}
.heatNumber {
    /*width: 4%;*/

    text-align: center;
    font-weight: bold;
    color: black;
}
.heatName {
    padding-left: 10px;
    /*width: 56%;*/
}

.keyBox {
    width: 100%;
    /*padding: 10px 10px 10px 50px;*/
    padding: 10px;
    position: relative;
    display: flex;
    align-items: center;
    border: 1px solid #edeff0;
    box-shadow: 0 0 5px #888888;
    flex-flow: row wrap;
    /*justify-content: space-between;*/
    /*margin: 20px 0;*/
    margin: 5px 0;
    min-height: 60px;
}

.keyBox .notif {
    width: 30px;
    height: 30px;
    border-radius: 10px;
    font-size: 18px;
    line-height: 30px;
}

.smallNotif {
    width: 40px;
    height: 40px;
    border-radius: 13px;
    font-size: 18px;
    font-weight: bold;
    color: white;
    line-height: 43px;
    text-align: center;
    display: inline-block;
}

.keyText {
    font-size: 10pt;
    margin-left: 10px;
    max-width: 90%;

}

.keyIcon {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 10px;
    font-size: 20px;
    color: #f1665d;
}

.selectize-control {
    display: inline-block;
    min-width: 200px;
}

.shift {
    display: none;
}

.selectize-input, .selectize-control.multi .selectize-input.has-items {
    padding: 0px;
}
.selectize-control.multi .selectize-input > div, .selectize-control.multi .selectize-input > div.active {
    border-radius: 30px;
    background-color: rgba(42, 214, 210, 0.1);
    border: solid 1px #2bd6d2;
    padding: 0 10px 0 10px;
    margin: 2px 0;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    height: 33px;
    /*max-width: 150px;*/
    line-height: 33px;
    color: #2bd6d2!important;
    position: relative;
    /*white-space: nowrap;*/
    /*text-overflow: ellipsis;*/
    /*overflow: hidden;*/
}
.selectize-dropdown {
    text-align: left;
}

.selectize-control.plugin-remove_button [data-value] .remove {
    border: 0;
    top: -2px;
}

#editBlock, .editButtons {
    display: none;
}


@media screen and (max-width: 1000px) {
    .campaign-selector {
        display: none;
    }
    .hide-for-small {
        display: none;
    }
    .smallTopMargin {
        margin-top: 10px;
    }
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) and (max-width: 1200px) {
    /* Retina-specific stuff here */
    .hide-for-small {
        display: none;
    }
    .smallTopMargin {
        margin-top: 10px;
    }
}

@media screen and (min-height: 900px) {
    .sidebar {
        position: fixed;
    }
}

@media screen and (min-width: 1000px) {
    .topBottom {
        width: 45%;
    }
}

