/*//////////////////*/
/* SESSION ONLY CSS */
/*//////////////////*/

.session-body {
	background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 100vh;
}

.session-upper-container {
	padding: 2vh 20%;
    padding-top: 20vh;
}

.session-container {
	border-radius: 10px;
    background-color: white;
    box-shadow: 0px 4px 5px 5px #0000002e;
    padding: 24px;
}

.session-form-container {
	padding: 48px 32px;
}

.session-logo {
    height: 60%;
    width: auto;
}

/*//////////////////*/
/*     LOADING      */
/*//////////////////*/

.loading-container {
    position: absolute;
    background-color: #2121211f;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #5C384E;
    z-index: 100;
}
.loading-container .loading-body {
    position: relative;
    overflow: hidden;
    background-color: white;
    padding: 12px 8%;
    padding-top: 22px;
    border-radius: 8px;
    box-shadow: 0px 2px 4px 2px #00000036;
}
.loading-container .loading-body .progress-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 14px;
    background-color: #e8e8e8;
}
.loading-container .loading-body .progress-container .progress-indicator {
    background-color: #5C384E;
    height: 100%;
    width: 100%;
}

/*//////////////////*/
/*     HELPERS      */
/*//////////////////*/

.centered-content {
	display: flex;
    justify-content: center;
    align-items: center;
}

/*//////////////////*/
/* SIDEBAR ONLY CSS */
/*//////////////////*/

.sidebar {
    background-color: #F2F2F2;
    width: 80px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
    box-shadow: 0px 4px 5px 2px #0000000f;
    padding: 20px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: width 0.2s ease;
}
.sidebar-section {
    width: 100%;
    padding: 20px 0px;
}
.sidebar-section.full {
    flex-grow: 1;
}
.sidebar-section button {
    background: transparent;
    color: #563740;
    border: none;
    font-size: 24px;
    position: absolute;
    width: 100%;
    top: 16px;
}
.sidebar-section a {
    font-size: 23px;
    background-color: transparent;
    border: none;
    width: 100%;
    padding: 24px 30px;
    position: relative;
    text-align: left;
    text-decoration: none;
    color: #5C384E;
    border-top: 1px solid #5C384E;
}
.sidebar-section a:last-child {
    border-bottom: 1px solid #5C384E;
}
.sidebar-section a:first-child {
    border-bottom: none;
}
.sidebar-section a:hover, .sidebar-section button:hover {
    background-color: #9e5b6e;
    color: white !important;
}
.sidebar-title {
    display: none;
    font-size: 15px;
    position: absolute;
    left: 70px;
    top: 26px;
    text-align: left;
}

.sidebar.open {
    width: 240px;
}
.sidebar.open .sidebar-title {
    display: inline;
}
.open .sidebar-logo {
    display: block;
}
.sidebar-logo {
    display: none;
}

.open .sidebar-section button {
   top: 2px;
   width: auto;
}

.sidebar-section a.active {
    background-color: #563740;
    color: white;
}
.active-decorator {
    background-color: #563740;
    position: absolute;
    width: 30px;
    right: -30px;
    top: 0;
    bottom: 0;
    clip-path: polygon(0 0, 0 100%, 100% 50%);
    display: none;
}
.active .active-decorator {
    display: block;
}

/*//////////////////*/
/*  HEADER ONLY CSS */
/*//////////////////*/

.web-header {
    position: relative;
    margin: 16px 0px;
    background-color: #f2f2f2;
    padding: 6px 16px;
    border-radius: 10px;
}

.header-user-container {
    float: right;
}
.header-user-image {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    float: right;
    background-size: cover;
    background-position: center;
    margin-left: 20px;
}
.header-user-info {
    float: left;
    margin-top: 10px;
    text-align: right;
}

.header-title {
    color: #563740;
    font-weight: bold;
    text-transform: uppercase;
}

/* //////////// */
/* // COLORS    */
/* //////////// */

.main-color {
    color: #824354;
}

/* ////////////	*/
/* // CONTAINER */
/* ////////////	*/

body {
    background-color: white;
    font-family: 'Poppins', sans-serif;
}

.main-content {
    margin-left: 110px;
    position: relative;
    padding: 0px 1%;
    transition: margin 0.2s ease;
    height: 100vh;
    overflow: scroll;
}
.main-content.open {
    margin-left: 270px;
}

.section {
    padding: 24px;
    margin: 16px 0px;
}

.table th, .custom-table th {
    background-color: #e1f0ff;
    font-weight: bold;
    font-size: 16px !important;
    color: black !important;
}
.table td {
    vertical-align: bottom;
}
.table tr.subheader, .subheader {
    background-color: #f2f2f2;
    border-bottom: solid 1px #e5e3e3;
}

.text-group {
    margin-bottom: 8px;
}
.text-group * {
    margin-bottom: 0px;
}

.hoverable:hover {
    background-color: #e5e3e3;
}
.clickable:hover {
    cursor: pointer;
}

/* //////////// */
/* //  INPUT    */
/* //////////// */

.form-group input, .form-group textarea, .form-group select {
    background-color: #F2F2F2 !important;
    box-shadow: 0px 2px 0px 2px #e6e6e6;
    border: none !important;
}
.input-group-prepend {
    box-shadow: 0px 2px 0px 2px #e6e6e6;
}
.input-group-prepend span {
    background-color: #5C384E !important;
    color: white;
}
.form-group input::placeholder, .form-group textarea::placeholder, .form-group select::placeholder {
    color: #C0C0C0;
}

.form-group label {
    color: #5C384E;
    font-weight: bold;
    margin-left: 16px;
}

.primary-button {
    color: white !important;
    background-color: #5C384E;
    padding: 10px 20px;
    border-radius: 20px;
    font-weight: bold;
    transition: background-color .25s;
    border: none;
}
.primary-button:hover {
    background-color: #824354;
    color: white;
    text-decoration: none;
}
.primary-button.cancel {
    background-color: white;
    border: 1px solid red;
    color: red !important;
}
.primary-button.cancel:hover {
    background-color: #fff5f5;
}
.primary-button.alt {
    background-color: #f2f2f2;
    border: 1px solid #4c4c4c;
    color: #4c4c4c !important;
}
.primary-button.alt:hover {
    background-color: #e2e2e2;
}

.input-group .btn.dropdown-toggle {
    height: 38px;
    border: solid 1px #ced4da;
    padding: 3px 10px;
}

.input-group .primary-button {
    z-index: 1;
    padding: 5px 20px;
    border-radius: 6px;
}

.corner-checkbox {
    position: absolute;
    right: 25px;
    top: 2px;
}

.big-checkbox {
    zoom:  2;
}

.is-error {
    color: red;
}

.is-success {
    color: #28a745;
}

.sidemenu-overlay {
    display: none;
    background-color: black;
    position: absolute;
    top: 0;
    height: 100vh;
    left: 0;
    width: 100%;
    z-index: 1;
    opacity: 0.5;
}

.dropzone .dz-preview .dz-progress {
    display: none;
}

/*//////////////////*/
/*       LIST       */
/*//////////////////*/

.list-item {
    border: solid #646464 1px;
    border-radius: 8px;
    background-color: #b9a1af;
    padding: 8px;
}
.child-item {
    padding: 8px;
    padding-left: 40px;
    border: solid #646464 1px;
    border-radius: 6px;
    background-color: #f9f9f9;
    border-top: none;
}

.content-item {
    padding: 8px;
    border: solid #646464 1px;
    border-radius: 6px;
    background-color: #f9f9f9;
}


/*//////////////////*/
/*   MEDIA QUERY    */
/*//////////////////*/

.only-desktop {
}
.only-mobile {
    display: none;
}

@media (max-width: 767px) {
    .session-upper-container {
        padding: 2vh 5%;
    }
}
@media (max-width: 600px) {
    .main-content {
        margin-left: 0px !important;
    }
    .sidebar {
        width: 0px;
        overflow: hidden;
    }
    .section {
        padding: 0px;
    }
    .sidemenu-overlay.open { 
        display: block;
    }

    .only-desktop {
        display: none;
    }
    .only-mobile {
        display: block;
    }
}
@media (max-width: 425px) {
    .session-upper-container {
        margin-top: 5vh;
    }
}
.bootstrap-select.show-tick .dropdown-menu .selected.showed span.check-mark {
    color: #00ff00 !important;
}