@charset "utf-8";
/*CSS Document*/

.login-container {
	border: 1px solid #dadada;
    border-radius: 5px;
    box-shadow: 2px 2px #dadada94;
    padding: 30px;
}

.form-group > label {
    margin-bottom: 15px;
}

.padding-rl-10 {
    padding-left: 10px;
    padding-right: 10px;
}

.add-row-button{
    text-align: center;
    padding: 10px;
    border: 1.5px dashed #ecf0f5;
    margin: 15px;
    clear: both;
}

.container-add-column {
    padding: 20px 10px 10px 10px;
    border: 1px solid #ddd;
}

.button-delete-row{
    float: right;
    margin-top: -42px;
    margin-right: 0%;
}

.cursor-disabled {
    cursor: not-allowed;
}

.container-detail {
    padding: 10px;
}

.square-blue {
    width: 20px;
    height: 20px;
    background: #3c8dbc;
    margin-right: 10px;
    margin-bottom: 10px;
}

.square-green {
    width: 20px;
    height: 20px;
    background: #00a65a;
    margin-right: 10px;
    margin-bottom: 10px;
}

.square-purple {
    width: 20px;
    height: 20px;
    background: #800080;
    margin-right: 10px;
    margin-bottom: 10px;
}

.square-red {
    width: 20px;
    height: 20px;
    background: #f56954;
    margin-right: 10px;
    margin-bottom: 10px;
}

.d-flex {
    display: flex;
}

.wd-160 {
    width: 160px;
}

.clear {
    clear: both;
}

.dropdown-year {
    width: 100px !important;
    text-align: center !important;
}

.dropdown-year > li > a {
    border-bottom: 1px solid #f5f5f5;
}

.active-year {
    font-weight: bold !important;
}