﻿/*============== fonts ================*/

@font-face {
    font-family: "MediumItalic";
    src: url("../fonts/Gotham-MediumItalic.otf") format("truetype");
}

@font-face {
    font-family: "UltraItalic";
    src: url("../fonts/Gotham-UltraItalic.otf") format("truetype");
}


/*============== hover grid ================*/
a.my-class:focus {
    color: #ef0202;
    text-decoration: underline;
}

a.my-class:hover {
    color: #ef0202;
    text-decoration: underline;
}

/*============== Activo grid ================*/
.activo {
    color: #28a709;
    font-weight: bold;
    text-align: center;
}

.noActivo {
    color: red;
    font-weight: bold;
    text-align: center;
}


/*============== clone class Botstrap ================*/
.container2 {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}

/*============== clone class Botstrap ================*/
.add {
    border-width: 1px;
    /*display: block;*/
    font-size: .8rem;
    padding: 0.25em 0.5em;
    /*float: left;*/
    text-align: center;
    width: 0.6em;
}

.cut {
    border-width: 1px;
    /*display: block;*/
    font-size: .8rem;
    padding: 0.25em 0.5em;
    float: left;
    text-align: center;
    width: 0.6em;
    padding-left: 12px;
}

.add, .cut {
    background: #9AF;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    background-image: -moz-linear-gradient(#FFCF02 5%, #FFCF02 100%);
    background-image: -webkit-linear-gradient(#FFCF02 5%, #FFCF02 100%);
    border-radius: 0.5em;
    border-color: #FFCF02;
    color: #000000;
    cursor: pointer;
    font-weight: bold;
    text-shadow: 0 -1px 2px rgba(0,0,0,0.333);
}

.add {
    margin: -2.5em 0 0;
}

    .add:hover {
        background: #f8b61f;
        color:black;
    }

.cut {
    position: relative;
    top: 0;
    left: -1.5em;
    color: #ffffff !important;
}

.cut {
    -webkit-transition: opacity 100ms ease-in;
}

tr:hover .cut {
    opacity: 1;
}

@media print {
    .add, .cut {
        display: none;
    }
}

/* ================================== Notifications ================================== */
/* Error Template */
.k-notification h3 {
    padding: 20px 5px 5px;
    font-size: 1em;
    line-height: normal;
    font-weight: 600;
}

.k-notification img {
    margin: 20px;
    float: left;
}

/* Success template */
.upload-success {
    width: 300px;
    height: 100px;
}

/* ================================== View XML ================================== */
.col10 {
    width: 10%;
    float: left;
    position: relative;
}

.col20 {
    width: 20%;
    float: left;
    position: relative;
}

.col30 {
    width: 30%;
    float: left;
    position: relative;
}

.col40 {
    width: 40%;
    float: left;
    position: relative;
}

.col50 {
    width: 50%;
    float: left;
    position: relative;
}

.col60 {
    width: 60%;
    float: left;
    position: relative;
}

.col70 {
    width: 70%;
    float: left;
    position: relative;
}

.col80 {
    width: 80%;
    float: left;
    position: relative;
}

.col90 {
    width: 90%;
    float: left;
    position: relative;
}

.col100 {
    width: 100%;
    float: left;
    padding-top: 5px;
}

.mrg {
    margin-left: 5px;
    margin-right: 5px;
}

.spanLarge {
    overflow-wrap: break-word;
    font-size: 10px;
}


/* ================================== height control ================================== */
.heightMin50 {
    height: auto;
    min-height: 50%;
}

.heightMin55 {
    height: auto;
    min-height: 55%;
}

.heightMin60 {
    height: auto;
    min-height: 60%;
}

.heightMin65 {
    height: auto;
    min-height: 65%;
}

.heightMin70 {
    height: auto;
    min-height: 70%;
}

.heightMin75 {
    height: auto;
    min-height: 75%;
}

.heightMin80 {
    height: auto;
    min-height: 80%;
}

.heightMin85 {
    height: auto;
    min-height: 85%;
}

.heightMin90 {
    height: auto;
    min-height: 90%;
}

.heightMin95 {
    height: auto;
    min-height: 95%;
}

.heightMin100 {
    height: auto;
    min-height: 100%;
}

/* ================================== panel p ================================== */
.panel-heading1 {
    background-color: #2257cc;
    color: #ffffff;
    border-radius: 10px 10px 0 0;
    padding: 10px 15px;
}

.panel-body1 {
    border: solid #3a599c 1px;
    padding: 15px;
}

.panel-heading2 {
    background-color: #dc3545;
    color: #ffffff;
    border-radius: 10px 10px 0 0;
    padding: 10px 15px;
}

.panel-body2 {
    border: solid #dc3545 1px;
    padding: 15px;
}

/* ================================== Fix Kendo ================================== */
.k-grid tr td a {
    color: #1c8cdc;
}

.k-grid .k-state-selected td a{
    color: #ffffff;
}

/* ================================== Card Dashboard ================================== */
.card-h1 {
    background: #00c292;
    padding: 15px 15px;
}

    .card-h1 h3 {
        margin-top: 0px;
        margin-bottom: 0px;
        color: #fff;
        font-weight: 600;
        font-size: 24px;
        text-decoration: underline;
    }

    .card-h1 h2 {
        margin-top: 10px;
        margin-bottom: 0px;
        color: #fff;
        font-size: 24px;
    }

    .card-h1 span {
        margin-bottom: 5px;
        color: #fff;
    }

    .card-h1 img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        padding-top: 5px;
    }

/* ================================== color grid Select ================================== */
.k-state-selected.tr > td > a {
    color: #fff;
    background-color: #428bca;
    border-color: #428bca;
}

/* ================================== Validation Summary ================================== */
.ValidationCSS ul li {
    color: #fb2420;
    font-size: 18px;
    font-weight: 600;
}

    .ValidationCSS ul li:before {
        content: "\f00d";
        padding-right: 5px;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: 18px;
    }

/* ================================== Consola DI Debug ================================== */
.consoleDI{
    background-color: black;
    margin-top: 10px;
    color: white !important;
    padding-bottom: 3px;
    border: solid 8px #BABABB;
    border-radius: 5px;
    margin-bottom: 10px;
}

.HeaderConsoleDI{
    background-color: #BABABB;
    color: black !important;
}

.span1ConsoleDI{
    width: 100%;
    font-weight: bold;
    margin-left: 5px;
    display: inline-block;
}

.bodyConsoleDI{
    padding-left: 3px;
    margin-left: 15px;
}

.bodyConsoleDI span{
    width: 100%;
    display: inline-block;
}

/* ================================== img-center ================================== */
img.img-center,
.img-center img {
	margin-left: auto;
	margin-right: auto;
}

.k-checkbox-label .k-checkbox-label:before {
    border-color: #ccc;
    background: #fff;
    border-radius: 3px;
    padding-top: 10px;
    width: 20px;
    height: 20px;
}