﻿    input[type=text], input[type=date], input[type=number],input[type=password], input[type=email], select, textarea
    {
        /*width: 100% !important;*/
        padding: 7px !important;
         border: #c3c3c3 solid 1px !important;
         outline: none !important;
         color: #555;
         resize:none;
         box-shadow: none;
         -webkit-box-shadow: none;
    }
textarea {
    height:60px;
}

     input[type=search]:focus, input[type=text]:focus, input[type=date]:focus, input[type=number]:focus,input[type=password]:focus, input[type=email]:focus, select:focus, textarea:focus
    {
         outline: #c3c3c3 solid 1px !important;
         border: #c3c3c3 solid 1px !important;
    }
        body{

            color: #555 !important;
        }
@media (max-width:500px)
{
    .txtLogin .username-login {
     width: 80% !important;
    }
    
}
@media (min-width:960px) {
    select#select-menu-opt {
    display: none !important;
    }
}

h1
{
    color: #5e5d5d;
}

h2
{
    font-size: 22px;
    font-weight: 100;
    color: #5e5d5d;
}

label
{
    display: inline;
    margin-left: 25px;
}

ol
{
    list-style:none;
}

ul
{
    list-style:none;
}

.btn-acept {
    border: 1px solid #b2b2b2 !important;
    color: #5e5d5d !important;
    background-color: #fefefe;
    font-size: 14px !important;
    border-radius: 2px;
    outline: none !important;
    font-family: 'Segoe UI',Helvetica,sans-serif !important;
    padding:5px 15px;
    min-width: 100px !important;
}


.btn-acept:hover {
    border: 1px solid #b2b2b2 !important;
    color: #5e5d5d !important;
    background-color: #f9f9f9 !important;
    border-radius: 2px;
    outline: none !important;
   font-family: 'Segoe UI',Helvetica,sans-serif !important;
}

.btn:active {
transform:scale(1.02)
}

.fixedMenu {
    position:fixed!important;
    top: 0 !important;
    z-index:1001;
    left:0;
    right:0;
    box-shadow:rgba(0, 0, 0, 0.3) 0px 0px 10px;
}
.section{

    border: #e3e3e3 solid 1px;
    padding-bottom: 15px;
    margin-bottom: 25px;
    background-color: #fefefe;
}
#main{
    min-height: 780px
}
.section span{

    font-size: 13px;
}
.section-header{
background-color: #f0f0f0;
    padding: 8px;
    margin-bottom:20px;

}
.section-label {
     font-size: 12px;
     padding-top: 10px;
     font-weight:bold;
}
.sectionTable
{
    width: 100%;
}
.sectionTable th
{
    background-color: #f0f0f0;
    text-transform: uppercase;
    padding: 8px;
    border: #e3e3e3 solid 1px;
    border-bottom: none;
    font-weight: lighter; 
    cursor:default;
}
.sectionTable td
{
    padding: 8px;
    border: #e3e3e3 solid 1px;
    border-bottom: none !important;
    border-top: none !important;
    font-weight: lighter; 
    cursor:default;
}
.sectionTable tbody>tr:hover, .sectionTable tbody>tr>td:hover{

    background-color: rgba(10,10,10, 0.02);
}
.sectionTable tbody>tr>td:first-child
{
    cursor: pointer;
}
.sectionTable tbody>tr:last-child > td, .sectionTable>tr:last-child > td
{
    border-bottom: #e3e3e3 solid 1px !important;
}
.sectionTable tbody>tr>td:first-child:active
{
    background-color: rgba(10,10,10, 0.09);
}
.section-header h2{    
    text-transform: uppercase;
    margin: 0;
    font-size: 18px;
}
.section-header h3{
    margin: 0;
        font-size: larger;
    white-space: normal;
    font-family: 'segoe UI';
    padding-left: 10px;
    color:#848484 !important;
}
.menuTable{

   background-color: #fefefe !important;
}
.menuTable td{
    padding: 8px;
    min-width: 90px;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    border: #e3e3e3 solid 1px;
}
@media (max-width: 500px)
{
.sectionTable td
{
    border: #e3e3e3 solid 1px;
    border-bottom: none;
}

}
.menuTable td:hover{
    background-color: #f2f2f2;
}
.menuTable td.active{
    border-bottom: #fefefe;
    cursor: default;
}

.menuTable td.active:hover{
    background-color: #fefefe;
    cursor: default;
}
#popUpBackground{
display: none;
position: fixed;
z-index: 99999999;
top: 0;
left: 0;
width: 100%;
height: 100%;
bottom: 0;
right: 0;
background-color: rgba(0,0,0,0.4);
}
#popUpBackground .lateralDiv{
position: fixed;  
z-index: 100000000;  
top: 0;
right: 0;
bottom: 0;
width: 70%;
background-color: #fefefe;
border: #e3e3e3 solid 1px;
box-shadow: #000 0 0 15px;
}
table{
    background-color: transparent;
}
body.noscroll {
width:100%;
position:fixed;
}
.option-login {
            padding: 5px 10px;
            color: #c00;
            cursor: pointer;
            margin: 0;
            font-size: 15px;
        }

            .option-login:hover {
                color: #797979;
                background-color: #ededed;
            }

a {
cursor:pointer;
}