/**
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{
    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;
}



.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;
}
