﻿


.error {
    color: Red;
}
.space {
    padding:5px;
}
body {
}
.badge {
    position: absolute;
    font-size: medium;
    margin-left: -5px;
    margin-top: -10px;
    background-color: var(--white);
    color: red;

}

.buttonload {
    background-color: #4CAF50; /* Green background */
    border: none; /* Remove borders */
    color: white; /* White text */
    padding: 8px 10px; /* Some padding */
    font-size: 15px /* Set a font size */;
}
/*--- Header ---*/
.blueline {
    background-color: #00685E;
    height: 25px;
    width: 100%;
}

/*--- Menu ---*/

.navbar {
    background-color: #00685E;
    height: 40px;
    font-size: 13px;
    text-transform: uppercase;
    font-family: Arial;   
    z-index:10;
}
    .navbar navbar-toggler {
        background-color: #fff;
    }

    .navbar li {
        padding: 0 10px;
        background-color: #00685E;
        
    }
        .navbar li a{
        
            color: #fff;
        }
            .navbar li a:hover {
                background: #a29061;
             
            }
    .navbar .navbar-toggler .navbar-toggler-icon {
      
    }
.dropdown-menu {
    background-color: #00685E;
    font-size: 13px;
    border-radius: 0;
    padding: 0;
    border: none;
}
    .dropdown-menu a {
        border-bottom: #fff 2px solid;
        background-color: #00685E;
    }
            .dropdown-menu a:hover {
                background-color: #a29061;
            }

/*--- Content ---*/

.cover {
    padding: 25px;
    /*background: url(../images/bg.jpg) #5282aa;*/
    background-repeat: no-repeat;
    background-size: 100%;
    
}
.Imagecenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.hyper {
    color: #000;
}
    .hyper:hover {
        color: #272727;
        text-decoration: none;
    }

.box {
    background-color: #cdcdcd;
    padding: 30px 10px;
}


#content {
    background-color: #efefef;
    padding: 0 20px;

}
    #content.clear {
        background-color: transparent;
    }
    #content .login-bg {
        background-color: rgba(209, 209, 209, 0.8);
        padding: 50px;
        width: 50%;
        margin: auto;
        }

@media only screen and (max-width: 756px) {
    #content .login-bg {    
        padding: 10px;
        width: 100%;
        margin: auto;
    }
}


#content h2 {
    color:#000;
    text-align:center;
    font-family:nexa2;
    font-size:28px;
    text-transform:uppercase;
    padding:15px 0;
}

/*--- Content - Form ---*/
.ddl,
input[type="Text"],
input[type="password"] {
    border: 2px solid #ddd;
    width: 100%;
    align-content: center;
    padding: 5px;
    margin-bottom: 15px;
    font-size: 14px;
}

.reg input[type="Text"] {
    width: 100%;
}

.ddl:hover,
.ddl:active,
.ddl:focus,
input[type="Text"]:hover,
input[type="Text"]:active,
input[type="Text"]:focus,
input[type="password"]:hover,
input[type="password"]:active,
input[type="password"]:focus {
    border: 2px solid #00685E;
}

.btns,
input[type="submit"],
input[type="button"],
button {
    background: #00685E;
    color: #fff;
    align-content: center;
    display: inline;
    margin: 0px;
    border-radius: 0;
    border-style: none;
    padding: 10px;
    width: 100%;
    text-transform: uppercase;
}

    .btns:hover,
    input[type="submit"]:hover,
    input[type="button"]:hover {
        background: #a29061;
        color: #000;
    }

label {
    font-size: 14px;
    text-indent: 5px;
    padding: 0;
    margin: 0;
    font-family: Arial;
}

/*--- Login ---*/
.container-login {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background: #00685E;
}

.wrap-login {
    width: 570px;
    background: #efefef;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.login-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;
    padding: 70px 15px 74px 15px;
}

.login-title-1 {
    font-family: nexa1;
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.2;
    text-align: center;
}

.login-title::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.5);
}

.login-form {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.wrap-input {
    width: 100%;
    position: relative;
}

/*--- vertical menu ---*/
.vertical-menu {
    width: 100%;
    margin:0;
    padding:0;
    font-size:14px;
}
    .vertical-menu li a {
        background-color: #a29061;
        color: black;
        display: block;
        padding: 12px;
        text-decoration: none;
        margin-bottom:1px;
    }

        .vertical-menu li a:hover {
            background-color: #efefef;
        }

    .vertical-menu .navbar-nav .dropdown {
            width: 100%;

    }
        .vertical-menu .navbar-nav .dropdown li {            
            width: 100%;
            background-color:#000;
        }
    .vertical-menu ul{
        padding:0;
        list-style: none;
    }
    .vertical-menu li > ul > li a {
        background-color: #0066c4;
        width: 100%;
        color: #fff;
        padding-left: 30px;
    }
        .vertical-menu li > ul > li a:hover {
            color:#000;
        }
    .vertical-menu span .caret {
           text-align:right;
    }

@media only screen and (max-width: 600px) {
}

    /*--- Slider ---*/
.slide_container {
    padding-top: 10px;
    margin:0;
}

.carousel {
    margin-top: 0px;
}

.carousel-item {
    text-align: center;
    /* Prevent carousel from being distorted if for some reason image doesn't load */
}

    .carousel-item img {
        width: 100%;
        margin: auto;
    }
    
    
    
    /*--- Footer ---*/


.footer {
    padding-top: 20px;
    background-color: #00685E;
    font-family: nexa2;
    color: #fff;
    font-size: 13px;
    width: 100%;
    text-align: center;

     position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  
    
}

/*
    Colors
    blue #0066c4
    yellow #a29061
*/ 