#header {
    background: linear-gradient(to right, #4099ff, #73b4ff);
    color: rgba(255, 255, 255, .8);
}

#top_search input::placeholder {
    color: white;
}

#side-menu {
    background: #ffffff;
}

#side-menu li.dashboard_user {
    color: #000;
}

#side-menu li a {
    color: #000;
    text-transform: uppercase;
    padding: 11px 20px 11px 16px;	
    font-size: 13px;
    font-weight: 500;
    font-size: 11px !important;
    font-family: Roboto;
}

#side-menu li.active>a {
    border-radius: 0;
    color: #ffffff;
    background: #53a3ff;
    font-weight: bold;
}

#side-menu.nav>li>a:focus, #side-menu.nav>li>a:hover {
    font-weight: bold;
}

.hide-menu {
    color: white;
}

#top_search_button button {
    color: white;
}

.navbar-nav .open>a,
.navbar-nav .open>a:focus,
.navbar-nav .open>a:hover,
.navbar-nav>li>a:focus,
.navbar-nav>li>a:hover {
    background: 0 0;
    border-radius: 0;
    color: black;
}

body {
    background: #f8f9fa!important;
}

.navbar-default {
    background: linear-gradient(to right, #4099ff, #73b4ff);
    height: 70px !important;
    margin-bottom: 0px !important;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    background: 0 0;
    border-radius: 30px;
    color: #000000;
}

#setup-menu-wrapper {
    background-color: #ffffff;
    position: absolute;
    top: 63px;
    width: 210px!important;
    bottom: 0;
    left: 0;
    overflow: auto;	
    display: none;
    z-index: 9;
    min-height: 100%;
}

#setup-menu>li>a {
    color: #000;
    font-family: Roboto;
    text-transform: uppercase;
    padding: 7px 16px;
    /* font-size: 11px !important;
    padding: 10px 15px;
    font-weight: 500; */
}

#setup-menu li:first-child {
    border-bottom: 1px solid #626e7b;
    color: #000;
}

#setup-menu li.active>a {
    color: rgb(255, 255, 255);
    background-color: #52a2ff;
    font-weight: bold;
}

#logo img {
    width: auto;
    height: 32px;
    margin-top: 5px;
}

.company-logo {
    background: #03a9f4;
}

.authentication-form {
    border: 1px solid #03a9f4;
}

.navbar a.navbar-brand img {
    width: 264px;
    height: 30px;
}

footer {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #e4e5e7;
    color: black;
}

.l-login {
    color: black;
}

.img-logo {
    width: auto;
}

.img-logo-mt {
    width: auto;
    margin-top: -18px;
}

.navbar-fixed-bottom {
    text-align: center;
}

.mt-footer {
    margin-top: -8px;
}

.btn-login {
    background-color: #52a2ff;
}

.modal-header {
    background: #226faa;
    background: -webkit-gradient(linear, left top, right top, from(#226faa), color-stop(37%, #2989d8), to(#72c0d3));
    background: linear-gradient(to right, #226faa 0, #2989d8 37%, #72c0d3 100%);
    border-radius: 6px;
    color: #fff;
    padding: 18px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-color: transparent;
}

.badge-success {
    background-color: #7eb92b;
    font-weight: 400;
    border-radius: 5px;
    white-space: normal;
}
.badge-primary {
    background-color: #007bff;
    font-weight: 400;
    border-radius: 5px;
    white-space: normal;
}
.badge-warning {
    background-color: #ffc107;
    font-weight: 400;
    border-radius: 5px;
    white-space: normal;
    white-space: normal;
}

.badge-danger {
    background-color: #dc3545;
    font-weight: 400;
    border-radius: 5px;
    white-space: normal;
}

.badge-info {
    background-color: #03a9f4;
    font-weight: 500;
    border-radius: 5px;
    white-space: normal;
}

.row-diplay {
    display: flex;
    flex-wrap: wrap;
}

.badge-height {
    margin-top: 10px;
    height: 18px;
}

.mleft {
    margin-left: 7px;
}

.f-18 {
    font-size: 13px;
}

.badge-assigned {
    background: #007bff;
    font-size: 12px;
    border-radius: 6px;
    margin-right: 2px;
}

.finished {
    color: green;
    text-decoration: line-through;
}

.height-modal {
    max-height: 120px;
}

.modal-header .close-button {
    margin-top: -40px;
}

.mtop2 {
    margin-top: 2px;
}

.mright320 {
    margin-right: -320px;
}

.percentage_name {
    margin-left: 10px;
    margin-top: 6px;
    font-weight: 600 !important;
}

.project-link {
    margin-top: 9px;
    margin-left: 10px;
}

.project-title {
    display: flex;
}

.fn-gantt .sa,
.fn-gantt .sn {
    color: #ececec;
    background-color: #b5b5b5;
    text-align: center;
}

.notifications-login {
    float: right;
    margin-right: 350px;
}

.mbot20 {
    margin-bottom: 0px !important;
}

.filter-table {
    border-radius: 15px;
    padding: 5px 10px 5px 10px;
    border: 2px solid #53a3ff;
}

.mt-10 {
    margin-top: 10px;
}

.pl-25 {
    padding-left: 25px;
}

.text-warning {
    color: #ffc107 !important;
}

.text-default {
    background-color: #cecece;
    color: black;
}

.text-assigned {
    background-color: #008eff57;
    color: black;
}

.no-click {
    pointer-events: none;
}

.projects-progress {
    background-color: #bdbdbd !important;
}

.font-weight-500 {
    font-weight: 500;
}

.meter {
    height: 20px;
    /* Can be anything */
    position: relative;
    background: #797979;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 5px;
    padding: 0px;
    box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
}

.meter>span {
    display: block;
    height: 100%;
    border-radius: 5px;
    background-color: #96ce49;
    background-image: linear-gradient( center bottom, rgb(43, 194, 83) 37%, rgb(84, 240, 84) 69%);
    box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3), inset 0 -2px 6px rgba(0, 0, 0, 0.4);
    position: relative;
    overflow: visible;
    text-align: center;
    color: white;
    font-weight: 500;
}

.orange>span {
    background-color: #f1a165;
    background-image: linear-gradient(to bottom, #f1a165, #f36d0a);
}

.red>span {
    background-color: #f0a3a3;
    background-image: linear-gradient(to bottom, #f0a3a3, #f42323);
}

.meter>span:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: linear-gradient( -45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
    z-index: 1;
    background-size: 50px 50px;
    animation: move 2s linear infinite;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    overflow: hidden;
}

@keyframes move {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 50px 50px;
    }
}

@keyframes expandWidth {
    0% {
        width: 0;
    }
    100% {
        width: auto;
    }
}

.meter>span:after,
.animate>span>span {
    animation: move 2s linear infinite;
}

.f-10 {
    font-size: 10px;
}

.internal_comment {
    margin-top: 15px;
    font-size: 14px;
    padding: 5px;
}

.submenu {
    margin-bottom: 10px !important;
}

table .tags-labels {
    max-width: none !important;
}

.label-tag {
    margin-right: 5px;
    color: #2d2d2d;
    border: 1px solid #bfcbd9;
    background: #fff;
    font-size: 12.5px;
}

.kanban-tags .tags-labels .label-tag,
table .tags-labels .label-tag {
    display: inline-block;
    margin-top: 4px;
}

.swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right)>.swal2-modal {
    height: auto;
    width: 35%;
    font-size: large;
}

.select-warranty {
    width: 100%;
    height: 35px;
    border-color: #c8c8c8;
    font-size: 15px;
    border-radius: 5px;
}

.label-warranty {
    font-size: 15px;
    float: left;
    font-weight: 500;
}

.resize-none {
    resize: none;
}

.badge-comercial {
    background-color: #ca4e4c !important;
}

.text-align-center {
    text-align: center !important;
}

.contentscroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.contentscroll::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
    height: 6px;
}

.contentscroll::-webkit-scrollbar-thumb {
    background-color: #999;
}

.select2-container--default .select2-selection--multiple {
    max-height: 85px !important;
    overflow: auto;
}
.select2-container .select2-search--inline .select2-search__field {
    padding: 0px 10px;
    margin-top: 0px;
    height: 25px;
    font-size: 14px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #bfcbd9 1px !important;
}


.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    margin-top: 5px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #56a4ff !important;
    border: 1px solid #58a6ff !important;
    color: white !important;
    text-transform: capitalize !important;
    font-size: 12px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fc2d42 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #fc2d42  !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    color: #fc2d42 !important;
    font-size: 14px !important;
}

.select2-results__option[aria-selected] {
    text-transform: capitalize !important;
}

span.select2-selection.select2-selection--multiple::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
    background-color: #f7f7f7;
}

span.select2-selection.select2-selection--multiple::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
    height: 6px;
}

span.select2-selection.select2-selection--multiple::-webkit-scrollbar-thumb {
    background-color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    text-transform: capitalize;
}

.select2-container--default .select2-selection--single {
    height: 36px !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    margin-top: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 5px !important;
}

.side-menu li.dashboard_user {
    padding: 13px 10px 34px 51px !important;
}

.side-menu:hover li.dashboard_user {
    padding: 13px 10px 14px 51px !important;
}

#side-menu li.dashboard_user {
    padding: 13px 10px 11px 51px;
}

ul.tagit {
    height: 40px;
}

.btn-toolbar-tickets {
    margin: 0px 0px 0px -20px !important;
    padding-top: 0px !important;
    background: none !important;
    border: none !important;
    padding-left: 0px;
    padding-bottom: 5px;
}

.a-new-ticket {
    background-color: #5ca8ff !important;
    padding: 3px 10px !important;
    color: white !important;
    font-weight: 500 !important;
    margin-top: 9px !important;
    border-radius: 5px !important;
    font-size: 13px !important;
    margin-left: 10px !important;
}

.a-new-ticket:hover {
    background-color: #c7c7c7 !important;
    border-bottom: none !important;
    color: #444444 !important;
}

.badge-priority {
    font-size: 11px !important;
    padding: 4px 10px !important;
    line-height: 11px !important;
}

.very-high-priority {
    background-color: #f44336 !important;
    color: white;
    border: none !important;
}

.high-priority{
    background-color: #f44336 !important;
    color: white;
    border: none !important;
}

.medium-priority {
    background-color: #ff9800 !important;
    color: white;
    border: none !important;
}

.low-priority {
    background-color: #8bc34a !important;
    color: white;
    border: none !important;
}

.ajax-tickets {
    z-index: 999999;
    display: block;
    margin: 0px;
    padding: 0px;
    position: absolute;
    margin-top: -9px;
    margin-left: -20px;
    background: #f9f9f9;
    width: 100%;
    height: 100%;
    text-align: center;
}

.vertical-center {
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 47%;
}

.th-tables {
    color: black !important;
    font-weight: 500 !important;
    font-size: 13px !important;
    text-transform: uppercase !important;
    border: 1px solid #ffffff !important;
    background-color: #dcdcdc;
    z-index: 1;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    color: #ff1100 !important;
    font-size: 16px !important;
}

.l-subject-ticket {
    margin: 15px 0px 0px;
    font-size: 14px;
    text-transform: uppercase;
    color: #777777;
    font-weight: 500 !important;
}

body.hide-sidebar:not(.show-sidebar) #menu {
    margin-left: 0px;
}

@media (min-width: 701px) and (max-width: 1054px) {
    .navbar-nav>li>a {
        color: black !important;
    }

    body #header ul.navbar-nav>li>a {
        color: white !important;
    }


    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #000;
    }

    .small-logo img {
        width: 124px;
        height: 42px;
        margin-top: 0px;
    }

    #mobile-search #top_search input {
        width: auto;
        margin-left: auto;
        background: white;
        color: black;
    }
}

@media screen and (min-width: 0px) and (max-width: 700px) { 
    .container-fluid {
        width: 100%;
        overflow: auto;
    }

    .filter_table_tickets h3 {
        font-size: 20px;
    }

    .filter_table_tickets span {
        font-size: 11px;
    }

    .container-fluid .row .column {
        width: 135px;
    }

    .container-fluid .row .ticket-status {
        width: 160px;
    }

    .container-fluid  .row .column .mbot15 {
        margin-bottom: 0px !important;
    }
    .navbar-default .navbar-nav>li>a {
        color: black !important;
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #000;
    }

    .small-logo img {
        width: 124px;
        height: 42px;
        margin-top: 0px;
    }

    ul.mobile-icon-menu>li:last-child {
        border-left: 1px solid #ffffff;
    }

    ul.mobile-icon-menu>li {
        border-right: 1px solid #ffffff;
    }

    #mobile-search #top_search_button button {
        color: #5aa7ff!important;
    }


    #mobile-search #top_search input {
        width: auto;
        margin-left: auto;
        background: white;
        color: black;
    }
}
