﻿body {
  font-family: "Roboto", sans-serif;
  background-color: #fff; }

p {
  color: #b3b3b3;
  font-weight: 300; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Roboto", sans-serif; }

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
  a:hover {
    text-decoration: none !important; }

.content {
  padding: 7rem 0; }

h2 {
  font-size: 20px; }

.half, .half .container > .row {
  height: 100vh;
  min-height: 700px; }

@media (max-width: 991.98px) {
  .half .bg {
    height: 200px; } }

.half .contents {
  background: #f6f7fc; }

.half .contents, .half .bg {
  width: 50%; }
  @media (max-width: 1199.98px) {
    .half .contents, .half .bg {
      width: 100%; } }
  .half .contents .form-control, .half .bg .form-control {
    border: none;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    height: 54px;
    background: #fff; }
    .half .contents .form-control:active, .half .contents .form-control:focus, .half .bg .form-control:active, .half .bg .form-control:focus {
      outline: none;
      -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
      box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1); }

.half .bg {
  background-size: cover;
  background-position: center; }

.half a {
  color: #888;
  text-decoration: underline; }

.half .btn {
  height: 54px;
  padding-left: 30px;
  padding-right: 30px; }

.half .forgot-pass {
  position: relative;
  top: 2px;
  font-size: 14px; }

.control {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 14px; }
  .control .caption {
    position: relative;
    top: .2rem;
    color: #888; }

.control input {
  position: absolute;
  z-index: -1;
  opacity: 0; }

.control__indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #e6e6e6;
  border-radius: 4px; }

.control--radio .control__indicator {
  border-radius: 50%; }

.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
  background: #ccc; }

.control input:checked ~ .control__indicator {
  background: #fb771a; }

.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
  background: #fb8633; }

.control input:disabled ~ .control__indicator {
  background: #e6e6e6;
  opacity: 0.9;
  pointer-events: none; }

.control__indicator:after {
  font-family: 'icomoon';
  content: '\e5ca';
  position: absolute;
  display: none;
  font-size: 16px;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }

.control input:checked ~ .control__indicator:after {
  display: block;
  color: #fff; }

.control--checkbox .control__indicator:after {
  top: 50%;
  left: 50%;
  margin-top: -1px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b; }

.control--checkbox input:disabled:checked ~ .control__indicator {
  background-color: #7e0cf5;
  opacity: .2; }



/*body {	
	top:0px;
	left:0px;
	margin-top:0px;
	font-family:Arial, Helbetica, sans-serif;
	font-size:12px;
	color:#000000;
    margin:0;
    background-color:#F6F6F6;
}


.layout {	 
	 min-height:800px;	
	 margin:auto;
}



.layout {	 
	 min-height:800px;	
	 margin:auto;
}

.header {
	height:40px;      
	width:auto;    	
	background:#2b8c50;
    padding-right:20px;
}


.header-text
{
    height:40px;
    float:left;
    width:240px;
    line-height:40px;	
}

.header-text-item
{
    float:left;
    width:auto;
    color:#fff;
    margin-left:15px;
}

.header-text-item img
{
    padding-top:10px;
    cursor:pointer;
}

.header-text-item img:hover
{
    opacity:0.5;
}

.header-content {
	width:auto;
	margin:auto;	 
}

.header-action {
	height:40px;	
	width:400px;
	float:right;
}

.header-action-item {
	width:auto;
	float:right;
	margin-left:10px;
    color:#fff;
    line-height:40px;
}

.header-action-item a {
	 color:#fff;
	text-decoration:none;
}

.header-action-item a:hover {
	color:#FF770D;
	text-decoration:underline;
}

.login-body {
    background-color:#ffffff;
    margin:auto;
    border:1px solid #DDDDDD;
    padding:20px;
    width:1000px;
    margin-top:100px;
}

.login-title
{
    font-size:26px;
	color:#000000;
	text-align:left;   
	width:auto;	
    height:60px;
    line-height:50px;
    margin-bottom:20px;   
}

.login-remember {
    color:#000000;
    height:20px;
    margin:15px 0;
}

.login-logo {
    width:160px;
    margin-left:40px;
    


}

.login-text {
    margin-bottom:20px;
}


.login-separer 
{
    border-right:1px dashed #ce5757;
    padding: 0 20px;
}

.login-form {
    
    width:350px;
    margin:20px;
    border:1px solid #EEEFEF;	
    background-color:#FBFBFB;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.login-header {
	
	color:#fff;
	height:30px;
	padding:15px;
	font-size:15px;
	font-weight:bold;
	line-height:30px;
	text-transform:uppercase;
	border-radius: 6px 6px 0px 0px;
	-moz-border-radius: 6px 6px 0px 0px;
	-webkit-border-radius: 6px 6px 0px 0px;
}

.login-content {
	padding:20px;
}



.login-label {		
	line-height:30px; 
	font-weight:bold;
    color:#000000;   
}

.login-control {	
	width:auto;
	line-height:30px;    
    margin-bottom:15px;
}

.controllogin {
	width:308px;
	background-color:#FFFFFF;
	height:35px;
	border:1px none;
	color:#000000;
    border:1px solid #D9DBDD;
	font-size:12px;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	text-indent:10px;
	font-size:12px;
 }

.botonlogin {
    

}


.botonlogin {
	background-color:#2b8c50;
	color:#ffffff;
	font-weight:bold;
	font-size:11px;
	padding:0 20px;  
	cursor:pointer;
	height:30px;
	line-height:20px;
	padding-bottom:2px;
	border:1px solid #2b8c50;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	margin-left:4px;
}

.botonlogin:hover {
	background-color:#000000;
	color:#ffffff;
	border-color:#000000;
}


.login-action {
	text-align:center;
	margin:auto;
	margin-top:20px;
}



.loading {
	display:none;
	width:200px;
	height:50px;
	padding:13px;
	background-color:#fff;
	border:3px solid #3D90CB;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	position:absolute;
	z-index:20000; 
}

.loading-image {
	width: 60px;
	float: left;
}

.loading-text {
	width:120px;
	float:left;
	color:#6797BA;
	font-weight:bold;
	line-height:50px;
	font-size:13px;
}

.footer {    
	margin:auto;
	text-align:center;
	font-size:11px;
	color:#000000;
	margin-top:10px;
}


.action-login
{
	margin-top:10px;
	background:#E5F5F9 url('../images/ico-info.gif') no-repeat 10px 50%;
	border:2px solid #CAE0E5; 
	padding:10px;
	text-indent:30px;	
	border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
    margin-bottom:20px;
}


.action-message
{
	margin-top:10px;
	background:#E8F6FF url('../images/ico-info.gif') no-repeat 10px 50%;
	border:2px solid #B8E2FB; 
	padding:10px;
	text-indent:30px;	
	border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
    margin-bottom:20px;
}

.action-error
{
	margin-top:10px;
	background:url("../images/ico-delete.gif") 10px 50% no-repeat;
	border:2px solid #FFAEAE; 
	background-color:#FEEBEB;
	padding:10px;
	text-indent:30px;	
	border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
    margin-bottom:20px;
}

.action-exito
{
	margin-top:10px;
	background:url("../images/ico-done.gif") 10px 50% no-repeat;
	border:2px solid #BBDF8D; 
	background-color:#EAF7D9;
	padding:10px;
	text-indent:30px;	
	border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
    margin-bottom:20px;
}

.action-alert
{
	margin-top:10px;
	background:url("../images/ico-warning.gif") 10px 50% no-repeat;
	border:2px solid #F2DD8C; 
	background-color:#FFF5CC;
	padding:10px;
	text-indent:30px;	
	 border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
    margin-bottom:20px;
}

.action-message ul, .action-error ul, .action-exito ul, .action-alert ul
{
    margin:0px;
    margin-left:20px;
}

.action-message ul li, .action-error ul li, .action-exito ul li, .action-alert ul li
{
    margin-left:0;
    text-indent:0px;
    padding-left:0px;
}*/
