* {
    margin: 0;
    padding: 0;
    outline: 0;
}

html {
    height: 100%
}

@media all {
.page-break { display: none; }
}
    
@media print {
.page-break { display: block; page-break-before: always; }
}

body {
    /*
    margin: 0;
    margin-right: auto;
    margin-left: auto;
    width: 1024px;
    */
    width: 100%;
    height: 100%;
    font-family: Lato, Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 13px !important;
    color: #222;
    background: #ddd !important;
}

.modal-header .modal-close-x {
    font-size: 28px;
    color: #fff;
    text-decoration: none;
    line-height: 1;
}

em.required {
    font-weight: bold;
    color: red;
    font-size: 16px;
    line-height: 0.3;
}
em.required::before {
    content: "*";
}

a {
    color: #000000;
    text-decoration: underline;
}

em.required {
    color: red;
    font-size: 16px;
    line-height: 0.6;
}
em.required::before {
    content: "*";
}

img {
    border: 0;
}

.b {
    font-weight: bold;
}

.color1 {
    color: #000;
}

.infohome {
    background-color: #d1e2ff;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #ccc;
    text-align: center;
}

/** LOGIN **/
#login {
    -moz-box-shadow: 0 0 8px 8px #aaa;
    -webkit-box-shadow: 0 0 8px 8px #aaa;
    box-shadow: 0 0 8px 8px #aaa;
}

#login a {
    color: #333;
}

#login td {
    vertical-align: top;
}

#login td.image {
    width: 588px;
    text-align: center;
    background-color: #FFF;
}

#login td.center {
    text-align: center;
    background-color: #FFF;
}

#login .field {
    background: transparent;
    border: 0;
    padding: 12px 8px;
}

#login #image {
    display: block;
    width: 588px;
    height: 322px;
    background-image: url('../images/login.jpg');
    background-position: center;
    background-repeat: no-repeat;
}

#login_button {
    width: 54px;
    height: 38px;
    margin: 0;
    border: 0;
    cursor: pointer;
    background: url('../images/btn_login.png');
}

#logo_grey_small {
    background: url('../images/logo_grey_small.png') no-repeat;
    width: 126px;
    height: 30px;
}

/** END LOGIN **/

#logo {
    display: block;
    width: 250px;
    height: 64px;
    background-image: url('../images/logo.png');
    background-position: center;
    background-repeat: no-repeat;
}

#logo_menu {
    background: url('../images/logo_menu.png') no-repeat;
    width: 76px;
    height: 30px
}

.no-operation {
    display: block;
    text-align: center;
}

.no-operation-content {
    margin-right: auto;
    margin-left: auto;
}

.no-operation-content a {
    box-shadow: none !important;
    font-size: 16px;
}

.no-operation-title {
    color: #000000;
    font-size: 20px;
    font-weight: bold;
}

.no-operation-desc {
    color: #8c8c8c;
    font-size: 16px;
}

/** TOP **/
#top {
    height: 64px;
    background-image: none;
    background-color: #000;
    box-shadow: 0px 3px 40px #1a1a1a;
    font-family: Lato, arial, sans-serif;
    z-index: 10;
    position: relative;
}

#top, #top a {
    color: #ddd;
    font-size: 12px;
    text-decoration: none;
}

#top #account {
    font-size: 20px;
    text-transform: uppercase;
}

#top #logo {
    width: 180px;
    height: 40px;
    background-image: url('../images/logo_header.png');
    background-position: left;
    background-repeat: no-repeat;
}

#top {
    height: 64px;
    background-image: none;
    background-color: #000;
    box-shadow: 0px 3px 40px #1a1a1a;
}

#top, #top a {
    color: #ddd;
}

#top #logo {
    width: 180px;
    height: 40px;
    background-image: url('../images/logo_header.png');
}

.ico {
    display: inline-block;
    position: relative;
    top: -1px;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-image: none;
}

.ico.notif {
    background-image: url('../images/ico_notif_top_light.png');
}

.ico.user {
    background-image: url('../images/ico_user_top_light.png');
}

.ico.support {
    background-image: url('../images/ico_help_top_light.png');
}

.ico.logout {
    background-image: url('../images/ico_logout_top_light.png');
}

.ico.settings {
    background-image: url('../images/ico_settings_top.png');
}

span.top-icon {
    display: inline-block;
    position: relative;
    top: 3px;
    font-size: 18px;
}

/* BODY */
#body {
    display: table;
    width: 100%;
    background: #ddd;
    padding-right: 0px;
}

#footer {
    padding: 15px 0;
    font-size: 11px;
    color: #666;
    text-align: center;
}

#footer a {
    color: inherit;
}

.center {
    margin: 0px auto;
}

/* MENU */
#body .menu {
    display: inline-block;
    width: 10%;
    padding-left: 0px;
    padding-right: 0px;
    font-family: Lato, arial, sans-serif;
    text-decoration: none !important;
}

#body .menu a {
    display: inline-block;
    text-align: left;
    width: 100%;
    cursor: pointer;
    width: 100%;
    line-height: 13px;
    color: #616161;
    padding: 5px 9px;
    position: relative;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    vertical-align:middle;
}

#body .menu a:hover, #body .menu a:focus, #body .menu a:active, #body .menu a.active {
    text-decoration: none !important;
    color: #000;
}

#body .menu a i {
    font-size: 17px;
    height: 25px;
    width: 20px;
    vertical-align:middle;
}

#body .menu a div.non-bs-badge {
    position: absolute;
    background-color: red;
    margin-top: -5px;
    margin-left: 105px;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 10px;
}

#body .menu a span {
    margin-top: 3px !important;
    margin-left:8px;
    position:absolute;
    vertical-align:middle;
}

#body .menu .fixed {
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 10;
    width: 180px;
    height: calc(100% - 51px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
    background: #ddd;
}

.menu-item {
  display: inline-block;
  text-align: left;
  width: 100%;
  cursor: pointer;
  width: 100%;
  line-height: 13px;
  color: #616161;
  padding: 5px 9px;
  position: relative;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
  vertical-align:middle;
  height: 35px;
}

.menu-item:hover {
  background-color: rgb(185, 185, 185);
}

.menu-item:hover .submenu {
  visibility: visible;
}

.menu-item i {
  font-size: 18px;
  height: 25px;
  width: 20px;
  vertical-align:middle;
}

.menu-item span {
  margin-top: 5px !important;
  margin-left:8px;
  position:absolute;
  vertical-align:middle;
}

.submenu   {
  position: absolute;
  left: 178px;
  height: 50px;
  top: 0px;
  width:150px;
  visibility: hidden;
}

.submenu ul > li {
  text-decoration: none;
  list-style-type: none;
  background-color: rgb(185, 185, 185);
  padding:5px;

}

.submenu ul > li .submenu-link {
  position: relative !important;
  display: inline;
  text-align: left;
  cursor: pointer;
  width: 100%;
  line-height: 13px;
  color: #616161;
  padding: 5px 9px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
  vertical-align: middle;

}


#body .content {
    float: right;
    width: calc(100% - 180px);
    padding-left: 0px;
    padding-right: 0px;
}

/* MENU HELP */
#help {
    font-size: 11px;
    color: #FFF;
    border-top: 1px solid #555;
    padding: 10px 8px;
}

/* PATH */
#path {
    background: none;
    padding: 16px 20px 10px 20px;
    color: #666;
    font-family: Lato, arial, sans-serif;
}

#path .current {
    font-weight: regular;
}

#path .desc {
    font-size: 11px;
    float: right;
}

#path a {
    text-decoration: none;
    color: #666;
}

#path a:hover {
    text-decoration: underline;
}

/* WIZARD MENU */
#wizard {
    list-style-type: none;
    height: 22px;
    margin: auto;
}

#wizard li {
    float: left;
}

#wizard li {
    color: #e77817;
    font-size: 18px;
    font-family: Lato, arial, sans-serif;
    margin-right: 12px;
}

#wizard li a {
    text-decoration: none;
}

#wizard li.active {
    font-weight: bold;
    color: #f2bf45;
}

.block {
    background-color: #fff;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border-top-left-radius: 0px;
    padding: 30px;
}

hr.sep {
    margin: 20px 0;
    width: 100%;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
}

span.button_add {
    cursor: pointer;
    padding: 6px 6px 6px 21px;
    background: url('../images/ico_add.png') 5px center no-repeat;
    border: 1px solid #bbb;
    border-radius: 3px;
    font-size: 12px;
    font-weight: bold;
}

span.button_add:hover {
    border-color: #888;
    /*box-shadow: 1px 1px 1px #888;*/
}

/** FORMS **/
.form {
    font-family: inherit;
    font-size: 14px;
    /*background-color: #FFF;*/
}

select.form, input.form, textarea.form {
    border: 1px solid #ccc;
    background-color: #FFF !important;
    padding: 8px;
    border-radius: 3px;
    box-sizing: border-box;
    width: calc(100% - 50px);
    min-height: 34px;
}

input.form[type=checkbox], input.form[type=radio] {

    border: 0;
    padding: 0;
    margin: 0;
}

select.form {
    padding: 4px;
    border: 1px solid #ccc;
    padding: 8px;
    box-sizing: border-box;
    border-radius: 3px;
    width: calc(100% - 50px);
    min-height: 34px;
}

input.form:focus, textarea.form:focus {
    border: 1px solid #999;
}

select.form.wide, input.form.wide, textarea.form.wide {
    width: 100%;
}

input.form.plus {
    background-image: url(../images/ico_plus.png);
    background-position: 5px center;
    background-repeat: no-repeat;
    padding-left: 20px;
}

input.form.search {
    background-image: url('../images/ico_search.png');
    background-position: 4px center;
    background-repeat: no-repeat;
    padding: 6px;
    padding-left: 25px;
}

input.btn.date {
    background-image: url('../images/ico_calendar.png');
    background-position: 7px center;
    background-repeat: no-repeat;
    padding: 6px;
    padding-left: 26px;
}

input.form-control.search {
    background-image: url('../images/ico_search.png');
    background-position: 4px center;
    background-repeat: no-repeat;
    padding: 6px;
    padding-left: 25px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

input.form.active, select.form.active {
    background-color: #FCFFA8;
}

input.submit {
    width: 200px;
    cursor: pointer;
    font-weight: bold;
    padding: 5px 0px;
}

input.important {
    background-color: #F21818;
    color: #FFF;
}

input.disabled {
    background-color: #ddd;
    color: #888;
}

.formerror {
    font-size: 12px;
    background: url(../images/ico_error.png) left center no-repeat;
    color: red;
    padding: 2px 0px 2px 18px;
}

.formdesc {
    font-size: 12px;
    color: #666;
}

.formaction {
    padding: 5px;
    background-color: #f5f5f5;
}

.formel {
    margin-top: 15px;
}

.formel.first {
    margin-top: 0px;
}

.formeln {
}

.formel .name, .formeln .name {
    font-weight: bold;
    color: #555;
}

.formel .default-value {
    font: italic 12px Arial;
    padding-bottom: 2px;
}

.formel.readonly input,
.formel.readonly select,
.formel.readonly textarea {
    background-color: #f3f3f3;
}

label.check {
    display: block;
    padding-left: 15px;
    text-indent: -15px;
    cursor: pointer;
    font-weight: normal;
}

label.check.round {
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 8px 10px;
}

label.check.round input {
    margin-left: 15px;
}

label.check input {
    width: 13px;
    height: 13px;
    padding: 0;
    margin: 0;
    vertical-align: bottom;
    position: relative;
    top: -1px;
    *overflow: hidden;
}

input[type=button].action {
    font-size: 12px;
    font-weight: bold;
    padding: 3px 6px;
    cursor: pointer;
}

/** END FORMS **/

span.help {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url('../images/ico_help.png');
    cursor: pointer;
    vertical-align: middle;
}

span.loading {
    display: inline-block;
    opacity: 0;
    color: #888;
    margin-right: 10px;
    font-size: 18px;
}

span.loading.visible {
    opacity: 1;
}

.message {
    font-size: 13px;
    color: #333;
    background-color: #B1FCDD;
    padding: 10px;
    border-radius: 10px;
}

a.remove {
    text-decoration: none;
    font-size: 15px;
    line-height: 17px;
    font-weight: bold;
    color: #ccc;
    padding: 0px 3px;
}

.section {
    padding: 8px;
    color: #888;
    background-color: #f5f5f5;
    font-size: 13px;
    text-transform: uppercase;
    border-radius: 3px;
}

.status {
    padding: 4px 8px 5px 8px;
    border-radius: 3px;
    font-weight: bold;
}

span.modifier {
    background-color: #FCFFA8;
    padding: 6px 5px 6px 8px;
    border-radius: 3px;
    font-size: 13px;
    border: 1px solid #eee;
    font-weight: bold;
    color: #444;
    white-space: nowrap;
}

span.modifier a {
    font-size: 14px;
    text-decoration: none;
    border-left: 1px solid #eee;
    padding-left: 4px;
    line-height: 10px;
    color: #bbb;
}

.tag {
    background-color: white;
    color: #333;
    font-size: 12px;
    padding: 5px 5px;
    border-radius: 3px;
    font-family: Arial;
    margin-top: 2px;
    margin-bottom: 2px;
    display: inline-block;
}

.tag .small {
    font-size: 11px;
    font-weight: normal;
}

.tag.red {
    background-color: red;
    color: white;
}

.tag.orange {
    background-color: orange;
    color: white;
}

/** TITLES **/
.title, .title a, .titleb, .titleb a {
    color: #444;
    font-size: 18px;
    font-family: Lato, arial, sans-serif;
}

 .title small, .titleb small {
    color: rgb(122, 122, 122);
    font-size: 13px;
}

.titleb, .titleb a {
    font-weight: bold;
}

.title a:hover, .titleb a:hover {
    text-decoration: underline;
}

.subtitle, .subtitle a, .subtitleb, .subtitleb a, .subtitlei {
    font-size: 18px;
    color: #333;
    font-family: Lato, arial, sans-serif;
    border-radius: 3px;
    /*text-transform: uppercase;*/
}

.subtitleb, .subtitleb a {
    font-weight: bold;
}

.subtitle a:hover, .subtitleb a:hover {
    text-decoration: underline;
}

.subtitlei {
    background-color: #ddd;
    color: #FFF;
    padding: 0px 5px;
}

.subtitle.success, .subtitle.success a {
    color: #69BA65;
}

/** END TITLES **/

.counter {
    color: #333;
    font-size: 16px;
    letter-spacing: -1px;
    font-family: Lato, arial, sans-serif;
    cursor: pointer;
}

.counter .number {
    font-weight: bold;
    font-size: 20px;
    padding-left: 4px;
}

.info, .warning, .error {
    padding: 6px 10px;
    line-height: 1.4;
    font-size: 12px;
    border-style: solid;
    border-width: 1px;
    border-radius: 3px;
}

.info {
    background-color: #E3F6FC;
    border-color: #A1C9D6;
}

.warning {
    background-color: #FFFBD4;
    border-color: #CBD197;
}

.error {
    background-color: #FFD4D4;
    border-color: #D19797;
}

/** TABLE LIST **/
.tl {
    table-layout: fixed;
}

.tl tr td a {
    color: #000;
}

.tl tr td {
}

.tl tr td span.label {
    font-size: 11px;
    line-height: 1.7;
}

.tl tr td div.subtext {
    color: #888;
    font-size: 11px;
}

.tl tr td img.image {
    display: block;
}

.tl tr.tlheader td {
    background: #eee;
    color: #222;
    padding: 8px 8px;
    border-bottom: 1px solid #ddd;
    font-size: 11px;
    text-transform: uppercase;
}

.tl tr.tlheader td a {
    text-decoration: underline;
    color: #222;
}

.tl tr.tlheader td > input[type=checkbox] {
    display: inline-block;
    margin-top: 3px;
}
.checkInvisible input[type=checkbox]{
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none;
}

.checkInvisible label{
    margin:5px;
}

.ml-9{
    margin-left: 9rem !important;
}

.tl tr.selected td {
    background-color: #FDFFCF;
}

.tl tr.tlrow, .tl tr.tlrowd {
    background-color: #FFF;
}

.tl tr.tlrow.selected, .tl tr.tlrowd.selected {
    background-color: #FBFFB3;
}

.tl tr.first td {
    border-top: 1px solid #ccc;
}

.tl tr.tlrow td, .tl tr.tlrowd td {
    border-bottom: 1px solid #ccc;
    padding: 16px 8px;
}

.tl tr.tlrow:hover, .tl tr.tlrowd:hover {
    background-color: #F9F9F9;
}

/*.tl tr.tlrowd td, .tl tr.tlrowd td a {
    color: #aaa;
}*/

.tl tr.tlrow td a.btn-success, .tl tr.tlrow td a.btn-warning {
    color: #FFF;
}

.tl tr.tlrowd td img {
    opacity: 0.4;
    filter: alpha(opacity=40);
}

.tl tr.tlrow.red {
    background-color: #FFCFCF;
}

.tl tr.tlfooter td, .tl tr.tlfooter td a {
    color: #444;
}

.tl tr td.nopadding {
    padding: 0;
}

.tl tr.tlrow.flat {
    background-color: #e5e5e5;
}

.tl a i.fa {
    font-size: 18px;
}

/** END TABLE LIST **/

table.settings {
    border-top: 1px solid #ddd;
}

table.settings > tbody > tr > td {
    padding: 12px 0px;
    border-bottom: 1px solid #ddd;
    vertical-align: top;
}

/*******************
 CHECKLISTS
 */

table.checklist {
}

table.checklist > tbody > tr {
    cursor: pointer;
}

table.checklist > tbody > tr.nolink {
    cursor: default;
}

table.checklist > tbody > tr.selected {
    background-color: #f4ffb2;
}

table.checklist > tbody > tr > td {
    padding: 12px 4px;
    border-bottom: 1px solid #eee;
    font-size: 15px;
}

table.checklist > tbody > tr > td.desc {
    padding-left: 0;
}

table.checklist > tbody > tr > td.nopadding {
    padding: 0;
}

table.checklist img.image {
    display: block;
    margin-top: 8px;
}

table.checklist input, table.checklist img.icon {
    margin: 5px;
}

table.checklist > tbody > tr.labelline {
    background-color: #eee;
    font-size: 12px;
    color: #444;
    cursor: auto;
}

table.checklist > tbody > tr.labelline > td {
    padding: 3px 0 3px 10px;
}

/** TABLE DETAILS **/
table.details > tbody > tr > td {
    padding: 8px;
    border-bottom: 1px solid #ddd;
}

table.details > tbody > tr.first > td {
    border-top: 1px solid #ddd;
}

table.details > tbody > tr.discreet > td {
    background-color: #fafafa;
    color: #666;
}

table.details > tbody > tr.tab_header > td {
    padding: 3px 8px;
    background-color: #eee;
    color: #444;
    font-size: 14px;
    padding: 10px 0;
    cursor: default;
}

table.details > tbody > tr.tab_header[data-info-hide="1"] {
    cursor: pointer;
}

table.details > tbody > tr[data-info-hide="1"]:not(.tab_header) {
    display: none;
}

table.details .name {
    font-weight: normal;
    color: #333;
    padding: 11px 8px;
}

table.details .value {
    color: #000;
    word-break: break-all;
}

/** END TABLE DETAILS **/

/** TABLE INSERT **/
table.insert td {
    padding: 12px;
    border-bottom: 1px solid #ddd;
}

table.insert tr.first td {
    border-top: 1px solid #ddd;
}

table.insert .name {
    font-weight: normal;
    color: #333;
}

table.insert .value {
    color: #000;
}

/** END TABLE INSERT **/

.urgent {
    background-color: red;
    padding: 2px 3px;
    color: #FFF;
    border-radius: 3px;
}

div .user_add {
    padding: 10px;
}

.tb_radio {
    border: 1px solid #ddd;
    border-radius: 3px;
    cursor: pointer;
    background-color: #fafafa;
    padding: 8px;
}

.tb_radio td {
}

.tb_radio.sel {
    background-color: #CBE8F7;
}

.none {
    text-align: center;
    color: #888;
    padding: 40px 0px;
}

.search-name {
    color: #666;
    font-size: 11px;
    margin-bottom: 3px;
    font-weight: bold;
    text-transform: uppercase;
}

.overdue {
    padding: 3px 5px;
    border-radius: 3px;
    color: #222;
    font-size: 12px;
    background-color: #FFCFCF;
    font-weight: bold;
}

.file_image {
    width: 104px;
    height: 104px;
    margin: 0px 10px 10px 0px;
    border: 2px solid #e0e0e0;
    float: left;
}

.file_image.selected {
    border-color: orange;
}

/** PAGESIZE **/
.pagesize {
    padding: 1px;
    padding-left: 5px;
    padding-right: 5px;
    color: #000;
    text-decoration: none;
    font-weight: bold;
}

.pageactive {
    padding: 1px;
    padding-left: 5px;
    padding-right: 5px;
    font-weight: bold;
    background-color: #DB8B1D;
    color: #fff;
}

.page:hover {
    background-color: #DB8B1D;
}

/** END PAGING **/

/** PAGING **/
.page {
    padding: 1px;
    padding-left: 5px;
    padding-right: 5px;
    color: #000;
    text-decoration: none;
    font-weight: bold;
}

.pageactive {
    padding: 1px;
    padding-left: 5px;
    padding-right: 5px;
    font-weight: bold;
    background-color: #DB8B1D;
    color: #fff;
}

.page:hover {
    background-color: #DB8B1D;
}

/** END PAGING **/

table.acl-resource-permissions {
    border-top: 1px solid #ddd;
}

table.acl-resource-permissions > tbody > tr > td {
    padding: 6px 0px;
    border-bottom: 1px solid #ddd;
}

/** SYSTEM MESSAGES **/
.box {
    padding: 20px;
    text-align: center;
    border-radius: 10px;
    position: fixed;
    right: 25%;
    top: 60px;
    width: 50%;
    z-index: 1010;
    font-size: inherit;
}

.box.success {
    background-color: #009966;
    /*background-image: url('../images/ico_check_light.png');*/
    background-position: 20px center;
    background-repeat: no-repeat;
    color: #FFF;
}

.box.error {
    background-color: #DE6A6A;
    /*background-image: url('../images/ico_error_light.png');*/
    background-position: 20px center;
    background-repeat: no-repeat;
    color: #FFF;
}

/** END SYSTEM MESSAGES **/

.listinfo {
    border: 1px solid #ddd;
    padding: 8px;
    display: block;
}

.listinfo > span {
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
}

.listinfo > span.first {
    margin: 0px;
}

.listinfo.sel {
    background-color: #FBFFB3;
}

.small {
    font-size: 12px;
}

.bold {
    font-weight: bold;
}

.discreet {
    color: #888;
}

.hidden {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
}

.link {
    cursor: pointer;
}

.disabled {
    color: #888;
}

.option {
    padding: 15px 0;
    border-bottom: 1px dotted #ccc;
}

.option.selected {
    background-color: #d0d0d0;
}

.square {
    display: inline-block;
    width: 15px;
    height: 15px;
    vertical-align: middle;
}

.formtab {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 3px 6px;
    background-color: #eee;
    color: #444;
    font-size: 14px;
}

.button_wide {
    display: block;
    background-color: #fafafa;
    border: 1px solid #ddd;
    padding: 10px;
    width: 100%;
    text-align: center;
    border-radius: 3px;
}

/** COMMENTS **/
.comment {
    background-color: #edeff4;
    border-top: 1px solid #FFF;
    color: #000;
    font-size: 12px;
}

.comment table {
    width: 100%;
}

.comment .user_name {
    font-weight: bold;
}

.comment .datetime {
    color: #aaa;
    float: right;
}

/** NOTIFICATION **/
#notification {
    display: block;
    padding: 8px 7px 5px 7px;
    border-radius: 3px;
}

#notification #notif #notif_counter {
    visibility: hidden;
}

#notification.active {
    /*background-color:#FFF;*/
    font-weight: bold;
}

#notification.active #notif #notif_counter {
    visibility: visible;
}

#notification #notif {
    position: relative; /* This is crucial for the absolutely positioned element */
    width: 24px;
    height: 23px;
}

#notification #notif #notif_counter {
    position: absolute; /* This breaks the div from the normal HTML document. */
    top: -6px;
    right: -2px;
    padding: 1px 2px 1px 2px;
    background-color: red; /* you could use a background image if you'd like as well */
    color: white;
    font-weight: bold;
    font-size: 0.75em;

    /* The following is CSS3, but isn't crucial for this technique to work. */
    /* Keep in mind that if a browser doesn't support CSS3, it's fine! They just won't have rounded borders and won't have a box shadow effect. */
    /* You can always use a background image to produce the same effect if you want to, and you can use both together so browsers without CSS3 still have the rounded/shadow look. */
    border-radius: 30px;
    box-shadow: 1px 1px 1px gray;
}

/** END NOTIFICATION **/

.icon-outer {
    position: relative;
}

.icon-outer .icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    box-sizing: content-box;
    margin-top: 5px;
    margin-bottom: 5px;
}

.icon-outer .icon i {
    color: #ffffff;
    font-size: 23px;
    margin-top: 9px;
}

.icon-outer .urgent-flag {
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #ee3c2e;
    position: absolute;
    margin: -55px 0 0 25px;
}

.mark-urgent {
    width: 100% !important;
    text-align: left !important;
    color: #d90000 !important;
    background-color: #ffffff !important;
}

.mark-urgent.active {
    color: #fff !important;
    background-color: #d90000 !important;
}

.mark-urgent .fa {
    display: none;
    width: 20px;
}

.mark-urgent .fa-circle-o {
    display: inline-block;
}

.mark-urgent.active .fa-check {
    display: inline-block;
}

.mark-urgent.active .fa-circle-o {
    display: none;
}

.label-search {
    display: inline-block;
    width: calc(100% - 30px);
    border-bottom: 2px solid #cacaca;
    color: #656565;
    padding-bottom: 3px;
    font: bold 15px Lato;
    text-transform: uppercase;
    margin: 15px;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.form-control.half {
    width: calc(50% - 2px);
    display: inline-block;
    background-color: #fff !important;
}

form .half.datetime {
    font-size: 12px !important;
}

form .bootstrap-select button {
    padding-top: 8px;
    padding-bottom: 8px;
}

.block-setting {
    display: block;
    background: #FFFFFF;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 14px;
    height: 180px;
    line-height: 180px;
    margin-bottom: 20px;
    text-align: center;
    border: 1px solid #aaa;
}

.block-setting .subtitle {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    font-size: 18px;
    padding: 0px 50px 10px;
    text-transform: none;
    color: #5f5f5f;
}

.block-setting .subtitle i {
    font-size: 30px;
    margin-bottom: 10px;
}

.block-setting:hover {
    background: #f7f7f7;
    text-decoration: none;
}

.integration-block {
    display: block;
    background: #FFFFFF;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 14px;
    height: 220px;
    text-align: center;
    border: 1px solid #aaa;
}

.integration-block img {
    margin-top: 20px;
    width: 180px;
}

.integration-block .subtitle {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    font-size: 18px;
    padding: 0px 50px 10px;
    text-transform: none;
    color: #5f5f5f;
    margin-top: 10px;
}

.integration-block a.btn {
    margin-top: 10px;
}

.bx-wrapper {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    border: 0 !important;
}

#navigation-date {
    width: 100%;
    cursor: default;
    background: #eeeeee;
    padding: 7px 10px;
    margin-top: 15px;
    border-radius: 6px;
    border: 1px solid #d2d2d2;
    box-sizing: border-box;
    position: relative;
}

#navigation-date div.col {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    color: #5f5f5f;
    box-sizing: border-box;
}

#navigation-date > div.col > a.link {
    color: #5f5f5f;
    font-size: 18px;
    text-decoration: none !important;
    margin: 0 10px;
}

.form-ajax input,
.form-ajax .bootstrap-select button {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
}

.form-ajax .rules.table .filter {
    display: none;
}

.form-ajax .rules.table td {
    padding: 5px !important;
}

.form-ajax .rules.table td:first-of-type {
    padding-left: 0px !important;
}

.form-ajax .rules.table td:last-of-type {
    padding-right: 0px !important;
}

.form-ajax .rules.table tr {
    border-bottom: 1px solid #e6e6e6;
}

.form-ajax .rules.table tr:last-of-type {
    border-bottom: none;
}

/*Fix bootstrap select*/
.bootstrap-select .filter-option {
    text-overflow: ellipsis;
    max-width: 400px;
}

#tickets .btn[disabled] {
    background: #d4d4d4;
    color: #444444;
    opacity: 0.5;
}

.navbar {
    font-family: Lato, arial, sans-serif;
    background-color: #222;
}

.navbar, .navbar a {
    color: #FFF;
}

.navbar .navbar-brand {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
}

/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 50px;
}

.scrollable-menu {
    height: auto;
    max-height: 400px;
    overflow-x: hidden;
}

.group-name {
    text-transform: uppercase;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    padding: 9px;
    font-weight: bold;
    color: #757575;
    font-size: 14px;
    text-align: center;
}

#bulk-actions {
    padding: 10px 9px;
    margin-bottom: 20px;
    background-color: #f8d220;
    z-index: 100;
}

.spectrum_container, .spectrum_replacer {
    background: #FFF;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.spectrum_replacer {
    padding: 9px;
    vertical-align: top;
}

img.circle {
    border-radius: 50%;
}

.custom-value {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    display: table;
    clear: both;
}

.custom-value .remove {
    float: right;
}

.custom-value .custom {
    width: 100%;
}

.custom-value .comparison {
    margin: 5px 0 0 0;
    width: 100%;
}

.custom-value .reference {
    margin: 5px 0 0 2px;
    width: 100%;
}

.custom-value .reference input.form {
    padding: 7px;
}

/*************************/
/* VERTICAL TABS / BEGIN */
/*************************/

.tabbable:after {
    content: '';
    display: block;
    clear: both;
}

.tabbable.tabs-left > .nav-tabs {
    border-bottom: 0;
    margin-right: 100px;
}

.tabbable .tab-content > .tab-pane,
.tabbable .pill-content > .pill-pane {
    display: none;
    float: left;
}

.tabbable .tab-content > .active,
.tabbable .pill-content > .active {
    display: block;
}

.tabbable.tabs-left > .nav-tabs > li {
    float: none;
}

.tabbable.tabs-left > .nav-tabs > li > a {
    min-width: 180px;
    margin-right: 0;
    margin-bottom: 3px;
    outline: none;
}

.tabbable.tabs-left > .nav-tabs {
    float: left;
    border-right: 1px solid #ddd;
}

.tabbable.tabs-left > .nav-tabs > li > a {
    margin-right: -1px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
    text-align: right;
}

.tabbable.tabs-left > .nav-tabs > li > a:hover,
.tabbable.tabs-left > .nav-tabs > li > a:focus {
    border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}

.tabbable.tabs-left > .nav-tabs .active > a,
.tabbable.tabs-left > .nav-tabs .active > a:hover,
.tabbable.tabs-left > .nav-tabs .active > a:focus {
    border-color: #ddd transparent #ddd #ddd;
    *border-right-color: #ffffff;
    color: #333;
}

/***********************/
/* VERTICAL TABS / END */
/***********************/

.tabbable .nav-tabs > li > a {
    color: #666;
    font-size: 15px;
}

.tabbable .nav-tabs > li > a::after {
    display: block;
    content: attr(title);
    font-weight: bold;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

.tabbable .nav-tabs > li.active > a {
    background-color: #f5f5f5;
    color: #333;
    font-weight: bold;
}

.btn.delete {
    color: #666;
    float: right;
}

#modal-error {
    display: none;
    margin-bottom: 15px;
}

.lock {
    float: right;
    width: 40px;
    padding: 8px 12px;
    font-size: 15px;
}

.chart-custom-history {
    margin-top: 30px;
    margin-bottom: 0;
}

.table-custom-history {
    margin-top: 30px;
    margin-bottom: 0;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    overflow: hidden;
    max-height: 600px;
    overflow-y: auto;
}

.table-custom-history table {
    width: 100%;
}

.table-custom-history tr:first-child {
    background: #f3f3f3;
}

.table-custom-history tr:first-child td {
    color: #777777;
    text-transform: uppercase;
    text-align: left;
    font-weight: 800;
    font-size: 11px;
    padding: 7px 10px;
}

.table-custom-history tr:not(:first-child) td {
    padding: 10px;
    text-align: left;
    border-top: 1px solid #e0e0e0;
    font-size: 12px;
}

.bold {
    font-weight: bold !important;
    color: #505050 !important;
}

.loader-custom-history {
    display: flex;
    margin-top: 40px;
    margin-bottom: 0;
    justify-content: center;
}

.loader-custom-history div {
    border: 6px solid #e0e0e0;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    -webkit-animation: spin 0.7s linear infinite;
    animation: spin 0.7s linear infinite;
}
::-webkit-input-placeholder { /* Chrome, Safari */
    text-transform: lowercase;
  }
  :-moz-placeholder { /* Firefox 18- */
    text-transform: lowercase;
 }

 ::-moz-placeholder {  /* Firefox 19+ */
    text-transform: lowercase;
 }

 :-ms-input-placeholder {  /* IE */
    text-transform: lowercase;
 }

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.integration-card {
    font-size: 1.2em;
    border-radius: 3px;
    margin-top: 1em;
    padding: 0.9em;
    height: 64px;
    border: 1px solid #ccc;
    line-height: 32px;
}

.integration-card-active {
    background-color: #d9ffb3 !important;
    font-weight: bold;
}

.integration-card-inactive {
    background-color: #ffffb3 !important;
}

.multimapping {
    border-spacing: 0px;
    border-collapse: separate;
    font-size: 1.1em;
}

.multimapping tr {
    background-color: #f8f8f8;
}

.multimapping tr:hover {
    background-color: #ffecaf;
}

.multimapping td {
    padding: 8px 0px;
    border-bottom: 1px solid #ccc;
    margin: 0;
}

.multimapping th {
    background-color: #eee;
    padding: 4px;
}

.log-level {
    padding: 6px 10px;
    border: 1px solid #888;
    border-radius: 3px;
    font-size: 12px;
    color: #888;
}

.log-level.debug {
    color: #888;
    border-color: #888;
}

.log-level.info {
    color: #4286f4;
    border-color: #4286f4;
}

.log-level.error {
    color: #dd0d0d;
    border-color: #dd0d0d;
}

.item-gallery {
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 0 8px 2px #C5C5C5;
    -moz-box-shadow: 0 0 8px 2px #C5C5C5;
    box-shadow: 0 0 8px 2px #C5C5C5;
    width: 100%;
    padding-top: 100%;
    position: relative;
}

.item-gallery .item-thumb {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 8px;
}

.item-gallery .item-info {
    background: rgba(5, 5, 5, 0.4);
    position: relative;
    margin-top: -15px;
    padding: 5px 8px;
    color: white;
    height: 100px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

.item-gallery .item-info .ref {
    font-weight: bold;
    font-size: 15px;
    display: -webkit-box;
    line-height: 20px;
    max-height: 20px; /* fallback */
    -webkit-line-clamp: 2; /* number of lines to show */
    -webkit-box-orient: vertical;
}

.item-gallery .item-info .subref {
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 16px; /* fallback */
    max-height: 32px; /* fallback */
    -webkit-line-clamp: 2; /* number of lines to show */
    -webkit-box-orient: vertical;
}

.tabbable.tabs-left > .nav-tabs > li > a {
    min-width: 220px;
}

.ws-call.disabled {
    text-decoration: none;
    color: #ccc;
}

.team-user {
    width: 100%;
    border: 1px solid #d5d5d5;
    padding: 10px 20px;
    border-radius: 5px;
    height: 100px;
    margin-bottom: 10px;
}

#invite-users {
    width: 100%;
    white-space:nowrap;
    overflow: auto;
    margin-bottom: 18px;
}

.invite-user {
    width: 125px;
    height: 160px;
    display:inline-block;
    color:#888;
    padding-top: 6px;
    text-align: center;
    margin: 0 25px 10px 0;
    cursor: pointer;
}

.invite-user.active {
    border: 1px solid #ccc;
    border-radius: 10px;
    background: #f4ffb2;
}

.invite-name {
    width: 125px;
    font-size: 12px;
    float: left;
    margin-top: 3px;
    margin-bottom: 6px;
    display: inline-block;
    overflow: hidden;
    white-space:nowrap;
    text-overflow: ellipsis;
    color: #333;
}

.invite-user-roles {
    width: 125px;
    display: none;
    float: left;
}

.invite-user-role {
    width: 75px;
}

.team-user .profile {
}

.team-user .photo {
}

.team-user .roles {
    float: left;
}

.team-user .groups {
}

.team-user .groups .grouplist {
    border: 1px solid #ccc;
    padding: 5px 10px;
    border-radius: 3px;
}

.team-user .actions {
    text-align: right;
}

.team-user .name {
    font-size: 14px;
    font-weight: bold;
}

.team-user .email {
    font-size: 13px;
    font-weight: bold;
    color: #888;
}

.team-user .role {
    margin-top: 18px;
    padding: 5px 10px;
    border-radius: 3px;
    background-color: #666;
    color: #FFF;
    font-weight: 700;
}

.team-user.disabled {
    color: #aaa;
}

.team-user.disabled img, .team-user.disabled span, .team-user.disabled a {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.team-user span.ws-after {
    color: #333;
    opacity: 1;
    filter: alpha(opacity=100);
}

#item-tag-picker {
    padding: 20px 15px 10px 15px;
    background-color: #f0f0f0;
    text-align: center;
}

.item-tag {
    display: inline-block;
    cursor: pointer;
    padding: 4px 12px;
    border-radius: 3px;
    border: 1px solid #ccc;
    color: #ccc;
    font-weight: 700;
    margin-right: 10px;
    margin-bottom: 12px;
}

.item-tag.active {
    background-color: #ccc;
    color: #fff;
}

.event-status.open {
    padding: 6px 10px;
    font-weight: bold;
    color: #fff;
    background: red;
    border-radius: 10px;
}

.event-status.closed {
    padding: 6px 10px;
    font-weight: bold;
    color: #fff;
    background: green;
    border-radius: 10px;
}

/**** WIDGETS *****/

.widget {
    border: 0px solid #c5c5c5;
    padding: 0;
    background-color: #ddd;
    color: #555;
    position: relative;
    margin: 0 0 30px;
    /*box-shadow: 2px 2px 1px #ddd;*/
    display: block;
    float: left;
    width: 100%;
}

.widget, .widget-content {
}

.widget.loading {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.widget .settings em {
    color: #aaa;
    font-size: 16px;
    margin: 10px 10px 0 0;
}

.widget .settings.dropdown {
    display: inline;
    position: absolute;
    top: 6px;
    right: 5px;
}

.widget .settings .dropdown-menu {
    z-index: 1000000;
}

.widget .argument {
    display: inline;
    position: absolute;
    top: 12px;
    right: 35px;
}

.widget .argument .toggle button {
    font-size: 12px;
    padding: 3px 8px;
    background-color: inherit;
    outline: none;
}

.widget .argument .toggle.light button {
    color: #FFF;
    border-color: #FFF;
}

.widget .argument .toggle button.active {
    font-weight: bold;
    box-shadow: none;
}

.widget .argument .toggle.dark button {
    color: #666;
    border-color: #666;
}

.widget .argument .selector {
    font-size: 12px;
    padding: 3px 8px;
    background-color: inherit;
}

.widget .argument .selector.light {
    color: #FFF;
    border-color: #FFF;
}

.widget .argument .selector.dark {
    color: #888;
    border-color: #888;
}

.widget-empty {
    border: 3px dashed #ccc;
    background-color: white;
    color: #aaa;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding: 0 20px;
}

.widget-content {
    /*padding: 52px 20px 20px;*/
}

.widget-content .value {
    color: inherit;
    display: block;
    font-size: 54px;
    font-weight: bold;
}

.widget-content .title {
    color: inherit;
    display: block;
    font-size: 18px;
}

.widget-available {
    width: 100%;
    padding: 15px 0px;
    border: 0 solid #ccc;
    border-top-width: 1px;
}

.widget-available.last {
    border-width: 1px 0px;
}

.widget-available .icon {
    width: 80px;
    height: 80px;
    float: left;
    margin-right: 10px;
}

.widget-available .title {
    font-size: 15px;
    font-weight: bold;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.widget-available .description {
    font-size: 15px;
    color: #888;
}

.widget-available .description:after {
    content: '';
    display: block;
    clear: both;
}

.widget-available .configure {
    float: right;
    margin: 0 0 10px 10px;
}

.map-cluster {
    width: 50px;
    height: 50px;
    margin-top: -25px;
    margin-left: -25px;
    line-height: 38px;
    border-radius: 50%;
    border: 5px solid #ddd;
    background-color: #aaa;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    z-index: -100;
    color: #FFF;
}

.document-name {
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.file-new {
    display: inline-block;
    padding: 2px 6px;
    border-radius: 3px;
    background-color: #4980ff;
    color: #FFF;
    font-weight: bold;
}

.ico-file {
    display: inline-block;
    width: 32px;
    height: 32px;
    background-size: 32px;
    background-repeat: no-repeat;
    background-image: url('../images/files/ico-document.png');
}

.ico-file.pdf {
    background-image: url('../images/files/ico-pdf.png');
}

.ico-file.jpg, .ico-file.jpeg {
    background-image: url('../images/files/ico-jpg.png');
}

.ico-file.png {
    background-image: url('../images/files/ico-png.png');
}

.ico-file.doc, .ico-file.docx {
    background-image: url('../images/files/ico-doc.png');
}

.ico-file.xls, .ico-file.xlsx {
    background-image: url('../images/files/ico-xls.png');
}

.ticket-package {
    margin-top: 10px;
    padding: 20px 20px 6px 20px;
    border-radius: 5px;
    background-color: #eee;
    font-size: 14px;
}

.ticket-package .count {
    display: inline-block;
    margin-left: 20px;
    color: #666;
}

.ticket-package .progress {
    margin-top: 6px;
    font-size: 10px;
    color: #FFF;
}

.ticket-package .name {
    display: inline-block;
    color: #333;
    font-weight: bold;
}

.ticket-package .cancelled {
    display: inline-block;
    margin-left: 10px;
    color: #666;
}

.ticket-package .completed {
    float: right;
    display: inline-block;
    color: #666;
}

.ticket-package .actions {
    margin-left: 20px;
    float: right;
}

.ticket-package .actions a {
    margin-bottom: 3px;
}

.ticket-package .actions a.btn {
    background-color: #ccc;
    color: #666;
    font-weight: bold;
}

#modal-reports-generate #download {
    padding: 30px 0 20px 0;
    font-size: 15px;
    color: #666;
}

#modal-reports-generate #download #btn-download {
    margin-top: 10px;
    border: 0;
    font-weight: bold;
    font-size: 13px;
}

.tour-status {
    margin-top: 18px;
    padding: 5px 10px;
    border-radius: 3px;
    background-color: #666;
    color: #FFF;
    font-weight: 700;
}

.tour-status.ongoing {
    background-color: #dba504;
    color: #FFF;
}

.tour-status.finished {
    background-color: #11a311;
    color: #FFF;
}

.icon-track {
    width: 15px !important;
    height: 15px !important;
    opacity: 0.7;
    background: #70f93e;
    border-radius: 15px;
}

/*Typeahead specific styles*/

.twitter-typeahead {
    float: left;
    width: 100% !important;
}

#typeahead-parent-item {
    width: 100%;
}


.twitter-typeahead .tt-menu {
    width: 100%;
    margin: 12px 0;
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.twitter-typeahead .list-group {
    padding-left: 0;
    margin-bottom: 5px;
}

.twitter-typeahead .tt-suggestion {
    position: relative;
    padding: 8px;
    text-align: left;
    padding: 3px 20px;
    margin-bottom: 5px;
}

.twitter-typeahead .tt-suggestion:hover {
    cursor: pointer;
    background-color: #FBFFB3;
}

.twitter-typeahead .tt-suggestion.tt-cursor {
    background-color: #FBFFB3;
}

.twitter-typeahead .item-pic {
    float: left;
    width: 53px;
    height: 53px;
    border: 1px solid #ccd6dd;
    border-radius: 5px;
    margin-top: 3px;
}

.twitter-typeahead .details {
    min-height: 60px;
    padding-left: 65px;
    margin: 0 0 5px 10px;
}

.twitter-typeahead .ref {
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
}

.twitter-typeahead .desc {
    font-size: 13px;
    line-height: 16px;
}

.report-model {
    float: left;
    margin: 0 20px 20px 0;
    display: inline-block;
    width: 250px;
    height: 220px;
    border: 2px solid #ddd;
    padding: 125px 25px 20px 25px;
    border-radius: 5px;
    background: url('../images/ico-report.png') no-repeat center 25px;
    background-size: 80px;
    text-align: center;
}

.report-model .title {
    display: block;
    font-size: 16px;
    font-family: inherit;
    line-height: 1.3;
}

.report-model .btn {
    border: 0;
    margin-top: 10px;
    background-color: #ddd;
    color: #666;
    font-weight: bold;
}

.report-model .btn.info {
    background-color: #eee;
    color: #666;
}

.report-model .btn.generate {
    background-color: #ddd;
    color: #666;
    font-weight: bold;
}

/*Icon Style area*/
i.areaIcon {
    cursor: pointer;
    padding: 0 10px;
}

i.black {
    color: #000;
}

[subarea]{
    display: none;
}

b.area {
    font-size: 18px;
    color: #000;
}

span.subArea {
    font-size: 15px;
    color: #000;
}

tr.lineArea {
    background-color: #D3D4D6 !important;
    border-top: 8px solid #fff;
}

.lineCollapseArea {
    background-color: #D3D4D6 !important;
    border: 1px solid#FFF !important;
    padding: 16px 8px !important;
    height: 80px;
}

.lineCollapseArea a {
    color: #000;
}

tr.lineSubArea {
    background-color: #F2F2F2 !important;
    border-top: 4px solid #fff !important;
}

.lineCollapseSubArea {
    padding: 16px 8px !important;
    background-color: #F2F2F2 !important;
    padding: 16px 8px !important;
    margin-bottom:5px !important;
    border: 1px solid#FFF !important;
    font-size: 16px;
    padding-left: 50px !important;
}

.alignTitleArea, .alignAreaDescription {
    padding-left: 37px;
}

.alignEditIcon {
    padding: 0 10px;
}

/*Forward*/
.line {
    background-color: #E6E6E6;
}

.col-number {
    width: 36px;
    background-color: #949494;
}

.col-check {
    padding-left: 20px;
    min-width: 40px;
}

span.number {
    font-size: 35px;
    color: #FFFFFF;
    margin-left: 10px;
    margin-right: 10px;
}

.title-spotlight {
    font-size: 20px;
    margin: 5px 0 5px 45px;
}

.bold-spotlight {
    background-color: #737373;
    color: #FFF;
    border-radius: 5px;
    padding: 3px;
}

.label-separator {
    border-radius: 10px;
    background-color: #949494;
    color: #FFF;
    width: 92%;
    margin: auto;
    text-align: center;
    padding: 20px 0;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 700;
}

.w-20 {
    width: 20%;
}

.w-30 {
    width: 30%;
}
.w-50 {
    width: 50%;
}
.w-70 {
    width: 70%;
}
.w-80 {
    width: 80%;
}

.w-50 div:first-child{
    margin: 8px 0 8px 0;
}

.w-50 div.remove {
    text-align: right;
}

.alignLeft {
    float: left;
}

.alignTextLeft {
    text-align: left;
}

.alignCustomTop {
    margin-top: 8px;
}

.btn-link {
    float: right;
}

.btn-delete:hover, .btn-delete:visited {
    text-decoration: none;
}

select[event=forward] {
    display: none;
}

.tokenize {
    width: 95%!important;
}

.tokenize>.tokens-container>.placeholder, .tokenize>.tokens-container>.token-search {
    border: none!important;
}

#container-add-inputs {
    width: 100%;
}

#container-add-inputs hr{
    position: relative;
    top: 47px;
    background-color: #BEBEBE;
    height: 2px;
}
.add-inputs {
    color: #BEBEBE;
    text-decoration: none;
    cursor: pointer;
    background-color: #E6E6E6;
    z-index: inherit;
}

.bootstrap-select.btn-group .dropdown-menu{
    max-width: 100%;
}

.email_recipient_hidden {
    display: none;
}
