/*Common start*/
body {
    line-height: 14px;
}

.hide {
    display: none;
}

.nowrap {
    white-space: nowrap;
}

.end-three-dot-250 {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 150px;
}

.pointer {
    cursor: pointer !important;
}

.email {
    color: #007bff;
    cursor: pointer;
}

.email:hover {
    color: #0056b3;
}

.table-responsive .row {
    margin: 0 !important;
}

/*Common end*/
input:focus {
    box-shadow: none !important;
}

input[type=text] {
    border-radius: 0 !important;
}

.ui-datepicker-trigger {
    position: absolute;
    margin-top: -22px;
    right: 12px;
    border: none;
    background-color: transparent;
}

.no-calender-btn .ui-datepicker-trigger {
    display: none;
}

.ng-valid {
    border-left: 2px solid #090;
}

.ng-invalid {
    border-color: red;
    border-width: 2px;
}

/*datatable start*/
.dataTables_length label, .dataTables_filter label, .dataTables_info {
    display: inline-flex;
    font-weight: normal !important;
    margin: 5px 1px;
    vertical-align: middle;
    line-height: 30px;
}

.dataTables_filter {
    width: 45%;
    float: right;
    text-align: right;
}

.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dt-buttons {
    display: inline-flex;
    vertical-align: middle;
}

.dataTables_wrapper .dt-buttons .dt-button {
    background-color: transparent;
    border: none;
    padding: 0;
    font-size: 24px;
    margin: 0 5px;
    /*margin-left: 2px;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: .375rem .75rem;
    font-size: 0.75rem;
    line-height: 1;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    color: #fff;
    background-color: #343A40;
    border-color: transparent;
    box-shadow: none;*/
}

.col-md-6 .dataTables_filter {
    width: auto;
}

.table tr th small {
    font-weight: bold;
}

/*datatable start*/
.nav-link.active{font-weight:bold;}
.nav-link[data-widget="pushmenu"] i {
    font-size: 20px;
}

.form-check {
    line-height: 22px;
    display: inline;
}

.no-select {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently*/
}

/**/
.more {
    font-size: 1rem;
    line-height: 1.5;
}

.more #collapseExample.collapse:not(.show) {
    display: block;
    height: 3rem;
    overflow: hidden;
}

.more #collapseExample.collapsing {
    height: 3rem;
}

.more a.collapsed::after {
    content: '+ Show More';
    font-size: 12px;
    float: right;
}

.more a:not(.collapsed)::after {
    content: '- Show Less';
    font-size: 12px;
    float: right;
}

.badge.accounts {
    background-color: #DC7633 !important;
    color: #fff !important;
}

.badge.admin {
    background-color: #F5B041 !important;
    color: #fff !important;
}

.badge.analyst {
    background-color: #58D68D !important;
    color: #fff !important;
}

.badge.development {
    background-color: #45B39D !important;
    color: #fff !important;
}

.badge.design {
    background-color: #5499C7 !important;
    color: #fff !important;
}

.badge.hr {
    background-color: #AF7AC5 !important;
    color: #fff !important;
}

.badge.it {
    background-color: #D98880 !important;
    color: #fff !important;
}

.badge.operations {
    background-color: #DC7633 !important;
    color: #fff !important;
}

.badge.project.management {
    background-color: #F5B041 !important;
    color: #fff !important;
}

.badge.quality {
    background-color: #58D68D !important;
    color: #fff !important;
}

.badge.software.testing {
    background-color: #45B39D !important;
    color: #fff !important;
}

.badge.sales.marketing {
    background-color: #5499C7 !important;
    color: #fff !important;
}

.badge.technical {
    background-color: #AF7AC5 !important;
    color: #fff !important;
}

.top-100 {
    top: 100px;
}

.highlightme {
    background-color: transparent;
    -webkit-animation-name: example; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 2s; /* Safari 4.0 - 8.0 */
    animation-name: example;
    animation-duration: 2s;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes example {
    from {
        background-color: red;
    }
    to {
        background-color: transparent;
    }
}

/* Standard syntax */
@keyframes example {
    from {
        background-color: yellow;
    }
    to {
        background-color: transparent;
    }
}

.has-treeview .nav-treeview a:first-child {
    display: none;
}

.dashboard-project-details {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 80%;
    vertical-align: bottom;
}

.bar-chart-bar {
    background-color: #e8e8e8;
    display: block;
    position: relative;
    width: 100%;
    height: 20px;
    border-radius: 10px;
}

.bar {
    float: left;
    height: 100%;
    text-align: center;
    font-weight: bold;
}

.bar1 {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background-color: #33691E; /* For browsers that do not support gradients */
    background-image: linear-gradient(#33691E, #689F38, #33691E); /* Standard syntax (must be last) */
    color: #fff;
}

.bar2 {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #263238; /* For browsers that do not support gradients */
    background-image: linear-gradient(#263238, #455A64, #263238); /* Standard syntax (must be last) */
    color: #fff;
}

.bar1.bar-100 {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.bar2.bar-100 {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.bar-50-light {
    width: 50%;
    opacity: .3;
}

.bar-0 {
    width: 0%;
}

.bar-1 {
    width: 1%;
}

.bar-2 {
    width: 2%;
}

.bar-3 {
    width: 3%;
}

.bar-4 {
    width: 4%;
}

.bar-5 {
    width: 5%;
}

.bar-6 {
    width: 6%;
}

.bar-7 {
    width: 7%;
}

.bar-8 {
    width: 8%;
}

.bar-9 {
    width: 9%;
}

.bar-10 {
    width: 10%;
}

.bar-11 {
    width: 11%;
}

.bar-12 {
    width: 12%;
}

.bar-13 {
    width: 13%;
}

.bar-14 {
    width: 14%;
}

.bar-15 {
    width: 15%;
}

.bar-16 {
    width: 16%;
}

.bar-17 {
    width: 17%;
}

.bar-18 {
    width: 18%;
}

.bar-19 {
    width: 19%;
}

.bar-20 {
    width: 20%;
}

.bar-21 {
    width: 21%;
}

.bar-22 {
    width: 22%;
}

.bar-23 {
    width: 23%;
}

.bar-24 {
    width: 24%;
}

.bar-25 {
    width: 25%;
}

.bar-26 {
    width: 26%;
}

.bar-27 {
    width: 27%;
}

.bar-28 {
    width: 28%;
}

.bar-29 {
    width: 29%;
}

.bar-30 {
    width: 30%;
}

.bar-31 {
    width: 31%;
}

.bar-32 {
    width: 32%;
}

.bar-33 {
    width: 33%;
}

.bar-34 {
    width: 34%;
}

.bar-35 {
    width: 35%;
}

.bar-36 {
    width: 36%;
}

.bar-37 {
    width: 37%;
}

.bar-38 {
    width: 38%;
}

.bar-39 {
    width: 39%;
}

.bar-40 {
    width: 40%;
}

.bar-41 {
    width: 41%;
}

.bar-42 {
    width: 42%;
}

.bar-43 {
    width: 43%;
}

.bar-44 {
    width: 44%;
}

.bar-45 {
    width: 45%;
}

.bar-46 {
    width: 46%;
}

.bar-47 {
    width: 47%;
}

.bar-48 {
    width: 48%;
}

.bar-49 {
    width: 49%;
}

.bar-50 {
    width: 50%;
}

.bar-51 {
    width: 51%;
}

.bar-52 {
    width: 52%;
}

.bar-53 {
    width: 53%;
}

.bar-54 {
    width: 54%;
}

.bar-55 {
    width: 55%;
}

.bar-56 {
    width: 56%;
}

.bar-57 {
    width: 57%;
}

.bar-58 {
    width: 58%;
}

.bar-59 {
    width: 59%;
}

.bar-60 {
    width: 60%;
}

.bar-61 {
    width: 61%;
}

.bar-62 {
    width: 62%;
}

.bar-63 {
    width: 63%;
}

.bar-64 {
    width: 64%;
}

.bar-65 {
    width: 65%;
}

.bar-66 {
    width: 66%;
}

.bar-67 {
    width: 67%;
}

.bar-68 {
    width: 68%;
}

.bar-69 {
    width: 69%;
}

.bar-70 {
    width: 70%;
}

.bar-71 {
    width: 71%;
}

.bar-72 {
    width: 72%;
}

.bar-73 {
    width: 73%;
}

.bar-74 {
    width: 74%;
}

.bar-75 {
    width: 75%;
}

.bar-76 {
    width: 76%;
}

.bar-77 {
    width: 77%;
}

.bar-78 {
    width: 78%;
}

.bar-79 {
    width: 79%;
}

.bar-80 {
    width: 80%;
}

.bar-81 {
    width: 81%;
}

.bar-82 {
    width: 82%;
}

.bar-83 {
    width: 83%;
}

.bar-84 {
    width: 84%;
}

.bar-85 {
    width: 85%;
}

.bar-86 {
    width: 86%;
}

.bar-87 {
    width: 87%;
}

.bar-88 {
    width: 88%;
}

.bar-89 {
    width: 89%;
}

.bar-90 {
    width: 90%;
}

.bar-91 {
    width: 91%;
}

.bar-92 {
    width: 92%;
}

.bar-93 {
    width: 93%;
}

.bar-94 {
    width: 94%;
}

.bar-95 {
    width: 95%;
}

.bar-96 {
    width: 96%;
}

.bar-97 {
    width: 97%;
}

.bar-98 {
    width: 98%;
}

.bar-99 {
    width: 99%;
}

.bar-100 {
    width: 100%;
}

.panel-fullscreen {
    display: block;
    z-index: 9999;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow: auto;
}

.elevation-2-big {
    transform: scale(5);

    float: none;
    height: auto;
    width: auto;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 200px;
    border: 0;
    z-index: 999;
}

.imgW-100 {
    width: 100px !important;
}

.ml-100 {
    margin-left: 110px !important;
}

.bigimg {
    max-height: 100px;
    max-width: 200px;
    margin: auto;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.smallimg:hover ~ .bigimg {
    display: block;
}

.fileinput {
    height: 40px !important;
}

.fixed-center-vertically {
    position: fixed;
    top: 50vh;
}
.custom-select {
    /* styling */
    background-color: white;
    border: thin solid blue;
    border-radius: 4px;
    display: inline-block;
    font: inherit;
    line-height: 1.5em;
    padding: 0.5em 3.5em 0.5em 1em;

    /* reset */

    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image:
            linear-gradient(45deg, transparent 50%, blue 50%),
            linear-gradient(135deg, blue 50%, transparent 50%),
            linear-gradient(to right, skyblue, skyblue);
    background-position:
            calc(100% - 20px) calc(1em + 2px),
            calc(100% - 15px) calc(1em + 2px),
            100% 0;
    background-size:
            5px 5px,
            5px 5px,
            3em 3em;
    background-repeat: no-repeat;
}

.custom-select:focus {
    background-image:
            linear-gradient(45deg, white 50%, transparent 50%),
            linear-gradient(135deg, transparent 50%, white 50%),
            linear-gradient(to right, gray, gray);
    background-position:
            calc(100% - 15px) 1em,
            calc(100% - 20px) 1em,
            100% 0;
    background-size:
            5px 5px,
            5px 5px,
            3em 3em;
    background-repeat: no-repeat;
    border-color: grey;
    outline: 0;
}

.pf-char:before{
    font-family: Arial; /* your font family here! */
    font-weight: bold;
    content: attr(data-char-content);
}
.pull-right{float: right;}
.pull-center{margin: 0 auto;}
.graph-ui {box-shadow: 0px 0px 10px 10px #ccc;border-radius: 10px;}
/*.panel-fullscreen*/

.projectTimeline .panel-fullscreen ul.timeline .timeline-header{padding:10px!important;}
.projectTimeline div.card-body{max-height: 274px;overflow: auto;}
.projectTimeline .panel-fullscreen div.card-body{max-height: 90vh;overflow: auto;}

body.fullscreen-section{overflow: hidden;}

.timeline>li>.fas.A{background-color: #E12333;}
.timeline>li>.fas.B{background-color: #1896B3;}
.timeline>li>.fas.C{background-color: #C21E38;}
.timeline>li>.fas.D{background-color: #FCD753;}
.timeline>li>.fas.E{background-color: #5ABD77;}
.timeline>li>.fas.F{background-color: #831B1A;}
.timeline>li>.fas.G{background-color: #E39E27;}
.timeline>li>.fas.H{background-color: #52549E;}
.timeline>li>.fas.I{background-color: #09456A;}
.timeline>li>.fas.J{background-color: #14AA6B;}
.timeline>li>.fas.K{background-color: #4AB647;}
.timeline>li>.fas.L{background-color: #4AB647;}
.timeline>li>.fas.M{background-color: #BA4F9F;}
.timeline>li>.fas.N{background-color: #272A6F;}
.timeline>li>.fas.O{background-color: #CF7828;}
.timeline>li>.fas.P{background-color: #FBBECD;}
.timeline>li>.fas.Q{background-color: #6D6A61;}
.timeline>li>.fas.R{background-color: #2DBBBF;}
.timeline>li>.fas.S{background-color: #EA9169;}
.timeline>li>.fas.T{background-color: #D1B38F;}
.timeline>li>.fas.U{background-color: #2A2F81;}
.timeline>li>.fas.V{background-color: #7154A4;}
.timeline>li>.fas.W{background-color: #7455A3;}
.timeline>li>.fas.X{background-color: #EAE91B;}
.timeline>li>.fas.Y{background-color: #F3EC18;}
.timeline>li>.fas.Z{background-color: #516132;}

.p-0{padding:0 !important;}
.p-2{padding:2px !important;}
.p-4{padding:4px !important;}

.fs-10{font-size:10px !important;}
.fs-12{font-size:12px !important;}
.fs-14{font-size:14px !important;}
.fs-16{font-size:16px !important;}
.fs-18{font-size:18px !important;}
.fs-20{font-size:20px !important;}
.fs-22{font-size:22px !important;}
.fs-24{font-size:24px !important;}
.fs-26{font-size:26px !important;}

.xh-25{max-height:25vh !important;}
.xh-30{max-height:30vh !important;}
.xh-35{max-height:35vh !important;}
.xh-40{max-height:40vh !important;}
.xh-45{max-height:45vh !important;}
.xh-50{max-height:50vh !important;}
.xh-55{max-height:55vh !important;}
.xh-60{max-height:60vh !important;}
.xh-65{max-height:65vh !important;}
.ox-auto{overflow-x: auto;}
.oy-auto{overflow-x: auto;}

.mw-100{max-width:100px!important;}
.mw-150{max-width:150px!important;}
.mw-200{max-width:200px!important;}
.mw-250{max-width:250px!important;}
.mw-300{max-width:300px!important;}
.mw-350{max-width:350px!important;}
.mw-400{max-width:400px!important;}

.w-100{width:100px!important;}
.w-150{width:150px!important;}
.w-200{width:200px!important;}
.w-250{width:250px!important;}
.w-300{width:300px!important;}
.w-350{width:350px!important;}
.w-400{width:400px!important;}

.mt--1{margin-top:-1px!important;}
.mt--2{margin-top:-2px!important;}
.mt--3{margin-top:-3px!important;}
.mt--4{margin-top:-4px!important;}
.mt--5{margin-top:-5px!important;}
.mt--6{margin-top:-6px!important;}
.mt--7{margin-top:-7px!important;}
.mt--8{margin-top:-8px!important;}
.mt--9{margin-top:-9px!important;}
.mt--10{margin-top:-10px!important;}

.hw-20{width: 20px!important;height: 20px!important;}
.hw-30{width: 30px!important;height: 30px!important;}

.sm .ui-select-match-item {padding: 3px 2px !important;}
.btn.btn-xs {padding: 2px 6px!important;font-size: 12px!important;}
.dataTables_paginate.paging_simple_numbers {position: inherit;float: right;}
.dataTables_info{padding:0!important;}
/*#filter-options{
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 300px;
}*/
/* custom scroll bar */
/* width */
::-webkit-scrollbar {width: 10px;height: 8px;}
/* Track */
::-webkit-scrollbar-track {box-shadow: inset 0 0 5px #343A40;border-radius: 10px;}
/* Handle */
::-webkit-scrollbar-thumb {background: #343A40;border-radius: 10px;}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {background: #0E71B6;}
/* custom scroll bar */
/*.ui-select-match{*/
/*    max-height: 200px;*/
/*    overflow-y: scroll;*/
/*}*/
