﻿
fieldset{
    width:100% !important;
}
.bg-login {
    width: 100%;
    height: 100vh;
    background: url('../Images/background.jpg') left center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
}
.btn-app {
    background-color: rgb(92,188,102) !important;
    color:white;
}
.sidebar {
    background-color: #212121 !important;
}
.sidebar-nav > li.active, .sidebar-nav > li.active > a, .sidebar-nav > li.active > .nav-item, .sidebar-nav > li.active .sidebar-nav, .sidebar-nav > li.open, .sidebar-nav > li.open > a, .sidebar-nav > li.open > .nav-item, .sidebar-nav > li.open .sidebar-nav {
    background-color: #2a582f;
    color: #ffffff;
}
    .sidebar-nav > li.active > a {
        background-color: rgb(92,188,102) !important;
        color: white;
    }

    .topnavbar {
        background-color: rgb(92,188,102) !important;
        border-bottom: 1px solid #cecece !important;
    }
    .topnavbar .navbar-nav > .nav-item > .nav-link, .topnavbar .navbar-nav > .nav-item.show > .nav-link {
        color: #fff;
    }
.sidebar-subnav {
    background-color: #2a582f;
    color: white !important;
}

.sidebar-nav > li > a:focus, .sidebar-nav > li > a:hover, .sidebar-nav > li > .nav-item:focus, .sidebar-nav > li > .nav-item:hover {
    color: white !important;
}
div.range-date-picker {
    background: #fff;
    cursor: pointer;
    padding: 5px 10px;
    border: 1px solid #ccc;
    /*width: 350px;*/
}
i.caret-down-icon {
    padding-left: 10px;
    float: right;
}

.daterangepicker .drp-calendar {
    display: none;
    max-width: 351px !important;
}


.dropdown-menu.show {
    max-height: 250px;
    overflow-y: auto;
    width: 100%;
    overflow-x: hidden;
}

.dropdown-item{
    cursor:pointer !important;
}




.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.btn-upload {
    border: 2px solid gray;
    color: gray;
    background-color: white;
    padding: 8px 20px;
    border-radius: 8px;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
}

.upload-btn-wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
.nav-justified .nav-item, .nav-justified > .nav-link {
    font-size: 1.1em;
}
.product-image-wrapper {
    list-style: none;
    float: left;
    border: 1px solid grey;
    width: 100px;
    height: 100px;
    margin: 10px;
    position: relative;
}

.product-options-hover {
    /*display: none;
    width: 100px;
    height: 100px;
    float: left;
    background-color: blue;
    position: relative;*/
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.product-image {
    opacity: 1;
    display: block;
    object-fit: fill;
    height: 100px;
    float: left;
    transition: .5s ease;
    backface-visibility: hidden;
}

    .product-image:hover + .product-options-hover {
        display: block;
    }


.product-image-wrapper:hover .product-image {
    opacity: 0.3;
}

.product-image-wrapper:hover .product-options-hover {
    opacity: 1;
}

.product-image-delete {
    position: absolute;
    top: -6px;
    left: -6px;
    border: 1px solid #323232;
    border-radius: 50%;
    font-size: 0;
    width: 24px;
    height: 24px;
    text-align: center;
    box-sizing: border-box;
    /*background: url(https://ir.ebaystatic.com/rs/c/ebayui-uploader_preview-grid-lib-thumbnails-images-close-175fd07b.png) 50% 50% no-repeat #fff;*/
    background: url('../Images/product-close-icon.png') 50% 50% no-repeat #fff;
    background-size: 10px;
    z-index: 9;
}


@media (max-width: 767.98px) {
    .sidebar-toggle > em {
        color: black !important;
    }
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #5cbc66 !important;
    font-size: 1.3em;
}

.btn-primary {
    color: #fff;
    background-color: #5cbc66 !important;
    border-color: #7bca83;
}


.firmapad {
    border: 2px dotted #CCCCCC;
    border-radius: 15px;
    cursor: crosshair;
}

.small, small {
    font-size: 95% !important;
    font-weight: 400;
}

a {
    color: rgb(92,188,102) ;
    text-decoration: none;
    background-color: transparent;
}
    a:hover {
        color: #3c9845;
        text-decoration: none;
        background-color: transparent;
    }

.pull-left{
    float:left;
}
.pull-right {
    float: right;
}

.pointer{
    cursor:pointer;
}


table.k-editor .k-editable-area  body {
    font-size: 16px !important;
}
textarea{
    font-size:16px !important;
}

.wrapper .footer-container {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    height: 20px;
    border-top: 1px solid #e4eaec;
    padding: 10px;
    z-index: 125;
    font-size: .875rem;
    background-color: #f5f7fa;
}



/* Bootstrap-style larger checkbox */
.form-check-lg {
    width: 1.5em;
    height: 1.5em;
}

/* Center-align header checkbox */
.k-grid-header th:first-child,
.k-grid-content td:first-child {
    text-align: center;
    vertical-align: middle;
}