/*Para consultar a lista de icons da FontAwesome ir a https://fontawesome.com/v4.7.0/icons/ */
@import url("../../../fonts/font-awesome-4.7.0/css/font-awesome.min.css");

.loginWrapper {
/* 	background-image: url("../img/back-login.jpg");  */
    background-color: rgba(0,0,0, .3);
    height: 100%; 
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.loginWrapper .outerWidget{
	position: absolute;
    top: calc(50% - 260px);
    left: calc(50% - 200px);
}
.loginWrapper .loginLogo{
	display: block;
    max-width: 290px;
    max-height: 95px;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
}
.loginWrapper .loginLogo img{
	max-height: 95px;
    margin: 0 auto;
    display: block;
}
.loginWrapper .widget {
    width: 400px;
    background-color: rgba(255,255,255,1);
    display: block;
    margin: 0 auto;
    height: auto;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.1);;
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.1);;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.1);
}
.widget .title {
	background-color: #f4f3f8;
	padding: 10px 25px;
}
.widget .title h6{
	display: inline-block;
	text-align: left;
	margin: 0;
	font-size: 15px;
}
.widget .title .num{
	display: inline-block;
	text-align: right;
	float: right;
}
.widget .title .num .userRegistration{
	color: #dc182d;
	font-size: 13px;
}
.widget .title .num .userRegistration:hover{
	color: #dc182d;
}
.widget .loginForm{
	padding: 15px 25px;
}
.loginWrapper .widget .loginForm fieldset{
	border: none;
	margin: 0;
	padding: 0;
}
.loginForm .formRow{
	margin-bottom: 20px;
}
.loginForm .formRow label{
	display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 13px;
    color: #dc182d;
}
.loginForm .formRow .loginInput input{
	height: 35px;
    border: 1px solid #f4f3f8 ;
    line-height: 30px;
    width: 100%;
    padding: 0 8px;
    vertical-align: baseline;
    outline: 0;
    box-sizing: border-box;
    color: #000;
    font-size: 13px;
}
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill{
	background-color: rgb(255,255,255) !important;
	-webkit-box-shadow: 0 0 0 30px white inset;
}
.loginForm .loginControl{
	text-align: center;
}
.loginForm .logMeIn{
    padding: 0 30px;
    font-size: 14px;
    line-height: 36px;
    text-align: center;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #dc182d;
    color: #fff;
    border: 0;
    margin: 0 auto;
    cursor: pointer;
}
.loginForm .formRow .greyishNum{
	text-decoration: underline;
	line-height: 20px;
	color
}
.loginForm .formRow .greyishNum:hover{
	color: #dc182d;
}
video#bgvid { 
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(login.jpg) no-repeat;
    background-size: cover; 
}
@media screen and (max-device-width: 800px) {
    html {
         background: url("../images/login.jpg") #000 no-repeat center center fixed;
    }
    #bgvid {
        display: none;
    }
}
.login_error
{
    font-size: 10px;
    color: #ff0000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
.backWelcome {
    background-color: #f4f3f8;
    height: 100%; 
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 768px){
	.container {
	    width: 750px;
	}
}
@media (min-width: 992px){
	.container {
	    width: 970px;
	}
}
@media (min-width: 1200px){
	.container {
	    width: 1170px;
	}
}
.leftSmallContainer, .rightBigContainer{
	position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    box-sizing: border-box;
    margin-top: 15px;
}
.leftSmallContainer{
	width: 25%;
}
.sidebar{
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.1);
}
.rightBigContainer{
	width: 75%;
	background-color: #fff;
	padding-bottom: 15px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.1);
	margin-bottom: 20px;
}
.oneBigContainer{
	width: 100%;
	margin: 0 auto;
	background-color: #fff;
	padding: 15px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.1);
	margin-bottom: 20px;
}
.oneSmallContainer{
	width: 580px;
	margin: 40px auto 0;
	background-color: #fff;
	padding: 15px;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.1);
	margin-bottom: 20px;
}
.header{
	-webkit-box-shadow: -3px 0px 7px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: -3px 0px 7px 0px rgba(0,0,0,0.1);
	box-shadow: -3px 0px 7px 0px rgba(0,0,0,0.1);
	margin-bottom: 15px;
	background-color: #fff;
}
.header ul{
	display: inline;
	padding-left: 0;
	list-style-type: none;
	margin: 0;
}
.header ul li{
	display: inline-block;
}
.header .rightHead{
	float: right;
}
.imgBase{
	display: block;
    max-width: 100%;
    height: auto;
}
.welcomeUser{
	background-color: #3b3b3b;
	color: #fff;
	padding: 7px 15px;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	font-size: 12px;
}
.currentApp{
	background-color: white;
    color: #dc182d;
    padding: 7px 15px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    font-size: 12px;
    border-bottom: 1px solid #eee;
    font-weight: bold;
}
.currentApp a, .currentApp span{
	color: #dc182d;
}
.navMenu{
	background-color: #fff;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	
}
.navMenu .navItemsList{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.navMenu .navItemsList li{
	padding: 10px 0;
}
.mainMenu .navItemsList li{
	padding: 7px 0;
}
.navMenu .navItemsList li.menuSection{
	padding-left: 15px;
	padding-bottom: 2px;
	font-weight: bold;
	font-size: 13px;
}
.navMenu .navItemsList li a{
	font-size: 14px;
	color: #3b3b3b;
	padding: 7px 15px;
}
.mainMenu .navItemsList li a{
	padding: 7px 25px;
}
.navMenu .navItemsList:first-child{
	padding-top: 10px;
}
.navMenu .navItemsList .logout {
	padding: 10px 0;
    border-top: 1px solid #f4f3f8;
    margin-top: 10px;
}
.mainMenu .navItemsList .logout {
	padding: 10px 0;
    border-top: none;
    margin-top: 0;
}
.navMenu .navItemsList .logout a{
	font-size: 12px;
	color: #1e1e1e;
}
.mainMenu .navItemsList .logout a{
	font-size: 14px;
	color: #666;
}
.mainMenu .navItemsList {
	padding-bottom: 10px;
}
.navMenu .navItemsList li:hover, .navMenu .navItemsList li.active{
	background-color: #f4f3f8;
}
.navMenu .navItemsList li.menuSection:hover{
	background-color: #fff;
}
.navMenu .navItemsList li:hover a{
	color: #5f6265;
	text-decoration: none;
}
.navMenu .navItemsList li a:hover{
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
.formfield{
	display: table;
    width: 100%;
    padding: 0 0 15px 0;
}
.formfield label{
	display: table-cell;
    width: 220px;
    vertical-align: middle;
    font-weight: bold;
    font-size: 13px;
}
.form-input{
	height: 35px;
    border: 1px solid #cbcbcb ;
    line-height: 30px;
    width: 100%;
    padding: 0 8px;
    vertical-align: baseline;
    outline: 0;
    box-sizing: border-box;
    color: #000;
    font-size: 13px;
}
.form-input::-webkit-input-placeholder {
  color: #b6b4b3 !important;
}
.form-input::-moz-placeholder {
  color: #b6b4b3 !important;
}
.form-input:-ms-input-placeholder {
  color: #b6b4b3 !important;
}
.form-input:-moz-placeholder { 
  color: #b6b4b3 !important;
}
textarea.form-input{
	height: auto;
	line-height: 1.4
}
.input-inline{
	display: inline-block;
	margin-right: 3px;
}
.btnContainer{
	margin: 10px 0;
	text-align: center;
}
.btnContainerList{
	display: inline-block;
	vertical-align: top;
}
.btnMain{
	display: inline-block;
    padding: 0 30px;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #dc182d;
    border: 1px solid #dc182d;
    color: #fff;
    margin: 0 15px 0 0;
    font-size: 13px;
    cursor: pointer;
}
.btnMain:hover{
	opacity: .9;
	text-decoration: none;
}
.btnSecondary{
	display: inline-block;
    padding: 0 30px;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #3b3b3b;
    border: 1px solid #3b3b3b;
    color: #fff;
    margin: 0 15px 0 0;
    font-size: 13px;
    cursor: pointer;
}
.btnSecondary:hover{
	opacity: .9;
	text-decoration: none;
}
.btnBorder{
	display: inline-block;
    padding: 0 30px;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #dc182d;
    color: #dc182d;
    margin: 0 15px 0 0;
    font-size: 13px;
    cursor: pointer;
}
.btnBorder:hover{
	opacity: .9;
	text-decoration: none;
}
.btnSmallBorder{
	display: inline-block;
    padding: 0 30px;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #dc182d;
    color: #dc182d;
    font-size: 13px;
    cursor: pointer;
}
.btnContainerList .btnBorder, .btnContainerList .btnMain, .btnContainerList .btnSecondary{
	display: block;
	margin: 10px;
	width: 155px;
}
.btnArrow {
  position: relative;
  margin: 0;
  padding-left: 14px;
  padding-right: 14px;
  padding-top: 1.8px;
  padding-bottom: 2.8px;
  background: #c61832;
  color: white;
  font-size: 11px;
}
.btnArrow::after {
  content: '';
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
}
.btnArrow:hover { 
	background: rgba(198, 24, 50, .9);
	text-decoration: none; 
}
.next::after, .prev::after { 
	border-style: solid; 
}
.next::after {
  right: -18px;
  border-width: 9px;
  border-color: transparent transparent transparent #c61832;
}
.next:hover::after {
  border-left-color: rgba(198, 24, 50, .9);
}
.prev::after {
  left: -18px;
  border-color: transparent #c61832 transparent transparent;
  border-width: 9px;
}
.prev:hover::after {
  border-right-color: rgba(198, 24, 50, .9);
}
.pagesNav{
	margin: 35px 15px 0 15px;
}
.pagesNav .leftPosition{
	display: inline-block;
	float: left;
}
.pagesNav .rightPosition{
	display: inline-block;
	float: right;
}
.simpleList{
	list-style-type: none;
	padding-left: 0;
}
.info{
	font-size: 11px;
	color: #666;
}
.colorText{
	color: #dc182d;
	font-weight: bold;
}
.tableMain {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    font-size: 13px;
    border-collapse: collapse !important;
    margin-top: 20px;
}
.tableMain tr th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
	padding: 8px;
	line-height: 1.42857143;
}
.tableMain td, .tableMain th {
    background-color: #fff !important;
}
.tableMain tr td{
  	vertical-align: top;
  	border-top: 1px solid #ddd;
  	padding: 8px;
	line-height: 1.42857143;
}
.tableMain.noBorderTable tr td{
	border: none;
}
.tableMain tr td.info{
	padding: 3px 8px;
}
tr.LightRow{
    background-color: #f6f3f2;
}
.pageNav{
	color: #dc182d;
}
hr {
    margin-top: 15px;
    margin-bottom: 15px;
    border: 0;
    border-top: 1px solid #eee;
}
.fieldset
{
    font-weight: bold;
    font-size: 9px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none;
    border-color: #CFE4E9;
    border-width: 2;
    border-Style: solid
}
.form_label
{
    font-weight: bold;
    font-size: 11px;
    color: #195C71;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none
}
.form_large
{
    border-right: #999999 1px solid;
    border-top: #999999 1px solid;
    font-weight: normal;
    font-size: 10px;
    border-left: #999999 1px solid;
    width: 55mm;
    color: #333333;
    border-bottom: #999999 1px solid;
    font-style: normal;
    font-family: Arial, Helvetica, sans-serif;
    height: 15px;
    background-color: #ffffff;
    text-decoration: none
}
.form_small
{
    border-right: #999999 1px solid;
    border-top: #999999 1px solid;
    font-weight: normal;
    font-size: 10px;
    border-left: #999999 1px solid;
    width: 30mm;
    color: #333333;
    border-bottom: #999999 1px solid;
    font-style: normal;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    height: 15px;
    background-color: #ffffff;
    text-decoration: none
}
.form_ddmm
{
    border-right: #999999 1px solid;
    border-top: #999999 1px solid;
    font-weight: normal;
    font-size: 10px;
    border-left: #999999 1px solid;
    width: 10mm;
    color: #666666;
    border-bottom: #999999 1px solid;
    font-style: normal;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    height: 15px;
    background-color: #ffffff;
    text-decoration: none
}
.form_yyyy
{
    border-right: #999999 1px solid;
    border-top: #999999 1px solid;
    font-weight: normal;
    font-size: 10px;
    border-left: #999999 1px solid;
    width: 14mm;
    color: #666666;
    border-bottom: #999999 1px solid;
    font-style: normal;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    height: 15px;
    background-color: #ffffff;
    text-decoration: none
}
A
{
    font-size: 13px;
    color: black;
    font-family: Verdana, Arial, sans-serif;
    text-decoration: none
}
BODY
{
    margin-top: 0px;
    font-size: 13px;
    line-height: 1.42857143;
    margin-left: 0px;
    font-family: Verdana, Arial, sans-serif;
    background-color: #f4f3f8;
}
BODY.Alert
{
    margin-top: 5px;
    font-size: 12px;
    margin-left: 10px;
    font-family: Verdana, Arial, sans-serif;
    background-color: white
}
.Title
{
    font-weight: bold;
    font-size: 14px;
    color: #3b3b3b;
    font-family: Verdana, Arial, sans-serif;
    margin: 10px 0;
}
.Title.leftElement{
}
.titleTopMargin{
	margin-top: 25px;
}
.SubTitle
{
    font-size: 11px;
    color: #dc182d;
}
.rightElement{
	float: right;
}
.leftElement{
	float: left;
}
.Message
{
    color: #f2691d;
    font-style: italic;
    TEXT-ALIGN: center
}
.Mandatory
{
    color: #f2691d;
}
.checkInline{
	display: inline-block;
	width: 250px;
}
.listInline{
	display: inline;
	padding-left: 0;
	list-style-type: none;
	margin: 0;
}
.listInline li {
    display: inline-block;
}
label.checkInline{
	font-weight: normal;
}
.tabs{
	padding-left: 0;
    list-style: none;
}
.tabs>li {
    float: left;
    margin-bottom: -1px;
    position: relative;
    display: block;
    background-color: #585858;
    margin-bottom: 25px;
    color: #fff;
}
.tabs>li>a{
	color: #fff;
}
.tabs>li>a, .tabs>li>b {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    position: relative;
    display: block;
    padding: 10px 15px;
}
.tabs>li>b {
	background-color: #ccc;
	color: #000;
}
.cardContact{
	padding: 10px;
	border: 1px solid #dc182d;
	border-radius: 4px;
	width: 49%;
	display: inline-block;
	margin-bottom: 5px;
}
.notebody
{
    font-size: 11px;
    color: #a0a0a0;
    font-family: Verdana, arial;
    text-decoration: none
}
.clear{
	clear: both;
}
.filter{
	padding: 7px 0;
}
.filter h4{
	margin: 0 0 10px 0;
}
.inlineCDA li{
	display: inline-block;
	padding: 4px 15px;
	background-color: #f1f1f1;
}
.inlineCDA li a:hover{
	color: #dc182d;
	text-decoration: none;
}