
@import '/css/colors.css.php';
@import '/css/responsive.css';
@import '/css/modal.css';

@font-face {
    font-family: 'Kaufmann BT';
    font-style: normal;
    font-weight: 400;
    src: local('Kaufmann BT'), local('KaufmannBT-Regular'),
        url(/fonts/kaufmann-bt_9df55df6c29487ae40861b5b3399b926.woff) format('woff'),
        url(/fonts/kaufmann-bt_9df55df6c29487ae40861b5b3399b926.ttf) format('truetype');
}

body, html {
    height: 100%;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 100%;
}
.fa{
	width:30px;
	height:30px;
	margin:0 1px;
}
.glyphicon {
    font-size: 130%;
}


.navbar-inverse {
    border: 0;
}

main {
    margin-bottom: 50px;
}

body {
    padding-top: 50px;
}

h1, h2, section{
   /* color: rgba(0, 0, 0, .8); */
}

.footer_label {
    float: none;
    width: 60px;
    margin: 0 5px 0 0;
}



header > .container {
    padding: 0;
    height: 150px;
    max-width: 1170px;
    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
    clear: both;
    overflow: hidden;
}

header .container > img {
    margin: 23px 3px 0 3px;
    float: left;
    border-radius: 10px;
}

/* START FOOTER */
footer > div {
    height: 40px;
    vertical-align: middle;
    padding-top: 5px;
}

footer > .container {
    padding: 0;
    height: 45px;
    max-width: 1170px;
    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
    clear: both;
    overflow: hidden;
}

footer input {
    width: 90px;
}

footer label {
    width: 70px;
}

footer .btn-default {
    height: 24px;
    padding-top: 0;
}

/***/
.left {
    margin: 0 auto;
    text-align: left;
}

.right {
    margin: 0 auto;
    text-align: left;
}

.center {
    margin: 0 auto;
    text-align: center;
}

footer > div > div.div_left {
    height: 24px;
    vertical-align: middle;
    font-weight: bold;
    width: 300px;
    text-align: left;
    float: left;
    margin: 0px 0 0 30px;
    padding-top: 3px;
    border: 0px solid rgba(255, 0, 0, 1);
}

footer > div > div.div_right {
    padding: 0;
    margin: 0 30px 0 10px;
    width: 490px;
    float: right;
    border: 0px solid rgba(255, 0, 0, 1);
}

div.div_right img{
	margin:0 5px;
	width:24px;
	cursor:pointer;
}

footer .container {
    font-size: 80%;
    padding-top: 10px;
}

footer .container > img {
    margin: 7.5px 3px 0 3px;
    float: left;
    border-radius: 3px;
    width: 40px;
    height: 30px;
}

/* END FOOTER */


.main {
    min-height: 200px;
    height: auto;
}

.container {
    border: 0px solid rgba(255, 0, 0, 1);
}

.container img {
    margin: 0 auto;
    text-align: center;
}

/* START MODAL **/
.modal-title {
    font-size: 110%;
}

.modal-header {
    height: 50px;
}

.submitButton {
    width: 100%;
}

.formboxwrap {
    margin-top: 20px;
}

.formboxwrap .btn-default {
    width: 100%;
}

#div_login, #postregisterbox, #postlogin, #postpassword {
    display: none
}

.formboxwrap label {
    font-weight: normal;
    width: 100%;
}

.formboxwrap .input-sm {
    display: inline;
    float: none;
}

label.label_register {
    font-weight: normal;
    text-align: left;
    min-width: 200px;
}

.btn-error, .btn-error:hover {  
	visibility: hidden;  
    width: 95%;
    margin: 0 12px;
    cursor: default;
    background-color: rgba(255, 0, 0, 1);
    color: rgba(255, 255, 255, 1);
}
/* ENDE MODAL **/


label {
    width: 200px;
    text-align: left;
    font-weight: normal;
}

/* START confirm delete */
div.div_confirm, div.div_error {
    width: 400px;
    height: 130px;
    border: 1px solid rgba(155, 155, 155, .5);
    background-color:rgb(173,216,230);
    color: rgb(47,79,79);
    margin: 0;
    padding: 5px;
    position: absolute;
    z-index: 10001;
    clear: both;
    border-radius:5px;
    font-weight:normal;
    font-size:12px;
    text-align:center;
}

div.div_confirm > div {
    margin: 0 auto;
    text-align: center;
    height: 35px;
    width: 50%;
    border: 0px solid rgba(255, 0, 0, 1);
    float: left;
}

div.div_confirm > div > button {
    height: 30px;
    /*background-color: rgba(207, 20, 61, 1);*/
    color: rgba(155, 155, 155, 1);
    margin: 0 auto;
    text-align: center;
    padding: 3px;
    width: 120px;
    border: 1px solid rgba(155, 155, 155, .8);
    border-radius: 5px;
    color: rgba(0, 0, 0, .8);
}

div.div_confirm > div > button.button_confirm {
    /*background-color: rgba(0, 155, 0, 1);*/
}

div.div_confirm > div > button:hover, div.div_confirm > div > button.button_confirm:hover {
    /*background-color: rgba(68, 167, 223, 1);*/
     background-color:rgb(211,211,211);
}

div.div_confirm > h4 {
    margin: 20px 0;
    text-align: center;
}

/* START iframe player u. edit */
div.div_opacity {
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10000;
    opacity: 0.7;
    background-color: #000;
}

div.div_edit {
    min-width: 481px;
    width: auto;
    min-height: 347px;
    height: auto;
    z-index: 10001;
    position: absolute;
    border: 0px solid #C0C0C0;
    border-left: 0;
    border-top: 0;
}

div.div_edit iframe {
    min-width: 481px;
    width: auto;
    min-height: 347px;
    height: auto;
    border: 0px solid rgba(255, 255, 255, .5);
}

div.div_close {
    z-index: 3;
    float: right;
    background-color: transparent;
    background-image: url('/graphics/icons/close_01.png');
    height: 36px;
    width: 36px;
    margin: 0;
    position: absolute;
    right: -15px;
    top: -15px;
    cursor: pointer;
}

/* END iframe player u. edit */

/* START Warning */
div.div_warning {
    color: rgb(255, 255, 255);
    width: 500px;
    height: 300px;
    border: 1px solid rgba(255, 255, 255, .5);
    background-color: rgb(155, 0, 0);
    margin: 20px auto;
    text-align: center;
    font-size: 90%;
    padding: 10px;
    border-radius:5px;
}

div.div_warning > div {
    padding: 5px;
    text-align: left;
}

div.div_warning > div > ul {
    text-align: left;
    padding: 10px 0;
}

div.div_warning > div > ul > li {
    text-align: left;
    list-style: none;
    margin: 0 auto;
    padding: 0;
}

div.div_warning > div > ul > li > a {
    color: rgba(0, 155, 255, 1);
    text-decoration: underline;
    font-weight: normal;
}

/* END Warning  */

/* START Close Info Window */
div.div_info_close {
    margin: 20px 0;
    text-align: center;
}

div.div_info_close input {
    width: 160px;
    background-color: rgba(31, 181, 234, 1);
    color: rgba(255, 255, 255, 1);
    border: 1px solid rgba(0, 0, 0, .5);
}

/* END Close Info Window */

/* START DIV Error */
div.div_error {
    background-color: rgba(233, 150, 122);
    color: rgb(0,0,0);
}

div.div_error button {
    border: 1px solid rgba(0, 0, 0, .5);
    width: 120px;
    color: rgba(0, 0, 0, .8);
    position: absolute;
    bottom: 30px;
    left: 140px;
}

div.div_error button.btn:hover {
    background-color:rgb(211,211,211);
}

/* END DIV Error */

/* START DIV Buttons Formulare */
div.div_buttons {
    margin: 20px 0 0 0;
    text-align: center;
    border: 0px solid rgba(255, 0, 0, 1);
    height: 40px;
    clear: both;
}

div.div_buttons > hr {
    color: rgba(255, 255, 255, 1);
    border-top: 1px solid rgba(0, 0, 0, .8);
}

div.div_buttons > div {
    width: 50%;
    float: left;
}

div.div_buttons > div > input {
    width: 180px;
}

div.div_buttons > div.div_note {
    margin: 20px 0;
    font-size: 90%;
    width: 100%;
    text-align: left;
    color: rgba(205, 0, 0, 1);
}

/* END DIV Buttons Formulare */
section.section_nav {
    height: 80px;
    clear: both;
}

section.section_nav > div {
    float: left;
}

section.section_nav > div.div_right {
    border: 0px solid rgba(255, 155, 87, 1);
    text-align: right;
    float: right;
    margin: 0 5px;
    width: 300px;
}

#a_reload {
    margin-left: 5px;
    visibility: hidden;
}

section.section_nav img {
    border: 0;
    width: 30px;
    height: 30px;
}

/* START jQuery-UI Datepicker */
.ui-datepicker-calendar th, .ui-datepicker-unselectable, .ui-state-disabled {
    background-color: rgba(255, 255, 255, .9);
}

/* END jQuery-UI Datepicker */
/* START DEBUG DIV  **/
div.div_debug, div.div_caution {
    color: rgba(0, 0, 0, .5);
    border-radius: 5px;
    background-color: rgb(127, 205, 127);
    padding: 5px;
    position: fixed;
    bottom: 60px;
    left: 30px;
    width: 200px;
    border: 1px solid rgb(155, 155, 155);
    height: 120px;
    font-size: 70%;
}

div.div_debug  a, div.div_caution a {
    color: rgba(0, 0, 0, 1);
}

div.div_caution {
    color: rgba(255,255, 255, 1);
    background-color: rgba(255, 0, 0, .8);
}

/* ENDE DEBUG DIV  **/

/* FOOTER DATE*/
div.div_right > form > ul.ul_date {
    width: 100%;
    text-align: right;
    border: 0px solid rgba(255, 0, 0, 1);
    height: 34px;
    margin: -5px 0 0 0;
    padding: 0;
}

div.div_right > form > ul.ul_date > li {
    float: left;
    list-style: none;
    margin: 0 2px;
    border: 0px solid rgba(0, 255, 255, 1);
    padding: 0;
    line-height: 32px;
    text-align: right;
}

div.div_right > form > ul.ul_date > li > input.input_date {
    width: 94px;
    display: inline;
    margin: 0;
}

footer div.div_right {
    width: 390px;
}

/* END FOOTER DATE*/

.btn-default1, .btn-default2 {
	line-height:30px;
	vertical-align: middle;
	margin: 0 10px;
	text-align: center;
	height: 30px;
	width: 30px;
	padding: 0;
	margin-top: -1px;
	font-weight:normal;
}

.btn-default2 {
	line-height:20px;
	height: 20px;
	width: 20px;
}

h3.h3_error{
	margin:20px;
	color:rgb(255,0,0);
}
section.section_nav>h4>span {
	margin-right: 35px;
	float: right;
}
