@font-face {
    font-family: bebasregular;
    src: url(fonts/bebas___-webfont.woff);
}

html {
    overflow-y: scroll;
    overflow-x: scroll;
}

body {
    font-family: Arial;
    background: url(../img/call-to-action-bg.jpg) top center no-repeat fixed #000;
    background-color: #b0adae;
    background-repeat: no-repeat;
    background-size: 100% 100%, cover;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

p {
    text-align: justify;
    text-justify: inter-word;
    font-size: 12px;
}

a.adminmenu {
    color: #262324;
    font-size: 10px;
    line-height: 22px;
    font-weight: bold;
}

a.adminmenu:hover, a.adminmenu:active, a.adminmenu:focus {
    color: #2776b6;
    outline: none;
    text-decoration: none;

}

#loginform {
    width: 100%;
}

#loginform a {
    color: white;
}

.sign-up {
    display: block;
    width: 90%;
    height: calc(1.0em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #f4f4f4;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 1.0rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;

}

.signin-text {
    padding: 8px 2px 10px 8px;
}

#footer, #copyright {
    color: white;
    background-color: #02234F;
    padding: 1.25rem;

    p {
        font-size: 15px;
        margin: 0;
    }
}

.mmiheader {
    color: white;
    background: url(../img/banner.png);
    background-size: 100% 100%, cover;
    background-repeat: no-repeat;
    padding: 1.25rem 0;
}

.green-circle {
    color: white;
    border: 2px solid;
    border-color: #fff;
    border-radius: 50%;
    background-color: rgb(39, 118, 182);
    text-align: center;
    font-size: 35px;
    width: 100%;
    height: 100%;
}

.green-circle:hover {
    background-color: #fff;
    border-color: rgb(39, 118, 182);
    color: rgb(39, 118, 182);
}

.dyn-content {
    padding-bottom: 20px;
}

.copyright-signup {
    border-radius: 30px;
}

label {
    margin: 5px 5px 5px 5px;
}

#signupform input {
    height: 25px;
    width: 150px;
}

#seccode {
    width: 150px;
}

.error {
    color: red;
}

#user-data-form input {
    height: 25px;
    width: 100%;
}

#user-data-form select {
    height: 35px;
    width: 100%;
    margin-bottom: 5px;
}

.mmipanel {
    padding: 10px 5px 0 5px;
    margin-left: 10px;
}

.cmenu-wrapper {
    background-color: #ffffff;
}

.descrows .row .col-sm-2 {
    text-align: center;
}

.descrows {
    background-color: #f4f4f4;
}

.descrows .row .col-sm-10 {
    padding: 10px 0 0 0;
}

.descrows .row {
    padding-top: 14px;
}

.descrows a {
    font-size: 15px;
    margin-bottom: 10px;
}

.descrows p {
    margin-bottom: 0;
    line-height: 18px;
}

.loginform {
    background-image: url(../img/sign_in_banner.png);
    padding: 10px 20px 55px 20px;
    border: 1px solid #ced4da;
    border-radius: 1.0rem;
    letter-spacing: 0.5px;
    background-repeat: no-repeat;
    background-size: cover;
}

.btn {
    background: #2776b6;
    border-radius: 50px;
    border: 2px solid;
    padding: 8px 18px;
    color: #fff;
    transition: 0.3s;
}

.btn:hover {

    background: #fff;
    border: 2px solid #2776b6;
    color: #2776b6;

}

.labelmargin {
    padding: 0px 0px 0px 25px;

}

.labelblack {
    font-weight: bold;
    margin-bottom: 0;
}

.margintop {
    padding-top: 5px !important;
}

.ulclass {
    font-size: 12px !important;
    margin-top: 0 !important;
    margin-bottom: 1rem !important;
}

#admin_logo {
    max-width: 100%;
    max-height: 100%;
}

#pin {
    width: 50px !important;
}

.loader {
    height: 100%;
    width: 100%;
    position: fixed;
    margin: 0 auto;
    z-index: 9999;
    top: 0;
    left: 0;
    cursor: wait;
    opacity: 0.8;
    background-color: gray;
}

.centered {
    position: relative;
}

.translated {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.translated-txt {
    margin: 0;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.centered-loading {
    border: 16px solid #f3f3f3;
    border-top: 16px solid #3498db;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.hidden {
    display: none;
}

.card {
    min-width: 350px;
    background-color: rgb(255, 255, 255, 0.85);
    box-shadow: 0px 0px 20px rgb(2, 35, 79);
    border-radius: 20px;
}

.card-body {
    padding-bottom: 0;
}

.main_menu_area {
    background: #03070a;
    min-height: 45px
}

.main_menu_area ul li a {
    color: #FFF;
    display: block;
    font-family: 'bebasregular';
    font-size: 15px;
    padding: 18px 18.7px;
    line-height: 13px;
    text-decoration: none;
}

.main_menu_area ul li a:hover, .main_menu_area ul li .selected {
    background: #CF0000
}

#nav ul li {
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s
}

/* dropdown css level one*/
.main_menu_area ul li ul {
    background: none repeat scroll 0 0 #0D0E0F;
    top: 100px;
    position: absolute;
    width: 215px;
    z-index: 99999;
    right: -99999px
}

.main_menu_area ul li ul li {
    float: none;
    position: relative
}

.main_menu_area ul > li:hover > ul {
    left: 0px;
    top: 49px
}

.main_menu_area ul li ul li a {
    font-family: arial;
    font-weight: bold
}

.main_menu_area ul li ul li a:hover {
}

/* dropdown css level two*/
.main_menu_area ul li ul li ul {
    background: none repeat scroll 0 0 #0D0E0F;
    right: 215px;
    position: absolute;
    width: 215px;
    z-index: 99999;
    right: -99999px
}

.main_menu_area ul li ul li ul li {
    float: none
}

.main_menu_area ul li ul li:hover ul {
    left: 215px !important;
    top: 0px
}

.main_menu_area ul li ul li ul li a {
    font-family: arial;
    font-weight: bold
}

#contentr {
    padding: 1.25rem 0.625rem;
}

.coloreye {
    opacity: 0.2;
}

.hide-scrollbar {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.hide-scrollbar::-webkit-scrollbar {
    display: none;
}

.slim-scroll::-webkit-scrollbar {
    background-color: #d1d5db;
    overflow: hidden;
    border-radius: .5rem;
    width: .3125rem;
    height: .5rem;
}

.slim-scroll::-webkit-scrollbar-track {
    background-color: #d1d5db;
    border-radius: .5rem;
}

.slim-scroll::-webkit-scrollbar-thumb {
    background-color: #9ca3af;
    border-radius: .5rem;
}