.container {
    display: flex;
    min-height: 100%;
    max-width: 100% !important;
}

.container-menu-left {
    flex-grow: 1;
    width: 160px;
    background-color: rgb(154 164 236);
}

.container-left {
    width: 160px;
    background-color: rgb(154 164 236);
}

.container-right {
    flex-grow: 1;
    padding: 10px;
    background-color: #ffffff;
}

.menu {
    list-style: none;
    padding-left: 0;
    margin-right: 0px;
}

.menu li {
    list-style: none;
    margin: 0px 0px;
    padding: 5px 10px;
    width: 100%;
    background: #9aa4ec;
    color: #FFFFFF;
    cursor: pointer;
    white-space: nowrap;
    overflow: none;
    text-overflow: ellipsis;
}

.menu li:hover{
    background: #ffe0df;
    color:#202020;
    border-radius: 2px;
}

.menu li.sel {
    background: #f8c8c6;
    color:#202020;
    border-radius: 2px;
}

.menu li i {
    margin-right: 5px;
}

.top-menu-item{
    border-bottom: 1px solid #e0e0e0;
}

.no-child{
    color:#ffffff !important;
}

.no-child:hover{
    background: #9aa4ec !important;
    color:#ffffff !important;
}

.child-menu {
    margin: 10px 0px 0px 5px;
    padding: 0px;
}

.show-file{
    display: none;
}

@media (max-width: 1024px) {

    .container {
        display: block;
        min-height: 100%;
        max-width: 100% !important;
        height: 100%;
        justify-content: center;
        align-items: center;
    }

    .container-left {
        margin-top: 10px;
        width: 100%;
        background-color: rgb(243, 246, 247);
    }

    .container-right {
        flex-grow: unset;
        width: 100%;
        padding: 10px;
        min-height: 100%;
        background-color: #ffffff;
    }

    .container-right .border {
        border: 0px !important;
    }

    .menu {
        display: flex;
        margin-right: 0px;
    }

    .menu li {
        flex-grow: 2;
        overflow: none;
        text-overflow: inherit;
        white-space: nowrap;
        background: #9aa4ec;
        color: white;
        list-style: none;
        text-align: center;
        vertical-align: middle;
        line-height: 50px;
        border-radius: 0px;
        margin: 0px 0px;
        padding: 2px 2px;
        border-right: 1px solid #eee;
        width: auto;
    }

    .menu li:hover, .menu li.sel {
        background: #f8c8c6;
        color:#202020;
    }

    .menu li>i {
        display: none;
    }

    .home-item {
        margin: 20px 0px;
    }

    .right-content .search {
        line-height: 36px;
    }

    .single-menu li {
        height: 48px;
        line-height: 48px;
    }

    .single-menu li>i {
        display: inline-block !important;
    }

    .right-table input[type="text"]{
        min-width: 120px;
        max-width: 200px;
    }

    #myTabContent {
        height: 100%;
        min-height: 600px;
    }

    .container-resume{
       width: 100% !important
    }

    .container-viewer{
        height: calc(100% - 50px) !important;
    }

    .show-file{
        display: block;
        float: right;
        font-size: 14px;
        margin-right: 10px;
        text-decoration: none;
    }
}

@media (max-width: 1000px) {
    .container-right .border {
        border: 0px !important;
    }
}

@media (min-width: 800px) {

    *{
        font-size: 14px;
    }
    
    .menu-item{
        font-size: 1.12em !important;
    }
    
    .right-table td {
        font-size: 1.12em;
    }

    .right-table td a{
        font-weight: normal;
        font-size: 1em !important;
    }    

    .page-info{
        font-size: 1.12em !important;
    }

    .page-info a{
        font-size: 1.12em !important;
    }
}

@media (max-width: 1000px) { 
    .col-xs-1 {
        flex: 0 0 auto;
        width: 8.33333333% !important;
    }

    .col-xs-2 {
        flex: 0 0 auto;
        width: 16.66666667% !important;
    }

    .col-xs-3 {
        flex: 0 0 auto;
        width: 25% !important;
    }

    .col-xs-4 {
        flex: 0 0 auto;
        width: 33.33333333% !important;
    }

    .col-xs-5 {
        flex: 0 0 auto;
        width: 41.66666667% !important;
    }

    .col-xs-6 {
        flex: 0 0 auto;
        width: 50% !important;
    }

    .col-xs-7 {
        flex: 0 0 auto;
        width: 58.33333333% !important;
    }

    .col-xs-8 {
        flex: 0 0 auto;
        width: 66.66666667% !important;
    }

    .col-xs-9 {
        flex: 0 0 auto;
        width: 75% !important;
    }

    .col-xs-10 {
        flex: 0 0 auto;
        width: 83.33333333% !important;
    }

    .col-xs-11 {
        flex: 0 0 auto;
        width: 91.66666667% !important;
    }

    .col-xs-12 {
        flex: 0 0 auto;
        width: 100% !important;
    }
}

#resume-viewer{
    background: #ffffff;
    padding: 10px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
}
