@import url(https://fonts.googleapis.com/css?family=Roboto:300,700,300italic,700italic);

body {
    height: 100%;
    font-family: "Roboto", sans-serif;
    background: #13547a;
    background: -webkit-linear-gradient(right, #13547a, #80d0c7 85%);
    background: -moz-linear-gradient(right, #13547a, #80d0c7 85%);
    background: -o-linear-gradient(right, #13547a, #80d0c7 85%);
    background: linear-gradient(to right, #13547a, #80d0c7 85%);
}

h1 {
    font-family: "Roboto", sans-serif;
    font-size: 60px;
    height: 80px;
    width: 550px;
    margin: 40px auto;
    text-align: center;
    color: #888;
    background: #fff;
    border: 10px solid #13547a;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

h1 span {
    color: #80d0c7;
}

.logged a {
    color: #FFF;
}

.logged a:hover {
    color: #333;
}

.black {
    color: #000;
}

.icon-blue {
    width: 15px;
    color: #13547a;
    margin-right: 7px;
    text-align: center;
}

.icon-sub {
    float: right;
    padding: 11.5px 15px;
    color: #bbbbbe;
}

.icon_sub:hover {
    color: #212121;
}

.badge {
    font-size: 16px;
    position: absolute;
    top: -8px;
    text-align: center;
    box-shadow: 1px 1px 6px 0 #333;
    border-radius: 10px;
    padding: 3px 7px;
    font-weight: 700;
}

.badge-in {
    font-size: unset;
    position: unset;
    top: unset;
    box-shadow: unset;
    margin-left: 7px;
}

.red {
    background-color: #d9534f;
}

a:hover .red {
    background-color: #FF241C;
}

.yellow {
    background-color: #f1c348;
}

a:hover .yellow {
    background-color: #fead00;
}

.table_chat a {
    color: #000;
}

.table_chat a:hover {
    color: #13547a;
}

.minhe {
    min-height: 800px;
}

.login-bar {
    color: #ffffff;
    padding-bottom: 10px;
}

.login-bar a {
    color: #9E0F35;
}

.login-bar a:hover {
    color: #D02D58;
}

.login {
    color: #FFF;
}


.wrench a {
    color: #FFF;
}

.wrench a:hover {
    color: #333;
}

.wrench_reg a {
    color: #000;
}

.wrench_reg a:hover {
    color: #80d0c7;
}

.file a {
    color: #000;
}

.file a:hover {
    color: #FFF;
    text-decoration: none;
}

.icon-table a {
    padding-left: 5px;
    color: #FFF;
}

.icon-table a:hover {
    color: #80d0c7;
}

.descr {
    position: relative;
    display: inline-block;
    /*border-bottom: 1px dotted black;*/
    cursor: default;
}

.descr .desText {
    visibility: hidden;
    width: 300px;
    background-color: #0b2f44;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;

    position: absolute;
    z-index: 1;
    top: -5px;
    left: 120%;
}

.descr .descrPrezzi {
    visibility: hidden;
    width: 200px;
    font-size: 12px;
    line-height: 18px;
    background-color: #4e73cf;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    top: -5px;
    left: 30px;
}

.descr .descrId {
    visibility: hidden;
    background-color: #0b2f44;
    color: #fff;
    text-align: center;
    padding: 5px 10px;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    top: -5px;
    left: 105%;
}

.descr .desText_stato {
    visibility: hidden;
    width: 170px;
    background-color: #0b2f44;
    color: #fff;
    text-align: center;
    padding: 5px;
    border-radius: 6px;

    position: absolute;
    z-index: 1;
    top: -5px;
    left: 250%;
}

.descr .desText_download {
    visibility: hidden;
    width: 150px;
    background-color: #d9534f;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;

    position: absolute;
    z-index: 1;
    top: -5px;
    left: 105%;
}

.descr .desOfferta {
    visibility: hidden;
    width: 150px;
    background-color: #d9534f;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    top: 3px;
    left: -650%;
}

.descr .desText_blue {
    visibility: hidden;
    width: 150px;
    background-color: #0b2f44;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;

    position: absolute;
    z-index: 1;
    top: -5px;
    left: 105%;
}

.descr .desText_edit {
    visibility: hidden;
    width: 150px;
    background-color: #d9534f;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;

    position: absolute;
    z-index: 1;
    top: -5px;
    right: 140%;
}

.descr .desText_remove {
    visibility: hidden;
    width: 250px;
    background-color: #d9534f;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    position: absolute;
    top: -45px;
    right: -150%;
    cursor: default;
}

.descr .desc_user {
    visibility: hidden;
    font-size: 15px;
    width: 130px;
    background-color: #7dcfc6;
    color: #fff;
    padding: 10px;
    border: 2px solid #0d537b52;
    border-radius: 6px;
    position: absolute;
    top: -44px;
    right: -70px;
    cursor: default;
}

.desc_user i {
    color: #FFF;
    text-align: center;
}

.desc_user i:hover {
    color: #000;
}

.descr .desc_statoRichiesta {
    visibility: hidden;
    width: 125px;
    background-color: rgba(219, 219, 219, 0.25);
    padding: 10px;
    border-radius: 6px;
    position: absolute;
    top: -30;
    right: -30;
    cursor: default;
}

.descr .desc_tableEdit {
    visibility: hidden;
    background-color: #d9534f;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    position: absolute;
    top: -70px;
    right: -60px;
    cursor: default;
}

.descr:hover {
    color: #FFF;
}

.descr:hover .desText,
.descr:hover .desText_stato,
.descr:hover .desText_download,
.descr:hover .desOfferta,
.descr:hover .descrPrezzi,
.descr:hover .desText_blue,
.descr:hover .desText_edit,
.descr:hover .desText_remove,
.descr:hover .desc_user,
.descr:hover .descrId,
.descr:hover .desc_statoRichiesta,
.descr:hover .desc_tableEdit {
    visibility: visible;
}

.disclaimer {
    background-color: #FFF;
    padding: 1em;
    border-radius: 0 1em 1em 0;
    margin-top: 1em;
}

.disclaimer-info {
    border-left: 0.8em solid #024457;
}

.disclaimer-danger {
    border-left: 0.8em solid #e76f51;
}

.disclaimer-warning {
    border-left: 0.8em solid #f4a261;
}

.disclaimer h3 {
    font-size: 3em;
    margin: 0;
    padding: 0;
    line-height: 1em;
}

.disclaimer-info h3 {
    color: #024457;
}

.disclaimer-danger h3 {
    color: #e76f51;
}

.disclaimer-warning h3 {
    color: #f4a261;
}

.form_table {
    margin: 0;
}

.form_table input {
    border: 0;
    background-color: #fff;
    color: #1f1f1f;
    padding: 5px;
    border-radius: 5px;
    margin: 5px 10px;
    float: left;
}

.form_table button {
    color: #FFF;
    background-color: #a3201d;
    border: 0;
    border-radius: 5px;
    float: left;
}

.form_table button:hover {
    background-color: rgba(101, 11, 36, 0.79);
}

.form_table h4 {
    font-size: 20px;
    margin: 2px auto;
    background-color: rgba(255, 255, 255, 0.3);
    width: fit-content;
    padding: 3px 15px;
    border-radius: 5px 0 5px 0;
}

.form_table h4 span {
    font-size: 12px;
    vertical-align: middle;
}

.form_table_buttons {
    display: block;
    width: fit-content;
    margin: 0 auto;
}

.form_table_trash {
    background-color: #a3201d;
    width: fit-content;
    padding: 4px;
    border-radius: 5px;
    display: block;
    float: left;
    margin-left: 15px;
}

.form_table_trash:hover {
    background-color: rgba(101, 11, 36, 0.79);
}

.form_table_trash_single {
    margin: 2px auto;
    float: none;
}

.form_table_trash_single a,
.form_table_trash a {
    color: #FFF;
    text-decoration: none;
}

.form_table_trash_single a:hover,
.form_table_trash a:hover {
    color: #FFF;
}

.table_link {
    color: #024457 !important;
}

.table_link:hover {
    color: #1c9ca2 !important;
}

.contacts {
    background-color: #063a58;
    color: #FFF;
    border-radius: 10px;
    padding: 40px;
    font-size: 20px;
    margin-top: 10px;
}

.contacts i {
    color: #7fd1c7;
}

.contacts a {
    color: #FFF;
}

.contacts a:hover {
    color: #4c95a2;
}

.filtri_section {
    background-color: rgba(19, 83, 121, 0.74);
    border-radius: 15px 0 15px 0;
    margin: 10px 0px;
}

.filtri_section-form {
    width: 85%;
    padding: 20px 0px 5px 20px;
}

.filtri_section-button {
    width: 15%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.filtri-btn {}

.filtro-single:hover {
    background-color: #ed6a5a;
    border-color: #ed6a5a;
    color: #555;
}

.filtro_active {
    background-color: #77b28c;
    border-color: #0d670d;
}

.change-icon>span>.fas+.fas,
.change-icon:hover>span>.fas {
    display: none;
}

.change-icon:hover>span>.fas+.fas {
    display: inherit;
}

.change-icon:hover {
    background-color: #ed6a5a;
    border-color: #ed6a5a;
    color: #FFF;
    text-decoration: none;
    font-size: 16px;
    padding: 0 0.85em;
}

.col-md-1-5 {
    width: 12.5%;
    float: left;
}

.pageselector_div {
    width: 100%;
    display: inline-block;
}

.pageselector_year {
    border-bottom: 1.5px solid #D6D6D6;
}

.pageselector {
    padding: 7px 10px;
    background-color: #FFF;
    border-right: 1.5px solid #D6D6D6;
    text-align: center;
    color: #000;
}

.pageselector:hover {
    background-color: #4B7CAA;
    color: #FFF;
}

.psfirst {
    border-radius: 10px 0 0 0;
}

.pslast {
    border-radius: 0 0 10px 0;
    border: 0;
}

.psactive {
    color: #FFF;
    background-color: #135379;
}

.pssingle {
    border-radius: 10px 0 10px 0;
}

.zip-frame {
    padding: 5px 10px;
    background-color: #d9534e;
    border: 1.5px solid #3d4144;
    text-align: center;
    font-weight: bold;
    color: #FFF;
    border-radius: 10px;
}

.zip-frame:hover {
    text-decoration: none;
    background-color: #af322d;
}

.zip-frame-a a {
    text-decoration: none;
}

.zip-frame-a:hover {
    text-decoration: none;
}

.login_bar_up {
    padding: 15px;
    background-color: #236383;
    border-radius: 10px 10px 0px 0px;
    border: 4px solid #135379;
    border-bottom: 0;
    width: auto;
    display: inline-block;
}

.back-arrow {
    padding-top: 15px;
    color: #022235;
}

.back-arrow:hover {
    color: #7fd1c7;
}

.profile_title_name {
    background-color: #13547a;
    font-size: 55px;
    width: fit-content;
    padding: 0 50px;
    margin: 15px auto;
    color: #FFF;
    border: 4px solid #0b3248;
    text-align: center;
    border-radius: 0px 20px 0px 20px;
}

.profile_address {
    background-color: #FFF;
    font-size: 25px;
    width: 75%;
    margin: 15px auto;
    padding: 10px;
    border: 4px solid #333;
    text-align: center;
    border-radius: 20px;
}

.profile_box {
    background-color: white;
    margin: 15px;
    padding: 15px;
    border: 4px solid #333;
    text-align: center;
    border-radius: 45px;
}

.profile_box span {
    font-size: 15px;
    color: #AAA;
    font-weight: normal;
}

.profile_box_in {
    margin-top: 30px;
    font-size: 20px;
}

.profile_box_in_stats {
    margin-top: 30px;
    font-size: 20px;
    font-weight: bold;
}

.profile_link {
    background-color: white;
    margin: 15px;
    padding: 5px;
    border: 4px solid #333;
    text-align: center;
    font-size: 20px;
}

.profile_link a {
    color: #000;
    text-decoration: none;
}

.profile_link a:hover {
    color: #135379;
    text-decoration: underline;
}

.usr_table a {
    color: #000;
    text-decoration: none;
}

.usr_table a:hover {
    color: #80d0c7;
    text-decoration: underline;
}

.online_users {
    color: #FFF;
    background-color: #65cc65;
    border: 4px solid #227813;
    border-radius: 20px 20px 0 0;
    padding: 14px;
    margin: 10px;
    display: inline;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}

.online_users:hover {
    background-color: #299a29;
    border-color: #125007;
}

.giacenza {
    background-color: #847676cf;
    color: white;
    padding: 5px 10px;
    border: 2px solid #585050;
    text-align: center;
    border-radius: 5px;
}

.activity-box {
    background: #343333;
    padding: 20px 50px;
    border-radius: 20px;
    margin-top: 15px;
    border: 3px solid black;
}

.activity {
    border-radius: 15px 0px;
    padding: 5px 15px;
    margin: 10px 0px;
    font-size: 16px;
    width: fit-content;
}

.activity p {
    font-size: 13px;
    color: #989393;
    float: left;
    display: contents;
}

.activity p span {
    font-size: 11px;
    color: #424040;
    padding: 0px 30px 0px 5px;
}

.a-red {
    background-color: #ffe3da;
    border: 3px solid #d83d09;
}

.a-blue {
    background-color: #e2e4fd;
    border: 3px solid #0915d8;
}

.a-green {
    background-color: #e4ffe4;
    border: 3px solid #5cb85c;
}

.a-purple {
    background-color: #fbdffb;
    border: 3px solid #b85cb8;
}

.a-brown {
    background-color: #ead0b3;
    border: 3px solid #7d4506;
}

.a-yellow {
    background-color: #ffffe1;
    border: 3px solid #f9f702;
}

.a-lightblue {
    background-color: #e1f8f8;
    border: 3px solid #7dccdf;
}

.activity span {
    text-transform: uppercase;
    font-weight: bold;
}

.a-red span {
    color: #da3c00;
}

.a-blue span {
    color: #0200dc;
}

.a-green span {
    color: #056d05;
}

.a-purple span {
    color: #9e3c9e;
}

.a-brown span {
    color: #864a06;
}

.a-yellow span {
    color: #dedc08;
}

.a-lightblue span {
    color: #7dccdf;
}

.riga {
    border: 3px solid #e8e6e6;
    border-radius: 5px;
}

.eco_btn {
    display: inline-block;
    border-radius: 18px;
    text-align: center;
    font-size: 16px;
    padding: 8px 14px;
}

.eco_btn-small {
    display: inline-block;
    border-radius: 15px;
    text-align: center;
    padding: 5px 10px;
}

.btn-blue {
    color: #FFF;
    border: 3px solid #2E6171;
    background-color: #2E6171;
}

.btn-blue:hover {
    color: #2E6171;
    border: 3px solid #2E6171;
    background-color: #FFF;
}

.btn-azzurro {
    color: #FFF;
    border: 3px solid #7CB4B8;
    background-color: #7CB4B8;
}

.btn-azzurro:hover {
    color: #7CB4B8;
    border: 3px solid #7CB4B8;
    background-color: #FFF;
}

.btn-green {
    color: #FFF;
    border: 3px solid #77B28C;
    background-color: #77B28C;
}

.btn-green:hover {
    color: #77B28C;
    border: 3px solid #77B28C;
    background-color: #FFF;
}

.btn-red {
    color: #FFF;
    border: 3px solid #ED6A5A;
    background-color: #ED6A5A;
}

.btn-red:hover {
    color: #ED6A5A;
    border: 3px solid #ED6A5A;
    background-color: #FFF;
}

.btn-yellow {
    color: #FFF;
    border: 3px solid #FFB238;
    background-color: #FFB238;
}

.btn-yellow:hover {
    color: #FFB238;
    border: 3px solid #FFB238;
    background-color: #FFF;
}

.msg-mud {
    background-color: #5b89ec;
    color: #FFF;
    text-align: center;
    width: -webkit-fit-content;
    margin: 0px auto 20px;
    padding: 10px 70px;
    border-radius: 20px;
    font-size: 16px;
    line-height: 27px;
}

.delega-mud {
    text-align: center;
    background-color: #5b89ec;
    color: #FFF;
    width: fit-content;
    margin: 0 auto 20px;
    border-radius: 20px;
    padding: 10px 50px;
    font-size: 16px;
}

.msg-mud a {
    color: #FFF;
}

.msg-mud a:hover {
    color: #000;
    text-decoration: none;
}

.textarea_chat {
    resize: vertical;
    min-height: 50px;
}

.plus-offerte {
    width: auto;
    background-color: #77b28c;
    color: #FFF;
    padding: 3px 5px;
    border-radius: 4px;
    margin: 0;
    cursor: pointer;
}

.plus-offerte:hover {
    background-color: #4a6e57;
}

.minus-offerte {
    display: block;
    width: auto;
    background-color: #cd5151;
    color: #FFF;
    padding: 3px 5px;
    border-radius: 4px;
    margin: 0 5px;
    cursor: pointer;
}

.minus-offerte:hover {
    background-color: #803232;
}

.offerte-divider {
    background-color: rgba(255, 255, 255, 0.29);
    height: 4px;
    margin: 10px 30px;
    border-radius: 50px;
}

/*** MENU BAR ACTION ***/
#cssmenu>ul,
#cssmenu>ul li,
#cssmenu>ul ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#cssmenu>ul {
    position: relative;
    z-index: 597;
}

#cssmenu>ul li {
    float: left;
    min-height: 1px;
    line-height: 1.3em;
    vertical-align: middle;
}

#cssmenu>ul li.hover,
#cssmenu>ul li:hover {
    position: relative;
    z-index: 599;
    cursor: default;
}

#cssmenu>ul ul {
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 598;
    width: 100%;
}

#cssmenu>ul ul li {
    float: none;
}

#cssmenu>ul ul li:hover .icon-sub {
    color: #125479;
}

#cssmenu>ul ul li:hover {
    font-size: 13.5px;
}

#cssmenu>ul ul ul {
    top: 1px;
    left: 100%;
}

#cssmenu>ul li:hover>ul {
    visibility: visible;
}

/* LAST DROPDOWN */
#cssmenu>ul>li.last ul ul {
    left: auto !important;
    right: 99%;
}

#cssmenu>ul>li.last ul {
    left: auto;
    right: 0;
}

#cssmenu>ul>li.last {
    text-align: right;
}

.badge-btn {
    color: #FFF;
    text-align: center;
    width: 31px;
    padding: 4px;
    border-radius: 25px;
    position: absolute;
    right: -22px;
}

.badge-btn-success {
    background-color: #46c87d;
    border: 1.5px solid #46c87d;
    top: -17px;
}

.badge-btn-success:hover {
    color: #46c87d;
    background-color: #FFF;
    border: 1px solid #46c87d;
}

.badge-btn-remove {
    background-color: #c84646;
    border: 1.5px solid #c84646;
    top: 17px;
}

.badge-btn-remove:hover {
    color: #c84646;
    background-color: #FFF;
    border: 1px solid #c84646;
}

.input-integer {
    padding-right: 0 !important;
}

/*** NEW FORM STYLE ***/
.form-box {
    margin-top: 10px;
    background-color: #d7efec80;
    background-image: none;
    border: 3px solid #12547a;
    border-radius: 0px 25px 0px 25px;
}

.form-title {
    width: 85%;
    padding: 0 0 10px 0;
    margin-bottom: 30px;
    font-size: 25px;
    line-height: inherit;
    color: #12547a;
    border: 0;
    border-bottom: 1px solid #12547a;
    text-align: center;
}

.form-label {
    color: #042b41;
}

.form-icon {
    border: none;
}

.stato_circle {
    width: 15%;
    padding: 8px;
    float: left;
    margin: 0 5px;
    border-radius: 10px;
}

.stato_inserito {
    color: #FFF;
    background-color: #28a745ca;
}

.stato_attesa {
    color: #FFF;
    background-color: #ffc107ca;
}

.stato_modificato {
    color: #FFF;
    background-color: #17a2b8ca;
}

.stato_invalido {
    color: #FFF;
    background-color: #dc3545ca;
}

.stato_test {
    color: #FFF;
    background-color: #343a40ca;
}

/* Replaced feedback icon */
.form-horizontal .has-feedback .form-control-feedback {
    right: 25px;
}

/* Replaced error msg */
.bv-form .help-block {
    margin-bottom: 0;
    background-color: #a94442fa;
    width: fit-content;
    padding: 2px 10px;
    border-radius: 5px;
    color: #e6e6e6;
}

/*** Input Pericolosità ***/
.form-horizontal .radio,
.form-horizontal .checkbox {
    height: fit-content;
    width: 100%;
    padding: 10px 15px;
}

.form-pericolosita {
    background-color: white;
    border: 1px solid #ccc;
    padding: 5px 15px;
    border-radius: 10px;
}

.input-checkbox-right {
    background-color: #FFF;
    width: fit-content;
    padding: 6px 10px;
    border-radius: 10px;
    border: 1px solid #ccc;
    margin-right: 1em;
}

.form-prezzo-offerta-first {
    margin-left: 20.1em;
    margin-top: 15px;
}

.form-prezzo-offerta {
    margin-top: 15px;
}

.form-prezzo-offerta-last {
    width: 19.46%;
}

.offerte-divider_prezzo {
    border: 1px solid rgba(0, 0, 0, 0.54);
    margin-bottom: 15px;
    width: 73%;
    margin-left: 11em;
}

.offerte-pericolosita-div {
    float: left;
    width: 4.58em;
}

.offerte-pericolosita {
    font-weight: normal;
    display: inline;
}

.offerte-pericolosita-checkox {
    margin-right: 0.2em;
}

/*** MENU BAR STYLE ***/
#cssmenu>ul {
    border-top: 4px solid #13547a;
    font-size: 14px;
    background: rgba(132, 196, 208, 0.47);
    width: auto;
    zoom: 1;
}

#cssmenu>ul:before {
    content: '';
    display: block;
}

#cssmenu>ul:after {
    content: '';
    display: table;
    clear: both;
}

#cssmenu>ul li a {
    display: inline-block;
    padding: 10px 22px;
}

#cssmenu>ul>li.active,
#cssmenu>ul>li.active:hover {
    background-color: #13547a;
}

#cssmenu>ul>li>a:link,
#cssmenu>ul>li>a:active,
#cssmenu>ul>li>a:visited {
    color: #ffffff;
}

#cssmenu>ul>li>a:hover {
    color: #ffffff;
}

#cssmenu>ul ul ul {
    top: 0;
}

#cssmenu>ul li li {
    background-color: #ffffff;
    border-bottom: 1px solid #ebebeb;
    font-size: 12px;
}

#cssmenu>ul li.hover,
#cssmenu>ul li:hover {
    background-color: #F5F5F5;
}

#cssmenu>ul>li.hover,
#cssmenu>ul>li:hover {
    background-color: #13547a;
    -webkit-box-shadow: 0px 5px 14px 3px rgba(0, 0, 0, 0.37);
    -moz-box-shadow: 0px 5px 14px 3px rgba(0, 0, 0, 0.37);
    box-shadow: 0px 5px 14px 3px rgba(0, 0, 0, 0.37);
}

#cssmenu>ul a:link,
#cssmenu>ul a:visited {
    color: #9a9a9a;
    text-decoration: none;
}

#cssmenu>ul a:hover {
    color: #9a9a9a;
}

#cssmenu>ul a:active {
    color: #9a9a9a;
}

#cssmenu>ul ul {
    /*border: 1px solid #CCC;*/
    -webkit-box-shadow: 0px 5px 14px 3px rgba(0, 0, 0, 0.37);
    -moz-box-shadow: 0px 5px 14px 3px rgba(0, 0, 0, 0.37);
    box-shadow: 0px 5px 14px 3px rgba(0, 0, 0, 0.37);
    width: 220px;
}

#cssmenu>ul>li.admin-panel {
    background-color: #cd5151;
}

#cssmenu>ul>li.admin-panel.active,
#cssmenu>ul>li.admin-panel:hover {
    background-color: #832f2f;
}