/* HEADER AND FOOTER */
/* body{
    font-family: montserrat;
    color: rgb(70, 74, 87);
} */
.nav-bar {
    padding: 0px;
}

.nav-bar nav {
    margin: 0px;
    border-radius: 0px;
}
.nav-profile {
    display: flex;
    vertical-align: middle;
    align-items: center;
    margin-right: 30px;
}
.nav-profile span {
    font-size: 14px;
    font-weight: bold;
    color: rgb(255, 255, 255);
}
.nav-profile img {
    height: 35px;
    width: 35px;
    border-radius: 50%;
    margin: 0px 5px;
}
.nav-logout {
    margin: 0px 0px 0px 5px;
}
.top-heading {
    padding: 0px;
}

.header-default {
    height: 70px;
    z-index: 10000;
}

.navbar-inverse {
    width: 100%;
    margin: 0px;
    border-radius: 0px;
}

#top-header {
    /* height: 8%; */
    height: 55px;
}
iframe{
    border: none;
}
/* Flag language */

#top-header .change-language {
    margin: 0px 5px;
}
.change-theme {
    margin: 0px 5px;
}
.popuper {
    display: none;
    position: absolute;
    z-index: 99999;
    background-color: #fff;
    top: 55px;
    /* border-radius: 3px; */
    transition: 0.5s all;
    animation: popover 0.2s ease-in-out;
}
@keyframes popover {
    0% {
        opacity: 0;
        transform: translateY(-30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}
.popuper ul {
    padding: 0px;
    margin: 0px;
}
.popuper ul li {
    list-style: none;
    text-align: left;
    margin: 0px;
}
.popuper ul li a {
    height: 36px;
    line-height: 36px;
    padding: 0 20px !important;
    display: block;
    color: rgb(70, 74, 87);
}
.popuper ul li a:hover {
    background-color: #dfe1ec;
}
.show-popuper {
    display: block;
}
.select-language {
    border-radius: 4px;
    padding: 5px;
    transition: 0.5s all;
}
.select-language:hover {
    background-color: rgba(255, 255, 255, 0.2);
    transition: 0.5s all;
}
.select-language img {
    width: 24px;
}

#top-header ul li:hover {
    color: white;
}

#header-main {
    /* padding-right: 5%; */
    height: 100%;
    /* border-bottom:solid 1px #DCE1E8; */
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.footer {
    /* height: 50px; */
    text-align: center;
    background-color: #3498db;
    position: fixed;
    bottom: 0px;
    width: 100%;
}
.p-0 {
    padding: 0px !important;
}
.pr-0 {
    padding-right: 0px !important;
}
.m-0 {
    margin: 0px !important;
}
.navbar-nav .li-mother:hover {
    background-color: #080808;
}

.logo-default {
    padding-left: 200px;
    /*width: 12.5%; */
    /* height:12%; */
}
a {
    text-decoration: none !important;
}
.logout-btn {
    display: flex;
    align-items: center;
    color: white;
    background-color: #6c7e8e8f;
    padding: 5px 10px;
    transition: 0.5s all;

    border-radius: 5px;
}

.icon-user-name {
    width: 40px;
    height: 40px;
}

.container-default {
    background-position: right;
    /* background-color: white; */
    /* height: 55px; */
    /* padding-left: 20px; */
    /* padding-right: 20px; */
}

/* .container-default ul li a img{
  margin-top:17.5px;
} */

.container-default ul li h3 {
    padding-top: 10px;
}

.container-default ul li a {
    padding: 0px;
}

#profile-default {
    padding: 5px 10px;
    color: #ffffff;
    text-decoration: none;
}

.logout-btn:hover {
    background-color: #ff4b5c;
    transition: 0.5s all;
    text-decoration: none;
}

#profile-default li {
    padding-top: 3px;
    height: 60px;
    /* padding-right: 15px; */
}

#profile-default i {
    font-size: 20px;
    margin: 0px 5px;
}
/* navidation dropdown menu */

.container-menu {
    height: 40px;
}

.affix {
    z-index: 50;
    top: 0;
    width: 100%;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.affix-top {
    position: static;
    top: -35px;
}

.affix + .container-fluid {
    padding-top: 70px;
    padding: 0px;
}
.container-fluid {
    padding: 0px;
}
.dropdown {
    position: relative;
}

.dropdown > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown:hover > .dropdown-menu {
    /* display: block; */
}

.dropdown > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown:hover > a:after {
    border-left-color: #fff;
}

.dropdown.pull-left {
    float: none;
}

.dropdown.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.navbar-default .navbar-nav > li.dropdown:hover > a,
.navbar-default .navbar-nav > li.dropdown:hover > a:hover,
.navbar-default .navbar-nav > li.dropdown:hover > a:focus {
    background-color: rgb(231, 231, 231);
    color: rgb(85, 85, 85);
}

.navbar-inverse .navbar-nav > li.dropdown1:hover > a,
.navbar-inverse .navbar-nav > li.dropdown1:hover > a:hover,
.navbar-inverse .navbar-nav > li.dropdown1:hover > a:focus {
    background-color: rgb(231, 231, 231);
    color: rgb(85, 85, 85);
}

li.dropdown1:hover > .dropdown-menu {
    display: block;
}

/* main */

#main {
    margin-left: 200px;
    transition: 0.5s;
    padding: 0px 30px 50px 30px;
    position: relative;
    /* background-color: #f2f7f9; */
    /* background-color: #e1f0e4; */
}

/* .bg{
    width: 100%;
    height: 100%;
    background-image: url(../images/background/background02.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    filter: blur(8px);

} */
/* .bg::before{
    content: "";
    position: fixed;
    left: 0; right: 0;
    top: 0; bottom: 0;
    background: rgba(0,0,0,.2);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;

} */
#container-marquee {
    padding: 0px 25px 0px 25px;
    min-height: 25px;
}

/* css flag */

#top-header .btn-flag {
    border: 0px;
    border-radius: 2px;
    padding: 0px;
}

#top-header .btn-flag img {
    padding: 0px;
    width: 20px;
    height: 16px;
}

/*  */

.container-custom-hr {
    /* padding-left: 24px;
    padding-right: 24px; */
}
.container-main {
    padding: 15px 0px;
}
.btn-change-theme {
    padding: 5px 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    color: white;
    background-color: #12d1df;
    transition: 0.5s all;
    border-radius: 5px;
}
.btn-change-theme i {
    margin: 0px 5px;
}
/*theme*/
.formgroup img {
    width: 100%;
    height: 130px;
    object-fit: cover;
}

.container {
    width: 70%;
    margin: auto;
    text-align: center;
}

.formgroup {
    width: 100%;
    display: block;
}

.formgroup input {
    float: right;
    width: 70%;
    height: 25px;
    margin-right: 20px;
    line-height: 50px;
}

.formgroup b {
    font-size: 20px;
}

.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    padding-top: 100px;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.2);
}

.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    color: #080808;
    border: none;
    /* position: fixed; */
    background-color: #fefefe;
    /* width: 65%;
        left: 14px;
        height: 600px; */
    -webkit-animation-name: slideIn;
    -webkit-animation-duration: 0.2s;
    animation-name: slideIn;
    animation-duration: 0.2s;
    border-radius: 4px !important;
    overflow: auto;
}

.close {
    color: black;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: rgb(2, 6, 233);
    text-decoration: none;
    cursor: pointer;
    opacity: 1.5;
}

.formgroup .button_save,
.formgroup .button_cancel {
    padding: 5px 19px;
    margin: 9px;
    border: none;
}
.form-control,
.form-select {
    background-color: #f0f1f3;
    border: none !important;
    color: #535962 !important;
    box-shadow: none !important;
    border-radius: 0px;
}
label {
    margin: 0px !important;
    font-weight: normal !important;
}
.form-select {
    padding: 6px 0px;
    width: 100%;
    /* border-radius: 4px; */
}
.formgroup .button_save:hover,
.formgroup .button_cancel:hover {
    color: #fff;
    background-color: blue;
}

.theme_name {
    color: lightslategray;
    margin-top: 0px;
}

.theme_group {
    height: 50%;
    width: 100%;
    /* padding: 10px; */
    background-color: #d3d3d9;
}

.formgroup_button {
    height: 40px !important;
}

/*theme*/
.theme-item {
    display: inline-block;
    min-width: calc(100%/3);
    max-width: calc(100%/3);
    min-height: 140px;
    background: #dedede;
    cursor: pointer;
    padding: 4px;
    position: relative;
    border: 4px solid #ffffff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    transition: 0.5s all;
    overflow: hidden;
}
.list-theme{
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
}
.theme-item.active,
.theme-item:hover,
.theme-item.active:focus {
    z-index: 2;
    background-color: #5edfff;
    transition: 0.5s all;
    /* padding: 4px; */
    /* border-color: #5edfff; */
}
.theme-item:hover .theme-des{
    display: block;
    bottom: 0;
    transition: 0.3s all;
}
.theme-des{
    position: absolute;
    z-index: 10;
    width: 100%;
    left: 0;
    bottom: -40%;
    height: 30%;
    padding: 10px;
    display: block;
    color: white;
    background-color: rgba(0, 0, 0, 0.199);
    transition: 0.3s all;
}
.button_footer {
    text-align: center;
}
.btn-save {
    background-color: #bbed22;
}
.theme-modal {
    width: 45%;
}
.pd-0 {
    padding: 0px !important;
}
select {
    background-color: #f0f1f3;
    border: none !important;
    color: #535962 !important;
    box-shadow: none !important;
    border-radius: 0px;
    padding: 6px 20px;
    background-image: linear-gradient(45deg, transparent 50%, #999 60%),
        linear-gradient(135deg, #999 40%, transparent 50%) !important;
    background-position: calc(100% - 15px) 14px, calc(100% - 11px) 14px, 100% 0;
    background-size: 5px 5px, 5px 5px;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.btn {
    border-radius: 0px;
}
.btn-default {
    border: none;
    background-color: transparent;
}
.btn .caret {
    margin-left: 0;
    /* margin-right: 15px; */
}

.modal-header {
    color: white;
    border-radius: 16px 16px 0px 0px !important;
    text-align: center;
    height: 60px;
}

.modal-header h2 {
    font-size: 20px !important;
}

.modal-body {
}

.modal-footer {
    padding: 10px 0 0 0;
    background-color: white;
    color: white;
}
.assess-modal {
    width: 65%;
    height: 700px;
    overflow: scroll;
}
/* Add Animation */
@-webkit-keyframes slideIn {
    from {
        bottom: -300px;
        opacity: 0;
    }
    to {
        bottom: 0;
        opacity: 1;
    }
}

@keyframes slideIn {
    from {
        bottom: -300px;
        opacity: 0;
    }
    to {
        bottom: 0;
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.footer-left {
    /* float: left; */
    display: flex;
}
select.input-sm {
    line-height: normal;
}

.nav-side-menu {
    transition: bottom 0.3s;
    scrollbar-color: rgba(255, 255, 255, 0.21) transparent;
    scrollbar-width: none;
}
.nav-side-menu::-webkit-scrollbar {
    background-color: rgba(255, 255, 255, 0);
    width: 6px;
}
.nav-side-menu::-webkit-scrollbar-track {
    background: transparent;
}
.nav-side-menu::-webkit-scrollbar-thumb {
    background: rgba(148, 157, 170, 0.377);
    -webkit-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
.nav-side-menu {
    scrollbar-color: rgba(82, 92, 105, 0.637) transparent;
}


.inline-l{
    display: inline-block;
}

.inline-i{
    margin-left: 30px;
    display: inline-block;

}
.line-i{
    display: inline-block;
}

.ui-datepicker-calendar {
    display: none;
}

.inline-r{
    display: inline-block;
    float: right;
}
