/* Customizaçao dos botões do grid da tela do Grupo de Clientes */

/* coloca "..." sempre que um texto não couber em um elemento
Para usar esta classe corretamente é necessário definir um max-width */
.corta-linha
{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#icones-grid
{
    padding-left: 4%;
}
/* Customização do botão de atualizar data na AET */
#atualiza-data
{

    text-shadow: 0 0px 1px rgba(255, 255, 255, 0.75);
    padding: 6px 12px;
    border-radius: 4px;
    border: 1px solid #cccccc;
    background-color: #0000;
    background: -webkit-linear-gradient(top, white, #e6e6e6);
}
#atualiza-data:hover
{
    background: -webkit-linear-gradient(top, white, #ccc);
}
#page
{
    margin: 0 !important;
    width: 100%; 
    padding: 0 !important;
    border: 0 !important;
}

#header
{
    width: 100%;
}

#content
{
    margin-top: 0px;
}

#div-img-perfil{
    float: right; height: 75px;
}

#img-perfil
{
    width: 150px;
    height: 120px; 
    position: relative; 
    border-radius: 10px; 
    top: -60px;
}

#login
{
    margin-left: 31%;
}

#logo
{
    position: relative;
    top: 0px;
    background-image:url("../images/fundo1.png");
}

#msn-erro
{
    margin-right: 37%;
}

#img_cadeado
{
    position: relative;
    top: 90px;
    left: 20%;
}

fieldset { 
    display: block;
    margin-left: 2px;
    margin-right: 2px;
    padding-top: 0.35em !important;
    padding-bottom: 20px !important;
    padding-left: 0.75em !important;
    padding-right: 0.75em !important;
    border: 2px solid !important;
    border-radius: 5px;
    border-color: #B5B5B5 !important;
}

legend{
    border: none !important;
    width: auto !important;
    padding: 5px !important;
}

.menu-icone
{
    width: 180px;
    height: 180px;
    border: 2px solid !important;
    border-color: #B5B5B5 !important;
    background-color: #E8E8E8 !important;
    margin: 10px 10px 35px 60px;
    border-radius: 100%;
}

.grid-view table.items  td, .grid-view table.items th
{
	padding: 5px;
    border: 1px solid white;
    text-align: center !important; 
	vertical-align: middle !important;
}

.menu-icone img
{
    margin: 25px 30px 30px 30px;
}

.row label
{
    width: 180px !important;
    float: left !important;
    text-align: left !important;
}

.titulo{
    font-size: 20pt;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
}

.titulo_ficha{
    font-size: 16pt;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15) !important;
    box-shadow: 0px 10px 10px -10px rgba(0, 0, 0, 0.15);
    margin: 35px 20px 20px 20px;
}

#nom_candidato
{
    text-transform: uppercase;
}

.tableFloatingHeaderOriginal
{
    background: rgb(0, 96, 169) !important;
}

.sort-link{color: white !important;}

.btn-right
{
    float: right !important;
}

.menu-consultar-incricoes
{
    margin-left: 20% !important;
    width: 100%;
    color: white !important;
}

.menu-central
{
    width: 100%;
}

.icone-menu-central
{
    width: 180px;
    height: 180px;
    border: 5px solid !important;
    border-color: #E6C32A !important;
    background: rgba(230, 228, 229, 0.8) !important;
    border-radius: 100%;
}

.icone-menu-central:hover
{
    width: 180px;
    height: 180px;
    border: 5px solid !important;
    border-color: #3E3D3A !important;
    background: rgba(244, 242, 241, 0.5) !important;
    border-radius: 100%;
}


.icone-menu-central img
{
    margin: 25px 25px 25px 25px;
    width: 120px;
    height: 120px;
}

#div-deficiencia
{
    display: none;
}

.tableFloatingHeaderOriginal
{
    color: white;
}

#header
{
    margin-top: 0px;
}

.breadcrumb
{
    margin-bottom: 15px !important;
}

#div-img-perfil
{
    position: relative !important;
    top: -8px !important;
}

#div-des-usuario
{
    position: relative !important;
    top: 20px !important;
}

#div-des-empresa
{
    position: relative !important;
    top: 20px !important;
}

#div-des-plano
{
    position: relative !important;
    top: 20px !important;
}

.nav-tabs
{
    width: 100% !important;
}

.nav .nav-tabs
{
    border-color: #D3D3D3 !important;
}

.tab-content
{
    /*background: #ddd;*/
    height: 50px;
    color: #778899;
    font-size: 12pt;
    vertical-align: center;
}

.tab-content div 
{
    position: relative;
    top: 15px;
    left: 40px;
}

.dropdown-menu
{
    background-color: #BBBBBB;

}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.navbar-default {
    background-color: rgb(236, 208, 0)  !important;
    border-color: #E6C32A !important;
}

.navbar-default .navbar-brand
{
    color: black !important;
    font-size: 12px;
    font-weight:bold;
}

.navbar-default:hover .navbar-brand:hover
{
    color: white !important;
    font-size: 12px;
    font-weight:bold;
}

.checkbox
{
    margin-left: -20px !important;
}

.checkbox_flg_ativo input
{
    margin-left: -140px !important;
}

.grid-view thead
{
    background-color: #E6C32A  !important;
    color: white !important;
}

.grid-view i
{
    color: black !important;
}

.grid-view i:hover
{
    color: grey !important;
}

.form-group
{
    margin-bottom: 0 !important;
}

.row  label {
    width: 180px !important;
    float: left !important;
    text-align: right !important;
    padding-right: 15px !important;
}

#form label
{
    padding-right: 30px !important;
}

.label-buscar label
{
    margin-left: -20px;
}

.label-flg label
{
    margin-left: -120px;
}

.login-bg
{
    background-image: url(../images/bg-login.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position-y: 120px;
    color: black;
}

#bg_login
{
    background-image: url(../images/bg-login.jpg);
    background-size: 100% 450px;
    background-repeat: no-repeat;
    background-position-y: 120px;
    width: 50%;
    margin-left: 25% !important;
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-top: 5px;
    margin-right: -15px;
}

fieldset
{
    -webkit-box-shadow: 6px 4px 26px 0px rgba(181,181,181,1);
    -moz-box-shadow: 6px 4px 26px 0px rgba(181,181,181,1);
    box-shadow: 6px 4px 26px 0px rgba(181,181,181,1);
}

.glyphicon
{
    padding: 0 2px 0 2px;
}

#select_left,#select_right
{
    width:350px;
    height:300px;
}

#multiselects label
{
    text-align:left!important;
}

#multiselects td
{
    padding-left:0px!important;
}

.tab-content label
{
    color:#333;
}

.campo_ficha
{
    top:0!important;
    left: 0!important;
}

.campo_ficha label
{
    width:15%!important;
    padding-left:15px!important;
}

.msgErro
{
    padding-left:0 !important;
    top:0!important;
    left: 0!important;
}

#texto_lista
{
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    margin-bottom: 20px;
    margin-top: 20px;
    margin-right: 80px;
    color: #e41d19;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15) !important;
    box-shadow: 0px 10px 10px -10px rgba(0, 0, 0, 0.15);
}

.borda_efeito
{
    border-bottom: 1px solid rgba(0, 0, 0, 0.15) !important;
    box-shadow: 0px 10px 10px -10px rgba(0, 0, 0, 0.15);
}

.subtitulo
{
    font-weight: bold;
    font-size: 16px;
    margin: 20px 0px;
}

#mainNav .navbar-collapse .navbar-sidenav .sidenav-second-level > li > a, #mainNav .navbar-collapse .navbar-sidenav .sidenav-third-level > li > a
{
    color: #1c1b1b;
}

.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 0px;
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

#uploadFile{
    background-color:rgb(238, 238, 238);
    border-radius: 6px;
    text-align: center;
    font-style: italic;
    border:2px solid white;
    padding:6px;	
    margin-bottom:0px;
    margin-left:16px;
}

/*AJAX-LOADER*/
#loading {
    background: none no-repeat scroll 50% 50% rgba(255, 255, 255, 0.8);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    text-align: center;
}
#loading #fraseLoader {
    font-size: 25px;
}
#loading #imagemLoader{
    margin-top: 20%;
}
/*AJAX-LOADER*/