/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*  
    Created on : 7/10/2015, 10:26:39 AM
    Author     : clsma
*/
html, body{height: 100%;background-position: center;background-attachment: fixed;}

body{
    margin: 0;
    padding: 0;
    font-size: 13px;
    color: black;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
    /*overflow: hidden*/
}

#cont-video{

    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
}

#cont-video img{
    position: fixed;
    width: 100%;
    height: 100%;
}
#shadow{
    position: fixed;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.6;
}

video{
    width: 100%;
    position: fixed;
    top: 0px;
    z-index: 1;
}

#cont-small-window{
    display: none;
    position: fixed;
    width: 100%;
    margin: 0;
    top: 0;
    height: 100%;
}

#cont-small-window img{

    width: 120%;
    margin: 0px;
    top: 0;
    bottom: 0;
    left: 0;
    padding: 0;
    height: 100%; 
    position: fixed;
}


div#head{
    width: 100%;
    height: 40px;
    z-index: 100;
}

div#head .headerBar{
    position: relative;
    width: 100%;
    border-bottom: 1px dotted black;
    background: #008080;
    max-height: 80px;
    display: inline-table;
    z-index: 100;
}

#body{
    text-align: center;
    display: block;
    position: relative;
    z-index: 99;
    top: 0;
    bottom: 0;
    height: 100%;
    margin: 0;
}


.container{
    margin-left: auto;
    margin-right: auto;
    padding-top: 120px;
    width: 1200px;
    content: " ";
    display: table;
    clear: both;
    z-index: 3;
    height: 100%;
}

.welcome-text{

    position: relative;width: 50%;/* border: 1px solid black; */
    float: left;
    height: auto;
    min-height: 1px;padding-left: 6px;padding-right: 11px;margin-left: 3px;
    margin-bottom: 15px;
    text-align: left;}

h1 , h2 , h3 , h4 , h5 , h6{
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    margin: 0px;

}

h1.info_unv{
    color: white;
    font-size: 39px;
    line-height: 45px;
    margin-bottom: 19px;
    margin-left: 12.5%;
}

.contents:after{
    clear: both;
    content: '.';
}

.form-login{
    position: relative;
    width: 39%;
    padding: 2%;
    float: right;
    top: 0;
    margin-right: 15px;
    margin-bottom: 15px;

}
.login-body{
    position: relative;
    width: 60%;
    margin: 0 auto;
    font-size: 14px;
    padding: 15px 15px;
    /*line-height: 1.42857143;*/
    color: #555;
    background-color: #0;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,































        -webkit-box-shadow ease-in-out .15s;
    -o-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;
}

input[type=text].inputLogin{
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    position: relative;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    /* font-size: 16px; */
    width: 100%;
}
input[type=password].inputPassword{
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    position: relative;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    font-size: 12px; 
    width: 100%;
}
select.selectLogin{
    margin-bottom: 0px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    position: relative;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    font-size: 12px;
    width: 100%;
    border-radius: 5px;
    font-weight: 700;
    background: #ffffff;
}

input.inputs{
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: 0;
    padding: 1.5em 2em;
    display: inline-block;
    border: 1px solid #ccc;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px;
    font-weight: 700;
    line-height: 1em;
    border-radius: 4px;
    height: 1.8em;
    background: #ffffff;
}

.btn{
    width: 100%;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;

}
.btn-lg{
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.btn-primary {
    color: #fff;
    background-color: #004276;
    border-color: #2A7279;
}

.btn-secondary {
    color: #fff;
    background-color: #666699;
    border-color: #2A7279;
}

#foot{
    width: 100%;
    position: relative;
    bottom: 0;
    max-height: 283px;
    bottom: 0;
    background-color: #004276;
    border-top-color: white;
    z-index: 100;
}

#foot .footerBar{
    text-align: center;

}

#foot .footerBar h2{
    color: #FFFFFF;
    text-shadow: 1px 1px #474747;
    display: block;
    margin: 0 auto;
    font-size: 14px;
    padding: 9px;
}


#footer-content{
    width: 100%;
    /*border: 1px solid black;*/
    height: 100px;
    background-color: #000000;
}

.shadow-min{
    -webkit-box-shadow: 0px -2px 5px 0px rgba(156,148,156,1);
    -moz-box-shadow: 0px -2px 5px 0px rgba(156,148,156,1);
    box-shadow: 0px -2px 5px 0px rgba(156,148,156,1);
}


input.inputs:focus,
textarea.inputs:focus,
select:focus {
    box-shadow: 0 0 5px rgba(74,179,201,0.6) ;
    border: 1px solid rgba(109, 160, 171, 1);
}

div.form-img{
    text-align: left;
    vertical-align: top;
    display: table; 
    margin: 10px 0;
    padding-bottom: 5px;

}
div.form-img img{
    width: 30px;
    height: 30px;
    display: table;
    margin-right: 5px
}

div.form-img span{
    height: 30px;
    top: 0;
    vertical-align: bottom;
    display:table-cell;
    color: #004276;
    text-shadow: 1px 1px black;
}


@media only screen and (max-width:1000px){
    #body{
        height: 100%;
    }
}
@media only screen and (max-width:700px) {
    #cont-video{
        /*display: none;*/
    }

    #FORMCHN{
        width: 70% !important;
    }

    #cont-small-window{
        /*height: 117% ;*/
        display: none;
        overflow: hidden;
    }

    #cont-small-window img{
        /*width: 141%;*/
        /*height: 100%;*/
        overflow: hidden;
        /*position: fixed;*/
    }

    .welcome-text .info_unv{
        display: none;
    }

    #cssmenu ul li>a{
        color: white;
    }


    #body{
        height: 116%;
    }

    .frgtPsw{
        height:    400px !important;
    }

    .info_unv{
        padding: 13px;
        margin: 0 auto;
        font-size: 28px !important;
        line-height: 35px!important;
        margin-left: 12px;
    }
}

@media only screen and (max-width : 520px) {


    #body{
        margin: 0;
        padding: 5px;
    }
    .container{
        height: 100% !important;
    }

    #foot .footerBar h2{

        width: 70%;
        font-size: 10px;
    }
    #foot{
        /* height: 40px; */
        padding-top: 1.3%;
        /* position: absolute; */
        bottom: 0;
        left: 0;
        width: 100%
    }

    .form-login{
        position: relative;
        width: 90%;
        clear: both;
        padding: 0;
        margin: 0 auto;
        float: none;
        margin-bottom: 15px;
    }

    .form-restore{
        position: relative;
        width: 90%;
        clear: both;
        padding: 0;
        margin: 0 auto;
        float: none;
        margin-bottom: 15px;
        align: left;
    }

    .welcome-text{
        position: relative;
        width: 100%;
        margin: 0;
        padding: 0;
        float: none;
        margin-bottom: 15px;
    }

    #cont-small-window{
        display: block;
        overflow: hidden;

    }
    #FORMCHN{
        width: 70% !important;
    }

    .welcome-text .info_unv{
        display: none;
    }
    .welcome-text .imgLogo{
        display: none;
    }

    #cssmenu ul li a{
        color: white !important;
    }

    #cssmenu ul ul li a{
        color: black !important;
    }

    #cssmenu ul li a:hover{
        color: black !important;
    }

    #cont-small-window img{
        overflow: hidden;
    }


} 

@media only screen and (max-width : 1200px) {

    .form-login{
        /* width: 30%; */
        padding-top: 0
    }
    .container{
        width: 100%;
        padding-top: 15px;
        height: 100%;
    }

    video{
        width: 100%;
    }
}

.frgtPsw{

    width: 100%;
    height: 500px;
    /*border: 1px solid black;*/
    background-color: #ffffff;
    /*z-index: 120;*/
    position: relative;}

.disabledButton{

    opacity: 0.4;
    filter: alpha(opacity=40);
    pointer-events: none;

}

.bordshw{
    -webkit-box-shadow: 0px 0px 15px 0px rgba(159,178,235,1);
    -moz-box-shadow: 0px 0px 15px 0px rgba(159,178,235,1);
    box-shadow: 0px 0px 15px 0px rgba(159,178,235,1);
}

.a-for{
    color: #004276;
    /*text-shadow: 0px 2px 2px green;*/
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;  
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
}
.a-for:hover{
    color: black;
    text-shadow: 0px 2px 2px #1c66a1;
    font-weight: bold;
    text-decoration: none;  
    font-size: 18px;
}

.error{
    box-shadow: 0 0 2px #cd0a0a;
    border: 1px solid rgba(200, 100, 171, 1);
}

.messages{
    width: 100%;
    /*border:1px solid black;*/
    height: 30px;
    vertical-align: middle;
    display: none;
}
.messages  span{
    font-size: 14px;
    color: red;
    display: inline-table;
    vertical-align: -webkit-baseline-middle;
    font-weight: 600;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.imgLogo{
    position: relative;
    width: 100%;   
    float: left;
    left: 0;
    clear: both;

}
.logoContainer{
    text-align: center;
}
#imgCl{
    position: relative;
    /*height: 50%*/
}

#reason{
    display: none;
    padding: 15px 20px;
    position: absolute;
    z-index: 9999999;
    /*border: 1px solid red;*/
    background-color: white;
    border-radius: 5px;
    left: 45%;
    top: 5px;
    color: black;
    font-weight: bolder;
    -webkit-box-shadow: 0px 0px 28px -5px rgba(255,255,255,1);
    -moz-box-shadow: 0px 0px 28px -5px rgba(255,255,255,1);
    box-shadow: 0px 0px 28px -5px rgba(255,255,255,1);
}
.keep{

    color: black;
    font-weight: 400;

}

.alerts{
    width: 80%;
    margin:5px auto;
    position: relative;
    border: 1px solid white;
    background-color: 	rgba(255, 255, 230,.4);
    z-index: 999999;

}

.alertcontainer{

}

.alertcontainer li{
    list-style: none;   
}
.alertcontainer li a{
    color: white;
    font-size: 20px;
    text-shadow:0px 2px 2px black;
    text-decoration: none;
}
.alertcontainer li a:hover{
    font-size: 25px;
}

.slideUpAlert{
    display: none;
}