@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900');


.mobile
{
    display: none;
}

.nomobile
{
    display: none;
}


/* RESET
---------------------------------- */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline; }

ins {
  background-color: #ffff99;
  color: black;
  text-decoration: none; }

mark {
  background-color: #ffff99;
  color: black;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle;
}

/* COLORI
---------------------------------- */

/*
- Grigio scuro #333333 (testo)
- Grigio chiaro #DDDDDD
- Verde acido #B9C01D
- Azzurro #2394C4 (link)
- Azzurro scuro #186687 (link)
*/


/* BASE
----------------------------------*/
html, body
{
    width: 100%;
    min-height: 100%;
}

body
{
    color: #5d5d5d;
    font-family: Lato, sans-serif;
    font-size: 14px;
    line-height: 1.5em;
    background: #3a3939;
    flex-grow: 1;
}


html
{
    display: flex;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}



/* TIPOGRAFIA
---------------------------------- */

h1, h2, h3, h4, h5, h6
{
    margin: 0px;
    line-height: 1.5em;
}

h1
{
    font-size: 30px;
}

h2
{
    font-size: 24px;
}

h3
{
    font-size: 18px;
}

h4
{
    font-size: 15px;
}

h5, h6
{
    font-size: 13px;
}

h6
{
    color: #676767;
    text-transform: uppercase;
}

p
{
    margin: 0 0 9px;
        line-height: 1.5em;
}

small
{
    color: #999999;
    font-size: 12px;
}

blockquote
{
    border-left: 5px solid #DDDDDD;
    margin: 0 0 18px;
    padding: 0 0 0 15px;
}

.blockquote-right
{
    border-left: 0 none;
    border-right: 5px solid #EEEEEE;
    float: right;
    padding-left: 0;
    padding-right: 15px;
}

ul, ol {
    margin: 0px 0px 10px 30px;
    padding: 0;
}

ul.unstyled, ol.unstyled {
    list-style: none outside none;
    margin-left: 0px;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small
{
    font-weight: normal;
    font-size: 14px;
}

h1 small
{
    font-size: 18px;
    color: #fff;
    font-weight: 300;
}

p.lead
{
    font-size: 20px;
    font-weight: 200;
    line-height: 27px;
    margin-bottom: 18px;
}


.ag-left
{
    text-align: left;
}

.ag-right
{
    text-align: right;
}

.ag-center
{
    text-align: center;
}

.right
{
    float: right;
}

.left
{
    float: left;
}

.indented-element, .sortable-contents .indented-element
{
    padding-left: 25px;
}

.disabled-element
{
    color: #999999;
}

.uppercase
{
    text-transform: uppercase;
}

.txt-bk
{
    color: #000000;
}

.txt-wh
{
    color: #FFFFFF;
}

.size-1{
    font-size: 1rem;
}

.size-2
{
    font-size: 2rem;
}

/* LINKS
---------------------------------- */

a
{
    color: #6d965d;
}

a:hover
{
    color: #818285;
    text-decoration: none;
}

.a-alternative
{
    color: #fff !important;
    padding: 5px !important;
    text-decoration: none !important;
}

.a-alternative:hover
{
    color: #000 !important;
    background-color: #FFFFFF !important;
    text-decoration: none !important;
}

/* SPAZIO
---------------------------------- */
.gap-1{
    gap: 1rem
}

.gap-1\/5 {
    gap: 1.5rem;
}

.gap-2 {
    gap: 2rem;
}

.gap-10 {
    gap: 10px;
}

.gap-5 {
    gap: 5px;
}

.w-6 {
    width: 1.5rem
}

.h-6 {
    height: 1.5rem
}

.m-0{
    margin: 0 !important;
}

.pt-2{
    padding-top: 1.25rem;
}

.p-0{
    padding: 0 !important;
}

.pb-2{
    padding-bottom: 1.25rem;
}

.plr-2{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}


/* STRUTTURA
-----------------------------------------*/

#wrapper
{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
}

header
{
    margin: 0px;
    padding: 20px 40px;
    background: #fff;
}

footer
{
    margin: 0px;
    padding: 20px 40px;
    border-top: 1px solid #e5e5e5;
    background: #eaeaea;
}


header p,
footer p
{
    margin: 0px;
}

.logo-header
{
    width: 200px;
    height: 46px;
    background: transparent url(../images/layout/logo-header.png) no-repeat center center;
    background-size: contain;
}


#wrapper-not-logged
{
    background: #f8f8f8;
    width: 100%;
    height: 100%;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
}

#content-wrapper
{
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    flex: 1;
    margin: 0px;
}

#content-wrapper-box
{
    display: block;
    position: relative;
    background: transparent;
    color: #d2d2d2;
    padding: 0;
    width: 490px;
    height: auto;
    text-align: left;
    border: 1px solid #e5e5e5;
}

#page-header
{
    color: #ffffff;
    margin: 0px;
    background: #6d965d;
    padding: 10px;
    display: flex;
    min-height: 44px;
    box-sizing: border-box;
    margin-bottom: 20px;
    align-items: center;
}

#sub-header
{
    color: #ffffff;
    margin: 0px;
    background: #6d965d;
    padding: 10px;
    display: flex;
    min-height: 44px;
    box-sizing: border-box;
    align-items: center;
}

#page-header-title, #page-header-actions
{
    flex-grow: 1;
}

#page-header-actions
{
    text-align: right;
}

#page-header h1
{
    font-size: 22px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    margin: 0px;
    display: flex;
    align-items: center;
}


#page-header h1 .fas
{
    margin-right: 10px;
}


#page-header h1 small
{
    margin-left: 10px;
    text-transform: none;
    font-weight: 500;
}


#column-left
{
    width: 270px;
    min-width: 270px;
    max-width: 270px;
    padding: 0;
    background: #222222;
    color: #fff;
    flex-grow: 0;
}

#main
{
    flex-grow: 1;
    padding: 0 20px 20px 20px;
    background: #f8f8f8;
}


#column-right
{
    width: 250px;
    min-width: 250px;
    max-width: 250px;
    padding: 0;
    background: #2e2c38;
    flex-grow: 0;
    color: #fff;
    position: relative;
    display: block;
}

.btn, .table-admin a.btn
{
    border-radius: 1px;
    background: #6d965d;
    color: #fff;
    font-size: 15px;
    line-height: 15px;
    padding: 11px 16px 10px 16px;
    text-decoration: none;
    display: inline-block;
    width: auto;
    font-weight: normal;
    white-space: nowrap;
    border: none;
}

.btn .fas
{
    font-size: 18px;
    float: left;
    margin: 0 7px 0 0;
}

.btn-alternate
{
    background-color: #f1f1f1;
    color: #5d5d5d;
}

.btn-secondary
{
    background-color: #f1f1f1 !important;
    color: #5d5d5d !important;
}

.btn-small
{
   padding: 5px 10px;
   line-height: 16px;
   text-transform: none;
}

.btn-error
{
    background-color: #e74c3c;
    color: #fff;
    border: 1px solid #e74c3c;
    min-width: 5rem
}

.btn-small .fas
{
    font-size: 14px;
    line-height: 15px;
    position: relative;
    top: 2px;
}

.btn:hover
{
    cursor: pointer;
    text-decoration: none;
    color: #fff;
}

.btn-icon:hover
{
    text-decoration: none;
}

.btn-trasparent
{
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    min-width: 5rem;
}

.btn-important
{
    background: #6d965d;
    color: #fff;
    border: 1px solid #6d965d;
    min-width: 5rem;
}

{
    border: 1px solid #000;
}

.d-flex {
    display: flex;
}

.flex-nowrap {
    flex-wrap: nowrap;
}

.direction-reverse{
    flex-direction: row-reverse;
}

.d-grid {
    display: grid;
}

.grid-col-3 {
    grid-template-columns: repeat(3, 1fr);
}

.grid-col-5 {
    grid-template-columns: repeat(5, 1fr);
}

.flex-col {
    flex-direction: column !important;
}

.justify-content-between {
    justify-content: space-between;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-end {
    justify-content: flex-end;
}

.justify-content-start {
    justify-content: flex-start;
}

.align-items-center {
    align-items: center;
}

.align-items-end {
    align-items: flex-end;
}

.w-100 {
    width: 100% !important;
}
.w-50 {
    width: 50% !important;
}
.w-66 {
    width: 66%;
}
.w-40 {
    width: 40%;
}
.w-33 {
    width: 33%;
}
.w-20 {
    width: 20%;
}

.label-success
{
    background-color: #6d965d;
    color: #fff;
    padding: 2px 5px;
    border-radius: 2px;
    margin-left: 5px;
    display: flex;
    width: 60%;
    justify-content: center;
}

.label-finish
{
    background-color: #ffc107;
    color: #000;
    padding: 2px 5px;
    border-radius: 2px;
    margin-left: 5px;
    display: flex;
    width: 60%;
    justify-content: center;
}

.label-secondary
{
    background-color: #6c757d;
    color: #FFF;
    padding: 2px 5px;
    border-radius: 2px;
    margin-left: 5px;
    display: flex;
    width: 60%;
    justify-content: center;
}

.label-info
{
    background-color: #17a2b8;
    color: #FFF;
    padding: 2px 5px;
    border-radius: 2px;
    margin-left: 5px;
    display: flex;
    width: 60%;
    justify-content: center;
}

progress{
    /* Reset the default appearance */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
/* Stile personalizzato per la barra di avanzamento */
progress {
    width: 70%;
    height: 18px; /* Altezza desiderata */
    border-radius: 10px; /* Angoli arrotondati */
    overflow: hidden; /* Nasconde eventuali bordi arrotondati interni */
}
.progress-bar-container {
    position: relative;
    width: 100%;
    text-align: center;
    font-weight: 800;
    color: white;
}
.progress-bar-value {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
progress::-webkit-progress-bar {
    background-color: #b5b5b5; /* Colore della traccia non riempita */
}
.progress-bar-danger::-webkit-progress-value {
    background-color: red; /* Colore interno della barra per browser WebKit (Chrome, Safari) */
}
.progress-bar-danger::-moz-progress-bar {
    background-color: red; /* Colore interno della barra per browser Firefox */
}
.progress-bar-danger::-ms-fill {
    background-color: red; /* Colore interno della barra per browser Microsoft Edge */
}

progress.progress-bar-success::-webkit-progress-value {
    background-color: #6d965d; /* Colore interno della barra per browser WebKit (Chrome, Safari) */
}
progress.progress-bar-success::-moz-progress-bar {
    background-color: #6d965d; /* Colore interno della barra per browser Firefox */
}
progress.progress-bar-success::-ms-fill {
    background-color: #6d965d; /* Colore interno della barra per browser Microsoft Edge */
}

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}


/* FORM */

    form
    {

    }


    input, select, textarea, button
    {
        font-family: Open Sans, sans-serif;
        color: #40494d;
    }

    input, select, textarea
    {
        border: 1px solid #d8d8d8;
        padding: 5px;
        width: 100%;
        background-color: #ffffff;
        box-sizing: border-box;
    }

    .veryshort-field
    {
        width:10%;
    }

    .short-field
    {
        width: 25%;
    }

    .medium-field
    {
        width: 50%;
    }

    .long-field
    {
        width: 72%;
    }

    .verylong-field
    {
        width: 93%;
    }

    table input, table select, table textarea
    {
        border: 1px solid #e7e7e7;
        background: #fff;
    }

    option
    {
        padding: 0px 5px;
    }

    input:focus, textarea:focus, select:focus
    {

    }

    select, .input-file
    {
        line-height: 13px;
    }

    .input-file
    {
        box-shadow: none;
        width: auto;
    }

    input[type=radio], input[type=checkbox]
    {
        vertical-align: top;
        width: auto;
    }

    label
    {
        display: block;
        padding-bottom: 3px;
        font-weight: 600;
    }

    .lb-inline
    {
        display: inline;
        margin-right: 5px;
    }

    .lb-checkbox, .lb-radio
    {
        font-weight: normal;
    }


    .form-fieldset
    {
        background-color: #f7fbfc;
        border: 1px solid #f2f3f5;
        padding: 15px;
        margin-bottom: 8px;
        background: #fff;
        margin: 15px 0;
    }

    .form-fieldset legend,
    .form-fieldset h2
    {
        color: #2e2c38;
        text-transform: uppercase;
        border-bottom: 1px solid #6d965d;
        font-size: 18px;
        font-weight: normal;
        text-align: left;
        padding: 0 0 5px 0;
        display: block;
        width: 100%;
        box-sizing: border-box;
        float: left;

    }

    .form-fieldset legend  a,
    .form-fieldset h2 a
    {
        text-decoration: none;
        text-transform: none;
    }

    .form-fieldset h2,
    .form-fieldset legend
    {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .page-actions
    {
        display: flex;
        flex-grow: 1;
        width: auto;
        justify-content: flex-end;
    }

    .page-actions a
    {
        margin-left: 10px;
    }

    .form-fieldset .form-fieldset-int
    {
        padding: 20px 0 0 0;
        clear: both;
        width: 100%;
    }

    .form-fieldset-int label
    {
        vertical-align: top;
        color: #5a5863;
        font-weight: 700;
        width: 170px;
        display: table-cell;
        float: left;
    }

    .form-fieldset-int label.lb-checkbox,
    .form-fieldset-int label.lb-radio
    {
        font-weight: normal;
    }

    .form-fieldset-int .form-field-error,
    .form-field-help,
    .form-field-info
    {
        margin-left: 170px;
    }

    .form-fieldset-int .form-row .form-field-error
    {
        margin-left: 0px;
    }
/* END */

/* MESSAGGI
---------------------------------- */
.message
{
    margin: 10px auto 30px;
    padding: 10px;
    color: #5d5d5d;
}

.message-error
{
    background-color: #CE453E;
    color: #FFFFFF;
}

.message-ok
{
    background-color: #c5d68a;
}
.message-alert
{
    background-color: #F2D268;
}

.message-info
{
    background-color: #e7e7e7;
}

.message p:last-child
{
    margin-bottom: 0px;
}

.form-field-flag
{
    width: 20px;
    margin-left: 5px;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
}

.form-field-flag.lb-vtop
{
    vertical-align: top;
}

.form-field-error
{
    color: #CE453E;
    display: block;
}

.form-field-help,
.form-field-info
{
    font-size: 0.9em;
    display: block;
    color: #6d965d;
    font-style: italic;
    font-weight: 500;
    font-size: 12px;
    line-height: 13px;
    margin: 3px 0 0 0;
}


.form-field-help .fas,
.form-field-info .fas
{
    color: #6d965d;
    font-size: 13px;
    margin-right: 5px;
}

label .lang-flag
{
    display: none;
}

.autogrow
{
    resize: none;
    min-height: 50px;
    height: 50px;
    padding: 5px;
    overflow: hidden;
    box-sizing: border-box;
}


/* LOGIN */

#login-form-container
{
    background: #2e2c38;
    padding: 30px 50px;
    box-sizing: border-box;
}

#login-logo-container
{
    background: #fff;
    padding: 20px 50px;
}

#login-form-container label
{
    text-align: left;
    font-weight: normal;
    padding: 8px 0 0 0;
    color: #d2d2d2;
}


#login-form-container form
{
    display: inline-block;
    padding: 0;
    width: 100%;
}

#login-form-container input:not([type=submit])
{
    border: none;
    padding: 9px;
    background: #fff;
    border-radius: 1px;
}

#login-submit, #login-form-container .btn, #login-form-container .btn:hover
{
    color: #fff;
    text-decoration: none;
    padding: 11px 16px 10px 16px;
    box-sizing: border-box;
}

#login-form-container .btn-alternate, #login-form-container .btn-alternate:hover
{
    color: #5d5d5d;
}


#login-submit
{
    width: 184px;
}


#login-form-container label
{
    display: inline-block;
    width: 95px;
    float: left;
}

#login-form-container input:not([type=submit])
{
    width: 295px;
}

.login-logo
{
    width: 100%;
    height: 46px;
    background: transparent url(../images/layout/logo-header.png) no-repeat center center;
    background-size: contain;
}


#user-recovery-password-submit
{
    float: right;
}

#user-box
{
    width: 100%;
    background: #5a5863;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

#user-box-avatar
{
    width: 36px;
    height: 36px;
    padding-right: 20px;
    flex-grow: 0;
    font-size: 36px;
}

#user-box-username
{
    flex-grow: 1;
}

#user-box-username a,
#user-box-username a:hover
{
    color: #fff;
    text-decoration: none;
}



/* MENU */

#menu-top-mobile
{
    padding: 0 20px 20px 20px;
    background-color: #fff;
}

.slicknav_btn
{
    width: 100%!important;
    border: none!important;
    background: #eaeaea url(../images/layout/espand-icon.png) no-repeat 98% center !important;
    padding: 10px!important;
    margin: 0!important;
    border: none!important;
    border-radius: 0px!important;
}

.slicknav_menu
{
    background: transparent!important;
    padding: 0px!important;
    font-size: 14pt!important;
}

.slicknav_menu .slicknav_menutxt
{
    color: #707173!important;
    text-shadow: none!important;
}

.slicknav_menu .slicknav_icon
{
    display: none!important;
}

.slicknav_nav a
{
    padding: 10px!important;
    margin: 1px 0 0 0!important;
    background-color: #2e83ba;
}

.slicknav_nav a a
{
    padding: 10px!important;
    margin: 0!important;
}

.slicknav_nav a:hover
{
    border-radius: 0px!important;
    background-color: #4293c8!important;
    color: #fff!important;
}

.user-menu-container
{
    float: right;
    display: inline-block;
    margin: 0px;
}

.user-menu-container a
{
    color: #575757;
    font-size: 12px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: normal;
    text-align: center;
    display: block;
}

.user-menu-container a .fas
{
    display: block;
    font-size: 24px;
    color: #6d965d;
}

.user-menu-container a#menu-account .fas,
.user-menu-container a#menu-users .fas
{
    font-size: 22px;
}


#menu-top_menu
{
    margin: 0;
    padding: 0;
    display: table;
    margin: 0px auto;
}

#menu-top_menu li
{
    padding: 8px 12px;
    display: table-cell;
    float: none;
    vertical-align: bottom;
    height: 43px;
    width: 95px;
}

#menu-top_menu li.selected
{
    background-color: rgba(197, 214, 138, 0.5);
}

.user-menu-container a.selected .fas
{
    color: #5a5863;
}

#menu-top_menu a
{
    padding: 0px;
}

#menu-top_menu a:hover
{
    opacity: 0.5;
}

.menu li
{
    list-style-type: none;
    float: left;
    padding: 0px;
    margin: 0px;
}

.slicknav_nav .fas
{
    display: none;
}

#page-header-actions .btn
{
    background-color: #c5d68a;
    color: #5a5863;
    margin-left: 10px;
}


/* TABELLE */

thead tr
{
    border: none;
}

tr {
    background: #fdfdfd;
}

tr:nth-child(2n+2)
{
    background: #f1f1f1;
}


tr.selected, tr.selected:nth-child(2n+2)
{
  background-color: rgba(197, 214, 138, 0.5);
}

th, td
{
    border-top: none;
    font-size: 14px;
    padding: 8px 10px;
    text-align: left;
    vertical-align: middle;
}


thead th
{
    vertical-align: middle;
}

th
{
    background-color: #6d965d;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
}

th a, th a:hover
{
    color: #fff;
    text-decoration: none;
    position: relative;
    display: block;
}


/* TABELLE LISTE */
.table
{
    background-color: transparent;
    border-spacing: 0;
    max-width: 100%;
    font-size: 1em;
    width: 100%;
}

.table-admin
{
    border: 1px solid #e5e5e5;
}

.table-admin a.btn,
.filters-row .btn
{
    font-size: 12px;
    padding: 3px 6px;
    line-height: 14px;
    background-color: #6d965d;
    color: #fff;
    border: none;
}


.table-admin th a.btn
{
    background-color: #c5d68a;
    color: #5a5863;
}


.filters-row td
{
    background: #c5d68a;
}


.table-admin .filters-last-column
{
    width: 1%;
    min-width: 1%;
    max-width: 1%;
    text-align: center;
}


.table-admin .last-column
{
    text-align: right;
}


.filters-row input, .filters-row select
{
    font-size: 12px;
    padding: 3px;
    height: 25px;
    border: none;
}

td.td-action, td.td-identifier
{
    width: 22px;
    text-align: center;
    vertical-align: middle;
}

.table-admin th .icon-sort
{
    position: absolute;
    right: 0px;
}

.table-admin th .fa-sort-up
{
    top: 7px;
}

/* paginazione */

.pagination
{
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.pagination ul
{
    margin: 0px;
}

.pagination li
{
    display: inline-block;
    list-style-type: none;
    padding-right: 5px;
}

.pagination a
{
    padding: 4px 8px;
    text-decoration: none;
    border: 1px solid #ddd;
}

li.pagination-active
{
    padding: 4px 10px;
    font-weight: bold;
}

.pagination-pager
{
    text-align: right;
    align-self: flex-end;
    width: 20%;
    flex-grow: 1;
}

.pagination-pager select
{
    width: auto;
}

.pagination-links
{
    flex-grow: 1;
    text-align: center;
    flex-shrink: 0;
    width: 80%;
}

.secondary-title
{
    display: block;
    font-weight: 700;
    color: #5a5863;
    border-bottom: 1px solid #c5d68a;
    margin-bottom: 10px;
}

.clean-list
{
    margin-bottom: 30px;
}

.with-checkbox
{
    list-style-type: none;
    margin-bottom: 10px;
}

.with-checkbox .form-field-help
{
    margin-left: 22px;
}

.enabled
{
    color: #6d965d;
}

.disabled
{
    color: #5d5d5d;
}

#template-edit .template-vars
{
    display: block;
    margin: 10px 0;
    clear: both;
    float: none;
}

#template-edit label .lang-flag
{
    margin-left: 5px;
}

#template-edit label
{
    float: none;
    clear: both;
}

#template-edit .label-textarea,
.form-fieldset-int label.lb-100
{
    float: none;
    clear: both;
    width: 100%;
}

.form-fieldset-int label.lb-50
{
	width: 50%;
}

.form-field
{
    margin-bottom: 20px;
}


.form-fieldset-int label,
#template-edit .label-textarea
{
    width: 170px;
    display: table-cell;
    float: left;
}

.form-fieldset-int label.lb-inline
{
    display: inline;
    float: none;
    width: auto;
}

.editor-mini-container
{
    margin-left: 170px;
    display: block;
    width: 50%;
    position: relative;
    top: -10px;
}

#template-edit .template-vars
{
    margin-left: 170px;
}

.form-fieldset-int .form-field-error
{
    margin-left: 170px;
}

.iblock
{
    display: inline-block;
}

.logo-header
{
    width: 200px;
    float: left;
}

#template-edit .multilanguage .template-vars,
.multilanguage .form-fieldset-int .form-field-error,
.multilanguage .editor-mini-container
{
    margin-left: 202px;
}


.translate-input
{
    width: 50%;
}

.column-container,
.form-fields-row
{
    display: flex;
    flex-direction: row;
}

.column,
.form-fields-row .form-field:first-child
{
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
}

.column:first-child,
.form-fields-row .form-field:first-child
{
    padding-left: 0px;
}

.column:last-child,
.form-fields-row .form-field:first-child
{
    padding-right: 0px;
}


.column-2,
.form-fields-row .form-field
{
    width: 50%;
}

.column-3
{
    width: 33.3333333333%;
}

@media (min-width: 1280px)
{
    .form-field-help:not(.block),
    .form-field-info:not(.block)
    {
        display: inline-block;
        margin-left: 10px;
        max-width: 500px;
        vertical-align: top;
    }

    .form-field-help.textarea-help,
    .form-field-info.textarea-help
    {
        max-width: 250px;
    }
}


@media (min-width: 1600px)
{
    .form-field-help:not(.block),
    .form-field-info:not(.block)
    {
        max-width: 750px;
    }

    .form-field-help.textarea-help,
    .form-field-info.textarea-help
    {
        max-width: 400px;
    }
}


@media (min-width: 1700px)
{
    .form-field-help:not(.block),
    .form-field-info:not(.block)
    {
        max-width: 850px;
    }

    .form-field-help.textarea-help,
    .form-field-info.textarea-help
    {
        max-width: 450px;
    }
}

.ui-datepicker-trigger
{
    background: transparent;
    border-width: 0px;
    outline: none;
}

.rank-trand-icon
{
    font-size: 20px;
}

.status-box.active .fa-circle,
.campaign-bstatus.ok,
.status-box.published .fa-circle
{
    color: #71cb5c;
}

.status-box.alert .fa-circle

{
    color: #a40000 !important;
}

.campaign-bstatus.waiting
{
    color: #71cb5c;
}

.status-box.disabled .fa-circle,
.campaign-bstatus.expired,
.rank-trand-icon .fa-arrow-down,
.dashboard-box .fa-arrow-down,
.status-box.rejected .fa-circle,
.sponsored
{
    color: #d54a4a;
}

.rank-trand-icon .fa-arrow-up,
.dashboard-box .fa-arrow-up,
.not_sponsored
{
    color: #6d965d;
}

.status-box.submitted .fa-circle
{
    color: #e0b531;
}

.report-domain-tr:hover td
{
    background-color: #f1f1f1;
}



.form-row
{
    padding: 10px;
    border-bottom: 1px solid #e5e5e5;
    align-items: center;
}

.form-row:last-child
{
    border-bottom-width: 0px;
}

#campaign-keywords-base,
#campaign-domains-base
{
    display: none;
}

.ui-dialog-titlebar
{
    background-color: #6d965d;
    color: #fff;
}

.ui-datepicker-calendar th
{
    background-color: #c5d68a;
    color: #6d965d;
}

#campaign-add-form
{
    padding-top: 20px;
}

#btn-add_domain
{
    margin-left: 5px;
    position: relative;
    top: 2px;
}

.chosen-container .chosen-results
{
    max-height:150px!important;
}

.campaign-bstatus
{
    text-transform: uppercase;
    width: 40%;
    margin: 0px auto;
    text-align: center;
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    padding: 7px;
}


.campaign-bstatus.ok
{
    color: #6d965d;
}

.campaign-bstatus.waiting
{
    color: #f8974d;
}

.campaign-report-table th
{
    background-color: #2e2c38;
}

.campaign-report-table th.h
{
    background-color: #5a5863;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
}

.campaign-report-table td
{
    text-align: center;
    background-color: #fff;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
}

.campaign-report-table td.n
{
    background-color: #eaeaea;
}

.campaign-report-table td.l
{
    background-color: #e0eab8;
}

.campaign-report-table td.first-position
{
    background-color: #c5d68a;
}

.campaign-report-title
{
    margin-bottom: 10px;
    font-weight: 500;
}


#calendar-table th
{
   border-right: 1px solid #fff;
   text-align: center;
}

#calendar-table p
{
    margin-bottom: 10px;
}

#calendar-table  .green
{
    display: inline-block;
    color: #5a5863;
    font-weight: bold;
}

.dashboard-row
{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 30px;
}

.dashboard-box
{
    padding: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: #fff;
    margin-bottom: 15px;
    box-sizing: border-box;
    width: 24%;
    font-size: 16px;
    line-height: 1em;
}

.inverse .dashboard-box
{
  background-color: #f8f8f8;
}

.dashboard-box .fas,
.dashboard-box .far
{
    font-size: 32px;
    padding-right: 30px;
}

.dashboard-num
{
    flex-grow: 1;
    text-align: right;
    font-size: 32px;
    box-sizing: border-box;
    font-weight: 600;
}

.dashboard-box .fa-equals,
.dashboard-box .fa-hourglass
{
    color: #aaaaaa;
}

#btn-select-host
{
  margin-top: 30px;
}


#user-box-company_name
{
    font-style: italic;
    color: #c5d68a;
}


#client-users-list p
{
    margin-bottom: 0px;
}
    

#client-users-list a
{
    border: 1px solid #e5e5e5;
    padding: 8px 10px;
    display: block;
    border-bottom-width: 0px;
    text-decoration: none;
}

#client-users-list p:last-child a
{
    border-bottom-width: 1px;
}

#client-users-list a:hover
{
    background-color: rgba(197, 214, 138, 0.5);
    text-decoration: none;
}
.text-center{
    text-align:center !important
}

#alert .td-action{
    display:none
}

#monitoring label{
 
}

.success{
    color:green
}

.bg-alert{
    background: rgba(164, 0, 0, 0.3)
}
.ui-tooltip-content{
    max-width: 475px
}
.ui-widget-content{
    max-width:500px !important
}
.report-sepa{
    border-bottom: 2px dashed #c5c5c5 !important; 
    border-top: 2px dashed #c5c5c5 !important;
    border-right: 2px dashed #c5c5c5 !important;
    border-left: 2px dashed #c5c5c5 !important;    
}
