#signin-form{
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-top: 20px;
}

#div_signin_form{
    padding-left:60px;
    padding-right:60px;
    padding-top:25px;
    padding-bottom:25px;
    background:#e5e5e5;
    border: #bcbcbc;
    width:530px;
    margin: 0 auto;
}

#inputAddress{
    resize:none;
    height:100px;
}

.steps-form {
    display: table;
    width: 100%;
    position: relative;
}

.steps-form .steps-row {
    display: table-row;
}

#kpi_table > thead > tr > th{
    vertical-align: middle;
}

.steps-form .steps-row .steps-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.steps-form .steps-row .steps-step .btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 8px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
    margin-left: 30px;
    border-width: 2px;
}

.steps-form .steps-row .steps-step p {
    font-weight:bold;
    color:#000000;
    margin-left: 30px;
}

.active{
    background-color: red;
}

.unactive{
    background-color: #ffffff;
    border-color:red;
}

.steps-form .steps-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 2px;
    background-color: red;
}

.error{
    color:red;
}

#error-message-alert{
    width: 450px;
    margin: 0 auto;
    display: block;
    margin-bottom: 20px;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    border-top: 4px solid red;
}


#login_button{
    background-color: red;
    color:white ;
}

#deleteButton{
    background-color: red;
    color:white ;
    width:20%;
}

.export-xl-and-upload-form-div{
    float:right;
    bottom:0;
    right:0;
}

.export-xl-and-upload-form-div button{
    color:white;

}

#exportXlButton{
    background-color: #2d9946;
    color: #ffffff;
}

#history-self-appraisal{
    float: right;
    display: inline-block;
}

#history-form_approval{
    float: right;
    display: inline-block;
}

.modal-dialog-history{
    min-width: 85%;
    margin:auto;
}

.modal-history-info{
    padding:0px 16px;
}

.selfKpiButtons, .aspekPenilaianButtons{
    float:right;
    bottom:0;
    right:0;
    margin-top:15px;
}

.selfKpiButtons button, .aspekPenilaianButtons button{
    width:150px;
}

#uploadFormButton{
    background-color: #2b8391;
    color: #ffffff;
}

#nextPageButton{
    background-color: #f10017;
    color: #ffffff;
}

#logout{
    border-top:1px solid black;
}

#postFormButton{
    background-color: #f10017;
    color: #ffffff;
}

.aspek-penilaian-user-modal-buttons > #cancelModalFormButton{
    background-color:#f10017;
    border-color:#f10017;
}

.aspek-penilaian-user-modal-buttons button{
    width:150px;
}

.aspek-penilaian-user-modal-buttons > #postModalFormButton{
    background-color: #0069d9;
    border-color: #0062cc;
    color:#ffffff;
}

#saveButton{
    background-color: red;
    color:white ;
    width:20%;
    right: 50px;
    float:right;
    /*position: absolute;*/
    margin-top:30px;
    margin-bottom:20px;
}

@media (max-width:768px){
    #saveButton{
        background-color: red;
        color:white ;
        width:50%;
        position:relative;
        bottom:0px;
        right:0px;
        margin-bottom:20px;
    }

    .selfKpiButtons{
        margin-bottom:15px;
    }

    .selfKpiButtons button{
        width:120px;
        font-size:0.8rem;
    }


    /*#uploadFormButton{
        background-color: #2b8391;
        color: #ffffff;
        position: relative;
        bottom:0px;
        right:0px;
        margin-top:20px;
    }*/

    .export-xl-and-upload-form-div{
        margin-bottom:10px;
    }
}

#employeeDatatable_wrapper .col-sm-12{
    overflow-x:auto;
}

#migration-login-title{
    text-align:center;
}

.wrapper {
    font-family: 'Muli', sans-serif;
    display: flex;
    align-items: stretch;
    background-color:#EFF0F3;
    transition: 0.3s;
}

.wrapper_new {
    font-family: 'Muli', sans-serif;
    display: flex;
    align-items: stretch;
    background-color:#EFF0F3;
    transition: 0.3s;
}

.dashboard-grid{
    margin-bottom: 20px;
}

.dashboard-icon{
    margin-left:10px;
    margin-top:15px;
}

.huge {
    font-size: 12px;
    margin-top:20px;
    /* margin-left:1px;    */
}

/* .dashboard-box{
    height:70px;
    margin-left:20px;
    background-color:#f7f7f7;
    border:1px solid #dbdbdb;
    border-radius:2%;
} */

.nav-tabs {
    overflow-x: auto;
    overflow-y: hidden;
    display: -webkit-box;
    display: -moz-box;
}

@media(max-width:768px){
    /* .dashboard-box{
        margin-left:0;
    } */
}

body,html{
    background-color:#EFF0F3;
    font-family: 'Muli', sans-serif;
    /* height: 100%; */
}

#sidebar {
    font-family: 'Muli', sans-serif;
    min-width: 250px;
    max-width: 250px;
    min-height: 100vh;
    background: #d1d1d1;
    color: #fff;
    transition: all 0.3s;
    margin-top: 57px;
    margin-left: 0;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}


@media (max-width: 768px) {
    /*ul.nav-tabs{
        display: inline-block;
        float: none;
    }*/
}

nav{
    font-family: 'Raleway', sans-serif;
}

a, a:hover, a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.submenuAdmin li a{
    background: #b9b9b9;
    color: #fff;
    transition: all 0.3s;
}

#pageSubmenu li a{
    background: #b9b9b9;
    color: #000000;
    transition: all 0.3s;
}

#pageReportmenu li a{
    background: #b9b9b9;
    color: #fff;
    transition: all 0.3s;
}

#pageLogmenu li a{
    background: #b9b9b9;
    color: #fff;
    transition: all 0.3s;
}

#logo-navbar{
    width:12rem;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #c1c1c1;
}

#sidebar ul.components {
    background-color: #d1d1d1;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
    color:#757e88;
    padding-top:15px;
    padding-bottom:15px;
    padding-left:30px;
    padding-right:20px;
}

#sidebar ul li a:hover {
    color: #757e88;
    background: #fff;
}

#sidebar ul li.active > a, a[aria-expanded="true"] {
    color: #fff;
    background: #db0015;
}

.navbar-brand img{
    width:22.5rem;
    /* top:0; */
    position: absolute;
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 50px !important;
    background: #6d7fcc;
}

/*.fixed-top {
    border-bottom: 1px solid gray;
    height: 40px;
}
*/
#content{
    padding-left:35px;
    padding-right:35px;
    padding-top:20px;
    padding-bottom:20px;
    /*height:100vh; */
    width:100%;
    margin-top:57px;
}

#kpi_table, #improvement_table, #success_plan_table{
    font-size:14px;
}

.note-detail{
    font-size: 11px;
    line-height: 8px;
    color:#888888;
    letter-spacing: 0.5px;
}

table thead{
    text-align: center;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #db0015;
    border-color: #db0015;
}

.navbar-brand,
.navbar-nav li a {
    height: 35px;
    padding-top: 0;
}

#form-aspek-penilaian-table-1,#form-aspek-penilaian-table-2,#form-aspek-penilaian-table-3{
    background-color:transparent;
    border-radius:10px;
}

@media (min-width:769px){
    .ml-auto{
        top: 15px;
        right: 15px;
        position: absolute;
    }

    #sidebar {
        font-family: 'Muli', sans-serif;
        font-size: 13px;
        min-width: 150px;
        max-width: 150px;
        min-height: calc(100vh - 57.4px);
        background: #d1d1d1;
        color: #fff;
        transition: all 0.3s;
        /* margin-top: 57px; */
        margin-left: 0px;
    }

    .wrapper{
        padding-left: 16%;
    }
}

@media (min-width:1000px){
    #sidebar {
        font-size: 14px;
        min-width: 180px;
        max-width: 180px;
    }
}

@media (min-width:1200px){
    #sidebar {
        font-size: 15px;
        min-width: 200px;
        max-width: 200px;
    }
}

@media (min-width:1400px){
    #sidebar {
        min-width: 250px;
        max-width: 250px;
    }
}

.navbar-light .navbar-nav .nav-link {
    color: #000000;
    font-family: 'Muli',sans-serif;
}

#content h2{
    margin-bottom:30px;
}

#sidebarCollapse{
    display: none;
}

#sidebarCollapse_new{
    display:block;
    float:left;
    background-color: transparent;
    color: #757e88;
    border:none;
    margin-top: 3px;
}

#dismiss {
    display:block;
    width: 35px;
    height: 35px;
    position: absolute;
    /* top right corner of the sidebar */
    top: 10px;
    right: -2px;
    color: black;
}

#sidebar {
    /*height: 100vh;*/
    height: 10px;
    position: fixed;    
    top: 0;
    left: 0;
    overflow-y: auto;
    overflow-x: hidden;
    /* top layer */
    z-index: 1040;
}

.overlay {
    display: none;
    position: fixed;
    /* full screen */
    width: 100vw;
    /*height: 100vh;*/
    height: 300vh;
    /* transparent black */
    background: rgba(0, 0, 0, 0.7);
    /* middle layer, i.e. appears below the sidebar */
    z-index: 998;
    opacity: 0;
    /* animate the transition */
    transition: all 0.5s ease-in-out;
}

/* display .overlay when it has the .active class */
.overlay.active {
    display: block;
    opacity: 1;
}

.col-lg-4, .col-md-6, .col-sm-6{
    height: 100%;
}

@media(max-width: 768px){
    /* #sidebarCollapse{
        display:block;
        float:left;
        background-color: transparent;
        color: #757e88;
        border:none;
    } */

    .btn-verify-email, .btn-change-password{
        width:100%;
    }

    /*.fixed-top {
        border-bottom: 1px solid gray;
        height: 55px;
    }*/
    .ml-auto{
        text-align:center;
        margin-top:25px;
    }

    #content{
        margin-top:55px;
    }

    #sidebar{
        margin-top:55px;
    }

    /* #div_signin_form{
        padding-left:30px;
        padding-right:30px;
        padding-top:25px;
        padding-bottom:25px;
        background:#e5e5e5;
        border: #bcbcbc;
        width:100%;
    } */

    .navbar-nav .ml-auto li a{
        min-height:20px;
    }

    nav.navbar-top-polytron{
        display:none;
    }
}

@media(max-width: 768px){
    .wrapper {
        display: block;
    }

    .wrapper_new {
        display: block;
    }

    #sidebar {
        margin-left: -250px;
        min-width: 250px;
        max-width: 250px;
        /*height: 100vh;*/
        height: 300vh;
        position: fixed;
        top: 0;
        left: 0;
        /* top layer */
        z-index: 9999;
    }

    /* #dismiss {
        display:block;
        width: 35px;
        height: 35px;
        position: absolute; */
        /* top right corner of the sidebar */
        /* top: 10px;
        right: -2px;
        color:black;
    } */
}

@keyframes animatetop{
    from{
        top:-300px;
        opacity:0
    }
    to{
        top:0;
        opacity:1
    }
}

@keyframes a-ef{
    24% {
        animation-timing-function: cubic-bezier(.8,0,.6,1);
        transform: scaleY(.42);
    }

    52% {
        animation-timing-function: cubic-bezier(.63,0,.2,1);
        transform: scaleY(.98);
    }
    83% {
        animation-timing-function: cubic-bezier(.8,0,.84,1);
        transform: scaleY(.96);
    }
    100% {
        transform: none;
    }
}

@keyframes opac{
    from{
        opacity:0
    }
    to{
        opacity:1
    }
}

p {
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    /* color: #999; */
} 

.steps-form {
    display: table;
    width: 100%;
    position: relative;
}

.steps-form .steps-row {
    display: table-row;
}

#kpi_table > thead > tr > th{
    vertical-align: middle;
}

.dynamic_textarea{
    box-sizing: border-box;
    max-height: 134px; /* optional, but recommended */
    min-height: 38px;
    overflow-x: hidden;
}
@media (max-width:768px){
    #div_signin_form {
        width: 100%;
    }
}

@media (max-width:500px){
    #content h2 {
        font-size: 1.8rem;
    }
}

#logo-polytron{
    margin:0 auto;
    display:block;
    width:30%;
    margin-bottom: 10px;
    /*width:15rem;*/
}
@media (max-width:992px){
    #logo-polytron{
        width:16rem;
    }
}
@media (max-width: 400px){
    #logo-polytron{
        width:16rem;
    }
}