/*!
 * Start Bootstrap - SB Admin Bootstrap Admin Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */
@import url(../fonts/css/font-awesome.min.css);
/* Global Styles 
  
body {
    margin-top: 100px;
    background-color: #222;
}

@media (min-width:768px) {
    body {
        margin-top: 50px;
    }
}
*/

.backgroundLogin {
    min-height: 100%;
    background-image: url('../images/backlogin.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}


.headerImageLogin {
    margin-top: 0px;
    width: 100%;
    height: 75px;
    background-image: url('../images/imgHeadLogo.png');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: #FFFFFF;
}

.nav-link {
    color: black !important;
}


/* Flot Chart Containers */

.flot-chart {
    display: block;
    height: 400px;
}

.flot-chart-content {
    width: 100%;
    height: 100%;
}

/* Custom Colored Panels */

.huge {
    font-size: 40px;
}

.card-primary > a {
    color: #337ab7;
}

.card-green {
    border-color: #5cb85c;
}

    .card-green > .card-header {
        border-color: #5cb85c;
        color: #fff;
        background-color: #5cb85c;
    }

    .card-green > a {
        color: #5cb85c;
    }

        .card-green > a:hover {
            color: #3d8b3d;
        }

.card-red {
    border-color: #d9534f;
}

    .card-red > .card-header {
        border-color: #d9534f;
        color: #fff;
        background-color: #d9534f;
    }

    .card-red > a {
        color: #d9534f;
    }

        .card-red > a:hover {
            color: #b52b27;
        }

.card-yellow {
    border-color: #fec001;
}

    .card-yellow > .card-header {
        border-color: #fec001;
        color: #fff;
        background-color: #fec001;
    }

    .card-yellow > a {
        color: #f0ad4e;
    }

        .card-yellow > a:hover {
            color: #df8a13;
        }

.side-nav > li > .lnkDown, .side-nav > li > ul > li > .lnkDown {
    width: 10px;
    display: table-cell;
    cursor: pointer;
}





.inputDark {
    display: block;
    float: left; /*width: 155px;*/
    margin: 0 5px 0 0;
    padding: 3px;
    color: #FFFFFF;
    background-color: #999999;
    border: 1px solid #343434;
    font-size: 12px;
}


.fl_left {
    float: left;
}

.fl_right {
    float: right;
}

.clear {
    clear: both;
}

br.clear {
    clear: both;
    margin-top: -15px;
}



.footer {
    /*position: absolute;*/
    bottom: 0;
    width: 100%;
    min-height: 150px;
    background-color: #15459a;
    color: #fff;
    padding-top: 30px;
    height: auto;
}

footer {
    position: absolute !important;
    bottom: 0px;
    width: 100%;
}


#social {
    float: right;
    position: relative;
}

#social_mini {
    float: right;
    position: relative;
    cursor: pointer;
}

#social li {
    list-style: none;
    background-color: #b2c80b;
    width: 34px;
    height: 34px;
    border-radius: 34px 34px;
    margin-top: 0px;
    text-align: center;
    font-size: 25px;
    float: left;
    margin-right: 5px;
    color: #10499a;
    padding: 5px;
}

#social_mini li {
    list-style: none;
    background-color: #fff;
    width: 20px;
    height: 20px;
    /*border-radius: 30px 30px;*/
    margin-top: -10px;
    text-align: center;
    font-size: 18px;
    float: left;
    margin-right: 5px;
    color: #2379b1;
}

#social li:hover {
    list-style: none;
    background-color: #2379b1;
    cursor: pointer;
    color: #b2c80b;
}

#social li a:hover {
    color: #fff;
    text-decoration: none;
}


#social_text {
    font-size: 11px;
    color: #fff;
    margin-right: 10px;
}

.imgrFooter {
    background-color: white !important;
}


.bg-white {
    background-color: #4e73df;
    background-image: linear-gradient(to bottom, #023382 0%, #14479A 100%);
    background-size: cover
}

/*.sidebar-brand {
    background-color: #4e73df;
    background-image: linear-gradient(to bottom, #023382 0%, #14479A 100%);
    background-size: cover
}*/


@media (max-width:800px) {
    .hideMobile {
        display: none !important;
    }

    .footerResponsive {
        padding-left: 0px !important;
    }

    .sidebar {
        width: 5.5rem !important;
    }

    .logoImg {
        display: none !important;
    }

    .IconaLogo {
        display: unset !important;
    }

    .nav-link {
        padding-left: 0 !important;
        margin-left: 0 !important;
    }
}


@media (max-height:850px) {

    .footer {
        position: relative !important;
    }
}



