﻿@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed);


.required {
    color: black;
    font-size: .9em;
    padding-left: 3px;
} 

.label_einheit{
    font-size:10px;
    padding:3px;
}

.formHeader {
    margin-left: -10px;
    margin-bottom: 15px;
}

.formBody {
    margin-top: 20px;
}


.formFooter {
    margin-top: 40px;
    margin-bottom: 0px;
}

.formSeperator{
    height:2px;
    background-color: lightgrey;
    margin-top: 20px;
}

.formHinweis {
    color: gray;
    font-size:10px;
    padding:5px;
    line-height:13px !important;
    background-color:aliceblue;
    flex: 0 0 auto;
    /*display:inline;*/
       
}
    /*.formHinweis:before {
        content: url('../styles/info-icon.png');
    }*/

.formHeader_item {
    flex: 0 0 auto;
    background-color: #efefef;
    padding: 3px 10px 5px;
    margin-right:10px;
}

.formHeader_item_label {
    display: inline-block;
    font-size: 12px;
    color: steelblue;
    font-family: 'Roboto Condensed';
    padding-right: 3px;
    padding-top: 5px;
    
}

.formExtra_wrapper {
    background-color: lightgrey;
    display: flex;
}

.formExtra_row {
    background-color: grey;
    flex: 0 0 auto;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    padding-right: 5px;
    padding-left: 2px;
}

.formExtra_label {
    font-size: .5rem;
    font-weight: 600;
    letter-spacing: .1em;
    color: white;
    padding: 1px;
    padding-bottom: 0px;
    text-transform: uppercase;
}

.ff_div_header {
    background-color: #efefef; 
    padding:3px 10px 5px; 
    /*margin-left:-4px;*/
}

.ff {
    /*border-radius: 3px !important;*/
    font-family: Arial, Helvetica, sans-serif;
}
    .ff:focus {
        border-color: steelblue !important;
        /*border-radius: 3px !important;*/
        border-width: 1px !important;
        outline-width: 0px !important;
        
    }

.ff_label_text {
    /*display: inline-block;*/
    font-size: 12px;
    color: steelblue;
    padding-right: 0px;
    font-family: 'Roboto Condensed';
    margin-top: 10px;
    /*margin-bottom: -4px;*/
    /*letter-spacing: 1px;*/
}



.heute a {
    background-color: steelblue;
    color: white !important;
}


/*.buttonSave {
    background-color: steelblue !important;
    border-radius: 0px !important;
    border-color: lightsteelblue !important;
    border-width: 1px !important;
    font-family: Roboto;
    font-size: 16px !important;
    padding: 1px !important;
    color: white !important;
}

    .buttonSave:hover {
        background-color: lightsteelblue !important;
        border-color: steelblue !important;
    }*/




.buttonCancel {
    background-color: darkgray !important;
    /*font-family: 'Roboto condensed' !important;*/
}

    .buttonCancel:hover {
        background-color: #777 !important;
    }

.buttonDel {
    background-color: darksalmon !important;
}

    .buttonDel:hover {
        background-color: salmon !important;
    }


/*BESTÄTIGUNG*/

.rwTitlebarControls em {
    color: white !important;
    text-transform: uppercase !important;
    background-color: darkgray !important;
}

.rwTitlebarControls {
    background-color: darkgray !important;
}

.rwTopResize {
    background-color: darkgray !important;
}

td .rwTitleBar {
    background-color: darkgray !important;
}


.RadWindow_Metro .rwTitlebarControls em {
    color: white !important;
    text-transform: uppercase !important;
    background-color: darksalmon !important;
}

.RadWindow_Metro .rwTitlebarControls {
    background-color: darksalmon !important;
}

.RadWindow_Metro .rwTopResize {
    background-color: darksalmon !important;
}

.RadWindow_Metro td .rwTitleBar {
    background-color: darksalmon !important;
}

.RadWindow_Metro .rwControlButtons {
    background-color: darksalmon !important;
}

.RadWindow_Metro .rwTopLeft, .RadWindow_Metro .rwTopRight, .RadWindow_Metro .rwTitlebar, .RadWindow_Metro .rwTopResize, .RadWindow_Metro .rwCloseButton {
    background-color: darksalmon !important;
}

.RadWindow_Metro .rwControlButtons a {
    border: 1px solid darksalmon !important;
}