/*
#############################################################
NetOffice 2017 MookUp
#############################################################
NetOffice - Stand 02.08.2017  ###
(c) 2013 Günter "GHAN" Hansen

- Layout der Site
*/


/*

*/

.widget .input-group {
    margin-top: 10px;
}

.widget .input-group-addon {
    height: auto;
    width: 200px;
}

.widget .input-group .btn {
    height: auto;
    width: 150px;
}


/* Historie-Box */

.history {
    margin-top: 30px;
    height: auto;
    width: 400px;
    position: fixed;
    top: 30%;
    left: 40%;
    background-color: #ebe9e9;
    opacity: 0.75;
    min-height: 200px;
    border: 2px solid;
    border-color: #b0aeae;
}


/* Mail-Modul-Box */

.jb_mail {
    margin-top: 30px;
    height: auto;
    width: 400px;
    position: fixed;
    top: 30%;
    left: 40%;
    background-color: #ebe9e9;
    opacity: 0.75;
    min-height: 200px;
    border: 2px solid;
    border-color: #b0aeae;
}
#calender  .name {
    font-size:12px;
    color : #424040;
    border-color: black;
    border-style: solid ;
    border-width: 1px;
    width:150px;
    padding-left: 10px;
    height:20px;
    margin:0px;
    display: inline-block;
}
#calender  .monat {
    font-size:12px;
    color : #424040;
    border-color: rgb(160, 157, 157);
    border-style: solid ;
    border-width: 1px;
    width:150px;
    padding-left: 10px;
    min-height:20px;
    margin:0px;
    display: inline-block;
    
}
#calender  .monatsfarbe {
    background-color: #eee;
}
#calender  .tag {
    font-size:12px;
    color : #424040;
    border-color: rgb(49, 45, 45);
    border-style: solid ;
    border-width: 0.5px;
    min-width: 20px;
    min-height:20px;
    margin:0px;
    display: inline-block;
    text-align: center;
    
}
#calender   .farbe{
background-color: rgb(55, 231, 231);
}
