/* Garapen ingurunean gaudeal adierazteko marka */

.ribbon {
    position: fixed;
    left: -5px;
    top: -5px;
    z-index: 9000;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
}

.ribbon span {
    font-size: 10px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 100px;
    display: block;
    background: #79A70A;
    background: linear-gradient(#F70505 0%, #8F0808 100%);
    box shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 19px;
    left: -21px;
}

.ribbon span::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #8F0808;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #8F0808;
}

.ribbon span::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #8F0808;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #8F0808;
}

/* AdminLTE - Bootstrap berridazketak */

.layout-boxed {
    background-image: none;
}

.navbar-brand {
    padding-top: 5px;
}

.navbar-brand>img {
    display: inline;
}

[class*="skin-"] .main-header .navbar-brand {
    border-right: none;
}

/* Danobat Group diseinua */

#language-selector {
    min-width: 0;
}

th.action,
td.action {
    width: 37px;
}

.form-actions.well {
    margin-bottom: 0px;
    border-radius: 0px;
    text-align: center;
}

.nav-tabs-custom>.nav-tabs>li.nav-tool-box {
    top: 5px;
    margin-right: 10px;
}

.nav-tabs-custom>.nav-tabs>li.nav-tool-box>a.btn.btn-primary,
.nav-tabs-custom>.nav-tabs>li.nav-tool-box>a.btn:hover {
    background-color: #3c8dbc;
    margin-bottom: 0;
    color: #fff;
    border-radius: 3px !important;
    border-color: #367fa9;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    display: inline-block;
}

textarea[name="problem"] {
    min-height: 200px;
}

.documents+.documents {
    margin-top: 8px;
}

.logo,
.navbar-brand {
    line-height: 35px;
}

.logo img,
.navbar-brand img {
    width: 35px;

}

.btn-primary {
    background-color: #0000e6!important;
    border-color: #0000e6!important;
}

.btn-primary:hover {
    background-color: #00ffff!important;
    border-color: #00ffff!important;
    color: #0000e6!important;
}

.nav-tabs-custom>.nav-tabs>li.active {
    border-top-color: #0000e6!important;
}

.btn-info {
    background-color: #0000e6!important;
    border-color: #0000e6!important;
}

.form-control:focus {
    border-color: #0000e6!important;
    box-shadow: none;
}

.main-footer {
    background-color: #000 !important;
    color: #777;
    border-top: .1rem solid #BFC9CE;
}

.content-wrapper, .right-side{
    background-color: #ebebeb;
}

.bg-custom1{
    background-color: #787878;
    color: #0000E6;
}

.bg-custom2{
    background-color: #333333;
    color: #00ffff;
}

.bg-custom3{
    background-color: #0000e6;
    color: white;
}
.logo-footer{
    margin-top:7px;
}
.rights_reserved {
    color: white;
    text-align:center;
    margin-top:9px;
    font-size:14px;
}

.btn-default {
    background-color: #f5f5f5;
    color: #666666;
    border-color: #cccccc;
}