
body {
    background-color: #ebedef;
    color: #2f2f2f;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";    
    font-size: .875rem;
    min-height: 100vh;
    display: flex;
}

.gm-style-cc { display:none; }

.dropdown-toggle {
    white-space: normal;
}

hr {
    margin-top: 1.1rem;
    margin-bottom: 1.1rem;
}

.form-select {
    font-size: .875rem;
}

.form-select:focus {
    box-shadow: 0 0 0 0.05rem rgba(0,123,255,.25);
}

.form-control.is-valid:focus, .was-validated .form-control:valid:focus {
    box-shadow: 0 0 0 0.05rem rgb(25 135 84 / 25%);
}

.form-inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
}

.form-group {
    margin-bottom: 1rem;
}

.page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 0rem rgb(0 123 255 / 25%);
}

.btn-block {
    display: block;
    width: 100%;
}


.viewer-backdrop {
    background-color: rgba(0,0,0,1)!important;
}


.continuous_scan_success_label_color {
    color: #008000;
}

.continuous_scan_warning_label_color {
    color: #aa4400;
}

.continuous_scan_error_label_color {
    color: #800000;
}

.form-control-plain {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}

.input-group-text {
    font-size: .875rem;
}

.add_right_border_radius {
    border-top-right-radius: .25rem!important;
    border-bottom-right-radius: .25rem!important;
}

.add_bottom_border_radius {
    border-bottom-right-radius: .25rem!important;
    border-bottom-left-radius: .25rem!important;
}

.tox-tinymce {
    border-color: #dee2e6!important;
    border-radius: var(--bs-border-radius)!important;
}

.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
    box-shadow: 0 0 0 0.05rem rgba(220,53,69,.25);
}

.form-control:focus {
    box-shadow: 0 0 0 0.05rem rgba(0,123,255,.25);
}

.input-group>.input-group-append:not(:last-child)>.input-group-text{
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

.card-footer {
    background-color: #fff;    
}

.btn-group-btn-primary-selected {
    background-color: #1b8eb7!important;
    border-color: #1985ac!important;
}

.selection_modal_btn_margin {
    margin-top: 3px;
}

.img_upload_progress_bar_div {
    background-color: #ccc;
}

.scan_list_remove_item_icon_color {
    color: #dc3545;
}

.collection_open_close_icon_color {
    color: #0063a7;
}

.collection_remove_icon_color {
    color: #dc3545;
}

.list-group-item:focus, .list-group-item:hover {
    z-index: auto;
    text-decoration: none;
}

.select2-container{ width: 100% !important; }


.obligatory_label {
    color: #e55353;
}


.container-fluid {
    padding-right: 30px;
    padding-left: 30px;    
}

.jumbotron {
    background-color: #d8dbe0;
    padding-right: 2rem;
    padding-left: 2rem;
    border-radius: 0.3rem;    
}

.list-group-item-dark {
    border-color: #dee2e6;    
    background-color: #e9ecef;
}

.modal_icon_color {
    color: #337ab7;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    width: 100%;
}

#sidebar {
    width: 256px;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 999;
    background: #3c4b64;
    color: #fff;
    transition: all 0.3s;
}

#sidebar.active {
    margin-left: -256px;
}

#sidebar.active.active2 {
    margin-left: -56px;
}

#sidebar.active2 {
    width: 56px;
}

#sidebar.active2 ul li a.dropdown-toggle {
    display: none;
}

#sidebar.active2 ul li ul {
    display: block;
}

#sidebar.active2 ul li ul li a {
    padding-left: 1rem!important;
}

#sidebar .sidebar-header {
    height: 84px;
    background: rgba(0,0,21,.2);
    color: #fff;
		display: flex;
    flex: 0 0 56px;
    align-items: center;
    justify-content: left;
}

#sidebar ul.components {
    padding-top: 0 0;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    display: flex;
    flex: 1;
    align-items: center;
    padding: .8445rem 1rem;
    text-decoration: none;
    color: rgba(255,255,255,.8);
    font-size: .875rem;
}

#sidebar.active2 ul li a {
    height: 48px;
    transition: all 0.3s ease-out;
}

/*
#sidebar.active2 ul li a span.label, #sidebar.active2 ul li ul li a span.label{
    opacity: 0;
    transition: all 0.3s ease-out;
}

#sidebar ul li a span.label, #sidebar ul li ul li a span.label{
    opacity: 1;
    transition: all 0.3s ease-in;
}
*/

#sidebar.active2 ul li.title {
    display: none;
}

.open_icon, .close_icon {
    position: absolute;
    left: calc(100% - 56px);
    color: rgba(255,255,255,.6);
    font-size: 23px;
    width: 56px;
    text-align: center;
    cursor: pointer;
}

#sidebar .open_icon{
    opacity: 0;
    transition: all 0.3s linear;
}

#sidebar.active2 .open_icon{
    opacity: 1;
    transition: all 0.3s linear;
}

#sidebar .close_icon{
    opacity: 1;
    transition: all 0.3s linear;
}

#sidebar.active2 .close_icon{
    opacity: 0;
    transition: all 0.3s linear;
}

#sidebar ul li a .c-icon {
  color: rgba(255,255,255,.5);
  flex: 0 0 56px;
  height: 1.09375rem;
  font-size: 1.09375rem;
  text-align: center;
  transition: .25s;
  fill: currentColor;
  margin-left: -1rem;
}

#sidebar ul li a:hover {
    color: #fff;
    background: #0063a7;
}

#sidebar ul li a:hover>span {
    color: #fff;
}


#sidebar ul li.active>a, #sidebar ul li ul li.active>a
{
    color: #fff;
    background: rgba(255,255,255,.05);    
}

.c-icon{
    margin-top: 3px;
}


#sidebar ul li.active>a>span{
		color: #fff;
}

a[data-bs-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {

    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;    
    
    display: block;
    position: absolute;
    top: 50%;
    right: 9px;
    transform: translateY(-50%);
}

.menu-dropdown-toggle::after {
    right: 20px;
}

#sidebar ul ul a {
    padding-left: 60px !important;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #7386D5;
}

a.article,
a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}

#sidebar ul li.title {
	  color: rgba(255,255,255,.6);
	  padding: .75rem 1rem;
    margin-top: 1rem;
    font-size: 80%;
    font-weight: 700;
    text-transform: uppercase;
    transition: .25s;
    cursor: default;
  }

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: calc(100% - 256px);
    padding: 0px;
/*    min-height: 100vh;*/
    transition: all 0.3s;
/*    position: absolute;*/
    top: 0;
    right: 0;
}

.content_main {
    min-height: 100vh;
    position: absolute;
}

#content.active2 {
    width: calc(100% - 56px);
}

#content.active {
    width: 100%;
}

#sidebar.active2 .sidebar-header span {
    opacity: 0;
    transition: all .3s ease-out;
}

#sidebar .sidebar-header span {
    opacity: 1;
    transition: all .3s ease-in;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
/*
@media (max-width: 768px) {
    #sidebar {
        margin-left: -256px;
    }
    #sidebar.active {
        margin-left: 0;
    }
    #content {
        width: 100%;
    }
    #content.active {
        width: calc(100% - 256px);
    }
    #sidebarCollapse span {
        display: none;
    }
}
*/

body {
  font-size: .9rem;
}

.c-app, body, .table, .form-control, .list-group-item-action {
  color: #2f2f2f;  
} 

.page-link, a, a:hover {
  color: #0063a7;
}

.form-control {
/*    border-color: #c3c6cc;*/
    font-size: 0.875rem;
    height: calc(1.5em + .75rem + 2px);
    font-size: .875rem;
    color: #2f2f2f;
/*    border-radius: .25rem;*/
}

.card-body {
    padding-bottom: 0.25rem;
}

.table td, .table th {
  vertical-align: middle;
}

.badge {
  font-size: 80%;
}

.btn {
    font-size: 0.875rem;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
}

.btn-primary {
  color: #fff;
  background-color: #0063a7;
  border-color: #0063a7;
}

.btn-primary:hover {
  color: #fff;
  background-color: #1b8eb7;
  border-color: #1985ac;
}

.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.05rem rgba(65, 181, 222, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #0063a7;
  border-color: #0063a7;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #1985ac;
  border-color: #187da0;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.05rem rgba(65, 181, 222, 0.5);
}

.page-item.active .page-link {
    background-color: #0063a7;
    border-color: #0063a7;
}

.login-screen {
  background-image: url('/img/login_bg.jpg');
  background-size: cover;
  align-items: center!important;
  flex-direction: row!important;
}

.bg_blue {
    background-color: #0063a7;
}

.nav-item {
  background: #98a9b4; 
  margin-left: 5px;
}

.nav-item > a {
    color: #fff !important;
}

.nav-item:first-child {
  margin-left: 0px;
}

.nav-item > .active {
  background-color: #0063a7 !important;
}

.test-result-answer h3 {
  padding-top: 8px;
}

.light-blue-bg {
  background-color: #00b5e2; 
}

.login-logo {
  width: 250px;
}

.login-hp-logo {
  width: 250px;
}

#toast {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    background-color: #00b5e2;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    right: 1%;
    bottom: 30px;
    font-size: 17px;
}

#toast.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 4.5s;
}



dl {
  display: -webkit-box;
  display: flex;
  background-color: transparent;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  width: 100%;
  max-width: 500px;
  position: relative;
  padding: 20px;
}

dt {
  align-self: flex-start;
  width: 100%;
  font-weight: 700;
  display: block;
  text-align: center;
  font-size: 1.2em;
  font-weight: 700;
  margin-bottom: 20px;
  margin-left: 130px;
}

dd {
    margin-bottom: 5px;
}

.text {
  font-weight: 600;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  height: 40px;
  width: 130px;
  background-color: transparent;
  position: absolute;
  left: 0;
  -webkit-box-pack: end;
          justify-content: flex-end;
}

.percentage {
  font-size: .8em;
  line-height: 1;
  text-transform: uppercase;
  width: 100%;
  height: 40px;
  margin-left: 130px;
  background: repeating-linear-gradient(to right, #fff, #fff 1px, #eeeeee 1px, #eeeeee 5%);
}
.percentage:after {
  content: "";
  display: block;
  background-color: #27BFB4;
  width: 50px;
  margin-bottom: 10px;
  height: 100%;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
  cursor: pointer;
}
.percentage:hover:after, .percentage:focus:after {
  background-color: #FFD91E;
}

.percentage-1:after {
  width: 1%;
}

.percentage-2:after {
  width: 2%;
}

.percentage-3:after {
  width: 3%;
}

.percentage-4:after {
  width: 4%;
}

.percentage-5:after {
  width: 5%;
}

.percentage-6:after {
  width: 6%;
}

.percentage-7:after {
  width: 7%;
}

.percentage-8:after {
  width: 8%;
}

.percentage-9:after {
  width: 9%;
}

.percentage-10:after {
  width: 10%;
}

.percentage-11:after {
  width: 11%;
}

.percentage-12:after {
  width: 12%;
}

.percentage-13:after {
  width: 13%;
}

.percentage-14:after {
  width: 14%;
}

.percentage-15:after {
  width: 15%;
}

.percentage-16:after {
  width: 16%;
}

.percentage-17:after {
  width: 17%;
}

.percentage-18:after {
  width: 18%;
}

.percentage-19:after {
  width: 19%;
}

.percentage-20:after {
  width: 20%;
}

.percentage-21:after {
  width: 21%;
}

.percentage-22:after {
  width: 22%;
}

.percentage-23:after {
  width: 23%;
}

.percentage-24:after {
  width: 24%;
}

.percentage-25:after {
  width: 25%;
}

.percentage-26:after {
  width: 26%;
}

.percentage-27:after {
  width: 27%;
}

.percentage-28:after {
  width: 28%;
}

.percentage-29:after {
  width: 29%;
}

.percentage-30:after {
  width: 30%;
}

.percentage-31:after {
  width: 31%;
}

.percentage-32:after {
  width: 32%;
}

.percentage-33:after {
  width: 33%;
}

.percentage-34:after {
  width: 34%;
}

.percentage-35:after {
  width: 35%;
}

.percentage-36:after {
  width: 36%;
}

.percentage-37:after {
  width: 37%;
}

.percentage-38:after {
  width: 38%;
}

.percentage-39:after {
  width: 39%;
}

.percentage-40:after {
  width: 40%;
}

.percentage-41:after {
  width: 41%;
}

.percentage-42:after {
  width: 42%;
}

.percentage-43:after {
  width: 43%;
}

.percentage-44:after {
  width: 44%;
}

.percentage-45:after {
  width: 45%;
}

.percentage-46:after {
  width: 46%;
}

.percentage-47:after {
  width: 47%;
}

.percentage-48:after {
  width: 48%;
}

.percentage-49:after {
  width: 49%;
}

.percentage-50:after {
  width: 50%;
}

.percentage-51:after {
  width: 51%;
}

.percentage-52:after {
  width: 52%;
}

.percentage-53:after {
  width: 53%;
}

.percentage-54:after {
  width: 54%;
}

.percentage-55:after {
  width: 55%;
}

.percentage-56:after {
  width: 56%;
}

.percentage-57:after {
  width: 57%;
}

.percentage-58:after {
  width: 58%;
}

.percentage-59:after {
  width: 59%;
}

.percentage-60:after {
  width: 60%;
}

.percentage-61:after {
  width: 61%;
}

.percentage-62:after {
  width: 62%;
}

.percentage-63:after {
  width: 63%;
}

.percentage-64:after {
  width: 64%;
}

.percentage-65:after {
  width: 65%;
}

.percentage-66:after {
  width: 66%;
}

.percentage-67:after {
  width: 67%;
}

.percentage-68:after {
  width: 68%;
}

.percentage-69:after {
  width: 69%;
}

.percentage-70:after {
  width: 70%;
}

.percentage-71:after {
  width: 71%;
}

.percentage-72:after {
  width: 72%;
}

.percentage-73:after {
  width: 73%;
}

.percentage-74:after {
  width: 74%;
}

.percentage-75:after {
  width: 75%;
}

.percentage-76:after {
  width: 76%;
}

.percentage-77:after {
  width: 77%;
}

.percentage-78:after {
  width: 78%;
}

.percentage-79:after {
  width: 79%;
}

.percentage-80:after {
  width: 80%;
}

.percentage-81:after {
  width: 81%;
}

.percentage-82:after {
  width: 82%;
}

.percentage-83:after {
  width: 83%;
}

.percentage-84:after {
  width: 84%;
}

.percentage-85:after {
  width: 85%;
}

.percentage-86:after {
  width: 86%;
}

.percentage-87:after {
  width: 87%;
}

.percentage-88:after {
  width: 88%;
}

.percentage-89:after {
  width: 89%;
}

.percentage-90:after {
  width: 90%;
}

.percentage-91:after {
  width: 91%;
}

.percentage-92:after {
  width: 92%;
}

.percentage-93:after {
  width: 93%;
}

.percentage-94:after {
  width: 94%;
}

.percentage-95:after {
  width: 95%;
}

.percentage-96:after {
  width: 96%;
}

.percentage-97:after {
  width: 97%;
}

.percentage-98:after {
  width: 98%;
}

.percentage-99:after {
  width: 99%;
}

.percentage-100:after {
  width: 100%;
}

html, body {
  font-family: "fira-sans-2",sans-serif;
  color: #333;
}

.btn-sm {
    padding: 4px;
}



@-webkit-keyframes fadein {
    from {bottom: 0; opacity: 0;} 
    to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
    from {bottom: 30px; opacity: 1;} 
    to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
}




