/**
iServicesApps
Estilos Comuns
 */

 .alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}
.alert-danger {
    color: #842c2d;
    background-color: #ea9b91;
    border-color: #d5897f;
}
.alert-success {
    color: #25842c;
    background-color: #b3d283;
    border-color: #9bb86f;
}
.alert-about {
    color: #55537b;
    background-color: #a6a6c5;
    border-color: #7775b8;
}
.alert-warning {
    background-color: #ffd344;
    border-color: #eec53f;
    color: #a04e17;
}
.alert-warning a {
    color: #602c08;
}
.alert{
    word-wrap: break-word;
}

.jc-center{
    justify-content: center;
}

.btn-light{
    border: 1px solid;
    color: #333;
}
.btn-light:hover, .btn-light:focus{
    color: #fff !important;
    background-color: #333 !important;
}

.outline-box{
    border: 1px solid #cccccc;
    border-radius: 5px;
    padding: 10px;
}
.outline-box a{
    margin: 5px;
}

.float-left{
    float: left;
}
.float-right{
    float: right;
}
.tx-center{
    text-align: center;
}

.page_navigation_buttons{
    float:left;
    width: 8%;
    height: 43px;
    border: 1px solid rgba(51, 51, 51, 0.22);
    padding: 10px;
}
.save_button_pn{
    float:left;
    border: 1px solid rgba(51, 51, 51, 0.22);
    padding: 10px;
    margin-bottom: 10px;
}

.statistic_box{
    border-radius: 5px;
    height: 130px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.statistic_icon{
    font-size: 3em;
    color: white;
    width: 30%;
    height: 100%;
    float: left;

    display: flex;
    align-items: center;
    justify-content: center;
}
.statistic_info{
    padding: 10px;

    display: contents;
    vertical-align: middle;
    text-align: center;
}
.statistic_value{
    font-weight:400;
    font-size: 60px;
    margin: 0px;
    /*-webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #ec9f38;*/
}
.statistic_box:hover{
    background: #f2f2f2;
}

.tableError{
    background-color: #d25551;
    color: #ffffff;
    font-weight: bold;
}
.tableError:hover{
    background-color: #b4504c !important;
}

.tableWarning{
    background-color: #edb253;
    color: #ffffff;
    font-weight: bold;
}
.tableWarning:hover{
    background-color: #d09c49 !important;
}

/***
Search
 */
.search_form {
    height: 90%;vertical-align: bottom;display: inline-flex;margin: 3px;
}

.search_form input{
    padding: 10px;
    font-size: 17px;
    border: 1px solid grey;
    float: left;
    width: 80%;
}

.search_form button{
    float: left;
    /*width: 20%;*/
    padding: 10px;
}

/**
Filters
 */

.buttonMargins{
    margin: 3px;
}
.grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, 160px);
}
.filterIcons{
    margin-right: 3px;
}



.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus, .nav-pills>li>.active {
    color: #495057;
    background-color: #f8f8f8 !important;
    border: 1px solid #fff;
    border-color: #dee2e6 #dee2e6 #fff;
    font-weight: normal;
    border-radius: 3px;
}
.nav-pills>li>a:hover{
    font-weight: normal;
}
.tab-content>.active {
    background-color: rgba(45, 45, 124, 0);
    border-radius: 3px;
}
.statisticMenu{
    background-color: #f8f8f8 !important;
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    border-bottom: 0px solid transparent !important;
}

.btn-outline-danger {
    color: #dc3545;
    background-color: transparent;
    background-image: none;
    border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled).active, .btn-outline-danger:not(:disabled):not(.disabled):active, .show>.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.btn-outline-danger.focus, .btn-outline-danger:focus {
    box-shadow: 0 0 0 0.2rem rgba(220,53,69,.5);
}
.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-outline-primary {
    color: #2780e3;
    background-color: transparent;
    background-image: none;
    border-color: #2780e3;
}
.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #2780e3;
    border-color: #2780e3;
}
.btn-outline-primary.focus, .btn-outline-primary:focus {
    box-shadow: rgba(39, 128, 227, 0.46);
}
.btn-outline-primary:hover {
    color: #fff;
    background-color: #2780e3;
    border-color: #2780e3;
}

.btn-outline-yellow {
    color: #f2bf32;
    background-color: transparent;
    background-image: none;
    border-color: #e6b62f;
}
.btn-outline-yellow:not(:disabled):not(.disabled).active, .btn-outline-yellow:not(:disabled):not(.disabled):active, .show>.btn-outline-yellow.dropdown-toggle {
    color: #fff;
    background-color: #f2bf32;
    border-color: #e6b62f;
}
.btn-outline-yellow.focus, .btn-outline-yellow:focus {
    box-shadow: rgba(227, 190, 45, 0.57);
}
.btn-outline-yellow:hover {
    color: #fff;
    background-color: #f2bf32;
    border-color: #e6b62f;
}


.btn-yellow{
    background: #ffbb00;
    border-color: #ffbb00;
    color: #ffffff;
}
.btn-yellow:hover{
    background: #efad00;
    border-color: #efaf00;
}

.btn-thin{
    font-size: 9pt;
    padding: 0 9px;
    margin-top: 4px;
    margin-right: 0;
    border-radius: 5px;
}


.tooltip {
    display:none;
    position:absolute;
    border:1px solid #333;
    background-color:#161616;
    border-radius:5px;
    padding:10px;
    color: #ffffff;
    font-size:12px;
    opacity: 1;
    max-width: 300px;
}


.nav-pills>li>a {
    border-radius: 0;
    height: 100%;
}


.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}
.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}

.card-header {
    padding: 1.25rem;
    margin-bottom: 0;
    background-color: rgb(232, 232, 232);
    border-bottom: 1px solid rgb(217, 217, 217);
}


/**
 *
 * -- START SWITCH CHECKBOX
 *
 */

/* The switch - the box around the slider */
.checkbox_switch {
    position: relative;
    display: inline-block;
    display: block;
    width: 60px;
    height: 24px;
}

/* Hide default HTML checkbox */
.checkbox_switch input {display:none;}

/* The slider */
.checkbox_switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.checkbox_switch .slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.checkbox_switch input:checked + .slider {
    background-color: #1a1a49;
}

.checkbox_switch input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.checkbox_switch .slider.round {
    border-radius: 34px;
}

.checkbox_switch .slider.round:before {
    border-radius: 50%;
}

/**
 *
 * -- END SWITCH CHECKBOX
 *
 */

.actionButton {
    border-radius: 4px;
    box-shadow: 1px 1px 1px 0px #4f4f4f69;
}
.btn:hover{
    font-weight: unset;
}


.sm-hidden-element {
    display: block;
}
@media screen and (max-width: 700px) {
    .sm-hidden-element {
        display: none;
    }

}

.table-subtitle{
    background-color: #d6d6d6;
    text-align: left;
    padding: 5px;
    padding-left: 10px;
}


.base-box{
    padding: 10px;
    /*border: 1px solid lightgray;
    border: 1px solid #d3d3d359;*/
    border-radius: 4px;
    background-color: white;
    margin-bottom: 10px;
    margin-top: 10px;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.05), 0 2px 10px 0 rgba(0,0,0,0.02);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.05), 0 2px 10px 0 rgba(0,0,0,0.02);
}
.message-head {
    border-bottom: 1px solid #eee;
    margin-bottom: 8px;
    padding-bottom: 8px;

    color: #7a7a7a;
}
.message-head.no-border{
    border: 0;
    padding-bottom: 0;
}
.message-head .avatar {
    margin-right: 10px;
    margin-left: 5px;
    opacity: 0.5;
    font-size: 17pt; /*20pt;*/
}
.message-head .avatar i{ font-size: unset !important;}

.message-head .user-detail {
    overflow: hidden;
}
.message-head .user-detail h5 {
    font-size: 16px;
    font-weight: bold;
    margin: 0;
}
.message-head .user-detail small{
    font-size: 8pt;
    display: block;
}


.base-table-header th{
    border: 0;
    padding-bottom: 0 !important;
    color: darkgrey;
    font-size: 8pt;
    font-weight: 100;
    border: 0;
    padding-bottom: 0;
    color: darkgrey;
    border-bottom: 1px solid #dddddd4f !important;
}

.img-icon{ height: 35px; }
.img-icon.float-right{ margin-left: 10px; }
.img-icon.float-left{ margin-right: 10px; }

.d-block{ display: block; }

.text-secondary{ color: #c1c1c1; }
small.label{ font-size: 8pt;font-weight: normal;}

.mb-0{ margin-bottom: 0; }

.form-label, .modal .form-label{
    font-size: 9pt;
    /*margin: 0px;*/
    padding: 0px;
    font-weight: normal;/*100;*/
    color: #7f7f7f;
}



/*
----- Start faq alert styles
*/
.faq-alert{
    background-color: #53575c;
    color: white;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 10px;
    min-height: 80px;
    padding: 5px;
}
.faq-alert a, .faq-alert a:hover{
    color: white;
    font-weight: bold;
}
.faq-alert a:hover{
    opacity: 0.8; cursor: pointer;
}

.faq-alert>i:not(.close-button){
    float: left;
    padding: 10px;
    font-size: 46px;
    color: #ffffffa6;
}
.faq-alert>i.close-button{
    float: right;
    padding-right: 5px;
    color: #ffffffa6;
    cursor: pointer;
}
.faq-alert.warning {
    background-color: #b16124;
    color: white;
}
.faq-alert.warning a, .faq-alert.warning a:hover{ color: white; }

.faq-alert.secondary {
    background-color: #cecece;
    color: #686868;
}
.faq-alert.secondary a, .faq-alert.secondary a:hover{ color: #2f2f2f; }

.faq-alert.danger {
    background-color: #b12424;
    color: white;
}
.faq-alert.danger a, .faq-alert.danger a:hover{ color: white; }
/*
----- End faq alert styles
*/

/* -------- search input on warehouse products table styles -------- */
.table-search-input-td{
    padding: 5px;
    box-shadow: 0px 2px 2px -1px #0000001a;
}
.table-search-input-td > div{
    display: flex;
    gap: 10px;
    align-items: center;
    color: #00000052;
}
.table-search-input-td > div > input{
    height: auto;
    padding: 5px;
    font-size: 10pt;
    border-radius: 4px;
}

/* -------- autocomplete selectpicker styles -------- */
.bootstrap-select>.dropdown-toggle.btn-default, 
.bootstrap-select>.dropdown-toggle.btn-default:hover, 
.bootstrap-select>.dropdown-toggle.btn-default:focus{
    color: #333333 !important;
    background-color: #ffffff !important;
    background-image: none !important;
    border: 1px solid #cccccc !important;
    outline: 0 !important;
}

.base-table-header th {
    font-size: 10pt;
    color: #4a555a;
    padding-bottom: 0px;
    /*border-bottom: 1px solid #d3d3d352;*/
    font-weight: bold;
}

.mt-20{ margin-top: 20px; }
.op-5{ opacity: 0.5; }



.message-item {
    margin-bottom: 25px;
    margin-left: 40px;
    position: relative;
}
.message-item .message-inner {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 10px;
    position: relative;
}
.message-item .message-inner:before {
    border-right: 10px solid #ddd;
    border-style: solid;
    border-width: 10px;
    color: rgba(0,0,0,0);
    content: "";
    display: block;
    height: 0;
    position: absolute;
    left: -20px;
    top: 6px;
    width: 0;
}
.message-item .message-inner:after {
    border-right: 10px solid #fff;
    border-style: solid;
    border-width: 10px;
    color: rgba(0,0,0,0);
    content: "";
    display: block;
    height: 0;
    position: absolute;
    left: -18px;
    top: 6px;
    width: 0;
}
.message-item:before {
    background: #fff;
    border-radius: 2px;
    bottom: -30px;
    box-shadow: 0 0 3px rgba(0,0,0,0.2);
    content: "";
    height: 100%;
    left: -30px;
    position: absolute;
    width: 3px;
}
.message-item:after {
    background: #fff;
    border: 2px solid #ccc;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    content: "";
    height: 15px;
    left: -36px;
    position: absolute;
    top: 10px;
    width: 15px;
}
.message-item .message-head {
    border-bottom: 1px solid #eee;
    margin-bottom: 8px;
    padding-bottom: 8px;
}
.message-item .message-head .avatar {
    margin-right: 20px;
}
.message-item .message-head .user-detail {
    overflow: hidden;
}
.message-item .message-head .user-detail h5 {
    font-size: 16px;
    font-weight: bold;
    margin: 0;
}

.note-item {
    /*background: #fefefe;*/
    border: 2px solid #fcfcfc;
    box-shadow: 0 1px 2px rgba(34, 25, 25, 0.4);
    margin: 0 2px 15px;
    padding: 15px;
    padding-bottom: 10px;
    opacity: 1;
    display: inline-block;

    width: 100%;
    margin-top: 15px;
    margin-bottom: 5px;
    position: relative;
}
.image-thumb{
    height: 40px;
    width: 40px;
    border-radius: 50px;
    object-fit: cover;
}
