.bg-aqua {
    background-color: #36A2EB !important;
}

.bg-red {
    background-color: #FF6384 !important;
}

.bg-red2 {
    background-color: #dd4b39 !important;
}

.bg-red-opacity {
    background-color: #FFF2EF !important;
}

.bg-green {
    background-color: #4BC0C0 !important;
}

.bg-yellow {
    background-color: #FFCD56 !important;
}

.bg-purple {
    background-color: #996CFB !important;
}

.bg-orange {
    background-color: #FD9E4B !important;
}

.bg-muted {
    background-color: #F4F4F4 !important;
    /*text-decoration: line-through;*/
}

.dropdown-submenu {
    position: relative;
}

.row.no-gutter {
  margin-left: 0;
  margin-right: 0;
}
.row.no-gutter [class*='col-']:not(:first-child),
.row.no-gutter [class*='col-']:not(:last-child) {
  padding-right: 0;
  padding-left: 0;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #999999;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

@media screen and (max-width: 600px){
    .btn-app{
        padding-top: 16px;
        width: 90%;
        height: 70px;
    }
}

@media screen and (min-width: 1024px){
    .btn-app{
        min-width: 160px;
        height: 120px;
        margin: 8px;
        font-size: 16px;
    }
    .big{
        min-width: 336px;
        height: 120px;
    }
    .btn-app>.fa {
        font-size: 40px;
        display: block;
        padding: 14px 8px 4px 8px;
    }
    .btn-app>.glyphicon {
        font-size: 40px;
        display: block;
        padding: 14px 8px 4px 8px;
    }
}

.center-box-padding {
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    flex-wrap: wrap; /* optional. only if you want the items to wrap */
    justify-content: center; /* for horizontal alignment */
    align-items: center; /* for vertical alignment */  
}

.center-box {
    display: flex;
    flex-wrap: wrap; /* optional. only if you want the items to wrap */
    justify-content: center; /* for horizontal alignment */
    align-items: center; /* for vertical alignment */  
}

.app-download-img {
    height: auto;
    width: 130px;
    margin: 10px;
}

.info-box-icon-financeiro {
    height: 95px; /*132px;*/
    
    .fa {
        margin-top: 25px !important; /*44px*/
    }
}

.info-box-icon-financeiro>.fa {
        margin-top: 25px !important; /*44px*/
    }
}

th.dt-center, td.dt-center { text-align: center; }
th.dt-right, td.dt-right { text-align: right; }

.table.table-middle > tbody > tr > td {
    vertical-align: middle !important;
}

/*table.dataTable tbody td.select-checkbox:before, table.dataTable tbody th.select-checkbox:before {
    margin-top: 0 !important;
}

table.dataTable tr.selected td.select-checkbox:after, table.dataTable tr.selected th.select-checkbox:after {
    margin-top: -6px !important;
}
*/
.scroll_list{
  overflow:scroll;
  overflow-x: hidden;
  overflow-y: auto;
}

.swal2-popup {
  font-size: 1.6rem !important;
}

table.nowrap-header thead th{
  white-space: nowrap;
}

table.table-hover-custom tbody tr:hover {
   background-color:#377BB5 !important;
   color: #ffffff !important;
}

.uppercase { text-transform: uppercase; }

select[readonly].select2-hidden-accessible + .select2-container {
  pointer-events: none;
  touch-action: none;
}

select[readonly].select2-hidden-accessible + .select2-container .select2-selection {
  background: #eee;
  box-shadow: none;
}

select[readonly].select2-hidden-accessible + .select2-container .select2-selection__arrow,
select[readonly].select2-hidden-accessible + .select2-container .select2-selection__clear {
  display: none;
}

.label-big{
    font-size: 12px;
}

input[type='number'] {
    -moz-appearance:textfield;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.table_row_clicable tr {
    cursor: pointer;
}

.conexao-ok {
  /*background-color: #5AD570;*/
  background-color: #cdf2d4;
}
.conexao-negada {
  /*background-color: #FB6787;*/
  background-color: #fdd1db;
}
.conexao-mac,
.conexao-vlan,
.conexao-perdido {
  /*background-color: #9971F8;*/
  background-color: #e0d4fc;
}
.conexao-multiplos {
  /*background-color: #FDCB69;*/
  background-color: #feefd2;
}

.dropdown-color-fill-icon {
    position: relative;
    float: left;
    margin-left: 0;
    margin-right: 0;
}
.color-fill-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 1px solid #000;
    background-color: #fff;
    margin: 2px;
}

/*.tooltip { opacity: 1; }*/
.popover {
    max-width: 500px;
}

.table-chamados-fixed{
    /* margin: 0 auto; */
    width: 100%;
    /* clear: both; */
    /* border-collapse: collapse; */
    table-layout: fixed;
    word-wrap:break-word;
}

.chamado-max-width {
    word-wrap:break-word;
    /* max-width: 10%; */
}

.callout.callout-warning2 {
  border-color: #FDCB69;
  background-color: #feefd2;
}

.callout.callout-info2 {
    border-color: #0097bc;
    background-color: #E6E7FB;
}
  
.callout.callout-success2 {
    border-color: #00733e;
    background-color: #E0F0D9;
}

a.custom-link-color {
  color: #666;
}
a.custom-link-color:visited {
  color: #666;
}
a.custom-link-color:hover, a:active, a:focus {
  color:#888;
}

.imagewrap {display:inline-block;position:relative;}
.button-image-edit {position:absolute;right:-38%;top:0;}
.button-image-remove {position:absolute;right:-38%;top:30%;}
.image_app_recomendation_size {position:absolute;right:120%;top:45%;}
.image-input-custom {
    width: 0 !important;
    height: 0 !important;
    overflow: hidden;
    opacity: 0;
}

.img-app-digital-thumbs {
    min-width: 100px;
    max-width: 100px;
    min-height: 100px;
    max-height: 100px;
}

.flex-between {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}