﻿.max-20-customer {
    width: 20px !important;
}
/*
Lumino Admin Bootstrap Template
Version 1.0
*/

/*#region Global Styles */
/*.collapse.in {
    display: block;
    margin-top: 45px;
}*/

.font-bold {
    font-weight: bold;
}

.no-select {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.cursor-pointer {
    cursor: pointer;
}

.pad-top-xs-10 {
    padding-top: 10px;
}

.pad-top-xs-20 {
    padding-top: 20px;
}

.pad-top-xs-30 {
    padding-top: 30px;
}

.pad-top-xs-40 {
    padding-top: 40px;
}

.pad-top-xs-50 {
    padding-top: 50px;
}

.pad-top-xs-60 {
    padding-top: 60px;
}

.pad-top-xs-70 {
    padding-top: 70px;
}

.pad-top-xs-80 {
    padding-top: 80px;
}

.pad-top-xs-90 {
    padding-top: 90px;
}

.pad-bottom-xs-100 {
    padding-top: 100px;
}

.pad-bottom-xs-10 {
    padding-bottom: 10px;
}

.pad-bottom-xs-20 {
    padding-bottom: 20px;
}

.pad-bottom-xs-30 {
    padding-bottom: 30px;
}

.pad-bottom-xs-40 {
    padding-bottom: 40px;
}

.pad-bottom-xs-50 {
    padding-bottom: 50px;
}

.pad-bottom-xs-60 {
    padding-bottom: 60px;
}

.pad-bottom-xs-70 {
    padding-bottom: 70px;
}

.pad-bottom-xs-80 {
    padding-bottom: 80px;
}

.pad-bottom-xs-90 {
    padding-bottom: 90px;
}

.pad-bottom-xs-100 {
    padding-bottom: 100px;
}

.pad-hor-xs-10 {
    padding-left: 10px;
    padding-right: 10px;
}

.pad-ver-xs-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.pad-ver-xs-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.pad-ver-xs-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.pad-ver-xs-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.pad-ver-xs-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.pad-ver-xs-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.pad-ver-xs-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.pad-ver-xs-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.pad-ver-xs-90 {
    padding-top: 90px;
    padding-bottom: 90px;
}

.pad-ver-xs-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.bg-eryaz {
    background-color: #4870b0;
    color: #ffffff;
}

    .bg-eryaz:hover {
        background-color: #00549E;
    }

.text-white {
    color: #ffffff;
}

a, a:link, a:focus {
    outline: none;
}
/*#endregion */

/*#region Fluid Content And Hide Sidebar */
.main,
.sidebar {
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

    .main.fluid-content {
        width: 100%;
        margin: 0;
    }

    .sidebar.fluid-content {
        left: -100%;
    }

.btn-fluid-content,
.btn-fluid-content:visited {
    display: inline;
    width: 50px;
    line-height: 50px;
    height: 50px;
    font-size: 24px;
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    padding: 5px;
    border: 1px solid #cfcfcf;
    border-color: rgba(207, 207, 207, 0.2);
    border-radius: 4px;
    cursor: pointer;
}

    .btn-fluid-content:hover,
    .btn-fluid-content:focus {
        background-color: #ffffff;
        background-color: rgba(255, 255, 255, 0.1);
        background-color: #000000;
        background-color: rgba(0, 0, 0, 0.1);
        color: #ffffff;
        border-color: #cfcfcf;
        border-color: rgba(207, 207, 207, 0.2);
    }

    .btn-fluid-content span.glyphicon {
        top: 3px;
    }

@media (max-width: 767px) {
    .sidebar.fluid-content {
        left: 0;
    }
}
/*#endregion */

/*#region TinyMCE Editor Styles */
.mce-panel {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}
/*#endregion */

/*#region Textarea Resize Styles */
.noresize {
    -moz-resize: none;
    -ms-resize: none;
    -o-resize: none;
    resize: none;
}

.vresize {
    -moz-resize: vertical;
    -ms-resize: vertical;
    -o-resize: vertical;
    resize: vertical;
}

.hresize {
    -moz-resize: horizontal;
    -ms-resize: horizontal;
    -o-resize: horizontal;
    resize: horizontal;
}
/*#endregion */

/*#region Glyphicon Default Styles */
.glyphicon-1x {
    font-size: 30px;
}

.glyphicon-2x {
    font-size: 40px;
}

.glyphicon-3x {
    font-size: 60px;
}

.glyphicon-4x {
    font-size: 80px;
}

.glyphicon-5x {
    font-size: 100px;
}

.glyphicon-line1x {
    line-height: 30px;
}

.glyphicon-line2x {
    line-height: 40px;
}

.glyphicon-line3x {
    line-height: 60px;
}

.glyphicon-line4x {
    line-height: 80px;
}

.glyphicon-line5x {
    line-height: 100px;
}
/*#endregion */

/*#region FileUpload Styles */
.btn-file {
    position: relative;
    overflow: hidden;
    color: #ffffff;
}

    .btn-file:hover {
        color: #ffffff;
    }

    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        -moz-min-width: 100%;
        -ms-min-width: 100%;
        -o-min-width: 100%;
        -webkit-min-width: 100%;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        -webkit-filter: alpha(opacity=0);
        -moz-filter: alpha(opacity=0);
        -o-filter: alpha(opacity=0);
        filter: alpha(opacity=0);
        -ms-opacity: 0;
        opacity: 0;
        outline: none;
        background: white;
        cursor: inherit;
        display: block;
    }
/*#endregion */

/*#region General Settings Styles */
.mTopMinus10 {
    margin-top: -10px;
}

.checked-list-box {
    overflow: hidden;
}

    .checked-list-box .list-group-item {
        padding: 0;
    }

        .checked-list-box .list-group-item:first-child label {
            border-top-left-radius: 4px;
            border-top-right-radius: 4px;
        }

        .checked-list-box .list-group-item:last-child label {
            border-bottom-left-radius: 4px;
            border-bottom-right-radius: 4px;
        }

    .checked-list-box input[type="checkbox"],
    .checked-list-box input[type="radio"] {
        display: none;
    }

        .checked-list-box input[type="checkbox"] + label,
        .checked-list-box input[type="radio"] + label {
            display: block;
            background-color: #fdfdfd;
            color: #555555;
            padding: 6px 6px;
            margin: 0;
            font-weight: 300;
            font-size: 13px;
            text-decoration: none;
            cursor: pointer;
        }

            .checked-list-box input[type="checkbox"] + label i::before,
            .checked-list-box input[type="radio"] + label i::before {
                content: "\e157";
            }

        .checked-list-box input[type="checkbox"]:checked + label,
        .checked-list-box input[type="radio"]:checked + label {
            background-color: #4870b0;
            color: #ffffff;
            text-decoration: none;
        }

            .checked-list-box input[type="checkbox"]:checked + label i::before,
            .checked-list-box input[type="radio"]:checked + label i::before {
                content: "\e067";
            }
/*#endregion */

/*#region Product Detail Styles */
.pImageDelete {
    position: absolute;
    top: 10px;
    right: 25px;
    display: inline-block;
}
/*#endregion */

/*#region Admin Master Styles */
/*.sidebar .form {
    padding: 20px 15px 5px;
    border-bottom: 1px solid #EEE;
    margin-bottom: 20px;
}*/

/*.panel {
    background-color: #f9f9f9;
}*/

.panel {
    margin-bottom: 0;
}

.panel-heading {
    display: table;
    position: relative;
    width: 100%;
    height: auto;
}

.panel-heading-buttons .active, .panel-heading-buttons .active:hover {
    background-color: #8AD919;
    border-color: #8AD919;
    color: #ffffff;
}

.panel-heading .label-total {
    display: table;
    width: 100%;
    color: #333333;
    background-color: #ffffff;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

    .panel-heading .label-total label, .panel-heading .label-total span {
        display: table-cell;
        width: 50%;
    }

    .panel-heading .label-total label {
        text-align: right;
    }

    .panel-heading .label-total span {
        text-align: left;
    }

.sidebar ul.nav li.parent ul li.active a {
    background-color: #6c8cbf !important;
    color: #ffffff !important;
}

.section-heading {
    background-color: #333333;
    background-color: #4870B0;
    color: #ffffff;
    -ms-border-radius: 4px;
    border-radius: 4px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}

.btn-notify span {
    top: 0 !important;
    vertical-align: middle !important;
}

    .btn-notify span.glyphicon {
        font-size: 18px;
    }
/*#endregion */

/*#region General Styles - Start */
.form-horizontal .control-label {
    padding-top: 3px;
    top: 0;
    left: 0;
}

.input-group-addon {
    padding: 2px 12px;
}



.bootstrap-table .form-control {
    height: 24px;
    line-height: 24px;
}

.bootstrap-table .search .form-control {
    height: 34px;
    line-height: 34px;
}





.main {
    margin-bottom: 10px;
}
/*#endregion General Styles - Finish */

/*#region Panels - Start */
.panel > .panel-heading .form-group {
    margin: 0;
}

.panel > .panel-heading select.form-control {
    height: 44px;
    margin: 0;
}
/*#endregion Panels - Finish */

/*#region Other Styles */
.heading-buttons .btn span.glyphicon {
    -ms-opacity: 0;
    opacity: 0;
}

.heading-buttons .btn.active span.glyphicon {
    -ms-opacity: 1;
    opacity: 1;
}

.input-group-btn .btn {
    padding: 2px 12px;
}
/*#endregion */

/*#region Off-Canvas Panel - Start */
/* OffCanvas Menu */
nav.offcanvas, nav.offcanvas * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

nav.offcanvas {
    display: none;
    position: fixed; /* absolute */
    top: 54px;
    right: -18em;
    width: 300px;
    height: 100%;
    background: #4870b0;
    background-color: #fff;
    background-color: rgba(221, 221, 221, 0.30);
    color: #fff;
    /*padding-right: 0.3125em;*/
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    z-index: 9999; /*10000*/
    overflow: auto;
}

.offcanvas-menu {
    display: block;
    width: 100%;
    margin: auto;
    padding-left: 0;
    list-style: none;
    line-height: 42px;
    outline: none;
}

    .offcanvas-menu a {
        display: block;
        width: 100%;
        color: #ddd;
        padding-left: 1em;
        text-decoration: none;
        text-transform: uppercase;
    }

        .offcanvas-menu a:hover {
            margin-left: 1em;
            -webkit-transition: all .5s;
            -o-transition: all .5s;
            transition: all .5s;
        }

    .offcanvas-menu li {
        margin-bottom: 1px;
        box-shadow: 3px 0 #3498db inset;
        box-shadow: 3px 0 rgba(52,152,219,.2) inset;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
    }

        .offcanvas-menu li:hover {
            box-shadow: 30em 0 #3498db inset;
            box-shadow: 30em 0 rgba(52,152,219,.2)inset;
        }

        .offcanvas-menu li:nth-child(2) a {
            background-position: 0 -42px;
        }

        .offcanvas-menu li:nth-child(3) a {
            background-position: 0 -84px;
        }

        .offcanvas-menu li:nth-child(4) a {
            background-position: 0 -126px;
        }

        .offcanvas-menu li:nth-child(5) a {
            background-position: 0 -168px;
        }

        .offcanvas-menu li:last-child a {
            background-position: 0 -210px;
        }

        .offcanvas-menu li span.glyphicon, .offcanvas-menu li span.icon.pull-right {
            display: none;
        }

nav.offcanvas div.body {
    display: block;
    min-width: 280px;
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: "Open Sans", Arial, Calibri, sans-serif;
    font-size: 12px;
    color: #333333;
    overflow: hidden;
}

    nav.offcanvas div.body p, nav.offcanvas div.body h1, nav.offcanvas div.body h2, nav.offcanvas div.body h3, nav.offcanvas div.body h4, nav.offcanvas div.body h5, nav.offcanvas div.body h6, nav.offcanvas div.body a {
        color: #333333;
    }

    nav.offcanvas div.body ul {
        display: block;
        width: 100%;
        margin: 0;
        padding: 0;
        list-style: none;
    }

        nav.offcanvas div.body ul li {
            display: block;
        }

            nav.offcanvas div.body ul li a {
                display: block;
                padding: 5px 10px;
                text-decoration: none;
                /*box-shadow: 3px 0 #4870b0 inset;*/
                border-bottom: 1px solid #ddd;
                -webkit-transition: all .5s;
                -o-transition: all .5s;
                transition: all .5s;
                overflow: hidden;
            }

                nav.offcanvas div.body ul li a span {
                    font-weight: 600;
                }

                /* #Two Line Background Color */
                /*nav.offcanvas div.body ul li:nth-of-type(odd) a, nav.offcanvas div.body ul li:nth-of-type(odd) a:link, nav.offcanvas div.body ul li:nth-of-type(odd) a:visited {
                background-color: #4870b0;
                }

                nav.offcanvas div.body ul li:nth-of-type(even) a, nav.offcanvas div.body ul li:nth-of-type(even) a:link, nav.offcanvas div.body ul li:nth-of-type(even) a:visited {
                    background-color: #96b4de;
                }*/

                /* #Three Line Background Color */
                /*nav.offcanvas div.body ul li:nth-of-type(3n+1) a, nav.offcanvas div.body ul li:nth-of-type(3n+1) a:link, nav.offcanvas div.body ul li:nth-of-type(3n+1) a:visited {
                background-color: #00549e;
                }

                nav.offcanvas div.body ul li:nth-of-type(3n+2) a, nav.offcanvas div.body ul li:nth-of-type(3n+2) a:link, nav.offcanvas div.body ul li:nth-of-type(3n+2) a:visited {
                    background-color: #4870b0;
                }

                nav.offcanvas div.body ul li:nth-of-type(3n+3) a, nav.offcanvas div.body ul li:nth-of-type(3n+3) a:link, nav.offcanvas div.body ul li:nth-of-type(3n+3) a:visited {
                    background-color: #96b4de;
                }*/

                nav.offcanvas div.body ul li a, nav.offcanvas div.body ul li a:link, nav.offcanvas div.body ul li a:visited {
                    background-color: #e9eaed;
                    border-color: #d8deea;
                }

                    nav.offcanvas div.body ul li a:hover, nav.offcanvas div.body ul li a:focus {
                        background-color: #f6f7f8;
                        border-color: #e9eaed;
                    }

            nav.offcanvas div.body ul li.read a, nav.offcanvas div.body ul li.read a:link, nav.offcanvas div.body ul li.read a:visited, nav.offcanvas div.body ul li.read a:hover, nav.offcanvas div.body ul li.read a:focus {
                background-color: #ffffff;
                color: #333333;
            }

nav.offcanvas.active {
    display: block;
    right: 0;
}
/*#endregion Off-Canvas Panel - Finish */

/*#region Text Transform - Uppercase */

/*html, body, body * {
    text-transform: uppercase !important;
}*/

/*input[type="text"],
input[type="password"],
textarea,
select,
select option {
    text-transform: uppercase !important;
}*/
/*,
input[type="checkbox"] + label,
input[type="radio"] + label*/

/*#endregion */

/*#region Master General Search Styles */
.master-search-result {
    display: none;
    width: 100%;
    height: auto;
    max-width: 300px;
    max-height: 270px;
    padding: 5px 0;
    overflow-x: hidden;
    overflow-y: auto;
    overflow: auto;
    clear: both;
}

    .master-search-result.active {
        display: block;
    }

    .master-search-result > div {
        display: block;
        display: -webkit-box;
        height: 60px;
        font-size: 12px;
        line-height: 20px;
        color: #333333;
        padding: 3px;
        cursor: pointer;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        clear: both;
    }

        .master-search-result > div:nth-child(odd) {
            background-color: #f0f0f0;
        }

        .master-search-result > div:nth-child(even) {
            background-color: #dfdfdf;
        }

        .master-search-result > div:hover {
            background-color: #4870b0;
            color: #ffffff;
        }

        .master-search-result > div.no-result {
            height: 20px;
            background: #555555;
            color: #ffffff;
            padding: 0;
            text-align: center;
            border-radius: 4px;
            cursor: default;
        }
/*#endregion */

/*#region Table Font Size Styles */
.table th,
.table td,
.table thead tr th,
.table thead tr td,
.table tbody tr td {
    font-size: 12px;
}
/*#endregion */

table.dataTable td, table.dataTable th {
    padding: 0.9rem 0.9rem;
    vertical-align: middle;
}

/*#region Radio Button And Checkbox New Styles */
.radioWrapperMaster {
    margin: 0 auto 10px auto;
}

.radioWrapper,
.checkWrapper {
    display: table;
    margin: 0 auto;
}

    .radioWrapper.m-initial,
    .checkWrapper.m-initial {
        margin: initial;
    }

    .radioWrapper input[type=radio],
    .checkWrapper input[type=checkbox] {
        display: none;
    }

        .radioWrapper input[type=radio] + label,
        .checkWrapper input[type=checkbox] + label {
            display: inline-block;
            margin: -2px;
            padding: 1px 8px;
            padding: 4px 12px;
            margin-bottom: 0;
            font-size: 14px;
            line-height: 20px;
            color: #333333;
            text-align: center;
            text-shadow: 0 1px 1px #ffffff;
            text-shadow: 0 1px 1px rgba(255,255,255,0.75);
            vertical-align: middle;
            cursor: pointer;
            background-color: #f5f5f5;
            background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
            background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
            background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
            background-image: -o-linear-gradient(top,#fff,#e6e6e6);
            background-image: linear-gradient(to bottom,#fff,#e6e6e6);
            background-repeat: repeat-x;
            border: 1px solid #ccc;
            border-color: #e6e6e6 #e6e6e6 #bfbfbf;
            border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
            border-bottom-color: #b3b3b3;
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);
            filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
            -webkit-box-shadow: inset 0 1px 0 #ffffff,0 1px 2px #000000;
            -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
            -moz-box-shadow: inset 0 1px 0 #ffffff,0 1px 2px #000000;
            -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
            box-shadow: inset 0 1px 0 #ffffff,0 1px 2px #000000;
            box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
        }

            .radioWrapper input[type=radio] + label span.total,
            .checkWrapper input[type=checkbox] + label span.total {
                display: none;
                width: 40px;
                height: 20px;
                line-height: 18px;
                font-size: 12px;
                font-family: "Open Sans", Arial, sans-serif;
                background-color: #ff5500;
                color: #ffffff;
                padding: 0 4px;
                text-shadow: none;
                cursor: default;
                pointer-events: none;
                border-radius: 50%;
            }

                .radioWrapper input[type=radio] + label span.total.active,
                .checkWrapper input[type=checkbox] + label span.total.active {
                    display: inline;
                }

        .radioWrapper input[type=radio]:checked + label,
        .checkWrapper input[type=checkbox]:checked + label {
            background-image: none;
            outline: 0;
            -webkit-box-shadow: inset 0 2px 4px #000000,0 1px 2px #000000;
            -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
            -moz-box-shadow: inset 0 2px 4px #000000,0 1px 2px #000000;
            -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
            box-shadow: inset 0 2px 4px #000000,0 1px 2px #000000;
            box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
            background-color: #e0e0e0;
        }

        .radioWrapper input[type=radio]:first-child + label,
        .checkWrapper input[type=checkbox]:first-child + label {
            border-top-left-radius: 3px;
            border-bottom-left-radius: 3px;
        }

        .radioWrapper input[type=radio] + label:last-child,
        .checkWrapper input[type=checkbox] + label:last-child {
            border-top-right-radius: 3px;
            border-bottom-right-radius: 3px;
        }

.radioWrapperVertical,
.checkWrapperVertical {
    display: block;
    margin: 0 auto;
}

    .radioWrapperVertical.m-initial,
    .checkWrapperVertical.m-initial {
        margin: initial;
    }

    .radioWrapperVertical input[type=radio],
    .checkWrapperVertical input[type=checkbox] {
        display: none;
    }

        .radioWrapperVertical input[type=radio] + label,
        .checkWrapperVertical input[type=checkbox] + label {
            display: inline-block;
            width: 100%;
            margin: -2px 0 0 0;
            padding: 1px 8px;
            padding: 4px 12px;
            margin-bottom: 0;
            font-size: 12px;
            line-height: 16px;
            color: #333;
            text-align: center;
            text-shadow: 0 1px 1px #ffffff;
            text-shadow: 0 1px 1px rgba(255,255,255,0.75);
            vertical-align: middle;
            cursor: pointer;
            background-color: #f5f5f5;
            background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
            background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
            background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
            background-image: -o-linear-gradient(top,#fff,#e6e6e6);
            background-image: linear-gradient(to bottom,#fff,#e6e6e6);
            background-repeat: repeat-x;
            border: 1px solid #ccc;
            border-color: #e6e6e6 #e6e6e6 #bfbfbf;
            border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
            border-bottom-color: #b3b3b3;
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);
            filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
            -webkit-box-shadow: inset 0 1px 0 #ffffff,0 1px 2px #000000;
            -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
            -moz-box-shadow: inset 0 1px 0 #ffffff,0 1px 2px #000000;
            -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
            box-shadow: inset 0 1px 0 #ffffff,0 1px 2px #000000;
            box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
        }

        .radioWrapperVertical input[type=radio]:checked + label,
        .checkWrapperVertical input[type=checkbox]:checked + label {
            background-image: none;
            outline: 0;
            -webkit-box-shadow: inset 0 2px 4px #000000,0 1px 2px #000000;
            -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
            -moz-box-shadow: inset 0 2px 4px #000000,0 1px 2px #000000;
            -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
            box-shadow: inset 0 2px 4px #000000,0 1px 2px #000000;
            box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
            background-color: #4870b0;
            color: #ffffff;
            text-shadow: none;
        }

        .radioWrapperVertical input[type=radio]:first-child + label,
        .checkWrapperVertical input[type=checkbox]:first-child + label {
            border-top-left-radius: 3px;
            border-top-right-radius: 3px;
        }

        .radioWrapperVertical input[type=radio] + label:last-child,
        .checkWrapperVertical input[type=checkbox] + label:last-child {
            border-bottom-left-radius: 3px;
            border-bottom-right-radius: 3px;
        }

@media (max-width: 768px) {
    .radioWrapper input[type=radio] + label,
    .checkWrapper input[type=checkbox] + label {
        width: 100%;
    }

    .radioWrapper input[type=radio]:first-child + label,
    .checkWrapper input[type=checkbox]:first-child + label {
        border-top-left-radius: 3px;
        border-bottom-left-radius: 0;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 0;
    }

    .radioWrapper input[type=radio] + label:last-child,
    .checkWrapper input[type=checkbox] + label:last-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 3px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 3px;
    }
}
/*#endregion */

/*#region Table Column Max Width Styles */
td.w-10-per {
    max-width: 10%;
}

td.w-20-per {
    max-width: 20%;
}

td.w-25-per {
    max-width: 25%;
}

td.w-30-per {
    max-width: 30%;
}

td.w-40-per {
    max-width: 40%;
}

td.w-50-per {
    max-width: 50%;
}

td.w-60-per {
    max-width: 60%;
}

td.w-70-per {
    max-width: 70%;
}

td.w-80-per {
    max-width: 80%;
}

td.w-90-per {
    max-width: 90%;
}

td.w-100-per {
    max-width: 100%;
}

td.w-10-fix {
    max-width: 10px;
}

td.w-20-fix {
    max-width: 20px;
}

td.w-25-fix {
    max-width: 25px;
}

td.w-30-fix {
    max-width: 30px;
}

td.w-40-fix {
    max-width: 40px;
}

td.w-50-fix {
    max-width: 50px;
}

td.w-60-fix {
    max-width: 60px;
}

td.w-70-fix {
    max-width: 70px;
}

td.w-80-fix {
    max-width: 80px;
}

td.w-90-fix {
    max-width: 90px;
}

td.w-100-fix {
    max-width: 100px;
}

td.w-110-fix {
    max-width: 110px;
}

td.w-120-fix {
    max-width: 120px;
}

td.w-125-fix {
    max-width: 125px;
}

td.w-130-fix {
    max-width: 130px;
}

td.w-140-fix {
    max-width: 140px;
}

td.w-150-fix {
    max-width: 150px;
}

td.w-160-fix {
    max-width: 160px;
}

td.w-170-fix {
    max-width: 170px;
}

td.w-180-fix {
    max-width: 180px;
}

td.w-190-fix {
    max-width: 190px;
}

td.w-200-fix {
    max-width: 200px;
}

td.w-210-fix {
    max-width: 210px;
}

td.w-220-fix {
    max-width: 220px;
}

td.w-225-fix {
    max-width: 225px;
}

td.w-230-fix {
    max-width: 230px;
}

td.w-240-fix {
    max-width: 240px;
}

td.w-250-fix {
    max-width: 250px;
}

td.w-260-fix {
    max-width: 260px;
}

td.w-270-fix {
    max-width: 270px;
}

td.w-280-fix {
    max-width: 280px;
}

td.w-290-fix {
    max-width: 290px;
}

td.w-300-fix {
    max-width: 300px;
}
/*#endregion */

/*#region Table Row Background Color Styles */
.table > tbody > tr.ital-success > td,
.table > tbody > tr.ital-success > th,
.table > tbody > tr > td.ital-success,
.table > tbody > tr > th.ital-success,
.table > tfoot > tr.ital-success > td,
.table > tfoot > tr.ital-success > th,
.table > tfoot > tr > td.ital-success,
.table > tfoot > tr > th.ital-success,
.table > thead > tr.ital-success > td,
.table > thead > tr.ital-success > th,
.table > thead > tr > td.ital-success,
.table > thead > tr > th.ital-success {
    background-color: #73e446;
    color: #ffffff;
}

table > tbody > tr.ital-warning > td,
.table > tbody > tr.ital-warning > th,
.table > tbody > tr > td.ital-warning,
.table > tbody > tr > th.ital-warning,
.table > tfoot > tr.ital-warning > td,
.table > tfoot > tr.ital-warning > th,
.table > tfoot > tr > td.ital-warning,
.table > tfoot > tr > th.ital-warning,
.table > thead > tr.ital-warning > td,
.table > thead > tr.ital-warning > th,
.table > thead > tr > td.ital-warning,
.table > thead > tr > th.ital-warning {
    background-color: #e50d0d;
    color: #ffffff;
}

.table-hover > tbody > tr.ital-success:hover > td,
.table-hover > tbody > tr.ital-success:hover > th,
.table-hover > tbody > tr:hover > .ital-success,
.table-hover > tbody > tr > td.ital-success:hover,
.table-hover > tbody > tr > th.ital-success:hover {
    background-color: #4fa62c;
}
/*#endregion */

/*#region Other Styles */
.min-h-300 {
    min-height: 300px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-left: -13px !important;
    border-style: none !important;
    height: 10px !important;
}

.min-h-400 {
    min-height: 400px;
}

.min-h-500 {
    min-height: 500px;
}

.ellipsis {
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.overflow-hidden {
    overflow: hidden;
}

.ws-nowrap {
    white-space: nowrap;
}

.ws-normal {
    white-space: normal;
}
/*#endregion */

/*#region Table Column Max Width Styles */
th.w-10-per {
    max-width: 10%;
}

th.w-20-per {
    max-width: 20%;
}

th.w-25-per {
    max-width: 25%;
}

th.w-30-per {
    max-width: 30%;
}

th.w-40-per {
    max-width: 40%;
}

th.w-50-per {
    max-width: 50%;
}

th.w-60-per {
    max-width: 60%;
}

th.w-70-per {
    max-width: 70%;
}

th.w-80-per {
    max-width: 80%;
}

th.w-90-per {
    max-width: 90%;
}

th.w-100-per {
    max-width: 100%;
}

th.w-10-fix {
    max-width: 10px;
}

th.w-20-fix {
    max-width: 20px;
}

th.w-25-fix {
    max-width: 25px;
}

th.w-30-fix {
    max-width: 30px;
}

th.w-40-fix {
    max-width: 40px;
}

th.w-50-fix {
    max-width: 50px;
}

th.w-60-fix {
    max-width: 60px;
}

th.w-70-fix {
    max-width: 70px;
}

th.w-80-fix {
    max-width: 80px;
}

th.w-90-fix {
    max-width: 90px;
}

th.w-100-fix {
    max-width: 100px;
}

th.w-110-fix {
    max-width: 110px;
}

th.w-120-fix {
    max-width: 120px;
}

th.w-125-fix {
    max-width: 125px;
}

th.w-130-fix {
    max-width: 130px;
}

th.w-140-fix {
    max-width: 140px;
}

th.w-150-fix {
    max-width: 150px;
}

th.w-160-fix {
    max-width: 160px;
}

th.w-170-fix {
    max-width: 170px;
}

th.w-180-fix {
    max-width: 180px;
}

th.w-190-fix {
    max-width: 190px;
}

th.w-200-fix {
    max-width: 200px;
}

th.w-210-fix {
    max-width: 210px;
}

th.w-220-fix {
    max-width: 220px;
}

th.w-225-fix {
    max-width: 225px;
}

th.w-230-fix {
    max-width: 230px;
}

th.w-240-fix {
    max-width: 240px;
}

th.w-250-fix {
    max-width: 250px;
}

th.w-260-fix {
    max-width: 260px;
}

th.w-270-fix {
    max-width: 270px;
}

th.w-280-fix {
    max-width: 280px;
}

th.w-290-fix {
    max-width: 290px;
}

th.w-300-fix {
    max-width: 300px;
}
/*#endregion */
.border-none {
    border: none !important;
}

.animation-div {
    width: 100%;
    background: #d5ffff;
    -moz-transition: height .5s;
    -ms-transition: height .5s;
    -o-transition: height .5s;
    -webkit-transition: height .5s;
    transition: height .5s;
    overflow: hidden;
    height: 1%;
}

.child-table thead th {
    background: none;
    border: none;
}

.caption-ozel thead th {
    padding: 0.72rem 0.72rem;
}

.caption-ozel tbody tr td {
    padding: 0.72rem 0.72rem;
}

.addedRowSelection {
    background-color: gainsboro !important;
}

.requiredWarning {
    border: 2px solid red;
}

.form-control-ozel {
    padding: 0.171rem 0.20rem !important;
}

.search-input-button {
    right: 60px;
    top: 35%;
    cursor: pointer;
    position: absolute;
    z-index: 1;
    display: block;
}
