.color-green {
    color: green;
}

.color-yellow {
    color: yellow;
}

.color-red {
    color: red;
}

.color-orange {
    color: #FF8C00;
}

.view-columns {
    cursor: pointer;
}

.ajax-loader {
    position: absolute;
    right: 50px;
}

.rotating {
    animation: rotation 3s infinite;
    animation-direction: alternate;
}

@keyframes rotation {
    from{
        transform: rotate(0);
    }

    to {
        transform: rotate(360deg);
    }
}
.display-none {
    display: none;
}

.datepicker {
    z-index: 1100 !important;
}

.btn-left-aligned {
    text-align: left;
}

.btn-region {
    background-color: #f4f4f4;
    color: #444;
    border-radius: 15px;
    border-color: #ddd;
    margin-bottom: 5px;
}

.btn-region:hover, .btn-region:active, .btn-region.hover {
    background-color: #e7e7e7;
    color: #444;
}

.btn-region-selected {
    background: #8B0304;
    color: #fff !important;
    border-radius: 15px;
    border-color: #600304;
    margin-bottom: 5px;
}

.btn-region-selected:hover, .btn-region-selected:active, .btn-region-selected.hover {
    background-color: #600304;
    color: #fff !important;
}
.alert-growl{
    background-color: #ffffff!important;
    color: #1a1a1a!important;
    border-radius: unset!important;
}
.alert-growl .close{
    color: #1a1a1a!important;
}
.kv-progress-bar {
    margin-bottom: 0px!important;
    position: absolute!important;
    bottom: 0px!important;
    left: 0px!important;
    width: 100%!important;
    height: 5px!important;
}
.todo-list>li .text {
    display: inline!important;
    margin-right: 40px!important;
}
table.table-feedback-answers tbody th, table.table-feedback-answers tbody td {
     padding: 8px!important;
}
#view-todo, #active-view-todo-item{
    background-color: #f39c1342;
}
#view-feedback, #active-view-feedback-item{
    background-color: #f39c1342;
}

#modal-feedback-user-internship p{
    font-size: 17px;
}

#modal-body-feedback-user-internship{
    border-radius: 15px;
}

#form-user-internship-feedback .control-label{
    font-weight: normal!important;
    font-size: 15px;
}
#form-user-internship-feedback .form-group{
    margin-bottom: 10px!important;
}
#form-user-internship-feedback .error-summary{
    color: #dd4b39!important;
}
#form-user-internship-feedback .error-summary ul{
    padding-left:15px!important;
    padding-top: 10px;
}
#modal-feedback-user-internship .widget-hr-contact{
    margin-top: 20px;
    border-radius: 10px;
    box-shadow: none !important;
    background-color: #bbd5ec40 !important;
}
#modal-feedback-user-internship .widget-hr-contact .user-img{
    width: 50%;
    border-radius: 10px;
}

#modal-feedback-user-internship .widget-hr-contact .user-name{
    margin-top: 5px !important;
    font-size: 23px !important;
    font-weight: 600;
    color: #666 !important;
}
#modal-feedback-user-internship .widget-hr-contact .user-description{
    margin-top: -3px;
    font-size: 17px !important;
    font-weight: 400;
    color: #777 !important;
}
#modal-feedback-user-internship .widget-hr-contact .contact-box{
    margin-top: 30px;
    margin-bottom: 20px;
}
#modal-feedback-user-internship .widget-hr-contact .contact-box .label-contact{
    border-radius: 30px;
    padding: 3px 14px;
    font-size: 18px;
    color: #555;
    background-color: #73767230;
}
#modal-feedback-user-internship .widget-hr-contact .contact-box .user-phone{
    margin-left: 20px;
    font-size: 20px;
    font-weight: 600;
    color: #666;
}
@media (min-width: 992px) {
    #modal-feedback-user-internship .widget-hr-contact {
        width: 83.666667%;
    }
}

#modal-feedback-user-internship .widget-hr-contact .social-box{
    margin: 10px 0!important;
}
#modal-feedback-user-internship .widget-hr-contact .social-box a{
    margin: 5px 5px;
}
#modal-feedback-user-internship .widget-hr-contact .social-box img{
    width: 40px;
}
#modal-feedback-user-internship .text-header{
    font-size: 20px;
}
.label.feedback-notification{
    position: absolute;
    top: -2px;
    right: -7px;
    text-align: center;
    border-radius: 50%;
    font-size: 5px;
}
.bg-light-warning{
    background-color: #ffc400;
}
.box.box-solid.box-light-warning {
    border: 1px solid #ffc400;
}
.box.box-light-warning {
    border-top-color: #ffc400;
}
.box.box-solid.box-light-warning>.box-header {
    color: #fff;
    background: #ffc400;
    background-color: #ffc400;
}
.btn-light-warning {
    background-color: #ffc400;
    border-color: #daa804;
}
.btn-light-warning:hover, .btn-light-warning:active, .btn-light-warning.hover {
    background-color: #daa804;
}
.box.box-solid.box-light-warning .panel-title > a{
    color: #3c8dbc;
}
.header-object-search-form{
    position: relative;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 8px;
    margin-bottom: 8px;
    width: 80%;
    display: inline-block;
}
.header-object-search-form .btn-search{
    position: absolute;
    top: 10px;
    right: 20px;
    cursor: pointer;
    color: #fff;
}
.header-object-search-form.active .btn-search{
    color: #777;
}
.header-object-search-form .form-group{
    margin-bottom: 0px;
}
.header-object-search-form #navbar-object-search-input::placeholder {
    color: #fff;
}
.header-object-search-form #navbar-object-search-input{
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.2);
    border-color: transparent;
    color: #fff;
}
.header-object-search-form #navbar-object-search-input:focus, .header-object-search-form #navbar-object-search-input:active {
    border-color: rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.9);
    font-size: 16px;
    color: #777;
}
.header-object-search-form #navbar-object-search-input:focus::placeholder, .header-object-search-form #navbar-object-search-input:active::placeholder {
    color: #a3a3a3;
}

@media (min-width: 768px) {
    .header-object-search-form {
        width: 80%;
    }
}
@media (min-width: 930px) {
    .header-object-search-form {
        width: 20%;
    }
}
.header-object-search-form #navbar-object-search-input::-webkit-outer-spin-button,
.header-object-search-form #navbar-object-search-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.header-object-search-form #navbar-object-search-input[type=number] {
    -moz-appearance: textfield;
}
.header-object-search-form #btn-show-navbar-object-search-input{
    text-align:left;
    border-radius: 30px;
    width: 100%;
    background: rgba(255, 255, 255, 0.2);
    border-color: transparent; color: #fff;
}
.img-exclusive-icon{
    height: 15px;
    margin-left: 5px;
    margin-top: -3px
}
.remark-notify{
    position: relative;
}
.btn > .remark-notify{
    padding: 2px;
}
.remark-notify .notify-label{
    position: absolute;
    top: -2px;
    right: -6px;
    text-align: center;
    border-radius: 50%;
    font-size: 5px;
}
.row-data-table-red{
   background-color: #d603034d!important;
}
.lightbox .lb-image {
    user-select: none!important;
}

#view-cashback, #active-view-cashback-item {
    background-color: #f39c1342;
}
.label.cashback-notification{
    position: absolute;
    top: -2px;
    right: -7px;
    text-align: center;
    border-radius: 50%;
    font-size: 5px;
}
.overlay-description {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(61 61 61 / 70%);
    z-index: 2;
    display: none;
}

.overlay_description__inner {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.overlay_description__content {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.spinner-description {
    width: 75px;
    height: 75px;
    display: inline-block;
    border-width: 5px;
    border-color: rgba(255, 255, 255, 0.05);
    border-top-color: #fff;
    animation: spin 1s infinite linear;
    border-radius: 100%;
    border-style: solid;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: "\e155"; /*"\e151"*/
}

a.desc:after {
    content: "\e156"; /*"\e152"*/
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}
.alert-count-images-olx{
    margin-top: 10px;
    display: inline-block;
    padding: 8px;
    border: solid 1.5px #888;
    font-size: 1.2em;
}
.alert-count-images-olx.alert-images-danger{
    border: solid 1.5px #dd4b39!important;
}
.alert-count-images-olx .count-selected-images{
    font-weight: bold;
}
.text-brown{
    color: brown;
}
.hr-separate{
    margin: 10px 0;
}
.form-box-title{
    margin: 10px 0;
    font-size: 20px;
}

@media (max-width: 829px) {
    .content-wrapper.fix-mobile-view, .main-sidebar.fix-mobile-view{
        margin-top: 50px;
    }
}
@media (max-width: 522px) {
    .content-wrapper.fix-mobile-view, .main-sidebar.fix-mobile-view{
        margin-top: 100px;
    }
}
@media (max-width: 377px) {
    .content-wrapper.fix-mobile-view, .main-sidebar.fix-mobile-view{
        margin-top: 150px;
    }
}
.btn-mb-5 .btn{
    margin-bottom: 5px;
}
#change-history-modal .change-history-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
#change-history-modal .change-history-list>.item {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    border-bottom: 1px solid #f4f4f4;
}

#change-history-modal .change-history-list>.item {
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    padding: 7px 5px;
    background: #fff;
}
#change-history-modal .change-history-list .history-text{
    margin-left: 10px;
}
#change-history-modal .change-history-list .label-user{
    margin-left: 10px;
    padding: 2px 4px;
    font-size: 90%;
    color: #3c3d3e;
    background-color: #eeeeee;
    border-radius: 4px;
}
#change-history-modal .change-history-list .label-status-code {
    padding: 2px 4px;
    font-size: 90%;
    color: #fa7d00;
    background-color: #fbf3eb;
    border-radius: 4px;
}
.new-build-promos .status_btn{
    border-radius: 30px;
}
.new-build-promos .send-promo-checkbox{
    margin-top: 10px;
    margin-bottom: 10px;
}
@media (max-width: 991px) {
    .new-build-promos .status-filter{
        margin-top: 10px;
        float: left!important;
    }
}
.select2-search__field {
    width: 180px !important;
}