﻿/* Common */

*, *:focus, *:hover {
    outline: none;
}

body {
    background-color: #2f4050;
    scroll-behavior: smooth;
    /*font-family: Avenir Next W02,Helvetica,Arial,sans-serif;
    font-size:14px;
    font-weight:400;*/
}

a, ul, li, p, blockquote, h1, h2, h3, h4, h5, h6, img, label, button, input, textarea, td, tr, .animated, li.active {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

textarea {
    max-width: 100%;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: #F5F5F5;
}


::-webkit-scrollbar-thumb {
    background-color: #2F4050;
}

[data-href] {
    cursor: pointer;
}

table td.break {
    white-space: normal;
    word-break: break-word;
}

table tbody tr td {
    vertical-align: middle !important;
}

blockquote small {
    font-size: 70%;
}

/* End Common */

/* Helper Classes */
.pre-wrap-text {
    white-space: pre-wrap;
}

.font-full {
    font-size: 100% !important;
}

.fixed {
    position: fixed;
}

.pointer {
    cursor: pointer;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.inline-block {
    display: inline-block;
}

.hidden-onload {
    display: none;
    visibility: hidden;
}

.load-hidden {
    display: none;
}

.is-sticky .sticky-top {
    background-color: #fff;
    -webkit-transition: background-color 0.5s ease, color 0.5s ease, padding 0.3s ease;
    -moz-transition: background-color 0.5s ease, color 0.5s ease, padding 0.3s ease;
    -ms-transition: background-color 0.5s ease, color 0.5s ease, padding 0.3s ease;
    -o-transition: background-color 0.5s ease, color 0.5s ease, padding 0.3s ease;
    transition: background-color 0.5s ease, color 0.5s ease, padding 0.3s ease;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.49);
    -moz-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.49);
    box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.49);
    /*top: 0 !important;*/
    margin: 0 !important;
    padding: 15px;
    /* width: 100% !important; */
    /*    right: 0 !important;
    left: 0 !important;*/
    z-index: 99999 !important;
    /*width: 100% !important;*/
    color: #000;
}

.font-size-normal {
    font-size: 100% !important;
}

.font-size-sm {
    font-size: 75% !important;
}

.font-size-xs {
    font-size: 50% !important;
}

.no-pad-left {
    padding-left: 0 !important;
}

.no-pad-right {
    padding-right: 0 !important;
}

.no-pad-top {
    padding-top: 0 !important;
}

.no-pad-bot {
    padding-bottom: 0 !important;
}


/*  End Helper Classes */

/* Info Bar */
.page-info {
    background-color: rgba(69,89,108, 0.95);
    color: white;
}
/* End Info Bar */

/* Tables */
.table-responsive {
    border: none !important;
}

.sortable {
    cursor: pointer;
}

    .sortable:after {
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
        content: "";
        display: inline-block;
        vertical-align: middle;
        margin-left: 15px;
    }

.asc:after {
    border-bottom: 5px solid grey;
}

.desc:after {
    border-top: 5px solid grey;
}

.table-info {
    margin-bottom: 0 !important;
}

    .table-info > thead > tr > th,
    .table-info > tbody > tr > th,
    .table-info > tfoot > tr > th,
    .table-info > thead > tr > td,
    .table-info > tbody > tr > td,
    .table-info > tfoot > tr > td {
        border: none !important;
        text-align: center;
        padding: 13px 30px !important;
    }

.table-bordered {
    border: 1px solid rgb(203, 214, 226);
}

    .table-bordered > thead > tr > td,
    .table-bordered > thead > tr > th,
    .table-bordered > tfoot > tr > th
    .table-bordered > tfoot > tr > td {
        border: 1px solid rgb(203, 214, 226);
    }

    .table-bordered > tbody > tr > td {
        border-left: none;
        border-right: none;
        border-top: none;
        border-bottom: 1px solid rgb(203, 214, 226);
    }

        .table-bordered > tbody > tr > td:first-child {
            border-left: 1px solid rgb(203, 214, 226) !important;
        }

        .table-bordered > tbody > tr > td:last-child {
            border-right: 1px solid rgb(203, 214, 226) !important;
        }

    .table-bordered > tfoot > tr > th
    .table-bordered > tfoot > tr > td {
        border-top: none !important;
    }

table tr.highlighted {
    background-color: #293846 !important;
    font-weight: 600;
    font-size: 13px;
    padding: 7px;
    color: white;
}

/* End Tables */
/* Top Nav */
/*.top-navigation .navbar {
    z-index: 500;
}
*/
.white-bg .navbar-fixed-top, .white-bg .navbar-static-top {
    background-color: #fff;
    box-shadow: 0 2px 1px 0 #eee;
    border-top: 2px solid #f26334;
}

.nav > li > a {
    color: #a7b1c2;
}

/*.top-navigation .navbar-brand {
    background-color: white !important;
}

.top-navigation .nav > li > a {
    color: #002c6c;
}

    .top-navigation .nav > li > a:hover, .top-navigation .nav > li > a:focus {
        color: #f26334 !important;
    }

.top-navigation .nav .dropdown-menu > li > a {
    border-radius: 0;
}

    .top-navigation .nav .dropdown-menu > li > a:hover, .top-navigation .nav > .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: #f26334;
    }*/

.navbar-toggle .icon-bar {
    background-color: #fff;
}

/* End Top Nav */

/* Side Nav */

.profile-element img {
    max-width: 50px;
}

.nav-list-header {
    background-color: #1E3246;
}

/* End Side Nav */

/* Navs */

.nav > li.active {
    border-left: 4px solid #f26435;
}

.nav-pills.nav-dark > li + li {
    margin-top: 0 !important;
    margin-left: 0 !important;
}


.nav-pills.nav-dark > li.active {
    border-left: 4px solid #f26435;
}

    .nav-pills.nav-dark > li.active > a,
    .nav-pills.nav-dark > li.active > a:focus,
    .nav-pills.nav-dark > li.active > a:hover {
        border-radius: 0 !important;
        background-color: #45596C !important;
    }

.nav-pills.nav-dark > li > a {
    border-radius: 0 !important;
}


    .nav-pills.nav-dark > li > a:focus, .nav-pills.nav-dark > li > a:hover {
        color: #fff;
        background-color: #45596C !important;
    }
/* End Navs */
/* Content Headers */
header.page-header {
    display: flex;
    position: relative;
    flex-direction: column;
    padding-bottom: 20px;
    border-bottom: 1px solid rgb(203, 214, 226);
}

    header.page-header .page-title {
        font-weight: 600;
        margin-bottom: 16px;
        margin-top: 0;
        font-size: 28px;
        margin: 0;
    }

/* End Content Headers */

/* Content Wrapper */

.top-navigation .wrapper.wrapper-content {
    margin-top: 50px !important;
    padding: 25px !important;
    overflow-x: hidden;
}

/* End Content Wrapper */

/* Account Tab */

.account-tab {
    display: none;
    position: absolute;
    white-space: nowrap;
    background-color: #fff;
    color: #33475b;
    border: 1px solid #cbd6e2;
    border-radius: 3px;
    top: 64px;
    right: 10px;
    padding: 0;
    width: 290px;
    z-index: 2000;
}

    .account-tab.open {
        display: block;
    }

    .account-tab::before {
        content: "";
        display: block;
        position: absolute;
        top: -10px;
        right: 10px;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        border-bottom: 10px solid #cbd6e2;
    }

    .account-tab .section {
        padding: 20px;
        border-bottom: 1px solid #cbd6e2;
    }

        .account-tab .section:last-child {
            border-bottom: none;
        }

    .account-tab::after {
        content: "";
        display: block;
        position: absolute;
        top: -9px;
        right: 11px;
        border-left: 14px solid transparent;
        border-right: 14px solid transparent;
        border-bottom: 9.5px solid #fff;
    }

/* End Account Tab */

/* Loading Spinner */

.loading-modal {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: -1000;
    overflow: hidden;
    opacity: 0;
}

    .loading-modal.show {
        z-index: 1400;
        opacity: 1;
    }

    .loading-modal .spinner {
        position: absolute;
        top: calc(50%);
        left: calc(50%);
        z-index: 1501;
        /*margin: 100px auto;*/
        width: 50px;
        height: 40px;
        text-align: center;
        font-size: 10px;
    }

        .loading-modal .spinner > div {
            background-color: rgba(47, 64, 80, 1);
            height: 100%;
            width: 6px;
            display: inline-block;
            -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
            animation: sk-stretchdelay 1.2s infinite ease-in-out;
        }

        .loading-modal .spinner .rect2 {
            -webkit-animation-delay: -1.1s;
            animation-delay: -1.1s;
        }

        .loading-modal .spinner .rect3 {
            -webkit-animation-delay: -1.0s;
            animation-delay: -1.0s;
        }

        .loading-modal .spinner .rect4 {
            -webkit-animation-delay: -0.9s;
            animation-delay: -0.9s;
        }

        .loading-modal .spinner .rect5 {
            -webkit-animation-delay: -0.8s;
            animation-delay: -0.8s;
        }

@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4);
    }

    20% {
        -webkit-transform: scaleY(1.0);
    }
}

@keyframes sk-stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }

    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}

/* End Loading Spinner */

/* UI */

.bg-dark {
    background-color: #2F4050;
    color: #fff !important;
}

.text-dark {
    color: #2F4050;
}

.btn-icon {
    border: none;
    color: #002c6c;
}

    .btn-icon:hover {
        border: 1px solid #f26334;
        background-color: #f26334;
        color: #fff;
    }

.btn-primary {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e59b70+0,f26435+100 */
    /*background: #e59b70;*/ /* Old browsers */
    /*background: -moz-linear-gradient(top, #e59b70 0%, #f26435 100%);*/ /* FF3.6-15 */
    /*background: -webkit-linear-gradient(top, #e59b70 0%,#f26435 100%);*/ /* Chrome10-25,Safari5.1-6 */
    /*background: linear-gradient(to bottom, #e59b70 0%,#f26435 100%);*/ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e59b70', endColorstr='#f26435',GradientType=0 );*/ /* IE6-9 */
    /*background-repeat: repeat-x;
    border-color: #f26435;*/
}

    .btn-primary:hover,
    .btn-primary:focus {
        /*background-color: #f26435;*/
        background-position: 0 -15px;
    }

.btn-primary {
    background-color: #2F4050;
    border-color: #2F4050;
    color: #FFFFFF;
}

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary:active,
    .btn-primary.active,
    .open .dropdown-toggle.btn-primary,
    .btn-primary:active:focus,
    .btn-primary:active:hover,
    .btn-primary.active:hover,
    .btn-primary.active:focus {
        background-color: #f26435 !important;
        border-color: #f26435 !important;
        color: #FFFFFF !important;
    }

    .btn-primary:active,
    .btn-primary.active,
    .open .dropdown-toggle.btn-primary {
        background-image: none;
    }

        .btn-primary.disabled,
        .btn-primary.disabled:hover,
        .btn-primary.disabled:focus,
        .btn-primary.disabled:active,
        .btn-primary.disabled.active,
        .btn-primary[disabled],
        .btn-primary[disabled]:hover,
        .btn-primary[disabled]:focus,
        .btn-primary[disabled]:active,
        .btn-primary.active[disabled],
        fieldset[disabled] .btn-primary,
        fieldset[disabled] .btn-primary:hover,
        fieldset[disabled] .btn-primary:focus,
        fieldset[disabled] .btn-primary:active,
        fieldset[disabled] .btn-primary.active {
            background-color: #f27f5c;
            border-color: #f27f5c;
        }

.btn-success {
}

.btn-waiting-contract {
    color: #fff;
    background-color: #1c84c6;
    border-color: #1c84c6;
}

.btn-closed {
    color: #fff;
    background-color: #795548;
    border-color: #795548;
}

.btn-pin .btn-primary {
    cursor: pointer;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}

.btn-pin {
    cursor: pointer;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}

.custom-select {
    font-size: 0.9rem;
}

.breadcrumb {
    background-color: transparent;
    padding: 8px 15px;
    padding-left: 0;
}

.dashboard-header {
    background-color: transparent !important;
    padding: 0 !important;
    font-size: 2.3rem;
    color: #00204F;
    margin-top: 20px;
    font-weight: 600;
}


.ibox {
    position: relative;
    box-shadow: rgba(45, 62, 80, 0.12) 0px 1px 5px 0px;
    border-radius: 5px;
    margin-bottom: 20px;
}

    .ibox:first-child {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

    .ibox:last-child {
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }
/*
.dropdown-messages-box {
    padding: 10px;
}*/

/*.dropdown-messages-box.unread {*/
/*background-color: #F3F3F4;*/
/*font-weight: 600;
    }*/

.dropdown-messages {
    list-style: none outside none;
}

    .dropdown-messages table td {
        padding: 10px;
    }

    .dropdown-messages table tr:hover td {
        background: #f9f8f8;
        cursor: pointer;
    }



    .dropdown-messages table td:first-child {
        text-align: center;
        padding: 5px 7px;
    }

    .dropdown-messages .divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

/*    .dropdown-messages .divider:last-child {
        display: none;
    }*/

.dropdown-messages-box.unread table td {
    background: none;
}

/* End UI */
/* Data Panels */
body .side-panel-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000000;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s .3s, opacity .3s linear;
}

    body .side-panel-modal.open.blur {
        background-color: rgba(0, 0, 0, 0.3) !important;
    }

    body .side-panel-modal.open {
        visibility: visible;
        opacity: 1;
        transition: opacity .3s linear;
    }


body .side-panel {
    display: flex;
    position: fixed;
    overflow: hidden;
    top: 0;
    max-width: 100%;
    width: 600px;
    z-index: 1000001;
    bottom: 0;
    right: -600px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    background-color: #fff;
}

.side-panel.open {
    right: 0;
}

.side-panel .side-panel-header {
    display: flex;
    height: 68px;
    padding: 4px 56px 4px 40px;
    align-items: center;
    width: 100%;
    background-color: #2F4050;
    /*background: rgb(7,15,25);
        background: linear-gradient(90deg, rgba(7,15,25,1) 0%, rgba(49,83,131,1) 100%);*/
}

.side-panel .side-panel-body {
    position: absolute;
    flex: 1 1 0%;
    overflow-y: auto;
    overflow-x: hidden;
    top: 68px;
    bottom: 68px;
    width: 100%;
    padding: 20px;
    border-left: 1px solid #cbd6e2;
}

.side-panel .side-panel-header h3 {
    color: #fff;
    font-weight: 400;
    font-size: 1.3em;
}

.side-panel .side-panel-footer {
    position: absolute;
    background-color: #f5f8fa;
    border-top: 1px solid #cbd6e2;
    border-left: 1px solid #cbd6e2;
    padding: 15px;
    border-radius: 0;
    height: 68px;
    bottom: 0;
    width: 100%;
    align-items: center;
}

/* End Data Panels */

/* Form Controls */

/*.dropdown .dropdown-menu {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    max-height: 0;
    display: block;
    overflow: hidden;
    opacity: 0;
}

.dropdown.show .dropdown-menu {
    max-height: 200px;
    opacity: 1;
}*/

.select2-selection--single {
    height: 100% !important;
}

.select2-selection__rendered {
    word-wrap: break-word !important;
    text-overflow: inherit !important;
    white-space: normal !important;
}

.form-control {
    font-size: 1.2rem;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
}

    .form-control:focus, select2-selection:focus, select2-selection__rendered:focus {
        /*outline-color: #F26736 !important;*/
        -webkit-box-shadow: 0px 0px 5px 1px rgba(242,103,54,0.9);
        -moz-box-shadow: 0px 0px 5px 1px rgba(242,103,54,0.9);
        box-shadow: 0px 0px 5px 1px rgba(242,103,54,0.9);
    }

.form-group .control-label {
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /*word-break: break-all;*/
}

.form-group .control-text {
    width: 100%;
    padding-bottom: 3px;
    font-size: 1.5rem;
    /*    -webkit-box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.08);
    -moz-box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.08);
    box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.08);*/
}

.form-group blockquote.control-text {
    font-size: 13px;
    padding: 10px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}


/*.form-group.row {
    margin-right: 0;
    margin-left: 0;
}

.form-group .col-sm-12 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

    .form-group .col-sm-12.w-padding {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }*/

.input-group-btn .btn {
    border-radius: 0;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.input-group-btn {
    font-size: 13px !important;
}

.input-validation-error, .validationMessage {
    border-color: #a81c1c;
    margin-top: 3px;
    display: inline-block;
    float: left;
}

.input-validation-error, .label.validationMessage {
    text-align: left !important;
    white-space: normal !important;
}

.mandatory-caption:after,
label.mandatory-label:after {
    content: "*";
    position: absolute;
    padding: 0px 5px 5px 3px;
    color: #BF1601;
    font-size: 12px;
}

.mandatory-caption {
    font-weight: 700 !important;
}

input[type=checkbox], input[type=radio] {
    margin: 0;
    padding: 0;
    margin-right: 10px;
    /*margin-top: 10px;*/
    vertical-align: middle;
    position: relative;
    top: -1px;
    *overflow: hidden;
}

.break-overflow {
    word-break: break-all;
    white-space: normal;
}

.label-lg {
    font-size: 11px;
    padding: 6px 15px;
}

.label.label-yes:empty,
.label.label-no:empty,
.label.label-positive:empty,
.label.label-negative:empty,
.label.label-confirming:empty {
    display: inline-block;
    padding: 3px 9px;
    opacity: 0.95;
}

.label.label-pad {
    display: inline-block;
    margin-top: 7px;
}

.label.label-small {
    font-size: 9px;
}

.label.label-yes,
.label.label-positive {
    color: white !important;
    background: #1ab394 !important;
}

.label.label-negative,
.label.label-no {
    color: white;
    background: #ef3434 !important;
}

.label.label-confirming:after {
    color: white;
    background: #f8ac59 !important;
}

.label.label-yes:after {
    /*content: "Sim";*/
    font-family: 'Font Awesome\ 5 Free';
    content: "\f00c"
}

.label.label-no:after {
    /*content: "N\00e3o";*/
    font-family: 'Font Awesome\ 5 Free';
    content: "\f00d"
}

.label.label-positive:after {
    font-family: 'Font Awesome\ 5 Free';
    content: "\f00c"
}

.label.label-negative:after {
    font-family: 'Font Awesome\ 5 Free';
    content: "\f00d"
}

.label.label-confirming:after {
    content: "A confirmar"
}

.label.audit:empty {
    display: inline-block !important;
}

.label-dark-blue {
    background-color: #395E96;
    color: #fff;
}

.label-company-associated {
    color: #fff;
    background: #008000;
}

.label-company-notassociated {
    color: #fff;
    background: #5080B6;
}

.label-company-terminated {
    color: #fff;
    background: #980f0f;
}

.company-status-associated {
    color: #fff;
    background: #008000; /*active green */
}

.company-status-terminated {
    color: #fff;
    background: #980f0f; /*dark red */
}

.company-status-waiting {
    color: #fff;
    background: #980f0f; /*dark yellow */
}

.company-status-notassociated {
    color: #fff;
    background: #5080B6; /*ligh  blue */
}

.label-companyservice-success {
    color: #fff;
    background: #008000; /*active green */
}

.label-companyservice-danger {
    color: #fff;
    background: #980f0f; /*dark red */
}

.label-companyservice-warning {
    color: #fff;
    background: #f8ac59; /*dark yellow */
}

.label-companyservice-info {
    color: #fff;
    background: #5080B6; /*ligh  blue */
}

.onoffswitch-inner:before {
    content: "Sim" !important
}

.onoffswitch-inner:after {
    content: "Não" !important
}

/* End Form Controls */
/* Font-Awesome */
.fa-success {
    color: #105e18 !important;
}

.fa-info {
    color: #5080B6 !important;
}

.fa-checked {
    /*padding-top: 8px;*/
    font-size: 15px;
    color: #105e18;
}

.fa-unchecked {
    /*padding-top: 8px;*/
    font-size: 15px;
    color: #ad1313;
}

a:hover .fa-checked {
    color: #129125;
}

a:hover .fa-unchecked {
    color: #ef3434;
}

.fa-left-btn {
    margin-right: 7px;
}

.fa-right-btn {
    margin-left: 7px;
}

.fa-2x {
    font-size: 1.5em !important;
}

.fa-light {
    opacity: 0.9;
}

/* End Font-Awesome */

/* Select2 Plugin */

.select2-container--open {
    z-index: 9999999
}

.select2-container--default .select2-selection--single {
    /*border-radius: 20px;*/
}

.select2-selection {
    border: 1px solid #e5e6e7 !important;
}

.select2-container--default.select2-container--focus,
.select2-container--default.select2-container--below.select2-container--open,
.select2-container--default.select2-container--below.select2-container--focus {
    outline: none;
    box-shadow: 0px 0px 5px 1px rgba(242,103,54,0.9);
    transition: box-shadow 0.15s ease-in-out 0s;
    /*border-radius: 20px;*/
}

    .select2-container--default.select2-container--focus .select2-selection--single,
    .select2-container--default.select2-container--focus .select2-selection--multiple,
    .select2-container--default.select2-container--below.select2-container--open .select2-selection--single,
    .select2-container--default.select2-container--below.select2-container--focus .select2-selection--single,
    .select2-container--default.select2-container--below.select2-container--open .select2-selection--multiple,
    .select2-container--default.select2-container--below.select2-container--focus .select2-selection--multiple {
        outline: none;
        border-color: #fe9069 !important;
        transition: border-color 0.15s ease-in-out 0s;
        /*border-radius: 20px;*/
    }

/* End Select2 Plugin */

/* Effects */

.blur {
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='3');
    -webkit-filter: url(#blur-filter);
    filter: url(#blur-filter);
    -webkit-filter: blur(3px);
    filter: blur(3px);
}

.blur-svg {
    display: none;
}

/* End Effects */

/* Ajax Modal */

.ajax-modal {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.65);
    z-index: 1000;
    overflow: hidden;
    visibility: visible;
    opacity: 1;
    /*transition: opacity .4s linear;*/
}

    .ajax-modal.close {
        visibility: hidden;
        opacity: 0;
        transition: visibility 0s .4s, opacity .4s linear;
    }

    .ajax-modal.solid {
        background-color: rgba(255, 255, 255, 1) !important;
    }

.ajax-spinner {
    margin-left: 5px !important;
    margin-right: 0 !important;
    overflow: hidden;
    visibility: visible;
    opacity: 1;
}

    .ajax-spinner.close {
        visibility: hidden;
        opacity: 0;
        transition: visibility 0s .4s, opacity .4s linear;
    }

/* MODAL FLIP BOX */
.ajax-modal .spinner {
    margin: 100px auto 0;
    width: 70px;
    text-align: center;
}

    .ajax-modal .spinner > div {
        width: 18px;
        height: 18px;
        background-color: #F26435;
        border-radius: 100%;
        display: inline-block;
        -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
        animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    }

    .ajax-modal .spinner .bounce1 {
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }

    .ajax-modal .spinner .bounce2 {
        -webkit-animation-delay: -0.16s;
        animation-delay: -0.16s;
    }

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

/* End Ajax Modal */

/* Custom */

.case-status {
    display: inline-block;
    margin-top: 5px;
    color: white;
    font-size: 12px;
    padding: 3px 12px;
    border-radius: 4px;
}

.case-status-new {
    color: white !important;
    background: #5080B6 !important;
}

.case-status-discarded {
    color: white !important;
    background: #ABABA9 !important;
}

.case-status-closed {
    color: white !important;
    background: #795548 !important;
}

.case-status-submitted {
    color: white !important;
    background: #85144b !important;
}

.case-status-working,
.case-status-active {
    color: white !important;
    background: #008000 !important;
}

.case-status-waiting {
    color: white !important;
    background: #FFA500 !important;
}

.case-status-inpayment {
    color: white !important;
    background: #00BCD4 !important;
}

.case-status-waitingcontract {
    color: white !important;
    background: #ff8500 !important;
}

.case-status-resolved {
    color: white !important;
    background: #009688 !important;
}

.case-status-duplicated {
    color: white !important;
    background: #E91E63 !important;
}

.case-status-cancelled {
    color: white !important;
    background: #820c0c !important;
}

.case-status-denied {
    color: white !important;
    background: #820c0c !important;
}

.case-status-submittedforapproval {
    color: white !important;
    background: #00BCD4 !important;
}

/* PRIORITY ARROW COLORS */
.priority {
    font-size: 13px;
    padding-left: 1em;
}

.priority-normal:before {
    content: "\f060";
    font-family: 'Font Awesome\ 5 Free';
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #5080B6;
}

.priority-high:before {
    content: "\f062";
    font-family: 'Font Awesome\ 5 Free';
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #c10b0b;
}

.priority-low:before {
    content: "\f063";
    font-family: 'Font Awesome\ 5 Free';
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #666;
}

/* SOURCE CONTENT */
.source {
    /*font-size: 13px;*/
    /*padding-right: 1em;*/
    /*color: #666;*/
}

.source-portal:before {
    padding-right: 0.9em;
    content: "\f108";
    font-family: 'Font Awesome\ 5 Free';
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}

.source-email:before {
    padding-right: 0.9em;
    content: "\f003";
    font-family: 'Font Awesome\ 5 Free';
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}

.source-call:before {
    padding-right: 0.9em;
    content: "\f095";
    font-family: 'Font Awesome\ 5 Free';
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}

.source-meeting:before {
    padding-right: 0.9em;
    content: "\f0c0";
    font-family: 'Font Awesome\ 5 Free';
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}

.source-faxmail:before {
    padding-right: 0.9em;
    content: "\f1ac";
    font-family: 'Font Awesome\ 5 Free';
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}

.source-chat:before {
    padding-right: 0.9em;
    content: "\f086";
    font-family: 'Font Awesome\ 5 Free';
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}

.source-online:before {
    padding-right: 0.9em;
    content: "\f0ac";
    font-family: 'Font Awesome\ 5 Free';
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}

/* EVENT STATUS CONTENT */
.event-status {
    color: white;
    font-size: 11px;
    padding: 3px 12px;
    border-radius: 4px;
}
.event-subscription {
    color: white;
    font-size: 11px;
    padding: 3px 12px;
    /*border-radius: 4px;*/
}


.event-status-done,
.event-enrollmentstatus-queued {
    background: #5080B6 !important;
    color: white !important;
}

.event-status-closed,
.event-enrollmentstatus-confirmed,
.event-enrollmentstatus-accepted {
    background: #008000 !important;
    color: white !important;
}

.event-enrollmentsubscription {
    background: #008000 !important;
    color: white !important;
}
.event-enrollmentNOsubscription {
    background: #980f0f !important;
    color: white !important;
}

.event-status-planned,
.event-enrollmentstatus-provisional {
    background: #FFA500 !important;
    color: white !important;
}


.event-status-canceled,
.event-enrollmentstatus-denied,
.event-enrollmentstatus-cancelled {
    background: #980f0f !important;
    color: white !important;
}

/* COMPANY STATUS CONTENT */
.label-companyservice,
.company-status {
    display: inline-block;
    margin-top: 5px;
    color: white;
    font-size: 11px;
    padding: 3px 12px;
    border-radius: 4px;
}

/* End Custom */

/* Expense Report */

.SYNCRONIZED,
.APPROVED {
    background-color: #1ab394 !important;
    /*border-color: #1ab394 !important;*/
    color: #fff !important;
}

.CANCELLED,
.REJECTED {
    background-color: #ef3434 !important;
    /*border-color: #ef3434 !important;*/
    color: #fff !important;
}

.CREATED {
    background-color: #002C6C !important;
    /*border-color: #ef3434 !important;*/
    color: #fff !important;
}

.CORRECTED,
.SUBMITTED {
    background-color: #C3C6C8;
    color: #fff;
}

/* End Expense Report */

/* Purchase Request */

.PR_STATUS_APPROVED,
.EXP_STATUS_APPROVED {
    background: #006400 !important;
    color: white !important;
}

.PR_STATUS_REJECTED,
.PR_STATUS_CANCELLED,
.EXP_STATUS_REJECTED,
.EXP_STATUS_CANCELLED {
    background: #980f0f !important;
    color: white !important;
}

.PR_STATUS_NEW,
.EXP_STATUS_NEW {
    background: #5080B6 !important;
    color: white !important;
}

.PR_STATUS_WAITING_EXECUTIVE_APPROVAL,
.PR_STATUS_WAITING_FINANCIAL_APPROVAL,
.PR_STATUS_WAITING_AREA_APPROVAL,
.EXP_STATUS_WAITING_EXECUTIVE_APPROVAL,
.EXP_STATUS_WAITING_FINANCIAL_APPROVAL,
.EXP_STATUS_WAITING_AREA_APPROVAL {
    background: #FFA500 !important;
    color: white !important;
}

/* End Purchase Request */

/* Start Case Badges */

.badge-btn {
    cursor: pointer;
}

    .badge-btn:hover {
        opacity: 0.8;
    }

.badge-lg {
    padding: 5px 10px !important;
}

.badge-default {
    background-color: #FFFFFF;
    color: #5E5E5E;
    border: 1px solid #f26334;
}

.badge-casesrelated-default {
    background-color: #FFFFFF;
    color: #5E5E5E;
    border: 1px solid #85144b;
}

.badge-casesrelated-primary {
    background-color: #85144b;
    color: #FFFFFF;
}

.badge-comment-default {
    background-color: #FFFFFF;
    color: #5E5E5E;
    border: 1px solid #337ab7;
}

.badge-comment-primary {
    background-color: #337ab7;
    color: #FFFFFF;
}

.badge-emails-default {
    background-color: #FFFFFF;
    color: #5E5E5E;
    border: 1px solid #f0ad4e;
}

.badge-emails-primary {
    background-color: #f0ad4e;
    color: #FFFFFF;
}

.badge-files-default {
    background-color: #FFFFFF;
    color: #5E5E5E;
    border: 1px solid #ed5565;
}

.badge-files-primary {
    background-color: #ed5565;
    color: #FFFFFF;
}

.badge-history-default {
    background-color: #FFFFFF;
    color: #5E5E5E;
    border: 1px solid #1ab394;
}

.badge-history-primary {
    background-color: #1ab394;
    color: #FFFFFF;
}

.navy-casesrelated-bg {
    background-color: #85144b;
    color: #FFFFFF;
}

.navy-comments-bg {
    background-color: #337ab7;
    color: #FFFFFF;
}

.navy-emails-bg {
    background-color: #f0ad4e;
    color: #FFFFFF;
}

.navy-files-bg {
    background-color: #ed5565;
    color: #FFFFFF;
}

.navy-history-bg {
    background-color: #1ab394;
    color: #FFFFFF;
}

/* End Case Badges */

/* Start Email Style */

.mail-box-header {
    border: none !important;
}

    .mail-box-header .circle-user {
        text-align: center;
        width: 50px;
        height: 50px;
        margin-right: 20px;
        border-radius: 50%;
        background-color: #C7C8C8;
    }

        .mail-box-header .circle-user p {
            color: #fff;
            font-weight: 400;
            font-size: 20px;
            padding-top: 11px;
        }

.mail-box {
    border: none !important;
}

    .mail-box .mail-body {
        border: none !important;
    }

/* End Email style */
