﻿.title {
    font-weight: 700;
    font-family: "Assistant", Helvetica, Arial, serif;
    font-style: normal;
    font-size: 14.0px;
    color: rgba(6, 30, 58, 1.0);
    text-align: left;
    line-height: 32.0px;
}

.maint {
    font-family: "Assistant", Helvetica, Arial, serif;
    font-weight: 400;
    font-style: normal;
    background-color: #F5F6F8;
    width: 100%;
    padding-left: 5px;
}

.header1 {
    font-weight: 600;
    font-size: 10.0px;
    color: rgba(51, 51, 51, 1.0);
    text-align: left;
    letter-spacing: 2.5px;
    line-height: 13.0px
}

.header2 {
    font-weight: 600;
    font-size: 14.0px;
    color: rgba(6, 30, 58, 1.0);
    text-align: left;
    line-height: 18.0px;
}

fieldset {
    padding: 0.5em 1.5em;
    border: 2px solid rgba(200, 208, 215, 1.0);
    border-radius: 10px;
    box-shadow: 0 4px 20px 0 #ccd7e2, 0 7px 45px -5px #ccd7e2 !important;
    background: white;
    margin: 10px 10px !important;
    text-align: left;
}

a.gen {
    color: #2975d6;
}

a {
    text-decoration: none;
}
input, select {
    border: 2px solid rgba(200, 208, 215, 1.0);
    border-radius: 7px;
}
select {
    height: 25px;
    font-size: 14.0px;
}
.tLabel {
    font-style: normal;
    font-size: 18.0px;
    color: rgba(44, 48, 143, 1.0);
    line-height: 1.75;
    font-weight: bold;
}
.cke_button_source {
    display: none !important;
}

.tabs-container,
.tabs-container * {
    box-sizing: border-box;
}



.tab {
    float: left;
    border: 0px solid #ccc;
    background-color: #ffffff;
    width: 15%;
    height: 85vh;
    box-shadow: 0 4px 20px 0 #CCD7E2, 0 7px 45px -5px #CCD7E2 !important;
    border-radius: 10px;
    border-radius: 10px 10px 10px 10px;
}

    .tab button {
        display: block;
        background-color: inherit;
        color: black;
        padding: 10px 16px;
        width: 100%;
        border: none;
        outline: none;
        text-align: left;
        cursor: pointer;
        transition: 0.3s;
        font-size: 15px;
        font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }

        .tab button:hover {
            background-color: #ddd;
            border-radius: 10px;
        }

        .tab button.active {
            color: white;
            background-color: #2C308F;
            font-size: 16px;
            border-radius: 10px;
        }

.tabcontent {
    float: left;
    padding: 0px 12px;
/*    border: 1px solid #ccc; */    
    width: 84%;
    border-left: none;
    height: 80vh;
}
.btnspan {
    border-radius: 10px;
    box-shadow: inset 0 1.5px 11px 0 rgba(139, 143, 164, 0.25);
    background-color: #2C308F;
    color: white;
    font-style: normal;
    font-weight: 600;
    font-family: "Assistant", Helvetica, Arial, serif;
}