﻿h1, h2, h3,
h4, h5, h6 {
    color: #586167;
    font-weight: bold;
    margin-bottom: 0;
    padding-bottom: 0;
}

.btn-primary {
    background-color: #33559a;
}

a.btn-primary {
    color: #fff;
    font-weight: 600;
}

.btn {
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
}

.rwsep-foreground {
    background-color: #e4e6e7;
}

.rwsep-background {
    background-color: #dfe4e6;
}

.rwsep-dark-grey {
    background-color: #374249;
}

.rwsep-failed {
    color: #ff586c;
}

.rwsep-started {
    color: #3fc6f2;
}

.rwsep-passed {
    color: #9bf23f;
}

.field-validation-error {
    margin-left: 12px;
    color: #ff586c;
    font-weight: bold;
}

input.input-validation-error {
    border: 1px solid #ff586c;
}

input, textarea {
    border: 1px solid #b2b4b6;
}

textarea {
    font-family: inherit;
    width: 500px;
}

    input:focus, textarea:focus {
        border: 1px solid #7ac0da;
        background-color: white;
    }

.rwsep-a {
    color: #3a60a5 !important;
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: none;
}

    .rwsep-a:hover {
        color: #6987bd !important;
        text-decoration: underline !important;
        background: none;
    }

.vertical-top {
    vertical-align: top;
}

.vertical-middle {
    vertical-align: middle !important;
}

.inline {
    display: inline-block;
}

.pt5 {
    padding-top: 5px;
}

.pt35 {
    padding-top: 35px;
}

.mr20 {
    margin-right: 20px;
}

.ml10 {
    margin-left: 10px;
}

.ml30 {
    margin-left: 30px;
}

.mt16 {
    margin-top: 16px !important;
}

.mt14 {
    margin-top: 14px;
}

.mt0 {
    margin-top: 0px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.m10 {
    margin: 10px;
}

.m5 {
    margin: 5px;
}

.pb15 {
    padding-bottom: 15px;
}

.pl30 {
    padding-left: 30px;
}

.pl60 {
    padding-left: 60px;
}

.pr120 {
    padding-right: 120px;
}

.pr60 {
    padding-right: 60px;
}

.pb20 {
    padding-bottom: 20px;
}

.p20 {
    padding: 20px;
}

.p10 {
    padding: 10px;
}

.row {
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
}

.left {
    float:left;
}

.right {
    float: right;
}

.h700 {
    height: 700px;
}

.mw300 {
    min-width: 300px;
    max-width: 300px;
}

.w50 {
    width: 50px;
}

.w900 {
    width: 900px;
}


.w700 {
    width: 700px;
}

.w600 {
    width: 600px;
}

.w500 {
    width: 500px;
}

.w400 {
    width: 400px;
}

.w450 {
    width: 450px;
}

.w345 {
    width: 345px;
}

.w320 {
    width: 320px;
}

.w300 {
    width: 300px;
}

.w250 {
    width: 250px;
}

.w240 {
    width: 240px;
}

.w200 {
    width: 240px;
}

.w150 {
    width: 150px;
}

.w120 {
    width: 120px;
}

.w-100 {
    width: 100%;
}

.mw150 {
    min-width: 150px;
}

.fs18 {
    font-size: 18px;
}

.fs24 {
    font-size: 24px;
}

.exam-edit-input {
    border: 0px;
    background-color: transparent;
    width: 300px !important;
}

input[type="text"], input[type="password"] {
   padding: 6px;
   padding-left: 10px;
   width: 100%;
}

input[type=radio].css-radio {
    position: absolute;
    z-index: -1000;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

    input[type=radio].css-radio + label.css-label {
        padding-left: 22px;
        height: 20px;
        display: inline-block;
        line-height: 20px;
        background-repeat: no-repeat;
        background-position: 0 0;
        vertical-align: middle;
        cursor: pointer;
        color: #b4b9bc;
    }

    input[type=radio].css-radio:checked + label.css-label {
        background-position: 0 -20px;
        color: #586167;
    }

label.css-label {
    background-image: url(../Images/radio_button.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.grid-sort-arrow {
    display: inline !important;
}

.grid-header-title > a {
    padding-left: 20px;
    color: white;
}

.btn-group > a.btn-primary {
    color: #fff !important;
}

.btn-group > a {
    color: #333333 !important;
}

.dropdown-menu > li > a {
    padding-left: 5px;
    color: #333333 !important;
}

.dropdown-menu > li {
    max-height: 26px;
}

.panel {
    border: 0px;
}

.panel-group {
    margin-bottom: 0px;
}

.panel-heading > h4 > a ,
.panel-heading > h5 > a{
    color: #586167;
}

.panel-body {
    padding: 0px;
}

.list-group {
    background-color: #374249;
    margin-bottom: 0px;
}

.list-group-item {
    color: #fff;
    border: 0px;
    padding-left: 40px;
    background-color: #374249;
}

.list-group-item > a {
    color: #fff;
}

.list-group-item:hover {
    background-color: #4f595f;
}

.list-group-item:hover > a {
    text-decoration: none;
}

.list-group-item:first-child {
   border-top-left-radius: 0px; 
   border-top-right-radius: 0px; 
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.previewImage {
    max-height: 40px;
    min-height: 40px;
    max-width: 40px;
    min-width: 40px;
}

.articleListItem {
    padding-left: 0px!important;
    padding-right: 0px!important;
}

.search-box {
    float: right;
    padding-top: 12px;
}

.search-box:focus {
    color: #000;
}

.search-box::-moz-placeholder {
    color: #fff;
}

.search-box:-ms-input-placeholder {
    color: #fff;
}

.search-box::-webkit-input-placeholder {
    color: #fff;
}

.badge {
    background-color: inherit;
}

#body {
    margin-top: 50px
}

#body > h2 {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 25px;
}

.navbar {
    box-shadow: 0 5px 10px black;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .26);
    border: 0;
    min-width: 1200px;
    right: 0;
    left: 0;
    margin: 0;
    min-height: 50px !important;
}

.navbar-right {
    margin-left: auto !important;
}

.navbar > .container-fluid {
    display: flex;
    align-items: center;
}

.navbar .navbar-collapse {
    flex-grow: 1;
}

.navbar .navbar-header {
    margin: 0;
    overflow: hidden;
    white-space: nowrap;
}

.navbar .navbar-header .navbar-brand {
    overflow: hidden;
    text-overflow: ellipsis;
    float: initial;
}

.navbar-nav {
    margin: 0;
}
.navbar-nav>li {
    float: left;
}
.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
}

.navbar-nav.navbar-text > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
}

.navbar-brand {
    color: #586167;
    font-size: 20px;
    font-weight: bold;
    padding: 6px 15px;
}

.navbar-nav .open .dropdown-menu {
    position: absolute;
    top: 118%;
    float: left;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.nav > li > a:hover, .nav > li > a:focus, .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: initial;
}

.navbar .select2-container .select2-choice {
    border-radius: 0;
    border-color: transparent;
    box-shadow: none;
    background: #fff;
}

.navbar .select2-container.select2-container-disabled .select2-choice {
    border-color: transparent;
    opacity: 0.5;
}

.navbar .select2-dropdown-open .select2-choice {
    border-color: initial;
}

.navbar .select2-container .select2-choice .select2-arrow {
    background: transparent;
    border: none;
}

.select2-drop-active {
    border-color: initial !important;
}

.cursor-poiner {
    cursor: pointer;
}

.toggle-icon {
    top: 0px;
    padding: 11px 10px 11px 10px;
    font-size: 37px;
    cursor: pointer;
}

.wrap-text {
    word-break: break-all;
}

.break-text {
    word-break: break-word;
}

.center-text {
    text-align: center;
}

.questionWitoutAnswer {
    border: 2px solid #ff586c;
}

.sign-up-paragraph {
    text-align: justify;
    font-family: 'Sintony';
    font-size: 16px;
    line-height: 32px;
    -webkit-font-smoothing: antialiased;
}

.admin-body {
    width: 1350px;
    -moz-min-width: 1350px;
    -ms-min-width: 1350px;
    -o-min-width: 1350px;
    -webkit-min-width: 1350px;
    min-width: 1350px;
}

@font-face {
    font-family: 'Sintony';
    src: url(../fonts/sintony-font/Sintony-Bold.ttf);
}

.checkbox-list-div {
    border: 1px solid #b2b4b6;
}
.checkbox-list-scroll-div {
    height: 300px;
    overflow-x: hidden ;
    overflow-y: auto ;
    padding: 10px
}
.checkbox-list-scroll-div label {
    margin-left: 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 365px;
    overflow: hidden;
    margin-bottom: 0; 
}

.checkbox-list-scroll-div div {
    display: flex;
}    

.checkbox-list-filter-div {
    white-space: nowrap;
    padding: 10px
}
.checkbox-list-filter-div div, 
.checkbox-list-filter-div input{
    display: inline-block;
}

.checkbox-list-filter-div .input-search {
    width: 70%
}
.checkbox-list-filter-div .select-all {
    width: 15px;
    height: 15px;
    vertical-align: middle;
}
.checkbox-list-filter-div span {
    vertical-align: bottom;
}
.checkbox-list-filter-div .select2-search input{
    margin-left: 85px;
    width: 195px;
}

.checkbox-list-filter-div .select2-search {
    width: 0;
}

.info-tooltip + .tooltip > .tooltip-inner {background-color:  #31708f;}
.info-tooltip + .tooltip > .tooltip-arrow {background-color:  #31708f;}

.add-category {
    cursor: pointer;
}

.reorder-icon {
    opacity: 0.5;
    cursor: pointer;
}

.category-colapse>.panel-heading {
    border-radius: 0;
}
.category-colapse .panel-body {
    border-top: 0 !important ; 
}
.tooltip-success + .tooltip .tooltip-inner {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
  background-repeat: repeat-x;
  border-color: #b2dba1;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
}
.tooltip-success + .tooltip.top .tooltip-arrow,
.tooltip-success + .tooltip.top-left .tooltip-arrow,
.tooltip-success + .tooltip.top-right .tooltip-arrow {
  border-top-color: #d6e9c6;
}

.info-modal button.close {
    margin-top: -8px;
}

.info-modal .modal-body {
    text-align: center;
}

.info-modal .modal-body h5 {
    font-weight: 600;
}

.info-modal .modal-body h6 {
    font-weight: normal;
    font-size: 13px;
}

label.required:after {
    content:"*";
    color:red;
}

.d-flex {
    display: flex;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
}

.sixteen-nine, .proportion720x300, .proportion1x1 {
    position: relative;
}
.sixteen-nine:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.25%;
}
.proportion720x300:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 41.66%;
}
.proportion1x1:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%;
}
.sixteen-nine > .content, .proportion720x300 > .content, .proportion1x1 > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.sixteen-nine > .content > div {
    outline: none;
}
