* { margin: 0; padding: 0; font-family: 'Poppins', sans-serif; letter-spacing: 1px }

.clearFix {
    clear: both;
}

.container-fluid {
    background-color: #2b2934;
    margin: 0;
    padding: 0;
    height: 100vh;
    overflow-x: hidden;
}

/* ---- navbar ---- */

nav {
    background-color: #35333e;
    height: 90px;
}
.logo {
    line-height: 90px;
    float: left;
    margin-left: 25px;
}

.logo img {
    width: 220px;
}

.settings {
    float: right;
    margin-right: 15px;
    text-align: center;
    line-height: 90px;
    margin-right: 40px;
}

.settings button {
    padding: 3px 8px;
    line-height: 20px;
    border-radius: 5px;
    border: 1px solid #565656;
    background-color: #2A2831;
}

.settings button:hover {
    background-color: #53515b;
}

.settings button span {
    color: #fff;
    font-size: 20px;
    padding-top: 2px;
    color: #6e6e6e;

}

.settings button .carots span {
    font-size: 12px;
    position: relative;
    margin-left: -10px;
}

.settings button .carots span#cUp {
    position: relative;
    top: -6px;
    left: 10px;
}

.settings button .carots span#cDown {
    position: relative;
    top: 3px;

}

.navbar {
    line-height: 95px;
    float: left;
}

.navbar ul li {
    list-style: none;
    display: inline-block;
    margin-left: 20px;
}

.navbar ul li a {
    color: #D4D4D5;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
}

.navbar ul li a:hover {
    color: #4FB28E !important;
}


.selected {
    color: #4FB28E !important;
}

/* -------------- mainArea ----------------- */

.mainArea {
    padding: 15px;
    margin-right: -30px !important;
}

.mainArea2 {
    background-color: #2a2833;
}

.settingsArea {
    margin-left: 40px;
}

/*--- options ---*/

.options {
    margin-left: 15px;
    margin-right: -15px;
    background-color: #24222B;
    padding-left: 0;
    padding-right: 0;
    width: 20%;
}

.options .optionsTitle {
    background-color: #201E26;
    padding-left: 25px;
    font-weight: bold;
    height: 70px;
    line-height: 70px;
    font-size: 20px;
    color: #48A482;
    position: relative;
}

.options .optionsTitle #addLabel {
    position: absolute;
    right: 20px;
    line-height: 0;
    background: #33313c;
    height: 25px;
    top: 21px;
    width: 25px;
    text-align: center;
    padding-top: 15px;
    border-radius: 15px;
    color: #9a97a2;
    cursor: pointer;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Chrome/Safari/Opera */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
}

.options .optionList {
    padding-left: 25px;
    padding-right: 25px;
    line-height: 45px;
    margin-top: 20px;
    margin-bottom: 100px;
}

.options .labelsList.optionList {
    padding-left: 19px;
    padding-right: 13px;
    line-height: 45px;
    margin-top: 20px;
    margin-bottom: 0;
    margin-right: 13px;
    max-height: 300px;
    overflow-y: scroll;
}
.options .labelsList.optionList::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}
.options .labelsList.optionList::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}
.options .labelsList.optionList::-webkit-scrollbar-thumb {
    background: #8c8a8a;
    border: 51px none #ffffff;
    border-radius: 50px;
}
.options .labelsList.optionList::-webkit-scrollbar-thumb:hover {
    background: #959191;
}
.options .labelsList.optionList::-webkit-scrollbar-thumb:active {
    background: #3c3c3c;
}
.options .labelsList.optionList::-webkit-scrollbar-track {
    background: #5b5b5b;
    border: 0px none #ffffff;
    border-radius: 50px;
}
.options .labelsList.optionList::-webkit-scrollbar-track:hover {
    background: #666666;
}
.options .labelsList.optionList::-webkit-scrollbar-track:active {
    background: #333333;
}
.options .labelsList.optionList::-webkit-scrollbar-corner {
    background: transparent;
}

.options .optionList input[type="text"]{
    width: 100%;
    border: 0;
    margin-bottom: 10px;
    padding-left: 20px;
    font-size: 18px;
}

.options .optionList ul li {
    height: 45px;
    margin-bottom: 12px;
}

.options .optionList ul li {
    padding-left: 20px;
    cursor: pointer;
    display: block;
    height: 45px;
    font-size: 18px;
    color: #24222B;
    text-decoration: none;
    position: relative;
    padding-right: 50px;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.options .optionList ul li:hover {
    opacity: 0.8;
}

.options .optionList ul li span {
    color: black;
    opacity: 0.4;
    right: 0;
    line-height: 45px;
    background-image: url('../images/trans.png');
    width: 50px;
    text-align: center;
    margin-top: -1px;
    position: absolute;
}

#type1 {
    color: #fff;
    font-weight: bold;
}

.saveNext {
    text-align:  center;
    margin-bottom: 10px;
}

.saveNext select {
    font-size: 20px;
    height: 60px;
    color: #fff;
    width: 100%;
    background: linear-gradient(#3a3842, #2D2B36);
    border: #a0a0a0;
    line-height: 65px;
    margin: 5px 0 5px 0;
    text-align-last: center;
}

.saveNext select option {
    color: #000;
}

#btnNextImage {
    font-size: 20px;
    height: 60px;
    color: #fff;
    width: 95%;
    background: linear-gradient(#3a3842, #2D2B36);
    border: #a0a0a0;
    line-height: 65px;
    margin: 5px 0 5px 0;
}

#btnNextImage.disabled {
    display: none;
}

#btnNextImageWithoutSaving {
    font-size: 20px;
    height: 60px;
    color: #fff;
    width: 95%;
    background: linear-gradient(#3a3842, #2D2B36);
    border: #a0a0a0;
    line-height: 65px;
    margin: 5px 0 5px 0;
}

#btnNextImageWithoutSaving.disabled {
    display: none;
}

#btnNextImageWithoutSaving:hover {
    opacity: 0.8;
}

#btnPrevImageWithoutSaving {
    font-size: 20px;
    height: 60px;
    color: #fff;
    width: 95%;
    background: linear-gradient(#3a3842, #2D2B36);
    border: #a0a0a0;
    line-height: 65px;
    margin: 5px 0 5px 0;
}

#btnPrevImageWithoutSaving.disabled {
    display: none;
}

#btnPrevImageWithoutSaving:hover {
    opacity: 0.8;
}

#downloadXml {
    font-size: 20px;
    height: 60px;
    color: #fff;
    width: 95%;
    background: linear-gradient(#3a3842, #2D2B36);
    border: #a0a0a0;
    line-height: 65px;
    margin: 5px 0 5px 0;
}

#downloadXml a {
    color: #fff;
}

#downloadXml a:hover {
    text-decoration: none;
}

#downloadXml a:active {
    text-decoration: none;
}

#btnNextImage:hover {
    opacity: 0.8;
}

#repeatText {
    color: #fff;
}

/* .squaredThree */
.checkbox {
    position: relative;
    margin: 20px auto;
}

.checkbox #repeatText{
    margin-right: 12px;
}

.checkbox label {
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    background: linear-gradient(top, #222 0%, #45484d 100%);
    border-radius: 4px;
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, .4);
}

.checkbox label:after {
    content: '';
    width: 11px;
    height: 8px;
    position: absolute;
    top: 4px;
    left: 4px;
    border: 3px solid #fcfff4;
    border-top: none;
    border-right: none;
    background: transparent;
    opacity: 0;
    transform: rotate(-45deg);
}

.checkbox label:hover::after {
    opacity: 0.3;

}

.checkbox input[type=checkbox] {
    visibility: hidden;
}

.checkbox input[type=checkbox]:checked + label:after {
    opacity: 1;
}

.zoneBox {
    margin-right: 10px;
}

#filesToUpload {
    color: #2ecc71;
    display: none;
}

.uploaded {
    color: #2ecc71;
    display: none;
}

.uploading {
    color: #2f9ecc;
    display: none;
}

.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 10px;
    font-size: 20px;
    height: 60px;
    color: #fff;
    width: 95%;
    cursor: pointer;
    background: linear-gradient(#3a3842, #2D2B36);
    border: #a0a0a0;
    line-height: 65px;
}

.fileUpload:hover {
    opacity: 0.8;
}


.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

#progressBarBackground {
    background: #4d9671;
    width: 85%;
    height: 30px;
    margin: 10px 20px;
    border: 1px solid #749886;
}

#progressBar {
    width: 0%;
    height: 28px;
    background: #4fb28e;
    -webkit-transition: width 2s; /* Safari */
    transition: width 2s;
}

.foldersUl {
    list-style-type: none;
}

.foldersTitle {
    color: #5c73cc;
}

.foldersTitle span {
    float: right;
    cursor: pointer;
    overflow: hidden;
    font-size: 10px;
    padding: 6px;
    color: #d4d4d5;
    background: linear-gradient(#3a3842, #2D2B36);
    border: #a0a0a0;
}

.folderList {
    margin: 20px;
}

.folder {
    position: relative;
    margin: 20px auto;
}

.folder .folderText{
    color: #7cafda;
    margin-left: 30px;
}

.folder label {
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    background: linear-gradient(top, #222 0%, #45484d 100%);
    border-radius: 10px;
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, .4);
}

.folder label:after {
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    cursor: pointer;
    top: 6px;
    left: 6px;
    border: 3px solid #d4d4d5;
    /* border-top: none; */
    /* border-right: none; */
    opacity: 0;
    border-radius: 15px;
    background-color: #d4d4d5;
    /* transform: rotate(-45deg); */
}

.folder label:hover::after {
    opacity: 0.3;
    cursor: pointer;
}

.folder input[type=radio] {
    margin-right: 0px;
    position: absolute;
    margin-left: 4px;
    z-index: 1;
    opacity: 0;
    cursor: pointer;
    height: 14px;
}

.folder input[type=radio]:hover + label:after {
    opacity: 0.3;
    cursor: pointer;
}

.folder input[type=radio]:checked + label:after {
    opacity: 1;
}

.icon-trash {
    cursor: pointer;
    width: 17px;
    height: 18px;
    position: absolute;
    right: 15px;
    overflow: hidden;
    margin-top: -39px
}

.icon-trash .trash-lid {
    width: 62%;
    height: 10%;
    position: absolute;
    left: 50%;
    margin-left: -31%;
    top: 10.5%;
    background-color: #000;
    border-top-left-radius: 80%;
    border-top-right-radius: 80%;
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
}

.icon-trash .trash-lid:after {
    content: "";
    width: 26%;
    height: 100%;
    position: absolute;
    left: 50%;
    margin-left: -13%;
    margin-top: -10%;
    background-color: inherit;
    border-top-left-radius: 30%;
    border-top-right-radius: 30%;
    -webkit-transform: rotate(-1deg);
    -moz-transform: rotate(-1deg);
    -ms-transform: rotate(-1deg);
    transform: rotate(-1deg);
}

.icon-trash .trash-container {
    width: 56%;
    height: 65%;
    position: absolute;
    left: 50%;
    margin-left: -28%;
    bottom: 10%;
    background-color: #000;
    border-bottom-left-radius: 15%;
    border-bottom-right-radius: 15%;
}

.icon-trash .trash-container:after {
    content: "";
    width: 110%;
    height: 12%;
    position: absolute;
    left: 50%;
    margin-left: -55%;
    top: 0;
    background-color: inherit;
    border-bottom-left-radius: 45%;
    border-bottom-right-radius: 45%;
}

.icon-trash .trash-line-1 {
    width: 4%;
    height: 50%;
    position: absolute;
    left: 38%;
    background-color: #201E26;
    margin-left: -2%;
    bottom: 17%;
}

.icon-trash .trash-line-2 {
    width: 4%;
    height: 50%;
    position: absolute;
    left: 50%;
    margin-left: -2%;
    bottom: 17%;
    background-color: #201E26;
}

.icon-trash .trash-line-3 {
    width: 4%;
    height: 50%;
    position: absolute;
    left: 62%;
    margin-left: -2%;
    bottom: 17%;
    background-color: #201E26;
}

#errorPreparingXml {
    display: none;
    color: #E74C3C;
}

#preparingXml {
    display: none;
    color: #2ecc71;
}

#errorNoXmlFiles {
    display: none;
    color: #2ecc71;
}

#addFolderModal {
    color: #d4d4d5;
}

#addFolderModal .modal-header, #addFolderModal .modal-footer {
    background: #35333e;
}

#addFolderModal .modal-header {
    border-bottom: 1px solid #3c3838;
}

#addFolderModal .modal-footer {
    border-top: 1px solid #3c3838;
}

#addFolderModal .modal-body {
    background: #2b2934;
}

#addFolderModal .addButton {
    cursor: pointer;
    overflow: hidden;
    font-size: 10px;
    padding: 6px;
    color: #d4d4d5;
    background: linear-gradient(#307532, #364637);
    border: #a0a0a0;
}

#addFolderModal .cancelButton {
    cursor: pointer;
    overflow: hidden;
    font-size: 10px;
    padding: 6px;
    color: #d4d4d5;
    background: linear-gradient(#7d3c3c, #503a3a);
    border: #a0a0a0;
}

#saveLabelsButton {
    position: relative;
    overflow: hidden;
    margin: 7px;
    font-size: 20px;
    height: 60px;
    color: #fff;
    width: 95%;
    cursor: pointer;
    background: linear-gradient(#3a3842, #2D2B36);
    border: #a0a0a0;
    line-height: 65px;
    text-align: center;
}

/* --- imgArea --- */

.imgArea {
    text-align: left;
}

.imgArea div#borderImg {
    border: 10px solid #24222b;
    margin-left: 20px;
    width: 100%;
}

span.info {
    color: #76afda;
    margin: 10px 17px 4px 38px;
    display: block;
}

span.info:before {
    content: "i";
    left: 3px;
    width: 16px;
    height: 16px;
    margin: -8px 5px 0px 0px;
    font-size: 12px;
    font-weight: bold;
    font-style: italic;
    line-height: 15px;
    text-align: center;
    color: #fff;
    background: #2385BA;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    padding: 0px 8px 0px 7px;
}

.imgArea img {
    width: 100%;
}

#endMsg {
    color: #E74C3C;
    font-size: 20px;
    display: none;
}

/* --- dashboard --- */

.videos {
    padding-left: 50px;
    text-align: center;
}


.row2 {
    margin-top: 10px;
}

.oneVid > div {
    background-color: #222129;
    padding: 10px 10px 0 10px;
}


video {
    object-fit: cover;
}

.videoTitle {
    height: 50px;
    margin-right: 10px;
    line-height: 40px;
}

.videoTitle span {
    float: left;
    margin-left: 30px;
    font-size: 20px;
    color: #534e61;
}

.videoTitle img {
    border-radius: 2px;
    margin-top: 3px;
    float: right;
    height: 30px;
}

.videoTitle img:hover {
    opacity: 0.8;
}
div.dot {
    width: 7px;
    height: 7px;
    border-radius: 7px;
    background-color: #2ECC71;
    position: relative;
    top: 22px;
    left: 15px;
}

.selectedVideo {
    position: relative;
    display: none;
    background-color: #222129;
    padding: 10px;
}

.selectedVideoTitle {
    color: #534e61;
    font-size: 24px;
    text-align: left;
    margin-top: 5px;
}

.selectedVideoTitle span {
    margin-left: 30px;
}

.selectedVideoTitle .dot {
    top: 20px;
}

.activityArea {
    margin-right: 30px;
}
