* {
    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;
    outline: 0;
}
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: #000000;
}
.bg2 {
    background-color: #FFFFFF;
}
body {
    font-family: "RobotoL";
    font-size: 14px;
    position: relative;
}
.btn-selecionarGrupoFavorito{
  background-color: #3a3a3a;
  color: #fff;
  border: none;
  padding: 5px 10px;
  border-radius: 4px;
  float: right;
}
.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 #565656;
    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: 100px;
    text-overflow: ellipsis;
    overflow: hidden;

}
.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 #565656;
    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 {
    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 #565656;
    cursor: pointer;
    margin: -1px 0 0;
    overflow: hidden;
}
.menu_ul .hover {
    /*background: url("../images/up.png") no-repeat scroll 180px 17px #565656;*/
}
.menu_ul_li:hover .menu_ul_li_a, .menu_ul .hover .menu_ul_li_a {
    color: #FFFFFF;
}

.menu_ul_li_a:hover {
    background-color: #696969;
}

.menuhover {
    background-color: #696969;
}

.menu_ul_li_a {
    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 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 #565656;
    border-top: 1px solid #565656;
    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 #565656;
    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: #000000;
    display: none;
    left: 42px;
    overflow: hidden;
    padding: 5px 5px 5px 2px;
    position: absolute;
    top: -4px;
    width: 184px;
}
.close .menu_user {
    border-bottom: 1px solid #565656;
    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: #565656;
}
.close .menu_ul_li:hover ul{
    display: block;
}
/*.close .menu_ul_li ul {
    background-color: #565656;
    left: 42px;
    margin: 0;
    padding: 5px 15px;
    position: absolute;
    top: 0;
    white-space: nowrap;
    z-index: 999;
}*/
.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: #000000;
    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: #000000;
    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: 999;
}
.ui-dialog {
    background-color: #fff;
    border: medium none;
    border-radius: 0;
    font-family: "RobotoL";
    font-size: 14px;
    padding: 0;
    z-index: 999;
}
.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: #000000;
    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;
}
.fixed-dialog {
    position: fixed;
}
.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;
}

.box_img img{
	background-color: #ffffff;
}

.migalha_pesquisar {
    float: right;
    margin-right: 20px;
    margin-top: 5px;
    line-height: 26px;
    vertical-align: middle !important;

}

.migalha_pesquisar input {
    background: no-repeat scroll 99% center white;
    border: 1px solid #e2e4e7;
    color: #b3b3b3;
    height: 26px;
    padding: 0 0 0 10px;
}

.search-button-go-All{
    background-color: black;
    border-color: black;
    vertical-align: middle !important;
    cursor: pointer;
    padding: 2px;
    margin-top: -1px;
}
.search-button-go-All img{
    display: inline-block !important;
    margin: 0px 0 0 !important;
    vertical-align: middle !important;
}

@media (min-width: 669px) {
    .menu_ul_li {
        background: url("../images/right.png") no-repeat scroll 180px 17px transparent;
    }
    .menu_ul_li:hover ul {
        display: block;
    }
    .menu_ul_li:hover ul {
        background-color: #565656;
        left: 210px;
        margin-top: -42px;
        margin-left: -0px;
        padding: 5px 15px;
        position: absolute;
        white-space: nowrap;
        z-index: 11;
    }
    .close .menu_ul_li ul {
        background-color: #565656;
        left: 42px;
        margin: 0;
        top: 0;
        padding: 5px 15px;
        position: absolute;
        white-space: nowrap;
        z-index: 12;
    }
    
    .close .menuseletiva:hover ul {
        /*margin-top: -115px !important;  */
        top: initial;
        top:auto;
        bottom: 0;
    }
    
    .close .menuconf:hover ul { 
        /*margin-top: -375px !important;  */
        top: initial;
        top:auto;
        bottom: 0;   

    }
    .menuconf:hover ul  {
        /*margin-top: -415px !important;  */
        top: initial;
        top:auto;
        bottom: 0;

    }
    .menuseletiva:hover ul {
        margin-top: -122px !important;
    }

}
@media (max-width:668px) {

    .menu_ul_li {
        background: url("../images/down.png") no-repeat scroll 180px 17px transparent;
    }
    .menu_ul .hover {
        background: url("../images/up.png") no-repeat scroll 180px 17px #565656;
    }
    .menu_ul_li ul {
        /*display: none;*/
        margin: -8px 0 6px 27px;
    }
    .menu_ul .hover ul{
        display: block;
    }
    .close .menu_ul .hover ul{
        display: none;
    }
    .search-button-go-All {
        padding-left: 0px;
        width: 100% !important;
        margin: 10px 10px 10px 0px;
    }

    .migalha_pesquisar {
        background-color: #f1f1f1;
        float: inherit;
        margin-right: 0px;
    }
    .migalha {
        background-color: #f1f1f1;
        height: auto;
        padding-bottom: 10px;
    }

    .migalha_pesquisar input{
        width: 100% !important;

    }
}

.menu_ul_li {
    width: auto;
    position: relative;
    overflow: initial;
    border: 0 !important;
    border-top: 0 !important;
}

.baixoli ul{
    top: initial !important;
    bottom: 0;
}
/* informativo */
.spot_indicativo {
    position: absolute;
    margin-left: 25px;
    margin-top: 15px;
    min-width: 20px;
    height: 20px;
    background: red;
    border-radius: 50%;
    color: #fff;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
}
.migalha_unidade_distribuicao {
    float: right;
    margin-right: 20px;
    line-height: 26px;
    vertical-align: middle !important;
    cursor: pointer;
}
.undistro {
    position: absolute;
    top: 0 !important;
    left: 76% !important;
}
.undistro .box_sel {
    margin: 10px 0;
}
#undistro_table tr, 
#undistro_table td span 
 {
    font-size: 12px;
    line-height: 10px !important;
}
.undistro .ui-dialog-title {
    font-size: 20px;
}
.listadir {
    margin-left: -5px;
    margin-bottom: 10px;
    overflow-x: auto;
    width: 270px;
    max-height: 35vh;
}
#modal_unidade_distribuicao {
    max-height: 420px !important ;
    margin-bottom: 30px !important;
    overflow: hidden;
}

.sp_table{
    padding-left: 10px;
}

.multi_menu {
    width: 325px !important;
}

.search_button {
    padding-left: 10px;
    width: 5% !important;
    float: right;
}

.select2-container--default{
    margin-top: 5px !important;
}