@import "highcontrast.css";
@import "bigletters.css";

.survey .panel-heading {
    line-height: 2.4;
}

.survey .glyphicon-move {
    cursor: pointer;
}

.survey-blocks {
    min-height: 50px;
}

.survey-questions {
    min-height: 50px;
}

.survey-description {
    font-size: 14px;
    line-height: 1.8;
}

.start-btn {
    margin: 20px auto;
}

span.required {
    color: red;
}

.question {
    margin-top: 10px;
}

.field-label {
    padding: 5px;
    margin-right: 10px;
}

.field-label span {
    display: inline-block;
    margin-left: 5px;
}

.multirepeat-box {
    padding: 5px;
}

.multirepeat-title {
    font-weight: bold;
}

.block-description {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 10px;
}

.step-description {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 10px;
    padding: 10px;
}

.preloaderBg {
    background: #fff;
    opacity: 0.7;
    z-index: 1000;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.preloaderContainer {
    width: 300px;
    height: 200px;
    z-index: 1001;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -150px;
    margin-top: -100px;
    background: transparent url('/img/loading.gif') no-repeat scroll center center;
}

.floating-save {
    position: fixed;
    height: 50px;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    border-bottom: solid 2px #ccc;
    padding: 7px;
    text-align: right;
}

.delete-panel {
  float: right;
  font-weight: bold;
}

.btn-primary {
    border: none;
    background-color: #279344;
}

.language-switcher-container a {
    line-height: 18px;
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
    font-family: "DM Sans";
    text-transform: lowercase;
    margin: 10px;
    padding-top: 6px;
}

.language-switcher-container {
    padding-top: 2px;
}

#datatable2 {
    font-size: 11px!important;
}

#datatable2 {
    width: 700px!important;
    margin-left: 0px!important;
    margin-right: 0px!important;
}

@media (min-width: 768px) {
    .container {
         /*width: 700px;*/
        /*margin-left: 0px!important;*/
        /*margin-right: 0px!important;*/
    }
}

#datatable2 a:link, #datatable2 a:visited, #datatable2 a:hover, #datatable2 a:active, #datatable2 a:-webkit-any-link {
    color: #1517CF!important;
}

.panel {
    border: none!important;
    border-radius: 4px;
}

body .main-logo {
    height: 77px;
    background: url("https://stage.thinknord.org/skin/frontend/easy/thinknord/images/main-logo.png") no-repeat !important;
    background-size: contain!important;
}
