/*Special Styles*/

/*Plugins Start*/
/* fallback */
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2) format('woff2');
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
}

.btn .material-icons {
    font-size: 20px;
    display: -webkit-inline-box;
    padding-top: 6px;
    line-height: 10px;
    margin-right: 10px;
}

.btn-sm .material-icons {
    font-size: 15px;
    display: -webkit-inline-box;
    padding-top: 8px;
    line-height: 7px;
    margin-right: 10px;
}

.btn-lg .material-icons {
    font-size: 20px;
    display: -webkit-inline-box;
    padding-top: 6px;
    line-height: 10px;
    margin-right: 10px;
}

/*div,
a,
p,
input,
button {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}*/

.box-shadow {
    box-shadow: 0 6px 15px rgba(36, 37, 38, 0.08);
}

    .box-shadow:hover {
        box-shadow: 5px 12px 20px rgba(36, 37, 38, 0.13);
    }

.rotate-r90 {
    -ms-transform: rotate(90deg);
    /* IE 9 */
    -webkit-transform: rotate(90deg);
    /* Safari */
    transform: rotate(90deg);
    /* Standard syntax */
}

.rotate-l90 {
    -ms-transform: rotate(-90deg);
    /* IE 9 */
    -webkit-transform: rotate(-90deg);
    /* Safari */
    transform: rotate(-90deg);
    /* Standard syntax */
}

.scale-large {
    -ms-transform: scale(1, 1);
    /* IE 9 */
    -webkit-transform: scale(1, 1);
    /* Safari */
    transform: scale(1, 1);
}

    .scale-large:hover {
        -ms-transform: scale(1.1, 1.1);
        /* IE 9 */
        -webkit-transform: scale(1.1, 1.1);
        /* Safari */
        transform: scale(1.1, 1.1);
    }

.scale-minimize {
    -ms-transform: scale(1, 1);
    /* IE 9 */
    -webkit-transform: scale(1, 1);
    /* Safari */
    transform: scale(1, 1);
}

    .scale-minimize:hover {
        -ms-transform: scale(0.9, 0.9);
        /* IE 9 */
        -webkit-transform: scale(0.9, 0.9);
        /* Safari */
        transform: scale(0.9, 0.9);
    }

.isometric {
    -ms-transform: skew(40deg, -20deg);
    /* IE 9 */
    -webkit-transform: skew(40deg, -20deg);
    /* Safari */
    transform: skew(40deg, -20deg);
}

.matrix {
    -ms-transform: matrix(1, -0.3, 0, 1, 0, 0);
    /* IE 9 */
    -webkit-transform: matrix(1, -0.3, 0, 1, 0, 0);
    /* Safari */
    transform: matrix(1, -0.3, 0, 1, 0, 0);
    /* Standard syntax */
}

.center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 18px;
}

.img-gray {
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.img-blur {
    -webkit-filter: blur(4px);
    filter: blur(4px);
}

.img-brightness {
    -webkit-filter: brightness(250%);
    filter: brightness(250%);
}

.img-cover {
    object-fit: cover;
}

a {
    color: #d12329;
}

    a:focus,
    a:hover {
        color: #d12329;
        text-decoration: none;
    }

    a label {
        cursor: pointer
    }


.button {
    padding-left: 30px;
    padding-right: 30px;
}

    .button span {
        cursor: pointer;
        display: inline-block;
        position: relative;
        transition: 0.5s;
    }

        .button span:after {
            content: '\00bb';
            position: absolute;
            opacity: 0;
            top: 0;
            right: -20px;
            transition: 0.5s;
        }

    .button:hover {
        padding-left: 20px;
        padding-right: 60px;
    }

        .button:hover span {
            margin-right: -20px;
        }

            .button:hover span:after {
                opacity: 1;
                right: -20px;
            }

.no-gutter {
    margin-right: 0;
    margin-left: 0;
}

    .no-gutter [class*='col-'] {
        padding-right: 0;
        padding-left: 0;
        margin-bottom: 0;
    }

.text-danger,
.text-danger:hover {
    color: #e6643c !important;
}


.btn {
    letter-spacing: 0.6px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
}

.form-small .btn {
    display: inline-block;
    padding: 4px 40px 2px 20px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 3px;
    color: inherit;
}

.btn:focus {
    outline: none;
}

.btn-sm {
    padding: 5px 10px;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-lg {
    padding: 11px 52px;
    font-size: 14px;
}

@media (max-width: 767px) {
    .header-bar .btn {
        margin-bottom: 3px;
    }

    .clearfix .btn-sm {
        padding: 5px 10px;
        font-size: 13px;
        line-height: 1.5;
        border-radius: 3px;
        margin-bottom: 3px;
    }
}

@media (max-width: 1400px) {
    .btn-lg {
        padding: 10px 42px;
        font-size: 14px;
    }
}

.ru .btn,
.tm .btn {
    font-size: 13px;
}

.text-primary {
    color: #d12329;
}

.btn-default {
    color: inherit;
    background-color: #ffffff;
    border: 1px solid !important;
    border-color: inherit;
}

.btn-default-outline {
    color: inherit;
    background: none;
    border-color: inherit;
    border-width: 1px;
}

    .btn-default-outline:hover {
        color: inherit;
        background: none;
        border-color: inherit;
    }

    .btn-default-outline.active,
    .btn-default-outline:active,
    .open > .dropdown-toggle.btn-default-outline {
        color: inherit;
        background: none;
        border-color: inherit;
    }

    .btn-default-outline.focus,
    .btn-default-outline:focus {
        color: inherit;
        background: none;
        border-color: inherit;
    }

    .btn-default-outline.active.focus,
    .btn-default-outline.active:focus,
    .btn-default-outline.active:hover,
    .btn-default-outline:active.focus,
    .btn-default-outline:active:focus,
    .btn-default-outline:active:hover,
    .open > .dropdown-toggle.btn-default-outline.focus,
    .open > .dropdown-toggle.btn-default-outline:focus,
    .open > .dropdown-toggle.btn-default-outline:hover {
        color: inherit;
        background: none;
        border-color: inherit;
    }

.link-primary {
    color: #d12329;
    text-decoration: none;
    font-size: 14px;
}


.btn-primary {
    color: #fff;
    background-color: #d12329;
    border-color: #d12329;
    font-weight: bold;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #d12329;
        border-color: #0a2829;
    }

    .btn-primary.active,
    .btn-primary:active,
    .open > .dropdown-toggle.btn-primary {
        color: #fff;
        background-color: #d12329;
        border-color: #d12329;
    }

    .btn-primary.focus,
    .btn-primary:focus {
        color: #fff;
        background-color: #d12329;
        border-color: #d12329;
    }

    .btn-primary.active.focus,
    .btn-primary.active:focus,
    .btn-primary.active:hover,
    .btn-primary:active.focus,
    .btn-primary:active:focus,
    .btn-primary:active:hover,
    .open > .dropdown-toggle.btn-primary.focus,
    .open > .dropdown-toggle.btn-primary:focus,
    .open > .dropdown-toggle.btn-primary:hover {
        color: #fff;
        background-color: #d12329;
        border-color: #d12329;
    }

    .btn-primary .btn-icon-right-primary {
        height: 10px;
        margin-left: 20px;
        margin-right: -20px;
    }

.btn-primary-outline {
    color: #d12329;
    background: none;
    border-color: #d12329;
    border-width: 1px;
}

    .btn-primary-outline:hover {
        color: #d12329;
        background: none;
        border-color: #d12329;
    }

    .btn-primary-outline.active,
    .btn-primary-outline:active,
    .open > .dropdown-toggle.btn-primary-outline {
        color: #d12329;
        background: none;
        border-color: #d12329;
    }

    .btn-primary-outline.focus,
    .btn-primary-outline:focus {
        color: #d12329;
        background: none;
        border-color: #d12329;
    }

    .btn-primary-outline.active.focus,
    .btn-primary-outline.active:focus,
    .btn-primary-outline.active:hover,
    .btn-primary-outline:active.focus,
    .btn-primary-outline:active:focus,
    .btn-primary-outline:active:hover,
    .open > .dropdown-toggle.btn-primary-outline.focus,
    .open > .dropdown-toggle.btn-primary-outline:focus,
    .open > .dropdown-toggle.btn-primary-outline:hover {
        color: #d12329;
        background: none;
        border-color: #d12329;
    }

    .btn-primary-outline .btn-icon-right-primary-outline {
        height: 10px;
        margin-left: 12px;
        margin-right: -20px;
    }

.btn-danger {
    color: #fff;
    background-color: #F44336;
    border-color: #F44336;
}

    .btn-danger:hover {
        color: #fff;
        background-color: #F44336;
        border-color: #F44336;
    }

    .btn-danger.active,
    .btn-danger:active,
    .open > .dropdown-toggle.btn-danger {
        color: #fff;
        background-color: #F44336;
        border-color: #F44336;
    }

    .btn-danger.focus,
    .btn-danger:focus {
        color: #fff;
        background-color: #F44336;
        border-color: #F44336;
    }

    .btn-danger.active.focus,
    .btn-danger.active:focus,
    .btn-danger.active:hover,
    .btn-danger:active.focus,
    .btn-danger:active:focus,
    .btn-danger:active:hover,
    .open > .dropdown-toggle.btn-danger.focus,
    .open > .dropdown-toggle.btn-danger:focus,
    .open > .dropdown-toggle.btn-danger:hover {
        color: #fff;
        background-color: #F44336;
        border-color: #F44336;
    }

    .btn-danger .btn-icon-right-primary {
        height: 10px;
        margin-left: 20px;
        margin-right: -20px;
    }

.small,
small {
    font-size: 70%;
}

/*Select*/
select {
    min-width: 120px;
    width: 100%;
    border: 1px solid #c0c0c0;
    background-color: #fff;
    text-indent: 6px;
    height: 38px;
    font-size: 14px;
    font-weight: 510;
    color: #000;
}

    select:focus {
        outline: 0;
        border-color: #d12329;
    }


    select.selected {
        outline: 0;
        border: 2px solid #d12329;
    }

@media (max-width:767px) {
    select {
        padding-left: 5px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: #fff url(../img/dropdown-caret.png) no-repeat scroll 94% center / 7px 7px !important;
    }
}

.form-small select {
    min-width: 100px;
    width: 100%;
    padding-left: 10px;
    text-indent: 2px;
    font-size: 14px;
    height: 35px;
    border-radius: 3px;
}



/*Collapse Panel*/
.panel-default .panel-heading {
    font-size: 14px;
    background-image: linear-gradient(#888, #545454);
    color: white;
    border: none;
    border-radius: 0px;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 700;
    color: inherit;
}

    .panel-title > .small,
    .panel-title > .small > a,
    .panel-title > a,
    .panel-title > small,
    .panel-title > small > a {
        color: inherit;
        display: -webkit-box;
        width: 100%;
    }

    .panel-title a:hover,
    .panel-title a:focus {
        color: inherit;
        text-decoration: none;
    }

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ddd;
    padding: 20px;
}




.has-success .input-group-addon {
    color: #d12329;
    background-color: #41aa5452;
    border-color: #d12329;
}

.has-feedback label ~ .form-control-feedback {
    top: 21px;
}

.has-success .form-control-feedback {
    color: #d12329;
}

.has-success .form-control {
    border-color: #d12329;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

    .has-success .form-control:focus {
        border-color: #d12329;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
    color: inherit;
}


/*Alert*/
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    font-weight: 700;
    color: inherit;
    background-color: rgba(241, 158, 152, 0.1);
    border-color: #e0c2c2;
    margin-top: 20px;
}

.alert-primary {
    color: #d12329;
    background-color: rgba(65, 170, 84, 0.08);
    border-color: rgba(65, 170, 84, 0.26);
}

/*progress bar*/
.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #d12329;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}


/*label*/

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 90%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.label-primary-outline {
    color: #d12329;
    border: #d12329 2px solid;
}

.label-yeni {
    color: #fff;
    background-color: #a4a5ab;
}

.label-yolda {
    color: #fff;
    background-color: #3cb2ea;
}

.label-tamamlandi {
    color: #fff;
    background-color: #d12329;
}

.label-iptal {
    color: #fff;
    background-color: #ff6f65;
}


.input-group-addon {
    /*padding: 6px 12px;
    font-size: 10px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #e5eaed;
    border: 1px solid #e5eaed;
    border-radius: 4px;*/
}

/*Form*/
.form-title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 40px;
    letter-spacing: -0.3px;
}

.form-control {
    display: block;
    width: 100%;
    height: 38px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000;
    font-weight: 510;
    background-color: #fff;
    background-image: none;
    border: 1px solid;
    border-color: #a5a5a5;
    border-radius: 1px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

textarea.form-control {
    min-height: 60px
}

.form-small .form-control {
    display: block;
    width: 100%;
    height: 35px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    background-image: none;
    border: 2px solid;
    border-color: #e5eaed;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control:focus {
    /*border-color: #989898;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;*/
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background: #e5eaed;
    border-color: #d2d7da;
}

select:disabled {
    background: #e5eaed;
    border-color: #d2d7da;
}

.form-group {
    margin-bottom: 15px;
}

@media (max-width:991px) {
    .form-group {
        margin-bottom: 0;
    }
}

.form-small {
    margin: 5px 0;
}

    .form-small .input-group-addon {
        /*padding: 4px 12px;*/
    }

.form-submit {
    margin-top: 10px;
}

.list-seperator {
    margin: 25px auto;
    width: 100%;
    border-top: 1px solid #becbcf;
    border-right: none;
    border-bottom: none;
    border-left: none;
}

.list-seperator-load-form {
    margin: 5px auto;
    width: 100%;
    border-top: 1px solid #f3f4f5;
    border-right: none;
    border-bottom: none;
    border-left: none;
}

label {
    display: inline-block;
    vertical-align: top;
    font-weight: bold;
}

.search-input {
    position: relative;
}

    .search-input .form-control {
        padding: 6px 12px 6px 28px
    }

    .search-input i {
        position: absolute;
        bottom: 9px;
        left: 7px;
        font-size: 19px;
        color: #b7b7b7;
    }

.form-footer {
    position: relative;
    left: auto;
    bottom: auto;
    width: auto;
    padding: 0;
    margin-top: 35px;
    margin-bottom: 35px;
    background: none;
    box-shadow: none;
    z-index: 99999;
    display: flex;
    justify-content: flex-end;
}

@media (max-width:767px) {
    .form-footer {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        padding: 20px;
        margin-top: 50px;
        background: #fff;
        box-shadow: 0 0 15px #00000030;
        z-index: 99999;
    }
}

.form-footer .btn-cancel {
    background: none
}


.modal-sm .form-footer {
    margin-top: 20px;
}


/*Modal*/
@media (min-width: 768px) {
    .modal-lg {
        width: 95%;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}

@media (min-width: 1100px) {
    .modal-lg {
        width: 1000px;
    }
}

@media (min-width: 1400px) {
    .modal-lg {
        width: 1200px;
    }
}

.modal-title {
    display: -webkit-inline-box;
    font-size: 24px;
    font-weight: 700;
}

.modal-sm .modal-title {
    display: -webkit-inline-box;
    font-size: 18px;
}

.modal-header {
    background-color: #f3f4f5;
}

    .modal-header .close {
        font-size: 20px;
    }

.modal-sm .modal-header .close {
    font-size: 26px;
}

.modal-content {
    border-radius: 0;
    z-index: 9;
}

.modal-body {
    padding: 30px;
    background: #ffffff;
}

@media (max-width:767px) {
    .modal-body {
        padding: 20px;
        background: #ffffff;
    }
}

.modal-sm .modal-body {
    padding: 20px;
    background: #ffffff;
}

.modal-section {
    padding: 15px;
    margin-bottom: 30px;
    background-color: #e5eaed54;
    border: #e5eaed 2px solid;
    border-radius: 3px;
}

    .modal-section h3 {
        margin-top: 0;
        margin-bottom: 20px;
        font-weight: 700;
    }

    .modal-section .alert {
        background: #dadada;
    }

.modal-sub-section {
    padding: 15px;
    background-color: #fff;
    border: #d8d8d8 1px solid;
    border-radius: 3px;
}

.modal-infotext {
    font-size: 17px;
    margin-bottom: 20px;
}

.modal-subtitle {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.modal .btn-cancel {
    background: none;
}

.modal-confirmation {
    text-align: center;
}

    .modal-confirmation .modal-body {
        padding: 50px 30px 20px 30px;
        font-size: 21px;
        text-align: center;
    }

    .modal-confirmation .modal-content {
        border-radius: 0px;
    }

    .modal-confirmation .modal-footer {
        padding: 30px;
        border-top: 0 solid #e5e5e5;
        text-align: center;
    }

@media screen and (min-width: 768px) {
    .modal-confirmation:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}

.modal-confirmation .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

@media (max-width:767px) {
    .content {
        padding: 30px;
    }

    .modal .form-footer {
        position: relative;
        left: auto;
        bottom: auto;
        width: auto;
        padding: 0;
        margin-top: 20px;
        background: none;
        box-shadow: none;
        z-index: 99999;
    }
}


/*dropdown*/
.dropdown-menu {
    padding: 0;
    border: 0;
}

    .dropdown-menu li a {
        padding: 9px 20px;
        font-size: 15px;
        font-weight: 700 !important;
        color: inherit;
        border-bottom: #dcdcdc 1px solid !important;
        border-right: #dcdcdc 1px solid !important;
        border-left: #dcdcdc 1px solid !important;
        text-decoration: none !important;
        cursor: pointer;
    }

a.dropdown-item:active {
    background: #d12329;
}

.btn-group {
    display: inline-block;
}

.form-group .btn-group {
    width: 100%;
}

.btn-grid-search {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-top: 14px;
}

@media (max-width:991px) {
    .btn-grid-search {
        padding-left: 0;
        padding-right: 0;
        width: 100%;
        margin-top: 14px;
    }
}

@media (max-width:767px) {
    .btn-grid-search {
        padding-left: 0;
        padding-right: 0;
        width: 100%;
        margin-top: 14px;
    }
}

/*
.form-group .btn:hover {
  background-color: #ffffff;
}*/
.form-group .btn-group > .btn:first-child {
    width: 90%;
}

.form-small .btn-group > .btn:first-child {
    width: 80%;
}

.form-group .btn-group .btn + .btn {
    width: 10% !important;
}

.form-small .btn-group .btn + .btn {
    padding-right: 10px;
    padding-left: 6px;
}

.col-md-4 .form-group .btn-group > .btn:first-child {
    width: 84%;
}

.col-md-4 .form-group .btn-group .btn + .btn {
    width: 16% !important;
}

.col-md-4 .btn-group > .btn + .dropdown-toggle {
    padding-right: 7px;
    padding-left: 9px;
}

.col-md-12 .form-group .btn-group > .btn:first-child {
    width: 95%;
}

.col-md-12 .form-group .btn-group .btn + .btn {
    width: 5% !important;
}

.col-md-12 .btn-group > .btn + .dropdown-toggle {
    padding-right: 7px;
    padding-left: 9px;
}

.btn-group .btn-block {
    display: block;
    width: 93.4% !important;
}

.btn-group .btn .caret {
    margin-left: -2px;
}

.btn-group .dropdown-menu {
    min-width: 100%;
}



/*Alert*/
.page-alert {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

    .page-alert .alert {
        padding: 30px;
        margin-bottom: 20px;
        border: 1px solid transparent;
        color: #3e5643;
        background-color: #dbffe1;
        font-size: 18px;
        text-align: center;
        border-radius: 0;
        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.35);
    }

    .page-alert .alert-dismissable .close,
    .page-alert .alert-dismissible .close {
        top: -13px;
        right: -21px;
        font-size: 42px;
        color: #3e5642;
        opacity: .7;
    }

.page-alert-sub-page {
    position: absolute;
    top: 75px;
    z-index: 9999;
}

    .page-alert-sub-page .alert {
        color: #ffffff;
        background-color: #d12329;
    }

    .page-alert-sub-page .alert-dismissable .close,
    .page-alert-sub-page .alert-dismissible .close {
        color: white;
    }

/*Plugins End*/


/*Theme Start*/
/*
 * Base structure
 */

/* Move down content because we have a fixed navbar that is 50px tall */
html,
body {
    min-height: 100%;
    position: relative;
}

body {
    height: 100%;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 400;
    font-size: 13px;
    font-style: normal;
    color: #111827;
    background: #f3f4f5;
    line-height: 1.2;
    font-weight: 600;
    font-synthesis: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.hide {
    display: none !important
}

@media (max-width: 768px) {

    .h2,
    h2 {
        font-size: 20px;
    }
}


.welcome {
    padding: 50px;
    text-align: center;
}

    .welcome h1 {
        font-size: 34px;
        font-weight: 700;
    }

    .welcome p {
        font-size: 18px;
    }

@media (max-width: 768px) {
    .welcome {
        padding: 30px;
        text-align: center;
    }

        .welcome h1 {
            margin-top: 0;
            padding: 0;
            font-size: 34px;
            font-weight: 700;
        }

        .welcome p {
            font-size: 18px;
        }
}

/*Acordion Menu*/
.cd-accordion-menu {
    padding: 0;
}

    .cd-accordion-menu a {
        cursor: pointer;
    }

    .cd-accordion-menu ul {
        /* by default hide all sub menus */
        display: none;
    }

    .cd-accordion-menu li {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        list-style: none;
    }

        .cd-accordion-menu li ul li {
            list-style: circle;
        }

    .cd-accordion-menu input[type=checkbox] {
        /* hide native checkbox */
        position: absolute;
        opacity: 0;
    }

    .cd-accordion-menu label,
    .cd-accordion-menu a {
        position: relative;
        display: block;
        padding: 0;
        color: inherit;
        font-size: 15px;
        font-weight: 500;
        text-decoration: none;
    }

.no-touch .cd-accordion-menu label:hover,
.no-touch .cd-accordion-menu a:hover {
    background: #52565d;
}

.cd-accordion-menu label {
    cursor: pointer;
}

.cd-accordion-menu input[type=checkbox]:checked + label::after {
    /* show open folder icon if item is checked */
    background-position: -32px 0;
}

.cd-accordion-menu input[type=checkbox]:checked + label + ul,
.cd-accordion-menu input[type=checkbox]:checked + label:nth-of-type(n) + ul {
    /* use label:nth-of-type(n) to fix a bug on safari (<= 8.0.8) with multiple adjacent-sibling selectors*/
    /* show children when item is checked */
    display: block !;
    margin-bottom: 10px;
}

.cd-accordion-menu ul label,
.cd-accordion-menu ul a {
    padding: 4px 0 4px 0px;
    border-bottom: #e8e8e8 0px solid;
    margin-left: 0 !important;
}

.no-touch .cd-accordion-menu ul label:hover,
.no-touch .cd-accordion-menu ul a:hover {
    background: #3c3f45;
}

.cd-accordion-menu > li:last-of-type > label,
.cd-accordion-menu > li:last-of-type > a,
.cd-accordion-menu > li > ul > li:last-of-type label,
.cd-accordion-menu > li > ul > li:last-of-type a {
    box-shadow: none;
}

.cd-accordion-menu.animated label::before {
    /* this class is used if you're using jquery to animate the accordion */
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}

@media (max-width: 1400px) {

    .cd-accordion-menu label,
    .cd-accordion-menu a {
        position: relative;
        display: block;
        padding: 0;
        color: inherit;
        font-size: 13px;
        font-weight: 500;
        text-decoration: none;
    }
}


/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 54px;
    height: 24px;
    float: left;
    margin-top: 5px;
}

.dropdown-menu .switch {
    width: 44px;
    height: 20px;
    float: right;
    margin: 0 0 0 5px;
}

    .dropdown-menu .switch .slider {
        right: -4px;
    }

        .dropdown-menu .switch .slider:before {
            position: absolute;
            content: "";
            height: 18px;
            width: 18px;
            left: 2px;
            bottom: 1px;
            background-color: white;
        }

/* Hide default HTML checkbox */
.switch input {
    display: none;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 18px;
        width: 18px;
        left: 6px;
        bottom: 3px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input.default:checked + .slider {
    background-color: #444;
}

input.primary:checked + .slider {
    background-color: #2196F3;
}

input.success:checked + .slider {
    background-color: #d12329;
}

input.info:checked + .slider {
    background-color: #3de0f5;
}

input.warning:checked + .slider {
    background-color: #FFC107;
}

input.danger:checked + .slider {
    background-color: #f44336;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }



/*Checkbox*/

.funkyradio label {
    width: 100%;
    border-radius: 3px;
    font-weight: normal;
    font-size: 15px;
}

.funkyradio input[type="radio"]:empty,
.funkyradio input[type="checkbox"]:empty {
    display: none;
}

    .funkyradio input[type="radio"]:empty ~ label,
    .funkyradio input[type="checkbox"]:empty ~ label {
        position: relative;
        line-height: 2.5em;
        text-indent: 3.25em;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        .funkyradio input[type="radio"]:empty ~ label:before,
        .funkyradio input[type="checkbox"]:empty ~ label:before {
            position: absolute;
            display: block;
            top: 7px;
            bottom: 0;
            left: 10px;
            content: '';
            width: 20px;
            height: 21px;
            background: #ffffff;
            border-radius: 2px;
            content: '\2714';
            text-indent: 4.5px;
            color: #ffffff;
            line-height: 23px;
            font-size: 15px;
        }

.funkyradio input[type="radio"]:hover:not(:checked) ~ label,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label {
}

    .funkyradio input[type="radio"]:hover:not(:checked) ~ label:before,
    .funkyradio input[type="checkbox"]:hover:not(:checked) ~ label:before {
        content: '\2714';
        color: #f1f1f1;
    }

.funkyradio input[type="radio"]:checked ~ label,
.funkyradio input[type="checkbox"]:checked ~ label {
}

    .funkyradio input[type="radio"]:checked ~ label:before,
    .funkyradio input[type="checkbox"]:checked ~ label:before {
        content: '\2714';
        color: #333;
        background-color: #ccc;
    }

.funkyradio input[type="radio"]:focus ~ label:before,
.funkyradio input[type="checkbox"]:focus ~ label:before {
    box-shadow: 0 0 0 3px #999;
}

.funkyradio-default input[type="radio"]:checked ~ label:before,
.funkyradio-default input[type="checkbox"]:checked ~ label:before {
    color: #333;
    background-color: #ccc;
}

.funkyradio-primary input[type="radio"]:checked ~ label:before,
.funkyradio-primary input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #337ab7;
}

.funkyradio-success input[type="radio"]:checked ~ label:before,
.funkyradio-success input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #d12329;
}

.funkyradio-danger input[type="radio"]:checked ~ label:before,
.funkyradio-danger input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #d9534f;
}

.funkyradio-warning input[type="radio"]:checked ~ label:before,
.funkyradio-warning input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #f0ad4e;
}

.funkyradio-info input[type="radio"]:checked ~ label:before,
.funkyradio-info input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #5bc0de;
}





/*
   * Placeholder dashboard ideas
   */

.placeholders {
    margin-bottom: 30px;
    text-align: center;
}

    .placeholders h4 {
        margin-bottom: 0;
    }

.placeholder {
    margin-bottom: 20px;
}

    .placeholder img {
        display: inline-block;
        border-radius: 50%;
    }

/*
   * Global add-ons
   */

.sub-header {
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}


/*NAVBAR START*/
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent
}

@media (min-width:768px) {
    .navbar {
        border-radius: 4px
    }
}


.navbar-header {
    float: left !important;
    display: inline-flex;
}


.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1)
}

    .navbar-collapse.in {
        overflow-y: auto
    }

    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important
    }

@media (min-width:768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

        .navbar-collapse.in {
            overflow-y: visible
        }

    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse {
        padding-right: 0;
        padding-left: 0
    }
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
    max-height: 340px
}

@media (max-device-width:480px) and (orientation:landscape) {

    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse {
        max-height: 200px
    }
}




.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

@media (min-width:768px) {
    .navbar-static-top {
        border-radius: 0
    }
}

.navbar-fixed-bottom,
.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

@media (min-width:768px) {

    .navbar-fixed-bottom,
    .navbar-fixed-top {
        border-radius: 0
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
}

    .navbar-brand:focus,
    .navbar-brand:hover {
        text-decoration: none
    }

    .navbar-brand > img {
        display: block
    }


.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

    .navbar-toggle:focus {
        outline: 0
    }

    .navbar-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px
    }

        .navbar-toggle .icon-bar + .icon-bar {
            margin-top: 4px
        }

@media (min-width:768px) {
    .navbar-toggle {
        display: none
    }
}

.navbar-nav {
    margin: 7.5px -15px
}

.nav > li {
    position: relative;
    display: block;
    float: left;
}

.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px
}

@media (max-width:767px) {
    .navbar-nav .open .dropdown-menu {
        position: absolute;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: white;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        left: auto;
        right: -20px;
    }

        .navbar-nav .open .dropdown-menu .dropdown-header,
        .navbar-nav .open .dropdown-menu > li > a {
            padding: 11px 15px 11px 25px
        }

        .navbar-nav .open .dropdown-menu > li > a {
            line-height: 20px
        }

            .navbar-nav .open .dropdown-menu > li > a:focus,
            .navbar-nav .open .dropdown-menu > li > a:hover {
                background-image: none
            }
}

.navbar-right {
    float: right !important;
    margin-right: -15px;
}

@media (min-width:768px) {
    .navbar-nav {
        float: left;
        margin: 0
    }

        .navbar-nav > li {
            float: left
        }

            .navbar-nav > li > a {
                padding-top: 15px;
                padding-bottom: 15px
            }
}

/*NAVBAR END*/



/*
   * Top navigation
   * Hide default border to remove 1px line.
   */
.navbar-fixed-top {
    border: 0;
}

.navbar-content {
    background-color: #fff;
    box-shadow: 0px 2px 0px #e0e0e0;
    padding: 5px 30px;
    margin-right: -15px;
    margin-left: -30px;
}


.navbar-brand .dropdown {
    float: left;
    margin-right: 20px;
}

.navbar-brand .dropdown-menu {
    min-width: 60px;
}

.navbar-brand .dropdown a {
    text-decoration: none;
}

.navbar-brand .appname {
    float: left;
}

.navbar-brand-second {
    margin-top: 7px;
}


.navbar-toggle {
    position: relative;
    float: left;
    padding: 9px 10px;
    margin-top: 13px;
    margin-left: 15px;
    margin-right: 5px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    border: #d12329 2px solid;
}

@media (min-width: 768px) {
    .navbar-toggle {
        display: block;
    }
}

@media (min-width: 1200px) {
    .navbar-toggle {
        display: none;
    }
}

.navbar-toggle .icon-bar {
    display: block;
    width: 18px;
    height: 2px;
    border-radius: 1px;
    border: #d12329 1px solid;
    background: #d12329;
}

.navbar-right .announcement a {
    position: relative;
    margin-top: 8px;
}

    .navbar-right .announcement a img {
        height: 22px;
    }

.navbar-right .announcement .number {
    position: absolute;
    top: 6px;
    right: 9px;
    background: #d12329;
    color: #fff;
    padding: 0px 7px;
    border-radius: 100%;
    font-size: 12px;
}

.navbar-right li a {
    color: inherit;
    font-weight: 600 !important;
    font-size: 15px;
    text-decoration: none !important;
}

    .navbar-right li a:hover {
        background: none;
    }

.navbar-right .open > a,
.navbar-right .open > a:focus,
.navbar-right .open > a:hover {
    background: none;
}

.navbar-right .user-avatar {
    margin-right: 5px;
    width: 34px;
    height: 34px;
}

.subnavbar {
    top: 75px;
    flex: 1;
    margin-left: 86px !important;
    background-color: #fff;
    box-shadow: 0px 1px 0px #e0e0e0;
}

    .subnavbar a {
        color: #3A4953;
        font-weight: 700;
        padding-top: 38px !important;
        padding-bottom: 14px !important;
        border-bottom: #fff 3px solid;
    }

        .subnavbar a:hover {
            background-color: #fff !important;
        }

    .subnavbar .active a {
        border-bottom: #d12329 3px solid;
        font-weight: 700;
    }

    .subnavbar .nav > li > a:focus,
    .subnavbar .nav > li > a:hover {
        background-color: #fff !important;
    }

@media (max-width: 1200px) {
    .subnavbar {
        margin-left: 0 !important;
    }
}

@media (max-width: 767px) {
    .subnavbar a {
        color: #3A4953;
        font-weight: 700;
        padding-top: 5px !important;
        padding-bottom: 0px !important;
        border-bottom: #fff 3px solid;
    }

        .subnavbar a:hover {
            background-color: #fff !important;
        }

    .subnavbar .active a {
        color: #d12329;
        border: none;
        font-weight: 700;
    }

    .subnavbar .nav > li > a:focus,
    .subnavbar .nav > li > a:hover {
        background-color: #fff !important;
    }
}




.dovizbar {
    float: right;
    margin-top: 15px;
    font-size: 12px;
    display: block;
}

@media (max-width: 960px) {
    .dovizbar {
        float: right;
        margin-top: 15px;
        font-size: 12px;
        display: none;
    }
}

.dovizbar .column {
    float: left;
    margin-right: 15px;
}

    .dovizbar .column .item {
    }

        .dovizbar .column .item .title {
            font-weight: 800;
        }

        .dovizbar .column .item .type {
            color: #d12329;
            margin-left: 5px;
            margin-right: 5px;
        }



.company-logo {
    text-align: center;
    max-width: 200px
}

    .company-logo .selected-company {
        max-width: 110px;
        max-height: 40px;
    }

    .company-logo .arrow-down {
        position: absolute;
        right: -40px;
        top: 0px;
    }

    .company-logo .selected-logo {
        width: 90%;
        max-height: 40px;
    }

    .company-logo .company-list {
        min-width: auto;
        padding: 0;
        margin: 0;
        border-radius: 0;
        border: 0px solid rgba(0, 0, 0, .15);
    }

        .company-logo .company-list li a {
            text-align: center;
        }

        .company-logo .company-list hr {
            margin-top: 0px;
            margin-bottom: 0px;
            border: 0;
            border-top: 1px solid #eee;
        }

        .company-logo .company-list img {
            max-height: 63px;
            padding: 13px 0;
            margin: 0 auto;
        }

.sidemenu-icon {
    width: 20px;
    margin-right: 10px;
    display: -webkit-inline-box;
}

    .sidemenu-icon img {
        height: 16px;
        margin-top: -6px;
    }

.sidemenu-text {
    padding: 10px 0;
    display: -webkit-inline-box;
}

/*
   * Main content
   */

.content {
    padding: 40px 30px 100px 30px;
}

@media (max-width: 1400px) {
    .content {
        padding: 37px 15px 100px 15px;
    }
}

@media (max-width: 768px) {
    .content {
        padding: 24px 15px 10px 15px;
    }
}



#custom-search-form {
    margin: 0;
    margin-top: 5px;
    padding: 0;
}

    #custom-search-form .search-query {
        padding-right: 3px;
        padding-right: 4px \9;
        padding-left: 3px;
        padding-left: 4px \9;
        /* IE7-8 doesn't have border-radius, so don't indent the padding */
        margin-bottom: 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

    #custom-search-form button {
        border: 0;
        background: none;
        /** belows styles are working good */
        padding: 2px 5px;
        margin-top: 2px;
        position: relative;
        left: -28px;
        /* IE7-8 doesn't have border-radius, so don't indent the padding */
        margin-bottom: 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

.search-query:focus + button {
    z-index: 3;
}


/*LOGIN PAGE*/

.form-signin {
    width: 100%;
    max-width: 500px;
    padding: 15px;
    margin: auto;
}

    .form-signin .checkbox {
        font-weight: 400;
    }

    .form-signin .form-control {
        position: relative;
        box-sizing: border-box;
        height: auto;
        padding: 10px;
        font-size: 16px;
    }

        .form-signin .form-control:focus {
            z-index: 2;
        }

    .form-signin input[type="email"] {
        margin-bottom: -1px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .form-signin input[type="password"] {
        margin-bottom: 10px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

.login-page {
    background-color: #d12329;
    margin-top: 10%;
}

    .login-page .login-pic {
        width: 100%;
    }

.form-wrapper {
    overflow: hidden;
    background-color: #fff;
}

.login-pic-wrapper {
    min-height: 540px;
    background: url('../img/login.jpg') bottom left no-repeat;
    background-size: cover;
}

.login-wrapper {
    overflow: hidden;
    text-align: center;
    background: white;
    padding: 50px 50px;
}

    .login-wrapper .logo {
        margin-bottom: 10px;
    }

        .login-wrapper .logo img {
            margin: 0 auto;
            max-height: 90px;
        }

    .login-wrapper .title {
        margin-bottom: 50px;
        margin-top: 20px;
    }

    .login-wrapper .signup-route {
        margin-top: 30px;
    }

        .login-wrapper .signup-route a {
            cursor: pointer;
        }



@media (max-width:1400px) {
    .login-page {
        background-color: #d12329;
        margin-top: 3%;
    }
}




/*COMPANY SELECT PAGE*/
.company-select h1 {
    font-weight: 400;
    font-size: 28px;
    text-align: center;
    color: #fff;
    margin-bottom: 100px;
}

.company-select .wrapper {
    padding: 120px;
}

.company-select .companies {
    display: flex;
    flex-wrap: wrap;
}

    .company-select .companies .company {
        background-color: #fff;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        align-items: center;
        display: flex;
        justify-content: center;
        text-align: center;
        padding: 40px;
        border-radius: 10px;
        max-width: 100%;
        margin: 0 15px;
    }

        .company-select .companies .company:hover {
            box-shadow: 0 0 40px rgba(169, 255, 185, 0.7);
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

        .company-select .companies .company a {
            background-color: #fff;
            display: block;
            text-align: center;
            cursor: pointer;
        }

        .company-select .companies .company img {
            max-width: 100%;
            margin: 0 auto;
        }

@media (max-width: 1400px) {
    .company-select .wrapper {
        padding: 30px;
    }

    .company-select .companies .company {
        padding: 40px;
    }
}

@media (max-width: 992px) {
    .company-select .wrapper {
        padding: 15px;
    }

    .company-select .companies .company {
        padding: 20px;
    }
}

@media (max-width: 768px) {
    .company-select .wrapper {
        padding: 15px;
    }

    .company-select .companies .company {
        padding: 10px;
    }
}

@media (max-width: 564px) {
    .company-select h1 {
        font-weight: 400;
        font-size: 28px;
        text-align: center;
        color: #fff;
        margin-bottom: 50px;
    }

    .company-select .wrapper {
        padding: 15px;
    }

    .company-select .companies .company {
        padding: 20px 80px;
        margin-bottom: 15px;
        min-height: 180px;
    }
}

.page-close {
    position: fixed;
    top: 20px;
    right: 20px;
}

    .page-close i {
        color: #fff;
        font-size: 50px;
    }

.page-header {
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
    font-size: 30px;
    font-weight: 700;
    border: none;
}

.page-subheader {
    padding: 0;
    margin: 0;
    font-size: 15px;
    font-weight: 400;
    border: none;
}

@media (max-width:767px) {
    .page-header {
        padding: 0 50px;
        margin: 0;
        margin-bottom: 10px;
        font-size: 30px;
        font-weight: 700;
        border: none;
    }

    .page-subheader {
        padding: 0 40px;
        margin: 0;
        font-size: 15px;
        font-weight: 400;
        border: none;
        padding-bottom: 20px;
        border-bottom: #e0e0e0 1px solid;
    }
}

/*.sub-header {
  font-size: 15px;
  padding-bottom: 20px;
  border: none;
}*/


/*DASHBOARD*/

.dashboard-page .quick-four .item {
    padding: 30px;
    margin-bottom: 30px;
    background-color: #ffffff;
}

    .dashboard-page .quick-four .item .icon {
        text-align: left;
        margin-bottom: 20px;
        float: left;
    }

        .dashboard-page .quick-four .item .icon img {
            height: 60px;
        }

    .dashboard-page .quick-four .item .number {
        text-align: right;
        font-size: 30px;
        font-weight: 800;
        color: #d12329;
    }

@media (max-width:768px) {
    .dashboard-page .quick-four .item .number {
        text-align: right;
        font-size: 45px;
        font-weight: 800;
        color: #d12329;
    }
}

.dashboard-page .quick-four .item .name {
    text-align: right;
    font-size: 14px;
    font-weight: 600;
}

.dashboard-page .loads .item {
    padding: 30px;
    margin-bottom: 30px;
    background-color: #fff;
}

    .dashboard-page .loads .item .title {
        font-weight: 800;
    }

    .dashboard-page .loads .item img {
        max-width: 100%;
        height: 90px;
    }

.dashboard-page .loads .number {
    text-align: right;
    font-size: 49px;
    font-weight: 500;
    color: #d12329;
    margin-top: 20px;
}

.dashboard-page .loads .info {
    text-align: right;
    font-size: 12px;
    font-weight: 400;
    margin-top: 20px;
    opacity: 0.5;
}





/*SEFER DETAY*/
.sefer-detay-page .sefer-no {
    display: -webkit-inline-box;
    padding: 0px 16px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 33px;
    font-weight: 500;
    color: #fff;
    background-color: #d12329;
}

.sefer-detay-page .sefer-tipi {
    font-size: 17px;
    font-weight: 400;
}

.small-info {
    margin-top: 0;
    margin-bottom: 20px;
    text-align: left;
}

    .small-info .title {
        display: -webkit-inline-box;
        padding-bottom: 5px;
        margin-bottom: 5px;
        font-size: 14px;
        font-weight: 400;
        border-bottom: #d12329 2px solid;
    }

    .small-info .desc {
        font-size: 17px;
        font-weight: 600;
        margin-bottom: 0;
    }

@media (max-width:767px) {
    .small-info {
        margin-top: 30px;
        margin-bottom: 20px;
        text-align: center;
    }

        .small-info .desc {
            font-size: 17px;
            font-weight: 600;
            margin-bottom: 20px;
        }
}



.sefer-ozet {
    padding: 20px;
    background-color: #fff;
    border: 1px solid #becbcf;
    border-radius: 15px;
    margin-bottom: 60px;
}

    .sefer-ozet .title {
        margin-bottom: 10px;
        font-size: 25px;
        font-weight: 500;
    }

.sefer-aciklama {
    margin: 40px 0;
}

.sefer-detay-page .progress {
    height: 6px;
    margin: 90px auto 160px auto;
    overflow: visible;
    width: 60%;
    background-color: #e0e0e0;
    -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, .1);
    box-shadow: inset 0 0 0 rgba(0, 0, 0, .1);
}

    .sefer-detay-page .progress .progress-bar {
        position: relative;
    }

    .sefer-detay-page .progress .yuzde {
        position: absolute;
        top: -35px;
        right: 0;
        color: #d12329;
        font-size: 32px;
    }




@media (max-width:767px) {
    .sefer-detay-page .progress {
        height: 6px;
        margin: 60px auto 110px auto;
        overflow: visible;
        width: 60%;
        background-color: #e0e0e0;
        -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, .1);
        box-shadow: inset 0 0 0 rgba(0, 0, 0, .1);
    }

    .timeline {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: space-around;
        margin: -70px 0 -40px 0;
        width: 100%;
        padding: 70px 40px;
        list-style-type: none;
        overflow-x: scroll;
    }

        .timeline::after {
            content: '';
            width: 15px;
            height: 15px;
            background-color: #d12329;
            border-radius: 25px;
            border: 0 solid #ddd;
            position: absolute;
            top: 63px;
            left: 4%;
        }

        .timeline .sefer.complete .place .country {
            font-size: 10px;
            font-weight: 800;
            color: #d12329;
        }

        .timeline .sefer .place .country {
            font-size: 10px;
            font-weight: 800;
            color: #9a9a9a;
        }

        .timeline .sefer .vehicle img {
            height: 11px;
            min-width: 56px;
            text-align: center;
        }

        .timeline .sefer.complete .place .date {
            font-size: 10px;
            font-weight: 800;
            color: #d12329;
        }

        .timeline .sefer.complete .place .city {
            font-size: 10px;
            font-weight: 400;
            color: #d12329;
        }

        .timeline .sefer .place .city {
            font-size: 10px;
            font-weight: 400;
            color: #9a9a9a;
        }
}


/*KULLANICILAR*/
.modal-kullanici .modal-body {
    padding: 40px;
    background: #ffffff;
    text-align: center;
}

.modal-kullanici .user-pic {
    margin-bottom: 20px;
}

    .modal-kullanici .user-pic img {
        height: 150px;
        border-radius: 100%;
    }

.modal-kullanici .user-name-surname {
    font-size: 28px;
    font-weight: 700;
}

.modal-kullanici .user-mail {
    margin-bottom: 20px;
}

    .modal-kullanici .user-mail a {
        font-size: 16px;
        text-decoration: underline;
    }

.modal-kullanici .user-tel {
    font-size: 21px;
    margin-bottom: 60px;
}

.modal-kullanici .user-date {
    font-size: 12px;
    opacity: 0.5;
}




.table {
    color: #080808;
}


.table-responsive {
    min-height: .01%;
}

@media (max-width:767px) {
    .table-responsive {
        margin-top: 20px;
        min-height: .01%;
    }
}


.tab-container .tab-content {
    padding: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-top: none;
}

    .tab-container .tab-content .table {
        margin-bottom: 0;
    }

.table-row-highlight {
    background: #41aa5429 !important;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1) !important;
    border-bottom: #d9eadc 2px solid !important;
}

.nav-tabs > li > a {
    color: inherit;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    color: inherit;
    font-weight: 700;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

.dropdown-column {
    min-width: 180px;
    max-width: 180px;
}


.header-bar {
    position: relative;
    margin-bottom: 30px;
    clear: both;
    display: flow-root;
}

    .header-bar .pull-right {
        padding-top: 26px;
    }

        .header-bar .pull-right .only-icon-link {
            margin-right: 15px;
        }

            .header-bar .pull-right .only-icon-link i {
                padding-top: 6px;
                font-size: 29px;
            }

.action-bar {
    margin-top: 0;
    margin-bottom: 20px;
}

@media (max-width:768px) {
    .header-bar {
        position: relative;
        margin-bottom: 5px;
        clear: both;
        display: flow-root;
    }

        .header-bar .pull-left,
        .header-bar .pull-right {
            float: none !important;
            text-align: center;
        }

    .clearfix .pull-left,
    .clearfix .pull-right {
        float: none !important;
    }

    .action-bar {
        margin-top: 30px;
        margin-bottom: 10px;
    }
}

.new {
    text-align: right;
    margin-bottom: 30px;
}

.page-back-button {
    font-size: 21px;
}

@media (max-width:767px) {
    .page-back-button {
        position: absolute;
        top: 3px;
        left: 9px;
        font-size: 28px;
        color: #becbcf;
    }
}


/*TABLE*/
.table-top-bar {
    margin-bottom: 15px;
}

.table thead th {
    padding: 9px 10px !important;
    font-size: 14px;
    /*background-image: linear-gradient(#828282, #464646);*/
    background-color: #3e3e3e;
    color: #fff;
    /*border: 1px solid #525252;*/
    border-bottom-color: #e5e7eb !important;
}

.table thead tr {
}

.table tbody tr {
    background-color: #ffffff;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.11);
    border-bottom: #e0e0e0 1px solid;
}

    .table tbody tr td {
        padding-left: 10px !important;
        padding-right: 10px !important;
        vertical-align: middle;
        border-bottom-color: #e5e7eb;
    }

.table tr.noborder,
.table td.noborder {
    border: none;
}

.table tbody tr td.invoices {
    white-space: pre;
}

.table tbody tr td.email {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

.table tbody tr td.td-left-title {
    background-color: #41aa541f;
}

.table tbody tr td img {
    height: 25px;
}

.table tbody tr td i {
    font-size: 13px;
    top: 2px;
    left: 0;
    line-height: 1px;
}

.table tbody tr td .onlyicon {
    font-size: 20px;
    top: 5px;
    left: 0;
    line-height: 26px;
    margin-right: 5px;
}

.table tbody tr td a {
    font-weight: 800;
    cursor: pointer;
    text-decoration: none
}

    .table tbody tr td a:hover {
        text-decoration: none
    }

.table tbody tr td .btn {
    text-decoration: none;
}

.table .process {
    width: 105px;
    /*  text-align: center;*/
}

    .table .process .btn {
        border-radius: 5px;
        box-sizing: border-box;
        display: inline-block;
        padding: 4px 21px;
        min-width: 100px;
        font-size: 13px;
        font-weight: 700;
        text-align: center;
        cursor: pointer;
        background-image: none;
        /*text-shadow: rgba(255, 255, 255, .75) 0 1px 0;*/
        /*border: #b0b0b0 1px solid !important;*/
        color: #686868;
    }

.table .dropdown-menu .btn-remove {
    color: red;
}

.table .dropdown-menu hr {
    margin-top: 0px;
    margin-bottom: 0px;
}

.table tbody tr.total {
    background-color: #41aa541f;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.11);
    border-bottom: #e0e0e0 1px solid;
}

    .table tbody tr.total td {
        padding: 10px !important;
        font-size: 16px;
        font-weight: 800;
        vertical-align: middle;
    }




/*PAHINATION*/
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #d12329;
    border-color: #d12329;
}

.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: inherit;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #e4e4e4;
    font-weight: 700;
}

/*Theme End*/

/*Progressbar*/
.progressbar {
    height: 15px;
}

.sectiontlist h2 {
    margin: 0;
    margin-bottom: 20px;
    font-size: 23px;
    font-weight: 700;
}

.sectiontlist h5 {
    font-weight: 600;
}

.sectiontlist p {
    font-size: 16px;
    margin-bottom: 20px;
}

@media (max-width:767px) {
    .sectiontlist h2 {
        margin: 0;
        margin-bottom: 10px;
        font-size: 23px;
        font-weight: 700;
    }

    .sectiontlist p {
        font-size: 16px;
        margin-bottom: 40px;
    }
}


.alphabet-avatar {
    margin: 0;
    color: #fff;
    text-align: center;
    word-wrap: normal;
    word-break: break-word;
    word-break: normal;
    font-weight: 800;
    width: 40px;
    height: 29px;
    font-size: 14px;
    border-radius: 5px;
    line-height: 1.33333;
    font-synthesis: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-feature-settings: 'liga', 'kern';
    background-color: #d12329;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    cursor: pointer;
}

.user-image {
    overflow: hidden;
    margin: 5px 0;
    height: auto;
    border-radius: 10px;
    background-color: #e5eaed;
}

.form-user-upload .form-control {
    display: none;
}



.data-group {
    overflow: hidden;
    margin-bottom: 15px;
    display: flex;
}

    .data-group label {
        font-size: 14px;
        font-weight: 800;
        word-wrap: break-word;
        min-width: 130px;
        max-width: 130px;
        margin-right: 10px;
    }

    .data-group span {
        font-size: 14px;
        font-weight: 400;
        word-wrap: break-word;
        width: 100%;
    }



.belge-wrapper {
    padding: 10px;
    margin-bottom: 30px;
    background: white;
    border: #becbcf 2px solid;
    border-radius: 12px;
    box-shadow: 0 5px 5px #00000021;
}

    .belge-wrapper:hover {
        padding: 10px;
        background: white;
        border: #becbcf 2px solid;
        border-radius: 12px;
        box-shadow: 0 5px 5px #0000003b;
    }

    .belge-wrapper a {
    }

    .belge-wrapper img {
    }

    .belge-wrapper label {
        text-align: center;
        margin-top: 10px;
    }



.add-item {
    text-align: center;
    margin: 0 0 20px 0;
}

.add-item-button {
    font-size: 26px;
    color: #cccccc;
    text-decoration: none;
}

.add-item .add-item-button:hover,
.add-item .add-item-button:focus {
    font-size: 26px;
    color: #d12329;
    text-decoration: none;
}

.print-page {
}

    .print-page .logo-bar {
    }

        .print-page .logo-bar .logo img {
            height: 60px;
        }

    .print-page .ekstre-date {
        margin-bottom: 10px;
        text-align: right;
    }

    .print-page .table tbody tr {
        background-color: #ffffff;
        box-shadow: none;
        border-bottom: none;
    }

        .print-page .table tbody tr.total {
            background-color: #ffffff;
            box-shadow: none;
            border-bottom: none;
        }

.table tbody tr.total td {
    padding: 10px !important;
    font-size: 16px;
    font-weight: 800;
    vertical-align: middle;
    background: #e6e6e6;
}

.table .nocolor {
    background: #f0f4f4 !important;
}


#loading {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: block;
    opacity: 0.7;
    background-color: #fff;
    z-index: 16777271;
    text-align: center;
}

#loading-image {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 100;
}


.yeni-siparis-page {
    margin-top: 70px;
}

.disabledFormElement {
    background: #e5eaed !important
}


.progressbar-top {
    position: absolute;
    width: 100%;
    height: 3px;
    overflow-x: hidden;
}

.line {
    position: absolute;
    opacity: 0.4;
    background: #d12329;
    width: 150%;
    height: 5px;
}

.subline {
    position: absolute;
    background: #d12329;
    height: 5px;
}

.inc {
    animation: increase 2s infinite;
}

.dec {
    animation: decrease 2s 0.5s infinite;
}

@keyframes increase {
    from {
        left: -5%;
        width: 5%;
    }

    to {
        left: 130%;
        width: 100%;
    }
}

@keyframes decrease {
    from {
        left: -80%;
        width: 80%;
    }

    to {
        left: 110%;
        width: 10%;
    }
}


.topbar {
    background: #fff;
    padding: 15px;
}


.sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 100; /* Behind the navbar */
    background: #fff;
    box-shadow: inset -1px 0 0 rgb(231, 234, 237);
    overflow: auto;
}

@@media (max-width: 767.98px) {
    .sidebar {
        top: 5rem;
    }
}

.sidebar-sticky {
    position: relative;
    top: 0;
    height: calc(100vh - 48px);
    padding-top: .5rem;
    overflow-x: hidden;
    overflow-y: auto;
}

.sidebar .nav-link {
    font-weight: bold;
    color: #444444;
    text-decoration: none;
    padding: .7rem 1rem;
    font-size: 16px;
}

    .sidebar .nav-link .feather {
        margin-right: 10px;
        max-width: 20px;
        vertical-align: text-bottom;
    }

    .sidebar .nav-link.active {
        color: #000;
        background: #f3f4f5;
        border-radius: 5px
    }

        .sidebar .nav-link:hover .feather,
        .sidebar .nav-link.active .feather {
            color: inherit;
        }


.sidebar-heading {
    font-size: .75rem;
    text-transform: uppercase;
}

.sidebar-card {
    border: 1px solid rgb(243 244 245);
}

.sidebar-menu-sub-li {
    text-decoration: none;
    padding: .4rem 0rem;
    display: block;
    font-size: 15px;
}

    .sidebar-menu-sub-li a {
        color: #080808;
        text-decoration: none;
        display: block;
    }

    .sidebar-menu-sub-li .active {
        color: #000000;
        font-weight: 800;
    }

.topmenu {
    background: #fff;
    padding: 15px;
}


.collapsing {
    transition: height .10s ease
}

#content {
}



#overlay {
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f4f5f6; /* Black background with opacity */
    opacity: 0.5;
    z-index: 999999; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
    display: block;
}



.loadingIcon {
    align-items: center;
    padding-top: 200px;
    padding-bottom: 40px;
    background-color: #f5f5f5;
}

table.table-condensed tr {
    border: 1px solid #f3f4f5;
    padding: 5px;
    text-align: center;
}

table.table-condensed th {
    border: 1px solid #797979;
    padding: 5px;
    text-align: center;
    font-size: 15px;
    background: #f3f4f5;
}

table.table-condensed td {
    border: 1px solid #dadada;
    padding: 8px;
    text-align: center;
    cursor: pointer;
    font-size: 14px
}

    table.table-condensed td.day {
        color: #000000;
    }

    table.table-condensed td.old {
        color: #929191;
    }

    table.table-condensed td.active {
        font-weight: bold;
        background: #d4d4d4;
    }

    table.table-condensed td.new {
        color: #929191;
    }


    table.table-condensed td:hover {
        background-color: #d2d2d2;
    }


.card {
    border-radius: 5px;
}

.card-footer {
    border-top: none;
}

.card-header {
    background-color: inherit;
    border-bottom: none;
}

.modal {
    z-index: 9012;
}

.modal-backdrop {
    z-index: 9011;
}

.bWidth {
    width: 200px
}

.bg-def {
    background-color: #f3f4f5 !important;
}

.fs11 {
    font-size: 11px;
}

.nav-tabs .nav-link {
    font-size: 16px;
    padding-left: 15px;
    padding-right: 15px;
}

    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
        font-weight: bold;
    }

.alert-warning {
    color: #664d03;
    background-color: #fff3cd;
    border-color: #ffecb5;
    font-size: 14px;
}

    .alert-warning .alert-link {
        color: #523e02
    }

.timeline {
    width: 70%;
    height: 20px;
    list-style: none;
    text-align: justify;
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(45%, rgba(255,255,255,0)), color-stop(51%, rgba(191,128,11,1)), color-stop(57%, rgba(255,255,255,0)), color-stop(100%, rgba(255,255,255,0)));
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 45%, rgba(76,131,134), rgba(255,255,255,0) 57%, rgba(255,255,255,0) 100%);
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
}

    .timeline:after {
        display: inline-block;
        content: "";
        width: 100%;
    }

    .timeline li {
        display: inline-block;
        width: 14px;
        height: 14px;
        top: 3px;
        background: #d12329;
        text-align: center;
        line-height: 1.2;
        position: relative;
        border-radius: 50%;
    }

        .timeline li:before {
            display: inline-block;
            content: attr(data-year);
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
        }


        .timeline li:after {
            display: inline-block;
            content: attr(data-text);
            font-size: 11px;
            position: absolute;
            left: 50%;
            min-width: 110px;
            transform: translateX(-50%);
        }

        .timeline li:nth-child(odd):after {
            bottom: 0;
            margin-bottom: -10px;
            transform: translate(-50%, 100%);
        }

        .timeline li:nth-child(even):after {
            bottom: 0;
            margin-bottom: -10px;
            transform: translate(-50%, 100%);
        }

.minh150 {
    min-height: 150px;
}

.hometable thead th {
    background-image: none;
    background-color: #565656;
}

.form-group label {
    white-space: nowrap !important;
}

.badge {
    font-size: 0.8em;
}

.daterangepicker td.in-range {
    background: #d12329 !important;
    color: #fff !important;
}


.datetimepicker {
    padding: 0px !important
}

.w-40 {
    width: 40% !important
}

.w-45 {
    width: 45% !important
}

.w-49 {
    width: 49% !important
}


.fs-7 {
    font-size: 0.85rem !important
}

.transportDocumentType {
    height: 110px;
    text-transform: uppercase;
    padding: 4px;
    padding-top: 8px;
}

.wspre {
    white-space: pre;
}

.checkbox-size {
    width: 16px;
    height: 16px;
    margin-right: 4px
}

.checkbox-size-label {
    margin-top: 2px;
}

.accordion-flush .accordion-item .accordion-button {
    font-weight: bold
}

.form-check {
    margin-bottom: 0.2em;
}

.form-check-label {
    padding-top: 3px;
    font-size: 14px
}

.vehicleLocationNotes {
    width: 15px;
    height: 15px;
    font-size: 15px;
    margin-right: 5px;
    margin-left: 10px
}

.mh34 {
    max-height: 34px
}

.nested-table thead tr th {
    background-color: #f8f9fa;
    color: #000;
}

.int-border-l {
    border-left: 15px solid #fff3cd
}

.int-border-l2 {
    border-left: 15px solid #ffcdcd
}

.ws-nowrap {
    white-space: nowrap;
}


.bgcolor-warning {
    background-color: #fff3cd !important;
}

h5 {
    font-weight: 600;
    font-size: 18px
}

.col .form-group label {
    display: block
}

.theredotted {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.btn-outline-primary {
    color: #d12329;
    border-color: #d12329;
}


    .btn-check:active + .btn-outline-primary, .btn-check:checked + .btn-outline-primary, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show, .btn-outline-primary:active, .btn-outline-primary:hover {
        background-color: #d12329;
        border-color: #d12329;
    }

.fw-600 {
    font-weight: 600 !important;
}


xsmalltooltip {
    font-style: italic;
    position: relative;
    cursor: help;
}

    xsmalltooltip:hover::after {
        background: #fff3cd;
        border-color: #ffecb5;
        color: #664d03;
        font-weight: bold;
        border-radius: 1px;
        cursor: help;
        content: attr(text);
        display: block;
        padding: 1em;
        position: absolute;
        width: 280px;
        z-index: 99999;
    }

.breadcrumb {
    margin-top: -23px;
    margin-left: -24px;
    margin-right: -24px;
    padding: 11px;
    padding-left: 27px;
    background-color: #fff;
}

.breadcrumb-back-icon {
    width: 16px;
    height: 16px;
}

.breadcrumb-item a {
    text-decoration: none
}
.createicon {
    font-size: 15px;
    margin-left: 2px;
    color: #a5a5a5
}

.homewidget {
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
}


.drop-zone {
    width:100%;
    height: 70px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: "Quicksand", sans-serif;
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
    color: #cccccc;
    border: 4px dashed #d12329;
    border-radius: 10px;
}

.drop-zone--over {
    border-style: solid;
}

.drop-zone__input {
    display: none;
}

.drop-zone__thumb {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    background-color: #cccccc;
    background-size: cover;
    position: relative;
}

    .drop-zone__thumb::after {
        content: attr(data-label);
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 5px 0;
        color: #ffffff;
        background: rgba(0, 0, 0, 0.75);
        font-size: 14px;
        text-align: center;
    }


.truncate {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 175px;
}
.circular-btn {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}