﻿@import url('https://fonts.googleapis.com/css?family=Athiti');

html{
    max-width: 100%;
}

body{
    font-family: 'Athiti', sans-serif;
    font-size:1.4em;
    max-width: 100%;
    background-color: #002d63 !important;
}

a
{
    font-family: 'Athiti', sans-serif;
    font-size:1.2em;
    text-decoration: none !important;
    outline: none;
    color: #5a8aa3 !important;
}

a:hover{
    outline:none !important;
    text-decoration:none !important;
}

a:focus{
    outline:none !important;
    text-decoration:none !important;
}

img
{
    border:none;
    outline:none;
}

button
{
    outline:none;
}

#login{
    position:relative;
    top:130px;
    width: 400px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF;
    border-radius:3px;
    animation-duration: 1s !important;
}

#login-box {
    width: 400px;
    height: auto;
    min-height: 240px;
    /*padding-top: 50px;*/
    color: #ebebeb;
    text-align: center;
    /*background-image: url('../images/logo/logo_header_1.png');
    background-repeat: no-repeat;
    background-position: center 40px !important;
    background-size: 340px;*/
}

#login-box img {
	border:none;
	outline:none;
}

#login-box h2 {
	padding:0;
	margin:0;
	color: #ebebeb;
}

.login-box-field {
	position:relative;
    width: 100%;
    height: auto;
    text-align:center;
    margin-top: 20px;
}

.cont-btn-login{
    position:relative;
    width: 100%;
    height: auto;
    text-align:center;
    margin-top: 40px;
}

.form-login  {
	width: 205px;
	padding: 5px 5px;
	border: solid 1px #5a8aa3;
	background-color:#FFFFFF;
	color: #424242;
    font-size:1.4em;
    text-align: center;
    border-radius:3px;
}

.form-login:focus{
    border:solid 1px #5a8aa3;
    outline: none;
}

.cont_recover{
    position:relative;
    width: 100%;
    height: auto;
    text-align:center;
    margin-top: 20px;
}

.login-box-options{
	clear:both;
	padding-left:87px;
	font-size: 11px;
}

.login-box-options{
	color: #ebebeb;
	font-size: 11px;
	margin-left:90px;
}

.login_btn{
    background-color: #FFFFFF;
    color: #5a8aa3;
    width:170px;
    height:40px;
    outline: none;
    letter-spacing:2px;
    font-size:1.2em;
    border:none;
    border-radius:3px;
}

.login_btn:hover{
    background-color: #5896a1;
    color: #FFFFFF;
    width:170px;
    height:40px;
    letter-spacing: 2px;
}

.pswd-content{
    position: absolute;
    top: -50px;
    width: 300px;
    height: 350px;
    left: 50%;
    transform: translate(-50%, 50%);
    /*background-color: #FFFFFF;*/
    background-color: transparent;
    border-radius: 10px;
    /*border:solid 1px #808080;*/
    border: none;
    text-align: center;
    padding-top: 50px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
}

.text-oc{
    font-size: 24px;
    letter-spacing: 3px;
    line-height:30px;
}

.tbx-pswd{
    width: 180px;
    height: 40px;
    text-align: center;
    border: solid 1px #808080;
    letter-spacing: 3px;
    border-radius:2px;
}

.tbx-pswd:focus{
    border:solid 1px #808080;
    outline: none;
}

.btn-pswd-submit{
    background-color: #FFFFFF;
    border: solid 1px #808080;
    color: #424242;
    width:150px;
    height:40px;
    letter-spacing: 2px;
    outline:none;
    border-radius:2px;
}

.btn-pswd-submit:hover{
    color: #4c7a94;
}

.text-success-pswd{
    width: 100%;
    font-size: 20px;
    letter-spacing:3px;
}

.text-success-email{
    font-size: 14px;
    letter-spacing:2px;
}

.btn-finish{
    position: relative;
    width:150px;
    height:40px;
    padding: 12px 10px 12px 10px;
    background-color: #FFFFFF;
    border: solid 1px #808080;
    color: #424242;
    letter-spacing: 2px;
    outline:none;
    border-radius:2px;
}

/**************************************************************************/


.error_login{
    position: fixed;
    top:30%;
    left:50%;
    transform: translate(-50%, 50%);
    width:300px;
    background-color: #000;
    border-radius:3px;
    color: #FFFFFF;
    font-size:1.1em;
    padding: 10px 5px;
    text-align:center;
    animation-delay: 1s !important;
}

.error_required{
    position:relative;
    float:left;
    width:60%;
    height:auto;
    color: #FFFFFF;
    font-weight:400;
    padding:8px 10px;
    margin-bottom:8px;
    border-radius:3px;
    background-color:#b52525;
    margin-top:5px;
}

.error_required_2{
    position:relative;
    float:left;
    top:-10px;
    left:50%;
    width:60%;
    height:auto;
    transform:translate(-50%, 50%);
    color: #FFFFFF;
    font-weight:400;
    padding:8px 10px;
    border-radius:3px;
    background-color:#767676;
}

.error_required_login{
    position:relative !important;
    float: left;
    width:100%;
    min-width:200px;
    height:auto;
    font-size:1.2em;
    font-weight:100;
    letter-spacing:1px;
    color: #851313;
    padding:8px 10px;
    border-radius:3px;
    margin-bottom:15px;
    background-color:transparent;
    font-weight:500;
    background: -webkit-linear-gradient(#CE8413, #F33522) !important;
    -webkit-background-clip: text !important; 
    -webkit-text-fill-color: transparent !important;
}

.tbx-recover-pass{
    outline:none;
    padding-left:10px;
    width:230px;
    height:40px;
    border: solid 1px #5a8aa3;
    border-radius:3px;
    font-size:1.2em;
}

.btn-recover{
    font-size:1.2em;
    width:90px;
    height:40px;
    line-height:32px;
    background-color: #5896a1;
    border:none;
    color: #FFFFFF;
    border-radius:3px;
}

.br-0{
    position:relative;
    clear:left;
    width:100%;
    height:5px;
}

.br-1{
    position:relative;
    clear:left;
    width:100%;
    height:10px;
}

.br-2{
    position:relative;
    clear:left;
    width:100%;
    height:15px;
}

.br-3{
    position:relative;
    clear:left;
    width:100%;
    height:20px;
}

.br-4{
    position:relative;
    clear:left;
    width:100%;
    height:30px;
}

.br-5{
    position:relative;
    clear:left;
    width:100%;
    height:50px;
}

.br-6{
    position:relative;
    clear:left;
    width:100%;
    height:85px;
}

.clear{
    position:relative;
    clear:left;
    width:100%;
    height:100px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #5a8aa3;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #5a8aa3;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #5a8aa3;
}
:-moz-placeholder { /* Firefox 18- */
  color: #5a8aa3;
}

/**************************************************************************/
/*Agregar usuario*/

.cont_add_user{
    background-color: #ffffff;
    border-radius:3px;
    text-align:center;
    padding-top:20px;
    padding-bottom:90px;
}

.title{
    font-weight:500;
    font-size:2em;
    color: #4c7a94;
}

.subtitle{
    text-align:right;
    line-height:30px;
    font-size:1.1em;
}

.error_required{
    position:relative;
    float:left;
    width:100%;
    height:auto;
    color: #FFFFFF;
    font-weight:400;
    padding:8px 10px;
    margin-bottom:8px;
    border-radius:3px;
    background-color:#b52525;
    margin-top:5px;
}

.info-email{
    padding:5px 5px;
    text-align:justify;
    font-weight:100;
    font-size:0.9em;
    color: #5896a1;
}

.btn-create{
    position:relative;
    top:-5px;
    width: auto;
    height: auto;
    padding:10px 20px;
    border: none;
    border-radius:3px;
    color: #4c7a94;
    background-color: #FFFFFF;
    outline: none;
    font-size:1.3em;
    margin-bottom: 200px;
}

.btn-success{
    position:relative;
    width: auto;
    height: auto;
    margin-top: 30px;
    padding:10px 20px;
    border: solid 1px #5896a1 !important;
    border-radius:3px;
    color: #4c7a94 !important;
    background-color: #FFFFFF !important;
    outline: none;
    font-size:1.3em;
}

.btn-success:hover{
    color: #FFFFFF !important;
    background-color: #5896a1 !important;
}

.cont_error_login{
    margin-top:30px;
    background-color: #b52525;
    border-radius:3px;
    width:100%;
    height:auto;
    color: #FFFFFF;
    font-weight:400;
    padding:8px 10px;
}

.img-success{
    position: relative;
    margin:0 auto;
    width:200px !important;
    height:200px !important;
    text-align: center;
    background-image: url('../images/icons/created-success.png') !important;
    background-repeat: no-repeat !important;
    background-size:200px 200px !important;
    background-color: transparent !important;
}

.btn-close-content{
    position:absolute;
    top:-15px;
    right:-15px;
    width:30px;
    height:30px;
    background-image: url('../images/icons/error.png');
    background-size:30px 30px;
    background-repeat: no-repeat;
    cursor: pointer;
}

/**************************************************************************/

img.bg {
  /* Set rules to fill background */
  min-height: 100%;
  min-width: 1024px;
	
  /* Set up proportionate scaling */
  width: 100%;
  height: auto;
	
  /* Set up positioning */
  position: fixed;
  top: 0;
  left: 0;
}

.cont_bg{
    animation-duration: 1s !important;
}

#sortable1, #sortable2 {
    position:relative;
    float: left;
    width: 100%;
    min-height:20px;
    list-style-type: none;
    padding: 0px 10px;
    background-color: #ebebeb;
    border-radius:3px;
}

#sortable1 li, #sortable2 li {
    padding: 5px;
    font-size: 1.2em;
    width: 100%;
    border-radius:3px;
    border: none;
    margin-top:8px;
    margin-bottom:8px;
    background-color: #5896a1;
    color: #FFFFFF;
    cursor: move;
}

.radiobuttonbs span label
{
    padding-right:40px;
    font-weight:400;
}

.padding-top{
    padding-top:5px;
}

.footer{
    position:fixed;
    left: 50%;
    transform: translate(-50%, 0);
    bottom:0px;
    width:100px;
    height: 100px;
    background-color: #FFFFFF;
    text-align:center;
    line-height:100px;
    border-top-left-radius:10px;
    border-top-right-radius:10px;
}

@media screen and (max-width: 1024px) { /* Specific to this particular image */
  img.bg {
    left: 50%;
    margin-left: -512px;   /* 50% */
  }
}

@media screen and (max-width: 991px) 
{
    
    .subtitle{
        text-align:left;
        line-height:30px;
        font-size:1.1em;
    }

}

@media screen and (max-width: 767px) 
{
    .cont_add_user{
        background-color: #ffffff;
        border-radius:3px;
        text-align:center;
        padding-top:20px;
        padding-bottom:100px;
    }

    .subtitle{
        text-align:left;
        line-height:30px;
        font-size:1.1em;
    }

    .btn-close-content{
        position:absolute;
        top:-15px;
        right:1px;
        width:30px;
        height:30px;
        background-image: url('../images/icons/error.png');
        background-size:30px 30px;
        background-repeat: no-repeat;
        cursor: pointer;
    }

}

@media screen and (max-width: 403px) 
{
    
    .btn-create{
        position:relative;
        top:-5px;
        width: auto;
        height: auto;
        padding:10px 20px;
        border: none;
        border-radius:3px;
        color: #4c7a94;
        background-color: #FFFFFF;
        outline: none;
        font-size:1.3em;
        margin-bottom:100px;
    }

    #login {
        position: relative;
        top: 130px;
        width: 100%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        background-color: rgb(255, 255, 255);
        animation-duration: 1s;
        border-radius: 3px;
    }

    #Login01_Login1{
        position:relative;
        width: 100%;
        height: auto;
    }

    #login-box {
        position:relative;
        width: 100%;
        height: auto;
        /*padding-top: 50px;*/
        color: #ebebeb;
        text-align: center;
        /*background-image: url('../images/logo/logo_header.png');
        background-repeat: no-repeat;
        background-position: center 40px !important;
        background-size: 276px 41px;*/
    }

}

/*[ Title form ]*/
.login100-form-title {
    width: 100%;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    background-repeat: no-repeat;
    /*background-size: cover;*/
    background-position: center;
    background-color: #e8e8e8;
    padding: 60px 15px 60px 15px;
}