﻿@font-face {
    font-family: 'ibmplexsans';
    src: url('../../fonts/ibmplexsans-regular.ttf') format('truetype');
}

@font-face {
    font-family: 'ibmplexsans-light';
    src: url('../../fonts/ibmplexsans-light.ttf') format('truetype');
}

body {
    font-family: ibmplexsans;
    color: #5f4e91;
}
.text-white{
    color:white;
}
.mt-1{
    margin-top:1rem;
}
.mt-2 {
    margin-top: 2rem;
}
.mt-3 {
    margin-top: 3rem;
}
.mt-4 {
    margin-top: 4rem;
}
.mt-5 {
    margin-top: 5rem;
}
.mb-1 {
    margin-bottom: 1rem;
}

.mb-2 {
    margin-bottom: 2rem;
}

.mb-3 {
    margin-bottom: 3rem;
}

.mb-4 {
    margin-bottom: 4rem;
}

.mb-5 {
    margin-bottom: 5rem;
}
.m-0{
    margin:0px!important;
}
.m-1 {
    margin: 1rem;
}
.m-2{
    margin:2rem;
}
.m-3 {
    margin: 3rem;
}
.m-4 {
    margin: 4rem;
}
.m-5 {
    margin: 5rem;
}
.p-0{
    padding:0px!important;
}
.p-1{
    padding:1rem;
}
.p-2 {
    padding: 2rem;
}
.p-3 {
    padding: 3rem;
}
.p-4 {
    padding: 4rem;
}
.p-5 {
    padding: 5rem;
}
.pt-1{
    padding-top:1rem;
}
.pt-2 {
    padding-top: 2rem;
}
.pt-3 {
    padding-top: 3rem;
}
.pt-4 {
    padding-top: 4rem;
}
.pt-5 {
    padding-top: 5rem;
}
.pb-1 {
    padding-bottom: 1rem;
}
.pb-2 {
    padding-bottom: 2rem;
}
.pb-3 {
    padding-bottom: 3rem;
}
.pb-4 {
    padding-bottom: 4rem;
}
.pb-5 {
    padding-bottom: 5rem;
}
.nav-pills > li.active > a {
    font-weight: 600;
    border: 1px solid #0090D8;
    background-color: #F0FAFF !important;
    color: #082F6E !important;
    border-radius: 5px;
}
.main-sidebar{
    position:fixed;
}
    .main-sidebar:-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px #1daaf0;
        background-color: #e3dcdc;
        border-radius: 10px;
    }

    .main-sidebar::-webkit-scrollbar {
        width: 10px;
        background-color: #e3dcdc;
        border-radius:10px;
    }

    .main-sidebar::-webkit-scrollbar-thumb {
        background-color: #1daaf0;
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    }
.select2-results__options:-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #1daaf0;
    background-color: #e3dcdc;
    border-radius: 10px;
}

.select2-results__options::-webkit-scrollbar {
    width: 10px;
    background-color: #e3dcdc;
    border-radius: 10px;
}

.select2-results__options::-webkit-scrollbar-thumb {
    background-color: #1daaf0;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
}


.nav-pills {
    background-color: white;
    border-bottom: 1px solid #d2d6de;
    border-radius: 5px;
}
.tab-content{
    height:100%;
}
.radius-20{
    border-radius:20px!important;
}
.radius-5{
    border-radius:5px!important;
}
.width-100{
    width:100px;
}
table th {
    background-color:#e5e9eb !important;
    color:black!important;
}
table tr.even {
    background-color:#f2f5f8 !important;
}
table tr:hover {
  /* background-color: #e8f7ff !important; */
}
table.dataTable thead .sorting_asc:after {
    content: "\f0de";
    color: black!important;
}
div.dataTables_wrapper div.dataTables_length select {
    width: 75px;
    display: inline-block;
    border-radius: 5px;
}
div.dataTables_wrapper div.dataTables_filter input {
    margin-left: 0.5em;
    display: inline-block;
    width: auto;
    border-radius: 5px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("../../Content/br_down.png") white no-repeat 98.5% !important;
    background: url("../../Content/br_down.png") white no-repeat calc(100% - 10px) !important;
}
    .select2-container--default .select2-selection--single .select2-selection__arrow b{
        display:none;
    }
    .select2-container--default .select2-selection--single .select2-selection__arrow{
        width:30px!important;
    }
    select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: url("../../Content/br_down.png") white no-repeat 98.5% !important;
        background: url("../../Content/br_down.png") white no-repeat calc(100% - 10px) !important;
    }
    select.input-sm {
        height: 30px;
        line-height: 22px;
    }
.modal-content{
    border-radius:5px;
}
.modal.in .modal-dialog {
    border-radius: 5px;
}
.modal-body {
    position: relative;
    padding: 15px 30px;
}
textarea{
    height:34px!important;
}
.btn-space{
    margin:5px 5px!important;
}
.plf{
    padding-left:3px!important;
}
.intl-tel-input {
    position: relative;
    display: inline-block;
    width: 100%;
}
.panel-default {
    border-color: white!important;
}
.mt-btn{
    margin-top:25px;
}
.msg-box {
    padding: 10px 20px;
}

    .text-bold{
        font-weight:bold;
    }
    .pr-0{
        padding-right:0px;
    }
table th input {
    border-radius: 5px!important;
    border: 1px solid white!important;
}
table.table-bordered.dataTable tbody th, table.table-bordered.dataTable tbody td{
    border:none!important;

}
table.table-bordered.dataTable tbody th, table.table-bordered.dataTable tbody th{
    border:none!important;
}
.custom-badge {
    margin: 0px 5px;
    background-color: #13306A!important;
}
.badge-link {
    color: white!important;
}
.pl-filter{
    padding-left:10px!important;
}
.box-title {
    margin: 0px;
    font-size: 20px;
    font-weight: 600;
}
input[type="radio"] {
    -ms-transform: scale(1.5); /* IE 9 */
    -webkit-transform: scale(1.5); /* Chrome, Safari, Opera */
    transform: scale(1.5);
    margin-right: 5px;
    margin-left: 5px;
    accent-color: #13306A;
}
input[type=checkbox] {
    /* Double-sized Checkboxes */
    -ms-transform: scale(1.5); /* IE */
    -moz-transform: scale(1.5); /* FF */
    -webkit-transform: scale(1.5); /* Safari and Chrome */
    -o-transform: scale(1.5); /* Opera */
    transform: scale(1.5);
    margin: 0px 2px;
    accent-color: #13306A;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 5px 15px!important;
}
.nav-tabs {
    border-bottom:none!important;
}


body:-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #1daaf0;
    background-color: #e3dcdc;
    border-radius: 10px;
}

body::-webkit-scrollbar {
    width: 10px;
    background-color: #e3dcdc;
    border-radius:10px;

}

body::-webkit-scrollbar-thumb {
    background-color: #1daaf0;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
}

.table-responsive:-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #1daaf0;
    background-color: #e3dcdc;
    border-radius: 10px;
}

.table-responsive::-webkit-scrollbar {
    width: 10px;
    height:10px;
    background-color: #e3dcdc;
    border-radius:10px;
}

.table-responsive::-webkit-scrollbar-thumb {
    background-color: #1daaf0;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
}

table:-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #1daaf0;
    background-color: #e3dcdc;
    border-radius: 10px;
}

table::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background-color: #e3dcdc;
    border-radius: 10px;
}

table::-webkit-scrollbar-thumb {
    background-color: #1daaf0;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
}

.pre-scrollable:-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #1daaf0;
    background-color: #e3dcdc;
    border-radius: 10px;
}

.pre-scrollable::-webkit-scrollbar {
    width: 10px;
    height: 12px;
    background-color: #e3dcdc;
    border-radius: 10px;
}

.pre-scrollable::-webkit-scrollbar-thumb {
    background-color: #1daaf0;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
}
.btn {
    padding: 4px 10px !important;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-radius: 20px!important;
    margin: 0px 5px;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-radius: 20px !important;
    margin: 0px 5px;
}
.pagination > li > a {
    background: #fafafa;
    color: #666;
    border-radius: 20px!important;
    margin:0px 5px;
}
.pagination > li > a, .pagination > li > span{
    padding:4px 10px!important;
}
.pl-0{
    padding-left:0px!important;
}
.dropdown-menu > li > a {
    display: block;
    padding: 5px 10px!important;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
@media only screen and (max-width: 767px) {
    .btn{
        width:100%!important;
    }
}
.multiselect {
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%!important;
    background-color: white!important;
    border-radius: 5px;
    border: 1px solid #d2d6de!important;
    height: 34px!important;
    text-align: left;
    padding-left: 18px;
}
.multiselect-container .multiselect-option, .multiselect-container .multiselect-group, .multiselect-container .multiselect-all {
    background-color: lightgrey;
    color: black;
    background-color: white !important;
    margin: 2px 2px;
    border: 1px solid lightgrey !important;
    border-radius: 5px !important;
    width:100%!important;
    text-align:left;
}
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    position: absolute;
    margin-top: 4px\9;
    margin-left: -20px;
    margin-top: 4px;
}
.badge-red {
    background-color: red !important;
    margin-top: -5px;
    margin-left: -5px;
}
.custom-fa {
    margin-left: -7px;
    font-size: 17px;
}
.pb-0{
    padding-bottom:0px!important;
}
.px-0{
    padding-left:0px;
    padding-right:0px;
}
.px-1 {
    padding-left: 10px;
    padding-right: 10px;
}
.px-2 {
    padding-left: 20px;
    padding-right: 20px;
}
.px-3 {
    padding-left: 30px;
    padding-right: 30px;
}
.px-4 {
    padding-left: 40px;
    padding-right: 40px;
}
.px-5 {
    padding-left: 50px;
    padding-right: 50px;
}
.table-responsive {
    min-height: .01%;
    overflow-x: auto;
    padding: 0px 5px;
}
.form-horizontal .checkbox, .form-horizontal .radio {
    min-height: 27px;
    margin-left: -7px;
}
table td,th{
    padding: 0;
    /*width: 100%;*/
    /*max-width: 100%;*/
    white-space: nowrap;
    /*min-width:100%;*/
}
.customCheckBox{
    display:flex;
}
.customCheckBox input[type="checkbox"]{
   margin-right:10px;
}
    .customCheckBox label {
        margin-top: 7px;
        margin-left: 3px;
    }

.customRadiokBox {
    display: flex;
}

    .customRadiokBox input[type="radio"] {
        margin-right: 10px;
    }

    .customRadiokBox label {
        margin-top: 1px;
        margin-left: 5px;
        margin-right: 5px;
    }
.mainStatusSelect{
width:100%;
display:flex;
}
.mainStatusBar {
    width:88%;
}
.mainSelectStatus{
    width:12%;
}
.btn-login {
    background-color: #dd4b39 !important
}
.source-wise-project{
    height:295px;
}
.custom-file-input::-webkit-file-upload-button {
    visibility: hidden;
}

input[type="file"] {
    border: 2px dotted #d9e0ec;
    border-radius: 5px;
    width: 100%;
}
.custom-file-input::before {
    content: "\f0ee";
    display: inline-block;
    border-radius: 5px;
    padding: 5px 15px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    font-weight: bold;
    font-family: 'FontAwesome';
    font-size:17px;
}

.custom-file-input:hover::before {
    border-color: black;
}

.custom-file-input:active::before {
    background: -webkit-linear-gradient(top, #d2d6de, #d2d6de);
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    border-radius: 5px;
}
.demo-example {
    /*margin-bottom: 2em;*/
}
.multi-select-menu {
    width: auto;
    max-height: 300px;
    overflow-x: auto;
}
    .multi-select-menu:-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px #1daaf0;
        background-color: #e3dcdc;
        border-radius: 10px;
    }

    .multi-select-menu::-webkit-scrollbar {
        width: 10px;
        background-color: #e3dcdc;
        border-radius: 10px;
    }

    .multi-select-menu::-webkit-scrollbar-thumb {
        background-color: #1daaf0;
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    }
div.dt-button-collection{
    height:300px;
    overflow:auto!important;
}
    div.dt-button-collection:-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px #1daaf0;
        background-color: #e3dcdc;
        border-radius: 10px;
    }

    div.dt-button-collection::-webkit-scrollbar {
        width: 10px;
        background-color: #e3dcdc;
        border-radius: 10px;
    }

    div.dt-button-collection::-webkit-scrollbar-thumb {
        background-color: #1daaf0;
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    }
div.dt-button-background{
position:relative!important;
}
.buttons-colvis {
    padding: 5px 10px !important;
    border-radius: 5px!important;
}
button.dt-button.active {
    background-color: #6e5199 !important;
    background: #6e5199 !important;
    color: white !important;
}
.paginate_button {
    background-color: #fafafa;
    color: #666;
    border-radius: 20px !important;
    /*margin: 0px 5px;*/
}
.table-scroll{
    height:400px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: white !important;
    background-color: rgba(230, 230, 230, 0.1);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(230, 230, 230, 0.1)), color-stop(100%, rgba(0, 0, 0, 0.1)));
    background: -webkit-linear-gradient(top, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -moz-linear-gradient(top, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -ms-linear-gradient(top, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -o-linear-gradient(top, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
    /* background: linear-gradient(to bottom, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%); */
    background-color: #337ab7 !important;
    border-color: #337ab7 !important;
}
div.dataTables_paginate{
    margin-bottom:10px;
} 
.dataTables_wrapper .dataTables_paginate .paginate_button{
    /*padding:4px 10px!important;*/
}
    .dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
        color: #777;
        cursor: not-allowed;
        background-color: #fff;
        border-color: #ddd!important;
        cursor: default;
        color: #666 !important;
       /* border: 1px solid transparent;*/
        background: transparent;
        box-shadow: none;
       /* margin:0px 5px;*/
    }
.dataTables_wrapper .dataTables_paginate .paginate_button {
    border-color: #ddd !important;
}
.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    color: white !important;
    border: 1px solid #111;
    background-color: #6e5199;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));
    background: -webkit-linear-gradient(top, #585858 0%, #111 100%);
    background: -moz-linear-gradient(top, #585858 0%, #111 100%);
    background: -ms-linear-gradient(top, #585858 0%, #111 100%);
    background: -o-linear-gradient(top, #585858 0%, #111 100%);
    background: linear-gradient(to bottom, #585858 0%, #111 100%);
}

.skin-purple-light .main-header .navbar {
    background-color: #ffffff;
    border: 1px solid #d8d8d8;
}
.btn-primary {
    background: #6E5199;
    border-color: #6E5199;
    box-shadow: 0px 1px 2px #6E5199;
}

    .nav-tabs-custom > .nav-tabs > li > a, .nav-tabs-custom > .nav-tabs > li > a {
        background-color: #6E5199;
        box-shadow: 0px 1px 2px #6E5199 !important;
    }
.nav-tabs-custom > .nav-tabs > li.active > a {
    background-color: #8266ae;
    box-shadow: 0px 1px 2px #8266ae !important;
}

.nav-tabs-custom > .nav-tabs > li.active > a, .nav-tabs-custom > .nav-tabs > li.active:hover > a {
    background-color: #8266ae;
    box-shadow: 0px 1px 2px #8266ae !important;
}
.nav-tabs-custom > .nav-tabs > li > a, .nav-tabs-custom > .nav-tabs > li > a:hover {
    background-color: #9784b6;
}

.skin-purple-light .treeview-menu > li.active > a, .skin-purple-light .treeview-menu > li > a:hover {
    color: #6e5199;
    background: #D5C9E9;
    /* opacity: 5.7; */
    border-radius: 6px;
    /* padding-left: 10px; */
    margin: 5px;
}
.skin-purple-light .sidebar-menu > li:hover > a, .skin-purple-light .sidebar-menu > li.active > a 
{
    color: #6e5199;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover,
.pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #6e5199;
    border-color: #6e5199;
}

.table-responsive::-webkit-scrollbar-thumb {
    background-color: #6e5199;
}
input[type=checkbox] {
    accent-color: #6e5199;
}

a {
    color: #6e5199;
}


.btn-primary:hover, .btn-primary:active, .btn-primary.hover {
    background-color: #6e5199;
    border-color: #6e5199;
}

.user-panel > .image > img {
 /*   background: #9784b6;
    border-radius: 23px;
    padding: 4px;*/
}
.nav-tabs-custom > .nav-tabs > li > a:hover{
    color:#fff;
}
.table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th{
    text-align:right;
}