/*

    COLORS

GREEN: #bfd436
ORANGE ff9800

*/
.hidden{
    display: none !important;
}

.btn{
    cursor: pointer;
}

.bg-orange{
    background-color: #ff9800;
}
.bg-dark-orange{
    background-color: #bf360c;
}

.hidden{
    display: none;
}

ul.inline{
    margin-bottom: 0px;
}

ul.inline li{
    display: inline-block;
}

.header-slogan{
    font-size: 1.7em; /* font-size: 20px; */
    color: #333;
    padding-top: 5px;
    line-height: 75px;
}

.sign-in-link{
    display: block;
    text-align: right;
    width: 100%;
}

.sign-in-link a{
    text-decoration: none;
    color: white;
}

.text-black{
    color: black;
}

ul.no-style{
    list-style: none;
    margin: 0;
    padding: 0;
}

.bg-main-green{

    background-color: #bfd436;

}

.main-page-container{
    padding-top: 35px;
    padding-bottom: 115px;
}

.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: #f5f5f5;
}

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

    .tickets-table .table thead th:nth-child(1){ width: 50px; }
    .tickets-table .table thead th:nth-child(2){ width: 225px; }
    .tickets-table .table thead th:nth-child(3){ min-width: 300px; }
    .tickets-table .table thead th:nth-child(4){ min-width: 250px; }

}

.main-categories{
    border: 3px solid #333333;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    margin: 0 auto 20px auto;
    max-width: 500px;
    padding:5px;
    -webkit-box-shadow: 5px 5px 0px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: 5px 5px 0px -2px rgba(0,0,0,0.75);
    box-shadow: 5px 5px 0px -2px rgba(0,0,0,0.75);

}

/*ul.main-categories li:nth-child(1){ background-color: #b71c1c; }*/
/*ul.main-categories li:nth-child(2){ background-color: #bf360c; }*/
/*ul.main-categories li:nth-child(3){ background-color: #ff6f00; }*/
/*ul.main-categories li:nth-child(4){ background-color: #ff9800; }*/
/*ul.main-categories li:nth-child(5){ background-color: #ffc107; }*/

.main-categories a{
    display: block;
    padding: 20px;
    text-decoration: none;
}

.main-categories i.home-icon{
    float:left;
    color:#dddddd;
    font-size: 2em;
}

.main-categories a{ color: white !important; }

/* GENERAL STUFFS
************************************************************************** */
img{
    max-width: 100%;
}
.no-select{

    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;

}

.help-block{
    color : red;
}

button.close{
    /* padding: 8px 10px; */
    /* background-color: #bfd436;*/
    border-radius: 5px;
}

textarea {
    resize: none;
    min-height: 100px;
}

/* HEADER
************************************************************************** */
.header-logo{
    height: 75px;
}

/* MAIN NAV BAR
************************************************************************** */
.main-nav-bar ul.menu-items{
}

.main-nav-bar ul.menu-items li{
    margin-left: 20px;
    padding-top: 5px;
}
.main-nav-bar.navbar-light .navbar-nav .nav-link{
    text-decoration: none;
    color: white;
    font-weight: bold;
}

.main-nav-bar ul.menu-items li a.text-black{
    color: black;
}

/* ADMIN/INCIDENTS
************************************************************************** */
/* commented by Boni to avoid table overlay with the title
.incident-near-header{
    margin-bottom: 70px;
}
*/

.incidents-table{
    font-size: 11px;
}

.search-input{
    width: 200px;
    float: right;
    margin-left: 15px;
}

/* FORMS OVERVIEW
************************************************************************** */
.forms-overview-table a{
    color: #333;
    text-decoration: none;
}

/* FORMS OVERVIEW
************************************************************************** */


/* FORM GENERATOR
************************************************************************** */
.form-generator-main-container{
    margin-top: 50px;
}

.steps-list{
    margin: 0 185px 10px 4px;
    padding: 0px 0px 10px 0px ;
}

.steps-list li{
    padding: 5px 15px;

    margin: 0 0 0 -4px;

    border: 1px solid #cacaca;

    text-align: center;

    color: #333333;
    cursor: pointer;

}

ul.steps-list li:first-child{
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    background-color: #B3D4D9;
}

.steps-list li:last-child{
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    background-color: #B3D4D9
}

.steps-list li.active{
    background-color: #bfd436;
}

.optional-page-container{
    margin: 15px 0;
}

.delete_step{
    margin-top: -50px;
}

#form_elements{
    list-style: none;
    padding: 0px;
    margin: 0;
}

#form_elements li{
    display: block;
    padding: 5px 10px;
    background-color: #B3D4D9;
    margin-bottom: 10px;
}

#form_elements li.in_drag{
    background-color: #bfd436;
    -webkit-box-shadow: inset 0px 0px 10px 0px rgba(255,255,255,1);
-moz-box-shadow: inset 0px 0px 10px 0px rgba(255,255,255,1);
box-shadow: inset 0px 0px 10px 0px rgba(255,255,255,1);
}

#form_elements li.in_drag{
    background-color: #bfd436;
    -webkit-box-shadow: inset 0px 0px 10px 0px rgba(255,255,255,1);
    -moz-box-shadow: inset 0px 0px 10px 0px rgba(255,255,255,1);
    box-shadow: inset 0px 0px 10px 0px rgba(255,255,255,1);
}

#form_elements li.separator{
    padding-top: 20px;
    margin-top: 20px;
    border-top:  1px solid #CACACA;
    background-color: transparent;
}

#form_elements li.required.added{
    background-color: #bfd436;
}

#form_elements li.reusable.added{
    background-color: #bfd436;
}

#form_result{
    min-height: 650px;
    background-color: #FAFAFA;
    border: 1px solid #999;
    list-style: none;
    padding: 0px;
    margin: 0;
}

#form_result li{
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
}

#form_result li.editing{
    background-color: lightgray;
}

#form_result li .element-container{
    padding: 10px 10px 15px 10px;
}

#form_result .form-group{
    margin-bottom: 0;
}

#form_result li:not(.parent):hover .form-edit-layer{
    margin-top: -10px;
}

#form_result li[data-type='optional']{
    text-align: center;
}

.form_result{
    min-height: 650px;
    background-color: #FAFAFA;
    border: 1px solid #999;
    list-style: none;
    padding: 0px;
    margin: 0;
}

.form_result li{
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
}

.form_result li.editing{
    background-color: lightgray;
}

.form_result li .element-container{
    padding: 10px 10px 15px 10px;
}

.form_result .form-group{
    margin-bottom: 0;
}

.form_result li:not(.parent):hover .form-edit-layer{
    margin-top: -10px;
}

.form_result li[data-type='optional']{
    text-align: center;
}

.reusable-droppable {
    min-height: 200px;
    background-color: #FAFAFA;
    border: 1px solid #999;

    list-style: none;
    padding: 0px;
    margin: 0;
}

.form-examples{
    display: none;
}

.top-form-button{
    margin-top: -45px;
}
.bottom-form-button{
    margin-top: 5px;

}

form .btn{
    cursor: pointer;
}

.alert-off{
    display: none;
}

.js-white-loading-layer{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background-color: white;
    background-image: url("../images/white-loading.gif");
    background-position: center center;
    background-repeat: no-repeat;

    opacity: 0.7;
    display: none;

}

.form-edit-layer{
    position: absolute;
    z-index: 1010;
    width: 100%;
    height: 80%;

    padding: 10px;

    margin-top: -100%;
    margin-left: -10px;

    background-color: #B3D4D9;

    transition: 0.5s linear;
}

.form-edit-layer .btn-group{
    margin-top: 25px;
    margin-left: 50%;
    left: -40px;
}

.js-field-id{
    height: 35px;
}

.element-close{
    width: 50px;
    text-align: center;
    padding-top: 7px;
    cursor: pointer;
    font-size: 20px;
}

.input-hidden-group{
    display: none;
}

.modal-selects{
    padding: 25px 0;
    width: 90%;
    max-width: 350px;
}

.modal-selects .btn{
    margin-top: 25px;
}

.input-group .input-group-addon.remove-group{
    opacity: 0.5;
    color: #333;
    cursor: pointer;
}
.input-group:hover .input-group-addon.remove-group{
    opacity: 1;
}



li[data-type="multiple"]{
    background-color: #F0F0F0;
}

#multiple_form_elements{
    padding: 0;
    margin: 0;
}

#multiple_form_elements li{
    display: inline-block;

    width: 134px;
    padding: 5px 10px;

    margin-bottom: 10px;

    background-color: #B3D4D9;
    vertical-align: top;

    text-align: center;
    cursor: -webkit-grab;

}

#multiple-edit-modal .modal-dialog{
    width: 90%;
    max-width: 90%;
}
#multiple-edit-modal .modal-body{
    min-height: 600px;
}

.multiple_form_result{
    min-height: 500px;
    background-color: #F3F3E3;
    border: 2px solid #999;

    list-style: none;
    padding: 0px;
    margin: 0;

}

.multiple_form_result li{
    display: inline-block;
    vertical-align: top;
 /*overflow: hidden;*/
}

.multiple_form_result li:not(.parent):hover .form-edit-layer{
    margin-top: -10px;
}

.multiple_form_result li.editing{
    background-color: lightgray;
}

.multiple_form_result li .element-container{

    padding: 10px 10px 15px 10px;

}

.multiple_form_result .form-group{
    margin-bottom: 0;
}

/* changed from .ui-state-highlight to custom name to avoid conflicts with DatePicker */
.ui-state-highlight-field {
    height: 120px;
    line-height: 120px;
    width: 480px;
    background-color: #bfd436;
}

.multiple_block_name{
    max-width: 250px;
}

[name='element_edit[label_inline]']{
    margin-left: 5px;
}

[data-type='hbody'] .ui-resizable-handle{
    display: none !important;
}

.dyn-form-element{
    /*display: none;*/
}
.editor-view-container .dyn-form-element{
    display: block;
}

/* FRONTEND DYNAMIC FORMS
************************************************************************** */
.progress-bar-container{
    margin-bottom: 25px;
}

.progress-bar-container .progress{
    border-radius: 0;
    border: 2px solid #000;
    margin-bottom: 5px;
    font-size: 15px;
    height: 35px;
}

.progress-bar-container .progress-bar{
    padding: 6px 10px;
    height: 35px;
    text-align: left;
    font-size: 20px;
    font-weight: bold;
}
.progress-bar-container .hide-in-last-step .progress-bar{
    padding: 6px 0px;
}

.progress-bar-container .hide-in-last-step .progress-bar span.progress-current-step{
    position: absolute;
    margin-left: 10px;
    margin-top: 3px;
}
.progress-bar-container i{
    margin-left: 15px;
    cursor: pointer;
}

.incident-field-group{

}
.incident-field-group{ height: 120px; }
.incident-field-group.height-1{ height: 120px; }
.incident-field-group.height-2{ height: 240px; }
.incident-field-group.height-3{ height: 360px; }
.incident-field-group.height-4{ height: 480px; }
.incident-field-group.height-5{ height: 600px; }


.dynamic-submit{
    display: none;
}

#optional_modal .modal-body{
    text-align: center;
    font-size: 20px;
}

form .alert-danger{
    background-color: #f8d7da !important;
}

.required-message{
    opacity: 0;
    transition: 0.15s linear;
    float: right;
    margin-right: 20px;
}

.required-message.active{
    opacity: 1;
}

.form-group.multiple .fa{
    float: right;
}

.dyn-form-element .field-group.inline .form-group label,
.dyn-form-element .field-group.inline .form-group input,
.dyn-form-element .field-group.inline .form-group select,
.dyn-form-element .field-group.inline .form-group textarea,
.dyn-form-element .field-group.inline .form-group .clock-timepicker
{
    display: inline-block;
}

.dyn-form-element .field-group.inline .form-group label,
.dyn-form-element .field-group.inline .form-group input,
.dyn-form-element .field-group.inline .form-group select,
.dyn-form-element .field-group.inline .form-group textarea
{
    max-width: 48%;
}

.incident-uploader{
    display: block;
}

table.uploader-table{
    margin: 25px 0;
}

.editor-view-container .js-switch-hmodel{
    display: none;
}

.form-container [data-element="textarea"] label{
    vertical-align: top;
}
/*.field-group.height-1{ height: 120px; }
.field-group.height-2{ height: 240px; }
.field-group.height-3{ height: 360px; }
.field-group.height-4{ height: 480px; }
.field-group.height-5{ height: 600px; }
.field-group.height-6{ height: 720px; }*/

/* ADMIN INCIDENT DETAILS
************************************************************************** */
.action-actions-group{
    margin: 25px 0;
    padding-top: 25px;
    height: 100px;
    border-top: 1px solid #F0F0F0;
    border-bottom: 1px solid #F0F0F0;
}

/* ACCESS LEVEL
************************************************************************** */
tr.child{
    display: none;
}

/* PRO EVALUATE SETTINGS PAGE
************************************************************************** */
.pe-token-container .input-group{
    width: 500px;
}

/* ACCESS LEVEL
************************************************************************** */
tr.child{
    display: none;
}

/* PRO EVALUATE SETTINGS PAGE
************************************************************************** */
.pe-token-container .input-group{
    width: 500px;
}

/* FOOTER
************************************************************************** */

.optional-footer{
    padding: 15px 50px;
}
.optional-footer .btn{
    margin-right: 20px;
    width: 180px;
}

.dyn-form-steps-list .fa{
    cursor: pointer;
    transition: 0.15s linear;
}

.dyn-form-steps-list .fa:hover{
    color: #bfd436;
}


/* CUSTOMIZATION
************************************************************************** */
.client-logo{
    max-width: 350px;
    overflow: hidden;
}

.client-logo img{
    width: 100%;
    height: auto;
}

.client-logo .upload-logo{
    position: absolute;
    transition: 0.25s linear;
    opacity: 0;
    background-color: white;
    color: #333333;
    cursor: pointer;
    line-height: 100%;
}
.client-logo:hover .upload-logo{
    opacity: 0.8;
}

.steps-modal{
    width: 80%; /* respsonsive width */
    font-size:0.8em;
}

.title-warning{
    color:red;
    text-align:center;
}


a {
  color: #fff;
}

.hbody_dropdown dd,
.hbody_dropdown dt {
  margin: 0px;
  padding: 0px;
}

.hbody_dropdown ul {
  margin: -1px 0 0 0;
}

.hbody_dropdown dd {
  position: relative;
}

.hbody_dropdown a,
.hbody_dropdown a:visited {
  color: #fff;
  text-decoration: none;
  outline: none;
}

.hbody_dropdown dt a {
  background-color: #4F6877;
  display: block;
  padding: 8px 20px 5px 10px;
  min-height: 25px;
  line-height: 24px;
  overflow: hidden;
  border: 0;
  min-width: 272px;
}

.hbody_dropdown dt a span,
.multiSel span {
  cursor: pointer;
  display: inline-block;
  padding: 0 3px 2px 0;
}

.hbody_dropdown .multiSel {
    font-size:10px;
}

.hbody_dropdown dd ul {
  background-color: #4F6877;
  border: 0;
  color: #fff;
  display: none;
  left: 0px;
  padding: 2px 15px 2px 5px;
  position: absolute;
  top: 2px;
  width: 280px;
  list-style: none;
  height: 100px;
  overflow: auto;
  font-size: 12px;
}

.hbody_dropdown span.value {
  display: none;
}



.hbody_dropdown dd ul li a {
  padding: 5px;
  display: block;
}

.hbody_dropdown dd ul li a:hover {
  background-color: #fff;
}
.areas-selector-title {
    font-size:2em;
}
.areas-selector {
    font-size:2em;
}

.onload_hidden{
    display: none;
}

input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #C4CCD6 !important;
}
input::-moz-placeholder { /* Firefox 19+ */
  color: #C4CCD6 !important;
}
input:-ms-input-placeholder { /* IE 10+ */
  color: #C4CCD6 !important;
}
input:-moz-placeholder { /* Firefox 18- */
  color: #C4CCD6 !important;
}
.timepicker{
    width:67px !important;
}

.tree-list-container{
    border: 1px solid black;
}

.tree-element{
    border-top:1px solid black;
}

.tree-list-container label{
    padding:10px;
}

.tree-icons .fa {
    padding:10px;
}

.error-label {
    color:red;
}

.email-requirements li{
    font-size: 0.8em;
    text-align: left;
    list-style-type: dot;
}

@media (min-width: 768px) {
  .modal-xl {
    width: 90%;
   max-width:90%;
  }
}
.table .fa {
    color:black;
}

#multiple-edit-modal {
    overflow-y: scroll;
}

.multiselect-native-select .btn-group{
    width: 100%;
}


.multiselect-native-select .btn-group button{
    width: 100%;
}

.multiselect-area{
    list-style: none;
    border-top: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    padding:0px;
}

.multiselect-area li{
    border-bottom: 1px solid #dddddd;
    padding:10px;
}

.multiselect-area li label{
    margin-left:10px;
}

.file-upload-icon {
    font-size: 1.5em;
    min-width:15px;
}

.classWithPad { margin:10px; padding:10px; }

.multiselect.btn{
    white-space: normal;
}

.js-switch-hmodel{
    margin: 10px;
}

.service-desk-link,
.service-desk-link:visited,
.service-desk-link:active,
.service-desk-link:hover {
    color: #009cdd !important;
}

.service-desk {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 60px;
    line-height: 80px;
    background-color: #ffffff;
    padding-right: 10px;
}

.dropdown-menu {
    max-height: 600px;
    overflow-y: auto;
    overflow-x: hidden;
}

.dynamic-print-submit{
    margin-right: 5px;
}