﻿html, body, .my-container{
    height:100%;
    padding:0px;                                
}



.my-login-page {
    color: #fff; 
}

    .my-login-page img.bg {
        height: 110%;
        position: fixed;
        top: 0;
        left: 0;
    }

    .my-login-page .title {
        font-family: BebasNeue;
        font-weight:normal;
    }
    .my-login-page .text {
       
    }







.my-page {
    display: table;
    width: 100%;
    margin-top: -50px;
    padding: 40px 0 0 0;
    background-color: #fff;
    overflow: hidden;
}
.my-page-header {
    /*background: #181818;*/
    height: 40px;
    position: fixed;
    right: 0;
    left: 0;
    z-index: 999;
    top: 0;
    background-color: #2c3e50;
    /*background-image: linear-gradient(to bottom, #F7F7F7 0, #CFCFCF 100%);*/
    /*background: url('../images/bgTopo.jpg') center 0 repeat*/
}
    .my-page-header a {                    
        color: #FFF;
    }






.my-page-logo {
    float: left;
    display: block;
    width: 235px;
    height: 40px;
    margin: 0px !important;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff !important;
    background: rgb(193, 81, 73);
    text-align: center;
} 
.my-page-logo a{
    display: block;
    line-height: 50px;
    text-decoration:none;
    font-size:20px;
} 
.my-logo-default {
    margin: 15px 0 0 0;
    width: 130px;
}
.my-page-top-menu {
    margin-top: 0px;
    margin-right: 0px;
    padding: 0;
}
.my-page-top-menu > ul{
    margin-top: 6px;
    margin-right: 12px;
}

.my-page-container{
    margin: 0px;
    padding: 0px;
    position: relative;
    margin-top: 46px;
    overflow: auto;
    height: 101%;
}

.my-page-sidebar-wrapper {
    height: 0px;
    position: fixed; 
    top: 50px;
    
}
.my-page-sidebar {
    position: fixed;
    width: 235px;
    top: 46px;
    bottom: 10px;
    border-radius: 30px;
    background-color: #efefef !important;
    z-index: 1;
    overflow: auto;
}

.my-page-content-wrapper {
    min-height: 0px;
}
.my-page-content{
    margin-left: 235px;
    padding: 1px 20px 10px 20px;
    min-height: 560px;
    background: #fff;
}


.pesquisa-resultados-registros {
    clear:both;
}

#menu-principal .glyphicon{
	color: #766abb;
}

.btn-group .dropdown-menu {
    text-align: left;
}


.adicionar-cliente {
    margin-top: 10px;
}

