@import url(https://fonts.googleapis.com/css?family=Roboto);
html, body {
    height: 100%;
}
body {
    padding: 120px 16px 16px 16px;
    background: #FFFFFF;
    font-family: "roboto"
}

#loading {
    background: #F4F4FE;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 99999;
}
#loading_data {
    background-color: #FFFFFF;
    opacity: 0.6;
    filter: Alpha(Opacity=30);
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 99999;
}

.width50 { width: 50%; }
.width100 { width: 100%; }
.clearfix { display: table; width: 100%; }

.object-item {
    display: table;
    width: 100%;
    cursor: pointer;
}

a:active, a:hover {
    outline: none;
}

b, strong{ font-weight: 600; }

@media screen and (max-width: 410px) {
    #page_object_list .row {
        margin-right: 15px;
    }
}

/*#################################################*/
/* BUTTONS
/*#################################################*/

a i,
.btn i { margin-right: 5px; }

.aa {
    background: red;

}

.btn.btn-blue {
    border-radius: 64px;
    background: linear-gradient(180deg, #1974d6 0%, #0055AF 45%, #1974d6 150%);
    background-size: 200% 200%;
    transition: background-position 140ms ease-in-out; /* Add transition shorthand here */
    color: var(--hwite, var(--white-variable, #FFF));
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    box-shadow: 0px 3px 3px rgba(68, 79, 117, 0.25);
  }
  
  .btn.btn-blue:hover {
    cursor: pointer;
    background-position: right bottom;
    transform: scale(1.0);
  }
  


.btn.login-btn {
    margin-bottom: 8px;
    border-color: white;
    background: white;
}

.btn.login-btn:hover {
    border-color: #0072C6;
}

/*.btn.desktop-btn {
    background: white;
}

/*#################################################*/
/* TABLELESS STYLING
/*#################################################*/

.table{
    display: table;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}

.table-cell{
    display: table-cell;
    margin: 0;
    padding: 0;
}

.center-middle{
    vertical-align: middle;
    text-align: center;
}

/*#################################################*/
/* BOOTSTRAP
/*#################################################*/

/*THEME*/

@font-face {
    font-family: 'Glyphicons Halflings';

    src: url('../../fonts/custom/glyphicons-custom.eot');
    src: url('../../fonts/custom/glyphicons-custom.eot?#iefix') format('embedded-opentype'), url('../../fonts/custom/glyphicons-custom.woff2') format('woff2'), url('../../fonts/custom/glyphicons-custom.woff') format('woff'), url('../../fonts/custom/glyphicons-custom.ttf') format('truetype'), url('../../fonts/custom/glyphicons-custom.svg#glyphicons_halflingsregular') format('svg');
}


.ripple{
    position: absolute;
    top:0; left:0; bottom:0; right:0;
    overflow: hidden;
    -webkit-transform: translateZ(0); /* to contain zoomed ripple */
    transform: translateZ(0);
    border-radius: inherit; /* inherit from parent (rounded buttons etc) */
    pointer-events: none; /* allow user interaction */
            animation: ripple-shadow 0.4s forwards;
    -webkit-animation: ripple-shadow 0.4s forwards;
  }
  .rippleWave{
    backface-visibility: hidden;
    position: absolute;
    border-radius: 50%;
    transform: scale(0.7); -webkit-transform: scale(0.7);
    background: rgba(200,200,200, 1);
    opacity: 0.45;
            animation: ripple 2s forwards;
    -webkit-animation: ripple 2s forwards;
  }
  @keyframes ripple-shadow {
    0%   {box-shadow: 0 0 0 rgba(0,0,0,0.0);}
    20%  {box-shadow: 0 4px 16px rgba(0,0,0,0.3);}
    100% {box-shadow: 0 0 0 rgba(0,0,0,0.0);}
  }
  @-webkit-keyframes ripple-shadow {
    0%   {box-shadow: 0 0 0 rgba(0,0,0,0.0);}
    20%  {box-shadow: 0 4px 16px rgba(0,0,0,0.3);}
    100% {box-shadow: 0 0 0 rgba(0,0,0,0.0);}
  }
  @keyframes ripple {
    to {transform: scale(24); opacity:0;}
  }
  @-webkit-keyframes ripple {
    to {-webkit-transform: scale(24); opacity:0;}
  }

  .cell{padding: 8px 16px; overflow:auto;}


.btn-primary, .btn-primary:hover, .btn-primary:focus { background-color: #0055af; padding: 8px 20px; border-radius: 64px; }
.btn-group { width: 100%; }
.btn { border-radius: 5px; overflow: hidden; color: #0288d1}
.panel { border-radius: 5px; border-color: #e8e8e8; }
.form-control { border-radius: 5px; border-color: #e8e8e8; }
.input-group-addon { border-radius: 5px; border-color: #e8e8e8; }

.dropdown-menu {
    min-width: auto;
    width: 100%;
}
.dropdown-toggle {
    min-width: auto;
    width: 100%;
}
.vertical-align {
    display: flex;
    align-items: center;
}
.form-control {
    box-shadow: none !important;
}

.input-group-text {
    background-color: transparent !important;
    border: none !important;
}

.btn {
    border-radius: 4rem;
}

.btn.focus, .btn:focus{
    box-shadow: none !important;
    border-color: #80bdff;
}

@media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: 0;
    }
}

/* CUSTOM ICONS */

.glyphicon-desktop:before {
    content: "\e261";
}
.glyphicon-exit:before {
    content: "\e262";
}
.glyphicon-cheeckbook:before {
    content: "\e263";
}

.glyphicon-openlock:before {
    content: "\e265";
}

/*CHECKBOX*/

.form-group input[type="checkbox"] {
    display: none;
}

.form-group input[type="checkbox"] + .btn-group > label span {
    width: 20px;
}

.form-group input[type="checkbox"] + .btn-group > label span:first-child {
    display: none;
}

.form-group input[type="checkbox"] + .btn-group > label span:last-child {
    display: none;
}

.form-group input[type="checkbox"]:checked + .btn-group > label span:first-child {
    display: inline-block;
}

.form-group input[type="checkbox"]:checked + .btn-group > label span:last-child {
    display: inline-block;
}

/*NAVBAR*/

.navbar-default { background: #0072C6; border: none; }
.navbar-default .navbar-brand,
.navbar-default .navbar-brand:hover { color: #ffffff; }

.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
    margin-right: auto;
    margin-left: auto;
}

.main-logo {
    background-image: url(../images/logo-2024.svg);
    background-size: auto 32px;
    background-repeat: no-repeat;
    height: 60px;
    width: 260px;
}

.main-background {
    background-image: url(../images/background-3.svg);
    background-repeat: repeat-x;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-attachment: fixed;
    position: relative;
    min-height: 100vh;
}

.container {
    max-width: 720px;
    z-index: 999;
    padding: 3em 3em 1em 3em;
    border-radius: 16px;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 37px 4px rgba(68, 79, 117, 0.25);
    background: rgb(255, 255, 255, 0.95);
    animation: float-up-fade-in 500ms ease-out forwards;
}

.lang-container {
    z-index: 999;
    max-width: 720px;
    position: relative;
    top:24px;
    /*left: -240px;*/
    width:auto;
    padding: 0;
    border-radius: 8px;
    background: rgb(255, 255, 255,);
    width: 100%;
    margin-right: auto;
    margin-left: auto;

    animation: float-up-fade-in 500ms ease-out forwards;
}

#login-logo {
    height:auto;
    float:left;
}

#remember {
    padding-left: 46px;
}


/*#################################################*/
/* LOADER
/*#################################################*/

.loader {
    text-align: center;
    color: #ffffff;
    font-size: 11px;
    position: relative;
    width: 200px;
    margin: 0px auto;
}
.loader > span {
    display: block;
    height: 100%;
    background-color: #efefef;
    background-image: -moz-linear-gradient(top, #c5c5c5, #c5c5c5);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#c5c5c5),color-stop(1, #c5c5c5));
    background-image: -webkit-linear-gradient(#c5c5c5, #c5c5c5);
    position: relative;
    overflow: hidden;
    height: 4px;
    margin-top: 3px;
}
.loader > span:after, .animate > span > span {
    content: "";
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, rgba(255, 255, 255, .2)),color-stop(.25, transparent), color-stop(.5, transparent),color-stop(.5, rgba(255, 255, 255, .2)),color-stop(.75, rgba(255, 255, 255, .2)),color-stop(.75, transparent), to(transparent));
    background-image:-moz-linear-gradient(-45deg,rgba(255, 255, 255, .2) 25%,transparent 25%,transparent 50%,rgba(255, 255, 255, .2) 50%,rgba(255, 255, 255, .2) 75%,transparent 75%,transparent);
    z-index: 1;
    -webkit-background-size: 50px 50px;
    -moz-background-size: 50px 50px;
    background-size: 50px 50px;
    -webkit-animation: move 2s linear infinite;
    -moz-animation: move 2s linear infinite;
    overflow: hidden;
}
@-webkit-keyframes move {
    0% { background-position: 0 0; }
    100% { background-position: 50px 50px; }
}
@-moz-keyframes move {
    0% { background-position: 0 0; }
    100% { background-position: 50px 50px; }
}

@keyframes float-up-fade-in {
    0% {
      transform: translateY(30px);
      opacity: 0;
    }
    100% {
      transform: translateY(0);
      opacity: 1;
    }
  }


/*#################################################*/
/* RESPONSIVE
/*#################################################*/

  @media (max-width: 499px) {

    body {
        padding: 40px 8px 8px 8px;
    }

    h1 {
        margin:0 0 16px 0;
        text-align: center;
    }


    .container {
        max-width: 720px;
        z-index: 999;
        padding: 3em 1.5em 2em 0.5em;
        border-radius: 24px;
    }

    .d-flex {
        flex-direction: column;
    }

    .c-flex {
        margin-bottom: 24px;
    }

    .w-50 {
        width: 100% !important;
    }

    .form-control2 {
        width: 50% !important;
    }

    #login-logo {
        height:auto;
        width: auto;
        align-items:center;
        margin-bottom: 16px;
    }

    #remember {
        flex-direction:row !important;
    }
}

.scrollable-list {
    max-height: 350px; /* Adjust height as needed */
    overflow-y: auto;  /* Enables vertical scrolling */
    padding: 0;        /* Remove extra padding */
    margin: 0;         /* Remove extra margin */
    list-style: none;  /* Optionally remove bullets */
}