﻿.padding_bottom_0 {
    padding-bottom: 0 !important;
}

.m_t_1em {
    margin-top: 1em;
}
.m_t_2em {
    margin-top: 2em;
}

.m_l_2em {
    margin-left: 2em;
}

.m_r_0p5em {
    margin-right: 0.5em;
}
.m_r_1em {
    margin-right: 1em;
}

.m_b_0p5em {
    margin-bottom: 0.5em;
}

.border_radius_10px {
    border-radius: 10px;
}

.text_align_right{
    text-align: right;
}

.display_none{
    display: none;
}

.menu-grid {
    /*margin-top: 30px;*/
    height: 40px;
    background-color: white;
    margin-bottom: 40px;
    -webkit-box-shadow: 7px 6px 5px -4px rgba(0,0,0,0.10);
    -moz-box-shadow: 7px 6px 5px -4px rgba(0,0,0,0.10);
    box-shadow: 7px 6px 5px -4px rgba(0,0,0,0.10);
}

/*.menu-grid .col-md-2{
    width: 10.666%;
}*/


#edit-delete-button>button {
    width: 140px !important;
}
#user_control_button {
    width: 140px !important;
}

.btnCSVDashboard {
    float: right;
    background-color: transparent !important;
    border-color: transparent !important;
    color: #00B0FF !important;
    font-size: 25px !important;
}

    .btnCSVDashboard:hover {
        border-color: transparent !important;
        cursor: pointer;
    }

    .grid-menu-item {
        height: 40px;
        text-align: center;
        touch-action: manipulation;
        cursor: pointer;
        color: #00B0FF;
        line-height: 40px;
    }

.grid-menu-item:hover 
{
    border-bottom: 2px solid #aaa;
    border-radius: unset;
    font-weight: bold;
}

.grid-menu-item a {
    color: #00B0FF;
    text-decoration: none;
}

.grid-fixed-menu-item {
    border-bottom: 2px solid #00B0FF;
    border-radius: unset;
    font-weight: bold;
}

.add:hover {
    border-bottom: 2px solid #00B0FF;
    color: #00B0FF;
    font-weight: bold;
}

.form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
}
    .select-search {
    box-shadow:none;
    margin-top: 2px;
    background-color: transparent;
    border: none;
    outline: none;
    border-bottom: 2px solid #aaa;
    border-radius: 0px;
    display: inline-block;
    font: inherit;
    line-height: 1.5em;
    color: #00B0FF;
}

.select-search:hover 
{
    border: none;
    border-bottom: 2px solid #00B0FF;
    color: #00B0FF !important;
}

.dropdown-menu .active a, .dropdown-menu .active a:hover {
    background-color: #00B0FF;
}

.bootstrap-select {
    border: none;
}

.linkChageModel:hover {
    border: 1px solid #00B0FF;
    -webkit-box-shadow: 0px 1px 1px #0090dd;
    -moz-box-shadow: 0px 1px 1px #0090dd;
    box-shadow: 1px 1px 1px #00a0ee;
    background-color: #eee;
}

.linkChageModel_button {
    color: white;
    background-color: #00B0FF;
    border: 2px solid #00B0FF;
}
.linkChageModel_button:hover {
    color: #00B0FF;
    background-color: white;
}

.declineCompetence_button {
    color: white;
    background-color: #eb3a23;
    border: 2px solid #eb3a23;
}
.declineCompetence_button:focus {
    border: none;
}

.declineCompetence_button:hover {
    color: #eb3a23;
    background-color: white;
}

.reopenCompetence_button{
    color: white;
    background-color: #00e600;
    border: 2px solid #00e600;
    outline: none;
}

.dispensationBtn {
    color: white;
    background-color: #ffbd59;
    width: 13.1em;
    margin-right: -15px;
    margin-top: -15px;
    border: 2px solid #ffbd59;
    outline: none;
}

.dispensationBtn:hover {
    color: #ffbd59;
    background-color: white;
}


.reopenCompetence_button > i {
    outline: none;
}

.reopenCompetence_button:focus {
    border: none;
}

.reopenCompetence_button:hover {
    color: #00e600;
    background-color: white;
}

.spinnerLoadingConf1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.1);
    color: #337ab7;
    font-size: 4em;
    text-align: center;
    padding-top: 4em;
    z-index: 9;
}

.classHtml_grid_highlight_filter_seacrh{
    background-color: yellow;
}

.inputFocusOrFiledLabel {
    line-height: 0px !important;
    font-size: 12px !important;
    font-weight: bold !important;
    top: 0px !important
}
.inputFocusOrFiledSpin {
    width: 100% !important
}
.inputEmptyLabel {
    line-height: 0px !important;
    font-size: 18px !important;
    font-weight: 300 !important;
    top: 30px
}
.inputEmptySpin {
    width: 0 !important
}