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

.text-normal {
    font-weight: normal !important;
}

.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;
}

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

.brand-link{
    border-bottom: none !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};

/* 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;
}

.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;
}