﻿@font-face{
    font-family: custom;
    src:url("/webfonts/eurostile.TTF");
}



body{
    font-family: custom;
}

.tableTd {
    padding: 0.25em !important;
    vertical-align: middle !important; /*padding de las tablas*/
}

.fa15x {
    font-size: 1.5em; /*tamaño de iconos fawe*/
}

.rojoWolf {
    color: #e10000;
}
.hrRojoWolf {
    background-color: #e10000;
    height:2px;
}
.backRojoWolf {
    background-color: #e10000;
}
.c-logo svg {
    width: 120px;
    height: 30px;
    margin-left: 40px;
    margin-right: 40px;
}
a:link, a:visited {
    text-decoration: none;
    color: #000000;
}
a:hover {
    color: #e10000;
}
.dropdown,.btn.dropdown-toggle {
    font-size: 0.8rem !important;
    line-height: 1 !important;
}
.underlineWolf {
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-color: #e10000;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: #e10000 !important;
}
.fa15x {
    font-size: 1.5em; /*tamaño de iconos fawe*/
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%
}

/* 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;
}

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/

.ddClass {
    font-size:12px;
}






/*CSS _Layout.cshtml*/
/*.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

#logo{
    width: 20%;
    height: 20%;
}

.volle-breite {
    width: 100%;
    max-width: 100%;
}

.wolf-headline {
    font-weight: 700;
    font-size: 16px;
}

.wolf-schema-panel {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 5px;
    box-shadow: 2px 2px 2px #ccc;
}

.special-padding-10 {
    padding-left: 25px !important;
    padding-right: 25px !important;
}

.special-padding-left-10{
    padding-left: 25px !important;
}

.special-padding-right-10 {
    padding-right: 25px !important;
}

.padding-bottom-0 {
    padding-bottom: 0;
}

.wolf-content {
    height: 100%;
    padding: 60px 0 30px;
    box-sizing: border-box;
    display: block ruby!important;
}

.glyphicon-seiten-rand-abstand {
    padding-right: 25px;
}

.wolf-schema-preview {
    border: 1px solid #eee;
    width: 100%;
    height: auto;
    margin-top: 25px;
    margin-bottom: 15px;
}

.panel-heading {
    color: #333;
    background-color: #fff;
    border-color: #ddd;
    border-bottom-color: rgb(221, 221, 221);
    border-bottom: 0 solid transparent;
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 0;
}

.text-ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.panel-body {
    padding: 15px;
}*/

.container {
    display: block;
    position: relative;
    padding-left: 45px;
    margin-bottom: 5px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/*.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #f3f3f3;
    border: 1px solid #aaa;
    margin-left: 15px;
}*/


/*------------------------------------
- COLOR primary
------------------------------------*/
.alert-primary {
    color: #660000;
    background-color: #ffaeae;
    border-color: #ff9999;
}

    .alert-primary hr {
        border-top-color: #ff8080;
    }

    .alert-primary .alert-link {
        color: #330000;
    }

.badge-primary {
    color: #fff;
    background-color: #e10000;
}

    .badge-primary[href]:hover, .badge-primary[href]:focus {
        color: #fff;
        background-color: #ae0000;
    }

.bg-primary {
    background-color: #e10000 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #ae0000 !important;
}

.border-primary {
    border-color: #e10000 !important;
}

.btn-primary {
    color: #fff;
    background-color: #e10000;
    border-color: #e10000;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #bd0000;
        border-color: #ae0000;
    }

    .btn-primary:focus, .btn-primary.focus {
        box-shadow: 0 0 0 0.2rem rgba(225, 0, 0, 0.5);
    }

    .btn-primary.disabled, .btn-primary:disabled {
        color: #fff;
        background-color: #e10000;
        border-color: #e10000;
    }

    .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #ae0000;
        border-color: #9e0000;
    }

        .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(225, 0, 0, 0.5);
        }

.btn-outline-primary {
    color: #e10000;
    background-color: transparent;
    border-color: #e10000;
}

    .btn-outline-primary:hover {
        color: #fff;
        background-color: #e10000;
        border-color: #e10000;
    }

    .btn-outline-primary:focus, .btn-outline-primary.focus {
        box-shadow: 0 0 0 0.2rem rgba(225, 0, 0, 0.5);
    }

    .btn-outline-primary.disabled, .btn-outline-primary:disabled {
        color: #e10000;
        background-color: transparent;
    }

    .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
        color: #fff;
        background-color: #e10000;
        border-color: #e10000;
    }

        .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(225, 0, 0, 0.5);
        }

.list-group-item-primary {
    color: #660000;
    background-color: #ff9999;
}

    .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
        color: #660000;
        background-color: #ff8080;
    }

    .list-group-item-primary.list-group-item-action.active {
        color: #fff;
        background-color: #660000;
        border-color: #660000;
    }

.table-primary,
.table-primary > th,
.table-primary > td {
    background-color: #ff9999;
}

.table-hover .table-primary:hover {
    background-color: #ff8080;
}

    .table-hover .table-primary:hover > td,
    .table-hover .table-primary:hover > th {
        background-color: #ff8080;
    }

.text-primary {
    color: #e10000 !important;
}

a.text-primary:hover, a.text-primary:focus {
    color: #ae0000 !important;
}
