/*
 * It is advised not to edit the smartadmin_production.css
 * as this will override any changes you make in the 
 * later versions of this theme. 
 * 
 * We advise that you use use this CSS to override 
 * SmartAdmin styles. 
 * 
 * Rename the stylesheet to whatever your liking so it will stay
 * unique to you with each update of SmartAdmin.
 */

/*
 * INDEX
 * 
 * - HTML
 * - BODY
 * - CUSTOM STYLES
 */

/*.even_second_table{background-color:#696969;}*/
/*.odd_second_table{background-color: #ffff00;}*/



/* *** Calls button HD's *** */

/* Jede zweite Zeile einf�rben */
#sc_table tr:nth-of-type(odd) td {background-color: #E6E6E6;}
/* Thead Min.- H�he und H�he setzen */
#sc_table th {min-height: 40px; height: 40px;}
/* Erste Zeile (Head) Einf�rben und Border setzen */
#sc_table tr:first-child th {background-color: #E6E6E6; vertical-align: middle; border-bottom: 1px double #696969;}
/* Jedweiee erste Zeile einf�rben */
#sc_table tr:nth-of-type(even) td {background-color: #FAFAFA;}
/* Zeiele bei Mouseover einf�rben */
#sc_table tr:hover td {background-color: #EFF8FB;}
#bgcol_red td {background-color: #FBEFEF !important;}

#hd_termin_heute {color: #FA5858 !important; font-weight: bold !important;}
#hd_termin_fertig td {background-color: #F2FBEF !important;}
#hd_termin_offen td {background-color: #FBFBEF !important}
#hd_termin_anstehend td {background-color: #FBEFEF !important}
/* *** end Calls button HD's *** */

/* TV Temaviewer Chat-Plugin Positionierung */
#TvChatWidget {
    z-index: 1000 !important;
    left: -1px !important;
    width: 221px !important;
}
.select2-hidden-accessible {
    display: none !important;
    visibility: hidden !important;
}

.ui-datepicker{ z-index: 9999 !important;}

.popover{ z-index: 9999 !important;}


#overlay_progress {
    position: fixed;
    z-index: 1000;
    background-image: url("../img/loading2_32_blue.gif");
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    top: 10px;
    right: 10px;
}
#progress {
    position: fixed;
    z-index: 1000;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    top: 100px;
    right: 20px;
}
.hide_overlay {
    display: none;
}

.summernote{ z-index:9999; !important}


.note-editor.note-frame .note-editing-area .note-editable {
    margin-left: 20px;
}