﻿/*======================================================*/
/*DEFINIÇÃO DO TEMA*/
/*======================================================*/
body {
    /*background-color: #ffbe00;
    background-image: url('/Scripts/startpage/bkg1.png');*/
    background-color: #80b6ea;
    background-repeat: no-repeat;
    background-image: url('/Scripts/startpage/bkg2.png');
    padding-top: 50px;
    padding-bottom: 20px;
    overflow: hidden;
    font-family: Arial,Arial, Helvetica, sans-serif;
    height: 100%;
    font-size: 14px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}
/* Menu TOPO*/
.navbar-default {
    background-color: white;
    border-color: #e7e7e7;
}

.input-group-addon {
    /*background-color: #f77600;*/
    background-color: #6cabe0;
    border-color: #f77600;
}
.clsbutmit {
    /*background-color: #f77600;*/
    background-color: #6cabe0;
    color: white;
}

#areaForm {
    background-color: #ffffffc7;
    padding-top:20px;
    border-radius: 20px;
    width:320px;
    overflow:hidden;
}

.formlogincls {
    clear: both;
    float: left;
    font-size: 12px;
    margin-bottom: 25px;
    color: #555555;
}
.rodapecls {
    padding-top: 15px;
    font-size: 85%;
    color: #555555
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 0px 15px;
    font-size: 18px;
    line-height: 20px;
}
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: lightblue;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}



.panel-body {
    padding: 15px;
    background-color: white; 
}


.panel-headingLogin1, .panel-headingLogin2, .panel-defaultLogin {
    background-color: white; 
}

.panel-titleLogin {
    background-color: white; 
    color: black
}

.login_form {
    padding-top: 10px;
    background-color: white;
}

/*======================================================*/
@media(min-width:1200px) {
    .container {
        width: 100%;
    }
}

footer {
    clear: both;
    font-size: 9px;
    position:fixed;
    bottom:0;
}


@media (min-width: 768px) {
    .container {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .container {
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 100%;
    }
}