/*
Version: 1.0
Autor: Pedro Cunha Leal
Website: http://www.iscac.pt
Página: ** LOGIN DOS RECURSOS DO ISCAC **
*/


/***
FONTS
***/
@font-face {
    font-family: 'Open Sans';
    src: url('../font/OpenSans-Regular-webfont.eot');
    src: url('../font/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/OpenSans-Regular-webfont.woff') format('woff'),
         url('../font/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('../font/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Open Sans light';
    src: url('../font/OpenSans-Light-webfont.eot');
    src: url('../font/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/OpenSans-Light-webfont.woff') format('woff'),
         url('../font/OpenSans-Light-webfont.ttf') format('truetype'),
         url('../font/OpenSans-Light-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face{
font-family:'FontAwesome';
src:url('../font/fontawesome-webfont.eot?v=4.2.0');
src:url('../font/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'),
	url('../font/fontawesome-webfont.woff?v=4.2.0') format('woff'),
	url('../font/fontawesome-webfont.ttf?v=4.2.0') format('truetype'),
	url('../font/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');
	font-weight:normal;
	font-style:normal
}
/* general body settings */
body { 
  color: #000; 
  font-family: 'Open Sans', sans-serif;
  padding: 0px !important;
  margin: 0px !important;
  font-size:13px; 
  direction: ltr;
/*  background: url("../imagens/ISCAC_LG.jpg") no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center; */
}
/* 
@media only screen and (max-width: 768px) {
  body {
    /* The file size of this background image is 93% smaller
     * to improve page load speed on mobile internet connections */
/*    background-image: url("../imagens/ISCAC_devices_3.jpg");
  }
	}
 */
.fa-chevron-circle-right:before {
    content: "\f138";
}
.fa-sign-out:before{
 content: "\f08b";
 font-size: 7em;
 color: #1a3843;
}
.fa-minus-circle:before{
 content: "\f056";
 font-size: 7em;
 color: #B43023;
}
img.tipo-mail{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.logout{
	text-align: center;
	color: #1A3843;	
}
.erro{
	text-align: center;
	color: #1A3843;	
}
.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    font-size-adjust: none;
    font-stretch: normal;
    -moz-font-feature-settings: normal;
    -moz-font-language-override: normal;
    font-size: inherit;
    text-rendering: auto;
    -moz-osx-font-smoothing: grayscale;
}

/* overides metro scrolbars in IE10 and makes them look like a default scrollbar */
@-ms-viewport{ 
  width: auto !important; 
}
/* remove rounds from all elements 
div, input, select, textarea, span, img, table, td, th, p, a, button, ul, li {
  -webkit-border-radius: 0px !important;
     -moz-border-radius: 0px !important;
          border-radius: 0px !important;
}
*/


a:focus {
  outline: none !important;
}
a:hover, a:active {
  outline: 0 !important;
}
select:focus {
   outline: none !important;
}
.sessao{
	color:#B43023;
	text-align: center;
}
.close {
  display: inline-block;
  margin-top: 0px;
  margin-right: 0px;
  width: 9px;
  height: 9px;
  background-repeat: no-repeat !important;
  background-image: url("../imagens/remove-icon-small.png") !important;
}
.hide {
  display: none;
}
.btn {
	background-color: #e5e5e5;
	background-image: none;
	filter: none;
	border: 0;
	padding: 4px 10px; 
	
	font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;  	
  color: #333333;
	cursor: pointer;
	outline: none;
  -webkit-box-shadow: none !important;
     -moz-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
          border-radius: 0 !important;

  -webkit-text-shadow: none;
     -moz-text-shadow: none;
          text-shadow: none;
}
.btn:hover, 
.btn:focus, 
.btn:active,
.btn.active,
.btn[disabled],
.btn.disabled {  
  color: #333333;
  background-color: #d8d8d8 !important;
}
/*  Blue */
.btn.transparent   
{
  color: black;  
  text-shadow: none;  
  background-color: transparent;
}
.btn.blue   
{
  color: white;  
  text-shadow: none;	
  background-color: #1a3843;
}
.btn.blue:hover, 
.btn.blue:focus, 
.btn.blue:active,
.btn.blue.active,
.btn.blue[disabled],
.btn.blue.disabled {  
  background-color: #B43023 !important; /* #3c7784 !important; */
  color: #fff !important;
}
.btn-group .btn.blue.dropdown-toggle {
  background-color: #4d90fe !important;
}
.btn-group .btn.blue:hover, 
.btn-group .btn.blue:focus, 
.btn-group .btn.blue:active, 
.btn-group .btn.blue.active, 
.btn-group .btn.blue.disabled,
.btn-group .btn.blue[disabled] { 
  background-color: #0362fd !important;
  color: #fff !important;
}
.btn.blue-stripe
{
	border-left: 3px solid #4d90fe;
}

/* ************** ICON  ************* */
@font-face{font-family:'FontAwesome';src:url('../font/fontawesome-webfont.eot?v=3.2.0');src:url('../font/fontawesome-webfont.eot?#iefix&v=3.2.0') format('embedded-opentype'),url('../font/fontawesome-webfont.woff?v=3.2.0') format('woff'),url('../font/fontawesome-webfont.ttf?v=3.2.0') format('truetype'),url('../font/fontawesome-webfont.svg#fontawesomeregular?v=3.2.0') format('svg');font-weight:normal;font-style:normal;}[class^="icon-"],[class*=" icon-"]{font-family:FontAwesome;font-weight:normal;font-style:normal;text-decoration:inherit;-webkit-font-smoothing:antialiased;*margin-right:.3em;}
[class^="icon-"]:before,[class*=" icon-"]:before{text-decoration:inherit;display:inline-block;cursor:default;speak:none;}
.icon-user:before{content:"\f007";}
.icon-lock:before{content:"\f023";}
[class^="icon-"],[class*=" icon-"]{display:inline;width:auto;height:auto;line-height:normal;vertical-align:baseline;background-image:none;background-position:0% 0%;background-repeat:repeat;margin-top:0;}
/***
Apply fix for font awesome icons.
***/
[class^="icon-"], 
[class*=" icon-"],
[class^="icon-"]:hover, 
[class*=" icon-"]:hover { 
  background: none !important;
}
/* input with left aligned icons */
.input-icon.left i {
  color: #ccc;
  display: block !important;
  position: absolute !important;
  z-index: 1;
  margin: 5px 2px 4px 25px; 
  width: 16px;
  height: 16px;
  font-size: 16px;
  text-align: center;
}

/* ************** CAIXAS TEXTO ******** */
.uneditable-input,
textarea.m-wrap,
input[type="text"].m-wrap,
input[type="password"].m-wrap,
input[type="datetime"].m-wrap,
input[type="datetime-local"].m-wrap,
input[type="date"].m-wrap,
input[type="month"].m-wrap,
input[type="time"].m-wrap,
input[type="week"].m-wrap,
input[type="number"].m-wrap,
input[type="email"].m-wrap,
input[type="url"].m-wrap,
input[type="search"].m-wrap,
input[type="tel"].m-wrap,
input[type="color"].m-wrap {
  -webkit-appearance: none !important;   
	color: #333333; 		
  outline: 0;
  height: 26px;
/*	padding: 6px 6px 6px 0px !important; */
  line-height: 20px;
  font-size: 12px;
  font-weight: normal;
  vertical-align: top;  
	background-color: #fff;
	background-image: none !important;
  filter: none !important;
	  -webkit-box-shadow: none !important;
	     -moz-box-shadow: none !important;
	          box-shadow: none !important;
	  -webkit-border-radius: 0px;
	     -moz-border-radius: 0px;
	          border-radius: 0px;
 /* background: transparent;    */
}
.pull-right{float:right; margin-right: 21px;}
.m-icon-swapright {
  background-position: -27px -10px;
}
.m-icon-white {
  background-image: url("imagens/syncfusion-icons-white.png");
}
[class^="m-icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;;
  margin-top: 4px;
  line-height: 14px;  
  vertical-align: top;
/*  background-image: url("../imagens/syncfusion-icons.png"); 
  background-position: 0 0; */
  background-repeat: no-repeat; 
}
input.m-wrap {
  border: 1px solid #e5e5e5;
}
textarea.m-wrap {
  height: auto;
}
.visible-ie8 {
  display: none
}
.visible-ie9 {
  display: none;
}
.control-label {
  margin-top: 2px;
}
label.m-wrap,
input.m-wrap,
button.m-wrap,
select.m-wrap,
textarea.m-wrap {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}
input.m-wrap,
button.m-wrap,
select.m-wrap,
textarea.m-wrap {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.uneditable-input.focus,
textarea.m-wrap:focus,
select.m-wrap:focus,
input[type="text"].m-wrap:focus,
input[type="password"].m-wrap:focus,
input[type="datetime"].m-wrap:focus,
input[type="datetime-local"].m-wrap:focus,
input[type="date"].m-wrap:focus,
input[type="month"].m-wrap:focus,
input[type="time"].m-wrap:focus,
input[type="week"].m-wrap:focus,
input[type="number"].m-wrap:focus,
input[type="email"].m-wrap:focus,
input[type="url"].m-wrap:focus,
input[type="search"].m-wrap:focus,
input[type="tel"].m-wrap:focus,
input[type="color"].m-wrap:focus,
.m-uneditable-input:focus {
  border-color: #999999;
  outline: 0 !important;
  /* IE6-9 */
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;      
}
.input-icon.left input {
  padding-left: 33px !important;
}
/* ************** LOGIN ************* */
.logo {
  width: 300px;
  margin: 0 auto;   
  margin-top:30px;
  padding: 0px;
 /* text-align: center; */
}  
.content_emp {
  background-color: rgba(230, 230, 230, 0.9);
  width: 250px;
  margin: 0 auto; 
  margin-bottom: 0px;
  margin-top: 0px ;
  //padding: 3px;  
  padding-top:3px;  
  padding-bottom: 10px;  
}

.emp_texto_login {
  background-color: rgba(230, 230, 230, 0.9);
  width: 100px;
  margin: 0 auto; 
  margin-bottom: 0px;
  margin-top: 0px ;
 // padding: 3px;  
  padding-top:3px;  
  padding-bottom: 10px;  
}




.content_emp h3 {
  color: #eee;
}
.content_emp h4  {
  color: #eee;
}
.content_emp p,
.content_emp label {
  color: #fff;
}
.login_emp-form,
.forget-form {
    padding: 0px;
    margin: 0px;
}
.m-wrap {
  width: 177px;
  background-color: #fff;
}
.control-group {
  margin-bottom: 10px !important;
}
.input-icon .m-wrap {  
  margin-left: 18px !important;
}
.forget-form {
  display: none;
}
.register-form {
  display: none;
}
.form-title {
  font-weight: normal;
  margin: 15px;
  color: #1A3843;
  text-align: center;
  font-family: 'open Sans light';
  font-size: 16px;
}
.form-actions {
  background-color: transparent;
  clear: both;
  border: 0px;
  border-bottom1: 1px solid #999;
  padding: 0px 30px 5px 20px;
  margin-left: -30px;
  margin-right: -30px;
}
.forget-form .form-actions {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
}  
.register-form .form-actions {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 0px;
}
.form-actions .checkbox {
  margin-top: 8px;
  display: inline-block;
}
.form-actions .btn {
  margin-top: 4px;
}
.forget-password {
  margin-top: 25px;
}
.create-account {
  border-top: 1px dotted #eee;
  padding-top: 10px;
  margin-top: 15px;
}
.create-account a {
  display: inline-block;
  margin-top: 5px;
}
/* select2 dropdowns */
.select2-container i {
  display: inline-block;
  color: #ccc;
  z-index: 1;
  margin: 2px 4px 4px 3px; 
  width: 16px;
  height: 16px;
  font-size: 16px;
  text-align: center; 
}
.select2-container a span {
  font-size: 13px;
}
.select2-container a span img {
  margin-left: 4px;
}
/* footer copyright */
.copy_emp a	 {
  clear: both;
  text-align: center;
  font-size: 10px;
  text-decoration: none;
  color: #1a3843;
	/* margin: 0 auto;  */
 /*  padding: 10px 10px 10px 10px; */  
}
.copy_emp {
  clear: both;
  text-align: center;
  font-size: 10px;
  text-decoration: none;
  color: #1a3843;
	/* margin: 0 auto;  */
  padding: 0px; 
}

.emp_table_login {
	background: url(../imagens/emp_fundo_1.jpg) no-repeat; 
	background-size: cover;
}

.emp_titulo{
	margin-top: 4px;
	padding-left: 17px;
	width: 100px;
	position: absolute;
	font-family: 'Open Sans light';
	font-size: 18px;
}
.emp_registar{
	margin-top: 17px;
	padding-left: 17px;
	font-family: 'Open Sans light';
	font-size: 11px;
}
.emp_recupera{
	margin-top: 30px;
	padding-left: 17px;
	font-family: 'Open Sans light';
	font-size: 11px;
}

.emp_login_erro{
	padding-left: 17px;
	font-family: 'Open Sans';
	font-size: 10px;
	color: #db3021;
	font-weight: bold;
}

.separa
{
border-top: 1px dotted #1a4338;
padding-top: 10px;
margin-top: 0px;
  -webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
          border-radius: 0 !important;
}
