body {
    margin:0;
    padding:0px;
    height:100%;
    font-family:arial;
}

body > div {
    width:1000px;
    margin:0 auto;
    max-width:1000px;
    box-shadow:0px 0px 7px 2px grey;
}

html {
    height:100%;
}

.main {
    display:flex;
}

.main_content {
    padding-top:50px;
}

.left_area {
    width:170px;
    border-top:1px solid #C1C1C1;
    float:left;
}

.right_area {
    width:auto;
    float:left;
    padding-left:20px;
    border-left:1px solid #C1C1C1;
    max-width:700px;
}

.basic_title {
    color:#129657;
    display:inline-block;
    font-size:16px;
    font-weight:bolder;
}

.basic_sub_title {
    padding-left:10px;
    color:#1E1E1E;
    font-size:14px;
    font-weight:bold;
}

.basic_title.disabled {
    color:#EA4D48;
}

.basic_text {
    color:#494949;
    font-size:14px;
}

.main_cat {
    width:100%;
    height:26px;
    background:linear-gradient(#FDFDFD,#FDFDFD,#FDFDFD,#FDFDFD,#FDFDFD,#F3F3F3,#F3F3F3,#F3F3F3,#F3F3F3,#F3F3F3);
    border-bottom:1px solid #DBDBDB;
    cursor:pointer;
}

.main_cat > a {
    text-decoration:none;
    width:100%;
    height:100%;
    display:inline-block;
}

.main_cat > a > label {
    padding-left:10px;
    font-size:12px;
    font-weight:bold;
    color:#787878;
    pointer-events:none;
}

.main_cat.disabled > a > label {
    color:#C7C7C7;
}

.main_cat.disabled > a {
    cursor:not-allowed;
}

.sub_cat {
    width:100%;
    height:23px;
    background:#F4F4F4;
    border-bottom:1px solid #DBDBDB;
    cursor:pointer;
}

.sub_cat > a {
    text-decoration:none;
    width:100%;
    height:100%;
    display:inline-block;
}

.sub_cat > a > label {
    padding-left:20px;
    font-size:12px;
    font-weight:normal;
    color:#787878;
    pointer-events:none;
}

.sub_cat.disabled > a > label {
    color:#C7C7C7;
}

.sub_cat.disabled > a {
    cursor:not-allowed;
}

a.basic_link {
    text-decoration:none;
    color:#FAA950;
}

/* SITE */

.left_color_shape {
    align-items:stretch;
    width:10px;
    margin-right:0px;
}


/* --- COLOR CLASSES --- */

.bg-green {
    background-color:#129657;
}

.bg-lightgreen {
    background:#5FC96F;
}