
#fade {
    display: none;
    position:absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: #ababab;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: .70;
    filter: alpha(opacity=80);
}

#modal {
    display: none;
    position: absolute;
    top: 45%;
    left: 45%;
    width: 64px;
    height: 64px;
    padding:30px 15px 0px;
    border: 3px solid #ababab;
    box-shadow:1px 1px 10px #ababab;
    border-radius:20px;
    background-color: white;
    z-index: 1002;
    text-align:center;
    overflow: auto;
}


.main-div {
    min-width: 300px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.nav-tabs li ul {
    display: none;
    position: absolute;
    top: 25px;
    left: 0;
    background-color: #fff;
}
.nav-tabs li:hover ul, .nav-tabs li.over ul{display:block;}

.header-div {
    background: #ffffff;
    padding-left: 5px;
    padding-right: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.datatable-fix-th, thead {
    border-top: 1px solid #000000!important;
    border-left: 1px solid #000000!important;
    border-right: 1px solid #000000!important;
}

.inner-div {
    border: thin;
    min-width: 200px;
    border-style: solid;
    border-color: black;
    border-radius: 5px;
    text-align:left;
    vertical-align:bottom;
    background: white;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.invisible-div {
    border: none;
    min-width: 200px;
    background: transparent;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
}


.modal-top-div {
    width: 100%;
    border: none;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    /*background: #666666;*/
    background-color: #005DA7;
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 150%;
    font-weight: bold;
    color: #ffffff;
}

.modal-bottom-div {
    width: 100%;
    height: 100%;
    border: none;
    background: #ffffff;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
}

#btn-todos{
    width: 35px;
    height: 70px;
    display: inline-block;
    margin-top: 72px;
    margin-right: -5px;
    /*margin-left: 10px;*/
}

.vertical-align-bottom {
    vertical-align : bottom !important;
}

.vertical-align-middle {
    vertical-align : middle !important;
}
@media (max-width: 767px){
    #btn-todos{
        width: 290px;
        height: 35px;
        text-align: center;
        display: inline-block;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 10px;
    }
}

.rotate-90g {

}

#description {
    margin-bottom: 10px;
}

.botao-claro {
    border: 1px solid #000000 !important;
    height: 30px;
    background: #dcdcdc !important;
    color: #333333 !important;
    font-size: 18px;
    border-radius: 6px;
    margin: 15px 15px 15px 15px;
}

.botao-escuro {
    height: 30px;
    background: #606060 !important;
    color: #ffffff !important;
    font-size: 14px;
    text-align: center;
    border-radius: 6px;
    margin: 15px 15px 15px 15px;
}

.botao-vermelho {
    height: 30px;
    background: #d6272f !important;
    color: #ffffff !important;
    font-size: 18px;
    border-radius: 6px;
    margin: 15px 0px 15px 15px;
}

.btn-radio {
    border: 1px solid #000000 !important;
    /*height: 30px;*/
    background: #606060 !important;
    color: #ffffff !important;
    font-size: 18px;
    border-radius: 6px;
    /*margin: 0px 0px 15px 0px;*/
}

.background-gray{
    background: #dcdcdc !important;
}

.btn-border {
    border: 1px solid #000000 !important;
}

.btn-border-radius {
    border-radius: 6px !important;
}

.btn-superadmin {
    border: 1px solid #000000 !important;
    background: #dcdcdc !important;
    color: #000000!important;
    font-size: 18px;
    border-radius: 6px;
    /*margin: 0px 0px 15px 0px;*/
}

.button-dark-gray-admin {
    margin-top:5px;
    border:1px solid #000000 !important;
    background-color: #ededed!important;
}
.float-right {
    float:right !important;
}
.float-left {
    float:left !important;
}
.clearfix {
    clear: both;
}
.display-inline-block {
    display: inline-block !important;
}
.display-none {
    display: none;
}
.display-none-important {
    display: none !important;
}
.vcenter {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.max-width-1150{
    max-width: 1150px;
    margin-top: 25px;
}
.box-container {
    margin-left: 140px;
    max-width: 1150px;
    min-width: 265px;
    display: inline-block;
    text-align: center;
}

.menu-label-padding {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

.menu-responsive-box {
    display: inline-block;
    border: transparent;
    border-radius: 5px;
    width: 190px;
    height: 200px;
    background: #f3ba48;
    color: black;
    font-size: 150%;
}

.icone-ok {
    font-size: 70%;
    width: 15px;
    height: 15px;
    color: white;
    text-align: center;
    background-color: #00992e;
    border-radius: 10px;
}

.icone-bad {
    font-size: 70%;
    width: 15px;
    height: 15px;
    color: white;
    text-align: center;
    background-color: #d62730;
    border-radius: 10px;
}

.td-painel-de-controle-icon {
    /*vertical-align: text-bottom;*/
    /*text-align: center;*/
    padding-left: 15px;
    padding-right: 15px;
}

.td-painel-de-controle-text {
    /*vertical-align: top;*/
    padding-left: 15px;
    padding-right: 15px;
}

.modalDialog {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99999;
    opacity: 0;
    -webkit-transition: opacity 200ms ease-in;
    -moz-transition: opacity 200ms ease-in;
    transition: opacity 200ms ease-in;
    pointer-events: none;
}

.modalDialog:target {
    opacity: 1;
    pointer-events: auto;
}

.modalDialog>div {
    width: 500px;
    position: relative;
    margin: 10% auto;
    padding: 0px 0px 13px 0px;
    border-radius: 5px;
    background: #ffffff;
    background: -moz-linear-gradient(#fff, #999);
    /*background: -webkit-linear-gradient(#fff, #999);*/
    background: -o-linear-gradient(#fff, #999);
}

.close1 {
    background: #ffffff !important;
    background-color: #ffffff !important;
    color: #005DA7 !important;
    line-height: 25px !important;
    position: absolute !important;
    top: 15px !important;
    right: 15px !important;
    text-align: center !important;
    width: 24px !important;
    text-decoration: none !important;
    font-weight: bold !important;
    -webkit-border-radius: 12px !important;
    -moz-border-radius: 12px !important;
    border-radius: 12px !important;
    /*-moz-box-shadow: 1px 1px 3px #000;*/
    /*-webkit-box-shadow: 1px 1px 3px #000;*/
    /*box-shadow: 1px 1px 3px #000;*/
}

.close1:hover {
    background: #ccc !important;
}

.modal-topo {
    border-radius: 3px;
    border: 2px solid;
    border-color: #666666 #666666 #666666 #666666;
    margin-left: 35%;
    width: 100%;
    padding-bottom: 5%;
    height: 90%;
}
.margin-10px{
    margin-left: 10px;
}
.margin-15px{
    margin-left: 15px;
}
.margin-20px{
    margin-left: 20px;
}
.padding-5px{
    padding-left:5px;
}

.header {
    margin-left: 15px;
    display: inline-block;
}

.form-data {
    font-family: "Segoe UI Light";
    font-size: 18px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #000;
    width: 120px;
    display: inline-block;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-select {
    font-family: "Segoe UI Light";
    font-size: 18px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #000;
    width: 190px;
    display: inline-block;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.div-button-break{
    width: 180px;
    height: 35px;
    padding-bottom: 1%;
    background: #3300cc;
    padding: 5px 5px 5px 5px;
}

.main-login{
    width: 100%;
    height: 100%;
}
.fildeset{
    border: 1px solid #ccc;
    padding: 15px;

}
.input-login{
    width: 100%;
    background-color:#d9d9d9;
    display: block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.label-login{
    margin-left: 7%;
    margin-top: 5px;
}
.div-center{
    margin-left: 8%;
    margin-top: 5%;
}
.button-login{
    height: 30px;
    width: 110px;
    background: #606060 !important;
    color: #ffffff !important;
    font-size: 14px;
    text-align: center;
    border-radius: 6px;
    /*margin: 2% 0px 10% 0px;*/
}
.div-login{
    border-radius: 5px;
    border: 1px solid #FBBF00;
    background: #fff;
}

@media (min-width: 320px) {
    .div-login{
        border-radius: 5px;
        margin-top: 30px !important;
        border: 1px solid #FBBF00;
        background: #fff;
    }
}
@media (min-width: 1200px) {
    .div-login{
        border-radius: 5px;
        margin-top: 50px !important;
        border: 1px solid #FBBF00;
        background: #fff;
    }
}

.divLinePerfil{
    border-right-color: lightgray;
    border-right-style: solid;
    border-right-width: 1px;
}

.center {
    margin-top: 10px;
    align-items: center !important;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    .display-none{
        display: none;
    }
}
.button-edit-password{
    border: transparent;
    background: #F6A704;
    font-size: inherit;
    color: #ffffff;

}

.btns-all {
    margin-left: -24px;
    /*border: 1px solid #bcbcbc;
    border-radius: 4px;
    margin-bottom: 3px;*/
    paddin: 0px !important;
    line-height: 20px !important;
    font-size: 22px !important;
}

.btn-arrows-all{
    line-height: 20px !important;
    font-size: 22px !important;
}
.div-btns-all{
    width: 45px;
}
.col-din{
    padding-left: 30px !important;
    margin-left: -22px !important;
    width: 318px !important;
}

@media (max-width: 767px) {
    .padding-0px{
        padding: 0px !important;
    }
    .btns-all {
        margin-left: 0px !important;
        /*border: 1px solid #bcbcbc;
        border-radius: 4px;
        margin-bottom: 3px;
        paddin: 0px !important;*/
        line-height: 20px !important;
        font-size: 22px !important;
        -ms-transform: rotate(90deg); /* IE 9 */
        -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
        transform: rotate(90deg);

        /*widows: 35px !important;
        height: 35px !important;*/
    }

    .btn-arrows-all{
        margin-left: 15px;
        line-height: 20px !important;
        font-size: 22px !important;
        -ms-transform: rotate(90deg); /* IE 9 */
        -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
        transform: rotate(90deg);
    }
    .div-btns-all{
        width: 120px;
        height: 45px;
        margin-bottom: 25px;
    }
    .col-din{
        padding-left: 0px !important;
        margin-left: 0px !important;
        width: 318px !important;
    }
}

.div-btns {
    padding-right: 10px;
    padding-left: 15px;
    margin-right: 0px;
    margin-left: 0px;
    margin-top: 15px;
}

.cursor-pointer {
    cursor: pointer;
}
.cb-options {
    width: 160px;
    height: 35px;
}

.window{
    display:none;
    width:300px;
    height:250px;
    position:absolute;
    left:0;
    top:0;
    background: white;
    z-index:9900;
    /*padding:10px;*/
    border-radius:0px;
}

.window2{
    display:none;
    width:450px;
    height:200px;
    position:absolute;
    left:0;
    top:0;
    background:#fff;
    z-index:9900;
    padding:0px;
    border-radius:0px;
}

.window3{
    display:none;
    width:450px;
    height:350px;
    position:absolute;
    left:0;
    top:0;
    background:#fff;
    z-index:9900;
    padding:0px;
    border-radius:0px;
}

#mascara{
    display:none;
    position:absolute;
    left:0;
    top:0;
    z-index:9000;
    background-color:#000;
}

.fechar{
    display:block;
    text-align:right;
}

.font-size-16px{
    font-size: 16px !important;
}

.custom-combobox-input {
    margin: 0;
    padding: 5px 10px;
}
.custom-combobox-input:hover {
    margin: 0;
    padding: 5px 10px;
    cursor: pointer;
}
.custom-combobox-input:active {
    margin: 0;
    padding: 5px 10px;
    cursor: text;
}.custom-combobox-input:focus {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.div-main-reportQality{
    border: 1px solid #666666;
    background: #ffffff;
    border-radius: 5px;
    padding: 0px 0px 15px 0px;
}

/****************************************fim  reportQuality******************************************************/


.submit-lente {
    position: absolute;
    top:10px;
    right:0;
    margin-right: 25px;
    z-index:10;
    border:none;
    background:transparent;
    outline:none;
}

.submit-line {
    position: relative;
    width: 200px;
}

.submit-line input {
    width: 100%;
}
.form-data-report{
    font-family: "Segoe UI Light";
    font-size: 18px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #000;
    width: 120px;
    display: inline-block;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.ui-combobox {
    position: relative;
    display: inline-block;
}
.ui-combobox-toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-left: -1px;
    padding: 0;
    /* support: IE7 */
    *height: 1.7em;
    *top: 0.1em;
}
.ui-combobox-input {
    margin: 0;
    padding: 0.3em;
}

.ui-state-focus-autocomplete{
    /*border: 1px solid #fbcb09;*/
    background: #484848;
    font-weight: bold;
    color: #c77405;
}
.ui-state-default-autocomplete{
    color: #333;
    border: none transparent !important;
}
.ui-widget-content-autocomplete{
    background-color: #ccc;
    color: #333;
    overflow: auto;
    z-index: 9999;
    padding-bottom: 50px;
}
.div-message-incident{
    border: #000000 solid 1px;
    border-radius: 5px;
    padding: 0;
}

.color-inverter {
    -webkit-filter: invert(100%);
    filter: invert(100%);
}

.border-null{
    border: none !important;
    border-radius: 0px !important;
}

.overflow-hidden{
    overflow: hidden
}

.autocomplete{
}
.z-index-9999{
    z-index: 9999 !important;
}
/*width*/
.width-max{
    width: 100% !important;
}
.width-100{
    width: 100% !important;
}
.width-90{
    width: 90% !important;
}
.width-80{
    width: 80% !important;
}
.width-85{
    width: 85% !important;
}
.width-70{
    width: 70% !important;
}
.width-65{
    width: 65% !important;
}
.width-63{
    width: 63% !important;
}
.width-60{
    width: 60% !important;
}
.width-50{
    width: 50% !important;
}
.width-45{
    width: 45% !important;
}
.width-30{
    width: 30% !important;
}
/*min-width*/
.min-width-350px {
    min-width:350px;
}
/*height*/
.height-100 {
    height: 100% !important;
}
.height-80 {
    height: 80% !important;
}
.height-30px {
    height: 30px !important;
}
.height-25px {
    height: 25px !important;
}
.height-20px {
    height: 20px !important;
}

.div-bkoffice{
    max-width: 399px;
    min-width: 399px;
    width: 399px;
}
.logo-bkoffice{
    max-width: 399px;
    min-width: 399px;
    width: 399px;
}
.div-bk{
    max-width: 150px;
    min-width: 150px;
    width: 150px;
    position: absolute;
    right: 10px;
    margin-top: 15px;
}
.logo-bk{
    max-width: 150px;
    min-width: 150px;
    width: 150px;
}

.blue-bar{
    background: url("../images/bar_blue.png") repeat-x scroll 0 0 transparent;
    height: 11px;
    width: 100%;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 4px;
}

.user-page{
    width: 100%;
    cursor: pointer;
    color: #FBBF00;
}

.user-page:hover{
    width: 100%;
    cursor: pointer;
    color: #E1001A;
}

.ul-dados{
    background: #fff !important;
    padding: 10px !important;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}


@media (max-width: 867px){

    .div-bkoffice{
        max-width: 300px;
        min-width: 300px;
        width: 300px;
    }
    .logo-bkoffice{
        max-width: 300px;
        min-width: 300px;
        width: 300px;
    }

    .div-bk{
        max-width: 150px;
        min-width: 150px;
        width: 150px;
        position: absolute;
        right: 10px;
        margin-top: 15px;
    }
    .logo-bk{
        max-width: 150px;
        min-width: 150px;
        width: 150px;
    }

    .blue-bar{
        background: url("../images/bar_blue.png") repeat-x scroll 0 0 transparent;
        height: 8px;
        width: 100%;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 4px;
    }


}

@media (max-width: 640px){
    .div-bk{
        max-width: 110px;
        min-width: 110px;
        width: 110px;
        position: absolute;
        right: 10px;
        margin-top: 83px;
    }
    .logo-bk{
        max-width: 110px;
        min-width: 110px;
        width: 110px;
    }
}

@media (max-width: 320px){
    .div-bk{
        max-width: 110px;
        min-width: 110px;
        position: absolute;
        right: 10px;
        width: 110px;
        margin-top: 83px;
    }
    .logo-bk{
        max-width: 110px;
        min-width: 110px;
        width: 110px;
    }
}
/* End Header*/

/* btn to button */
.button {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
/*End btn to button */

/* list dinamic */
.sortable {
    list-style-type: none;
    margin: 0;
    /*margin-right: 10px;*/
    background: #eee;
    padding: 5px;
    width: 100% !important;
    overflow-y: auto;
    min-height: 200px;
    max-height: 350px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.sortable li {
    margin-bottom: 5px;
    padding: 5px;
    font-size: 1.2em;
    width: 100%;
    border-radius: 4px;
    cursor: pointer;
}
/* quando clicar e segurar */
.sortable li:active{
    margin-bottom: 5px;
    padding: 5px;
    font-size: 1.2em;
    width: 100%;
    border-radius: 4px;
    cursor: move;
}

.navbar-default .navbar-nav > .open > a.a-menu,
.navbar-default .navbar-nav > .open > a.a-menu:hover,
.navbar-default .navbar-nav > .open > a.a-menu:focus{
    padding-top: 0px !important;
    margin-top: 15px !important;
    color: #fff;
    background-color: transparent;
}

.dropdown-menu > li > a.select-picker {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
.dropdown-menu > li > a.select-picker:hover{
    background: #484848;
    font-weight: bold;
    color: #c77405;

}
.dropdown-menu > li > a.select-picker:focus {
    text-decoration: none;
    color: #c77405;
    background-color: #bbb;
}

.bootstrap-datetimepicker-widget {
    background-color: #bbb!important;
}

.navbar-default .navbar-nav > .open > a.a-menu-text,
.navbar-default .navbar-nav > .open > a.a-menu-text:hover,
.navbar-default .navbar-nav > .open > a.a-menu-text:focus{
    color: #fff;
    background-color: transparent;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.showText{
    cursor: pointer;
}

.col-left{
    display: inline-block;
    width: 31%;
    min-width: 180px;
    margin: 5px;
    padding-right: 0px;
}
.col-middle{
    display: inline-block;
    width: 31%;
    min-width: 180px;
    margin: 5px;
    padding-right: 0px;
}
.col-right{
    display: inline-block;
    width: 31%;
    min-width: 180px;
    margin: 5px;
    padding-right: 0px;
}

.items-col{
    width: 30%;
    max-height: 65.5px;
    display: inline-table;
    margin: 5px;
    padding: 5px;
}
.items-2btn{
    width: 45%;
    max-height: 65.5px;
    display: inline-table;
    margin: 5px;
    padding: 5px;
}
.items-unit{
    width: 16.666666667%;
    max-height: 65.5px;
    display: inline-table;
    margin: 5px;
    padding: 5px;
}

.items-col-plus{
    width: 52%;
    max-height: 65.5px;
    display: inline-table;
    margin: 5px;
    padding: 5px;
}

.items-unit-minor{
    width: 10%;
    max-height: 65.5px;
    display: inline-table;
    margin: 5px;
    padding: 5px;
}

.input-dates{
    width: 80% !important;
}

@media (max-width: 1229px){
    .items-unit{
        width: 40%;
        display: inline-table;
        margin: 5px;
        padding: 5px;
    }
    .items-unit-minor{
        width: 35%;
        display: inline-table;
        margin: 5px;
        padding: 5px;
    }
    .items-col{
        width: 45%;
        display: inline-table;
        margin: 5px;
        padding: 5px;
    }
    .items-col-plus{
        width: 81%;
        display: inline-table;
        margin: 5px;
        padding: 5px;
    }
}
@media (max-width: 767px){
    .items-unit{
        width: 45%;
        display: inline-table;
        margin: 5px;
        padding: 5px;
    }
    .items-unit-minor{
        width: 40%;
        display: inline-table;
        margin: 5px;
        padding: 5px;
    }
    .col-left{
        display: inline-block;
        width: 100%;
        min-width: 180px;
        margin: 5px;
        padding-right: 20px;
    }
    .col-middle{
        display: inline-block;
        width: 100%;
        min-width: 180px;
        margin: 5px;
        padding-right: 20px;
    }
    .col-right{
        display: inline-block;
        width: 100%;
        min-width: 180px;
        margin: 5px;
        padding-right: 20px;
    }

    .items-col{
        width: 100%;
        display: inline-table;
        margin: 5px;
        padding: 5px;
    }

    .input-dates{
        width: 85% !important;
    }
    .items-col-plus{
        width: 100%;
        display: inline-table;
        margin: 5px;
        padding: 5px;
    }
}

@media (max-width: 540px){
    .items-unit{
        width: 100%;
        display: inline-table;
        margin: 5px;
        padding: 5px;
    }
    .items-unit-minor{
        width: 100%;
        display: inline-table;
        margin: 5px;
        padding: 5px;
    }
}

@media (max-width: 410px){
    .input-dates{
        width: 85% !important;
    }
}
/* End Columns*/
.comboOtif{
    max-width: 95%;
}

.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 10px;
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.alert
{
    font-size: 1.3em;
    padding: 1em;
    text-align: center;
    white-space: nowrap;
    width: auto;
    word-wrap: normal;
}

progress {
    -webkit-appearance: none;
    appearance: none;
    width: 250px;
    height: 20px;
}
progress[value] {
    -webkit-appearance: none;
    appearance: none;

    width: 250px;
    height: 20px;
}
progress[value]::-webkit-progress-bar {
    background-color: #eee;
    border-radius: 2px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) inset;
}
progress[value]::-webkit-progress-value {
    background-color: #f00;
    border-radius: 2px;
    background-size: 35px 20px, 100% 100%, 100% 100%;
}

.btn-alerts:hover {
    color: #fff !important;
    background-color: #008EFF !important;
    border-color: #adadad;
}
.btn-alerts:focus {
    color: #fff !important;
    background-color: #008EFF !important;
    border-color: #adadad;
}

.bold {
    font-weight: bold;
}
.word-wrap-break-word{
    word-wrap: break-word;
}

.normal-form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.normal-form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.normal-form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}
.normal-form-control:-ms-input-placeholder {
    color: #999;
}
.normal-form-control::-webkit-input-placeholder {
    color: #999;
}
.normal-form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}
.normal-form-control[disabled],
.normal-form-control[readonly],
fieldset[disabled] .normal-form-control {
    background-color: #eee;
    opacity: 1;
}
.normal-form-control[disabled],
fieldset[disabled] .normal-form-control {
    cursor: not-allowed;
}
textarea.normal-form-control {
    height: auto;
}

a.a-help{
    color: #005DA7;
    padding: 0; 
    font-size: 2.8em;
}
a.a-help:focus, a.a-help:hover{
    padding: 0; 
    font-size: 2.8em;
    color: #008EFF !important;
    border-bottom: none;
    text-decoration: none !important;
}

.z-index-999999999999999999{
    z-index: 999999999999999999 !important;
}

.sizeImageExample{
    height:200px;
    width:400px;
}




/******************************BTNS DO SANGRIA *******************************/

.btn-button-sangria-black{
    border: transparent;
    background: #aaa;
    font-size: inherit;
    color: #ffffff !important;
    width: 100px;
}

.button-dark-sangria {
    background: #606060 !important;
    margin-top:5px;
    border:1px solid #000000 !important;

}

.button-sangria-white {
    margin-top:5px;
    border:1px solid #000000 !important;
    background-color: #ededed!important;
}
.inner-div-rimless {
    border: thin;
    min-width: 200px;
    border-radius: 5px;
    text-align:left;
    vertical-align:bottom;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
}
