h4 {
    font-size: 24px;
    font-weight: normal !important;
    color: #343741 !important
}
h3 {
    font-size: 20px !important
}
details > summary {
    list-style-type: '🡢     ';
}

details[open] > summary {
    list-style-type: '🡦     ';
}
summary {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    padding: 5px 20px;
    margin: 20px;
    background-color: #f7f7f7;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #ffffff !important;
    opacity: 1;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus{
	background-color: #3675AD;
	border-color: #3675AD;
}
div[data-wrapper="true"] {
    font-family: unset !important;
    font-size: unset !important;
    }
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: white;
   
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
}
a, .a {
    color: #404246;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover {
    background-color: #3675AD!important;
}

body{
    display:flex;
    flex-direction: column;
    min-height: 100vh;
    font-family: Arial;
}

footer{
    margin-top: auto!important
}
.form-control{
    border-radius: 6px!important;
    border: none;
    color: #404246!important;
    background-color: #f7f7f7 !important;
}
input.form-control {
    border: none;
}


.crmEntityFormView .cell .field-label {
   font-weight: 400;
    color: #474c55;
}

label{
    font-weight: 400;
    font-size: 16px;
}
.crmEntityFormView .tab-title {
    visibility: hidden;
    height: 0px;
}
.input-group-btn>.btn+.btn{
border-radius:10px
}
h3, .h3, .page_section h3, .color-inverse h3, .sidebar-home h3 {
    font-family: Roboto !important;
    padding-left: 25px!important;
    color: #343741!important;
}
h2, .h2, .section-landing .row > div .section-landing-sub-heading, .page_section h2, .color-inverse h2, h2 p {
    font-family: Roboto;
    color: #343741 !important;
}

.div.ck-content{
    font-size:16px !important;
    font-family:Roboto !important;

}
.form-control[disabled], fieldset[disabled] .form-control{
    background-color:white !important;
}
.MscrmControls\.RichTextEditor\.RichTextEditorControl .browserPreviewFrame {
    border: none!important;
}
div[data-wrapper="true"] {
    font-family: unset !important;
    font-size: unset !important;
    }

    html[dir=ltr] .crmEntityFormView .cell.checkbox-cell:first-child {
        padding: 0 28px 20px;
    }

    .MscrmControls\.RichTextEditor\.RichTextEditorControl .browserPreviewFrameContainer.lightweightMode .browserPreviewFrame {
        border: none !important;
    }

    

    .crmEntityFormView fieldset {
        margin: 0;
        margin-bottom: 0px;
        padding: 0;
        border: 0 none;
    }

    .private-mode-banner {
        display:none
    }

    .progress-bar {
        float: left;
        width: 0%;
        height: 100%;
        font-size: 13px;
        line-height: 21px;
        color: #fff;
        text-align: center;
        background-color: #3675AD;
        -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
        box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
        -webkit-transition: width .6s ease;
        -o-transition: width .6s ease;
        transition: width .6s ease;
    }

    .crmEntityFormView .state, .crmEntityFormView .status {
    padding: 0px;
}
a.tocclass {
    color: #3675AD;
}
div#TOC {
    padding-left: 30px;
}

.text-primary {
    color: #3675AD;
}