﻿
body {
    background: #FFF;
    overflow-y: visible !important;
    font-family: 'segoeuil-webfont' !important;
    background-size: cover !important;
}

    html, body .bg1 {
        width: 100%;
        height: 100%;
        overflow-x: hidden !important;
    }


.bg1 {
    background: url(../img/bg1.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.blackFade {
    background-color: rgba(0,0,0,0.6);
    width: 100%;
    display: none;
    height: 100%;
    position: absolute;
    z-index: 1;
}

.blackFade2 {
    background-color: rgba(0,0,0,0.6);
    width: 100%;
    display: none;
    height: 100%;
    position: absolute;
    z-index: 3;
    top: 68px;
}

.blackFadeShow {
    display: block;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #ecebe8;
    color: #696969;
    text-shadow: none;
}

.nav-pills > li > a {
    border-radius: 0px;
}

.nav-pills > li a:hover {
    background-color: #ecebe8 !important;
    color: #696969;
    text-shadow: none;
}


a {
    color: #FFF;
    font-size: 15px;
    font-weight: 200;
}

    a:hover {
        /*color: #FFF;*/
        font-size: 15px;
        font-weight: 200;
    }


/*element*/
#gridsPanel [class*="col-"] {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #eee;
    border: 1px solid #ddd;
    border: 1px solid rgba(86,61,124,.2);
}

.control-label {
    font-size: 15px !important;
}

.border {
    border: 1px solid red;
}

.border-bottom {
    border-top: 1px solid #d8d8d8 !important;
}

.mt2 {
    margin-top: 2px !important;
}

.mr15 {
    margin-right: 15px;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt68 {
    margin-top: 68px !important;
}

.mt90 {
    margin-top: 90px !important;
}

.mte10 {
    margin-top: -10px;
}

.mte12 {
    margin-top: -12px;
}

.space2 {
    width: 100%;
    height: 2px;
}

.space20 {
    width: 100%;
    height: 20px;
}

.space40 {
    width: 100%;
    height: 40px;
}

.space60 {
    width: 100%;
    height: 60px;
}

.space70 {
    width: 100%;
    height: 70px;
}

.space80 {
    width: 100%;
    height: 80px;
}

.space88 {
    width: 100%;
    height: 88px;
}

a, a:active, a:focus {
    outline: none;
}

.m10 {
    margin: 10px;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

hr {
    margin: 0px;
    border: 1px solid;
}

i {
    font-style: inherit !important;
}

.w80 {
    width: 80% !important;
}

.input {
    border: 1px solid #e8ecef;
    -webkit-transition: border 0.4s;
    -moz-transition: border 0.4s;
    transition: border 0.4s;
    padding: 15px !important;
    border-radius: 5px !important;
}

.btn {
    border-radius: 0px;
}

.RequiredFieldMark {
    float: left;
    margin-left: 2px;
    font-size: 15px;
    color: red;
}

.flexcroll {
}

    .flexcroll::-webkit-scrollbar {
        width: 10px;
    }

    .flexcroll::-webkit-scrollbar-track {
        -webkit-border-radius: 0px;
        border-radius: 0px;
    }

    .flexcroll::-webkit-scrollbar-thumb {
        -webkit-border-radius: 5px;
        border-radius: 0px;
        background: #696969;
    }


/*login*/
.login {
    color: #FFF;
    width: 100%;
    background: url(../img/login-bg-min.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow: hidden;
    position: absolute;
    top: 0px;
    bottom: 0px;
}

.login-left {
    width: 40%;
    background: #16a085;
    height: 100%;
}

    .login-left ul {
        margin-top: 20%;
        color: #FFF;
        text-align: center;
    }

    .login-left li {
        text-align: center;
    }

    .login-left h1 {
        color: #fff;
        font-size: 80px;
    }

    .login-left span {
        font-size: 22px;
        font-weight: lighter;
    }

.login-right {
    margin: 0px auto;
    margin-top: 15%;
    color: #FFF;
}

.login form {
    width: 400px;
    margin: 0px auto;
}

    .login form .btn-turquoise {
        border-top: 1px solid #24d9b6;
        width: 100%;
        padding: 10px !important;
        font-size: 20px !important;
        font-weight: lighter;
    }

        .login form .btn-turquoise:hover {
            color: #FFF;
        }

    .login form input {
        padding: 10px !important;
        height: 50px !important;
        font-size: 20px !important;
        font-weight: lighter;
    }

.versionContainer {
    text-align: center;
    margin-top: 30px;
}

/*dashboard*/


.login .avatar {
    margin: 0px auto;
    width: 150px;
    margin-top: 7px;
    height: 150px;
    border: 2px dotted #b7ac96;
    background: none;
    -moz-border-radius: 90px;
    -webkit-border-radius: 90px;
    border-radius: 90px;
}

    .login .avatar img {
        margin-left: 12px;
        margin-top: 12px;
        width: 124px;
        height: 124px;
        -moz-border-radius: 90px;
        -webkit-border-radius: 90px;
        border-radius: 90px;
    }


.dashboard .user-photo {
    border-radius: 100%;
    max-width: 100px !important;
}

.dashboard .user-name {
    font-size: 28px;
    margin: 10px;
    color: #fFF;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 1);
}

.dashboard .job {
    font-size: 17px;
    margin: 10px;
    color: #fFF;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 1);
    margin-top: -10px;
}

.dashboard .addon li {
    padding-left: 1px;
    float: left;
    display: block;
}

    .dashboard .addon li a {
        text-decoration: none;
        width: 135px;
        height: 115px;
        display: block;
    }

.dashboard .addon h4 {
    font-size: 15px;
    font-weight: 100 !important;
    padding: 10px;
    color: #FFF !important;
    text-align: right !important;
}

.dashboard .addon .top {
    width: 100%;
    height: 88px;
}

.dashboard .addon .bottom {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}

.dashboard .addon i {
    font-size: 21px;
    color: #FFF;
}

.dashboard .addon .number {
    font-size: 22px;
    color: #FFF;
    margin-top: -5px;
    font-weight: 200 !important;
    letter-spacing: -1px;
}


.dashboard .addon *[draggable=true] {
    -moz-user-select: none;
    -khtml-user-drag: element;
    cursor: move;
}

.dashboard .addon *:-khtml-drag {
    background-color: rgba(238,238,238,0.5);
}


#bin {
    height: 50px;
    width: 75px;
}

#plus {
    height: 50px;
    width: 50px;
}

/*Datepicker*/
.datepickerHolder {
    background-color: transparent !important;
    color: #fff;
    font-size: 25px;
    border: none;
    outline: none;
    min-height: 43px;
    margin-left: 0px;
    float: left;
    width: 200px;
}

.datetimepicker {
    padding: 4px;
    margin-top: 1px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    direction: ltr;
    width: 335px !important;
    color: #fff;
}

    .datetimepicker:after {
        content: none !important;
    }

    .datetimepicker td,
    .datetimepicker th {
        text-align: center;
        width: 60px !important;
        height: 40px !important;
        -webkit-border-radius: 0px !important;
        -moz-border-radius: 0px !important;
        border-radius: 0px !important;
        border: none;
        font-size: 24px;
        font-weight: 900 !important;
    }

.datePickerSubContainer {
    margin-left: 80px;
}

.dateButton {
    background: none;
    border: none;
    width: 170px;
    position: absolute;
    margin-left: 30px;
    margin-top: 6px;
    height: 34px;
}

.glyphHide:before {
    content: initial;
}

.dateLeftArrow {
    color: #fff;
    font-size: 30px;
    margin-top: 5px;
}

.dateRightArrow {
    color: #fff;
    font-size: 30px;
    margin-top: 5px;
}

.glyphHide:before {
    content: initial;
}


/*carousel*/
.dashboard .carousel-inner {
    position: relative;
    overflow: hidden;
}

.dashboard .carousel-control {
    width: 100px !important;
}

    .dashboard .carousel-control.left {
        left: -30px;
        background-image: none !important;
        background-repeat: none !important;
        filter: none !important;
    }

    .dashboard .carousel-control.right { /* right: 105px; */
        left: auto;
        background-image: none !important;
        background-image: none !important;
        filter: none !important;
    }

.dashboard .carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 45px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,0.6);
    opacity: .5;
    filter: alpha(opacity=50);
}

/*footer*/
.footer {
    z-index: 3;
    position: fixed;
    left: 0;
    bottom: 0;
    height: 72px;
    width: 100%;
    background-color: rgba(67, 67, 67, 1); /*background:#000; opacity:0.5;filter:Alpha(opacity=50)*/
}

    .footer .container {
        color: #fFF;
        padding: 5px;
        touch-action: none;
    }

    .footer .addon-action div {
        margin-top: 5px;
    }

    .footer .addon-action i {
        font-size: 50px;
    }

    .footer .addon-action div:last-child {
        margin-right: 25px;
    }

    .footer .addon-action .fa-plus-circle {
        margin-right: 20px !important;
    }

    .footer .nav-tabs {
        border-bottom: none;
        margin-top: -53px;
    }

        .footer .nav-tabs li {
            font-size: 20px;
            text-shadow: 2px 2px 1px rgba(0, 0, 0, 1);
            font-weight: 200 !important;
        }

            .footer .nav-tabs li a {
                color: #FFF;
                font-size: 20px;
                border: none !important;
            }

                .footer .nav-tabs li a:hover {
                    border: none !important;
                }

                .footer .nav-tabs li a:focus {
                    background: none !important;
                }

        .footer .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover,
        .nav-tabs > li.active > a:focus {
            color: #FFF;
            cursor: default;
            border-radius: 0px !important;
            background-color: rgba(0, 0, 0, 0.6) !important; /*border-bottom:5px solid #16a085 !important; border-bottom-color:transparent;*/
        }

        .footer .nav-tabs > li > a {
            margin-right: 2px;
            line-height: 1.428571429;
            border: 1px solid transparent;
            background: none !important;
            border-radius: none !important;
        }

    .footer .tab-content p {
        margin-top: 20px;
        line-height: 17px;
        font-weight: 200;
    }


/*subpage*/
.subbg {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-image: url('../img/sub-bg.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.subbg2 {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-image: url('../img/sub-bg2-min.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.subpage-title {
    width: 100%;
    height: 45px;
    background-color: rgba(67, 67, 67, 0.92) !important;
    top: 68px;
    margin-bottom: 45px;
    position: relative;
    z-index: 1;
}

    .subpage-title h4 {
        font-size: 17px;
        color: #FFF;
        font-weight: 300;
        letter-spacing: 1px;
        margin-top: -7px;
    }

    .subpage-title .form-control {
        /*background: #16a085;
        border: 1px solid #117360;
        color: #FFF;*/
        margin-left: 10px;
        font-size: 13px;
    }

    .subpage-title .input-group-addon {
        /*background: #16a085;
        border: 1px solid #117360;*/
    }

    .subpage-title label {
        margin-right: -10px;
        padding-top: 8px;
        color: #FFF !important;
        font-size: 22px;
    }

    .subpage-title .form-group {
        height: 25px;
        margin-top: -5px;
    }

        .subpage-title .form-group i {
            color: #FFF !important;
        }

    .subpage-title .input-group-addon {
        padding: 0px 21px;
        font-size: 20px;
        font-weight: normal;
        /*line-height: 1;
        color: #FFF;
        text-align: center;
        background-color: #16a085;
        border: 1px solid #16a085;
        border-radius: 4px;*/
    }


/*voucher normal*/
.handle {
    cursor: move;
    padding-top: 39px !important;
    font-size: 15px;
    float: left;
    height: 120px;
    color: #fff;
    padding: 16px;
}

    .handle i {
        font-size: 13px !important;
        color: #fff !important;
    }

#draggableDiv {
    -ms-touch-action: none;
}

.voucher {
    width: 98%;
    color: #FFF;
    background: #16a085;
    margin-bottom: 5px;
}

    .voucher li {
        margin-top: 5px;
        line-height: 25px;
        padding-top: 5px;
        font-weight: 800 !important;
    }

    .voucher .customer {
        font-size: 24px;
        font-weight: 200;
        color: #fff;
    }

    .voucher .product {
        font-size: 16px;
        font-weight: 200;
        color: #fff;
    }

    .voucher .location {
        font-size: 18px;
        font-weight: 200;
        color: #fff;
    }

    .voucher .status {
        background: #117360;
        border-bottom: 2px solid #16a085;
        width: 100%;
        min-height: 60px;
        font-size: 14px;
        padding-top: 20px !important;
        color: #FFF;
        font-weight: bold;
    }

        .voucher .status:last-child {
            border-bottom: none !important;
        }

    .voucher .statusRight {
        background: #117360;
        border-bottom: 2px solid #16a085;
        width: 100%;
        min-height: 40px;
        font-size: 16px;
        color: #FFF;
        padding-top: 8px;
    }

        .voucher .statusRight:last-child {
            border-bottom: none !important;
        }


    .voucher i {
        color: #0d5245;
        margin-top: -5px !important;
        width: 100%;
    }

    .voucher .active {
        color: #FFF;
        font-size: 35px !important;
        margin-top: -5px !important;
    }

    .voucher .tag {
        min-width: 100px;
        padding: 0px;
        background: #117360;
        text-align: center;
        color: #fff;
        height: 40px;
        margin: 0px;
        padding-top: 6px;
        border-bottom: 2px solid #16a085;
    }

        .voucher .tag:last-child {
            border-bottom: none !important;
        }

.tag-ypa {
    position: absolute;
    width: 45px;
    height: 25px;
    background: yellow;
    color: black;
    margin: auto;
    text-align: center;
    font-weight: bold;
}

.voucherTagContainer {
    margin-bottom: 0px;
}

.voucherItems {
    font-size: 50px !important;
}

.voucher .dropdown-menu li {
    margin-top: 5px;
    line-height: 25px;
    padding-top: 5px;
    padding-bottom: 10px;
    cursor: pointer;
}

    .voucher .dropdown-menu li:hover {
        background-color: rgb(17, 115, 96);
    }

/*voucher danger*/
.voucher-danger {
    width: 98%;
    color: #FFF;
    background: #13546a;
    margin-bottom: 5px;
}

    .voucher-danger li {
        margin-top: 5px;
        line-height: 25px;
        padding-top: 5px;
    }

    .voucher-danger .customer {
        font-size: 24px;
        font-weight: 200;
        color: #fff;
    }

    .voucher-danger .product {
        font-size: 16px;
        font-weight: 200;
        color: #fff;
    }

    .voucher-danger .location {
        font-size: 18px;
        font-weight: 200;
        color: #fff;
    }

    .voucher-danger .status {
        background: #143541;
        border-bottom: 2px solid #13546a;
        width: 100%;
        min-height: 60px;
        font-size: 12px;
        padding-top: 20px !important;
        color: #FFF;
    }

    .voucher-danger .statusRight {
        background: #143541;
        border-bottom: 2px solid #13546a;
        width: 100%;
        min-height: 40px;
        font-size: 16px;
        color: #FFF;
        padding-top: 8px;
    }

    .voucher-danger .status:last-child {
        border-bottom: none !important;
    }

    .voucher-danger i {
        color: #8f2e25;
        margin-top: -5px !important;
        width: 100%;
    }

    .voucher-danger .active {
        color: #FFF !important;
        font-size: 35px !important;
        margin-top: -5px !important;
    }

    .voucher-danger .tag {
        min-width: 100px;
        padding: 0px;
        background: #143541;
        text-align: center;
        color: #fff;
        height: 40px;
        margin: 0px;
        padding-top: 6px;
        border-bottom: 2px solid #13546a;
    }

    .voucher-danger .dropdown-menu li {
        margin-top: 5px;
        line-height: 25px;
        padding-top: 5px;
        padding-bottom: 10px;
        cursor: pointer;
    }

/*voucher danger*/
.voucher-danger1 {
    width: 98%;
    color: #FFF;
    background: #e74c3c;
    margin-bottom: 5px;
}

    .voucher-danger1 li {
        margin-top: 5px;
        line-height: 25px;
        padding-top: 5px;
    }

    .voucher-danger1 .customer {
        font-size: 24px;
        font-weight: 200;
        color: #fff;
    }

    .voucher-danger1 .product {
        font-size: 16px;
        font-weight: 200;
        color: #fff;
    }

    .voucher-danger1 .location {
        font-size: 18px;
        font-weight: 200;
        color: #fff;
    }

    .voucher-danger1 .status {
        background: #b83c30;
        border-bottom: 2px solid #e74c3c;
        width: 100%;
        min-height: 60px;
        font-size: 12px;
        padding-top: 20px !important;
        color: #FFF;
    }

    .voucher-danger1 .statusRight {
        background: #b83c30;
        border-bottom: 2px solid #e74c3c;
        width: 100%;
        min-height: 40px;
        font-size: 16px;
        color: #FFF;
        padding-top: 8px;
    }

    .voucher-danger1 .status:last-child {
        border-bottom: none !important;
    }

    .voucher-danger1 i {
        color: #8f2e25;
        margin-top: -5px !important;
        width: 100%;
    }

    .voucher-danger1 .active {
        color: #FFF !important;
        font-size: 35px !important;
        margin-top: -5px !important;
    }

    .voucher-danger1 .tag {
        min-width: 100px;
        padding: 0px;
        background: #b83c30;
        text-align: center;
        color: #fff;
        height: 40px;
        margin: 0px;
        padding-top: 6px;
        border-bottom: 2px solid #e74c3c;
    }

    .voucher-danger1 .dropdown-menu li {
        margin-top: 5px;
        line-height: 25px;
        padding-top: 5px;
        padding-bottom: 10px;
        cursor: pointer;
    }

/*voucher danger2*/
.voucher-danger2 {
    width: 98%;
    color: #FFF;
    background: #3c8acd;
    margin-bottom: 5px;
}

    .voucher-danger2 li {
        margin-top: 5px;
        line-height: 25px;
        padding-top: 5px;
    }

    .voucher-danger2 .customer {
        font-size: 24px;
        font-weight: 200;
        color: #fff;
    }

    .voucher-danger2 .product {
        font-size: 16px;
        font-weight: 200;
        color: #fff;
    }

    .voucher-danger2 .location {
        font-size: 18px;
        font-weight: 200;
        color: #fff;
    }

    .voucher-danger2 .status {
        background: #1b7dd1;
        border-bottom: 2px solid #3c8acd;
        width: 100%;
        min-height: 60px;
        font-size: 14px;
        padding-top: 20px !important;
        color: #FFF;
        font-weight: bold;
    }

    .voucher-danger2 .statusRight {
        background: #1b7dd1;
        border-bottom: 2px solid #3c8acd;
        width: 100%;
        min-height: 40px;
        font-size: 16px;
        color: #FFF;
        padding-top: 8px;
    }

    .voucher-danger2 .status:last-child {
        border-bottom: none !important;
    }

    .voucher-danger2 i {
        color: #8f2e25;
        margin-top: -5px !important;
        width: 100%;
    }

    .voucher-danger2 .active {
        color: #FFF !important;
        font-size: 35px !important;
        margin-top: -5px !important;
    }

    .voucher-danger2 .tag {
        min-width: 100px;
        padding: 0px;
        background: #1b7dd1;
        text-align: center;
        color: #fff;
        height: 40px;
        margin: 0px;
        padding-top: 6px;
        border-bottom: 2px solid #3c8acd;
    }

    .voucher-danger2 .dropdown-menu li {
        margin-top: 5px;
        line-height: 25px;
        padding-top: 5px;
        padding-bottom: 10px;
        cursor: pointer;
    }

.deletebackround {
    background-color: Background;
}

.main_page {
    position: relative;
    top: 0px;
    left: 0px;
    margin-left: 0px;
}

.drawer {
    position: absolute;
    top: 68px;
    right: 0%;
    width: 100%;
    height: 90% !important;
    background-color: #fff;
    z-index: 4;
    margin-right: -100%;
    text-shadow: none !important;
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.5);
    box-shadow: 0 5px 15px rgba(0,0,0,0.5);
    overflow: hidden;
    display: none;
    font-weight: bold;
}

    .drawer .alert {
        font-size: 15px !important;
    }

    .drawer table {
        width: 100%;
        margin: auto;
    }

        .drawer table thead {
            background-color: #16a085;
            color: #fff;
            text-align: left;
            font-size: 15px;
        }

            .drawer table thead tr td {
                vertical-align: middle;
            }

        .drawer table tbody {
            background-color: #cdac97;
        }

.drawer {
    color: #fff;
    font-size: 12px !important;
    margin-bottom: 15px;
    overflow-y: scroll;
}

    .drawer button {
        /*height: 48px;*/
        height: auto;
    }


    .drawer .top {
        width: 90%;
        float: left;
        min-height: 10%;
        border-bottom: 1px solid #d8d8d8;
    }

        .drawer .top h2 {
            font-size: 40px;
            font-weight: 200;
            line-height: 10px;
            margin: 20px !important;
            padding-top: 10px;
            color: #696969;
        }

        .drawer .top h3 {
            font-size: 30px;
            font-weight: 180;
            line-height: 8px;
            margin: 15px !important;
            padding-top: 9px;
            color: #696969;
        }

        .drawer .top small {
            margin-right: 20px;
            font-size: 15px;
            color: #696969;
        }

        .drawer .top .status-time {
            padding: 23px;
            margin-left: 20px;
            color: #333;
        }

    .drawer .right {
        width: 10%;
        float: right;
        height: 100%;
    }

    .drawer .center .form-group {
        margin-top: 20px !important;
    }

    .drawer .center .breadcrumb li {
        font-size: 20px !important;
        margin-left: 5px;
    }

        .drawer .center .breadcrumb li a {
            text-decoration: none;
            color: #16a085 !important;
        }

    .drawer .center .form-horizontal {
        margin-left: 0px !important;
    }

    .drawer .center {
        width: 90%;
        float: left;
        height: 65%;
        padding-right: 20px;
        color: #000;
        overflow-y: scroll;
        font-weight: bold;
    }

        .drawer .center label {
            font-weight: 200;
        }

    .drawer .bottom {
        width: 90%;
        border-top: 1px solid #d8d8d8;
        float: left;
        height: 20%;
    }

    .drawer .close-drawer {
        width: 45px;
        height: 45px;
        background-color: #16a085;
        color: #FFF;
        float: left;
        text-align: center;
        -webkit-box-shadow: 0 2px 0px rgba(0,0,0,0.3);
        box-shadow: 0 2px 0px rgba(0,0,0,0.3);
        padding-top: 10px;
        font-size: 22px;
        font-weight: 200;
    }

    .drawer a:hover  {
        text-decoration: none !important;
    }

    .drawer label {
        text-shadow: none !important;
        color: #000;
        font-weight: bold !important;
    }

    .drawer .form-horizontal {
    }

    .drawer .drawer-action-bottom {
        border-top: 1px solid #d8d8d8;
        margin-left: 10px;
        height: 150px;
        text-align: center;
    }

        .drawer .drawer-action-bottom li {
            margin: 10px;
            color: #696969;
            letter-spacing: -1px !important;
        }

        .drawer .drawer-action-bottom i {
            color: #09463a;
            font-size: 25px !important;
            margin-top: 0px;
        }

    .drawer .drawer-action-right {
        height: 100% !important;
        padding-top: 20px;
    }

        .drawer .drawer-action-right li {
            text-align: center;
            padding-top: 55px;
        }

        .drawer .drawer-action-right i {
            color: #fff;
            font-size: 35px !important;
        }

.disabledButton {
    pointer-events: none;
    opacity: 0.5;
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 0px;
    margin-left: 130px;
    list-style: none;
    background: none !important;
    border-radius: 4px;
}

    .breadcrumb > li a {
        color: #333 !important;
        font-size: 18px !important;
        text-shadow: none !important;
    }

    .breadcrumb > li {
        display: inline-block;
        letter-spacing: 0px !important;
    }

        .breadcrumb > li + li:before {
            padding: 0 0px;
            color: #16a085;
        }

    .breadcrumb > .active {
        color: #16a085;
    }

.formElementContainer {
    background-color: #ecebe8;
    overflow-y: scroll;
}

    .formElementContainer h3 {
        color: #4e4e4e;
    }

.formInputLongContainer {
    width: 70%;
    padding-top: 5px;
    padding-bottom: 5px;
}

.formInputShortContainer {
    width: 25%;
    padding-top: 5px;
    padding-bottom: 5px;
}

.formItemLabel {
    color: #4e4e4e;
    text-shadow: none;
    margin-top: 6px !important;
}

.formElementContainer i, a {
    color: #428bca;
}

    .formElementContainer i:visited, a:visited {
        color: #609;
    }

input:disabled {
    -webkit-text-fill-color: #323232; /* Override iOS / Android font color change */
    -webkit-opacity: 1;
    color: #323232;
}

textarea:disabled {
    -webkit-text-fill-color: #323232; /* Override iOS / Android font color change */
    -webkit-opacity: 1;
    color: #323232;
}

.formItemTextArea {
    width: 100%;
    -webkit-box-shadow: inset 1px 2px 2px 0px #A8A8A8;
    -moz-box-shadow: inset 1px 2px 2px 0px #A8A8A8;
    box-shadow: inset 1px 2px 2px 0px #A8A8A8;
    background-color: #e2e2e2;
    color: #696969;
    border: 1px solid #A0A0A0;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 0px;
}







.malzemeTableContainerTopTitles {
    color: #fff;
    font-size: 18px;
    padding-top: 10px;
}

.malzemeTableContainer {
    min-height: 500%;
}

    .malzemeTableContainer table {
        width: 100%;
        margin: auto;
    }

        .malzemeTableContainer table thead {
            background-color: #16a085;
            color: #fff;
            text-align: left;
            font-size: 15px;
        }

            .malzemeTableContainer table thead tr td {
                vertical-align: middle;
            }

        .malzemeTableContainer table tr td:nth-child(1) {
            width: 20% !important;
        }

        .malzemeTableContainer table tr td:nth-child(3) {
            width: 10% !important;
        }

        .malzemeTableContainer table tr td:nth-child(4) {
            width: 10% !important;
        }

        .malzemeTableContainer table thead:nth-child(7) {
            background: rgba(255, 255, 255, 0) !important;
        }

        .malzemeTableContainer table tbody {
            background-color: #DFDBD9;
        }

.malzemeTableContainerTitle {
    color: #fff;
    font-size: 18px;
    margin-bottom: 15px;
}

.malzemeTableContainer button {
    height: 35px;
    font-family: 'FontAwesome';
}

.wizard-steps {
}

    .wizard-steps li {
        width: 55px;
        height: 55px;
        background: #434343;
        border: 1px solid #a7a7a7;
        border-radius: 100%;
        margin-top: 5px;
        font-size: 30px;
        text-align: center;
        padding-top: 5px;
        margin-left: 15px;
        margin-right: 6px;
    }

    .wizard-steps .active {
        background: #16a085 !important;
        border: 1px solid #0c5748 !important;
    }

.footerPaginationContainer {
    height: 95px;
    position: relative;
    z-index: 1;
    white-space: nowrap;
    overflow: hidden;
}

    .footerPaginationContainer li {
        position: relative;
        z-index: 1;
    }

.paginationHR {
    position: absolute;
    width: 93%;
    margin-top: 30px;
    z-index: 0;
    color: transparent;
    height: 2px;
    background-color: #6F8679;
}

.paginationPrevBtn, .paginationNextBtn {
    float: left;
    font-size: 25px;
    color: #fff;
    margin-top: 7px;
}

    .paginationPrevBtn:hover, .paginationNextBtn:hover {
        float: left;
        font-size: 25px;
        color: #fff;
    }

.RISDetailsTableContainer table thead {
    background-color: #16a085;
    color: #fff;
}

    .RISDetailsTableContainer table thead tr td {
        padding: 5px;
    }


.tabItemsContainer {
    height: 100px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    margin-top: 55px;
}

    .tabItemsContainer .container {
        color: #fFF;
        padding: 5px;
        touch-action: none;
    }

    .tabItemsContainer .addon-action div {
        margin-top: 5px;
    }

    .tabItemsContainer .addon-action i {
        font-size: 50px;
    }

    .tabItemsContainer .addon-action div:last-child {
        margin-right: 25px;
    }

    .tabItemsContainer .addon-action .fa-plus-circle {
        margin-right: 20px !important;
    }

    .tabItemsContainer .nav-tabs {
        border-bottom: none;
        margin-top: -53px;
    }

        .tabItemsContainer .nav-tabs li {
            font-size: 20px;
            text-shadow: 2px 2px 1px rgba(0, 0, 0, 1);
            font-weight: 200 !important;
        }

            .tabItemsContainer .nav-tabs li a {
                color: #FFF;
                font-size: 20px;
                border: none !important;
            }

                .tabItemsContainer .nav-tabs li a:hover {
                    border: none !important;
                }

                .tabItemsContainer .nav-tabs li a:focus {
                    background: none !important;
                }

        .tabItemsContainer .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover,
        .nav-tabs > li.active > a:focus {
            color: #FFF;
            cursor: default;
            border-radius: 0px !important;
            background-color: rgba(0, 0, 0, 0.6) !important; /*border-bottom:5px solid #16a085 !important; border-bottom-color:transparent;*/
        }

        .tabItemsContainer .nav-tabs > li > a {
            margin-right: 2px;
            line-height: 1.428571429;
            border: 1px solid transparent;
            background: none !important;
            border-radius: none !important;
        }

    .tabItemsContainer .tab-content p {
        margin-top: 20px;
        line-height: 17px;
        font-weight: 200;
    }

    .tabItemsContainer .row {
        margin-left: 0px;
    }





/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width : 320px) and (max-width : 480px) {
    /* Styles */

}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) and (orientation : portrait) {
    /* Styles */
}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px) {
    /* Styles */
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-width : 768px) and (max-width : 1280px) {
    body {
        font-size: 12px;
    }

    .login-left {
        /*display: none;*/
    }

    .drawer .drawer-action-bottom ul {
        margin-top: -10px;
    }

    .drawer .top small {
        margin-right: 20px;
        font-size: 17px;
        color: #696969;
    }
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-width : 768px) and (max-width : 1000px) {
    body {
        font-size: 12px;
    }

    .navbar-nav li {
        margin-left: 0px !important;
    }

    .drawer .top {
        width: 90%;
        float: left;
        height: 15% !important;
        border-bottom: 1px solid red !important;
        border-bottom: 1px solid #d8d8d8;
    }

    /*datepicker*/
    .datePickerContainer {
        margin-bottom: -28px !important;
    }

    /*dashboard*/
    .dashboard {
        margin-left: -10px;
    }

        .dashboard .addon {
            max-height: 406px;
            overflow: auto;
        }

            .dashboard .addon li a {
                text-decoration: none;
                width: 130px !important;
                height: 125px;
                display: block;
                font-weight: bold !important;
            }

            .dashboard .addon h4 {
                font-size: 17px;
                font-weight: 200 !important;
                padding: 10px;
                color: #FFF !important;
                text-align: right !important;
            }

    /*navbar*/
    .navbar-inverse-turquoise {
        height: 75px !important;
    }

    /*.navbar-nav li:nth-child(4) {
        width: 100px;
    }

    .navbar-nav li:nth-child(3) {
        width: 100px;
    }*/
}

/* iPads (landscape) ----------- */
@media only screen and (min-width : 768px) and (max-width : 1000px) and (orientation : landscape) {
    body {
        font-size: 12px;
    }

    /*notification*/
    .notification {
        margin: 5px;
    }

    /*datepicker*/
    .datePickerContainer {
        margin-bottom: -28px !important;
    }

    /*navbar*/
    .navbar-inverse-turquoise {
        height: 75px !important;
    }

    /*.navbar-nav li:nth-child(4) {
        width: 100px;
    }

    .navbar-nav li:nth-child(3) {
        width: 100px;
    }*/

    .navbar-nav li {
        margin: 1px;
        margin-right: 10px;
    }


    .subpage-title label {
        margin-right: 10px;
        padding-top: 8px;
    }



    /*drawer*/
    .drawer .top {
        width: 90%;
        float: left;
        height: 15% !important;
        border-bottom: 0px solid #d8d8d8;
    }

    .drawer .drawer-action-right {
        height: 100% !important;
        padding-top: 10px;
    }

        .drawer .drawer-action-right li {
            text-align: center;
            padding-top: 68px;
            font-size: 14px;
        }

            .drawer .drawer-action-right li:hover {
                background-color: #d8d8d8;
            }

        .drawer .drawer-action-right i {
            font-size: 30px !important;
            margin-bottom: 8px;
        }

    .drawer label {
        text-shadow: none !important;
        color: #333;
        font-size: 16px;
    }

    .drawer .drawer-action-bottom ul {
        margin-top: -2px;
    }

    .drawer .drawer-action-bottom {
        border-top: 1px solid #d8d8d8;
        margin-left: 5px;
        height: 150px;
        text-align: center;
    }

        .drawer .drawer-action-bottom li {
            margin: 3px;
            padding-top: 0px;
            color: #696969;
            letter-spacing: -1px !important;
            font-size: 13px;
        }

        .drawer .drawer-action-bottom i {
            color: #09463a;
            font-size: 25px !important;
            margin-top: 10px;
        }

    /*dashboard*/
    .dashboard .addon li a {
        text-decoration: none;
        width: 130px !important;
        height: 125px;
        display: block;
    }

    .dashboard {
        margin: 40px;
        margin-top: -15px;
    }

        .dashboard .addon .top {
            width: 100%;
            height: 80%;
        }

    .dropdownOperasyon {
        min-width: 480px !important;
    }

    .dashboard .addon h4 {
        font-size: 17px;
        font-weight: 200 !important;
        padding: 10px;
        color: #FFF !important;
        text-align: right !important;
    }

    .dashboard .addon i, .dashboard .addon h4 {
        font-size: 20px;
        color: #FFF;
    }

    .dashboard .addon .number {
        font-size: 20px;
        color: #FFF;
        margin-top: -5px;
        font-weight: 200 !important;
        letter-spacing: -1px;
    }

    .show-hide {
        display: none;
        margin: 0;
        padding: 0;
        clear: both;
    }


    .scroll-x, .scroll-y {
        -webkit-overflow-scrolling: touch;
    }

    /*footer*/
    .footer {
        z-index: 3;
        position: fixed;
        left: 0;
        bottom: 0;
        min-height: 100px;
        width: 100%;
        background-color: rgba(67, 67, 67, 0.92) !important;
    }


    /* iPads (portrait) ----------- */
    @media only screen and (min-width : 768px) and (max-width : 1000px) and (orientation : portrait) {
        /* Styles */
        .login-left {
            display: none;
        }
    }

    /* Desktops and laptops ----------- */
    @media only screen and (min-width : 1224px) {
        /* Styles */
    }

    /* Large screens ----------- */
    @media only screen and (min-width : 1824px) {
        /* Styles */
    }

    /* iPhone 4 ----------- */
    @media only screen and (-webkit-min-device-pixel-ratio : 1.5), only screen and (min-device-pixel-ratio : 1.5) {
        /* Styles */
    }

    @media only screen and (min-width :770px) {
        /* Styles */

    }

    /***********formItems***************/


    .modaltop-open {
        overflow: hidden;
    }

    .modaltop {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1040;
        display: none;
        overflow: auto;
        overflow-y: scroll;
    }

        .modaltop.fade .modal-dialog {
            -webkit-transform: translate(0, -25%);
            -ms-transform: translate(0, -25%);
            transform: translate(0, -25%);
            -webkit-transition: -webkit-transform 0.3s ease-out;
            -moz-transition: -moz-transform 0.3s ease-out;
            -o-transition: -o-transform 0.3s ease-out;
            transition: transform 0.3s ease-out;
        }

        .modaltop.in .modal-dialog {
            -webkit-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
            transform: translate(0, 0);
        }

    .modaltop-dialog {
        position: relative;
        z-index: 1050;
        width: 90%;
        margin: 10px;
    }

    .modaltop-content {
        position: relative;
        background-color: #ffffff;
        border: 1px solid #999999;
        border: 1px solid rgba(0, 0, 0, 0.2);
        border-radius: 6px;
        outline: none;
        -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
        box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
        background-clip: padding-box;
    }

    .modaltop-backdrop {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1030;
        background-color: #000000;
    }

        .modaltop-backdrop.fade {
            opacity: 0;
            filter: alpha(opacity=0);
        }

        .modaltop-backdrop.in {
            opacity: 0.5;
            filter: alpha(opacity=50);
        }

    .modaltopheader {
        min-height: 16.428571429px;
        padding: 15px;
        border-bottom: 1px solid #e5e5e5;
    }

    .modaltop-header .close {
        margin-top: -2px;
    }

    .modaltop-title {
        margin: 0;
        line-height: 1.428571429;
    }

    .modaltop-body {
        position: relative;
        padding: 20px;
    }

    .modaltop-footer {
        padding: 19px 20px 20px;
        margin-top: 15px;
        text-align: right;
        border-top: 1px solid #e5e5e5;
    }

        .modaltop-footer:before,
        .modaltop-footer:after {
            display: table;
            content: " ";
        }

        .modaltop-footer:after {
            clear: both;
        }

        .modaltop-footer:before,
        .modaltop-footer:after {
            display: table;
            content: " ";
        }

        .modaltop-footer:after {
            clear: both;
        }

        .modaltop-footer .btn + .btn {
            margin-bottom: 0;
            margin-left: 5px;
        }

        .modaltop-footer .btn-group .btn + .btn {
            margin-left: -1px;
        }

        .modaltop-footer .btn-block + .btn-block {
            margin-left: 0;
        }

    @media screen and (min-width: 768px) {
        .modaltop-dialog {
            width: 600px;
            margin: 30px auto;
        }

        .modaltop-content {
            -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        }
    }
}

.VanStockMaterialContainer table tr {
    height: 40px;
    /*font-size:large;*/
}

li.user {
    min-width: 150px;
}

#footerPagingTitle, #footerRISId {
    font-weight: 300;
    margin-top: 5px;
}

.dropdown-menu li i {
    background-color: transparent;
    border-color: transparent;
    color: #fff !important;
}

#divCaseQuestionMessages p:nth-of-type(1) {
    font-size: 13px !important;
    margin-top: 2px;
    margin-right: 10px;
    float: left;
}

.radio label, .checkbox label {
    font-weight: bold;
}

.table-striped {
    font-weight: bold;
}

.forgotPassword {
    color: #000;
    text-shadow: 0px 0px 1px #909090;
}

.inverse-turquoise {
    background-color: rgba(22, 160, 133, 0.4);
    color: white;
}

.bg-warning {
    color: #ffffff;
    background-color: #f0ad4e;
}

.bg-danger {
    color: #ffffff;
    background-color: #d9534f;
}

.bg-info {
    color: #ffffff;
    background-color: #5bc0de;
}

.bg-primary {
    color: #ffffff;
    background-color: #428bca;
}

.bg-success {
    color: #ffffff;
    background-color: #5cb85c;
}

.bg-turquoise {
    background-color: #16a085;
    color: #ffffff;
}

.panel-turquoise {
    border-color: #16a085;
}

    .panel-turquoise > .panel-heading {
        color: #ffffff;
        background-color: #16a085;
        border-color: #16a085;
    }

        .panel-turquoise > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #16a085;
        }

    .panel-turquoise > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #16a085;
    }

.bold {
    font-weight: bold;
}

.normal {
    font-weight: 400
}


.dataTables_paginate.paging_bootstrap.pagination {
    float: right;
    margin-right: -15px;
}

.pagination > ul {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
    justify-content: center
}

    .pagination > ul > li {
        display: inline;
    }

        .pagination > ul > li > a,
        .pagination > ul > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            margin-left: -1px;
            line-height: 1.428571429;
            text-decoration: none;
            background-color: #ffffff;
            border: 1px solid #dddddd;
        }

        .pagination > ul > li:first-child > a,
        .pagination > ul > li:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
        }

        .pagination > ul > li:last-child > a,
        .pagination > ul > li:last-child > span {
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px;
        }

        .pagination > ul > li > a:hover,
        .pagination > ul > li > span:hover,
        .pagination > ul > li > a:focus,
        .pagination > ul > li > span:focus {
            background-color: #eeeeee;
        }

    .pagination > ul > .active > a,
    .pagination > ul > .active > span,
    .pagination > ul > .active > a:hover,
    .pagination > ul > .active > span:hover,
    .pagination > ul > .active > a:focus,
    .pagination > ul > .active > span:focus {
        z-index: 2;
        color: #ffffff;
        cursor: default;
        background-color: #428bca;
        border-color: #428bca;
    }

    .pagination > ul > .disabled > span,
    .pagination > ul > .disabled > span:hover,
    .pagination > ul > .disabled > span:focus,
    .pagination > ul > .disabled > a,
    .pagination > ul > .disabled > a:hover,
    .pagination > ul > .disabled > a:focus {
        color: #999999;
        cursor: not-allowed;
        background-color: #ffffff;
        border-color: #dddddd;
    }

.pagination-lg > ul > li > a,
.pagination-lg > ul v > li > span {
    padding: 10px 16px;
    font-size: 18px;
}

.pagination-lg > ul > li:first-child > a,
.pagination-lg > ul > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}

.pagination-lg > ul > li:last-child > a,
.pagination-lg > ul > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.pagination-sm > ul > li > a,
.pagination-sm > ul > li > span {
    padding: 5px 10px;
    font-size: 12px;
}

.pagination-sm > ul > li:first-child > a,
.pagination-sm > ul > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.pagination-sm > ul > li:last-child > a,
.pagination-sm > ul > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
