/* Add here all your CSS customizations */
.summary-icon > a{
    color: white;
}
a.summary:hover, a.summary:focus{
    text-decoration: none;
}

table.dataTable thead .sorting_desc::after{
    color: #0039ff;
}

.dropdown-feedback{
    left: 440px;
    width: 50%;
    padding: 5px;
    padding-bottom: 25px;
    padding-right: 0px;
    top: 25%;
    position: fixed;
    webkit-box-shadow: 0 0px 260px 138px rgba(0, 0, 0, 0.39);
    box-shadow: 0 0px 260px 138px rgba(0, 0, 0, 0.39);
}

.btn-action > a{
    margin-right: 6px;
}

.header-feedback{
    margin-top: 15px;
    margin-bottom: -10px;
    height: auto;
    background-color: #f7f7f7;
    border: 1px solid #e8e8e8;
    border-radius: 3px 3px;
}

.header-feedback > ul{
    display: flex;
    list-style: none;
    padding: 0;
    height: auto;
    margin: 10px auto;
    font-size: 12px;
}

.header-feedback > ul > li{
    padding: 0px 5px;
    border-width: 2px;
    margin: 0 auto;
}

.header-feedback > ul > li:nth-child(3){
    float: right;
    text-align: right;
    border-right: 0px;
}
.alertDone{
    margin-bottom: 0;
    margin-top: 10px;
    display: none;
}
.close-drop{
    position: relative;
    top: 3px;
    right: 17px;
}

.modal-dialog{
    top: 33%;
    left: 10%;
    z-index: 10000;
}
.modal-content{
	max-height: 320px;
    overflow-y: auto;
}

span.label{
    font-size: 12px;
    display: inline-block;
    margin-top: 10px;
}