body, html {
    position: unset;
}
.tray {
    margin-top:60px;
}
.ml10 {
    margin-left: 10px;
}
.btn-warning {
    color: #ffffff;
    background-color: #f64242;
}

.btn-warning:hover, .btn-warning:active, .btn-warning:focus {
    color: #ffffff;
    background-color: #da3131;
}
.btn-table {
    border-radius: 5px;
    margin-right:6px;
    height: 34px;
    width: 34px;
    padding: 0px;
    margin-top:4px;
}

.btn-check {
    height: 34px;
    width: 34px;
    border:2px solid #bdbdbd;
    border-radius:5px;
    font-size: 24px;
    padding: 0px;
    margin-top: 4px;
    color: transparent;

    display: inline-block;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;

    white-space: nowrap;
    line-height: 0;
}
.btn-check:hover {
    color: #fff;
}
.btn-check.on {
    border:2px solid transparent;
    border-radius:5px;
    color: #fff;
    background-color: #067800;
}
.btn-check.on:hover {
    color: #fff;
}

body.tray-rescale .tray-center {
    padding-right: 0px !important;
}
.pageTitle {
    background: #009dda;
    color: #fff;
}
.pageTitle h2 {
    margin-bottom: 15px;
    margin-top: 15px;
    color: #fff;
}

.p0 {
    padding:0px;
}
.frame-container {
    height: calc(100vh - 82px);
}
.frame-content {
    margin:0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    border: none;
}
.caret.caret-tp {
    
        border-top-color: rgba(0, 0, 0, 0.8);
    
    }
    .caret {
    
        display: inline-block;
        width: 0;
        height: 0;
        margin-left: 2px;
        vertical-align: middle;
        border-top: 8px solid;
        border-right: 8px solid transparent;
        border-left: 8px solid transparent;
    
    }
iframe {
    margin:0px;
    padding: 0px;
    width: 100%;
    height: calc(100vh - 112px);
    border: none;
}
body {
    /*max-height:100%;
    min-height:100%;*/
    height: unset;
    font-family:roboto,Arial,Helvetica,sans-serif;
    background-color:#FFF !important;
    min-height:100vh !important;
    
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;

}
body.error-page {
    min-height:unset !important;
}
.bg-dark {
    background-color: #000000 !important;
    color: #9fa4b7;
  }
#sidebar_left {
    background-color: #c33a3a  !important;
}

/*syngenta */
.navbar-branding2 {
    float: left;

}
.panel-tabs-left > li > a {
    border-right: 1px solid #DDD;
    border-left: 1px solid transparent;
    border-top: 1px solid #DDD;
}
.sidebar-menu > li > ul > li:hover > a:after,
.sidebar-menu > li > ul > li:focus > a:after {
  background: #f40000;
}
body.sb-l-m .sidebar-menu > li > a > span:nth-child(1) {
    
        color: #fff;
        left: -1px;
        width: 60px;
        font-size: 18px;
        padding-left: 0;
    
    }
    .sidebar-menu > li > ul {
        
            background-color: #771b1b;
        
        }
.sidebar-menu .sidebar-label {
    color: #fff;
}
.sidebar-menu li > a > span.caret {
    color: #fff;
}

body.external-page.external-alt #main {
    background: none;
}
li a span i.fa {
    font-size: 18px;
}
.logoHeader {
    margin: 4px 20px 0px 0px;
    display: block;
}
.logoHeader img {
    width: 150px;
}
.nav-list li.active a {
    color: #019934 ;
    border-bottom: 3px solid #a5cd57 ;
}
.navbar .nav > li > a {
    height: 61px;
    max-height: 61px;
}

.navbar .nav > li.dropdown.open .dropdown-menu::after, .navbar .nav > li.dropdown .open .dropdown-menu::after {
    border-bottom-color: #a5cd57;
}
.navbar .nav > li.dropdown.open .dropdown-menu, .navbar .nav > li.dropdown .open .dropdown-menu {
    border-top-color: #a5cd57;
}
.navbar .nav > li.dropdown.open .dropdown-menu::after {

    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    right: 11px;
    bottom: 100%;
    border-width: 0 10px 10px;
    border-bottom-color: #019934;

}
@media (max-width: 768px) {
    .logoHeader {
        margin: 10px 0px 0px 0px;
    }
    .logoHeader img {
        width: 100px;
    }
}
.boxLogin{
    margin: 10px 0px 10px 0px;
    background-color: #0068a4;
    border-radius: 6px;
    min-height: 280px;
    padding: 10px;
}
.forgotPass{
    font-size: 13px;
    font-family:roboto,Arial,Helvetica,sans-serif;
    line-height: 1.2;
    
}
a {cursor:pointer;}
.forgotPass a{
    color: #fff;
}
.forgotPass a:hover{
    text-decoration:none;
    color: #fff;
}
.btn-default{
    transition: all .2s ease-out;
    text-transform: uppercase !important;
    text-shadow: none;
    color: #0068a4 !important;
}
.btn-default:hover {
    transition:all .2s ease-out;
    box-shadow:none;
}
.btn-danger{
    transition:all .15s ease-out;
    background-color:#0068a4 !important;
}
.btn-lg{
    padding-left: 30px;
    padding-right:30px;
}
label {
    padding-bottom:8px;
}
label.white {
    color:#fff;
}
#content-footer{
    position:inherit;
    width:100%;
    left:unset;
    background-color: #6a1111;
    border-top: none;
    height: 36px;
    padding: 8px;
}
#content-footer.loginFooter{
    width: 100%;
    left: unset;
    background-color: #f2f2f2;
    border-top: none;
    height: 50px;
    position: fixed;
    bottom: 0px;
    padding: 0px;
}
.right-centerMobile {
    text-align: right;
}
.left-centerMobile {
    text-align: left;
}
@media (max-width: 768px) {
    #content-footer.loginFooter{
        position: relative;
        height: auto;
    }
    .right-centerMobile {
        text-align: center;
    }
    .left-centerMobile {
        text-align: center;
    }
}
/*syngenta fim*/

/*ui-grid*/
.grid {
    width: 100%;
    height: 300px;
    background-color:#FAFAFA;
}

.ui-grid {
    border:0px;
}

.ui-grid-top-panel-background, .ui-grid-top-panel {
    background:#f6f6f6;
}

.ui-grid-cell{
    border-right: 1px solid #dddddd;
}

.ui-grid-header-cell{
    border-right: 1px solid #ddd;
}

.ui-grid-header-cell-wrapper{
    height: 42px;
}

.ui-grid-icon-angle-down{
    display:none;
}

.ui-grid-cell .ui-grid-cell-contents{
    font-size:11px;
    top: 50%;
    position: relative;
    transform: translate(0, -40%);
    white-space: normal;
}

.ui-grid-header-cell-label {
    display:inline-block;
    white-space:initial;
}

.ui-grid-header-cell{
    display: table-cell;
    vertical-align: middle;
}

.grid .ui-grid-row .red{
    background-color:#d6140b !important;
    color:#fff;
}

.ui-grid-row.ui-grid-row-selected > [ui-grid-row] > .ui-grid-cell{
    color:#000;
    background-color: #c9dde1 !important;
}

#menuitem-1{
    display:none;
}

.ui-grid-menu{
    top:-1px;
    right: 7px !important;
}

.ui-grid-menu-button{
    width: 18px;
    background: #3498DB;
    border: 1px solid #2F89C5;
    height: 25px;
}

.ui-grid-icon-menu{
    margin-left: -2px;
    line-height: 20px;
    color:#fff;
}

.ui-grid-filter-button{
    position: absolute;
    z-index: 99;
    right: 20px;
    width: 18px;
    padding: 0px;
    margin-top: 25px !important;
    height: 18px;
    border-radius: 0px;
}

.ui-grid-filter-button i{
    position: absolute;
    top: 1px;
    left: 3px;
}

/*Ativar caso tenha quebra de linha na celula
.ui-grid-viewport .ui-grid-cell-contents {
  word-wrap: break-word;
  white-space: normal !important;
}
.ui-grid-cell {
    display:table;
}
.ui-grid-cell .ui-grid-cell-contents{
    display: table-cell;
    vertical-align: middle;
}
*/

.ui-grid-header-canvas{
    text-align: center;
    min-height: 42px !important;
    font-size: 13px;
    color: #1d1d1d;
    font-weight: 600;
    margin-bottom: 0px;
    margin-top: 0px;
}

.ui-grid-row:nth-child(2n) .ui-grid-cell{
    background-color: #F7F9F9;
}

abbr[data-original-title], abbr[title]{
    cursor: default;
    border-bottom: 0px;
}

.ui-grid-pager-control button{
    height: 25px;
    min-width: 26px;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid #2F89C5;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    background-color: #3498DB;
}

.ui-grid-pager-control button:hover {
    background-color: #2384c6;
    border: 1px solid #217dbc;
}

.ui-grid-pager-control button:focus {
    background-color: #2384c6;
    border: 1px solid #217dbc;
}

.ui-grid-pager-control button:active {
    background-color: #2384c6 !important;
    box-shadow:inset rgba(0,0,0,.3) 0px 0px 10px;
    border: 1px solid #217dbc;
}

.ui-grid-pager-control .last-triangle{
    border-color: transparent transparent transparent #fff;
}

.ui-grid-pager-control .last-bar{
    border-left: 2px solid #fff;
}

.ui-grid-pager-control button[disabled]:hover{
    background-color:#7BBCE7;
}

.ui-grid-pager-control .first-triangle{
    border-color: transparent #fff transparent transparent;
}

.ui-grid-pager-control .first-bar{
    border-left: 2px solid #fff;
}

.ui-grid-pager-control input{
    padding: 5px 5px;
}

.ui-grid-column-resizer{

}

.ui-grid-column-resizer.left{
    border-left: 0px;
}

.greenCell{
    background-color:#067800 !important;
    text-align:center;
    display:block;
    color:#fff;
    line-height: 40px;
}

.grayCell{
    background-color:#ccc !important;
    text-align:center;
    display:block;
    color:#fff;
    line-height: 40px;
}

.blueCell{
    background-color:#4EA5E0 !important;
    text-align:center;
    display:block;
    color:#fff;
    line-height: 40px;
}

.upperCase{
    text-transform:uppercase !important;
}

.no-rows {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background: rgba(255, 255, 255, .3);
  color: #0C3C42;
  z-index:999;
}

.no-rows .msg {
    opacity: 1;
    position: absolute;
    top: 20%;
    left: 0%;
    width: 100%;
    height: 67%;
    line-height: 200%;
    background-color: #eee;
    border-radius: 4px;
    border: 1px solid #C5C5C5;
    text-align: center;
    font-size: 24px;
    display: table;
}

.no-rows .msg span {
  display: table-cell;
  vertical-align: middle;
}

.field input, .field select{
    font-size:11px;
}
/*fim ui-grid*/


/* banner dealer */
.bg-banner-dealer {
    background-image: url(../img/banner-dealer.PNG);
    height:400px;
    background-size: cover;
    background-position: right center; 
}
@media only screen and (max-width: 768px) {
    .bg-banner-dealer {
        background-position: top center;
        background-size: contain;
        background-repeat: no-repeat;
    }
}

.navbar-brand>img {
    margin-top: 5px;
}




.color-preview {
    padding: 6px;
text-align: center;
font-size: 40px;
font-weight: bold;
border: 1px solid #000;
}

.toltip-question {
    position: absolute;
right: 20px;
float: right;
top: 45px;
}
#ptest {
    cursor:pointer;
}







.md-datepicker-input {
    font-size: 14px;
    box-sizing: border-box;
    border: none;
    box-shadow: none;
    outline: none;
    background: transparent;
    min-width: 120px;
    max-width: 100%;
    padding: 0 0 5px;
    width: 100%;
}
.md-datepicker-input-container{
   border:none; /**/
   width: 80%;
    overflow: hidden;
    margin-left: 0px !important;
    padding-top: 4px;
}

.md-datepicker-input-container button{
    display:none;/**/
}
md-icon svg {
    
        pointer-events: none;
        display: block;
        width: 20px;
        height: 15px;
        padding-top: 3px;
    
    }
.md-icon-button {
    background-color: rgb(255, 180, 82);
    color: rgb(255,255,255);
}
.md-icon-button:hover, .md-icon-button:active, .md-icon-button:focus {
    background-color: rgb(223, 151, 64) !important;
    color: rgb(255,255,255);
    opacity: 1 !important;
    visibility: visible !important;
}
.md-button {
    min-height: unset;
}
.md-button.md-icon-button { 
    margin:0px;
    padding:0px;
    height: 20px;
    width: 20px;
}

md-datepicker, md-datepicker-custom{
    margin-left: 0px;
    -webkit-box-ordinal-group: 3;
    order: 2;
    display: block;
    margin-top: 0;
    padding: 0px !important;
    border-width: 1px;
    line-height: 28px;
    height: 38px;
    border-radius: 0;
    border-style: solid;
    border-color: #cbcbcb;
    width: 100%;
    box-sizing: border-box;
    background-color:#fff;
    border-radius: 0px;
}
md-datepicker.form-control, md-datepicker-custom.form-control{
    padding:0px;
}
md-datepicker.gui-input, md-datepicker-custom.gui-input{
    padding:0px;
}

.md-ripple-container{
    display:none;
}

.md-datepicker-button{
    margin-top: -30px !important;
}

.md-datepicker-input-mask-opaque{
    left:9px !important;
}

.md-datepicker-calendar-pane{
    margin-left: 10px;
}




/* chat */

.chatbox-icon {
    width:10%;
    float:left;
}

.chatbox-icon img {
    width:100%;
}
.chatbox-text {
    width:85%;
    background: #f3e9e9;
    float: left;
    border-radius: 10px;
    padding: 10px;
    margin-left: 5%;
}
/*.chatbox:nth-child(even) .chatbox-icon {
    width:10%;
    float:right;
}
.chatbox:nth-child(even) .chatbox-text {
    width:85%;
    background: #d6e6eb;
    float: right;
    border-radius: 10px;
    padding: 10px;
    margin-left: 0%;
    margin-right: 5%;
    color: #6a8b9d;
}*/
.chatbox.cliente .chatbox-icon {
    width:10%;
    float:right;
}
.chatbox.cliente .chatbox-text {
    width:85%;
    background: #d6e6eb;
    float: right;
    border-radius: 10px;
    padding: 10px;
    margin-left: 0%;
    margin-right: 5%;
    color: #6a8b9d;
}
/* chat fim */

.img-admin-roleta {
    background: url(../../assets/img/bg-transparent.png);
}

.m15{
    margin: 15px;
}

.direita{
    /* position: fixed;
    right: 5px; */
    margin-left: 40%;
}

.direita div:first-child{
    margin-left: 30%;
    margin-bottom: 3%;
}

.direita div:last-child{
    margin-left: 27%;
}

.box-conteudo{
    margin-bottom: 7%;
}




.drop-box {
    background: #F8F8F8;
    border: 5px dashed #DDD;
    width: 100%;
    height: 200px;
    text-align: center;
    padding-top: 80px;
    margin: 10px;
    font-size: 2pc;
}
.dragover {
    border: 5px dashed blue;
}