* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
a {
    cursor: pointer;
    display: block;
    text-decoration: none;
}
ul {
    list-style: none outside none;
}
img {
    border: 0 none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
h1, h2, h3, h4, h5 {
    font-weight: normal;
}
select, input[type="text"], input[type="submit"], textarea{
    border-radius: 0;
    -webkit-appearance: none;
}
input, textarea, select, button{
    border-radius: 0;
    box-shadow: none;
    outline: 0;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #fff inset;
}
.bg {
    background-color: #c40318;
}
.bg2 {
    background-color: #c72535;
}
body {
    font-family: "RobotoL";
    font-size: 14px;
    position: relative;
}
.box_main{
    min-width: 980px;
    overflow: hidden;
    width: 100%;
}
.menu {
    box-shadow: 0 0 5px #888;
    float: left;
    margin: 0 20px 0 0;
    width: 210px;
}
.menu_logo {
    font-size: 0;
    margin: 20px 20px 14px;
    position: relative;
    text-align: center;
    width: 170px;
}
.menu_logo_a{
    text-align: center;
}
.menu_logo .logo_close{
    display: none;
}
.menu_tit {
    border-bottom: 1px solid #a70314;
    color: #fff;
    font-size: 20px;
    line-height: 27px;
    padding: 0 20px 15px;
    position: relative;
    text-transform: uppercase;
    text-align: center;
}
.menu_bts {
    font-size: 0;
    margin: 20px 20px 20px 16px;
    position: relative;
    text-align: right;
}
.menu_bts_li {
    display: inline-block;
    margin: 0 0 0 3px;
    vertical-align: top;
}
.menu_user {
    padding: 0 20px 20px;
}
.menu_user_inner {
    background: url("../images/ico_set.png") no-repeat scroll 161px center transparent;
    color: #fff;
    cursor: pointer;
    height: 36px;
    line-height: 36px;
    position: relative;
}
.menu_user img {
    float: left;
    margin: 0 12px 0 0;
}
.menu_user span {
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    width: 115px;
}
.huser_menu {
    background-image: url("../images/bg_menuser.png");
    display: none;
    height: 145px;
    padding: 23px 29px 0;
    position: absolute;
    right: 0;
    top: 25px;
    width: 167px;
    z-index: 1;
}
.huser_menu li + li {
    border-top: 1px solid #dbdbda;
}
.huser_menu_li a {
    color: #4d4948;
    font-family: "RobotoL";
    line-height: 33px;
}
.menu_sec {
    border-bottom: 1px solid #a70314;
    line-height: 30px;
    padding: 0 20px 20px;
    position: relative;
}
.menu_sec_ip {
    background: url("../images/ico_search.png") no-repeat scroll 146px center #fff;
    border: 1px solid #fff;
    font-size: 12px;
    line-height: 30px;
    padding: 0 28px 0 10px;
    width: 100%;
}
.menu_ul {
    border-bottom: 1px solid #a70314;
    position: relative;
}
.menu_ul .none {
    background: none repeat scroll 0 0 transparent;
}
.menu_ul_li {
    background: url("../images/down.png") no-repeat scroll 180px 17px transparent;
    border-top: 1px solid #a70314;
    cursor: pointer;
    margin: -1px 0 0;
    overflow: hidden;
}
.menu_ul .hover {
    background: url("../images/up.png") no-repeat scroll 180px 17px #ad010d;
}
.menu_ul_li:hover .menu_ul_li_a, .menu_ul .hover .menu_ul_li_a {
    color: #ffe400;
}
.menu_ul .hover ul{
    display: block;
}
.close .menu_ul .hover ul{
    display: none;
}
.menu_ul_li_a {
    border-top: 1px solid #cc2436;
    color: #fff;
    font-family: "RobotoL";
    font-size: 15px;
    line-height: 40px;
    padding: 0 0 0 20px;
    white-space: nowrap;
}
.menu_ul_li_a img {
    display: inline-block;
    margin: 0 5px;
    vertical-align: middle;
}


.menu_ul_li_a .fa {
    margin: 0 5px;
    margin-right: 10px;
}

.menu_ul_li ul {
    display: none;
    margin: -8px 0 6px 27px;
}
.menu_ul_li li a {
    color: #fff;
    font-family: "RobotoL";
    font-size: 13px;
    line-height: 29px;
}
.menu_close{
    background: url('../images/close.png') no-repeat center center transparent;
    border-bottom: 1px solid #a70314;
    border-top: 1px solid #cc2436;
    font-size: 0;
    height: 40px;
    line-height: 40px;
    position: relative;
    text-align: center;
}
aside.close, div.close {
    width: 42px;
}
.close .menu_logo {
    border-bottom: 1px solid #a70314;
    margin: 0;
    padding: 20px 0;
    width: 42px;
}
.close .menu_logo img{
    display: none;
}
.close .menu_logo .logo_close{
    display: inline-block;
}
.close .menu_tit, .close .menu_sec, .close .menu_user span {
    display: none;
}
.close .menu_bts {
    background: url("../images/bt_bts.png") no-repeat scroll center 0 transparent;
    height: 30px;
    margin: 15px auto;
    padding: 0 4px;
    position: relative;
    width: 42px;
}
.close .menu_bts:hover .menu_bts_inner{
    display: block !important;
}
.close .menu_bts_inner {
    background-color: #ad010d;
    display: none;
    left: 42px;
    overflow: hidden;
    padding: 5px 5px 5px 2px;
    position: absolute;
    top: -4px;
    width: 184px;
}
.close .menu_user {
    border-bottom: 1px solid #a70314;
    padding: 0 3px 20px;
    width: 42px;
}
.close .menu_user_inner:hover .huser_menu{
    display: block !important;
}
.close .menu_user img {
    margin: 0;
}
.close .menu_ul_li {
    overflow: visible;
    position: relative;
}
.close .menu_ul_li_a {
    font-size: 0;
    padding: 0;
    text-align: center;
}
.close .menu_ul_li:hover, .close .menu_ul .hover{
    background-color: #ad010d;
}
.close .menu_ul_li:hover ul{
    display: block;
}
.close .menu_ul_li ul {
    background-color: #ad010d;
    left: 42px;
    margin: 0;
    padding: 5px 15px;
    position: absolute;
    top: 0;
    white-space: nowrap;
    z-index: 1;
}
.close .huser_menu{
    background-image: url("../images/bg_menuser_close.png");
    left: 35px;
    padding: 23px 29px 0 37px;
    right: auto;
    top: -8px;
}
.close .menu_close{
    background: url('../images/open.png') no-repeat center center transparent;
}
.bg_menu{
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 210px;
}
footer{
    background-color: #fff;
    border-top: 1px solid #e1e1e1;
    height: 68px;
    line-height: 68px;
    margin: -69px 0 0;
    padding: 0 0 0 230px;
    width: 100%;
}
footer small{
    color: #333;
    float: left;
    font-size: 12px;
}
.footer_small{
    padding: 0 0 0 62px;
}
.ftop{
    background: url("../images/top.png") no-repeat scroll right center transparent;
    color: #c40318;
    float: right;
    font-family: "RobotoL";
    line-height: 20px;
    margin: 25px 20px 0 0;
    padding: 0 17px 0 0;
    text-transform: uppercase;
}
.migalha {
    background-color: #f1f1f1;
    font-family: "RobotoM";
    height: 40px;
    line-height: 40px;
}
.migalha_home {
    float: left;
    margin: 0 10px 0 0;
}
.migalha img {
    display: inline-block;
    margin: 12px 0 0;
    vertical-align: top;
}
.migalha_li {
    float: left;
}
.migalha_li a {
    color: #c40318;
    font-size: 12px;
}
.migalha_set {
    float: left;
    margin: 0 5px;
}
.migalha_set img{
    margin: 17px 0 0;
}
.migalha_txt {
    color: #9c9aa0;
    float: left;
    font-size: 12px;
}
.bt_upload_img {
    font-size: 0;
    margin: 20px 0 10px;
}
.upload_imagem_it {
    color: #b3b3b3;
    font-size: 14px;
    font-style: italic;
    line-height: 17px;
}
.border_content{
    border-bottom: 1px solid #ccc;
    clear: both;
    height: 1px;
    margin: 0 0 30px;
    overflow: hidden;
    padding: 20px 0 0;
    width: 100%;
}
.ui-widget-overlay {
    background: #000;
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    left: 0;
    opacity: 1;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 88888;
}
.ui-dialog {
    background-color: #fff;
    border: medium none;
    border-radius: 0;
    font-family: "RobotoL";
    font-size: 14px;
    padding: 0;
    z-index: 77777!important;
}
.ui-dialog-titlebar{
    background: none;
    border: medium none;
    border-radius: 0;
    font-weight: normal;
    padding: 0 !important;
}
.ui-dialog .ui-dialog-title {
    background-color: #f3f3f4;
    border-bottom: 1px solid #dededf;
    color: #58595b;
    display: block;
    font-size: 30px;
    line-height: 41px;
    margin: 0;
    padding: 0 0 0 20px;
    width: 100%;
}
.ui-dialog .ui-dialog-titlebar-close {
    background: url("../images/close2.png") repeat scroll 0 0 transparent;
    border: medium none;
    cursor: pointer;
    font-size: 0;
    height: 8px;
    margin: 0;
    overflow: hidden;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 8px;
}
.ui-dialog .ui-dialog-content {
    background: url("../images/ico_alert.png") no-repeat scroll 30px center transparent;
    border: medium none;
    font-size: 14px;
    height: auto !important;
    line-height: 18px;
    padding: 21px 20px 23px 75px;
}
.ui-dialog .ui-dialog-buttonpane {
    border-top: 1px solid #e9e9e9;
    margin: 0;
    overflow: hidden;
    padding: 10px 20px 10px 0;
    text-align: right;
}
.ui-dialog-buttonpane .ui-dialog-buttonset button {
    background-color: #d0050d;
    border: medium none;
    color: #fff;
    cursor: pointer;
    float: right;
    font-family: "RobotoM";
    font-size: 13px;
    line-height: 30px;
    margin: 0 0 0 5px;
    padding: 0 20px;
    text-transform: uppercase;
}
.ui-dialog-buttonpane .ui-dialog-buttonset button + button  {
    background-color: #bebebe;
}
.hello {
    margin: 20px 0 6px;
    overflow: hidden;
    padding: 0 20px 0 0;
}
.hello_left {
    float: left;
    line-height: 16px;
}
.hello_left_name {
    color: #333;
}
.hello_left_name b {
    font-family: "RobotoM";
    font-weight: normal;
}
.hello_left_last {
    color: #b0b0b0;
    font-size: 12px;
    font-style: italic;
}
.hello_weather {
    float: right;
    padding: 0 0 0 45px;
    position: relative;
    white-space: nowrap;
}
.hello_weather_ico {
    float: left;
    height: auto;
    left: 0;
    position: absolute;
    top: 0;
    width: 40px;
}
.hello_weather_city {
    color: #a6a6a8;
    display: inline-block;
    font-family: "RobotoM";
    font-size: 12px;
    line-height: 16px;
}
.hello_weather_mm {
    margin: -4px 0 0;
    overflow: hidden;
    white-space: nowrap;
    font-size: 0;
}
.hello_weather_mm span {
    color: #99ccff;
    display: inline-block;
    font-size: 16px;
    margin: 0 10px 0 0;
}
.hello_weather_mm small, .hello_weather_mm span + span small {
    color: #a5a5a5;
    font-size: 10px;
}
.hello_weather_mm span + span {
    color: #c90000;
}
.hello_date {
    background: url("../images/ico_calend.png") no-repeat scroll 0 center rgba(0, 0, 0, 0);
    border-right: 1px dashed #d4d4d4;
    color: #a2a2a2;
    float: right;
    height: 32px;
    margin: 0 5px 0 0;
    padding: 0 10px 0 40px;
}
.hello_date_dt {
    display: block;
    font-family: "RobotoM";
    font-size: 12px;
    line-height: 17px;
    margin: 2px 0 -2px;
}
.hello_date_hr {
    display: block;
    font-size: 11px;
    font-style: italic;
    line-height: 16px;
}

#fancybox-loading{
    z-index: 999999!important;
} 


.iconWhite{
    color: #FFF;
}

#titulo .fa{
    font-size: 24px;
    display: inline-block;
    margin: 0 5px 0 2px;
    vertical-align: middle; 
} 

#titulo .fas{
    font-size: 24px;
    display: inline-block;
    margin: 0 5px 0 2px;
    vertical-align: middle; 
} 

#listagem .acts .fas{
    color: #9c9aa0;
    font-size: 18px;
    display: inline-block;
    margin: 0 5px 0 2px;
    vertical-align: middle;
} 

#titulo .far{
    font-size: 24px;
    display: inline-block;
    margin: 0 5px 0 2px;
    vertical-align: middle; 
} 

#listagem .acts .far{
    color: #9c9aa0;
    font-size: 18px;
    display: inline-block;
    margin: 0 5px 0 2px;
    vertical-align: middle;
} 
 

