@charset 'utf-8';
/*
//
// Theme mixin 
// Rounded conners - all sides, selected side
// --------------------------------------------------
*/
/*
//
// Theme mixin 
// Gradient background
// --------------------------------------------------
*/
/*
//
// Theme mixin 
// Shadows
// --------------------------------------------------
*/
/*
//
// Theme mixin 
// Dynamic effects
// --------------------------------------------------
*/
body {
  padding-top: 0;
  -webkit-font-smoothing: antialiased !important;
  padding-bottom: 30px;
  background-repeat: no-repeat;
  color: #333333;
  font-weight: 400;
  font-size: 14px;
  font-family: Roboto, Arial, sans-serif;
}
.body-wrapper {
  max-width: 98%;
  margin: 0 auto;
  background-color: #FFFFFF;
  padding: 10px;
  border-radius: 0;
  z-index: 0;
}
.body-content h2 {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.right,
.text-right {
  text-align: right;
}
.text-normal {
  font-weight: 400;
}
/* Override the default bootstrap behavior where horizontal description lists
   will truncate terms that are too long to fit in the left column
*/
.dl-horizontal dt {
  white-space: normal;
}
hr.primary-color {
  color: #25445a;
}
/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
  max-width: 280px;
}
#loginForm .row {
  margin-bottom: 10px;
}
#loginForm label {
  text-align: right;
}
#loginForm #loginLink {
  color: #25445a !important;
}
#loginForm #loginLink:hover {
  color: #ff6600;
}
.control-label-right {
  text-align: right;
}
.autocomplete-input {
  background: white url('/Content/images/icon-search.png') right center no-repeat;
  padding-right: 25px !important;
}
a {
  color: #25445a;
}
a:hover {
  color: #ff6600;
}
.validation-summary-errors > ul > li {
  color: #CC0000;
}
.field-validation-error {
  color: #CC0000;
}
.input-validation-error {
  border-color: #CC0000;
  webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.panel-default {
  border: 1px solid #dddddd;
}
.panel-home {
  min-height: 150px;
}
.panel-space {
  margin: 40px 0 50px 0;
}
.panel-heading h2 {
  border: none !important;
  margin-bottom: 0;
  padding-bottom: 0;
}
.panel-question {
  padding: 10px;
  background-color: #f0f0f0;
}
.panel-footer {
  padding-top: 15px;
}
.panel-footer a {
  color: #25445a !important;
}
h1 {
  color: #25445a;
  padding: 0 0 3px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #dddddd;
  font-weight: 400;
  font-family: "PT Sans", Roboto, Arial, sans-serif;
  font-size: 28px;
}
h2 {
  font-family: "PT Sans", Roboto, Arial, sans-serif;
  color: #25445a;
  font-size: 25px;
  font-weight: 700;
  margin-top: 0;
  margin-right: 10px;
  padding-top: 10px;
}
.navbar {
  margin-bottom: 10px;
  font-family: "PT Sans", Roboto, Arial, sans-serif;
}
.navbar-stripe .activeLng {
  color: #FFFFFF;
  font-weight: 300;
  background-color: #25445a;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.navbar-stripe .activeLng:hover {
  text-decoration: none !important;
  background-color: #ff6600;
}
.navbar-stripe .languageBar {
  padding-top: 10px;
}
.navbar-stripe #logoutForm {
  margin-bottom: 5px;
}
.navbar-stripe form {
  margin-top: 4px;
}
.navbar-stripe form .user-name {
  font-weight: 300;
}
.navbar-stripe form .user-name a {
  color: #333333;
}
.navbar-stripe form .user-name a:hover {
  background-color: #FFFFFF;
  color: #25445a;
  text-decoration: underline;
}
.navbar-stripe form a {
  color: #25445a;
  font-weight: 300;
}
.navbar-stripe span a {
  color: #848283;
  padding: 4px;
  text-transform: uppercase;
  min-width: 20px;
  min-height: 20px;
}
.navbar-stripe span a:hover {
  text-decoration: none;
  color: #FFFFFF;
  background-color: #25445a;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.brand img {
  margin-left: 20px;
  max-height: 70px;
  margin-top: 8px;
}
.navbar-default {
  /*    position: fixed;  */
  border: none;
  border-radius: 0;
  background: #25445a;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #25445a), color-stop(1, #25445a));
  background: -ms-linear-gradient(bottom, #25445a, #25445a);
  background: -moz-linear-gradient(center bottom, #25445a 0%, #25445a 100%);
  background: -o-linear-gradient(#25445a, #25445a);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff25445a', endColorstr='#ff25445a', GradientType=0);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.02);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.02);
  filter: none / 9;
  padding: 10px 0;
}
.navbar-nav {
  margin-left: 10px;
}
.navbar-nav li:hover a {
  /*            color: @thm-topmenu-text-hover-color;   */
}
.navbar-nav li:hover a i {
  /*            color: @thm-topmenu-icon-hover-color;   */
}
.navbar-nav li a {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  color: #FFFFFF !important;
  border: 2px solid #25445a;
  padding: 2px 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-right: 10px;
  transition: all 0.4s ease;
  letter-spacing: 0.07em;
}
.navbar-nav li a:hover {
  border: 2px solid #FFFFFF;
}
.navbar-nav li.active a {
  border: 2px solid #FFFFFF;
  background-color: #25445a !important;
}
.nav-pills li {
  border: 1px solid #dddddd;
  margin: 10px 0;
}
.navbar-toggle {
  color: #FFFFFF;
  border: 2px solid #FFFFFF !important;
}
.navbar-toggle .icon-bar {
  background-color: #FFFFFF !important;
}
footer {
  border-top: 1px solid #25445a;
  padding-top: 20px;
  margin-top: 10px;
  padding-bottom: 20px;
}
.ui-iggrid-pagesizedropdown .ui-igedit-button-common {
  padding-top: 1px !important;
  padding-bottom: 1px !important;
  margin-top: -1px;
}
button.ui-dialog-titlebar-close:before {
  content: "\e014";
  font-family: 'Glyphicons Halflings';
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight {
  border-left-color: #dddddd !important;
  border-right-color: #dddddd !important;
}
.ui-igtreegrid-expansion-indicator,
.ui-iggrid-expandbutton {
  border: 1px solid #dddddd;
}
.ui-widget-header {
  border-left: none;
  border-right: none;
}
.initially-focused .ui-state-active {
  background-color: #87b1ce !important;
}
/*
.ui-igtreegrid-expansion-indicator-cell {
    font-weight: @thm-text-bold; 
}
.ui-igtreegrid-rowlevel1 {
    font-weight: @thm-text-normal !important; 
}
    */
/*.ui-iggrid td.ui-state-hover{
    border-width : 0px !important
}*/
/*
.ui-iggrid .ui-iggrid-tablebody > tr > td:first-child, .ui-iggrid .ui-iggrid-table > tbody > tr > td:first-child, .ui-iggrid thead .ui-iggrid-editingcell:first-child, .ui-iggrid .ui-iggrid-addrow + .ui-iggrid-activerow td:first-child, .ui-iggrid th.ui-iggrid-rowselector-class:first-child {
    border-color: transparent !important;
} */
/*
.ui-iggrid-footer {
    border-color: transparent !important;
}

    */
.ui-iggrid td.ui-state-hover {
  border-color: transparent !important;
  border-right-color: #dddddd !important;
  border-left-color: transparent !important;
  border-bottom-color: #dddddd !important;
}
.ui-iggrid td.ui-state-hover:first-child {
  border-left-color: #dddddd !important;
}
.colAligmentRight {
  text-align: right;
}
.gridLink {
  margin-right: 2px;
  color: #25445a !important;
  cursor: pointer;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.gridLink:hover {
  text-decoration: none !important;
  color: #ff6600 !important;
}
.fa.gridLink {
  background-color: #25445a;
  padding: 3px;
  margin-right: 4px;
  color: #FFFFFF !important;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  min-width: 20px;
  min-height: 20px;
}
.fa.gridLink:hover {
  background-color: #ff6600;
}
.gridLink-disabled {
  margin-right: 2px;
  color: #25445a !important;
  cursor: not-allowed;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ui-iggrid-pagecurrent {
  background-color: #25445a !important;
  border: 1px solid #25445a important;
  text-decoration: none;
}
.ui-iggrid-pagecurrent .ui-iggrid-pagelinkcurrent {
  color: #FFFFFF !important;
  text-decoration: none !important;
}
/*
.ui-iggrid td.ui-state-highlight {
    background-color: @thm-color-select;

    a {
        color: @thm-color-primary-dark;
    }
}

.ui-iggrid-header {
    font-weight: @thm-text-bold !important;
    font-size: @thm-text-100pr;    
    background-color: @thm-color-third-dark !important;
}
    */
.gridHideAddButton .ui-iggrid-addrow {
  display: none !important;
}
/*
.ui-iggrid .ui-iggrid-footer .ui-state-default, .ui-iggrid .ui-iggrid-footer .ui-state-hover, .ui-iggrid .ui-iggrid-toolbar .ui-state-default {
    background-color: @thm-tab-bg !important;
}
.ui-iggrid-footer {
    background: @thm-body-bg !important;
}
.ui-state-hover {
    background: @thm-color-hover !important;    
    border-right: 1px solid transparent !important;
}
.ui-state-active {    
    border: 1px solid @thm-color-primary-dark !important;
}


.ui-iggrid td.ui-state-active, .ui-iggrid .ui-ig-altrecord td.ui-state-active {
    background: @thm-color-hover !important;    
}

    */
.ui-state-active {
  border: 1px solid #dddddd !important;
}
.ui-igeditor-input-container {
  background-color: #FFFFFF;
  line-height: 31px;
}
#grid_editor {
  line-height: 31px;
}
.gridHideAddButton tr[data-header-row] th {
  background-color: #f5f5f5;
}
/*infragistisc grid row input*/
.ui-igedit-input {
  color: #333333;
}
.ui-widget a {
  color: #25445a !important;
}
.form-group > label {
  /*  margin-left: 6px; 
    line-height:2.2em;
    padding-right: 3px;*/
  margin-bottom: 2px;
  margin-top: 10px;
  /*    text-shadow: 1px 1px 0 rgba(255,255,255,0.7); */
}
.label-infotext {
  position: static;
  /* padding: 6px 3px 0 6px; */
  /* float: left; */
  padding: 0 0 0 3px;
  clear: both;
  color: #333333;
  /*/    text-shadow: 1px 1px 0 rgba(255,255,255,0.7); */
  display: block;
  /* display: none; */
}
.gridLinkText {
  font-size: 0.9em;
  border: 2px solid #25445a;
  padding: 1px 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  transition: all 0.4s ease;
}
.gridLinkText:hover {
  border: 2px solid #ff6600;
  color: #ff6600;
  background: transparent;
}
.form-control {
  /*    margin-bottom: 5px; */
}
.editor-datetime input {
  background: #FFFFFF url('/Content/images/icon-calendar.gif') left center no-repeat;
  padding-left: 30px !important;
}
.iconLink.fa-remove {
  color: #CC0000 !important;
}
.fa-remove {
  color: #CC0000 !important;
}
.form-group .form-control {
  line-height: 31px !important;
  margin-right: 8px;
  padding: 3px 10px;
}
.form-group .form-control:focus {
  border-color: #25445a;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(128, 195, 66, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(128, 195, 66, 0.6);
}
input:focus,
select:focus,
option:focus {
  border-color: #25445a !important;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(128, 195, 66, 0.6) !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(128, 195, 66, 0.6) !important;
}
.editor-datetime {
  position: relative;
}
.fieldset-standard {
  border: 1px solid #dddddd !important;
  padding: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #f0f0f0;
  margin-bottom: 10px;
}
legend {
  display: table-cell;
  width: auto;
  padding: 0 10px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: inherit;
  color: #848283;
  font-weight: 400;
  border-bottom: 1px solid #f0f0f0;
}
.not-selected {
  font-style: italic;
}
.form-group {
  margin: 2px 0;
}
.search-button {
  color: #4f4f4f;
  cursor: pointer;
  font-family: 'Glyphicons Halflings';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.search-button:hover {
  text-decoration: none !important;
  color: #000 !important;
}
.search-button:before {
  content: "\e003";
}
.max-width {
  max-width: 100%;
  width: 100% !important;
}
.checkbox label {
  font-weight: 700;
}
.hiddenItem {
  text-decoration: line-through;
  font-style: italic;
}
.categoryItem {
  font-weight: bold;
}
.required-input:after {
  content: "*";
  font-weight: 700;
  color: #CC0000;
}
.timeSpanEditorGroup {
  max-width: 280px;
  height: 35px;
  display: block;
}
.timeSpanEditor {
  float: left;
}
.timeSpanEditorH {
  width: 60px;
}
.timeSpanEditorM {
  width: 60px;
}
.timeSpanEditorSep {
  width: 10px;
  vertical-align: bottom;
  text-align: center;
  line-height: 35px;
}
#QuestionText_editor {
  background-color: #87b1ce;
  font-size: 25px;
}
.btn {
  padding: 5px 12px;
}
.btn-default {
  /* margin-left: @grid-gutter-width; */
  border: 2px solid #25445a;
  color: #25445a;
  font-weight: 500;
  transition: all 0.4s ease;
}
.btn-default:hover {
  border: 2px solid #ff6600;
  color: #ff6600;
  background: #FFFFFF;
}
.vyber-dokumentu {
  border-top: 1px solid #dddddd;
  padding: 10px 0px;
}
.vyber-dokumentu:last-child {
  border-bottom: 1px solid #dddddd;
}
.answerRow .vyber-dokumentu {
  border: none;
}
.answerRow td {
  vertical-align: middle !important;
}
.btn-primary {
  filter: none !important;
  background: #25445a;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #25445a), color-stop(1, #284961));
  background: -ms-linear-gradient(bottom, #25445a, #284961);
  background: -moz-linear-gradient(center bottom, #25445a 0%, #284961 100%);
  background: -o-linear-gradient(#284961, #25445a);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff284961', endColorstr='#ff25445a', GradientType=0);
  border-color: #1e3648 !important;
  font-weight: 500;
}
.btn-primary:hover {
  transition: all 0.4s ease;
  background: #ff6600;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ff6600), color-stop(1, #ff7b24));
  background: -ms-linear-gradient(bottom, #ff6600, #ff7b24);
  background: -moz-linear-gradient(center bottom, #ff6600 0%, #ff7b24 100%);
  background: -o-linear-gradient(#ff7b24, #ff6600);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff7b24', endColorstr='#ffff6600', GradientType=0);
}
.btn-primary:focus,
.btn-primary:active {
  background: #ff6600;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ff6600), color-stop(1, #ff7b24));
  background: -ms-linear-gradient(bottom, #ff6600, #ff7b24);
  background: -moz-linear-gradient(center bottom, #ff6600 0%, #ff7b24 100%);
  background: -o-linear-gradient(#ff7b24, #ff6600);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff7b24', endColorstr='#ffff6600', GradientType=0);
  outline: 0 !important;
}
.iconLink {
  color: #25445a !important;
  cursor: pointer;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.iconLink:hover {
  text-decoration: none !important;
  color: #ff6600 !important;
}
.iconLink > i {
  padding-left: 2px;
  padding-right: 2px;
}
.iconLinkText {
  font-size: 0.9em;
  color: #25445a;
  background-color: #FFFFFF;
  border: 2px solid #25445a;
  padding: 1px 10px 1px 6px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  transition: all 0.4s ease;
  display: inline-block;
  margin-top: 10px;
  margin-right: 10px;
  cursor: pointer;
}
.iconLinkText:hover {
  border: 2px solid #ff6600;
  color: #ff6600;
  background: transparent;
  text-decoration: none;
}
.iconLinkText.minimal {
  margin-top: 10px;
  margin-bottom: 0;
  margin-right: 0;
}
.btn-right {
  margin-right: -30px;
}
#testFooter .btn {
  margin-bottom: 10px;
}
.ui-iggrid-prevpage {
  margin-left: -1px;
}
.ui-iggrid-nextpage {
  margin-right: -1px;
}
.pagination .active span {
  background: #25445a;
  border-color: #25445a;
}
.pagination li:hover span {
  background-color: #25445a !important;
  color: #FFFFFF !important;
}
#GroupTreeGrid_pager .ui-state-hover {
  background-color: #ff6600 !important;
}
.pagination > li > a,
.pagination > li > span {
  color: #848283;
}
.ui-iggrid-pagecurrent:hover {
  background-color: #ff6600 !important;
  border-color: #ff6600;
}
.ui-icon-circle-plus {
  display: inline-block !important;
  margin-top: -0.5em !important;
}
.ui-iggrid .ui-iggrid-footer,
.ui-iggrid .ui-iggrid-addrow td,
.ui-iggrid .ui-iggrid-addrow th {
  background-color: #e7e7e7;
}
.ui-iggrid .ui-iggrid-toolbar {
  background: #FFFFFF !important;
}
.ui-state-active a:link {
  text-decoration: none !important;
}
.ui-dialog {
  margin-top: 20px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  z-index: 1000 !important;
}
.ui-dialog > .ui-dialog-titlebar {
  background: #ffffff;
  border-width: 0px 0px 1px 0px;
  border-color: #bcbcbc;
  color: black;
}
.ui-dialog > .ui-dialog-titlebar > span {
  font-weight: 500;
  font-size: 18px;
}
.ui-dialog .ui-dialog-titlebar-close {
  width: 21px;
}
.ui-dialog-titlebar > button {
  cursor: pointer;
  display: inline-block !important;
  font-family: 'Glyphicons Halflings';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #979797 !important;
  margin: 0 auto;
  line-height: 16px;
}
.ui-dialog-titlebar > button:hover {
  color: #565656 !important;
}
.ui-dialog-titlebar > button:before {
  content: "\e014";
}
.ui-iggrid-pagesizedropdowncontainerabove {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
/*
.ui-iggrid-footer {
    border-bottom-right-radius: @thm-radius;
    border-bottom-left-radius: @thm-radius;
} */
.ui-igedit-container {
  /*margin-top: 9px;*/
}
.ui-igeditor-input-container input {
  /*    color: @thm-color-default !important;  */
}
.ui-ignotify-error {
  border-color: #CC0000 !important;
}
/*notification*/
#notificationArea {
  position: fixed;
  z-index: 1001;
  padding-bottom: 0px;
  padding-right: 4px;
  right: 5px;
  bottom: 20px;
  width: 300px;
}
.notificationItem {
  width: 100%;
  box-shadow: 1px 1px 2px #333333, 0 0 25px grey, 0 0 5px darkgrey;
  margin-top: 10px;
}
.notificationCloseButton {
  float: right;
  color: white;
  margin: 3px 10px 3px 5px;
  cursor: pointer;
}
.notificationSubject {
  background-color: #333333;
  color: white;
  padding: 3px 5px 3px 5px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.notificationDesc {
  background-color: white;
  min-height: 120px;
  padding: 5px;
  border: 1px solid #333333;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.daterangepicker:before {
  display: none !important;
}
.daterangepicker:after {
  display: none !important;
}
#questionArea fieldset {
  background-color: #87b1ce;
  margin: 20px 0;
}
#questionArea legend {
  border-bottom-color: transparent;
}
#questionArea .item-question {
  font-size: 18px;
  padding-left: 12px;
  margin-top: 10px;
}
#questionArea .item-question:first-letter {
  text-transform: uppercase;
}
#questionArea .table > thead > tr > th {
  border-bottom: 1px solid #25445a;
}
.test-footer {
  width: 100%;
}
.question-switcher {
  text-align: center;
}
.question-switcher ul {
  margin: 0px -10% 0px 0px;
}
.question-switcher li {
  cursor: pointer;
}
/*.question-switcher {
    margin: 0px auto;
}*/
/*.question-switcher td {
    min-width: 25px;
    height: 25px;
    cursor: pointer;
    border: 1px solid black;
    text-align: center;
}

.question-switcher td:hover {
    background-color: aliceblue;
}*/
.question-answered span {
  background-color: #87b1ce !important;
}
.question-answered-error span {
  color: #CC0000 !important;
}
.timer {
  font-weight: 700;
}
.timerHighlight {
  color: #CC0000;
}
/*#sortable1{
    //border: 1px solid red;
    list-style-type: none;
    overflow: hidden;
    min-width:200px;
    min-height:50px;
    padding:5px;
    border-radius:5px;
}*/
.connectedSortable {
  float: left;
  list-style-type: none;
  margin-right: 10px;
  padding: 10px;
  border-radius: 5px;
}
.connectedSortable li {
  float: left;
  background-color: #87b1ce;
  border: 1px solid #ff6600;
  color: #333333;
  margin: 0 5px 5px 5px;
  text-align: center;
  padding: 3px 5px 0px 5px;
  font-size: 1.2em;
  cursor: move;
  border-radius: 5px;
  min-width: 100px;
}
#sortableContainer1 {
  border: 1px solid #25445a;
  background-color: #25445a;
  width: 100%;
  min-height: 50px;
}
#sortableContainer2 {
  border: 1px solid #25445a;
  background-color: #25445a;
  width: 100%;
  min-height: 100px;
  padding: 10px 14px 0 5px;
}
#sortableContainer2 li {
  width: 100%;
  margin-right: 20px;
  min-height: 3em;
  border: 1px solid #ff6600;
  background-color: #87b1ce;
  color: #ff6600;
}
#sortableContainer2Info {
  color: #FFFFFF !important;
}
#sortableContainer1 li {
  min-height: 2em;
}
#sortableContainer1 li .answerMove {
  display: none;
}
#sortableContainer2 li .answerMove {
  cursor: pointer;
  width: 20px;
  margin-left: auto;
  margin-right: auto;
}
#sortableContainer2 li .answerMove :hover {
  color: #ff6600 !important;
}
#sortableContainer1 li .answerSet {
  cursor: pointer;
  width: 20px;
  margin-left: auto;
  margin-right: auto;
}
#sortableContainer2 li .answerSet {
  display: none;
}
#sortableContainer1 li .answerSet :hover {
  color: #ff6600 !important;
}
#sortableContainer1 .sortable-li-highlight {
  visibility: hidden;
}
#sortableContainer2 .sortable-li-highlight {
  background-color: #FFFFCC !important;
}
.test-success {
  color: #5cb85c;
}
.test-fail {
  color: #CC0000;
}
.picture-file {
  max-height: 250px;
  max-width: 250px;
}
.elfinder-upload-folder {
  display: none !important;
}
/*.dialogelfinder {
    padding: 0 !important;
    font-size: 18px !important;
    font-family: Verdana,Arial,Helvetica,sans-serif !important;
    border-bottom-right-radius: @thm-radius !important;
    border-bottom-left-radius: @thm-radius !important;
    border-top-right-radius: @thm-radius !important;
    border-top-left-radius: @thm-radius !important;
    border: 1px solid #ddd !important;
    background: #fff !important;
}*/
.document-image {
  border: 1px solid #848283;
  border-radius: 3px;
}
.answer-border {
  border: 2px solid transparent;
  border-radius: 3px;
  padding: 3px 3px 3px 3px;
}
.answer-border-radio {
  padding: 3px 3px 3px 23px;
}
.answer-border-radio + .answer-border-radio {
  margin-left: 5px;
}
.answer-correct {
  border: 2px solid #5cb85c;
}
.answer-wrong {
  border-color: #CC0000;
}
.answer-help-text {
  font-style: italic;
}
.preview-test-header {
  color: #CC0000;
  font-weight: bold;
  font-size: 25px;
}
.scrollable-table {
  overflow-x: auto;
}
.selectable {
  cursor: pointer;
}
.tableRow td {
  vertical-align: middle !important;
}
.help-text-highlight {
  color: #25445a;
}
.help-text-italic {
  font-style: italic;
}
.help-text-bold {
  font-weight: bold;
}
.help-text-underline {
  text-decoration: underline;
}
.help-color-required {
  color: #CC0000;
}
.answerLabel {
  font-weight: 400;
  cursor: pointer;
}
