﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* 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;
}

.img-fluid {
    max-width: 100%;
}

/*============================================*/
/*DEFINIÇÃO LAYOUT*/
/*============================================*/
.background_Copel {
    background-color: #FFF;
}

.color-default-layout {
    color: green;
    font-size: 24px;
    font-weight:bold;
}

.input-select-inicio{
    background-color:lightgreen;
    color:#FFFFFF;
    font-size:24px;
    height:80px;
}

body {
    padding-top: 0px;
    padding-bottom: 0px;
}

.container-copel{
    padding:50px 50px 50px 50px;
}
.areawork{
    padding:30px;
}

.navbar-default {
    background-color: #000000;
    border-color: #e7e7e7;
}
    .navbar-default .navbar-nav > li > a {
        color: white;
    }

.btn-copel {
    /*background: url("images/btn_fundo.png");
    height: 65px;
    width:200px;
        */
    background: url("images/btn_fundo2.png");
    height: 94px;
    width: 315px;
    border: none;
    margin-bottom:20px;
}

.btn-copel-retornarmenu {
    background: url("images/retornar_menu.png");
    height: 43px;
    width: 246px;
    border: none;
    margin-bottom: 20px;
}
.txtbtncopel {
    color: white;
    font-family: Arial;
    font-size: 25px;
}
.txtsenha{
    font-family: Arial;
    font-size:40px;
    font-weight: bold;
}


@media (min-width: 1200px) {
    .container {
        max-width: 100%;
    }
}

footer{ clear:both;float:left;}

