.nav.side-menu>li.line_frm:hover {
    background: #6f4901;
}

.nav li.current-page.current_frm {
    /*background: rgba(208, 153, 24, 1);*/
    background: #6f4901;
}

.nav.child_menu li.current_frm:hover{
    /*background-color: #006d72 !important;*/
    background: #6f4901 !important;
    color:#ffffff;
}

.nav.side-menu>li.active.line_frm {
    border-right: 0px /* 5px */solid #ffa700;
    background: rgba(255,167,0, 1) !important;
}

.nav.side-menu>li.active.line_frm .primaryMenu.nav.child_menu{
    background: rgba(255,167,0, 1) !important;
}

.nav.side-menu>li.active>a.block_frm {
    text-shadow: none;
    /*text-shadow: rgba(0, 0, 0, 0.25) 0 -1px 0;
    background: linear-gradient(#334556, #2C4257), #2A3F54;*/
    background: #a06900;
    box-shadow: rgba(0, 0, 0, 0.25) 0 1px 0, inset rgba(255, 255, 255, 0.16) 0 1px 0
}

.acceso_frm{
    text-shadow: none;
    /*text-shadow: rgba(0, 0, 0, 0.25) 0 -1px 0;
    background: linear-gradient(#00afe1, #71cfeb), #b8dce1;*/
    background: #a06900;
    box-shadow: rgba(0, 0, 0, 0.25) 0 1px 0, inset rgba(255, 255, 255, 0.16) 0 1px 0;
    color: #ffffff;
}

.dropdown-subMenu_frm {
    border: medium none;
    box-shadow: none;
    display: none;
    float: right;
    font-size: 12px;
    left: 230px;
    list-style: none outside none;
    padding: 0;
    position: absolute;
    text-shadow: none;
    top: -3px;
    z-index: 9998;
    border: 1px solid #D9DEE4;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background: rgba(255,167,0, 1) !important;
    width: 150px !important;
    padding: 0px;
}

.dropdown-subMenu_frm > li > a {
    color: rgba(255, 255, 255, 1);
    font-size: 12px;
    padding: 2px 9px;
    display: block;
}

ul.dropdown-subMenu_frm li{
  padding-left: 0px !important;
  padding-bottom: 10px;
  padding-top: 10px;
  display: block;
}

ul.dropdown-subMenu_frm li:before {
   display: none
}
ul.dropdown-subMenu_frm li:after {
    display: none
}

ul.dropdown-subMenu_frm li:hover {
    background-color: rgba(255, 255, 255, 0.3) !important;
}

.btn-frm {
  color: #fff;
  background-color: #a06900;
  border-color: rgba(208, 153, 24, 1);
}

.btn-frm:hover {
    color: #fff;
    background-color: rgba(208, 153, 24, 1);
    border-color: rgba(208, 153, 24, 1);
}

.btn-salva-frm {
    color: #ffffff;
    background-color: #a06900;
    border-color: #a06900;
    text-transform: uppercase;

}

.btn-salva-frm:hover {
    color: #a06900;
    background-color: #ffffff;
    border-color: #a06900;
    text-transform: uppercase;
}

.btn-salva-frm2:hover {
    color: #ffffff;
    background-color: #a06900;
    border-color: #a06900;
    text-transform: uppercase;
}

.btn-salva-frm2 {
    color: #a06900;
    background-color: #ffffff;
    border-color: #a06900;
    text-transform: uppercase;
}

.accesso_frm{
    background: rgba(208, 153, 24, 1) !important;
}

.accesso_frm_hover{
    background: #6f4901;
    border-left: 1px solid #ffffff;
}

.accesso_frm_hover:hover{
    background: rgba(208, 153, 24, 1) !important;
}

/*############################################################################*/
body[data-my-eapp="frm"]::-webkit-scrollbar-thumb{
background-color: rgba(160, 105, 0, 1); /*#a06900*/
}
/*############################################################################*/
.table-responsive[data-my-eapp="frm"]::-webkit-scrollbar-thumb{
background-color: rgba(160, 105, 0, 1);
}
/*############################################################################*/
.table-responsive[data-my-eapp="frm"] table tbody td{
border-color: rgba(160, 105, 0, 0.5);
}
/*############################################################################*/
thead>tr[data-my-eapp="frm"]{
background-color: rgba(160, 105, 0, 1);
}
/*############################################################################*/
tbody>tr[data-my-eapp="frm"]{
background-color: rgba(160, 105, 0, 0.1);
}
/*############################################################################*/
tbody>tr:hover[data-my-eapp="frm"]{
background-color: rgba(160, 105, 0, 0.3);
}
/*############################################################################*/
tbody>tr[data-my-eapp="prm"] a{
color: rgba(108, 192, 73, 1) !important;
}
/*############################################################################*/
ul.pagination[data-my-eapp="frm"] > li > span, ul.pagination[data-my-eapp="frm"] > li > a{
background-color: rgba(160, 105, 0, 0.1);
}
/*############################################################################*/
ul.pagination[data-my-eapp="frm"] > li > span, ul.pagination[data-my-eapp="frm"] > li > a{
color: rgba(160, 105, 0, 1);
}
/*############################################################################*/
ul.pagination[data-my-eapp="frm"] > li > span:hover, ul.pagination[data-my-eapp="frm"] > li > a:hover{
color: #fff;
background-color: rgba(160, 105, 0, 1);
}
/*############################################################################*/
.rubric_address-table .message[data-my-eapp="frm"]{
background-color: rgba(160, 105, 0, 0.1);
border-color: rgba(160, 105, 0, 1);
}
/*############################################################################*/
.message[data-my-eapp="frm"]{
background-color: rgba(160, 105, 0, 0.1);
border-color: rgba(160, 105, 0, 1);
}
/*############################################################################*/
.boxCommenti[data-my-eapp="frm"]{
background-color: rgba(160, 105, 0, 0.1);
border-color: rgba(160, 105, 0, 1);
}
/*############################################################################*/