.fa-upload-new-photo:before {
    content: "\f0ee";
}

.fa-download-unlabeled:before {
    content: "\f019";
}

.fa-project-settings:before {
    content: "\f1de";
}

.fa-upload-marked-photo:before {
    content: "\f093";
}

.fa-blog:before {
    content: "\f09e";
}

.fa-manager-scripts:before {
    content: "\f108";
}

.fa-balance:before {
    content: "\f0d6";
}

.fa-invites:before {
    content: "\f08e";
}

.fa-settings:before {
    content: "\f013";
}

.fa-projects:before {
    content: "\f00b";
}

.fa-pipelines:before {
    content: "\f0c1";
}

.fa-billing:before {
    content: "\f0d6";
}

.fa-team:before {
    content: "\f0c0";
}

.fa-human-api:before {
    content: "\f0c0";
}

.fa-python-notebooks:before {
    content: "\f044";
}

.fa-neural-networks:before {
    content: "\f0e8";
}

.fa-apis-builder:before {
    content: "\f247";
}

.fa-marketplace:before {
    content: "\f07a";
}

.fa-cluster-resources:before {
    content: "\f233";
}

.fa-scripts:before {
    content: "\f121";
}

.fa-payout-requests:before {
    content: "\f09d";
}

dd {
    font-size: 11px !important;
    line-height: 20px !important;
}

.span5 {
    height: 50px !important;
}

.load-icon {
    height: 80px;
    width: 80px;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    margin: auto !important;
    background: #fff;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center center;
    position: fixed !important;
    z-index: 500000000 !important;
}
.load-icon .fa-spin {
    margin-top: 15px;
}

div#loadingBar {
    height: 80px;
    width: 80px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #fff;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center center;
    position: fixed;
    z-index: 5000000;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: 1s linear infinite widthHeight;
}

@keyframes widthHeight {
    from {
        height: 80px;
        width: 80px;
    }
    to {
        height: 80px;
        width: 80px;
    }
}

.shadow-loader {
    z-index: 99999999 !important;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    position: fixed;
    display: flex;
    flex-direction: column;
    align-items: center;
    top: 0 !important;
    right: 0 !important;
}

.textarea-create-form {
    width: calc(100% - 20px);
    padding: 10px;
    resize: vertical;
    height: 100px !important;
}

.e-dgs-field-input-textarea {
    resize: vertical;
}

td .modal-body {
    word-wrap: break-word;
    white-space: pre-line;
}

.btn-header {
    display: block;
    float: left;
    background-color: #242424;
    height: 49px;
    line-height: 49px;
    color: #fff;
}

.btn-header {
    margin: unset !important;
}

.modal-body {
    color: #444;
}

.modal-title {
    text-align: center;
}

.btn-header:hover {
    color: #fff;
    text-decoration: none;
    background: #33302f;
}

.selector-projects {
    position: relative;
    background-color: #242424;
    padding: 0 10px;
}

.selector-projects:hover {
    background: #33302f;
}

#project-selector {
    display: flex;
    color: #fff !important;
    font-weight: 100 !important;
    line-height: 49px;
    text-align: center;
    text-transform: unset !important;
    font-size: 13px !important;
    text-overflow: ellipsis;
    width: 130px;
    overflow-x: hidden;
    align-items: center;
    justify-content: center;
}

#project-selector span {
    text-overflow: ellipsis;
    overflow: hidden;
}

#project-context {
    cursor: pointer;
    padding: 0 10px !important;
}

.block-info-balance {
    height: 50px;
    padding: 0 10px !important;
    line-height: 50px;
}

.float-right {
    float: right;
}

.msg-alert {
    color: #f00000;
}

.alert-file {
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;
    border: 1px solid red !important;
    color: red;
}

.m-row-alert {
    border-left: 2px solid #960706;
    color: #960706;
}

.m-row-new {
    border-left: 2px solid #c68801;
    color: #c68801;
}

.m-row-success {
    border-left: 2px solid #07961f;
    color: #07961f;
}

.m-row-info {
    border-left: 2px solid #86cfda;
    color: #5d9ab2;
}

.m-row-important {
    border-left: 2px solid #965654;
    color: #965654;
}

.m-row-delete {
    border-left: 2px solid #444;
    color: #444;
}

.fa-angle-down {
    margin-left: 5px !important;
}

.fa-detail-profile:before {
    content: "\f05a";
}

.fa-reorder {
    display: block !important;
    margin-top: 4px !important;
}

.add-button {
    padding: 6px 10px !important;
}

.header-result {
    height: auto;
    margin-bottom: 20px;
}

.balance-block-header {
    position: absolute;
    right: 122px;
    line-height: 49px;
    color: #fff;
}

.balance-block-header a{
    color: #fff;
}

.balance-text a {
    background: #fff;
    display: block;
    color: #6D6A69;
    margin: 10px 0;
    line-height: 30px;
    padding: 0 10px;
    cursor: pointer;
}

.balance-text a:hover {
    background: #f1f1f1;
}

#logout a {
    line-height: 30px;
    background: #fff;
    border-radius: unset;
    padding: 0 10px;
}

.btn-header > :first-child > a {
    background: #fff;
    border-radius: unset;
    border: unset;
    border-left: 1px solid #eee;
}

.btn-header > :first-child > a:hover {
    -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
    box-shadow: unset;
    border: unset;
    border-left: 1px solid #eee;
}

.tooltip {
    z-index: 99999999 !important;
}

.login-user-header{
    padding-left: 8px;
    color: #fff;
}

.login-user-header:hover{
    color: #eb9a08 !important;
}
.left-block {
    padding-top: 0 !important;
}

.progress-task {
    width: 100%;
    position: relative;
    height: 30px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    line-height: 30px !important;
    z-index: 999;
    border: 1px solid rgba(0,0,0,0.08);
    text-align: center;
    background: rgba(0,0,0,0.02);
    color: rgba(0,0,0,0.6);
}

.progress-task span {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 999;
}

.progress-bar-task {
    z-index: 1;
    position: absolute;
    top: 1px;
    bottom: 1px;
    left: 1px;
    right: 1px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    height: calc(100% - 2px);
    width: 0;
}

.modal {
    z-index: 9999;
}

.header-profile {
    background: #fff;
    border: 1px solid rgba(0,0,0,0.03);
    padding: 10px 0;
    margin-bottom: 10px;
}

.btn-profile {
    vertical-align: center;
    display: inline-block;
    padding: 0 10px;
}

#divSmallBoxes {
    z-index: 99999 !important;
}

.modal-backdrop {
    z-index: 99999 !important;
}

.popover {
    max-width: 375px;
}

.popover-content {
    padding: 5px 0;
    margin-top: -21px;
    width: 200px !important;
}

.fa-3x {
    margin-top: -11px;
}

.hca-tooltip--left-nav {
    position: absolute;
    background-color: #fff;
    border-radius: 6px;
    border: 1px solid #efefef;
    left: 78px;
    top: 60px;
    padding: 10px 10px 15px 15px;
    font-size: 1em;
    width: 340px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
    color: #000;
    z-index: 1000;
    text-decoration: none;
}

.hca-tooltip--okay-btn {
    padding: 5px 10px !important;
    background-color: #408DDD !important;
    border: none;
    color: #fff;
}

body#login {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-image: url("/themes/harvesting/images/slide-1.jpg");
}

#login #main {
    max-height: 100%;
    min-height: 100vh;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-image: url("/themes/harvesting/images/slide-1.jpg");
}

.flag-icon {
    width: 20px !important;
}

.dropbtn {
    width: 20px;
    cursor: pointer;
    color: #fff !important;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    width: 25px;
    top: -10px;
    background-color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 4px 2px;
}

.dropbtn::after {
    background: rgba(0, 0, 0, 0) url("/themes/harvesting/images/icons/down.png") no-repeat scroll center center;
    background-size: cover;
    content: "";
    height: 10px;
    position: absolute;
    right: 5px;
    width: 10px;
}

.dropdown-content a {
    margin-top: 5px;
    color: #fff;
    text-decoration: none;
    display: block;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.form-payout {
    background: #fff;
    margin-bottom: 20px;
}

.header-form {
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.05);
    color: #333;
    border: 1px solid #C2C2C2;
    padding: 5px 10px;
}

.content-form {
    padding: 15px 20px;
    border: 1px solid #C2C2C2;
    border-top: unset;
}

.title-input {
    color: #232323;
    font-size: 15px !important;
    padding: 10px 0;
}

.slide-4 .right-block ul {
    margin: 40px 33px 10px 15px !important;
    list-style-image: none;
    list-style-type: decimal;
}

.slide-4 .right-block .text {
    padding: 0 !important;
}

#logo {
    margin-top: 2px;
}

#logo img {
    width: 140px;
    margin-bottom: 10px;
}

.slide-5 {
    padding: 50px 0;
    position: relative;
    padding-bottom: 0px;
}

.slide-6 {
    padding: 20px 0;
}

.slide-6 .bg {
    padding-bottom: 10px;
}

.slide-3 .top-blocks {
    padding-bottom: 10px;
}

.slide-5 .title {
    font: 44px "Exo2Light", sans-serif;
    text-transform: uppercase;
    text-align: center;
}

.slide-5 .left-block ul li {
    color: #4e5460 !important;
    padding: 10px 20px !important;
    font: 17px "Exo2SemiBold", sans-serif;
    text-align: match-parent;
}

.slide-5 .left-block ul {
    padding: 0;
    margin: 40px 0px;
    list-style-image: url('/themes/harvesting/images/check.png');
}

.slide-5 .left-block ul li span {
    padding-top: 10px;
}

.slide-5 .right-block {
    padding: 30px 20px 0 20px;
}

.slide-5 .right-block img {
    width: 70%;
    float: right;
    margin-right: 100px;
    margin-top: 50px;
}

.slide-3 .top-block {
    font-size: 19px;
}

.slide-4 .left-block .box:after {
    top: 120px;
    right: 0;
}

.slide-3 {
    background-color: #252e38;
    background-image: unset;
    background-attachment: scroll;
    background-position: 10% 00%;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    -webkit-background-size: cover !important;
}

.logo {
    width: 20% !important;
    padding: 35px 0 0 0 !important;
}

.logo img {
    width: 30px;
    margin-top: -7px;
}

.slide-4 {
    padding: 50px 0px;
}

.slide-4 .left-block img {
    margin-top: 40px;
    width: 90%;
}

.slide-4 .right-block ul li {
    font-size: 19px;
    font-family: "Exo2Semi", sans-serif;
}

.slide-4 .right-block .title {
    padding-bottom: 20px;
}

.slide-2-list {
    padding-left: 15px;
    list-style-type: none;
}

.slide-2-item {
    color: #fff;
    font: 19px "Exo2Semi", sans-serif;
    width: calc(100% - 110px);
    margin: 10px 20px;
    line-height: normal;
    display: inline-block;
    vertical-align: middle;
}

.slide-1 .offer-3 {
    font-size: 19px !important;
}

.icons-slide-2 {
    width: 62px;
    float: left;
    margin: 4px 0;
}

.left-icon {
    width: auto !important;
    text-align: right !important;
    float: left !important;
}

.right-icon {
    width: auto !important;
    text-align: left !important;
    padding-left: 20px !important;
    float: left;
}

.slide-2 .name {
    color: #fff;
    font: 44px "Exo2Light", sans-serif;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 20px;
}

.item-slide {
    width: 100%;
    height: 70px;
    line-height: 70px;
    margin: 40px 0;
    position: relative;
}

.slide-2 {
    background-image: unset;
    background-color: #252e38;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 0;
}

.icons-slide-5 {
    width: 40px;
}

.slide-5-item {
    color: #333;
    font: 19px "Exo2Semi", sans-serif;
    width: 100%;
    line-height: normal;
    display: inline-block;
    vertical-align: middle;
}

.item-slide-5 {
    width: 100%;
    height: 80px;
    line-height: 80px;
    position: relative;
}

.slide-4-top {
    width: 100%;
    text-align: center;
}

.slide-4-top .title {
    font: 44px "Exo2Light", sans-serif;
    text-transform: uppercase;
    text-align: center;
}

.slide-4-top .text {
    display: block;
    width: 50%;
    margin: 20px auto;
    font-size: 15px;
}

#benefits h2 {
    display: inline;
    font: 19px "Exo2Light", sans-serif;
    font-weight: bold;
}

.header-menu {
    padding: 30px 0;
}

.mobile-block {
    float: left;
}

.slide-7 .left-block .item .text {
    font-size: 19px;
}

.header-menu ul li a {
    font-size: 13px;
}

@media only screen and (max-width: 1200px) {
    .header-menu ul li a {
        font-size: 11px !important;
    }
}

@media only screen and (max-width: 993px) {
    .error-block.sm {
        width: 90%;
        margin: 0 10%;
    }

    .error-block>.sm-title {
        font-size: 3.5em;
    }

    .list-icon {
        display: block !important;
        margin: 20px auto;
        width: 40px;
    }

    .slide-2-item {
        width: 100%;
        text-align: center;
        margin: auto;
    }

    .slide-1 .right-block img {
        display: none;
    }

    .slide-2-list {
        text-align: center;
    }

    .icons-slide-2 {
        float: unset;
    }

    .slide-1 {
        text-align: center;
        padding-bottom: 40px;
    }

    .slide-1 .offer-3 {
        padding: unset;
    }

    .logo .name {
        font-size: 16px;
    }

    .slide-5 .right-block img {
        margin-right: 50px;
    }

    .block-benefit {
        text-align: center !important;
    }

    .slide-4 .right-block ul li {
        text-align: center;
    }

    .slide-4-top .text {
        width: 100%;
    }

    .slide-4 .right-block {
        padding: 10px 0;
    }

    .slide-4 .left-block {
        padding: 27px 0px;
        text-align: center;
    }

    .slide-4 .right-block ul {
        margin: unset !important;
        text-align: center;
        list-style-type: none;
    }

    .slide-2-list .item-slide {
        height: auto;
    }

    .slide-5 .right-block {
        padding: 0 20px 0 20px;
    }

    .slide-5 .right-block img {
       margin: 0 15%;
       display: none;
    }

    .slide-5-item {
        padding: 0;
    }

    .item-slide-5 {
        height: auto;
        margin: 10px 0;
        text-align: center;
    }

    .slide-7 .left-block {
        margin-bottom: 20px;
        text-align: center;
    }

    .header-icons {
        padding: 23px 0;
    }

    .mobile-block {
        width: 100%;
        text-align: center;
    }
}

.header-icons .item {
    display: inline-block;
    padding: 15px 10px;
}


.logo-block {
    width: 15%;
    height: 100px;
    float: left;
    line-height: 100px;
}

.logo-block img {
    width: 30px;
    float: left;
    height: 30px;
    margin: 35px 0;
    margin-right: 10px;
}

.logo-block .name {
    display: block;
    color: #fff;
    float: left;
    margin: unset;
}

.menu-block {
    width: 70%;
    height: 100px;
    line-height: 100px;
    float: left;
}

.menu-block #top-menu {
    margin: unset;
    padding: unset;
}

.menu-block #top-menu li {
    float: left;
    color: #fff;
    list-style-type: none;
}

.menu-block #top-menu li a {
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    padding: 10px 13px;
}

.menu-block #top-menu li a:hover {
    background: #2f3942;
}

.icon-block {
    width: auto;
    height: 100px;
    line-height: 100px;
    float: right;
    display: flex;
    align-items: center;
}

.icon-block .item {
    width: calc(100%/2);
    text-align: right;
    float: right;
}

@media (min-width: 992px) {
    .container {
        width: 90%;
    }

    .menu-block ul {
        display: block !important;
    }
}

@media only screen and (min-width: 993px) and (max-width: 1210px) {
    .menu-block #top-menu li a {
        font-size: 10px;
        padding: 7px 12px;
    }
}

@media only screen and (max-width: 992px) {
    .menu-block ul {
        display: none;
        position: absolute;
        top: 100px;
        left: 0;
        width: 100%;
        z-index: 99999;
        background: #252E38;
        text-align: center;
    }

    #logout .hidden-xs {
        display: none !important;
    }

    .logo-block {
        width: 40% !important;
    }

    .logo-block a {
        display: flex;
    }

    .button-menu {
        background: 0;
        margin: 30px 0;
        font-size: 25px;
        border: 0;
        color: #fff;
        width: 40px;
        height: 40px;
        outline: none;
        float: right;
    }

    .icon-block {
        float: right;
    }

    .login-user-header {
        display: none;
    }

    .button-menu .fa {
        float: left;
        padding: 0 4px;

    }

    .menu-block {
        width: 20%;
        float: right;
    }

    .menu-block #top-menu li {
        display: block;
        float: unset;
        height: 50px;
        line-height: 50px;
    }

    .menu-block #top-menu li a {
        display: block;
        height: inherit;
        color: #fff;
        font-size: 13px;
        text-transform: uppercase;
        padding: unset;
    }
}

.slide-5 .title {
    font: 44px "Exo2Light", sans-serif;
    text-transform: uppercase;
    text-align: center;
}

@media only screen and (min-width: 993px) {
    .slide-4 .right-block ul li {
        font-size: 16px !important;
    }

    .slide-5 .right-block img {
        margin-top: 100px !important;
    }
}

@media only screen and (min-width: 1280px) {
    .slide-4 .right-block ul li {
        font-size: 20px !important;
    }
}

@media only screen and (min-width: 1400px) {
    .slide-4 .right-block ul li {
        font-size: 19px !important;
    }
}

@media only screen and (min-width: 1683px) {
    .slide-4 .right-block ul li {
        margin: 20px 0;
        font-size: 22px !important;
    }
}

.entries {
    float: left;
    background-color: #57889c;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.entries span {
    padding: 4px 5px;
    float: left;
}

.view-entries {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #4e7a8c;
    padding: 4px 5px;
    color: #fff;
    float: right;
}

.table-entries {
    text-align: center;
}

.col-table {
    text-align: center;
}

.list-icon {
    display: none;
}

.btn-load-block {
    position: absolute;
    display: block;
    top: 30%;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 150px;
    height: 40px;
    background: unset;
    text-align: center;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    border: 2px solid #fff;
}

.btn-secondary {
    background-color: #ccc;
    color: rgba(0, 0, 0, 0.5);
}

.e-db-table-totals td {
    background-color: beige;
    text-align: right;
    color: #909080;
    font-weight: 400 !important;
}

.percent {
    float: left;
    width: 100px;
    height: 36px;
    color: #fff;
    line-height: 36px;
    font-weight: bold;
    -webkit-border-radius: 50px 0 0 50px;
    -moz-border-radius: 50px 0 0 50px;
    border-radius: 50px 0 0 50px;
    background: #2957be;
    box-shadow: 0 -200px 100px -120px #408DDD inset;
    animation: background 3s infinite alternate;
}

.btn-abort {
    display: block;
    float: left;
    background: #fff;
    color: #444;
    width: 46px;
    text-align: center;
    -webkit-border-radius: 0 50px 50px 0 ;
    -moz-border-radius: 0 50px 50px 0 ;
    border-radius: 0 50px 50px 0 ;
    line-height: 36px;
    height: 36px;
    cursor: pointer;
}

.btn-abort:hover {
    background: #f1f1f1;
}

.btn-abort .fa {
    margin-top: 12px;
}

@keyframes background {
    50% {
        background: #408DDD;
        box-shadow: 0 -200px 100px -100px #2957be inset;
    }
}

.btn-balance {
    background: #fff !important;
    color: #444 !important;
    float: right !important;
    width: 35px;
    height: 37px;
    line-height: 37px !important;
    text-align: center;
    margin: 5px 0;
    cursor: pointer;
}

.btn-open {
    display: none !important;
}

.project-select {
    overflow-y: auto;
}

@media only screen and (max-width: 768px) {
    .lang-item {
        position: absolute;
        top: 44px;
        z-index: 99999;
        height: 49px;
        right: -111px;
        display: none;
    }

    .ghost-lang {
        color: #2262b2 !important;
        font-weight: bold;
    }

    div.lang-item select {
        height: 49px;
        background: #f1f1f1;
    }

    .notification-menu {
        left: -220px !important;
    }

    input[type="file"] ~ label {
        width: 100%;
        text-overflow: ellipsis;
    }
    
    .widget-body.no-padding {
        margin: 0 0 0 !important;
    }

    .form-horizontal .form-group {
        margin-left: unset !important;
        margin-right: unset !important;
    }

    .btn-open {
        display: block !important;
    }

    .balance-block-header {
        right: 73px !important;
    }

    .selector-projects {
        position: absolute;
        top: 49px;
        display: none !important;
        opacity: 0;
        right: 30px;
        z-index: 99999;
    }

    .dropdown-menu {
        min-width: 100vw;
        width: 100vw !important;
        left: calc(-92vw + 100%);
    }

    .child-header {
        width: 100%;
        position: fixed;
        top: 49px;
        display: none !important;
        line-height: 49px;
        background: #3e3e3e;
    }

    .balance-text {
        position: absolute;
        top: 49px;
        display: none;
        z-index: 99990;
        left: calc(123px - 100vw);
        width: calc(100vw - 128px);
        height: 49px !important;
    }

    .balance-text a {
        background: unset;
        color: #fff;
        text-align: center;
    }

    .balance-text a:hover {
        background: unset;
    }

    .child-header a {
        color: #fff;
        margin-left: 20px;
    }

    .child-header a:hover {
        color: #fff !important;
    }

    .child-header strong {
        color: #fff !important;
    }

    #logout .hidden-lg {
        cursor: pointer !important;
        background: #fff;
        width: unset !important;
        -webkit-border-radius: unset;
        -moz-border-radius: unset;
        border-radius: unset;
        height: 37px !important;
        padding: 0 10px !important;
        border: unset !important;
        float: left !important;
    }

    #logout .hidden-lg i {
        font-size: 110% !important;
    }

    #hide-menu span a {
        width: 10px;
        cursor: pointer !important;
        background: #fff !important;
    }

    #hide-menu > :first-child > a {
        width: unset !important;
        -webkit-border-radius: unset;
        -moz-border-radius: unset;
        border-radius: unset;
        height: unset;
        padding: 10px !important;
        border: unset !important;
    }

    .hidden-menu #hide-menu > :first-child > a {
        background: #444 !important;
    }

    #hide-menu i {
        margin: unset !important;
        font-size: 100% !important;
    }

    .fixed-navigation #left-panel {
        position: fixed !important;
    }
}

.show {
    opacity: 1 !important;
    display: block !important;
}

.hide {
    opacity: 0 !important;
    display: none !important;
}

td {
    word-wrap: break-word;
    word-break: break-word;
}

.control-label {
    word-wrap: break-word;
    word-break: break-word;
}

@media (max-width: 880px) and (min-width: 768px) {
    .btn-header.transparent a {
        background-image: -webkit-gradient(linear,left top,left bottom,from(#F8F8F8),to(#F1F1F1));
        background-image: -webkit-linear-gradient(top,#F8F8F8,#F1F1F1);
        background-image: -moz-linear-gradient(top,#F8F8F8,#F1F1F1);
        background-image: -ms-linear-gradient(top,#F8F8F8,#F1F1F1);
        background-image: -o-linear-gradient(top,#F8F8F8,#F1F1F1);
    }
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.block-uploader {
    margin-top: 10px;
    padding: 10px 10px;
    width: 100%;
    background: rgba(0,0,0,0.05);
    border: 1px solid rgba(0,0,0,0.1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.close-uploader {
    margin-top: 2px;
    cursor: pointer;
    float: right;
}

.file-list {
    padding: 10px;
    max-height: 200px;
    overflow-y: scroll;
}

.ico-button, .ico-button:hover, .ico-button:focus {
    cursor: default !important;
    background-color: #fff !important;
}

body .ui-tooltip {
    z-index: 9999999 !important;
    left: 381px !important;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 70% !important;
    }
}

input[type="file"] {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

input[type="file"] ~ label {
    font-size: 15px;
    font-weight: 600;
    max-width: 80%;
    color: white;
    background-color: #3e51d3;
    display: inline-block;
    padding: 10px 20px;
    margin-top: 5px;
    position: relative;
    text-overflow: ellipsis;
}

input[type="file"]:focus ~ label,
input[type="file"] ~ label:hover {
    background-color: #29358b;
}

input[type="file"] ~ label {
    cursor: pointer;
}

input[type="file"]:focus ~ label {
    outline: 1px dotted #3d6cba;
    outline: -webkit-focus-ring-color auto 5px;
}

.disable {
    background-color: #8b2304 !important;
    cursor: default !important;
    pointer-events: none;
}

.input-group .input-group-btn .btn {
    width: 32px !important;
    height: 32px !important;
}

.lang-item {
    margin-left: 5px;
    position: relative;
    line-height: 49px;
}

.e-section-description {
    word-break: break-word;
}

.calendar {
    z-index: 99999 !important;
}

a.btn-remove-file {
    margin-top: -5px;
    padding: 9.5px 10px 10px 10px;
    border: 1px solid #3e51d3 !important;
    color: #444;
    border-radius: unset;
    border-left: unset !important;

}

.btn-remove-file i {
    -o-transition: transform 0.5s linear;
    -ms-transition: transform 0.5s linear;
    -moz-transition: transform 0.5s linear;
    -webkit-transition: transform 0.5s linear;
    transition: transform 0.5s linear;
}

.btn-remove-file:hover i {
    -o-transform: rotate(1turn);
    -ms-transform: rotate(1turn);
    -moz-transform: rotate(1turn);
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
}

.row-disable .e-db-list-row-action {
    pointer-events: none;
    color: #b8b8b8;
    background-color: #d7d7d7;
    border-color: #b8b8b8;
}

.link-disable .e-db-table-row-item a {
    pointer-events: none;
    color: #9c9c9c;
}

.MessageBoxButtonSection button {
    float: left !important;
    padding: 5px 30px !important;
    background: #eb9a08;
    color: #fff;
    border: unset;
}

.MessageBoxButtonSection button:hover {
    background: #cf8608;
    color: #fff;
}

.notification {
    height: 100% !important;
    -webkit-border-radius: unset !important;
    -moz-border-radius: unset !important;
    border-radius: unset !important;
}

.notification-menu {
    width: 300px;
    max-height: 300px;
    overflow-y: scroll;
}

.dropdown-item {
    width: 100%;
    display: block;
    padding: 10px;
    border-bottom: 1px solid rgba(0,0,0,0.04);
}

.dropdown-item:hover {
    background-color: rgba(0,0,0,0.04);
}

.dropdown-item-title {
    padding-bottom: 10px;
    color: rgba(0,0,0,0.7);
    border-bottom: 1px solid rgba(0,0,0,0.04);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.dropdown-item-title * {
    display: flex;
}

.dropdown-item-body {
    padding-top: 15px;
    font-weight: 400 !important;
}

.fix-spin {
    margin: unset !important;
}
.shake:hover {
    animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
}

@keyframes shake {
    10%, 90% {
        transform: translate3d(-1px, 0, 0);
    }

    20%, 80% {
        transform: translate3d(2px, 0, 0);
    }

    30%, 50%, 70% {
        transform: translate3d(-1px, 0, 0);
    }

    40%, 60% {
        transform: translate3d(1px, 0, 0);
    }
}

.notification-date {
    float: right;
    font-size: 11px !important;
    color: rgba(0,0,0,0.5);
    margin-top: 3px;
}

.badge-info {
    color: #fff;
    background-color: #ffc107;
    font-size: 10px !important;
}

.fa-check-circle {
    color: #28a745;
}

@media only screen and (max-width: 480px) {
    .notification-menu {
        left: -169px !important;
    }
}

.notification-empty {
    color: rgba(0,0,0,0.5);
}

.title-notification {
    padding: 10px;
}

.badge-success {
    color: #fff;
    background-color: #28a745;
    float: right;
}

.badge-success:hover, .badge-success:focus {
    color: #fff;
    text-decoration: none;
    background-color: #22863d;
}

.caption-notification {
    word-break: break-word;
    white-space: nowrap;
}

.project-select {
    overflow-y: auto;
    max-height: 250px;
    min-width: 211px;
}

.block-new-project {
    background-color: #fff;
    border-top: 1px solid #ddd;
    position: sticky;
    bottom: -5px;
    width: 100%;
    padding: 10px 20px;
}

.project-list-item {
    padding: 12px 20px !important;
}


.input-group.file-input a {
    display: block !important;
}

* {
    padding: 0;
    margin: 0;
}

.error-body {
    background: #eee;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.error-block {
    width: 60%;
    display: flex;
    flex-direction: column;
}

.error-block a {
    color: rgba(0,0,0,0.5);
    padding-left: 5px;
}

.site-name {
    color: #ef911c;
    font-family: Trebuchet MS;
    font-size: 5em;
}

.error-page-text {
    color: #333;
    padding-top: 10px;
    margin-left: 10px;
    font-size: 1.2em;
    font-family: Trebuchet MS;
}

.white {
    color: #fff;
}

.ghost-lang {
    position: absolute;
    top: 0;
    color: #222;
    width: 100%;
    left: 0;
    text-align: center;
}

.ghost-lang i {
    margin-left: 5px;
}

#select-lang {
    opacity: 0;
}

.remove-btn-file {
    height: 32px;
    display: block;
}

.dropdown-menu {
    max-height: 200px;
    min-height: fit-content;
    overflow-y: auto;
}

.coming-soon-body {
    width: 100%;
    height: calc(100vh - 70px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.jarviswidget-loader {
    margin-top: 8px;
}

.h-breadcrumb .active {
    font-weight: bold;
}

.h-breadcrumb {
    padding: 8px 15px;
    margin-bottom: 18px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 2px;
}

.h-breadcrumb>li {
    display: inline-block;
}

.h-breadcrumb>li+li:before {
    content: "/\00a0";
    padding: 0 5px;
    color: #ccc;
}

.modal.fade {
    z-index: 999999;
}

.divMessageBox {
    z-index: 999999;
}

.e-db-table-row-item a {
    text-decoration: underline;
}

.load-scheme-icon {
    width: 50%;
}

div.file-input {
    display: flex;
    width: fit-content;
}

.input-group .input-group-btn .btn {
    display: flex;
    align-items: center;
    height: 32px;
    padding: 0 15px;
}

div.input-group.file-input > a {
    margin-left: 29px;
    border: 1px solid #ccc;
    padding: 0 10px;
    border-radius: 0px 5px 5px 0px;
}


.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.text-justify {
    text-align: justify;
}
.text-nowrap {
    white-space: nowrap;
}

textarea {
    resize: vertical;
}

aside {
    width: fit-content;
    min-width: 220px;
}
