/* HTML */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
}
body {
    min-height: 100%;
    font-family: 'Roboto', sans-serif;
    background-color: #10141d;
}
.container {
    width: 100%;
    min-height: 80%;
    /* margin-bottom: 87px; */
    display: contents;
    position: relative;
}
/* ./HTML */

select#id_client {
    background-color: #69738c;
    border: 0;
    padding: 5px;
    border-radius: 5px;
    font-size: 12px;
    color: #fff;
}

/* Top Bar */
div#top-bar {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 40px;
    background-color: black;
}
div#top-bar img {
    height: 49px;
    margin-top: 12px;
}
.header {
    width: 100%;
    height: 100px;
    padding-top: 20px;
}
.logo p {
    font-size: 40px;
}
.logo p a {
    text-decoration: none;
    color: white;
}
.logo {
    float: left;
}
.top-bar-left {
    padding: 10px;
    padding-left: 30px;
}
.top-bar-right {
    padding: 10px;
    padding-right: 30px;
}
p.top-bar-left-title {
    font-size: 17px;
    float: left;
}
p.top-bar-right-title {
    font-size: 17px;
    float: right;
}
p.top-bar-right-title a {
    color: white;
    text-decoration: none;
}
span.top-bar-title-boxfx {
    font-weight: 400;
}
span.top-bar-title-delivery {
    font-weight: 500;
}
p.top-bar-left-title a {
    color: white;
    text-decoration: none;
}
/* ./Top Bar */

/* Header */
p.user-welcome {
    font-weight: 400;
    font-size: 16px;
}
p.user {
    font-size: 16px;
    font-weight: 500;
    float: right;
}
p.admin-logo {
    font-weight: 700;
    letter-spacing: 10px;
}

p.admin-logo img {
    width: 90px !important;
    object-fit: contain;
    height: 90px !important;
}

img.user-avater {
    border-radius: 50%;
    width: 50px;
    height: 46px;
    object-fit: cover;
}
.user-details {
    float: left;
}
.user-avatar {
    float: right;
}
.user-details {
    margin-top: 6px;
    margin-right: 11px;
}
/* ./Header */

/* misc */
.center {
    z-index: 999;
    text-align: center;
}
.centre-rounded {
    position: relative;
    right: 4px;
    top: -87px;
    z-index: -1;
    border-radius: 100%;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='10 10 45 15'  width='64' height='64' fill='%black'><path d='M12 24 L52 24 L52 16 C40 16 42 10 32 10 C20 10 22 16 12 16 Z' /></svg>") 0 0/100% 100% no-repeat;
    width: 210px;
    height: 110px;
    margin: 0 1rem;
    transform: rotate(180deg);
}
.authentication, .right_toggles {
    float: right;
    margin-right: 30px;
}

/* ./misc */

div[class~=sidebar-hidden]{
    width:0%;
    display:none;
}

/* content */
.content {
    height: 100%;
    /* background-color: #1b2232; */
    width: 100%;
    float: right;
    transition: 0.3s;
    /* overflow: hidden; */
    /* position: relative; */
}
.content-container {
    height: 67%;
    padding: 15px 0px 15px 20px;
    position: absolute;
    float: right;
    width: 80.8%;
    background-color: #1b2232;
    /* position: relative; */
    left: 18%;
    /* height: 606px; */
    transition: 0.3s;
    /* overflow: auto; */
    width: 95.8%;
    left: 3%;
    scrollbar-color: #1b2232c2 #F5F5F5;
    scrollbar-width: thin;
}
hr.breadcrumb-hr {
    border-color: #80808075;
}
.breadcrumb a {
    color: #ffffffad;
}
span.breadcrumb-bold {
    font-weight: 500;
}

.content li{
    height: 1%;
    list-style-type: none;
}
.content a{
    left: 2%;
    top: 5%;
    color: white;
    text-decoration: none;
}
/* .content */
.archived-projects, .hidden-client{
    display: none
}

label.switch {
    float: right;
}
.folder-text {
    z-index: 1;
}

input[type="text"], input[type="email"], input[type="password"]{
    background: #fff;
    border: 0;
    border-radius: 5px;
    width: 100%;
    margin-top: 5px;
    height: 20px;
}
.title-change {
    width: 85%;
    margin: 0 auto;
    margin-top: 10px;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 37px;
    height: 19px;
    bottom: 2px;
    margin-right: 15px;
}
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
.slider:before {
    position: absolute;
    content: "";
    height: 13px;
    width: 13px;
    left: 3px;
    bottom: 3px;
    background-color: #1b2232;
    -webkit-transition: .4s;
    transition: .4s;
}
input:checked + .slider {
    background-color: #4ec851;
}
input:focus + .slider {
    box-shadow: 0 0 1px #4ec851;
}
input:checked + .slider:before {
    -webkit-transform: translateX(18px);
    -ms-transform: translateX(18px);
    transform: translateX(18px);
}
/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}
.slider.round:before {
    border-radius: 50%;
}
th.th-left {
    text-align: left;
}

form.content-container {
    padding: unset;
    position: unset;
    overflow: unset;
    overflow-x: unset;
}
.drag-drop-form{
    /* height: 585px; */
    /* position: relative; */
    /* display: block; */
}
.drag-drop-area{
    height: 575px;
    padding: 15px 20px 15px 20px;
    position: relative;
    background-color: #2E4E75;
    z-index: 999;
    opacity: 0.5;
    border: white;
    border-style: dashed;
    display: none;
    width: 79.5%;
    float: right;
}
.add-project {
    font-size: 20px;
    margin-bottom: 20px;
}
form.project-add {
    width: 30%;
}
form .project-add ul.errorlist {
    font-size: 12px;
    margin-bottom: 5px;
}
form.project-add p {
    margin-bottom: 10px;
}
button.add-button {
    background-color: #69738c;
    border-radius: 5px;
    padding: 10px;
    border: 0;
    font-size: 14px;
    color: #fff;
    display: block;
    margin-top: 10px;
}
.archive-container p.archive-text {
    float: left;
    font-weight: 400;
    margin-left: 15px;
    margin-right: 10px;
    font-size: 15px;
    margin-bottom: 10px;
}

html {
    color: rgb(255, 255, 255);
    font-family: Roboto, Arial, sans-serif;
}
.description-box{
    display: none;
}

.progressBar{
    display: none;
    bottom: 10%;
    position: absolute;
    left: 18%;
}

.status{
    bottom: 10%;
    position: absolute;
    left: 36%;
    /* width: 5%; */
}

/* STYLE.CSS FOLDER TRANSFER */
.navbar {
  height: 100%;
  color: white;
  /* padding-top: 40px; */
}
.logo {
    margin-left: 30px;
}
.authentication a, .right_toggles a {
    color: white;
    float: right;
    text-decoration: none;
}

.sharelink-modal{
    display: none; /* Hidden by default */
}

.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front{
    height: 25%;
    overflow: auto;
    width: 15%!important;
}
/* END OF TRANSFER */

