/*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: #41AA54;
}

    a:focus,
    a:hover {
        color: #41AA54;
        text-decoration: underline;
    }

.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;
}

/*SIDEMENU*/
.vd-nav-item {
    box-sizing: border-box;
    height: 100%
}

.vd-nav-item-action {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    color: inherit;
    -ms-flex-align: center;
    text-decoration: none
}

    .vd-nav-item-action:active,
    .vd-nav-item-action:focus,
    .vd-nav-item-action:hover {
        color: inherit
    }

.vd-nav-item--disabled {
    cursor: not-allowed
}

.vd-popover-container--inside-modal {
    z-index: 420
}

.vd-sidebar,
.vd-toast-notification-container,
.vd-topbar {
    line-height: normal;
    font-family: lato, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif
}

.vd-select-inline {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-self: baseline;
    align-self: baseline;
    -ms-flex-item-align: baseline
}

.vd-sidebar,
.vd-sidebar-drawer {
    display: -webkit-flex;
    display: -ms-flexbox
}

.vd-select-inline--placeholder {
    color: #6692B0
}

.vd-select-inline-text {
    pointer-events: none
}

.vd-select-inline-chevron {
    -webkit-align-self: center;
    align-self: center;
    padding-left: .1em;
    font-size: .5em;
    pointer-events: none;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center
}

.vd-sidebar {
    position: relative;
    display: flex;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    height: calc(100% - 50px);
    -ms-flex-negative: 0
}

@media only screen and (max-width: 1200px) {
    .nv-sidenav {
        position: fixed;
        left: -230px;
        height: 100%;
        -webkit-transform: translateX(calc(-100% - 1px));
        transform: translateX(calc(-100% - 1px));
        z-index: 999;
    }

    .sideopen {
        left: 0px;
    }
}

.vd-sidebar-drawer,
.vd-sidebar-tabs {
    -webkit-flex-shrink: 0;
    box-sizing: border-box
}

.vd-sidebar-drawer {
    display: flex;
    flex-shrink: 0;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 145px;
    height: 100%;
    border-right: 1px solid #E5EAED;
    background-color: #FFF;
    -ms-flex-negative: 0;
    overflow: auto;
}

.vd-sidebar-tabs,
.vd-splash-fullscreen {
    display: -webkit-flex;
    display: -ms-flexbox
}

.vd-sidebar-drawer .vd-nav-item {
    width: 100%;
    height: auto;
    color: #3A4953;
    font-weight: 700
}

    .vd-sidebar-drawer .vd-nav-item:hover {
        background: #F0F4F4
    }

.vd-sidebar-drawer .vd-nav-item-action {
    padding: 20px 10px;
    text-decoration: none;
    cursor: pointer
}

.vd-sidebar-drawer .vd-nav-item--active,
.vd-sidebar-drawer .vd-nav-item--pending {
    color: #6692B0
}

.vd-sidebar-drawer .vd-nav-item--disabled {
    opacity: .35;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

    .vd-sidebar-drawer .vd-nav-item--disabled:hover {
        background-color: inherit
    }

.vd-sidebar-drawer .vd-nav-item-label {
    font-size: 14px
}

.vd-sidebar-tabs {
    overflow: auto;
    z-index: 101;
    display: flex;
    flex-shrink: 0;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 85px;
    height: 100%;
    background-color: #E5EAED;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .05);
    color: #3A4953;
    font-size: 12px;
    -ms-flex-negative: 0
}

    .vd-sidebar-tabs .vd-nav-item {
        -webkit-flex-shrink: 0;
        flex-shrink: 0;
        width: 100%;
        height: 75px;
        -ms-flex-negative: 0
    }

        .vd-sidebar-tabs .vd-nav-item:hover {
            background: #F0F4F4
        }

    .vd-sidebar-tabs .vd-nav-item-action {
        position: relative;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center;
        text-decoration: none;
        cursor: pointer;
    }

    .vd-sidebar-tabs .vd-nav-item--active {
        background: #FFF
    }

    .vd-sidebar-tabs .vd-nav-item--pending {
        background: #F0F4F4
    }

    .vd-sidebar-tabs .vd-nav-item--disabled {
        opacity: .35;
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%)
    }

        .vd-sidebar-tabs .vd-nav-item--disabled:hover {
            background-color: inherit
        }

    .vd-sidebar-tabs .vd-nav-item-label {
        font-weight: 700
    }

    .vd-sidebar-tabs .vd-nav-item-icon {
        font-size: 20px;
        color: #41AA54
    }

    .vd-sidebar-tabs .vd-nav-item--ocean-green .vd-nav-item-icon {
    }

    .vd-sidebar-tabs .vd-nav-item--ocean-green.vd-nav-item--active,
    .vd-sidebar-tabs .vd-nav-item--ocean-green.vd-nav-item--pending {
        border-color: #44B773
    }

    .vd-sidebar-tabs .vd-nav-item--shakespeare .vd-nav-item-icon {
        color: #56BAD6
    }

    .vd-sidebar-tabs .vd-nav-item--shakespeare.vd-nav-item--active,
    .vd-sidebar-tabs .vd-nav-item--shakespeare.vd-nav-item--pending {
        border-color: #56BAD6
    }

    .vd-sidebar-tabs .vd-nav-item--rajah .vd-nav-item-icon {
        color: #F3C276
    }

    .vd-sidebar-tabs .vd-nav-item--rajah.vd-nav-item--active,
    .vd-sidebar-tabs .vd-nav-item--rajah.vd-nav-item--pending {
        border-color: #F3C276
    }

    .vd-sidebar-tabs .vd-nav-item--carnation .vd-nav-item-icon {
        color: #F5765F
    }

    .vd-sidebar-tabs .vd-nav-item--carnation.vd-nav-item--active,
    .vd-sidebar-tabs .vd-nav-item--carnation.vd-nav-item--pending {
        border-color: #F5765F
    }

    .vd-sidebar-tabs .vd-nav-item--wistera .vd-nav-item-icon {
    }

    .vd-sidebar-tabs .vd-nav-item--wistera.vd-nav-item--active,
    .vd-sidebar-tabs .vd-nav-item--wistera.vd-nav-item--pending {
        border-color: #A059B5
    }

    .vd-sidebar-tabs .vd-nav-item--java .vd-nav-item-icon {
        color: #20C2A6
    }

    .vd-sidebar-tabs .vd-nav-item--java.vd-nav-item--active,
    .vd-sidebar-tabs .vd-nav-item--java.vd-nav-item--pending {
        border-color: #20C2A6
    }

    .vd-sidebar-tabs .vd-nav-item--waterloo .vd-nav-item-icon {
        color: #7D769B
    }

    .vd-sidebar-tabs .vd-nav-item--waterloo.vd-nav-item--active,
    .vd-sidebar-tabs .vd-nav-item--waterloo.vd-nav-item--pending {
        border-color: #7D769B
    }

    .vd-sidebar-tabs .vd-nav-item--di-serria .vd-nav-item-icon {
        color: #DCAC56
    }

    .vd-sidebar-tabs .vd-nav-item--di-serria.vd-nav-item--active,
    .vd-sidebar-tabs .vd-nav-item--di-serria.vd-nav-item--pending {
        border-color: #DCAC56
    }

    .vd-sidebar-tabs .vd-nav-item--pharlap .vd-nav-item-icon {
        color: #A48A88
    }

    .vd-sidebar-tabs .vd-nav-item--pharlap.vd-nav-item--active,
    .vd-sidebar-tabs .vd-nav-item--pharlap.vd-nav-item--pending {
        border-color: #A48A88
    }

    .vd-sidebar-tabs .vd-nav-item--blue-chill .vd-nav-item-icon {
        color: #10768E
    }

    .vd-sidebar-tabs .vd-nav-item--blue-chill.vd-nav-item--active,
    .vd-sidebar-tabs .vd-nav-item--blue-chill.vd-nav-item--pending {
        border-color: #10768E
    }

    .vd-sidebar-tabs .vd-nav-item--puce .vd-nav-item-icon {
        color: #C7809A
    }

    .vd-sidebar-tabs .vd-nav-item--puce.vd-nav-item--active,
    .vd-sidebar-tabs .vd-nav-item--puce.vd-nav-item--pending {
        border-color: #C7809A
    }

    .vd-sidebar-tabs .vd-nav-item--fiord .vd-nav-item-icon {
    }

    .vd-sidebar-tabs .vd-nav-item--fiord.vd-nav-item--active,
    .vd-sidebar-tabs .vd-nav-item--fiord.vd-nav-item--pending {
        border-color: #485770
    }

    .vd-sidebar-tabs .vd-nav-item--roman .vd-nav-item-icon {
        color: #DA6E54
    }

    .vd-sidebar-tabs .vd-nav-item--roman.vd-nav-item--active,
    .vd-sidebar-tabs .vd-nav-item--roman.vd-nav-item--pending {
        border-color: #DA6E54
    }

.nv-topnav-header .vd-nav-item-icon {
    font-size: 42px
}

.nv-topnav-header.vd-nav-item--disabled .vd-nav-item-icon {
    opacity: .5
}

.nv-topnav-header.nv-topnav-header--mobile {
    display: none
}

.nv-topnav-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-align-items: center;
    align-items: center;
    -webkit-align-self: flex-end;
    align-self: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    margin-left: auto;
    height: 100%;
    -ms-flex-align: center;
    -ms-flex-pack: end;
    -ms-flex-item-align: end
}

@media only screen and (max-width:480px) {
    .nv-topnav-content {
        -webkit-flex: initial;
        -ms-flex: initial;
        flex: initial
    }
}

.nv-sidenav-content,
.nv-topnav-title {
    display: -webkit-flex;
    position: fixed;
    height: 100%;
    z-index: 9;
}

.nv-topnav-title {
    display: flex;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
    font-weight: 700;
    font-size: 15px;
    -ms-flex-align: center;
    -ms-flex-negative: 0
}


.container-flex {
    display: flex;
}

.sidemenu {
    margin-top: 10px;
}

#mainContent {
    flex: 1;
    margin-left: 130px;
    margin-right: 30px;
}

.subpage-margin {
    margin-left: 260px !important;
}

@media only screen and (max-width: 1200px) {
    .container-flex {
        display: block;
    }

    #mainContent {
        flex: 1;
        margin-left: 30px !important;
        margin-right: 30px;
    }

    .subpage-margin {
        margin-left: 30px !important;
    }
}

@media only screen and (max-width: 768px) {
    .container-flex {
        display: block;
    }

    #mainContent {
        flex: 1;
        margin-left: 0 !important;
        margin-right: 0;
    }

    .subpage-margin {
        margin-left: 30px !important;
    }
}

.btn {
    display: inline-block;
    padding: 7px 42px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 700;
    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;
}

.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: #41AA54;
}

.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;
    }

.btn-primary {
    color: #fff;
    background-color: #41AA54;
    border-color: #41AA54;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #41AA54;
        border-color: #41AA54;
    }

    .btn-primary.active,
    .btn-primary:active,
    .open > .dropdown-toggle.btn-primary {
        color: #fff;
        background-color: #41AA54;
        border-color: #41AA54;
    }

    .btn-primary.focus,
    .btn-primary:focus {
        color: #fff;
        background-color: #41AA54;
        border-color: #41AA54;
    }

    .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: #41AA54;
        border-color: #41AA54;
    }

    .btn-primary .btn-icon-right-primary {
        height: 10px;
        margin-left: 20px;
        margin-right: -20px;
    }

.btn-primary-outline {
    color: #41AA54;
    background: none;
    border-color: #41AA54;
    border-width: 1px;
}

    .btn-primary-outline:hover {
        color: #41AA54;
        background: none;
        border-color: #41AA54;
    }

    .btn-primary-outline.active,
    .btn-primary-outline:active,
    .open > .dropdown-toggle.btn-primary-outline {
        color: #41AA54;
        background: none;
        border-color: #41AA54;
    }

    .btn-primary-outline.focus,
    .btn-primary-outline:focus {
        color: #41AA54;
        background: none;
        border-color: #41AA54;
    }

    .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: #41AA54;
        background: none;
        border-color: #41AA54;
    }

    .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: 2px solid #e5eaed;
    background: none;
    background-color: #fff;
    text-indent: 6px;
    color: #333;
    font-size: 14px;
    font-weight: 600;
    height: 38px;
    border-radius: 3px;
}

    select:focus {
        outline: 0;
    }

.col-xs-1 select,
.col-sm-1 select,
.col-md-1 select,
.col-lg-1 select {
    min-width: 100%;
}

@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: 15px;
    text-indent: 2px;
    font-size: 14px;
    height: 29px;
    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: #41AA54;
    background-color: #41aa5452;
    border-color: #41AA54;
}

.has-feedback label ~ .form-control-feedback {
    top: 21px;
}

.has-success .form-control-feedback {
    color: #41AA54;
}

.has-success .form-control {
    border-color: #41AA54;
    -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: #41AA54;
        -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: #41AA54;
    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: #41AA54;
    -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: #41AA54;
    border: #41AA54 2px solid;
}

.label-yeni {
    color: #fff;
    background-color: #a4a5ab;
}

.label-yolda {
    color: #fff;
    background-color: #3cb2ea;
}

.label-tamamlandi {
    color: #fff;
    background-color: #41AA54;
}

.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: inherit;
    background-color: #fff;
    background-image: none;
    border: 2px solid;
    border-color: #e5eaed;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-small .form-control {
    display: block;
    width: 100%;
    height: 28px;
    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: 40px auto;
    width: 100%;
    border-top: 1px solid #becbcf;
    border-right: none;
    border-bottom: none;
    border-left: none;
}

label {
    display: inline-block;
    width: 100%;
    font-size: 13px;
    margin-bottom: 0;
    font-weight: 600;
    text-align: left;
}

.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: 50px;
    background: none;
    box-shadow: none;
    z-index: 99999;
}

@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: whitesmoke;
}

    .modal-header .close {
        font-size: 34px;
    }

.modal-sm .modal-header .close {
    font-size: 26px;
}

.modal-content {
    border-radius: 0;
}

.modal-body {
    padding: 40px;
    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: 400 !important;
        color: inherit;
        border-bottom: #dcdcdc 1px solid !important;
        text-decoration: none !important;
    }

.btn-group {
    display: inline-block;
}

.form-group .btn-group {
    width: 100%;
}

.btn-grid-search {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-top: 21px;
}

@media (max-width:991px) {
    .btn-grid-search {
        padding-left: 0;
        padding-right: 0;
        width: 100%;
        margin-top: 21px;
    }
}

@media (max-width:767px) {
    .btn-grid-search {
        padding-left: 0;
        padding-right: 0;
        width: 100%;
        margin-top: 20px;
    }
}

/*
.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: #41AA54;
    }

    .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-style: normal;
    color: #3A4953;
    padding-top: 50px;
    background: #f0f4f4;
    font-synthesis: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


@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: #41AA54;
}

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: #41AA54;
}

.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
    }
}

.container-fluid > .navbar-collapse,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container > .navbar-header {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width:768px) {

    .container-fluid > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container > .navbar-collapse,
    .container > .navbar-header {
        margin-right: 0;
        margin-left: 0
    }
}

.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
    }

@media (min-width:768px) {

    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: -15px
    }
}

.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: #41AA54 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: #41AA54 1px solid;
    background: #41AA54;
}

.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: #41AA54;
    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: #41AA54 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: #41AA54;
        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: #41AA54;
            margin-left: 5px;
            margin-right: 5px;
        }

/*
   * Sidebar
   */

/* Hide for mobile, show later */
.sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    display: block;
    padding: 20px 40px;
    overflow-x: hidden;
    overflow-y: auto;
    /* Scrollable contents if viewport is shorter than content. */
    border-right: 1px solid #eee;
    background-color: #fff;
    box-shadow: 1px 0px 0px #e0e0e0;
}

.company-logo {
    text-align: center;
}

    .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;
}

@media (max-width: 1400px) {
    .sidebar {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        z-index: 1040;
        display: block;
        padding: 20px 15px;
        overflow-x: hidden;
        overflow-y: auto;
        border-right: 1px solid #eee;
        background-color: #fff;
        box-shadow: 1px 0px 0px #e0e0e0;
    }
}

@media (max-width: 768px) {
    .sidebar {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        z-index: 1500;
        display: block;
        padding: 20px 40px;
        overflow-x: hidden;
        overflow-y: auto;
        /* Scrollable contents if viewport is shorter than content. */
        border-right: 1px solid #eee;
        background-color: #fff;
        box-shadow: 1px 0px 0px #e0e0e0;
    }
}

/* Sidebar navigation */
.nav-sidebar {
    margin-right: -21px;
    /* 20px padding + 1px border */
    margin-bottom: 20px;
    margin-left: -20px;
}

    .nav-sidebar > li > a {
        padding-right: 20px;
        padding-left: 20px;
        color: #94979D;
        font-weight: 400;
        font-size: 15px;
    }

        .nav-sidebar > li > a:hover {
            color: #41AA54;
            background: none !important;
        }

    .nav-sidebar > .active > a,
    .nav-sidebar > .active > a:hover,
    .nav-sidebar > .active > a:focus {
        color: #41AA54;
        background: #F7F7F7;
        border-right: #41AA54 3px solid;
    }

.sidebar .version {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    width: 75%;
    margin: 0 20px;
    color: #94979D;
    font-weight: 400;
    font-size: 11px;
    border-top: #dadada 1px solid;
    padding-top: 15px;
    text-align: center;
}

/*
   * 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*/
.login-page {
    background-color: #41AA54;
    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: 60px 70px;
}

    .login-wrapper .logo {
        margin-bottom: 10px;
    }

        .login-wrapper .logo img {
            margin: 0 auto;
            height: 90px;
        }

    .login-wrapper .title {
        margin-bottom: 40px;
    }

    .login-wrapper .signup-route {
        margin-top: 30px;
    }

        .login-wrapper .signup-route a {
            border-bottom: #c6bff4 1px solid;
            text-decoration: none !important;
        }

            .login-wrapper .signup-route a:hover {
                border-bottom: #523ce0 1px solid;
                text-decoration: none !important;
            }

@media (max-width:1400px) {
    .login-page {
        background-color: #41AA54;
        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;
    }

        .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: #41AA54;
    }

@media (max-width:768px) {
    .dashboard-page .quick-four .item .number {
        text-align: right;
        font-size: 45px;
        font-weight: 800;
        color: #41AA54;
    }
}

.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: #41AA54;
    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: #41AA54;
}

.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: #41AA54 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: #41AA54;
        font-size: 32px;
    }



.timeline {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-around;
    margin: 100px 0;
    width: 100%;
    padding: 0 40px;
    list-style-type: none;
}

    .timeline::after {
        content: '';
        width: 15px;
        height: 15px;
        background-color: #41AA54;
        border-radius: 25px;
        border: 0 solid #ddd;
        position: absolute;
        top: -7px;
        left: 34px;
    }

    .timeline .sefer::before {
        content: '';
        width: 15px;
        height: 15px;
        background-color: #b9b9b9;
        border-radius: 25px;
        border: 0 solid #ddd;
        position: absolute;
        top: -9px;
        right: 0;
    }

    .timeline .sefer {
        flex-grow: 1;
        position: relative;
        border-top: #b9b9b9 3px solid;
    }

        .timeline .sefer .status {
            position: relative;
            top: -63px;
            text-align: center;
            margin-bottom: 20px;
        }

        .timeline .sefer .vehicle {
            position: relative;
            top: -66px;
            text-align: center;
        }

            .timeline .sefer .vehicle img {
                height: 23px;
                text-align: center;
            }

        .timeline .sefer .place {
            margin-top: -35px;
        }

            .timeline .sefer .place .country {
                font-size: 16px;
                font-weight: 600;
                color: #9a9a9a;
            }

            .timeline .sefer .place .city {
                font-size: 13px;
                font-weight: 400;
                color: #9a9a9a;
            }

            .timeline .sefer .place .date {
                font-size: 12px;
                font-weight: 300;
                color: #9a9a9a;
            }

        .timeline .sefer.complete::before {
            content: '';
            width: 15px;
            height: 15px;
            background-color: #41AA54;
            border-radius: 25px;
            border: 0 solid #ddd;
            position: absolute;
            top: -9px;
            right: 0;
        }

        .timeline .sefer.complete {
            border-top: #41AA54 3px solid;
        }

            .timeline .sefer.complete .place .country {
                font-size: 14px;
                font-weight: 800;
                color: #41AA54;
            }

            .timeline .sefer.complete .place .city {
                font-size: 13px;
                font-weight: 400;
                color: #41AA54;
            }

            .timeline .sefer.complete .place .date {
                font-size: 14px;
                font-weight: 800;
                color: #41AA54;
            }

@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: #41AA54;
            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: #41AA54;
        }

        .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: #41AA54;
        }

        .timeline .sefer.complete .place .city {
            font-size: 10px;
            font-weight: 400;
            color: #41AA54;
        }

        .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-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: 65px;
    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 {
    position: absolute;
    top: 2px;
    left: -37px;
    font-size: 21px;
    color: #becbcf;
}

@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: 11px 10px !important;
    font-size: 14px;
    background-image: linear-gradient(#888, #545454);
    color: white;
    border: 1px solid #525252;
}

.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: 10px !important;
        font-size: 13px;
        font-weight: 600;
        vertical-align: middle;
    }

.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;
}

    .table tbody tr td a:hover {
        text-decoration: none
    }

.table tbody tr td .btn {
    text-decoration: none;
}

.table .process {
    width: 100px;
    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: linear-gradient(#f6f6f6, #ddd);
        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: #41AA54;
    border-color: #41AA54;
}

.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 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: 75px;
    height: 75px;
    font-size: 24px;
    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: #4caf5085;
    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: #41AA54;
    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: #41AA54;
    width: 150%;
    height: 5px;
}

.subline {
    position: absolute;
    background: #41AA54;
    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%;
    }
}
