html {
    position: relative;
    min-height: 100%;
    padding-top: 50px;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 200px;
}

h2 {
    font-size:33px;
    margin:30px 0;
}

.content {
    padding: 40px 0;
}

button .fa {
    padding-right: 20px;
}

.form-group label{
    color: #969696;
}

.subrow {
    bottom: 2px;
    width: 100%;
    padding: 16px 0 4px 0;
    color: #DDDDDD;
    background-color: #6D6D6D;
}
.subrow .label{
    font-size: 1em;
}

.footer {
    border-top: 1px solid #dadada;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10px 0;
    background-color: #eaeaea;
}

/*------------------------------
        NAVBAR
------------------------------*/
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #9F9F9F !important;
}
.togle-sidebar {
    color: #F9F9F9 !important;
    margin-left: -8px;
    margin-right: 8px;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-image:none !important;
}

@media screen and (min-width:768px) {
    .dropdown:hover .dropdown-menu {
        display: block;
    }
}

ul.dropdown-menu li .fa {
    margin-right: 4px;
}

/*------------------------------
        FORM
------------------------------*/

.forms-only .formpanel {
    text-align:left;
    background-color:#F9F9F9;
    padding:5px;
}

.forms-only form .pull-right {
    margin-top:12px;
    display:block;
}

input[type=text],
input[type=password],
select,
textarea {
    font-size: 1.1em !important;
    color: #2196F3 !important;
    /*margin: 0 2px 0 2px;*/
}

/*------------------------------
        SIDEBAR
------------------------------*/

.left-sidebar .nav-sidebar {
    padding-right:10px;
}

.box {
    margin-bottom:40px;
    /*background-color: #F5F5F5;*/
    padding: 15px;
    border: 1px solid #dadada;
    border-radius: 3px;
}

.box h3 {
    text-transform:uppercase;
    font-size:20px;
    font-weight:400;
    margin:0 0 15px;
}

.box ul li {
    margin:0 0 5px 5px;
}

.box ul li a {
    font-size:12px;
    color:#555555;
    display:block;
}

.box ul li a:hover {
    color: #2196F3;
}

.box ul li.active a {
    color: #3277B3;
}

.box ul li a span.badge {
    float:right;
    border-radius: 5px;
    padding: 4px 8px;
}

.box ul li a i {
    margin-right:12px;
}

.box hr {
    background-color: #DDD;
}

/*------------------------------
        Off Canvas
------------------------------*/

.row-offcanvas {
    position: relative;
    -webkit-transition: all 0.75s ease-out;
    -moz-transition: all 0.75s ease-out;
    transition: all 0.75s ease-out;
}

@media screen and (max-width:460px) {
    .row-offcanvas-left
    .sidebar-offcanvas {
        left: -70%;
    }

    .row-offcanvas-left.active {
        left: 80%;
    }

    .sidebar-offcanvas {
        position: absolute;
        top: 0;
        width: 65%;
    }
}

@media screen and (min-width:461px) and (max-width:578px) {
    .row-offcanvas-left
    .sidebar-offcanvas {
        left: -55%;
    }

    .row-offcanvas-left.active {
        left: 65%;
    }

    .sidebar-offcanvas {
        position: absolute;
        top: 0;
        width: 60%;
        margin-left: -12px;
    }
}

@media screen and (min-width:579px) and (max-width:786px) {
    .row-offcanvas-left
    .sidebar-offcanvas {
        left: -60%;
    }

    .row-offcanvas-left.active {
        left: 55%;
    }

    .sidebar-offcanvas {
        position: absolute;
        top: 0;
        width: 50%;
        margin-left: 72px;
    }
}

@media screen and (min-width:787px) and (max-width:991px) {
    .row-offcanvas-left
    .sidebar-offcanvas {
        left: -85%;
    }

    .row-offcanvas-left.active {
        left: 60%;
    }

    .sidebar-offcanvas {
        position: absolute;
        top: 0;
        width: 40%;
        margin-left: 216px;
    }
}

/*------------------------------
        ERROR
------------------------------*/

.error {
    padding:100px 0 100px 0;
}

.error .error-number {
    font-size:200px;
    margin:100px 0 0;
}

.error .error-text h1 {
    font-size:36px;
    margin:30px 0;
    text-align: center;
}

.error .error-text h2 {
    font-size:24px;
    margin:30px 0;
    text-align: center;
}

.error .error-text p {
    font-size:18px;
    line-height:45px;
    text-align: center;
}

/*------------------------------
        Try to make existing table responsive
------------------------------*/
.table-responsive::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 14px;
    height: 14px;
}
.table-responsive::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 3px solid #fff;
    background-color: rgba(0, 0, 0, .3);
}
fieldset {
    display:table-cell;
    width: 100%;
}


/*------------------------------
        ESHOP
------------------------------*/
.navbar-nav > li.buynow > a,
.navbar-nav > li.buynow > a:hover,
.navbar-nav > li.buynow > a:focus {
    color: #ffffff;
    background-color: #01A611;
    padding: 5px;
    border-radius: 1px;
}

#eshop .eshop-main {
    margin-top:30px;
    margin-bottom:20px;
}

.eshop-product {
    background-color:#F9F9F9;
    margin:0 0 30px;
}

.eshop-product h3 {
    margin:0 0 7px;
    font-weight:400;
    font-size:18px;
    line-height:30px;
}

.eshop-product .product-price {
    margin:-8px 15px 0 0;
}

.eshop-product .product-price .old-price {
    text-decoration:line-through;
    font-size:14px;
    font-weight:400;
    color: #C0392B;
}

.eshop-product .product-price .new-price {
    font-weight:bold;
    font-size:18px;
    color: #228B2D;
    margin-left:5px;
}

/* ESHOP - LIST */

.eshop-list .eshop-product img {
    padding:30px 0 30px 30px;
}

.eshop-list .eshop-product .eshop-product-body {
    padding:20px;
}

.eshop-list .eshop-product h3 {
    margin:12px 0;
    font-size:26px;
}

.eshop-list .eshop-product p {
    color:#555555;
    margin:0 0 15px;
    line-height:24px;
}

.eshop-list .eshop-product .product-price {
    background-color:#F9F9F9;
    border:2px dotted #AEAEAE;
    padding:5px 12px;
}

/* ESHOP - DETAIL */

.eshop-detail .eshop-product {
    margin:0 0 30px;
    padding:30px;
    position:relative;
}

#eshop-slider .owl-item img {
    padding:0 10px;
    cursor:pointer;
}

.eshop-detail .eshop-product .label {
    font-size:14px;
    padding: 7px 10x;
}

.eshop-detail .eshop-product h3 {
    margin:20px 0;
    font-size:32px;
}

.eshop-detail .eshop-product .product-price {
    margin:20px 0;
    padding:5px 10px;
    background-color:#FFFFFF;
    text-align:left;
    border:2px dotted #AEAEAE;
}

.eshop-detail .eshop-product .product-price .old-price {
    font-size:18px;
}

.eshop-detail .eshop-product .product-price .new-price {
    font-size:24px;
    margin-left:15px;
}

.eshop-detail .eshop-product h4 {
    font-size:20px;
    font-weight:600;
}

.eshop-detail .eshop-product form .btn-group {
    display:block;
}

.eshop-detail .eshop-product form .form-group {
    margin:10px 0;
}

#quantity.form-control {
    height: 44px;
}

.eshop-detail .eshop-product form button[type=submit] {
    margin-top:25px;
    float:right;
}

.eshop-detail .eshop-product .blog-post-buttons .pull-left {
    font-weight:bold;
}

.eshop-detail .eshop-product .blog-post-buttons .pull-left a i {
    margin-right:5px;
}

.eshop-detail .tab-content ul {
    margin-bottom:20px;
}

.eshop-detail .comments {
    background-color: #F9F9F9;
    box-shadow:none;
    padding:0;
}

/* ESHOP - SHOPPING CART */

.shopping-cart-header  {
    text-align:center;
    margin:10px 0 40px;
}

.shopping-cart-header i {
    font-size:50px;
    color: #DDDDDD;
}

.shopping-cart-header p {
    font-size:16px;
    font-weight:700;
    color: #AAAAAA;
    margin:10px 0 0;
}

.shopping-cart-header .active i {
    color: #999999;
}

.shopping-cart-header .active p {
    color: #777777;
}

.shopping-cart .tab-content {
    background-color:transparent;
    box-shadow:none;
    margin-bottom: 0;
    padding: 0;
}

.shopping-cart-item {
    background-color: #F9F9F9;
    padding:10px 25px 20px 40px;
    position:relative;
    margin:0 0 15px;
}

.shopping-cart-item a.delete {
    position:absolute;
    display:block;
    font-size:20px;
    color:#CCCCCC;
    z-index:1000;
    left:15px;
    top:50%;
    margin-top:-14px;
}

.shopping-cart-item a.delete:hover {
    color:#AAAAAA;
}

.shopping-cart-item img{
    margin-top:10px;
}

.shopping-cart-item h3 {
    color:#777777;
    margin:20px 0 10px;
    font-weight:400;
}

.shopping-cart-item p {
    color:#999999;
    margin:0 0 8px;
}

.shopping-cart-item .form-control {
    margin:18px 0 0;
}

.shopping-cart-item p.small-price,
.shopping-cart-item p.quantity {
    margin:30px 0 0;
}

.shopping-cart-item p.total-price,
.shopping-cart-footer p.total-price {
    margin:20px 0;
    font-weight:400;
    font-size:24px;
    text-align:right;
}

.shopping-cart-footer {
    background-color: #F9F9F9;
    padding:25px 25px;
    margin-top:50px;
}

.shopping-cart-footer .btn {
    margin:5px 0 0;
    display:inline-block;
}

.shopping-cart-footer .input-group-btn .btn {
    margin: 0;
}

.shopping-cart-footer p.total-price-title {
    color:#555555;
    font-weight:bold;
    font-size:16px;
    margin:15px 0 0;
}

.shopping-cart-footer p.total-price {
    color:#C0392B;
    margin:0px 0 0;
    font-size:32px;
    font-weight:600;
}

/* Google Translator */
#google_translate_element {
    /*
    float: right;
    height: 24px;
    */
    width: 128px;
    overflow: hidden;
    display: block;
    text-indent: -9999px;
}

#google_translate_element select {
    margin: 0px;
    font-size: 12px;
    text-indent: 0px;
    float: left;
}
/* --------------------
Diashboard Icons
-----------------------*/
.panel-body .icondash {
    height: 148px;
    text-align: center;
}
.panel-body .icondashbg:hover {
    background-color: #FAFAFA;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(165,165,165,0.5);
    -moz-box-shadow: 0px 0px 3px 0px rgba(165,165,165,0.5);
    box-shadow: 0px 0px 3px 0px rgba(165,165,165,0.5);
}
.icondash:hover .fa {
    color: #4E84B3;
}

.icontext1 {
    margin-bottom: 8px;
    color: #4E84B3;
    text-transform: uppercase;
}
.icontext2 {
    margin-top: 5px;
    color: #C0C0C0;
    font-size: 0.9em;
}