﻿html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  font-family: 'Open Sans', sans-serif;
  font-size: .83em;
  line-height: 1.75;
  font-weight:100;
  color: #666666;
  background-color: #fff;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

p strong{
    font-weight:600;
}

ol, ul {
  list-style: none;
}

a {
  color:#999;
  text-decoration: none;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

a:focus {
  outline: none;
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

a:hover {
  color: black;
  text-decoration: none;
}

article, aside, details, figcaption, figure, footer, form, header, hgroup, nav, section, img {
  display: block;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
  *overflow: visible;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]:-webkit-search-decoration {
  -webkit-appearance: none;
}

h1, h2, h3, h4, h5, h6 {
  color: #444444;
  font-weight:100 !important;
}

h2{
    font-size:2em;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

button,
input,
select,
textarea {
  border: 1px solid #d5d5d5;
  outline: 0;
  padding: 10px 12px;
  color: #666666;
}

button:focus,
input:focus,
select:focus,
textarea:focus {
  border-color: #eaeaea;
}

::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 10px;
	height: 12px;
}

::-webkit-scrollbar-track {
    background-color: #FFFFFF;
}

::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: #093e52;
}

/***************************************************************/

/*.header{
    position: fixed;
    top:0px;
    width:100%;
    min-height: 132px;
    background-color: transparent;
    background-image: url(../images/home/rigth-shape_blue.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: contain;
}*/

.footer{
    /*position: fixed;
    bottom:0px;
    width:100%;
    min-height: 132px;
    background-color: transparent;
    background-image: url(../images/home/left-shape_blue.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: contain;*/
}

.logo-footer{
    position: absolute;
    bottom: 30px;
    right: 20px;
}

/***************************************************************/
/**********New Register***********/

.header-registry{
    position: relative;
    top:0px;
    width:100%;
    min-height: 132px;
    background-color: transparent;
   
    background-repeat: no-repeat;
    background-position: top right;
    background-size: contain;
}

.footer-registry{
    position: relative;
    bottom:0px;
    width:100%;
    min-height: 132px;
    background-color: transparent;
   
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: contain;
}

.logo-footer{
    position: absolute;
    bottom: 30px;
    right: 20px;
}

/***************************************************************/

#login{
    position:relative;
    top:130px;
    width: 400px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    background-color: transparent;
    border-radius:3px;
    animation-duration: 1s !important;
    z-index: 30;
    /*-webkit-box-shadow: -5px 9px 18px -2px rgba(0,0,0,0.75);
-moz-box-shadow: -5px 9px 18px -2px rgba(0,0,0,0.75);
box-shadow: -5px 9px 18px -2px rgba(0,0,0,0.75);*/
background-color:white;
    
}

#login_DF{
    position:relative;
    top:130px;
    width: 400px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    background-color: transparent;
    border-radius:3px;
    animation-duration: 1s !important;
    z-index: 30;
background-color:white;
    
}

.logo{
    position:relative;
    top:0px;
    width:100%;
    height: 134px;
    background-image: url('../images/logo/logo_login.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 90%;
}

.logo_df{
    position:relative;
    top:0px;
    width:100%;
    height: 134px;
    background-image: url('../images/logo/logo_login.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 90%;
}

#login-box {
	width: 400px;
    height: auto;
    /*min-height: 420px;*/
    /*margin-top: 50px;*/
    text-align: center;
}


#login-box_DF {
	width: 400px;
    height: auto;
    /*min-height: 420px;
    margin-top: 50px;*/
    text-align: center;
}

#login-box img {
	border:none;
	outline:none;
}

.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: 20px;
}

.input-login{
	width: 240px;
    padding: 8px 8px;
    border: solid 1px #f1f1f1;
    background-color: #f1f1f1;
    color: #424242;
    font-size: 1.2em;
    text-align: center;
    border-radius: 3px;
}

.input-login:focus{
    /*border: solid 1px #b3a828;*/
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgb(181, 150, 37);
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.075), 0 0 8px rgb(181, 150, 37);
}

.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{
    width: 240px;
    height: auto;
    background: #092140;
    background: -moz-linear-gradient(left, #092140 0%, #092140 100%);
    background: -webkit-linear-gradient(left, #092140 0%,#092140 100%);
    background: linear-gradient(to right, #092140 0%,#092140 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#092140', endColorstr='#092140',GradientType=1 );
    color: #FFF;
    outline: none;
    font-size: 1.2em;
    border: none;
    border-radius: 3px;
}

/**************************************************************************/


.error_login{
    position: fixed;
    width:300px;
    top:50%;
    left:0;
    right:0;
    margin-left: auto;
    margin-right: auto;
    background-color: #000;
    border-radius:3px;
    color: #FFFFFF;
    font-size:1.1em;
    padding: 12px 5px;
    text-align:center;
    animation-delay: 1s !important;
    z-index:30;
}

.error_required{
    position: relative !important;
    float: left;
    width: 100%;
    height: auto;
    font-size: 1.2em;
    color: #444;
    padding: 3px 10px;
    border-radius: 3px;
    margin-bottom: 0px;
    font-weight: 500;
    background: -webkit-linear-gradient(#01cfb4, #000000) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

.error_required_2{
    position: relative;
    float: left;
    top: -18px;
    left: 50%;
    width: 58%;
    height: auto;
    transform: translate(-50%, 50%);
    color: #FFFFFF;
    font-weight: 400;
    font-size: 1.2em;
    padding: 8px 10px;
    margin-bottom: 8px;
    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;
    color: #851313;
    padding:8px 10px;
    border-radius:3px;
    margin-bottom:15px;
    font-weight:500;
    background: -webkit-linear-gradient(#851313, #000000) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

.tbx-recover-pass{
    outline:none;
    width:230px;
    height:40px;
    padding: 8px 8px;
    border: solid 1px #d2d2d2;
    background-color: #fbfbfb;
    color: #424242;
    font-size: 1.2em;
    border-radius:3px;
}

.tbx-recover-pass:focus{
    /*border: solid 1px #b3a828;*/
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgb(181, 150, 37);
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.075), 0 0 8px rgb(181, 150, 37);
}

.btn-recover{
    font-size:1.2em;
    margin-left: 7px;
    margin-bottom: 10px;
    background: #092140;
    background: -moz-linear-gradient(left, #092140 0%, #092140 100%);
    background: -webkit-linear-gradient(left, #092140 0%,#092140 100%);
    background: linear-gradient(to right, #092140 0%,#092140 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#092140', endColorstr='#092140',GradientType=1 );
    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: #bdbdbd;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #bdbdbd;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #bdbdbd;
}
:-moz-placeholder { /* Firefox 18- */
  color: #bdbdbd;
}

.radiobuttonbs span label
{
    padding-right:40px;
    font-weight:400;
}

.padding-top{
    padding-top:5px;
}

/*****************************************************************/

.registry-title{
    text-align:center;
    font-size:1.8em;
    font-weight:100;
    margin-top:10px;
    margin-bottom:25px;
}

.row-input{
    margin-top:10px;
    margin-bottom:10px;
}

.tbx-input{
    width: 100%;
    height: 38px;
    border-radius: 3px;
    border: none;
    background-color: #f5f5f5;
    padding-left: 11px;
    font-size: 1.4em;
}

.tbx-input:focus{
    /*border: solid 1px #b3a828;*/
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgb(181, 150, 37);
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.075), 0 0 8px rgb(181, 150, 37);
}

.select{
    width: 100%;
    height: 38px;
    border-radius: 3px;
    border: none;
    background-color: #f5f5f5;
    padding: 5px;
    font-size: 1.4em;
}

.select:focus{
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgb(181, 150, 37);
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.075), 0 0 8px rgb(181, 150, 37);
}

.text-input{
    padding: 0px 17px;
    font-size: 1.5em;
    text-align: right;
}

.btn-registry{
    display: inline-block;
    border: none;
    border-radius: 3px;
    background-color: #092140;
    font-size: 1.3em;
    padding: 8px 20px;
    text-align: center;
    color: #FFF !important;
    border: solid 1px #092140;
    cursor: pointer;
}

/*****************************************************************/

.success_image{
    position: relative;
    margin-bottom:20px;
}

.btn-accept{
    display: inline-block;
    border: none;
    border-radius: 3px;
    background-color: #092140;
    margin-bottom: 15px;
    margin-top: 15px;
    font-size: 1.3em;
    padding: 3px 17px;
    text-align: center;
    color: #FFF !important;
    border: solid 1px #092140;
    cursor: pointer;
}

/*****************************************************************/

@media screen and (max-width: 768px) {
    
    .header{
        position: relative;
    }

    #login{
            top: 130px;
        width: 400px;
        
          -webkit-box-shadow: -5px 9px 18px -2px rgba(0,0,0,0.75);
-moz-box-shadow: -5px 9px 18px -2px rgba(0,0,0,0.75);
box-shadow: -5px 9px 18px -2px rgba(0,0,0,0.75);
background-color:white;
    
    }

    .footer{
        position: relative;
    }

    .aleft{
        text-align:left;
    }

}

@media screen and (min-height: 717px) and (max-width: 768px)
{

    .footer{
        position: fixed;
    }

}

@media screen and (max-width: 512px) {
    
    .rpt-pass{
        padding-top:18px;
    }

}

@media screen and (max-width: 477px) {
    
    .ape-pat{
        padding-top:18px;
    }

}

@media screen and (max-width: 403px) 
{
    
    .logo{
        position: relative;
        top: 0px;
        width: 100%;
        height: 130px;
        background-image: url(../images/logo/logo_login.svg);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 86%;
    }

    #login {
        position: relative;
        /*top: 130px;*/
        width: 100%;
        height: auto;
        margin-left: auto;
        margin-right: auto;

    }

    #login table{
        margin: 0 auto;
        width:90%;
    }

    #login-box {
        width: 100%;
        height: auto;
        min-height: 300px;
        margin-top: 25px;
        text-align: center;
        padding: 5px 20px;
   
    }

    .input-login{
	    width: 94%;
    }

    .login_btn{
        width: 94%;
    }

    .error_required_2{
        width: 80%;
    }

    /*.logo-footer{
        width:100%;
        left: 0px;
        text-align: center;
    }*/

    .tbx-recover-pass {
        margin-bottom:10px;
    }

    .btn-recover {
        width: 230px;
        margin-left: 0;
    }

    .modal-body img{
        width:100%;
    }
}

@media screen and (max-width: 336px) {

    .logo-footer{
        position: absolute;
        bottom: 82px;
        right: 20px;
    }

}

@media screen and (max-width: 286px) {

    .tbx-recover-pass {
        width:90%;
    }

    .btn-recover {
        width:90%;
    }

}

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;
}

@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;
        -webkit-box-shadow: -5px 9px 18px -2px rgba(0,0,0,0.75);
-moz-box-shadow: -5px 9px 18px -2px rgba(0,0,0,0.75);
box-shadow: -5px 9px 18px -2px rgba(0,0,0,0.75);
background-color:white;
    }

    #Login01_Login1{
        position:relative;
        width: 100%;
        height: auto;
    }

    #login-box {
        position:relative;
        width: 100%;
        height: auto;
        
        color: #ebebeb;
        text-align: center;
        
        background-repeat: no-repeat;
        background-position: center 40px !important;
        background-size: 276px 41px;
    }

}

.cont_bg{
    animation-duration: 1s !important;
}