/* -------------------------------------
************** helper CSS **************
--------------------------------------*/
html,
body {
    height: 100%;
    width: 100%
}

body {
    font-family: 'Nunito', 'Roboto', Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #808080;
    font-weight: 400;
    background: #f0f5f5;
    display: flex;
    flex-direction: column;
    background: #f0f5f5 url(../images/main_bg.png) top left no-repeat;
    background-size: cover;
    margin: 0;
    padding: 0;
}

html {
    overflow-x: hidden;
}

p {
    margin-bottom: 10px;
}

a {
    color: #04467b;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
    color: #3c9cfd;
}

a:not([href]):not([tabindex]) {
    color: #04467b;
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: #04467b;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
}

textarea.form-control {
    height: auto !important;
    -webkit-appearance: none;
}

label {
    display: inline-block;
    margin-bottom: 0.3rem;
    color: #808080;
    font-weight: 600;
    letter-spacing: normal;
}

label sup {
    font-size: 15px;
    top: -.1em;
    color: #ed1c24;
}

.text-11 {
    font-size: 11px !important;
}

.pagination-bar {
    position: relative;
}

.pagination-bar .custom-select {
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 0.375rem 1.75rem 0.375rem 0.25rem;
    width: auto;
}

.paddingTop-85 {
    padding-top: 85px !important;
}

.paddingTop-115 {
    padding-top: 115px !important;
}


.form-group {
    margin-bottom: 0.7rem;
}

.form-control {
    font-size: 13px;
    color: #000;
    height: 100%;
    border-radius: 5px;
    box-shadow: none;
    background-color: #e5eef5;
    border: 1px solid #ced4da;
    transition-duration: .5s;
    box-sizing: border-box;
}

.form-control:focus {
    color: #000;
    border-color: #01579b;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .0), 0 0 8px rgba(102, 175, 233, .0);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .0), 0 0 8px rgba(102, 175, 233, .0);
}

.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 1.25rem !important;
    line-height: 1.5;
}

.line-through {
    text-decoration: line-through !important;
}

.custom-select {
    background-color: #e5eef5;
    border: 1px solid #ced4da;
    transition-duration: .5s;
}

.custom-select:focus {
    border-color: #01579b;
    background-color: #fff;
}

.custom-select option {
    transition-duration: .5s;
}

.seacrh-icon {
    background: url(../images/icons/search.png) no-repeat top left;
    width: 17px;
    height: 18px;
    margin-right: 5px;
    position: absolute;
    left: 10px;
    top: 13px;
}

.seacrh-field {
    font-size: 16px !important;
    border-radius: 7px;
    background-color: #fff;
    transition-duration: .5s;
    box-sizing: border-box;
    padding: 8px 15px 8px 30px !important;
}

/*.custom-control-label::before{top:0.07rem;}
.custom-control-label::after{top: 0.03rem;}
*/
p {
    margin: 0 0 10px 0;
}

.bg-primary {
    background-color: #04467b !important;
}

.bg-light {
    background-color: #e4e9ed !important;
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
    background-color: #d2d7db !important;
}

.btn-light {
    color: #212529;
    background-color: #e4e9ed;
    border-color: #e4e9ed;
}

.btn-light:hover {
    color: #212529;
    background-color: #d2d7db;
    border-color: #d2d7db;
}

.btn-light:focus,
.btn-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-light.disabled,
.btn-light:disabled {
    color: #212529;
    background-color: #e4e9ed;
    border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show>.btn-light.dropdown-toggle {
    color: #212529;
    background-color: #e4e9ed;
    border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}


.box-shadow {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.07);
}

.box-shadow:hover {
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}

.right-shadow {
    -webkit-box-shadow: 5px 0px 5px 0px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 5px 0px 5px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 5px 0px 5px 0px rgba(0, 0, 0, 0.06);
}

.line-height-14 {
    line-height: 14px !important;
}

.line-height-24 {
    line-height: 24px;
}

.line-height-26 {
    line-height: 26px;
}

.line-height-28 {
    line-height: 28px;
}

/*text-size*/
.text-9 {
    font-size: 9px !important;
}

.text-10 {
    font-size: 10px !important;
}

.text-11 {
    font-size: 11px !important;
}

.text-12 {
    font-size: 12px !important;
}

.text-13 {
    font-size: 13px !important;
}

.text-14 {
    font-size: 14px !important;
}

.text-16 {
    font-size: 16px !important;
}

.text-18 {
    font-size: 18px !important;
}

.text-18 {
    font-size: 18px !important;
}

.text-20 {
    font-size: 20px !important;
}

/*text-size-end*/
.icon-box {
    font-size: 18px !important;
}

.icon-box a {
    padding: 2px;
}

.circle {
    border-radius: 50%;
}

.or-circle {
    border-radius: 50%;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    border: 2px solid #e0dfdf;
    display: inline-block;
    padding: 15px;
}

.mt-8 {
    margin-top: 6rem;
}

/*text-color*/
.text-blue {
    color: #01579b !important;
}

.text-grey {
    color: #808080 !important;
}

.text-black {
    color: #000 !important;
}

.text-red {
    color: #ce0000 !important;
}

.text-orange {
    color: #ff9300 !important;
}

.text-yellow {
    color: #ffd300 !important;
}

.text-green {
    color: #228b22 !important;
}

/*text-color*/

/*radius*/
.radius-5 {
    border-radius: 5px !important;
}

.radius-15 {
    border-radius: 15px !important;
}

/*radius-end*/
.lable {
    padding: 3px 7px;
    border-radius: 3px;
}

/*text-color*/

/*btn_css*/
.btn_box {
    margin: 15px 0;
    padding: 15px 0 0 0;
    position: relative;
    width: 100%;
}

.btn {
    border-radius: 0.65rem;
    font-weight: 600;
    border-radius: 0.30rem !important;
}

.btn-primary {
    color: #fff;
    background-color: #01579b;
    border-color: #01579b;
}

.btn-primary:hover {
    color: #fff;
    background-color: #04467b;
    border-color: #04467b;
}

.btn-primary:focus,
.btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
    color: #fff;
}

/*.btn-outline-primary{
	color: #fff;
    background-color: #04467b;
    border-color: #04467b;
}

.btn-outline-primary:hover{
	color: #fff;
    background-color: #04467b;
    border-color: #04467b;
}*/
.btn-outline-dark {
    color: #004c7a;
    border-color: #004c7a;
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #004c7a;
    border-color: #004c7a;
}

.btn-sm,
.btn-group-sm>.btn {
    padding: 0.25rem 0.7rem;
    font-size: 12px;
}

/*btn_css*/


.right-shadow {
    -webkit-box-shadow: 5px 0px 5px 0px rgba(0, 0, 0, 0.03);
    -moz-box-shadow: 5px 0px 5px 0px rgba(0, 0, 0, 0.03);
    box-shadow: 5px 0px 5px 0px rgba(0, 0, 0, 0.03);
}

.filter-box {
    border-collapse: collapse;
    border-spacing: 0;
    display: table;
    table-layout: fixed;
    width: 100%;
}

.filter-box aside {
    display: table-cell;
    float: none;
    height: 100%;
    padding: 0;
    vertical-align: top;
}

.filter-box .sm-side {
    /*background: none repeat scroll 0 0 #e5e8ef;
    border-radius: 4px 0 0 4px;*/
    width: 35%;
}

.filter-box .lg-side {
    /* background: none repeat scroll 0 0 #fff;*/
    border-radius: 0;
    width: 75%;
}

/*ScrollBar*/
.mCSB_inside>.mCSB_container {
    margin-right: 10px;
    overflow: visible;
}

.mCSB_scrollTools {
    width: 5px;
}

.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.98);
}

.mCSB_scrollTools .mCSB_draggerRail {
    width: 6px;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 5px
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(1, 87, 155, 0.98);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: rgba(1, 87, 155, 0.95);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: rgba(1, 87, 155, 0.95);
}

/*ScrollBar*/

.uplode_file {
    border: 1px solid #ededed;
    padding: 9px;
    border-radius: 0.25rem;
    background-color: #FFF;
}

/*topband*/
.top-panel {
    width: 100%;
    height: 69px;
    background-color: transparent;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 20;
}

.top-panel .navbar-header {
    background: #f0f5f5;
    position: absolute;
    top: 0px;
    border-radius: 0 15px 15px 0;
    padding-right: 10px;
}

.navbar-header {
    background-image: linear-gradient(to top, #1b8ce2, #3499e9, #48a6f0, #5ab2f7, #6cbffd);
}

.navbar {
    background: #01579b;
    /* background-image: linear-gradient(to top, #cd0008, #d7050d, #e10a12, #eb0f17, #f5131c);*/
    padding: 5px 16px;
    border-radius: 0;
    border: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.navbar .nav-item {
    padding: 0 0.9rem !important;
}

/*custNavbar*/
.custNavbar li a.nav-link {
    color: #fff !important;
    font-weight: 600;
    font-size: 15px;
    text-transform: capitalize;
    padding-left: 0rem !important;
    padding-right: 0rem !important;
    position: relative;
}

.custNavbar li:after {
    content: '';
    display: block;
    width: 0;
    height: 3px;
    background: #fff;
    transition: width .3s;
    border-radius: 20px;
}

.custNavbar li:hover:after {
    width: 100%;
}

.custNavbar li.show:after {
    width: 100%;
    height: 3px;
    background: #fff;
    border-radius: 20px;
}

.custNavbar li.active:after {
    width: 100%;
    height: 3px;
    background: #fff;
    border-radius: 20px;
}

.custNavbar li a.dropdown-toggle {
    padding-right: 1.5rem !important;
}

.custNavbar li a.dropdown-toggle::after {
    content: "\f107";
    font-family: FontAwesome;
    font-weight: 700;
    border: 0;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -17px;
    vertical-align: middle;
    font-size: 25px;
    display: inline-block;
}

.dropdown-toggle::after {
    display: none;
}

.dropdown-menu {
    border-radius: 0;
    padding: 0;
    margin-top: 0px;
}

/*.dropdown-menu.show{ top:15px !important;}*/
.dropdown-item {
    padding: 0.5rem 0.7rem;
    border-bottom: 1px solid #efefef;
    font-size: 14px;
}

.custDropdown .dropdown-toggle {
    padding-right: 0rem !important;
}

.custDropdown .dropdown-toggle::after {
    display: none;
}

.custDropdown .dropdown-item {
    line-height: normal;
}

.dropdown_arrow {
    position: relative;
}

.dropdown_arrow:after,
.dropdown_arrow:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.dropdown_arrow:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
    border-width: 12px;
    margin-left: -12px;
}

.dropdown_arrow:before {
    border-color: rgba(240, 244, 246, 0);
    border-bottom-color: #d9d9d9;
    border-width: 13px;
    margin-left: -13px;
}

.dropdown-menu-right .dropdown_arrow:after,
.dropdown-menu-right .dropdown_arrow:before {
    Left: auto !important;
    right: 10%;
}

.dropdown-menu-left .dropdown_arrow:after,
.dropdown-menu-left .dropdown_arrow:before {
    Left: 10% !important;
}

.font-weight-semiBold {
    font-weight: 600 !important;
}

/*custNavbar*/
.logo {
    width: 130px;
    /*height: 69px;*/
    display: inline-block;
    background-position: 0 0;
    padding: 10px 10px 7px 10px;
}

.user-menu {
    position: relative;
    margin: 0;
    padding: 0;
}

.user-menu .nav-item {
    padding: 0rem !important;
}

.user-menu .nav-link {
    position: relative;
    padding: 0.5rem 0.5rem;
    color: #fff;
}

.user-menu .nav-link .user {
    background-color: #666666;
    color: #e6e6e6;
}



/*topband*/


/*my_tab*/
.my_tab {
    margin: 0;
    padding: 0;
    position: relative;
}

.my_tab .nav-tabs .nav-link {
    padding: 0.7rem 1.5rem;
    font-weight: 600;
    font-size: 16px;
    color: #404040;
    border: 1px solid #dee2e6;
    border-top-left-radius: 0px;
    border-top-right-radius: 0.77rem;
    background-color: #fff;
    -webkit-box-shadow: 13px -5px 18px -14px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 13px -5px 18px -14px rgba(0, 0, 0, 0.45);
    box-shadow: 13px -5px 18px -14px rgba(0, 0, 0, 0.45);
}

.my_tab .nav-tabs .nav-link.active,
.my_tab .nav-tabs .nav-item.show .nav-link {
    color: #004c7a;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff !important;
}

.my_tab .nav-tabs li:first-child {
    z-index: 10;
}

.my_tab .nav-tabs li:nth-child(2) {
    z-index: 9;
    margin-left: -20px;
}

.my_tab .nav-tabs li:nth-child(3) {
    z-index: 8;
    margin-left: -20px;
}

.my_tab .nav-tabs li:nth-child(4) {
    z-index: 7;
    margin-left: -20px;
}

.my_tab .nav-tabs li:nth-child(2) .nav-link {
    padding-left: 40px;
}

.my_tab .nav-tabs li:nth-child(3) .nav-link {
    padding-left: 40px;
}

.my_tab .nav-tabs li:nth-child(4) .nav-link {
    padding-left: 40px;
}

.my_tab .tab-content {
    background-color: #FFF;
    border: 1px solid #dee2e6;
    border-top: none;
}

/*my_tab_End*/



/*LeadListing*/

.redorder {
    background-color: #ce0000;
}

.orangeorder {
    background-color: #ff9300;
}

.blueorder {
    background-color: #1e58f7;
}

.greenorder {
    background-color: #228b22;
}

.yelloworder {
    background-color: #ffd300;
}

.grayorder {
    background-color: #dae0e5;
}

.text-redorder {
    color: #ce0000 !important;
}

.text-orangeorder {
    color: #ff9300 !important;
}

.text-blueorder {
    color: #1e58f7 !important;
}

.text-greenorder {
    color: #228b22 !important;
}

.text-yelloworder {
    color: #ffd300 !important;
}

.text-grayorder {
    color: #dae0e5 !important;
}


.serach_outer {
    padding: 15px 0 5px 0;
    margin: 0 0 20px 0;
    background: #f0f5f5;
    -webkit-box-shadow: 0px 10px 20px -18px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 10px 20px -18px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 10px 20px -16px rgba(0, 0, 0, 0.75);
	border-radius: 10px;
	border: 1px solid #dee2e6 !important;
}

.serach_outer .form-control {
    font-size: 13px;
    color: #000;
    height: 100%;
    border-radius: 5px;
    box-shadow: none;
    background-color: #fff;
    border: 1px solid #dae0e5;
    transition-duration: .5s;
    box-sizing: border-box;
}

.serach_outer .form-control:focus {
    color: #000;
    border-color: #01579b;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .0), 0 0 8px rgba(102, 175, 233, .0);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .0), 0 0 8px rgba(102, 175, 233, .0);
}

.serach_outer .custom-select {
    background-color: #fff;
    border: 1px solid #dae0e5;
    transition-duration: .5s;
}

.serach_outer .custom-select:focus {
    border-color: #01579b;
    background-color: #fff;
    box-shadow: none;
}

.LeadListingOuter {
    background-color: #fff;
    border-radius: 7px;
    padding: 7px 8px 7px 10px;
    font-size: 12px;
    line-height: normal;
    position: relative;
    color: #404040;
    /*cursor: pointer;*/
}

.LeadListingOuter.active {
    background-color: #cce5ff !important;
    color: #333 !important;
    cursor: no-drop;

}

.LeadListingOuter span {
    display: block;
}

.LeadListingOuter h5 {
    font-weight: 600;
    margin-bottom: 0;
    font-size: 14px;
}

.leftBorder {
    width: 8px;
    border-radius: 7px 0 0 7px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}

.custom-control-label::before {
    border: 2px solid #01579b !important;
}

.custom-switch .custom-control-label::after {
    background-color: #f50057;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #01579b;
    background-color: #01579b;
}

.male-user {
    background: url(../images/icons/male.png) no-repeat top left;
    width: 20px;
    height: 29px;
    margin-right: 5px;
}

.female-user {
    background: url(../images/icons/female.png) no-repeat top left;
    width: 20px;
    height: 29px;
    margin-right: 5px;
}

.visibility_hidden {
    visibility: hidden !important;
}

.text_ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mb-0_text_ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 96%;
    margin-bottom: 0 !important;
}


.close-btn {
    position: absolute;
    right: 0px;
    top: 15px;
    font-size: 20px;
    font-weight: 300;
}


/*LeadListing*/

/*modal*/

/*.modal-content{ border-radius:0px;}*/
.modal-backdrop.show {
    filter: alpha(opacity=100);
    opacity: .6 !important;
}

.modal-xl {
    max-width: 1140px;
}

/*modal*/



/*main_part_outer*/
.wrapper {
    padding: 50px 0 40px 0;
    width: 100%;
}

.main_part_outer {
    margin: 0px 0 0px 0;
    padding: 0;
    position: relative;
    /* min-height:530px;*/
    width: 100%;
}

.main_tittle {
    margin: 0 0 20px 0;
    padding: 35px 0 0 0;
    font-size: 26px;
    font-weight: 700;
    color: #004d7b;
    text-transform: capitalize;
    display: inline-block;
}

.main_tittle span {
    color: #1f9e8f;
}

.main_box {
    padding: 20px 30px;
    margin: 0 0 20px 0;
    border: 1px solid #e9ecef;
}

.min-h450 {
    min-height: 450px;
}

.min-h380 {
    min-height: 380px;
}

.min-h120 {
    min-height: 120px;
}

.min-h270 {
    min-height: 270px;
}

#Date {
    font-size: 11px;
    padding: 2px 8px;
    margin: -5px 0 0 5px;
    background-color: #f2b353;
    color: #fff;
    border: 1px solid #f2b353;
    border-radius: 30px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

/*main_part_outer*/

select {
    /*-webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("../images/drop-arrow.png") !important;*/
    background-color: #fff;
    background-position: 100% center;
    background-repeat: no-repeat;
    border: 1px solid #ededed;
    color: #666;
    font-size: 13px !important;
    outline: 0;
    text-align: left;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 5px;
}

select option {
    padding: 6px;
}


.text-small {
    font-size: 12px !important;
}

.delete {
    text-decoration: underline;
}


/*
    Component: Small boxes
*/
.small-box {
    position: relative;
    display: block;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    padding: 30px 20px;
    background: #f5f7f7;
    border: 1px solid #f5f7f7;
}

.small-box.box-shadow:hover {
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}

.small-box h1 {
    font-size: 43px;
    font-weight: 600;
    color: #3e7799;
    line-height: 43px;
}

.small-box h3 {
    font-size: 21px;
    font-weight: 300;
    color: #8b8b8b;
    text-transform: capitalize;
    margin: 0;
    white-space: nowrap;
    padding: 0;
    /*line-height:80px;*/
    font-family: 'Nunito', 'Roboto', Arial, sans-serif;
}

.small-box .text-small {
    color: #7b7c7c;
    font-size: 13px !important;
    margin-top: 5px;
    font-weight: 300;
}

.small-box h3,
.small-box p {
    z-index: 5px;
}

.small-box .icon {
    position: relative;
    z-index: 0;
    width: 85px;
    background-color: #f2d8d0;
    text-align: center;
    border-radius: 90%;
    height: 85px;
    color: rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    padding: 10px 0;
}

.small-box:hover {
    text-decoration: none;
    color: #666;
}

.small-box .icon .main-icon {
    fill: #6b605c;
}

/*Table CSS Start*/
/*.table thead th {
    vertical-align: bottom;
    border-bottom: 0;
    font-size: 14px;
    color: #9b9b9b;
    font-weight: normal;
	padding:5px;
}*/
.table_div {
    border: 1px solid #ccc;
}

.table-bordered th,
.table-bordered td {
    border-color: #efefef;
}

.table th,
.table td {
    padding: 9px;
    font-family: 'Nunito', 'Roboto', Arial, sans-serif;
}

.table thead th {
    background-color: #ebf1f2;
    color: #808080;
    text-transform: capitalize;
    font-size: 12px;
    border-bottom: 0 !important;
    font-weight: 700;
    padding: 8px 9px;
    letter-spacing: 0px;
    line-height: 13px;
    vertical-align: middle !important;
}

.table td {
    vertical-align: middle;
    font-weight: 400;
    font-size: 14px;
    color: #6a6969;
    line-height: 20px;
    padding: 10px 10px;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #fff;
}

.table-striped tbody tr:nth-of-type(even) {
    background-color: #f9f9f9;
}

/*Table CSS End*/

/*Data_table*/
/*.dataTables_wrapper select{ width:auto!important; height:36px !important;}*/
/*Data_table*/

/*pagination*/
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0 0 0;
    border-radius: 4px;
}

.pagination>li {
    border: 1px solid #e1e1e1;
    display: inline-block;
    margin-right: 5px;
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px 3px 12px;
    line-height: 20px;
    text-decoration: none;
    color: #666;
    background-color: #ffffff;
    border: 0;
    margin-left: 0px;
}



.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    z-index: 2;
    color: #fff;
    background-color: #038be1;
    border-color: #038be1;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    z-index: 3;
    color: #cdcdcd;
    background-color: #fcfcfc;
    border-color: #f0f0f0;
    cursor: default;
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
    color: #cdcdcd;
    background-color: #fcfcfc;
    border-color: #f0f0f0;
    ;
    cursor: not-allowed;
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}

.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

/*pagination*/

/*custom-checkbox*/
.custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 0px #fff, 0 0 0 0rem rgba(0, 123, 255, 0.25);
}

.custom-control-label {
    cursor: pointer;
}

.custom-control-label::before {
    background-color: #fff;
    border: 1px solid #01579b !important;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #01579b;
    border: 1px solid #01579b !important;
}

.custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: #01579b;
    border: 1px solid #01579b !important;
}

/*custom-checkbox*/

.tags {
    font-size: 12px;
    border: 1px solid #7da1b2;
    background: #f6fcff;
    padding: 2px 10px;
    color: #000;
    display: inline-block;
    border-radius: 50px;
    position: relative;
    font-weight: 500;
    padding-right: 30px;
    margin-right: 23px;
    margin-bottom: 10px;
}

.tags input {
    color: #000;
    font-size: 12px;
    font-weight: 500;
}

.tagInput {
    border: none;
    background: none;
}

.tags .closeBtn {
    position: absolute;
    right: 9px;
    top: 50%;
    margin-top: -11px;
    color: #7da1b2;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    outline: none;
}

.tags .closeBtn i {
    font-size: 10px
}

.tags .ortags {
    position: absolute;
    right: -20px;
    top: 2px;
}

.main_h {
    position: absolute;
    left: 15px;
    top: -13px;
    font-size: 16px;
    padding: 5px 10px;
    border-radius: 4px;
}

/*content_box*/
.content_box {
    position: relative;
    border-radius: 0px;
    background-color: #f5f7f7;
    border: 1px solid #f5f7f7;
    width: 100%;
    margin-bottom: 30px;
    /*min-height:50px;*/
    letter-spacing: -0.5px;
    padding: 0px;
}

.content_box .box-header {
    display: block;
    line-height: 30px;
    position: relative;
    border-bottom: 1px solid #f0f5f5;
    padding: 15px;

}

.content_box .box-header .box-title {
    display: inline-block;
    margin: 0;
    letter-spacing: -0.5px;
    font-size: 28px;
    font-weight: 600;
    color: #6a6969;
}

.content_box .table th {
    border-top: none;
}

.content_box .box-body {
    padding: 15px;
    background-color: #f0f5f5;
}

.content_box .box-footer {
    border-top: 1px solid #ddd;
    padding: 10px;
    background-color: #ffffff;
    border-radius: 0px;
}

/*content_box_End*/

/*footer CSS*/
.footer {
    padding: 10px 0;
    margin: 0;
    position: relative;
    font-size: 12px;
    background: #fff;
    border-top: 1px solid #e9e9e9;
    transition: all 0.3s;
}

/*footer CSS*/
/*shorting_link*/
.shorting_link {
    margin: 0 2px;
    padding: 5px 5px;
    background-color: #FFF;
    border: 1px solid #d9d9d9;
    font-size: 11px;
    color: #555555;
}

.shorting_link i {
    margin: 0 3px 0 0;
    color: #0fb93b;
    font-size: 100%;
}

.shorting_link a:hover {
    color: #0fb93b;
    text-decoration: none;
}

/*shorting_link*/
.small_black_btn {
    border: 2px solid #038be1;
    color: #fff;
    background-color: #038be1;
    font-size: 12px;
    font-weight: 500;
    border-radius: 5px;
    padding: 7px 10px;
    margin: 0 3px;
}

.small_black_btn:hover,
.small_black_btn:focus {
    border: 2px solid #000;
    color: #fff;
    background-color: #000;
}

/*start_submission*/

.start_submission {
    margin: 0;
    padding: 70px 30px;
    position: relative;
    background: url(../images/book_icon.png) no-repeat center center;
    min-height: 400px;
    text-align: center;
}

.start_submission label {
    font-size: 50px;
    font-weight: 700;
    margin: 0 0 15px 0;
}

.start_submission label sup {
    font-size: 50px;
    top: -.3em;
    color: #ed1c24;
}

.start_submission select {
    border: 2px solid #e9e9e9;
    padding: 0px 30px 0px 15px !important;
}

.step-bar {
    margin: 20px auto;
    padding: 0;
    counter-reset: step;
    width: 80%;
}

.step-bar li {
    list-style-type: none;
    width: 20%;
    float: left;
    font-size: 11px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    color: #7d7d7d;
}

.step-bar li span {
    display: block;
}

.step-bar li:before {
    width: 34px;
    height: 34px;
    content: counter(step);
    counter-increment: step;
    line-height: 32px;
    border: 2px solid #d7d7d7;
    display: block;
    text-align: center;
    margin: 0 auto 10px auto;
    border-radius: 0%;
    background-color: white;
}

.step-bar li:after {
    width: 100%;
    height: 2px;
    content: '';
    position: absolute;
    background-color: #d7d7d7;
    top: 15px;
    left: -50%;
    z-index: -1;
}

.step-bar li:first-child:after {
    content: none;
}

.step-bar li.active {
    color: #01b33d;
}

.step-bar li.active:before {
    border-color: #01b33d;
    background-color: #01b33d;
    color: #fff;
}

.step-bar li.active+li:after {
    background-color: #01b33d;
}

.common_form {
    margin: 0;
    position: relative;
    padding: 0;
}

.common_form .form-group label {
    width: 100%;
}

.required-text {
    font-size: 11px;
    font-weight: 400;
    color: #ed1c24;
}

.gray_background {
    background: #ededed;
}

.light-gray-bg {
    background: #f8f9fa !important;
}


.sub_tittle {
    margin: 0 0 15px 0;
    padding: 0;
    font-size: 20px;
    color: #4d4d4d;
    font-weight: 600;
    text-transform: capitalize;
    /*border-bottom: 1px solid #ddd;*/
}

.sub_tittle p {
    margin: 0;
    padding: 0;
    font-size: 12px;
}



.ListWithBorder {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ListWithBorder li {
    margin: 0 0 5px 0;
    padding: 5px 5px 5px 10px;
    list-style: none;
    font-size: 12px;
    font-weight: 400;
    background-color: #FFF;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
}

.ListWithBorder li span {
    color: #d61a0f;
}



/* BOX CSS Satrts here  */
.font-weight-medium {
    font-weight: 500 !important;
}

.white-box {
    border: 1px solid #e9e9e8;
    position: relative;
    margin: 15px 0;
    background-color: #fff;
    /*height: 140px;*/
}

.white-box a {
    display: block;
    color: #000;
}

.white-box a p {
    color: #333;
}

.Select_Multiple_Keywords {
    height: 220px !important;
    background-image: none !important;
    padding: 0px !important;
    border-radius: 0px;
    border: none;
}

.multi-select-box select option {
    padding: 8px 12px !important;
}


.modal-title {
    font-weight: 300;
    font-size: 24px;
    line-height: 24px;
}

.modal-header .close {
    font-weight: 200;
    font-size: 40px;
    padding: 5px 15px 0 0;
    outline: none;
}


/*Projects-table-style*/

.pl-table .row {
    margin: 1px 0;
    padding: 0px;
    align-items: center;
}

.pl-table .col {
    padding: 0 0.65rem;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pl-table .pl-thead {
    color: #9b9b9b;
    font-weight: normal;
    text-transform: capitalize;
    font-size: 13px;
    margin: 5px 0;
}

.pl-table .pl-thead .col.year {
    font-size: 15px;
    color: #ff7e00;
    font-family: 'Roboto', Arial, sans-serif;
}

.pl-table .pl-tbody .row {
    background-color: #f2f2f2;
    padding: 0;
    color: #000;
    font-size: 13px;
    position: relative;
}

.pl-table .pl-tbody .col,
.pl-table .pl-tbody .col-1,
.pl-table .pl-tbody .col-2,
.pl-table .pl-tbody .col-3,
.pl-table .pl-tbody .col-4,
.pl-table .pl-tbody .col-5,
.pl-table .pl-tbody .col-6,
.pl-table .pl-tbody .col-7,
.pl-table .pl-tbody .col-8,
.pl-table .pl-tbody .col-9,
.pl-table .pl-tbody .col-10,
.pl-table .pl-tbody .col-11,
.pl-table .pl-tbody .col-12 {
    padding: 0.75rem 0.65rem;
    /*overflow: hidden;*/
    text-overflow: ellipsis;
    border-left: 1px solid #fff;
}

.pl-table .pl-tbody .col:first-child {
    border-left: none;
}

/*Projects-table-style*/

.orange-BL {
    border-left: 5px solid #ff7e00;
}



/*flex-box-vertical-align-middle*/
.vertical-align-middle {
    display: flex;
    align-items: center;
    justify-content: center;
}

.justify-start {
    display: flex;
    justify-content: left;
}

/*flex-box-vertical-align-middle*/

/*progress*/
.progress {
    font-family: 'Roboto', Arial, sans-serif;
    position: relative;
    height: 20px;
    background-color: #000;
    color: #fff;
    border-radius: 20px;
    font-size: 11px;
    line-height: 16px;
}

.progress>.end-date {
    position: absolute;
    right: 7px;
    top: 2px;
}

.progress-bar {
    background-color: #ff7e00;
    padding: 0 0 0 5px;
    text-align: left;
}

/*progress*/

/*.project-pop-DIV{ position:absolute; border:1px solid #dee2e6 ; background:#fff; z-index:9; padding:15px; border-radius:5px; width:300px; font-family:'Roboto', Arial, sans-serif; top:45px; left:10px;
-webkit-box-shadow: 0px 0px 5px 0px rgba(207,207,207,1);
-moz-box-shadow: 0px 0px 5px 0px rgba(207,207,207,1);
box-shadow: 0px 0px 5px 0px rgba(207,207,207,1);
}*/

/*.arrow_box {
	position: relative;
	background: #88b7d5;
	border: 4px solid #c2e1f5;
}*/
/*.project-pop-DIV:after, .project-pop-DIV:before {
	bottom: 100%;
	left: 10%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.project-pop-DIV:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #fff;
	border-width: 13px;
	margin-left: -13px;
}
.project-pop-DIV:before {
	border-color: rgba(222, 226, 230, 0);
	border-bottom-color: #dee2e6;
	border-width: 14px;
	margin-left: -14px;
}


.project-pop-DIV h4{ font-size:18px; font-weight:400;}
.project-pop-DIV h4 .flag-img{ position:absolute; right:10px; top:10px;}
.project-pop-DIV h6{ font-size:14px; font-weight:500; padding:0 0 5px 0; margin-bottom:10px;}*/

/*searchbar-CSS*/
.add_btn {
    border: 2px solid #e2e3e4;
    color: #b7b8b9;
    background-color: transparent;
    font-size: 14px;
    font-weight: 400;
    border-radius: 30px;
    padding: 3px 10px;
}

.add_btn:hover {
    border: 2px solid #038be1;
    color: #fff;
    background-color: #038be1;
}

.max-width700 {
    max-width: 700px;
}


.modal-open {
    overflow: hidden !important;
    position: fixed;
}

/*ActivityList*/
.ActivityList {
    margin: 0;
    padding: 0;
}

.ActivityList .IconW {
    width: 32px;
}

.ActivityList .media {
    border-bottom: 1px solid #e5e5e5 !important;
    padding: 9px 0;
}

.ActivityList h5 {
    font-size: 13px;
}

.ActivityList small {
    font-size: 11px;
    color: #8a8a8a;
}

.badge {
    font-weight: 400;
    font-size: 10px;
    padding: 0.5em 0.6em;
    text-align: center;
}

.badge i {
    font-size: 14px;
}

.badge-round {
    padding: 0;
    width: 20px;
    height: 20px;
    line-height: 22px !important;
}

.badge-light {
    background: #cccccc;
    color: #fff;
}

a.badge-light:hover,
a.badge-light:focus {
    background: #939393;
    color: #fff;
}

.badge-progress {
    color: #fff;
    background-color: #fbce89;
}

a.badge-progress:hover,
a.badge-progress:focus {
    color: #fff;
    background-color: #f8bd63;
}

.badge-info {
    background: #1f9e8f;
    color: #fff;
}

a.badge-info:hover,
a.badge-info:focus {
    background: #158477;
    color: #fff;
}

.RightDiv {
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -14px;
    z-index: 6;
}

/*ActivityList-End*/

/*PricingTab-End*/
.PricingTab {
    margin: 0;
    padding: 0;
    position: relative;
}

.PricingTab .nav-pills .nav-link {
    border-radius: 0.25rem;
    border: 1px solid #ccc;
    background: #fff;
    margin: 0 3px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 0.7rem 1rem;
    color: #d3d3d3;
}

.PricingTab .nav-pills .nav-link.active,
.PricingTab .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #1f9e8f;
    border: 1px solid #1f9e8f;
}

/*PricingTab-End*/

/*my_accordion*/
.my_accordion {
    margin: 0;
    padding: 0;
    position: relative;
}

.my_accordion .card {
    border-radius: 0;
    margin-bottom: 0px;
}

.my_accordion .card .card-header {
    background: none;
    padding: 0;
    border: none;
    position: relative;
}

.my_accordion .card .card-header h5 {
    margin: 0;
    padding: 0;
    font-weight: 500;
    font-size: 13px;
    color: #1d4d6a;
    letter-spacing: 0.5px;
    line-height: 45px;
    text-transform: uppercase;
}

.my_accordion .card .card-body {
    background: #fff;
    border-top: 1px solid rgba(0, 0, 0, 0.125);
    padding: 15px;
}

.my_accordion .card .card-header .mb-0>a {
    display: block;
    position: relative;
    color: #1d4d6a;
    padding: 0 15px;
}

.my_accordion .card .card-header .mb-0>a:after {
    content: "\f196";
    /* fa-chevron-down */
    font-family: 'FontAwesome';
    position: absolute;
    top: 16px;
    right: 10px;
    font-size: 18px;
    line-height: 16px;
    /*border:1px solid #ed1c24;
  padding:5px 6px;
  border-radius:5px;*/
    color: #ed1c24;
}

.my_accordion .card .card-header .mb-0>a[aria-expanded="true"]:after {
    content: "\f147";
    /* fa-chevron-up */

}

/*my_accordio_end*/

/*****Reports Tables Starts Here*****/
.reportTable th,
.reportTable td,
.reportTableYOY th,
.reportTableYOY td {
    /*padding: 0.30rem;*/
}

.reportTable th {
    font-weight: normal;
    color: #666;
    border-top: none;
}

table.reportTableYOY {
    border-collapse: inherit;
}

.reportTableYOY tbody td.bdlft {
    border-left: 1px solid #dee2e6;
}

.reportTable tr.highlight td {
    font-size: 0.9rem;
    font-weight: bold;
}

.reportTableYOY tr.highlight td {
    font-size: 0.85rem;
    font-weight: bold;
    color: #26AEE1;
}

.reportTableYOY td.target {
    background-color: #F7FBFD;
}

.reportTableYOY td.warm {
    background-color: #FFF2D5;
}

.reportTableYOY td.ungraded {
    background-color: #FFEFEF;
}

.summaryTable tr.ltype {
    background-color: #F5FF63;
}

.summaryTable tr.lresult {
    background-color: #FFEFEF;
}

.reportTableYOY td.total {
    background-color: #343a40;
    font-weight: bold;
    font-size: 1rem;
    color: #fff;
}

.reportTableYOY td.actual {
    background-color: #D8FFD8;
}

.br-lr td {
    border-right: 1px solid #dee2e6;
}

.br-lr td:first-child {
    border-left: 1px solid #dee2e6;
}

.br-lr tr:last-child td {
    border-bottom: 1px solid #dee2e6;
}

.reportTable tbody tr:nth-of-type(2n+1) {
    background-color: #F7FBFD;
}

/*****Reports Tables Ends Here*****/

/***Accordion-City Report***/
.cityreport {
    font-size: 15px !important;
}

.cityreport div.bs-example {
    margin: 0;
    width: 100%;
}

.cityreport .card {
    box-shadow: none;
    margin-bottom: 0px;
}

.cityreport .accordion>.card:first-of-type {
    border-radius: 0px;
}

.cityreport .accordion>.card:last-of-type {
    border-radius: 0px;
}

.cityreport .card-header {
    padding: 0px;
    background-color: transparent;
}

.cityreport .card-header a {
    background: #ebf1f2;
    padding: 7px 10px;
    font-weight: 600;
    color: #04467b;
}

.cityreport .card-header a.collapsed {
    background: #fff;
    padding: 7px 10px;
    color: #404040;
}

.cityreport .accordion .fa {
    margin-right: 0.5rem;
    color: #dc3545;
}

.cityreport .card-body {
    padding: 0;
}

.cityreport .card-body div.even {
    background-color: #FAFAFA;
}

.cityreport h2 {
    font-size: initial;
}

.cityreport .btn {
    padding: 0.175rem .75rem;
    font-size: 0.8rem;
}

.cityreport .btn-link {
    color: initial;
    font-weight: bold;
}

.cityreport .btn-link:focus {
    color: #26AEE1;
    text-decoration: none;
    font-size: 0.8rem;
    font-weight: bold;
}

.fa-folder-minus {
    content: "\f65d";
}

.fa-folder-plus {
    content: "\f65e";
}

/***Accordion-City Report***/

/*@media (min-width: 1400px) {
  .container-fluid {
    width: 1366px;
  }
}*/

/*.leadScrollDiv{ height: 64vh !important;}*/


/*switch*/
.switchToggle input[type=checkbox] {
    height: 0;
    width: 0;
    visibility: hidden;
    position: absolute;
}

.switchToggle label {
    cursor: pointer;
    text-indent: -9999px;
    width: 90px;
    max-width: 90px;
    height: 30px;
    background: #d1d1d1;
    display: block;
    border-radius: 100px;
    position: relative;
}

.switchToggle label:after {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    width: 26px;
    height: 26px;
    background: #fff;
    border-radius: 90px;
    transition: 0.3s;
}

.switchToggle input:checked+label,
.switchToggle input:checked+input+label {
    background: #04467b;
}

.switchToggle input+label:before,
.switchToggle input+input+label:before {
    content: 'Disable';
    position: absolute;
    top: 5px;
    left: 35px;
    width: 26px;
    height: 26px;
    border-radius: 90px;
    transition: 0.3s;
    text-indent: 0;
    color: #fff;
}

.switchToggle input:checked+label:before,
.switchToggle input:checked+input+label:before {
    content: 'Enable';
    position: absolute;
    top: 5px;
    left: 10px;
    width: 26px;
    height: 26px;
    border-radius: 90px;
    transition: 0.3s;
    text-indent: 0;
    color: #fff;
}

.switchToggle input:checked+label:after,
.switchToggle input:checked+input+label:after {
    left: calc(100% - 2px);
    transform: translateX(-100%);
}

.switchToggle label:active:after {
    width: 60px;
}

.toggle-switchArea {
    margin: 10px 0 10px 0;
}

.cursor {
    cursor: pointer !important;
}

shorting {
    position: unset;
    right: 10px;
    z-index: 9;
    margin: 0 0 0 -15px;
}

/* START my account css */
.emp-profile {
    /* padding: 3%;
            margin-top: 3%;
            margin-bottom: 3%;
            border-radius: 0.5rem;*/
    /*background: #fff;*/
}

.profile-img {
    text-align: center;
}

.profile-img img {
    /* width: 70%;
            height: 100%;*/
}

.profile-img .file {
    position: relative;
    overflow: hidden;
    margin-top: -20%;
    width: 100%;
    border: none;
    border-radius: 0;
    font-size: 15px;
    background: #212529b8;
    cursor: pointer;
}

.profile-img .file input {
    position: absolute;
    opacity: 0;
    right: 0;
    top: 0;
    cursor: pointer;
    height: 100%;
}

.profile-head h5 {
    color: #333;
    font-size: 26px;
}

.profile-head h6 {
    color: #01579b;
}

.profile-edit-btn {
    font-weight: 700;
    cursor: pointer;
    position: absolute;
    right: 10px;
    font-size: 14px;
}

.proile-rating {
    font-size: 12px;
    color: #818182;
    margin-top: 5%;
}

.proile-rating span {
    color: #495057;
    font-size: 15px;
    font-weight: 600;
}

.profile-head .nav-tabs {
    margin-bottom: 5%;
}

.profile-head .nav-tabs .nav-link {
    font-weight: 600;
    border: none;
}

.profile-head .nav-tabs .nav-link.active {
    border: none;
    border-bottom: 2px solid #01579b;
}

.profile-work {
    padding: 14%;
    margin-top: -15%;
}

.profile-work p {
    font-size: 12px;
    color: #818182;
    font-weight: 600;
    margin-top: 10%;
}

.profile-work a {
    text-decoration: none;
    color: #495057;
    font-weight: 600;
    font-size: 14px;
}

.profile-work ul {
    list-style: none;
}

.profile-tab label {
    font-weight: 600;
}

.profile-tab p {
    font-weight: 600;
    color: #01579b;
}

.text_ellipsis_shorting {
    overflow: unset;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dotted {

    border-top: 1px dashed #ddd;
    padding-top: 5px;
    margin-top: 5px;
}

/* END of my account css */

/* END of nav css */
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu a::after {
    transform: rotate(-90deg);
    position: absolute;
    right: 6px;
    top: 1em;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: .1rem;
    margin-right: .1rem;
}

.dropdown-submenu .dropdown-toggle::after {
    display: inline-block;
}

/* END of nav css */

/* Start of my-multiselect css */

.my-multiselect .multiselect-native-select {
    position: relative;
}

.my-multiselect .multiselect-native-select select {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px -1px -1px -3px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    left: 50%;
    top: 30px;
}

.my-multiselect .multiselect-container {
    position: absolute;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.my-multiselect .multiselect-container .input-group {
    margin: 5px;
}

.my-multiselect .multiselect-container li {
    padding: 0;
}

.my-multiselect .multiselect-container li .multiselect-all label {
    font-weight: 700;
}

.my-multiselect .multiselect-container li a {
    padding: 0;
    color: #495057;
    font-size: 13px !important;
    display: block;
}

.my-multiselect .multiselect-container li a label {
    margin: 0;
    height: 100%;
    cursor: pointer;
    font-weight: 400;
    padding: 3px 10px 3px 10px;
    display: block;
}

.my-multiselect .multiselect-container li a label input[type=checkbox] {
    margin-bottom: 5px;
}

.my-multiselect .multiselect-container li a label.radio {
    margin: 0;
}

.my-multiselect .multiselect-container li a label.checkbox {
    margin: 0;
}

.my-multiselect .multiselect-container li.multiselect-group label {
    margin: 0;
    padding: 3px 20px 3px 20px;
    height: 100%;
    font-weight: 700;
}

.my-multiselect .multiselect-container li.multiselect-group-clickable label {
    cursor: pointer;
}

.my-multiselect .btn-group {
    width: 100%;
    text-align: left;
    position: relative;
}

.my-multiselect .btn-group .btn-group .multiselect.btn {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.my-multiselect .form-inline .multiselect-container label.checkbox {
    padding: 3px 20px 3px 40px;
}

.my-multiselect .form-inline .multiselect-container label.radio {
    padding: 3px 20px 3px 40px;
}

.my-multiselect .form-inline .multiselect-container li a label.checkbox input[type=checkbox] {
    margin-left: -20px;
    margin-right: 0;
}

.my-multiselect .form-inline .multiselect-container li a label.radio input[type=radio] {
    margin-left: -20px;
    margin-right: 0;
}

.my-multiselect .btn {
    /*border-radius: 0;
    padding: 10px 0;*/
    color: #495057;
    font-size: 13px !important;
    text-align: left;
}

.my-multiselect .btn-primary {
    background-color: #ff0000;
    border: none;
    border-radius: 0;
    padding: 11px 15px;
    text-transform: uppercase;
}

.my-multiselect .btn-default {
    border: 1px solid #e5eef5;
    background: #e5eef5;
}

.my-multiselect .btn-default:focus {
    border-color: #01579b;
    background-color: #fff;
}

.my-multiselect .multiselect.dropdown-toggle::after {
    float: right;
    margin-top: 8px;
}

.my-multiselect .multiselect-container.dropdown-menu {
    width: 100%;
}

.disable-text{opacity: 0.3 !important;
background: #eee;
}

.node{
font-weight: bold;
font-size: 16px;
border: 1px solid #dee2e6 !important;
padding: 10px;
border-radius: 5px;
margin: 10px 0;
background: #efefef;
color: #333;
}

.node label{color: #333333;}