*{
    direction: ltr;
}
html{
    height:100%;
}
@keyframes animatedBackground {
    from { background-position: 0 0; }
    to { background-position: 0 100%; }
}
body{
    /*background-color: rgb(230,230,230);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-family: Roboto;
    overflow: hidden;
    min-height:100%;*/
    font-family: Roboto;
    overflow: hidden;
    min-height:100%;
    background-image: url(../images/intro-bg.gif);
    animation: animatedBackground 30s linear infinite;
}
#main{
    position: absolute;
    width: 100%;
    height:100%;
}
input{
    outline: none;
}
.form-control{
    background-color: white;
    border-radius:0;
}
.btn{
    border-radius:0;
}
.input-group-addon:first-child{
    border-radius:0;
}
.icon-container{
    height:131px;
    width:131px;
}
.box {
    position: relative;
    height: 410px;
    width:405px;
    z-index: 500;
    margin:0 auto;
    top:calc(50% - 205px);
    color: #666;
    border-radius: 3px;
    background: #FFF;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    overflow: hidden;
}
#header {
    background: #009688;
    position: relative;
    height: 100px;
    width: 100%;
    margin-bottom: 20px;
}
#cont-lock {
    width: 100%;
    height: 65px;
    position: relative;}
#bottom-head {
    position: relative;
    background: #00796b;
    height: 35px;
}
#bottom-head::after {
    content: '';
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 7px solid white;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-top: 7px solid transparent;
}
.box h1 {
    margin-left: 20px;
    margin-top: 0;
    font-size: 24px;
    font-weight: 300;
    color: #cfd8dc;
    line-height: 35px;
    margin-bottom:0;
}
#loginForm{
    padding-left: 30px;
    padding-right: 30px;
}
#submit{
    background-color: #cfd8dc;
    color: #009688;
    border-radius:4px;
}
#submit:hover{
    background-color: #009688;
    color: white;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}
#footer-box {
    width: 100%;
    height: 50px;
    background: #00695c;
    position: absolute;
    bottom: 0;
    line-height: 50px;
}
.box p {
    font-size: 14px;
    text-align: center;
}
.footer-text {
    color: #ffffff;
    cursor: pointer;
    font-weight: bold;
}
#headerLogo{
    height: 70px;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    z-index: 501;
    background-color: rgba(255, 255, 255, 0.83);
    transition: background-color 500ms ease-in-out;

}
#headerLogo:hover{
    background-color: white;
    box-shadow: 0 3px 15px rgba(0,0,0,.2);
}
#footer{
    text-align: center;
    bottom:0;
    position:fixed;
    background-color: #e4e4e4;
    width: 100%;
    height: 41px;
    line-height: 41px;
}
#footer p{
    text-align: center;
}
.carousel-indicators {
    bottom: 0;
}
.carousel-control.right,
.carousel-control.left {
    background-image: none;
}
.carousel .item {
    min-height: 500px;
    height: 100%;
    width:100%;
}
.carousel-caption{
    margin-bottom: 93px;
    width:100%;
    left:0;
}
.carousel-caption h3,
.carousel .icon-container,
.carousel-caption button {
    background-color: rgba(31, 132, 166, 0.62);
}
.carousel-caption h3 {
    padding: .5em;
}
.carousel .icon-container {
    display: inline-block;
    font-size: 25px;
    line-height: 25px;
    padding: 1em;
    /*text-align: center;*/
    border-radius: 50%;
}
/* Animation delays */
.carousel-caption h3:first-child {
    animation-delay: 1s;
}
.carousel-caption div:nth-child(2) {
    animation-delay: 2s;
    font-size:30px;
    background-color: rgba(31, 132, 166, 0.62);
    margin:0 auto;
}
.carousel-indicators li{
    border-color:#00695C;
}
.carousel-indicators .active{
    background-color: #00695C;
}
.fa-globe{
    animation-delay: 1s;
}
h1 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: bold;
}
@media(max-width: 991px){
    .box{
        width:400px;
    }
}
@media(max-width: 430px){
    .box{
        width:300px;
    }
}
ul#selectLanguage {
    top:78%;
    border:1px solid #cccccc;
    height: 330px;
    overflow: auto;
}
ul#timeZone {
    top:125%;
    color: #000000;
    cursor: pointer;
    line-height: 40px;
    font-size: 16px;
    max-height:200px;
    overflow: auto;
}
#selectTimezone{
    border: 1px solid lightgray;
    text-align:left;
    height:44px;
    line-height: 31px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 150px;
}
#selectTimezone > a{
    text-decoration: none;
}
#countryContainer{
    height: 70px;
    /*background-color: rgba(0, 19, 49, 0.45);*/
    cursor: pointer;
    color: #3c763d;
    text-align: center;
    font-size: 19px;
    padding: 6px 15px 6px 15px;
    float: left;
    margin-right: 20px;
}
#create > div{
    text-overflow: ellipsis;
     overflow: hidden;
     white-space: nowrap;
     max-width: 150px;
}
#countryContainer:hover{
    background-color: rgb(214, 234, 245);
}
#languageText{
    height: 44px;
    width: 136px;
}
.logo{
    float: left;
    line-height: 70px;
    margin-left:10px;
}
.logo-xs{
    display: none;
}
#createSmall{
    display: none;
    border:0 none;
    padding:0;
    margin-top:7px
}
#languageContainer{
    line-height: 70px;
    margin-right: 20px;
}
.detailContainer{
    border-right:1px solid lightslategray
}
.f18{
    font-size: 18px;
}
.map-marker1{
    position: absolute;
    left: 48%;
    top: 70px;
    color: red;
}
.map-marker2{
    position: absolute;
    left: 53%;
    top: 91px;
    color: red;
}
.borderRadius0{
    border-radius:0;
}
#errorMessage{
    display: none;
    color: darkred;
}
@media (max-width: 585px) {
    .logo-md,#create{
        display: none;
    }
    .logo-xs, #createSmall{
        display: block;
    }
    #countryContainer{
        background-color: transparent;
    }
}
@media (max-width:450px){
    .logo{
        margin-left:0
    }
    #countryContainer{
        padding: 6px;
        margin-right: 0;
    }
    #languageContainer{
        margin-right: 2px;
    }
    #languageText{
        width: 100px;
    }
}
@media(max-width: 991px){
    #main{
        background-color: transparent;
        box-shadow: none;
    }
}
