﻿@import "/Content/login/css/style-slider-page-2.css";
/*@import "/Content/login/css/style-parallax-2.css";*/
@import "/Content/login/css/style-home-2.css";
@import "/Content/login/css/style-backgrounds-2.css";
@import "/Content/login/webfonts/fontface-2.css";
@import "/Content/login/css/style-register-2.css";


 @charset "utf-8";
/* CSS Document */

body {
	*font-family: 'm_1cregular', Arial, sans-serif;
    font-family: 'pt_sansregular', Arial, sans-serif;
	margin: 0;
}
img {
	border: none;
	outline:none;
}
.clearFloat{
	clear:both;
	}
/*TYPE FORMATS*/
p, h1, h2, h3, h4, h5, h6{
	margin:0;
	font-weight:normal;
	position:relative;
	display:table;
	}
a{
	margin:0;
	*font-family: 'm_1cbold', Arial, sans-serif;
    font-family: 'pt_sansregular', Arial, sans-serif;
    
	text-decoration:none;}
input,
input[type="text"],
input[type="password"]{
	color:gray;
	border:none;	
	height:25px;
	padding:0 5px;
	margin: 0 0 5px 0;
	-webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);        
        box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
		-webkit-border-radius: 3px;    
    border-radius: 3px;	
	}

select{
	color:gray;
	border:none;
	*line-height:25px;
	height:25px;
	margin: 0 0 5px 0;
	
	-webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
	 -webkit-border-radius: 2px;    
    border-radius: 2px;	
	}
input[type="checkbox"]{
	width:18px;
	height: 14px;
	margin: 0.5px 0 0;
	padding:0;
	float:left;

	}
	textarea{
		*font-family: 'm_1cregular', Arial, sans-serif;
        font-family: 'pt_sansregular', Arial, sans-serif;
		color:gray;
	border:none;
	padding:5px;
	
	-webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
	 -webkit-border-radius: 2px;    
    border-radius: 2px;	
	
	resize:none;
	}
/*BUTTONS*/
button,
input[type="submit"]{
	cursor:pointer;
	border:none;
	color:gray;
	font-size:15px;
	line-height:30px;
	height:30px;
	width:auto;
	padding:0 10px;
	margin:0;
	
	-webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
	 -webkit-border-radius: 2px;    
    border-radius: 2px;	
	
	}
section {
	*width: 1280px;
	margin: 0 auto;
}
/*FORM VALIDATION*/
.error {
	-webkit-box-shadow: inset 0px 0px 0px 1px #FFCDC0;
	-moz-box-shadow: inset 0px 0px 0px 1px #FFCDC0;
	box-shadow: inset 0px 0px 0px 1px #FFCDC0;
	background: #FFEB9D !important;
}

/*Box Preview File*/
.overlayPreview
{
    top:0;
    left:0;
    display:none;
    position:absolute;
    background:rgba(0,0,0,0.5);
    width:100%;
    height:100%;
    z-index:999;
    *opacity:0;

    -webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
}
.boxPreview
{
    position:relative;
    width:40% !important;
    margin:50px auto 0;
   height:440px !important;
   display:block;
    background:white;    
        
    padding:30px 20px 40px 30px;
    -webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,0.5);
box-shadow: 0 0 30px 0 rgba(0,0,0,0.5);
-webkit-border-radius: 5px;
border-radius: 5px;

-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
}
.boxPreview h1
{
    font-size:18px;
    color:#FC7956;
}

.contentBox
{   
    border:none;
    background:white;
    *width:95%;
    margin:10px 0 0;
    padding:0 10px 0 0;
    overflow:hidden;
    height:420px;
    overflow-y:auto;
}
    .contentBox h1
    {
    }
    .contentBox p
    {
       color:gray;
       font-size:13px;
       margin:0 0 16px 0;
    }

    .contentBox ul
    {
       list-style-type:circle;
       list-style:circle;
       color:gray;
       font-size:13px;
       margin:0 0 16px 0;
       padding:15px;
       padding-top:0px;
       padding-bottom:0px;
    }
    

    .contentBox  a
    {
       color:gray;
       text-decoration:underline;
    }

.btnClosePreview
{
    top:20px;
    right:20px;
    position:absolute;
    background:none;
    -webkit-box-shadow: none;
box-shadow:none;
padding:0;
}
    .btnClosePreview div
    {
        width:20px;
        height:20px;
        border-radius:50%;
        background:rgba(0,0,0,0.5) url(../images/icon-close-gray-2.png) center center no-repeat;
        float:left;
        margin:0 5px 0 0;
    }
    .btnClosePreview span
    {        
        line-height:20px;        
        float:left;
        color:gray;
        font-family: 'pt_sansregular',Arial,sans-serif;
    }
    .btnClosePreview:hover div
    {
        background:rgba(0,0,0,0.1) url(../images/icon-close-gray-2.png) center center no-repeat;
    }
    .btnClosePreview:hover span
    {        
        line-height:20px;        
        float:left;
        color:rgba(0,0,0,0.3);
    }

.boxStatus {
 height:40px;
}

/*box*/
.logoKleap_en{
	background: url(../images/logo-kleap-terms-policy_en-2.png) no-repeat;
	width:50%;
	height:60px;
    margin:20px auto;
    padding:0 20px;
	clear:both;	
	}
.logoKleap_es{
	background: url(../images/logo-kleap-terms-policy_es-2.png) no-repeat;
	width:50%;
	height:60px;
    margin:20px auto;
    padding:0 20px;
	clear:both;	
	}
.box
{
    background:white;
    padding:20px;
    width:50%;
    margin:0 auto;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
-webkit-border-radius: 5px;
border-radius: 5px;
}
    .box a
    {
        color:#3BB3C8;
        font-weight:bold;
    }
.box h1
{
    font-size:20px;
    color:#FC7956;
}
.box h2
{
    font-size:16px;
    color:#3BB3C8;
}
.box h3
{
    font-size:14px;
    color:#3BB3C8;
}
.box p,
.box ul
{
    font-size:14px;
    color:#666;
    margin:0 0 10px 0;
}
    .box ul li
    {
        list-style:initial;
        margin:auto;
    }
    .box strong
    {
        color:gray;
    }
    .box i
    {
        color:#3BB3C8;
    }

.inputDevExpress
{
	color:gray;
	border:none;
    font-size:15px;	
    color:#999999;
	height:15px;
    width: 320px;
	padding:0 5px;
	margin: 0 0 5px 0;
	-webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);        
        box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
		-webkit-border-radius: 3px;    
    border-radius: 3px;	
	}
