.content-header h1 {
    font-size: 1.2rem !important;
}

.cursor-pointer {
    cursor: pointer;
}

.text-normal {
    font-weight: normal !important;
}
.box-chart {
    position: relative;
}

.member-image, .assignee-image {
    border : solid 1px rgb(164, 164, 164);
    margin-left: -8px;
    cursor: pointer;
    height: 28px;
}

.formula-box {
    font-size: 28px;
}

.formula-box-medium {
    font-size: 24px;
}

.formula-box-small {
    font-size: 20px;
}

.formula-box-xs {
    font-size: 16px;
}
.formula-box-subtitle {
    font-size: 12px;
}

[data-type="project"] i.right {
    padding: 10px;
    margin-top: -12px;
    margin-right: -10px;
}

.navbar-no-border {
    border-bottom: none !important;
}

.brand-link{
    border-bottom: none !important;
}

.w-60{width:60% !important}
.w-45{width:45% !important}
.w-40{width:40% !important}
.w-35{width:35% !important}
.w-25{width:25% !important}
.w-20{width:20% !important}
.w-15{width:15% !important}
.w-10{width:10% !important}
.w-5{width:5% !important}

/* tab checkbox style */
.section-selector li.active {
    border-top: 3px solid #2cb573;
}

.section-item .bootstrap-switch {
    float : left;
    margin-top: 7px;
    margin-left: 5px;
    margin-right: 4px;
}

.section-item.active .bootstrap-switch {
    float : left;
    margin-top: 4px;
    margin-left: 5px;
    margin-right: 4px;
}

.section-selector .section-link {
    float : left;
    border-top : none !important;
    padding-left: 2px;
    margin-top: 3px;
}

.section-selector .section-link.active {
    border-top : none !important;
    margin-top: 0px;
    border-left: none;
    margin-left: 1px;
}

.section-selector .section-link:hover {
    border-left: none;
    margin-left: 1px;
    border-top: 3px solid #e0e0e0;
}

.section-disabled.active {
    border-top: 3px solid #6c757d !important;
}

.section-disabled a {
    color : #6c757d !important;
}

.nav-item.active{
    border-top: 3px solid #2cb573;
    font-weight: bold !important;
}

/* subscription modal style */
.icheck-big {
    margin-left : -17px
}

[class*="icheck-big"] > input:first-child + input[type="hidden"] + label::before,
[class*="icheck-big"] > input:first-child + label::before {
	width: 35px !important;
	height: 35px !important;
}

[class*="icheck-big"] > input:first-child:checked + input[type="hidden"] + label::after,
[class*="icheck-big"] > input:first-child:checked + label::after {
	top: 0px !important;
	left: 5px !important;
	width: 10px !important;
	height: 25px !important;
	border-right: 5px solid #fff !important;
	border-bottom: 5px solid #fff !important;
}


[class*="icheck-med"] > input:first-child:checked + input[type="hidden"] + label::after,
[class*="icheck-med"] > input:first-child:checked + label::after {
    top: 10px;
}
[class*="icheck-med"] > input:first-child + input[type="hidden"] + label::before,
[class*="icheck-med"] > input:first-child + label::before {
    margin-top: 10px;
}

.plan-option{
    cursor: pointer;
}

/* custom style */
.form-control-xs{
    height: calc(1.275rem + 2px);
    padding: 0.25rem;
    font-size: .775rem;
    line-height: 1;
    border-radius: 0.2rem
}
.bg-red{
    background: #dc3545 !important;
    color: #fff;
    font-weight: 800 !important;
}
.bg-success{
    background: #2cb573 !important;
}
.bg-teal{
    font-weight: normal !important;
}
.text-references{
    font-size: 10px;
}
.form-control-sm{
    color: #000;
}
.hidden{
    display: none!important;
}
.font-150{
    font-size: 150%;
}
.clear {
    clear: both;
}

#main_content .popover {
    max-width: 77.5%;
}

.info-window {
    border: solid 1px #e0e0e0;
    border-radius: 3px;
    position: relative;
    margin-bottom: 10px;
    margin-top: 5px;
    display: block;
}

.info-circle {
    font-size: 12px;
    font-weight: bold;
    padding: 1px;
    margin-left: -3px;
    padding-left: 0px!important;
    cursor: pointer;
    display: inline ;
}

.condition_dropdown {
    width: 400px;
}

.select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered {
    line-height: 1.75rem !important;
}

/** split screen */
/* .calculator-input .card-body {
    overflow-y: scroll;
} */

.Zebra_Pin {
    box-shadow:0 2px 4px rgba(0, 0, 0, .3);
    max-height: 400px;
    z-index: 1000;
    overflow: scroll;
    background: #fff;
}
.text-bold {
    font-weight: bolder !important;
}
.box-info{
    border:solid 1px #6c757d;
    padding:5px;
}
.v-middle {
    vertical-align: middle !important;
}
.constant-input{
    background:transparent;
    border:none;
}
.video-info-container{
    position: relative;
    width: 100%;
    padding-bottom: 56.25%
}
.video-info{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.box-sub-info .sub-heading {
    color: #2cb573 !important;
}
.box-table-info{
    font-size :90% !important;
}

/** Icheck customisation */
.icheck-success > input:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-success > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
    border-color: #2cb573!important;
}

.icheck-success > input:first-child:checked + label::before,
.icheck-success > input:first-child:checked + input[type="hidden"] + label::before {
    background-color: #fff!important;
    border-color: #2cb573!important;
}

.icheck-secondary > input:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-secondary > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
    border-color: #fff!important;
}

.icheck-secondary > input:first-child:checked + label::before,
.icheck-secondary > input:first-child:checked + input[type="hidden"] + label::before {
    border-color: #fff!important;
}

.icheck-success-invert > input:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-success-invert > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
    border-color: #fff!important;
}

.icheck-success-invert > input:first-child:checked + label::before,
.icheck-success-invert > input:first-child:checked + input[type="hidden"] + label::before {
    background-color: #2cb573!important;
    border-color: #fff!important;
}

/* custome style toggle section */
.bootstrap-switch{
    border-radius:25px !important;
}
.bootstrap-switch-container{
    padding:1px 0px !important;
}
.bootstrap-switch .bootstrap-switch-label{
    background: transparent !important;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success {
    background: #fff!important;
    color: #2cb573!important;
    border-radius: 25px!important;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-secondary,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-secondary {
    background: #fff!important;;
    color: #6c757d!important;;
    border-radius: 25px!important;
}
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-label {
    padding: 2px 3px !important;
    font-size: 10px !important;
    line-height: 1.5 !important;
}
th {
    font-weight: normal !Important;
}
.matrix-border{
    border-left:solid 2px #000;
    border-right:solid 2px #000
}
.top-matrix-border{
    border-top: 2px solid #000;

    left: 20%;
    right: 20%;
}

/** Connection page style */
#connection_container .inactive-box{
    background-color: #CACCD1!important;
    filter: grayscale(100%);
}
#connection_container .small-box {
    background-color: white;
    border-radius: 10px;
}
#connection_container .small-box-inner{
    border-radius: inherit;
    height: 175px;
    background: #fff;
    position: relative;
    padding: 10px;
}
#connection_container a.btn-calculator-create{
    border-radius: 0 0 10px 10px;
}
#connection_container .v-center {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#connection_container .desc .small-box {
    height: 13rem;
    background: #fff !important;
}
#connection_container a:hover{
    background: #2cb573 !important;
    border-radius : 0px 0px 5px 5px;
    color:#fff !important;
}
#connection_container .fa-tools {
    content: "\f7d9";
    position: absolute;
    top: 15px;
    right: 15px;
}
#connection_container .small-box-footer{
    background: #fff;
    border-radius: 0 0 10px 10px;
    padding: 0;
}
.direct-chat-text{
    background-color: #2cb573 !important;
    border-color: #2cb573 !important;
}
.direct-chat-text::after {
	border-right-color: #2cb573 !important;
}
.right > .direct-chat-text::after {
	border-right-color: transparent !important;
}
.timeline-body{
    word-wrap: break-word;
}
.toast-message{
    margin-right: 20px !important;
}
.note-video-clip{
    width: 940px !important;
}
.swal2-icon-show{
    font-size: 10px !important;
}
.swal2-icon-content{
    font-size: 40px !important;
}
.toast-error {
    background-position-y: 15px !important;
    background-position-x: 10px !important;
    padding-right: 20px !important;
}
.va-middle{
    vertical-align: middle !important;
}
.icheck-teal>input:first-child+label::before {
    height: 18px;
    width: 18px;
}
.icheck-teal>input:first-child:checked+label::after{
    border-color: #fff;
    top: -2px !important;
        left: -2px !important;
}

/** Custom style for the project datatable */

tbody td.details-control::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f07b";
    cursor: pointer;
}
tbody tr.details td.details-control::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f07c";
}

thead td.detail-row {
    padding: 1px 0 0 0;
}

.dataTables_wrapper tbody tr[role="row"]:hover {
    background-color: #feffaa !important;
    cursor: pointer;
}

.dataTables_wrapper tbody tr:hover > td > .column-edit-btn {
    visibility: visible;
}

.dataTables_wrapper tbody tr > td > .column-edit-btn {
    visibility: hidden;
}

.btn-outline-light:hover {
    color: #1f2d3d !important;
    background-color: #f8f9fa !important;
    border-color: #f8f9fa !important;
}

.elevation-1 {
    box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24) !important;
    min-height: 55px;
}

.rounded-1rem {
    border-radius: 1rem;
}

/** menu */

.nav-sidebar .menu-is-opening>.nav-link i.right,
.nav-sidebar .menu-is-opening>.nav-link svg.right,
.nav-sidebar .menu-open>.nav-link i.right,
.nav-sidebar .menu-open>.nav-link svg.right {
    transform: rotate(90deg);
}

.prepend-select{
    width: 100px;
    border-bottom-right-radius:0px !important;
    border-top-right-radius: 0px !important;
}

.circle-widget-trigger {
    right: 30px !important;
    bottom: 75px !important;
}