/* ADMIN - VLIEGTUIGEN */
.admin-vliegtuig-add {
    position: absolute;
    right: 25px;
    top: 10px;
}

.admin-delete-vliegtuig {
    cursor: pointer;
}

.verwijder-vliegtuig-eigenaar {
    cursor: pointer;
}


/* ADMIN - VLIEGVELDEN */
.admin-vliegveld-add {
    position: absolute;
    right: 25px;
    top: 10px;
}

.admin-vliegveld-delete {
    cursor: pointer;
}


/* ADMIN - VLUCHTEN */
.btn-admin-vluchten-view {
    color: #000;
    background-color: #eaeaea;    
    padding: 5px 10px;
    border-radius: 5px;
    border-color: transparent;

}

.btn-admin-vluchten-view:hover {
    background-color: #6777ef !important;    
    color: #fff !important;
}

.btn-toggle-blauw {
    background-color: #6777ef;    
    color: #fff;
}

.admin-vlucht-delete {
    cursor: pointer;
}



/* admin - tankbeurten */
#tankbeurt-piloot-clear {
    cursor: pointer;
}

.btn-admin-tankbeurten-view {
    color: #000;
    background-color: #eaeaea;    
    padding: 5px 10px;
    border-radius: 5px;
    border-color: transparent;

}

.btn-tankbeurt-calc, .btn-tankbeurt-calc:hover {
    position: absolute;
    right: 55px;
    top: 10px;
     background-color: #6777ef !important;
    color: #FFF !important;
    border-radius: 0 !important;
    padding: 0px 10px !important;
}

.btn-admin-tankbeurten-view:hover {
    background-color: #6777ef !important;    
    color: #fff !important;
}

.btn-toggle-blauw {
    background-color: #6777ef;    
    color: #fff;
}

.admin-tankbeurt-add {
    position: absolute;
    right: 25px;
    top: 10px;   
}

.admin-vlucht-add {
    position: absolute;
    right: 25px;
    top: 10px;
}

/* ADMIN - KLANTEN */
#ledenlijst-add {
    position: absolute;
    right: 25px;
    top: 10px;
    color: #6777ef;
    background-color: #FFF;
    padding: 5px;
    cursor: pointer;
}

/* ADMIN - PRODUCTPRIJS*/
.admin-productprijs-add {
    position: absolute;
    right: 25px;
    top: 10px;
}





/* CLASSES */
.pbot5 {
    padding-bottom: 5px;
}

.mbot5 {
    margin-bottom: 5px;
}

.mr5 {
    margin-right: 5px;
}

.ptop5 {
    padding-top: 5px;
}

.pbot10 {
    padding-bottom: 10px;
}

.mbot10 {
    margin-bottom: 10px;
}

.ptop10 {
    padding-top: 10px;
}

.mtop10 {
    margin-top: 10px;
}

.pbot15 {
    padding-bottom: 15px;
}

.ptop15 {
    padding-top: 15px;
}

.pbot20 {
    padding-bottom: 20px;
}

.ptop20 {
    padding-top: 20px;
}

.ptop25 {
    padding-top: 25px;
}

.pleft5 {
    padding-left: 5px;
}

.pbot10 {
    padding-bottom: 10px;
}

.mright10 {
    margin-right: 10px;
}

.mtopbot15 {
    margin-top:15px;
    margin-bottom: 15px;
}

.ptopbot15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.ptopbot25 {
    padding-top: 25px;
    padding-bottom: 25px;
}

.pbottop30 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.mr10 {
    margin-right: 10px;   
}

.mlr0 {
    margin-left: 0px;
    margin-right: 0px;
}

.fs20 {
    font-size: 20px;
}

.m0auto {
    margin: 0 auto;
}

.dnoneimp {
    display: none;
}

.pointer {
    cursor: pointer;   
}

.red {
    color: red;
}

.green {
    color: green;
}


/* TWEAKS */
.DTE_Field_InputControl > select {
    width: 100%;
    padding: 5px;
}