#open_time {
    max-width: 220px;
    position: absolute;
    bottom: 2px;
    left: 11px;
}

.btn-second-hand{
    font-weight:bold;
    width:100%;
}

.sub-mail .btn-sm {
    width: auto;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    max-width: 90px;
}

.btn-warning {
    color: #fff;
    background-color: #ffc107;
    border-color: #ffc107;
    box-shadow: none;
}

.btn-warning.disabled, .btn-warning:disabled {
    color: #fff;
    background-color: #ffc107;
    border-color: #ffc107;
}

.fa-file-download{
    font-size: 17px;
}

/* Center td text */
table.table-bordered.dataTable tbody th, table.table-bordered.dataTable tbody td {
    vertical-align: middle;
    border-bottom-width: 0;
}

.content-header{
    padding-top:26px !important;
}

/* Select2 */

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #5897fb;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px;
}


/* Badge */
.navbar-badge{
    padding: 2px 4px;
}

.size_badge{
    margin-top:-4px;
    padding: 5px 7px;
}


/* Modal do aprove devoluções e quebras */
#modalApprove .modal-lg{
    max-width: 1250px !important;
}

/* Dropdown */
.dropdown_style{
    color:#adb5bd !important; 
}

.btn-group.show .btn-tool,.dropdown_style:hover{
    color:#495057 !important;
}

.dropdown-item {
    cursor:pointer;
}

/* Sub-title style*/
.sub_title_style{
    padding-left: 26px;
}

.nav-icon{
    font-size:16px !important;
}

td{
    white-space:nowrap;
}

/* Auto complete */
.ui-autocomplete {
    position: absolute;
    z-index: 9999999;
    list-style-type: none;
    border: 0.5px solid #80bdff;
    background-color: white;
    border-radius:6px;
    padding: 5px;
    margin-top: 20px !important;


}
.ui-menu-item  {
    display: block;
    font-size:14px;
    cursor:pointer;
    padding:5px;
    width: auto;
    background-color: white;
    list-style-type: none;
    color: #555555;
}

.ui-menu-item:hover  {
    background-color: #80bdff;
}
/* Fim auto complete */

.noti-details:hover {
    box-shadow: 0px 1px 1px 0px #888
}

.noti-details .taskmanagerstatus:hover {
    font-weight: bold;
    color: #ffffffe0;
}

.noti-details .taskmanagerstatus {
    width: 18% !important;
}

.icon_size{
    height: 15px;
    width: 15px;
}

.search {
    width: 100%;
    position: relative;
    display: flex;
}

.searchTerm {
    width: 100%;
    border: 1px solid #00acd6;
    border-right: none;
    padding: 10px;
    height: 34px;
    color: #fff;
    /* background: #fcfcfc; */
    border-radius: 15px 0 0 15px;
    outline: none;
    background: #3c8dbc;
}

.searchButton {
    width: 35px;
    height: 34px;
    border: 1px solid #00acd6;
    /* background: #fcfcfc; */
    text-align: center;
    color: #f1f1f1;
    border-radius: 0 15px 15px 0;
    cursor: pointer;
    font-size: 20px;
    background: #3c8dbc;
    border-left: none;
}

input.searchTerm::placeholder {
    color: #ffffff70;
    color: rgba(255, 255, 255, 0.4392156862745098);
    color: hsla(0, 0%, 100%, 0.4392156862745098);
}

@media only screen and (min-width: 768px) {
    .wrap {
        width: 20%;
        position: absolute;
        top: 20%;
        left: 400px;
    }
}

@media only screen and (max-width: 768px) {
    .navbar-default {
        height: 30px;
    }
}


/* @media screen and (min-width: 890px) and (max-width: 1250px)  {
    .main-header {
        padding-bottom: 40px;
    }
} */


@media only screen and (max-width:900px) {
    .text-modal-right {
        text-align: left !important;
        padding-left: 10px;

    }

    #modal-dialog-calculator {
        min-width: auto !important;
    }
}

#badge_notification .fa-stack[data-count]:after {
    position: absolute;
    right: -20%;
    top: -10%;
    content: attr(data-count);
    font-size: 40%;
    padding: 1em;
    border-radius: 999px;
    line-height: 1;
    color: white;
    background: rgba(255, 0, 0, .85);
    text-align: center;
    min-width: 2em;
    font-weight: bold;
}

/* BUG REPORT VIEW */

.dropbtn:hover {
    background: #3c8dbc;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 3;
    background: #3c8dbc;
    border-radius: 8px;
    transform: translate3d(-130px, 0px, 0px);
}

.dropdown-content a,
.dropdown-content button {
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
    border-color: transparent;
}

.dropdown-content a i button {
    position: relative;
    top: 2px;
    padding-right: 10px;
}

.dropdown-content a:hover,
.dropdown-content button:hover {
    color: #fff;
    border-color: #3c8dbc;
    border-radius: 0;
    background-color: #0f5972;
    background-image: linear-gradient(#3c8dbc, #01485a);
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #00c0ef;
}

.btn_export_excel,
.btn_export_pdf {
    display: none;
}

.btn-group,
.btn-group-vertical {
    display: inline-block;
    vertical-align: middle;
}

.dt-buttons {
    padding-top: 5px;
    position: absolute;
}

.dataTables_filter {
    display: none;
}

.dt-buttons {
    padding-top: 5px;
    position: absolute;
    display: none;
}

.resize_vertical {
    resize: vertical;
}

.priority_low {
    background-color: #3ad08b;
    border-color: #3ad08b;
    color: white;
    width: 100px;
}

.priority_medium {
    background-color: #fbb443;
    border-color: #fbb443;
    color: white;
    width: 100px;
}

.priority_high {
    background-color: #f55642;
    border-color: #f55642;
    color: white;
    width: 100px;
}

.priority_ultra_high {
    background-color: #000000de;
    border-color: #000000de;
    color: white;
    width: 100px;
}

.span_display_none {
    display: none;
}

.search_buttons {
    width: 100%;
    height: 75px;
    border-radius: 10px;
    cursor: pointer;
}

.margins {
    padding-right: 15px;
    padding-left: 15px;
}

#permissions {
    justify-content: center;
    border-collapse: collapse;
    max-width: none;
    margin-top: 15px;
}

#permissions td,
#permissions th {
    border: 1px solid #ddd;
    padding: 8px;
}

#permissions tr:nth-child(even) {
    background-color: #f2f2f2;
}

#permissions tr:hover {
    background-color: #ddd;
}



.text_of_filters{
    overflow: overlay;
}

.three-block {
    width: 100%;
    background: none;
    display: inline-block;
    margin-top: 15px;
}
.three-block .single-col {
    float: left;
    width: 33.333%;
}
.three-block .single-col .block-title {
    font-size: 14px;
    font-weight: 600;
    display: block;
}

.size-13{
    font-size:13px !important;
}

.round_button{
    border-radius:12px !important;
    font-weight:bold !important;
}
.this_100{
    width:100% !important;
    border-radius:12px !important;
    font-weight:bold !important;
    font-size:13px !important;
}

.btn_select_status{
    padding-top:3px;
    padding-bottom:3px;
    border-radius: 8px;
    font-weight:bold;
}

.size_badge{
    font-size:11px;
    font-weight: 600 !important;
}

.formError .formErrorContent {
    width: 100%;
    background: #ee0101;
    position: relative;
    color: #fff;
    min-width: 120px;
    font-size: 11px;
    border: 2px solid #ddd;
    box-shadow: 0 0 6px #000;
    -moz-box-shadow: 0 0 6px #000;
    -webkit-box-shadow: 0 0 6px #000;
    -o-box-shadow: 0 0 6px #000;
    padding: 4px 10px 4px 10px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
}

.formError .formErrorContent {
    z-index: 991;
}


@media only screen and (max-width: 1300px) {
    .image_profile{
        display:none;
    }
    .show_image_collapse{
        display:none !important;
    }
}

@media (width: 1300px) {
    .show_image_collapse{
        display: inline-block !important;
    }
    .image_profile{
        display: inline-block !important;
    }
}

.navbar-nav>.user-menu .user-image{
    height: 1.7rem !important;
    width: 1.7rem !important;
}


@media only screen and (min-width: 1300px) {
    .show_image_in_collapse{
        display:none !important;
    }
}

#search_product_name {
    width:230px !important;
}


/* Transformação da nav-bar */
@media (min-width: 1300px){
    .navbar-expand-custom {
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-custom .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-custom .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }
    .navbar-expand-custom .navbar-collapse {
        display: flex!important;
    }
    .navbar-expand-custom .navbar-toggler {
        display: none;
    }
}

/* Remover isto aqui até */
.pagination > li > a {
    background: #00c0ef;
    color: #fff;
    border-color: #57d0ed;
    padding: 10px 15px;
}

.pagination > li > a {
    background: #fafafa;
    color: #666;
}

.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    z-index: 2;
    color: #ffffff;
    background-color: #337ab7;
    border-color: #337ab7;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}


.text_message_bubble{
    position: relative;
    /* max-width: 30em; */
    width:100%;
    background-color: #fff;
    padding: 1.125em 1.5em;
    /* font-size: 1.25em; */
    border-radius: 1rem;
    box-shadow:	0 0.125rem 0.5rem rgba(0, 0, 0, .3), 0 0.0625rem 0.125rem rgba(0, 0, 0, .2);
    font-size:14px;
}

.text_message_bubble::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    bottom: 100%;
    left: 1.5em; 
    border: .75rem solid transparent;
    border-top: none;
    border-bottom-color: #fff;
    filter: drop-shadow(0 -0.0625rem 0.0625rem rgba(0, 0, 0, .1));
}


.scaled_box, .scaled_checkbox , .bigger_checkbox {
    -ms-transform: scale(2);
    -moz-transform: scale(2);
    -webkit-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    padding: 10px;
    cursor: pointer;
}

.smaller_checkbox{
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    padding: 10px;
    cursor: pointer;
}


/*AQUI */
@media only screen and (max-width: 760px) {
    #new_print_modal_modal_content{
        width:100%;
    }
}

@media only screen and (min-width:760px){
    #new_print_modal_modal_content{
        width:600px;
    }
}


/* New selector styles */

.cc-selector input{
    margin:0;
    padding:0;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
}

.cc-selector-2 input:active +.card-cc, .cc-selector input:active +.card-cc{
    opacity: .9;
}

.cc-selector-2 input:checked +.card-cc, .cc-selector input:checked +.card-cc{
    -webkit-filter: none;
    -moz-filter: none;
    filter: none;
}
.card-cc{
    
    display:inline-block;
    width:120px;
    height:40px;
    -webkit-transition: all 100ms ease-in;
    -moz-transition: all 100ms ease-in;
    transition: all 100ms ease-in;
    -webkit-filter: brightness(1.8) grayscale(1) opacity(.7);
    -moz-filter: brightness(1.8) grayscale(1) opacity(.7);
    filter: brightness(1.8) grayscale(1) opacity(.7);
}
.card-cc:hover{
    -webkit-filter: brightness(1.2) grayscale(.5) opacity(.9);
    -moz-filter: brightness(1.2) grayscale(.5) opacity(.9);
    filter: brightness(1.2) grayscale(.5) opacity(.9);
}

.grade_new{
    background-color: #97bdd3;
    border-color:#97bdd3;
}

.grade_new:hover{
    background-color: #97bdd3;
    border-color:#97bdd3;
}

.grade_1{
    background-color: #a3db42;
    border-color:#a3db42;
}

.grade_1:hover{
    background-color: #a3db42;
    border-color:#a3db42;
}

.grade_2{
    background-color: #e4e54b;
    border-color:#e4e54b;
}

.grade_2:hover{
    background-color: #e4e54b;
    border-color:#e4e54b;
}

.grade_3{
    background-color: #e3c450;
    border-color:#e3c450;
}

.grade_3:hover{
    background-color: #e3c450;
    border-color:#e3c450;
}

.grade_5{
    background-color: #324a5d;
    border-color:#324a5d;
}

.grade_5:hover{
    background-color: #324a5d;
    border-color:#324a5d;
}

.owl-prev, .owl-next {
    /* width: 15px;
    height: 100px; */
    position: absolute;
    top: 50%;
    transform: translateY(-46%);
    display: block !important;
    border:0px solid black;
}
.owl-prev { 
    left: 0px; 
}
.owl-next { 
    right: 0px; 
}
.owl-prev i, .owl-next i {
    transform : scale(2); 
    color: #ccc;
}

.owl-dots{
    display:none;
}