﻿/*
---------------------------------------------
BASIC HTML OVERRIDES
---------------------------------------------
*/

html {
	padding-top: 0;
	padding-bottom: 0;
	position: relative;
	min-height: 100%;
}

body {
	padding-top: 50px;
	padding-bottom: 180px;
    margin-bottom: 2.5em;
	color: #494949;
	overflow-x: hidden;
	background-color: #fafafa;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.width-body {
    /*max-width: 390px; eliminado para uqe se centren todos los cuadros */
    margin: 50px 0 0 0;
    align-items: center; /*Arreglar para centrar contenido*/
}


/* Set maximum width on the form input elements since they're 100% wide by default */
input, select {
    max-width: 280px;
}

/* Set default text color */
p {
    color: #4a4a4a;
}


/*
---------------------------------------------
BOOTSTRAP OVERRIDES AND OWN CLASSES
---------------------------------------------
*/
.pagination { margin-top: 0; }
.form-group { margin-bottom: 5px; }
.form-control { height: 30px; line-height: 1.22857143; }
.field-validation-error{ color: #d14b4b; font-size: 11px; }
.input-validation-error{ border-color: #d14b4b; }
.validation-summary-errors { color: #d14b4b; }
.input-addon-empty { padding: 10px 16px; }
.thumbnail-box-edit img { width: 200px; }
.thumbnail-box-list img { width: 100px; }
.btn-imgedit { width: 140px; text-align: left; }
.btn-listedit { width: 110px; text-align: left; }
.ui-button { height: 30px; }
.form-spaceline { padding-top: 15px; }
form hr { height: 1px; margin: 0; padding: 0 0 5px 0; }

/*
Override the default bootstrap behavior where horizontal description lists 
will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/*TOP-MENU*/
.nav1 {
    height: 80px;
    border-bottom: none;
}

.nav2 {
    border-top: none;
    margin-top: 31px;
}

.navbar-collapse {
    margin-right: 15px;
}

.navbar-brand {
    padding-top: 0;
}

.navbar .nav-yellow, .navbar-collapse .nav-yellow, .navbar-collapse .nav-orange, .navbar-collapse .nav-red, .navbar-collapse .nav-purple, .navbar-collapse .nav-blue, .navbar-collapse .nav-green {
    border-bottom: 3px solid #fff;
}

.nav-yellow:hover, .nav-yellow-active {
    border-bottom: 3px solid #eab937;
}

.nav-orange:hover, .nav-orange-active {
    border-bottom: 3px solid #c8641b;
}

.nav-red:hover, .nav-red-active {
    border-bottom: 3px solid #ba1019;
}

.nav-purple:hover, .nav-purple-active {
    border-bottom: 3px solid #3c2861;
}

.nav-blue:hover, .nav-blue-active {
    border-bottom: 3px solid #105e9d;
}

.nav-green:hover, .nav-green-active {
    border-bottom: 3px solid #0a4722;
}

/*JUMBOTRON*/
.titulo-jumbo {
    color: #105e9d;
    font-size: 1.4em;
    letter-spacing: .5em;
    font-weight: bold;
    word-spacing: 1em;
    line-height: 30px;
}

.background-jumbo {
    background-image: url(../images/fondo02.png);
    padding: 12px 0 18px 0;
}

.border-left {
    border-left: 2px solid #d8d8d8;
    padding-left: 10px;
}

.p-body {
    color: #5d6565;
    font-size: 1em;
    padding: 5px 0;
}

.marging-body {
    margin: 0;
    padding: 0;
}

.titulo-tema {
    display: block;
    color: #5d6565;
    font-size: 18px;
    text-transform: uppercase;
    position: relative;
    top: 3px;
    right: 15px;
}

.titulo-body {
    color: #5d6565;
    font-size: 1.3em;
    letter-spacing: .15em;
}


/*FOOTER*/
.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 190px;
	padding: 15px 0;
	text-align: left;
	background: #E2E2E2;
	border-top: 1px solid #CECECE;
	margin: 2em 0 0 0;
	font-size: 11px;
	color: #242424;
	margin-top: 2em;
}
.footer-title { font-size: 14px; font-weight: bold; margin-bottom: 5px; }
.footer-small { height: 20px; }
.footer-nav {
	list-style: none;
	padding-left: 0px;
}
.footer-nav > li > a {
	color: #000;
}
.footer-subnav {
	margin-left: 15px;
}
.footer-nav > li > a:hover,
.footer-nav > li > a:focus {
  text-decoration: none;
  color: red;
}

/*BOTONES*/
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: none;
    cursor: pointer;
}

.btn {
    color: #FFF;
    padding: 2px 20px;
    line-height: 29px;
    border-radius: 1px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .btn:focus, .btn:active:focus, .btn.active:focus {
        outline: 0;
        outline-offset: inherit;
    }

    .btn:active, .btn.active, .btn-default:active, btn-default.active {
        outline: 0;
        background-image: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.btn-yellow {
    background-color: #e9cf5a;
    border-color: #e0bc45;
}

.btn-orange {
    background-color: #e5af55;
    border-color: #de9649;
}

.btn-red {
    background-color: #d57065;
    border-color: #d14b4b;
}

.btn-purple {
    background-color: #9777ae;
    border-color: #8a48a0;
}

.btn-blue {
    background-color: #73c1ed;
    border-color: #73c1ed;
}

.btn-green {
    background-color: #8dc2ad;
    border-color: #40afa9;
}

.btn-yellow:hover, .btn-yellow:focus, .btn-yellow:active, .btn-yellow.active, .open .dropdown-toggle.btn-yellow {
    background-color: #e4c331;
    border-color: #d8ab16;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-orange:hover, .btn-orange:focus, .btn-orange:active, .btn-orange.active, .open .dropdown-toggle.btn-orange {
    background-color: #de9b2b;
    border-color: #d67c1c;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-red:hover, .btn-red:focus, .btn-red:active, .btn-red.active, .open .dropdown-toggle.btn-red {
    background-color: #ca4c3f;
    border-color: #c63535;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #ffffff;
}

.btn-purple:hover, .btn-purple:focus, .btn-purple:active, .btn-purple.active, .open .dropdown-toggle.btn-purple {
    background-color: #7d559a;
    border-color: #774089;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-blue:hover, .btn-blue:focus, .btn-blue:active, .btn-blue.active, .open .dropdown-toggle.btn-blue {
    background-color: #50b1e9;
    border-color: #0097d7;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-green:hover, .btn-green:focus, .btn-green:active, .btn-green.active, .open .dropdown-toggle.btn-green {
    background-color: #71b398;
    border-color: #109b93;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-dropdown {
    width: 80%; margin-left: 15px;
}

/*///LIST-GROUPS (LEFT-MENU)///*/

#left-menu { width: 170px; }

/* general list styles */
.list-yellow, .list-orange, .list-red, .list-purple, .list-blue, .list-green {
    display: block;
    padding: 9px;
    background: #f5f5f5;
    text-align: center;
    letter-spacing: .07em;
    border-bottom: 3px solid #f5f5f5;
}

.list-alphabet {
    padding: 3px;
}

a.list-yellow, a.list-orange, a.list-red, a.list-purple, a.list-blue, a.list-green {
    color: #575757;
    text-decoration: none;
}

a.list-yellow:hover, a.list-yellow-active,
a.list-orange:hover, a.list-orange-active,
a.list-red:hover, a.list-red-active,
a.list-purple:hover, a.list-purple-active,
a.list-blue:hover, a.list-blue-active,
a.list-green:hover, a.list-green-active {
    color: #3f3f3e;
    background-color: #d9d9d9;
    }

.list-title-yellow, .list-title-orange, .list-title-red, .list-title-purple, .list-title-blue, .list-title-green {
    display: block;
    padding: 15px 10px;
    text-transform: uppercase;
    font-size: .95em;
    letter-spacing: .13em;
    margin-bottom: -1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*yellow*/
.list-title-yellow {
    color: #fff;
    background: #eab937;
    border-bottom: 4px solid #e2b00c;
}

a.list-yellow:hover, a.list-yellow-active {
    border-bottom: 3px solid #eab937;
}

/*orange*/
.list-title-orange {
    color: #fff;
    background: #c8641b;
    border-bottom: 4px solid #a7571d;
}

a.list-orange:hover, a.list-orange-active {
    border-bottom: 3px solid #c8641b;
}

/*red*/
.list-title-red {
    color: #fff;
    background: #ba1019;
    border-bottom: 4px solid #9b0103;
}

a.list-red:hover, a.list-red-active {
    border-bottom: 3px solid #ba1019;
}

/*purple*/
.list-title-purple {
    color: #fff;
    background: #3c2861;
    border-bottom: 4px solid #2e1f49;
}

a.list-purple:hover, a.list-purple-active {
    border-bottom: 3px solid #3c2861;
}

/*blue*/
.list-title-blue {
    color: #fff;
    background: #105e9d;
    border-bottom: 4px solid #0e4878;
}

a.list-blue:hover, a.list-blue-active {
    border-bottom: 3px solid #105e9d;
}

/*green*/
.list-title-green {
    color: #fff;
    background: #0a4722;
    border-bottom: 4px solid #08381b;
}

a.list-green:hover, a.list-green-active {
    border-bottom: 3px solid #0a4722;
}


/*/// UL-LIST STYLES (LISTA DE THEMAS)///*/

.pagetitle { margin-bottom: 7px; }

.subtitle {
    color: #4b4b4a;
    background: #d9d9d9;
    font-weight: bold;
    display: block;
    padding: 15px 10px;
    text-transform: uppercase;
    font-size: .95em;
    letter-spacing: .13em;
    margin-bottom: -1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ul-list {
    list-style: none;
    margin-top: 20px; /*NUEVA MODIFICACION-01*/
}

    .ul-list li, .ul-list li a {
        display: block;
        padding: 1px;
        color: #555555;
        font-size: 1em;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        max-width: 400px;
        border-bottom: 2px solid #fff;
    }

        .ul-list li a:hover {
            color: #222222;
            text-decoration: none;
        }

.ul-list-yellow li a:hover, .subtitle-yellow {
    border-bottom: 2px solid #eab937;
}

.ul-list-orange li a:hover, .subtitle-orange {
    border-bottom: 2px solid #c8641b;
}

.ul-list-red li a:hover, .subtitle-red {
    border-bottom: 2px solid #ba1019;
}

.ul-list-purple li a:hover, .subtitle-purple {
    border-bottom: 2px solid #3c2861;
}

.ul-list-blue li a:hover, .subtitle-blue {
    border-bottom: 2px solid #105e9d;
}

.ul-list-green li a:hover, .subtitle-green {
    border-bottom: 2px solid #0a4722;
}

.chevron-right {
    font-size: 7px;
    color: #777777;
}

/*DOWNLOAD Y LINKS*/
.download-yellow, .link, .download-orange, .download-red, .download-purple, .download-blue, .download-green {
    font-size: 1em;
    color: #fff;
    word-spacing: 20px;
    display: block;
    padding-left: 30px;
    padding: 10px 20px;
}

.download-yellow { 
    background: #eab937;
    color: #4b4b4a;
}

.download-orange {
    background: #c8641b;
    color: #4b4b4a;
}

.download-red {
    background: #ba1019;
}

.download-purple {
    background: #3c2861;
}

.download-blue {
    background: #105e9d;
}

.download-green {
    background: #0a4722;
}

.link {
    background: #d9d9d9; color: black;
}

.text-yellow { color: #eab937; }
.text-orange { color: #c8641b; }
.text-red { color: #ba1019; }
.text-purple { color: #3c2861; }
.text-blue { color: #105e9d; }
.text-green { color: #0a4722; }

a.download-list-yellow:hover, a.link-list:hover, a.download-list-orange:hover, a.download-list-red:hover, a.download-list-purple:hover, a.download-list-blue:hover, a.download-list-green:hover {
    background: #d3d3d3;
    text-decoration: none;
    color: #4b4b4a;
}

a.download-list-yellow, a.link-list, a.download-list-orange, a.download-list-red, a.download-list-purple, a.download-list-blue, a.download-list-green {
    text-decoration: none;
    color: #4b4b4a;
    display: block;
    padding-left: 30px;
    padding: 3px 27px;
}

/*  PANELES*/
.panel, .panel-default {
    padding-top: 0; margin-top: 0;
}
.panel-heading-small {
    height: 20px; padding-top: 1px; font-size: 12px;
    }

.panel-orange {
  border-color: #fbc381;
}
.panel-orange > .panel-heading {
  color: #d25739;
  background-color: #ffce94;
  border-color: #fbc381;
}
.panel-orange > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ffce94;
}
.panel-orange > .panel-heading .badge {
  color: #ffce94;
  background-color: #d25739;
}
.panel-orange > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ffce94;
}
.panel-line {
    border-top: 1px dashed #d9d9d9; padding-top: 5px;
}


/*Tables*/
table {
    width: 100%;
    max-width: 100%;
    border: 1px solid #D8D8D8;
    border-collapse: collapse;
    font-size: 1.1em;
    margin-top: 10px;
    margin-bottom: 20px;
}

    table thead, table th {
        background: #686868;
        color: #fff;
        vertical-align: top;
        text-align: center;
        border-right: 1px solid #D8D8D8;
        border-bottom: 3px solid #333333;
        padding: 4px;
    }

.table-purple thead, .table-purple th {
    background: #3c2861;
    border-bottom: 3px solid #2e1f49;
}
.table-purple th a, .table-purple th a:hover {
    color: #fff;
}

.table-orange thead, .table-orange th {
    background: #e79c20;
    border-bottom: 2px solid #e79c20;
}

table thead tr th:last-of-type, table thead tr:last-of-type th, table tfoot tr th:last-of-type {
    border-right: none;
}

table tfoot th {
    background: #e0dede;
    color: #585858;
    padding: 5px;
    text-align: center;
    border-right: 1px solid #D8D8D8;
    font-size: 0.92em;
}

table td {
    font-size: 0.9em;
    padding: 3px;
    border-right: 1px solid #D8D8D8;
    border-bottom: 1px solid #D8D8D8;
    vertical-align: middle;
    text-align: center;
}

table tr:hover {
    background-color: rgba(192,192,192,0.3);
}

/*
---------------------------------------------
SPECIAL HUNDERATGEBER STYLES
---------------------------------------------
*/

.form-control-short { width: 80px; }
.form-control-medium { width: 150px; }
.form-control-semilarge { width: 200px; }
.form-control-large { width: 400px; max-width: 400px; }
.form-control-tag { float: left; width: 70px; }
.form-control-monat { float: left; width: 125px; }
.form-control-jahr { float: left; width: 90px; }
.form-control-search { width: inherit; }
.form-control-textarea { width: 99%; max-width: 99%; }

.form-center {
  margin: 0px auto 0px auto;
  top: 0; left: 0; bottom: 0; right: 0;
}
.form-center.is-responsive {
  width: 50%; 
  height: 50%;
  min-width: 200px;
  max-width: 400px;
  padding: 40px;
}

.form-control-toplogin {
    font-size: 11px;
    padding: 1px 1px 1px 1px;
    height: 25px;
}

.toplogin-divider {
    padding: 0 15px 0 20px;
}

.btn-small {
    font-size: 11px;
    height: 25px;
    line-height: 10px;
}
.btn-small-panel {
    font-size: 11px;
    height: 25px;
    line-height: 18px;
}
.btn-small-upload {
    font-size: 11px;
    height: 30px;
    line-height: 210%;
}

.SortOrder {
    color: #fff;
    margin-left: 5px;
}

.unsichtbar {
    visibility: hidden;
    display: none;
}

.sichtbar {
    visibility: visible;
}

.hinweis {
    padding-left: 8px;
    font-size: 85%;
}

.Fett, .fett {
    font-weight: bold;
}

#WaitBox {
    position: absolute;
    z-index: 2000;
    top: 3px;
    left: 0;
    border: 2px solid #296094;
    padding: 10px 10px 10px 10px;
    background-color: #CEE1F2;
    color: #000000;
}

.groupheader-main, .groupheader-main th {
    background-color: #9b9b9b;
    font-weight: bold;
}

.groupheader, .groupheader th {
    background-color: #b9b9b9;
    font-weight: bold;
}

li.groupheader-orange {
    background: #f2771d;
    color: #fff;
    display: block;
    padding-left: 10px;
}
/*Jonathan Modificacion*/
.img-edit {
    max-height: 100px;
}

.nopaddingleft {
    padding-left: 0;
}

ol.noindent {
   padding-left: 25px;
}

.titlebar-search, .titlebar-back {
    padding-top: 16px;
}

/* ** ADMIN TABLES ** */
table.Data th, table.Data thead {
    color: #000;
    background-color: #c1c1c1;
}

table.Data tr.groupheader {
    background-color: #d9d9d9;
}

table.Data tr:hover {
    background-color: rgba(192,192,192,0.3);
}

table.Data th a {
    color: #7fbaea;
}
    table.Data th a:hover {
    }

.btn-default, .btn-default a {
    color: #000;
}
/*LOGIN*/
.log-pad {
    padding-top: 4px;
}
/*ADDRESS*/
.add-pad {
    padding-top: 20px;
}
/*USER-BUTTON*/
.user-pad {
    padding-top: 25px; margin-right: 40px;
}
.img-rasse {
    max-height: 50px;
}
.top-weather {
	margin-top: 20px; font-size: 16px;
}
.top-banner {
	margin-top: 8px; margin-left: 40px;
}


/*******************************
ANPASSUNGEN FÜR MOBILE GERÄTE
********************************/

.footer-menu { visibility: visible; display: block; }
.usermenu-desktop { visibility: visible; }
.usermenu-mobile { visibility: hidden; display: none; width: 0px; height: 0px; }
.inserat-notfirst { padding-top: 5px; }
.inserat-notlast { border-bottom: 1px solid #d9d9d9; padding-bottom: 5px; }
.inserat-desktop { visibility: visible; }
.inserat-mobile { visibility: hidden; display: none; width: 0px; height: 0px; }

@media (max-width: 940px) {
	.top-weather { visibility: hidden; display: none; }
}
@media (max-width: 780px) {
	.top-banner { visibility: hidden; display: none; }
}

@media (min-width: 1130px) {
	.top-banner { margin-left: 8px; }
	.top-banner-small { visibility: hidden; display: none; }
	.top-banner-large { visibility: visible; }
	}
@media (max-width: 1129px) {
	.top-banner-small { visibility: visible; }
	.top-banner-large { visibility: hidden; display: none; }
	}

@media (max-width: 768px) {
   .usermenu-mobile { visibility: visible; display: block; width: auto; height: auto; }
   .usermenu-desktop { visibility: hidden; display: none; }
   .footer-menu { visibility: hidden; display: none; }
   .footer { height: 30px; padding-top: 8px; }
   .form-control-search { max-width: 50px; }
   .form-spaceline { margin-top: 3px; }
   .inserat-mobile { visibility: visible; display: block; width: auto; height: auto; }
   .inserat-desktop { visibility: hidden; display: none; }
}

@media (max-width: 991px) {
   .titulo-jumbo {
		color: #105e9d;
		font-size: 1.2em;
		letter-spacing: .3em;
		font-weight: bold;
		word-spacing: normal;
		line-height: 20px;
    }
}
