/**{
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}*/
*::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
    margin: 3px 3px;
}
*::-webkit-scrollbar
{
    width: 8px;
    height: 8px;
    background-color: #F5F5F5;
}
*::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #CCC;
}
form div.required label.control-label:after {
  content:" * ";
  color:red;
}
.breadcrumb{
    position: unset!important;
    float: unset!important;
}
.right{
    float: right;
}
.left{
    float: left;
}
a{
    cursor: pointer;
}
table a{
    color: #666!important;
}
table a:hover{
    opacity: 0.8;
}
td{
    vertical-align: middle!important;
}
.btn-options{
    margin-left: 5px;
}
.btn-grid{
    margin-left: 10%;
}
.content-header {
    padding: 0 15px 0 15px;
}
.blue{
    background: #3c8dbc;
}
.green{
    background: #00a65a;
}
.btn{
    margin: 0 2px!important;
}
.growl-close{
    float:right!important;
    background-color: transparent!important;
    border: none!important;
}
.modal-header{
    background: #00a65a!important;
    color: #FFF!important;
}
.modal-header .close{
    color: #FFF!important;
    opacity: 0.8;
}
#modal-delete .modal-header{
    background: #dd4b39!important;
}
.btn-mobile{
    width: 100%!important;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}
#map-polygon{
    height: 500px;
}
.profile-user{
    width: 100%;
}
.loading{
    width: 100%;
    height: 100%;
    opacity: 0.8;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
    background: url("../loading13.gif") #000;
    background-position:center;
    background-repeat: no-repeat;
}
.notification-left > i {
    width: 20px;
    height: 20px;
    font-size: 13px;
    padding-top: 4px;
    border-radius: 50%;
    text-align: center;
}
.notification-left{
    float: left;
    width: 15%;
}
.notification-right{
    float: left;
    width: 85%;
    white-space: normal!important;
}
.data-notification{
    width: 100%;
    display: block;
    font-size: 12px;
    color: #666;
}
.config-left{
    padding-left: 5px;
    width: 70%;
    float: left;
}
.config-right{
    width: 30%;
    float: left;
    text-align: center;
}

.tree_permission ul{
    width: 100%;
    height: 30px;
    padding: 0!important;
}
.tree_permission ul li{
    width: 100%;
    height: 100%;
    list-style: none;
}
.tree_label{
    height: 100%;
    float: left;
}
.tree_buttons{
    height: 100%;
    float: left;
}
.tree_buttons .btn{
    width: 20%;
    color: #666 !important;
}
.tree-path{
    color: #666;
    font-size: 10px;
    display: block;
}
.tree-label-left{
    float:left;
    margin-right: 5px;
}
.tree-label-right{
    float:left;
}
.no-action{
    color: #006600;
}
.advanced-search{
    display: none;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td{
    padding: 5px!important;
}

.empty{
    padding: 5px;
    text-align: center;
    font-weight: bold;
}

.box{
    border-color:#00a65a;
    overflow: hidden;
}

.nav-tabs-custom > .nav-tabs > li.active {
    border-top-color: #00a65a;
}

.btn-tumblr{
    background-color:#00a65a!important;
}

.modal-title{
    font-size: 16px;
}

.topic{
    color: #2c4762;
    border-bottom: solid 2px #2c4762; 
    width: 100%;
    font-size: 15px;
}
.color-white{
    color: #FFF!important;
}

.linha{
    border-bottom: 1px solid #d2d6de;
}

.count-line{
    border-radius:50%;
    background-color: #222d32;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    vertical-align:middle;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 30px;
    height: 30px;
    display: inline-block;
}

.align-center{
    text-align: center!important;
}
.align-right{
    text-align: right!important;
}
.align-left{
    text-align: left!important;
}

.white{
    color: #FFF!important;
}

.btn-create-inline{
    color: #2c4762;
}

.btn-create-inline:hover{
    text-decoration: underline;
}

.box-footer {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
}

.guia {
    color: #000;
    text-align: center;
    border: 1px solid #666;
    border-radius: 8px;
    height: 100%;
    padding: 5px 0 5px 0;
    margin: 5px 0 5px 0;
    background-color: #f4f4f4;
    font-weight: bold;
    display: block;
}

.guia:hover, .guia-selecionado{
    background-color: #1a2226;
    color: #FFF;
}

.box-dashboard{
    width: 100%;
    background-color: #FFF;
}
.box-dashboard-hide{
    display: none;
}
.btn-dashboard .btn:hover{
    border:#CCC 3px solid!important;
}
.box-dashboard{
    border-top: 3px solid #d2d6de!important;
}
.guia-div .box-dashboard-hide{
    position: absolute;
    right: 0;
}
.guia-div .box-dashboard-hide .btn{
    border-radius:50%!important;
    border:#333333 2px solid;
    background-color: #FFF;
    color:#333333;
    font-weight: bold;;
}
.guia-div .box-dashboard-hide .btn:hover{
    background-color: #333333;
    color: #FFF;
}
.desconto-destaque{
    display: inline-block;
    width: 100%;
    padding: 5px 7px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 5px;
}

.status-pagamento{
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777777;
    border-radius: 10px;
}

.font-weight-bold{
    font-weight: bold;
}

/**
LOGIN
**/
.body-login{
    width: 100%;
    height: 100%!important;
    position: absolute;
}
#login-left{
    width: 60%;
    height: 100%;
    float: left;
    background: url("../colheita.jpg") #000!important;
    background-position:center!important;
    background-repeat: no-repeat!important;
}
#login-right{
    width: 40%;
    float: right;
    height: 100%!important;
    display: block;
    background-color: #FFF;
}
@media(max-width:990px) {
    #login-left{
        width: 40%;
    }
    #login-right{
        width: 60%;
    }
}
@media(max-width:700px) {
    #login-left{
        display: none;
    }
    #login-right{
        width: 100%;
    }
}
.login-box{
    width: 100%!important;
}
.login-box-body{
    width: 100%!important;
}
.login-logo a{
    color: #1a2226;
}
.input-login{
    border-width: 0 0 1px 0!important;
}
.login-box .row{
    margin-bottom: 35px!important;
}
.login-option{
    font-weight: bold;
    color: #666;
}
.login-option:hover{
    color: #666;
    text-decoration: underline;
}
.tab-hide{
    display:none!important;
}
.tab-show{
    display: block!important;
}

.title-safra {
    position: -webkit-sticky!important;
    position: sticky;
    top: 50px;
    z-index: 999;

}
@media(max-width:700px) {
    .title-safra {
        position: -webkit-sticky!important;
        position: sticky;
        top: 100px;
        z-index: 999;
    }
}
.box-footer-safra-card{
    max-height: 300px;
    overflow-y: auto;
    position: relative!important;
}

.icon-safra{
    position: relative!important;
    right: 0;
    padding: 3px 4px;
    border-radius: 10px;
    line-height: 1;
}

.fazenda-small{
    font-size: xx-small!important;
    float: right;
}

.selecionar-todos-card-safra{
    cursor: pointer;
}

.ta-ct{
    text-align: center;
}
.ta-r{
    text-align: right;
}
.ta-l{
    text-align: left;
}
.bb{
    border-bottom: #CCC 2px solid;
}
.bb-green{
    border-bottom: green 2px solid;
}
.bb-orange{
    border-bottom: orange 2px solid;
}
.bb-red{
    border-bottom: red 2px solid;
}