@CHARSET "ISO-8859-1";

.login-block {
	font-family: 'Open Sans', Helvetica, sans-serif;
    width: 350px;
    padding: 10px;
    margin: auto;
    border-radius: 10px;
    border: 1px solid #ccc;
    vertical-align: middle;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: #FFF;
    text-align: center;
}
.login-block input {
    width: 100%;
    height: 42px;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
    font-size: 14px;
    font-family: Montserrat;
    padding: 0 20px 0 50px;
    outline: none;
}

.login-block input#user {
    background: #fff url('../img/user.png') 20px top no-repeat;
    background-size: 16px 80px;
}

.login-block input#user:focus {
    background: #fff url('../img/user.png') 20px bottom no-repeat;
    background-size: 16px 80px;
}

.login-block input#pass {
    background: #fff url('../img/padlock.png') 20px top no-repeat;
    background-size: 16px 80px;
}

.login-block input#pass:focus {
    background: #fff url('../img/padlock.png') 20px bottom no-repeat;
    background-size: 16px 80px;
}

.login-block input:active, .login-block input:focus {
    border: 1px solid #69c4e8;
}

.login-block small {
    display: block;
    text-align: center;
    color: #000;
    text-decoration: none;
    margin-top: 5px;
}

.login-block input#entrar {
    width: 100%;
    height: 40px;
    background: #69c4e8;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #69c4e8;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    font-size: 14px;
    font-family: Montserrat;
    outline: none;
    cursor: pointer;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.login-block input#entrar:hover {
    background: #1b86b1;
}


.login-block h1 {
    text-align: center;
    color: #000;
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 20px;
}

.login-block h2 {
    text-align: center;
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 20px;
}

#painel {
   border-bottom: 5px solid lightgray;
   width: 100%;
   height: 80px;
}

#logoq {
   position: relative;
   display: table-cell;
   top: -20px;
   vertical-align: middle;
   height: 100px;
   width: 250px;
   left: 10px;
   float: left;
   z-index: 1;
}

#logoq img {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    max-height: 100px;
    z-index: -1;
}

#centercontainer {
   border: 0px solid;
   width: 500px;
   margin: 25px auto;
   text-align: center;
   font-size: 16pt;
   top: 15px;
}

#plinha {
   display: inline-block;
}

#slinha {
   display: inline-block;
}
.navbar .navbar-nav {
//  display: inline-block;
//  float: none;
//  vertical-align: top;
//  position: relative;
//  left: -100px;
}


.navbar .navbar-collapse {
  text-align: center;
}

#framedash {
   width: 100%;
   height: calc(100% - 155.4px);
   overflow-y: scroll;
   position: absolute;
}

h1 {
   display: block;
   font-family: "Century Gothic",CenturyGothic,AppleGothic,sans-serif;
   color: #000;
   text-align: center;
}

#newclient {
	width: 100%;
	text-align: center;
}

#newclient table {
	width: 400px;
	margin: 0 auto;
}

#tabletd input[type="text"], select {
	border-radius: 5px;
    border-width: 1px;
    width: 280px;
}

#searchclient {
	right: 0px;
	left: 0px;
	width: 300px;
	margin: 0 auto;
}

#searchclient input {
	border-radius: 5px;
    border-width: 1px;
    width: 300px;
}

#searchprod {
	right: 0px;
	left: 0px;
	width: 300px;
	margin: 0 auto;
}

#searchprod input {
	border-radius: 5px;
    border-width: 1px;
    width: 300px;
}

#searchatend {
	right: 0px;
	left: 0px;
	width: 300px;
	margin: 0 auto;
}

#searchatend input {
	border-radius: 5px;
    border-width: 1px;
    width: 300px;
}

#clients table {

	margin: 0 auto;
}

#clients table tr td, table tr th{
	text-align: center;
}


#produtos table {

	margin: 0 auto;
}

#produtos table tr td, table tr th{
	text-align: center;
}

#pag {
	text-align: center;
}

.tt-dropdown-menu{
	border-radius: 5px;
    border: 1px solid gray;

    background: white;
    width: 300px;
}

.tt-suggestion:hover { 
    background-color: #e7e7e7;
    
}
.tt-suggestion { 
    border-radius: 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.tt-suggestion p {
	margin: 0px;
}



.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 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:#cccccc;
    margin-top:5px;
    margin-right:-10px;
}
.dropdown-submenu:hover>a:after {
    border-left-color:#ffffff;
}
.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;
}

#menuprinc {
	position: relative;
	margin: 0px;
}
#menuprinc2 {
position: fixed;
    left: 50%;
    transform: translateX(-50%);
    min-width: 634px;
}