/* --------------------------------------------------------------------------------- */
/* RELEC COLORS */

.color-primary, .color-ok, .color-success, .color-conf {
	background-color: #55ba67 !important;
	color: white !important;
}
.color-secondary, .color-signed {
	background-color: #44b6ae !important;
	color: white !important;
}
.color-auxiliar, .color-sent {
	background-color: #68a7e5 !important;
	color: white !important;
}
.color-warning, .color-pending, .color-new {
	background-color: #e0a538 !important;
	color: #ffffff !important;
}
.color-print, .color-validated {
	background-color: #a0c23c !important;
	color: white !important;
}
.color-error, .color-danger, .color-noconf {
	background-color: #e97a6a !important;
	color: white !important;
}
.color-disable {
	background-color: #bba !important;
	color: white !important;
}
.color-viewed {
	background-color: #ca75ca !important;
	color: white !important;
}
/* .color-delivered { */
/* 	background-color: #5cd1c1 !important; */
/* 	color: white !important; */
/* } */

/* --------------------------------------------------------------------------------- */

.relec-intro {
    background-color: #111 !important;
}

.login-link {
	color: #93d3ef !important;
	cursor: pointer;
}

#responsive-intro {
	height: 100%;
    position: absolute;
    width: 100%;
}

#logo {
    height: 30%;
    min-height: 100px;
    max-height: 180px;
    margin: 0;
    position: relative;
    text-align: center;
    width: 100%;
}

#logo img {
	height: 100%;
    width: auto;
}

#login-block {
	margin: 0;
	position: relative;
}

.color-primary {
	background-color: #359a47 !important;
	color: #ffffff !important;
}

.color-secondary {
	background-color: #34a69e !important;
	color: #ffffff !important;
}

#responsive-intro h3 {
    margin-top: 10px;
}

#responsive-intro .logo {
  margin: 10px 0;
  padding: 10px;
  text-align: center;
}

#responsive-intro .content {
  background-color: rgba(200, 200, 200, 0.25);
  margin: 10px auto;
  width: 360px;
  padding: 20px 30px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  -webkit-transition: width 1.5s, height 1.5s;
  transition: width 1.5s, height 1.5s;  
  -webkit-animation-name: background;
  -webkit-animation-duration: 3s;
  -webkit-animation-delay: 5s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: linear;
  -webkit-animation-direction: normal;
}

#responsive-intro .content h3 {
  color: #eee;
}

#responsive-intro .content h4 {
  color: #eee;
}

#responsive-intro .content p,
#responsive-intro .content label {
  color: #fff;
}

#responsive-intro .content .hidden-token {
	display:none;
}

#responsive-intro .content .form-title {
  font-weight: 300;
  margin-bottom: 25px;
}

#responsive-intro .content .form-actions .btn {
  margin-top: 1px;
}

/* footer copyright */
#responsive-intro .copyright {
 	color: #eee;
    font-size: 13px;
    margin: 0 auto;
    padding: 10px;
    text-align: center;
}

@media (max-width: 480px) {
  /***
  Login page
  ***/
  #responsive-intro .logo {
    margin-top: 10px;
  }

  #responsive-intro .content {
    padding: 30px;
    width: 222px;
  }

  #responsive-intro .content h3 {
    font-size: 22px;
  }

  #responsive-intro .checkbox {
    font-size: 13px;
  }
}
/* ----------------------------------------------------------------- */
/* COMPONENT CSS (reduced for login) */

body {
    direction: ltr;
    font-family: "Open Sans",sans-serif;
    font-size: 13px;
}
h3 {
    font-size: 23px;
}
h4 {
    font-size: 17px;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Open Sans",sans-serif;
    font-weight: 300;
}
.control-label {
    margin-top: 1px;
}
.visible-ie9 {
    display: none;
}
.visible-ie8 {
    display: none;
}
label {
    font-size: 14px;
    font-weight: 400;
}
div, input, select, textarea, span, img, table, label, td, th, p, a, button, ul, code, pre, li {
    border-radius: 0 !important;
}

.input-icon > i {
    color: #ccc;
    display: block;
    font-size: 16px;
    height: 16px;
    margin: 11px 2px 4px 10px;
    position: absolute;
    text-align: center;
    width: 16px;
    z-index: 3;
}
[class^="fa-"], [class^="glyphicon-"], [class^="icon-"], [class*=" fa-"], [class*=" glyphicon-"], [class*=" icon-"] {
    display: inline-block;
    font-size: 14px;
    line-height: 14px;
    margin-top: 1px;
}
li [class^="fa-"], li [class^="glyphicon-"], li [class^="icon-"], li [class*=" fa-"], li [class*=" glyphicon-"], li [class*=" icon-"] {
    display: inline-block;
    text-align: center;
    width: 1.25em;
}

.input-icon > .form-control {
    padding-left: 33px;
}
.form-control {
	font-size: 14px;
	font-weight: normal;
	color: #333;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: border-color ease-in-out .15s, box-shadow
		ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
	border-color: #999;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control
	{
	cursor: default;
	background-color: #eeeeee;
}

.form-control.height-auto {
	height: auto;
}

.form-control.form-control-solid {
	background-color: #F1F3F8;
	border-color: #F1F3F8;
	color: #A6B2BA;
}

.form-control.form-control-solid:focus {
	border-color: #e3e7f1;
}

.form-control.form-control-solid::-moz-placeholder {
	color: #acb7be;
	opacity: 1;
}

.form-control.form-control-solid:-ms-input-placeholder {
	color: #acb7be;
}

.form-control.form-control-solid::-webkit-input-placeholder {
	color: #acb7be;
}

.form-control::-moz-placeholder {
	color: #b3b3b3;
	opacity: 1;
}
.form-control:-ms-input-placeholder {
	color: #b3b3b3;
}
.form-control::-webkit-input-placeholder {
	color: #b3b3b3;
}
.form-control[disabled]::-moz-placeholder {
	color: #b3b3b3;
	opacity: 1;
}
.form-control[disabled]:-moz-placeholder {
	color: #b3b3b3;
	opacity: 1;
}
.form-control[disabled]:-ms-input-placeholder {
	color: #b3b3b3;
}
.form-control[disabled]::-webkit-input-placeholder {
	color: #b3b3b3;
}

#responsive-intro .has-error .help-block, #responsive-intro .has-error .help-inline, #responsive-intro .has-error .control-label, #responsive-intro .has-error .radio, #responsive-intro .has-error .checkbox, #responsive-intro .has-error .radio-inline, #responsive-intro .has-error .checkbox-inline {
    color: #e87 !important;
    text-shadow: 0.5px 0.5px #333 !important;
}
.has-error .help-block, .has-error .help-inline, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {
    color: #a94442;
}
.has-error .input-icon > i {
    color: #f3565d;
}
.has-error .form-control {
    border-color: #ebccd1;
    box-shadow: none;
}
.help-block {
    margin-bottom: 5px;
    margin-top: 5px;
}

.btn > i {
    font-size: 14px;
}
[class^="m-icon-"] {
    background-position: 0 0;
    background-repeat: no-repeat;
    display: inline-block;
    height: 14px;
    line-height: 14px;
    margin-top: 3px;
    vertical-align: top;
    width: 14px;
}
.m-icon-white {
    background-image: url("../images/template/syncfusion-icons-white.png");
}
.m-icon-swapright {
	background-position: -27px -10px;
}
.m-icon-swapdown {
	background-position: -68px -10px;
}
.m-icon-swapleft {
	background-position: -8px -10px;
}
.m-icon-swapup {
	background-position: -46px -10px;
}
/* --------------------------------------------------------------------------------- */
/* KEY SECURITY LEVEL*/

.key-security {
	display: table;
	width: 100%;
}
.key-security .key-block {
    display: table-cell;
    width: 20%;
}
    
.key-security .key-block .key-level {
	height: 6px;
	width: 0px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;	
}
.key-security .key-block.visible .key-level,
.key-security .key-block.active .key-level {
	width: 100% !important;
}

.key-security .key-block .key-label {
	color: #999;
	text-align: center;
	font-size: 10px;
	opacity: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;	
}
.key-security .key-block.visible .key-label {
	opacity: 1;
}
.key-security .key-block.active .key-label {
	color: #333;	
}
.key-security.light .key-block.active .key-label {
	color: #fff;
}

.key-security .key-block.key-invalid .key-level {
	background-color: #cc0000;
}
.key-security .key-block.key-low .key-level {
	background-color: #f57900;
}
.key-security .key-block.key-medium .key-level {
	background-color: #edd400;
}
.key-security .key-block.key-high .key-level {
	background-color: #73d216;
}
.key-security .key-block.key-veryhigh .key-level {
	background-color: #4e9a06;
}
/* --------------------------------------------------------------------------------- */