/* File: reset.css */
/* CSS Reset */

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,address,cite,code,del,dfn,em,img,ins,q,small,strong,sub,sup,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{border:0;margin:0;padding:0}article,aside,figure,figure img,figcaption,hgroup,footer,header,nav,section,video,object{display:block}a img{border:0}figure{position:relative}figure img{width:100%}

/* File: yz-framework.css */
/* Youzoom CSS Framework */

/* Links e Cursores */
a, label, button { cursor: pointer; }
a { text-decoration: none; color: #093361;}
:focus{outline:0}

/* Lista sem Marcadores */
.lista-limpa {
	display: block;
	padding: 0px;
	margin: 0px;
	font-size: 0;
	list-style: none;
}

.lista-limpa li {
	display: block;
	margin: 0px;
	padding: 0px;
	font-size: medium;	
}

/* Margens */

.mt-5 {margin-top: 5px !important; }
.mt-10 {margin-top: 10px !important; }
.mt-15 {margin-top: 15px !important; }
.mt-20 {margin-top: 20px !important; }
.mt-30 {margin-top: 30px !important; }
.mt-40 {margin-top: 40px !important; }

.mb-5 { margin-bottom: 5px !important; }
.mb-10 { margin-bottom: 10px !important; }
.mb-15 { margin-bottom: 15px !important; }
.mb-20 { margin-bottom: 20px !important; }
.mb-25 { margin-bottom: 25px !important; }
.mb-30 { margin-bottom: 30px !important; }
.mb-40 { margin-bottom: 40px !important; }
.mb-50 { margin-bottom: 50px !important; }
.mb-75 { margin-bottom: 75px !important; }

.mr-0 {margin-right: 0px !important; }
.mr-5 {margin-right: 5px !important; }
.mr-10 {margin-right: 10px !important; }
.mr-11 {margin-right: 11px !important; }
.mr-15 {margin-right: 15px !important; }
.mr-20 {margin-right: 20px !important; }
.mr-30 {margin-right: 30px !important; }
.mr-40 {margin-right: 40px !important; }

.ml-0 {margin-left: 0px !important; }
.ml-5 {margin-left: 5px !important; }
.ml-10 {margin-left: 10px !important; }
.ml-11 {margin-left: 11px !important; }
.ml-20 {margin-left: 20px !important; }
.ml-30 {margin-left: 30px !important; }
.ml-15 {margin-left: 15px !important; }
.ml-40 {margin-left: 40px !important; }

/* Paddings */

.pd-left-0 {
	padding-left: 0 !important;
}

.pd-right-0 {
	padding-right: 0 !important;
}

.pd-top-0 {
	padding-top: 0 !important;
}

.pd-bottom-0 {
	padding-bottom: 0 !important;
}

/* Auto Horizontal Margin */
.auto-x-margin {
	margin-left: auto !important;
	margin-right: auto !important;
}

/* Auto Vertical Margin */
.auto-y-margin {
	margin-left: auto !important;
	margin-right: auto !important;
}


/* Text Justify */
.text-justify {
	text-align: justify !important;
	text-indent: 0px !important;
}

/* Text Center */

.text-center {
	text-align: center !important;
	text-indent: 0px !important;
}

/* Text Right */

.text-right {
	text-align: right !important;
	text-indent: 0px !important;
}

/* Text Right */

.text-bottom {
	vertical-align: text-bottom;
}

/* Font Italic */

.font-italic {
	font-style: italic !important;
}


/* Last Child */
.ultimo {
	margin-right: 0px !important;
}

/* Bloco */

.bloco {
	display: block !important;
}

.i-bloco {
	display: inline-block !important;
}

/* Relativo */

.relative {
	position: relative !important;
}

/* Flutuação Fix */
.yz-clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.yz-clearfix {
	display: block;
}
 
html[xmlns] .yz-clearfix {
	display: block;
}
 
* html .yz-clearfix {
	height: 1%;
}

/* IMG Replacement */
.replace {
	overflow: hidden  !important;
	text-indent: -999em;
}

/* Visualizações */
.show {
	display: block !important;
	visibility: visible;
}

.hide {
	display: none !important;
	visibility: hidden;
}

.hidden {
    display:none;
}

.no-hand {
    cursor: default;
}

.no-border {
	border: none !important;
}

/* Flutuações */
.to-left {
	float: left !important;
}

.to-right {
	float: right !important;
}

/* Estrutura */
.secao {
	display: block;
	width: 100%;
}

/* Text Overflow Ellipsis  */ 
.text-ellipsis {
	white-space: nowrap !important;
	overflow: hidden  !important;
	text-overflow: ellipsis  !important;
}

/* File: style-login.css */
*,
*:hover,
*:active {
    -webkit-tap-highlight-color:  rgba(255, 255, 255, 0);
}

body {
    background: #EAEAEA url(https://cdn.gmpe.app/app/sistema/images/site/login-bg.jpg) repeat-y 50% 0;
    font: normal 14px/20px Arial, Helvetica, sans-serif;
}

#login-main-div {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -289px 0 0 -191px;
    width: 320px;
    min-height: 440px;
    padding: 30px;
    border: 1px solid #ececec;
    background: #FFF;
    box-shadow: 0 3px 3px #CCCCCC;
    z-index: 1;
}


#login-main-div .area-logo,
#login-main-div .area-form {
    display: block;
    padding-bottom: 20px;
    border-bottom: 1px solid #e0e0e0;
}

#login-main-div .area-form {
    min-height: 248px;
}

.form-login {
    display: block;
}

.form-login .input-mask {
    display: block;
    position: relative;
    height: 40px;
    background: #f2f2f2;
    border: 1px solid;
    border-color: #c5c3c4 #e3e3e3 #f2f2f2 #e3e3e3;
    border-radius: 5px;
    box-shadow: inset 0 1px 1px #e3e3e3;
    padding-left: 40px;
    margin-bottom: 20px;
}

.form-login .input-mask label {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    font-size: 18px;
    line-height: 40px;
    color: #9a9a9a;
    text-align: center;
}

.form-login .msg-info,
.form-login .msg-error,
.form-login .msg-success {
    display: block;
    font-size: 12px;
    margin-bottom: 10px;
}

.form-login .msg-info {
    color: #999;
}

.form-login .msg-error {
    color: #c50707;
}

.form-login .msg-success {
    color: #3ea308;
}

.form-login .keep-log {
    display: block;
    font-size: 12px;
    margin-bottom: 10px;
    color: #999;
    margin-top: -10px;
}

.form-login .input-holder {
    display: block;
    height: 40px;
}

.form-login .input-mask input {
    width: 100%;
    padding: 10px 0;
    border: none;
    background: none;
    font-size: 14px;
    line-height: 20px;
    height: 20px;
}

.form-login .bt-send {
    display: block;
    border: 1px solid #2d7609;
    background: #40aa0e;
    height: 40px;
    border-radius: 5px;
    box-shadow: inset 0 1px 1px #83c862;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    margin-bottom: 20px;


    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQwYWEwZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzMjhiMDYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #40aa0e 0%, #328b06 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#40aa0e), color-stop(100%,#328b06));
    background: -webkit-linear-gradient(top,  #40aa0e 0%,#328b06 100%);
    background: -o-linear-gradient(top,  #40aa0e 0%,#328b06 100%);
    background: -ms-linear-gradient(top,  #40aa0e 0%,#328b06 100%);
    background: linear-gradient(to bottom,  #40aa0e 0%,#328b06 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40aa0e', endColorstr='#328b06',GradientType=0 );
}

.form-login .bt-send:hover {
    background: #40aa0e;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQwYWEwZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzZWEzMDgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #40aa0e 0%, #3ea308 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#40aa0e), color-stop(100%,#3ea308));
    background: -webkit-linear-gradient(top,  #40aa0e 0%,#3ea308 100%);
    background: -o-linear-gradient(top,  #40aa0e 0%,#3ea308 100%);
    background: -ms-linear-gradient(top,  #40aa0e 0%,#3ea308 100%);
    background: linear-gradient(to bottom,  #40aa0e 0%,#3ea308 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40aa0e', endColorstr='#3ea308',GradientType=0 );

}

.form-login .bt-send:active {
    background: #328b06;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMyOGIwNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0MGFhMGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #328b06 0%, #40aa0e 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#328b06), color-stop(100%,#40aa0e));
    background: -webkit-linear-gradient(top,  #328b06 0%,#40aa0e 100%);
    background: -o-linear-gradient(top,  #328b06 0%,#40aa0e 100%);
    background: -ms-linear-gradient(top,  #328b06 0%,#40aa0e 100%);
    background: linear-gradient(to bottom,  #328b06 0%,#40aa0e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#328b06', endColorstr='#40aa0e',GradientType=0 );

}

.form-login .link-forget {
    display: block;
    font: 14px;
    line-height: 20px;
    color: #b0b0b0;
    text-decoration: underline;
}

.form-login .link-forget:hover {
    color: #0085f6;
}


#login-main-div .area-signature {
    display: block;
    padding-top: 10px;
}

#login-main-div .link-signature {
    display: block;
    font-size: 18px;
    color: #c5c5c5;
    text-align: center;
    line-height: 40px;
    -moz-transition: color 0.5s;
    -webkit-transition: color 0.5s;
    -ms-transition: color 0.5s;
    -o-transition: color 0.5s;
    transition: color 0.5s;
}

#login-main-div .link-signature:hover {
    color: #0085f6;
}

#login-main-div .forget-data {
    display: none;
}

#login-main-div .mfa-data {
    display: none;
}


#main-logo {
    display: block;
    width: 268px;
    height: 60px;
    overflow: hidden;
    text-indent: -999em;
    background: url(https://cdn.gmpe.app/app/sistema/images/site/main-logo.png) top left no-repeat #002942;
    background-size: cover;
    -moz-transition: background-color 0.5s;
    -webkit-transition: background-color 0.5s;
    -ms-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
    transition: background-color 0.5s;
    margin: auto;
}

.personal-logo {
    display: block;
    max-height: 60px;
}

.personal-logo img {
    display: block;
    width: auto;
    height: auto;
    max-height: 60px;
    max-width: 100%;
    margin: auto;
}

#main-logo:hover {
    background-color: #0085f6;
}


.alter-login {
    display: block;
    margin-top: 15px;
}

.alter-login p {
    display: block;
    text-align: center;
    font-size: 10px;
    color: #999;
}

.alter-login .box-alter {
    display: block;
    border: 1px solid #CCC;
}

.alter-login .half-area {
    display: block;
    float: left;
    width: 50%;

}

.alter-login .half-area:first-child {
    margin-right: -1px;
    border-right: 1px solid #CCC;
}

.alter-login a {
    display: block;
    font-size: 12px;
    line-height: 40px;
    color: #666;
    text-align: center;
}

.alter-login a:hover {
    color: #0085f6;
    background: #EEE;
}

/* Modal */
.std-loader,
.yz-modal-overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(https://cdn.gmpe.app/app/sistema/images/bg-black-50.png);
    z-index: 900;
}

.info-loader {
    display: block;
    position: fixed;
    position: device-fixed;
    top: 50%;
    left: 50%;
    margin: -15px 0 0 -88px;
    border-radius: 10px;
    width: 160px;
    height: 30px;
    padding-left: 16px;
    line-height: 30px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    box-shadow: 0 0 10px #000000;
    z-index: 999;
    background: #FFF url(https://cdn.gmpe.app/app/sistema/images/small-loader.gif) no-repeat 10px center;
    color: #333;
}

.form-holder {
    display: block;
    border-radius: 3px;
}

.yz-modal-overlay {
    display: none;
}

.yz-modal-window {
    display: block;
    width: 52%;
    position: fixed;
    background: #FFF;
    z-index: 997;
    border-radius: 5px;
    top: 50%;
    left: 50%;
    margin-left: -26%;
    box-shadow: 0 0 20px #333333;
}

.yz-modal-window .holder {
    display: block;
    position: relative;
    height: auto;
    z-index: 998;
}

.yz-modal-window .header {
    display: block;
    position: relative;
    height: 30px;
    overflow: hidden;
    background: #1C93C6;

}

.yz-modal-window .header .title {
    display: block;
    margin: 0 15px;
    font: bold 10px/30px Arial, Helvetica, sans-serif;
    color: #FFF;
    text-align: center;
    text-transform: uppercase;
}

.yz-modal-window .corpo {
    display: block;
    position: relative;
    overflow-y: auto;
    background: #F7F7F7;
}

.yz-modal-window .form-holder {
    border-radius: 0;
}

.yz-modal-window .footer {
    display: block;
    height: 32px;
    padding: 10px 20px;
    background: #CCC;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top: 1px solid #BEBEBE;
    text-align: right;

    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #e1e1e1 2%, #d2d2d2 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(2%,#e1e1e1), color-stop(100%,#d2d2d2)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#e1e1e1 2%,#d2d2d2 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#e1e1e1 2%,#d2d2d2 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#e1e1e1 2%,#d2d2d2 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#e1e1e1 2%,#d2d2d2 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d2d2d2',GradientType=0 ); /* IE6-9 */
}

.yz-modal-window .footer [class^="bt-"] {
    display: inline-block;
    margin-left: 20px;
}

.yz-modal-window .footer [class^="bt-"]:first-child {
    margin-left: 0;
}

.yz-modal-window .loader {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #FFF url(https://cdn.gmpe.app/app/sistema/images/modal-loader.gif) no-repeat center center;
    top: 0;
    left: 0;
    opacity:0.65;
    -moz-opacity: 0.65;
    filter: alpha(opacity=65);
    border-radius: 5px;
    z-index: 1000;
}

/** Feedback */
[class*="form-return-"] {
    padding-right: 34px !important;
    position: relative;
}

[class*="form-return-"] .desc {
    display: block;
    font-size: 16px;
}

[class*="form-return-"] .text {
    font-size: 12px;
    line-height: 20px;
}

[class*="form-return-"] .bt-close {
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    background: url(https://cdn.gmpe.app/app/sistema/images/bt-close.png);
    top: 20px;
    right: 20px;
}

.form-holder .form-return-neutral {
    background: #eee;
    color: #666;
}

.form-holder .form-return-error {
    background: #F2DEDE;
    color: #B94A48;
}

.form-holder .form-return-success {
    background: #DFF0D8;
    color: #468847;
}

.form-holder .form-return-alert {
    background: #FCF8E3;
    color: #C09853;
}

.form-holder .form-line {
    display: block;
    line-height: 32px;
    border-bottom: 1px solid #E0E0E0;
    padding: 15px 20px;
}

/** Botoes */

[class^="bt-"],
[class*="bt-"] {
    display: inline-block;
    height: 30px;
    padding: 0;
    border: none;
    margin: 0;
    border-radius: 3px;
    overflow: hidden;
    vertical-align: top;
}

[class^="bt-"]:active {
    box-shadow: inset 0 1px 1px #ACACAC;
}

[class^="bt-"] .label,
[class^="bt-"] .small-label,
[class*="bt-"] .label,
[class*="bt-"] .small-label {
    display: block;
    padding: 0 15px;
    font-size: 14px;
    line-height: 30px;
}

[class^="bt-"] .small-label {
    padding: 0;
    min-width: 30px;
    text-align: center;
}

/* Disabled Styles */
[class^="bt-"].disabled,
[class*="bt-"].disabled {
    opacity: 0.6;
    cursor: not-allowed;
    pointer-events: none;
    -webkit-box-shadow: inset 0 0 5px #999 !important;
    box-shadow: inset 0 0 5px #999 !important;
}

/* BT Gray */

.bt-gray,
[class^="bt-gray"],
[class*="bt-gray"] {
    border: 1px solid #afafaf;
    background: #f6f6f6; /* Old browsers */
    background: -moz-linear-gradient(top,  #f6f6f6 0%, #dcdcdc 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f6f6), color-stop(100%,#dcdcdc)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f6f6f6 0%,#dcdcdc 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f6f6f6 0%,#dcdcdc 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f6f6f6 0%,#dcdcdc 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f6f6f6 0%,#dcdcdc 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#dcdcdc',GradientType=0 ); /* IE6-9 */
}

.bt-gray:hover,
[class^="bt-gray"]:hover,
[class*="bt-gray"]:hover {
    background: #fafafa; /* Old browsers */
    background: -moz-linear-gradient(top,  #fafafa 0%, #f0f0f0 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#f0f0f0)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fafafa 0%,#f0f0f0 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fafafa 0%,#f0f0f0 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fafafa 0%,#f0f0f0 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #fafafa 0%,#f0f0f0 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#f0f0f0',GradientType=0 ); /* IE6-9 */
}

.bt-gray:active,
.bt-gray-ativo,
[class^="gray-ativo"],
[class*="gray-ativo"],
.bt-gray-ativo:hover,
[class^="gray-ativo"]:hover,
[class*="gray-ativo"]:hover {
    background: #e9e9e9; /* Old browsers */
    background: -moz-linear-gradient(top,  #e9e9e9 0%, #f9f9f9 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9e9e9), color-stop(100%,#f9f9f9)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #e9e9e9 0%,#f9f9f9 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #e9e9e9 0%,#f9f9f9 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #e9e9e9 0%,#f9f9f9 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #e9e9e9 0%,#f9f9f9 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e9e9', endColorstr='#f9f9f9',GradientType=0 ); /* IE6-9 */
    box-shadow: inset 0 1px 1px #ACACAC;
}

.bt-gray-ativo {
    cursor: default;
}

.bt-gray .label,
.bt-gray .small-label {
    color: #666;
}

/* Bt Green */
.bt-green {
    border: 1px solid #628813;
    background: #98d11e; /* Old browsers */
    background: -moz-linear-gradient(top,  #98d11e 0%, #86b81a 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#98d11e), color-stop(100%,#86b81a)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #98d11e 0%,#86b81a 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #98d11e 0%,#86b81a 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #98d11e 0%,#86b81a 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #98d11e 0%,#86b81a 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#98d11e', endColorstr='#86b81a',GradientType=0 ); /* IE6-9 */
}

.bt-green:hover {
    background: #a7e12b; /* Old browsers */
    background: -moz-linear-gradient(top,  #a7e12b 0%, #99d21e 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a7e12b), color-stop(100%,#99d21e)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #a7e12b 0%,#99d21e 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #a7e12b 0%,#99d21e 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #a7e12b 0%,#99d21e 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #a7e12b 0%,#99d21e 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7e12b', endColorstr='#99d21e',GradientType=0 ); /* IE6-9 */


}

.bt-green:active {
    background: #99d21e; /* Old browsers */
    background: -moz-linear-gradient(top,  #99d21e 0%, #a7e12b 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#99d21e), color-stop(100%,#a7e12b)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #99d21e 0%,#a7e12b 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #99d21e 0%,#a7e12b 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #99d21e 0%,#a7e12b 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #99d21e 0%,#a7e12b 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99d21e', endColorstr='#a7e12b',GradientType=0 ); /* IE6-9 */
}

.bt-green .label,
.bt-green .small-label {
    color: #394613;
}

/* Bt Blue */

.bt-blue {
    border: 1px solid #2B76A8;
    background: #66c1f9; /* Old browsers */
    background: -moz-linear-gradient(top,  #66c1f9 0%, #46a5e5 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#66c1f9), color-stop(100%,#46a5e5)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #66c1f9 0%,#46a5e5 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #66c1f9 0%,#46a5e5 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #66c1f9 0%,#46a5e5 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #66c1f9 0%,#46a5e5 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66c1f9', endColorstr='#46a5e5',GradientType=0 ); /* IE6-9 */

}

.bt-blue:hover {
    background: #7ecafa; /* Old browsers */
    background: -moz-linear-gradient(top,  #7ecafa 0%, #63b3e9 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7ecafa), color-stop(100%,#63b3e9)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #7ecafa 0%,#63b3e9 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #7ecafa 0%,#63b3e9 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #7ecafa 0%,#63b3e9 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #7ecafa 0%,#63b3e9 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7ecafa', endColorstr='#63b3e9',GradientType=0 ); /* IE6-9 */
}

.bt-blue:active {
    background: #46a5e5; /* Old browsers */
    background: -moz-linear-gradient(top,  #46a5e5 0%, #66c1f9 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#46a5e5), color-stop(100%,#66c1f9)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #46a5e5 0%,#66c1f9 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #46a5e5 0%,#66c1f9 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #46a5e5 0%,#66c1f9 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #46a5e5 0%,#66c1f9 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#46a5e5', endColorstr='#66c1f9',GradientType=0 ); /* IE6-9 */

}

.bt-blue .label,
.bt-blue .small-label {
    color: #16253E;
}

/* Bt Blue */

.bt-red {
    border: 1px solid #800000;
    background: #db0000; /* Old browsers */
    background: -moz-linear-gradient(top,  #db0000 0%, #8c0000 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#db0000), color-stop(100%,#8c0000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #db0000 0%,#8c0000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #db0000 0%,#8c0000 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #db0000 0%,#8c0000 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #db0000 0%,#8c0000 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#db0000', endColorstr='#8c0000',GradientType=0 ); /* IE6-9 */
}

.bt-red:hover {
    background: #ea0300; /* Old browsers */
    background: -moz-linear-gradient(top,  #ea0300 0%, #b50000 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ea0300), color-stop(100%,#b50000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ea0300 0%,#b50000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ea0300 0%,#b50000 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ea0300 0%,#b50000 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ea0300 0%,#b50000 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea0300', endColorstr='#b50000',GradientType=0 ); /* IE6-9 */

}

.bt-red:active {
    background: #8c0000; /* Old browsers */
    background: -moz-linear-gradient(top,  #8c0000 0%, #db0000 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8c0000), color-stop(100%,#db0000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #8c0000 0%,#db0000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #8c0000 0%,#db0000 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #8c0000 0%,#db0000 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #8c0000 0%,#db0000 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c0000', endColorstr='#db0000',GradientType=0 ); /* IE6-9 */
}

.bt-red .label,
.bt-red .small-label {
    color: #FFF;
}

/** Input */
[class^="input-"][disabled]{
    background: #EEEEEE;
    border: 1px dotted #CCCCCC;
    color: #333;
    box-shadow: none !important;
}

.input-disabled{
    background: #EEEEEE;
    border: 1px dotted #CCCCCC;
    color: #333;
    box-shadow: none !important;
}

/**
* Recurso para visualizar a senha do login
 */
.show-password {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    cursor: pointer;
    opacity: 0.5;
}

.show-password:hover {
    opacity: 1;
}

.show-password .open,
.show-password .close {
    display: block;
    width: 40px;
    height: 40px;
    font-size: 18px;
    line-height: 40px;
    color: #333;
    text-align: center;
}

.visible-password .show-password {
    opacity: 1;
}

.show-password .open {
    display: none;
}

.visible-password .show-password .close {
    display: none !important;
}

.visible-password .show-password .open {
    display: block !important;
    color: #2d7609;
}


/* File: login-responsive.css */
@media phone, only screen and (max-width: 480px) {
	
	#login-main-div {
		position: static;
		margin: 10px;
		width: auto;
		height: auto;
	}
	
	#main-logo {
		width: 157px;
	}
	
}

