﻿
@font-face {
font-family: 'Roboto Regular';
src: url('../fonts/roboto.regular.eot'); /* IE9 Compat Modes */
src: url('../fonts/roboto.regular.woff2') format('woff2'), /* Super Modern Browsers */
        url('../fonts/Roboto-Regular.woff') format('woff'), /* Pretty Modern Browsers */
        url('../fonts/roboto.regular.ttf')  format('truetype'), /* Safari, Android, iOS */
}

h1, h2, h3, h4, h5, h6{
    font-family: 'Roboto Regular',Arial, Helvetica, sans-serif;
}

.hide{
    display: none;
}
.show{
    display:block;
}
.overlay-container {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    background-color: rgba(255,255,255,0.8);
}

.overlay-container .overlay-content {
    position: absolute;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    color: #555;
}
.overlay-container .overlay-content img {
    height: 55px;
}

.fs-8{ font-size:8px; }
.fs-12{ font-size:12px; }
.fs-14{ font-size:14px; }
.fs-16{ font-size:16px; }
.fs-18{ font-size:18px; }
.fs-50{ font-size:50px; }

.fw-600{ font-weight:600; }

.clearfix{ clear:both; }

.center-block { float:none; }

/* Padding 15 */
.pt-15{ padding-top: 15px; }
.pb-15{ padding-bottom: 15px; }
.pr-15{ padding-right: 15px; }
.pl-15{ padding-left: 15px; }

.prl-15{ padding-right: 15px; padding-left: 15px; }

/* Padding 10 */
.pt-10{ padding-top: 10px; }
.pb-10{ padding-bottom: 10px; }
.pr-10{ padding-right: 10px; }
.pl-10{ padding-left: 10px; }

/* Padding 5 */
.pt-5{ padding-top: 5px; }
.pb-5{ padding-bottom: 5px }
.pr-5{ padding-right: 5px; }
.pl-5{ padding-left: 5px; }


/* Margin */
.mt-15{ margin-top: 15px; }
.mb-15{ margin-bottom: 15px; }
.mr-15{ margin-right: 15px; }
.ml-15{ margin-left: 15px; }

.mrl-15{ margin-left: 15px; margin-right: 15px; }

.mt-5{ margin-top: 5px; }
.mb-5{ margin-bottom: 5px; }
.mr-5{ margin-right: 5px; }
.ml-5{ margin-left: 5px; }


/* Padding Remove */
.p-r-rl{ padding-left:0; padding-right:0; }
.p-r-all{ padding:0; }

/* Margin Remove*/
.m-r-all{ margin:0; }

/* Colors */
.cs-bg-blue{ background: #14588e;  }
.cs-txt-blue{ color: #14588e; }
.cs-bg-red{ background:#ed1c24; }
.cs-txt-red{ color:#ed1c24; }
.cs-bg-yellow{ background:#fc9903; }
.cs-txt-yellow{ color:#fc9903; }
.cs-bg-lightblue{ background-color:#2198e8; }
.cs-txt-lightblue{ color:#2198e8; }
.cs-bg-green { background-color: #449d44; }
.cs-txt-green { color: #449d44; }
.cs-bg-kit{ background-color: #28539c; }
.cs-txt-kit{ color: #28539c; }
.cs-bg-gray{ background-color: #474747; }
.cs-txt-gray{ color: #474747; }

/*Border*/
.b-top { border-top: 0.5px #e5e5e5 solid; }
.b-bottom { border-bottom: 0.5px #e5e5e5 solid; }
.b-right { border-right: 0.5px #e5e5e5 solid; }
.b-left { border-left: 0.5px #e5e5e5 solid; }

.custom-style .link-lightblue{
    text-decoration:none;
    color: #2198e8;
    cursor:pointer;
}

/* Custom Style*/
.custom-style {
    font-family: 'Roboto Regular',Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 300;
}


.custom-style .cs-client-title h3{
     font-size: 22px;
     color:#14588e;
}

/* Button Style*/
.custom-style .btn {
    text-transform:none;
    font-family: 'Roboto Regular',Arial, Helvetica, sans-serif;
}
.custom-style .btn-blue {
    background: #14588e;
    border: none;
    color:#ffffff;
}
.custom-style .btn-blue:hover {
    background: #1d6799;
     color:#ffffff;
}
.custom-style .btn-blue .glyphicon {
    font-size:14px;
}


.custom-style .btn-yellow {
    background: #fc9903;
    border: none;
    color:#ffffff;
}
.custom-style .btn-yellow:hover {
    background: #f9a12d;
     color:#ffffff;
}
.custom-style .btn-yellow .glyphicon {
    font-size:14px;
}


.custom-style .btn-red {
    background: #ed1c24;
    border: none;
    color:#ffffff;
}
.custom-style .btn-red:hover {
    background: #ea3442;
     color:#ffffff;
}
.custom-style .btn-red .glyphicon {
    font-size:14px;
    color:white;
}

.custom-style .btn-green {
    background: #449d44;
    border: none;
    color:#ffffff;
}
.custom-style .btn-green:hover {
    background: #5aa85a;
     color:#ffffff;
}
.custom-style .btn-green .glyphicon {
    font-size:14px;
    color:white;
}

.custom-style .btn-group-lg>.btn, .btn-lg{
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
}

/*Grid View*/
.custom-style .cs-grid-icon{
    color: #474747;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    background-color: transparent;
    padding: 5px;
}

/*view Cart Button*/
.custom-style .cs-viewcart{
    color: #474747;
    font-size:15px;
    font-weight:600;
    cursor:pointer;
}
.custom-style .cs-viewcart .badge{
    background: #fc9903;
}

/* Filter Brand*/
.custom-style .cs-filter-title h4{
    font-size: 14px;
    font-weight:bold;
     color:#474747;
}
.custom-style .cs-filter-list{
    width:100%;
}
.custom-style .cs-filter-list .dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-lines) > td, .dx-datagrid-rowsview .dx-selection.dx-row:hover:not(.dx-row-lines) > td {
    border:none;
}

.custom-style .cs-filter-list .dx-datagrid-rowsview .dx-selection.dx-row > td, .dx-datagrid-rowsview .dx-selection.dx-row:hover > td{
    background-color:transparent;
}

.custom-style .cs-filter-list .dx-datagrid .dx-datagrid-rowsview .dx-data-row td.dx-pointer-events-none, .dx-datagrid .dx-datagrid-rowsview .dx-freespace-row td.dx-pointer-events-none, .dx-datagrid .dx-datagrid-headers .dx-row td.dx-pointer-events-none{
    border:none;
}

.custom-style .cs-filter-list .dx-datagrid-content .dx-datagrid-table .dx-row > td{
    font-size:12px;
    padding-top: 0px;
}

.custom-style .cs-filter-list .dx-datagrid-checkbox-size .dx-checkbox-icon{
    height: 14px;
    width: 14px;
}

.custom-style .cs-filter-list .dx-datagrid .dx-row > td{
    padding:3px;
}

.custom-style .cs-filter-list .dx-datagrid-rowsview{
    border:none;
}

.custom-style .cs-filter-list .dx-checkbox-icon{
    height: 14px;
    width: 14px;
}

.custom-style .cs-filter-list .dx-treeview .dx-treeview-item .dx-treeview-item-content span{
    font-size:12px;
}
.custom-style .cs-filter-list .dx-checkbox-indeterminate .dx-checkbox-icon:before{
    width: 8px;
    height: 8px;
    left: 2px;
    top: 2px;
}

.custom-style .cs-filter-list .dx-checkbox-checked .dx-checkbox-icon{
    font-size: 10px;
    line-height: 17px;
}

/* Filter Family */
.custom-style .cs-filter-list.dx-treeview .dx-treeview-item.dx-state-hover{
    background-color:transparent;
}

.custom-style .cs-filter-list.dx-treeview .dx-treeview-node.dx-treeview-item-with-checkbox .dx-treeview-item{
    font-size:12px;
}
.custom-style .cs-filter-list.dx-treeview .dx-treeview-item{
    padding: 0px 38px;
    min-height: 25px;
}

.custom-style .cs-filter-list.dx-treeview .dx-treeview-toggle-item-visibility{
    height: 24px;
}

.custom-style .cs-filter-list.dx-checkbox-checked .dx-checkbox-icon:before{
    margin-top: -9px;
}

/* Listing */
.custom-style .dx-datagrid-focus-overlay{
    border: 0;
}

.custom-style .cs-listing {
    font-family: 'Roboto Regular',Arial, Helvetica, sans-serif;
}

.custom-style .cs-listing .dx-datagrid-rowsview{
    border:none;
}

.custom-style .cs-listing .dx-datagrid-header-panel{
    border:none;
}

.custom-style .cs-listing .dx-datagrid-pager{
    border:none;
}

/* Listing ROW */
.custom-style .cs-listing .cs-list-row {
    height:200px;
    -webkit-box-shadow: 0px 0px 7px -1px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 7px -1px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 7px -1px rgba(0,0,0,0.3);
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
}
.custom-style .cs-listing .dx-datagrid .dx-row > td {
    padding: 7px 8px;
}


.custom-style .cs-listing .cs-list-row .cs-list-row-img{
    padding-top: 22%;
    padding-bottom: 22%;
    text-align:center;
    cursor:pointer;
    height:200px;
}
.custom-style .cs-listing .cs-list-row .cs-list-row-img img{
    margin: 0;
    max-width:160px;
    height:117px;
}
.custom-style .cs-listing .cs-list-row .cs-list-row-content{
    height: 200px;
    padding-top: 8%;
    padding-bottom: 8%;
}

.custom-style .cs-listing .cs-list-row .cs-list-row-content .cs-list-row-title a{
    text-decoration: none;
    font-size:18px;
    color: #333333;
    font-weight:600;
}
.custom-style .cs-listing .cs-list-row .cs-list-row-content .cs-list-row-desc{
    font-size:13px;
}
.custom-style .cs-listing .cs-list-row .cs-list-row-content .cs-list-row-kit{
    font-size:16px;
    color:#28539c;
}
.custom-style .cs-listing .cs-list-row .cs-list-row-action {
    display: inline-block;
    height: 200px;
    padding-top: 18%;
    padding-bottom: 8%;
}
.custom-style .cs-listing .cs-list-row .cs-list-row-action .cs-list-row-price h4{
    color: #26a13d;
    font-size:18px;
    font-weight:600;
    margin-bottom:5px;
}
.custom-style .cs-listing .cs-list-row .cs-list-row-action .cs-list-row-price2 h5{
    color: #4d4d4d;
    font-size:15px;
    font-weight:500;
    text-align:center;
    margin-bottom: 5px;

}
.custom-style .cs-listing .cs-list-row .cs-list-row-action .cs-list-row-option{
      height: 35px;
}

.custom-style .cs-listing .cs-list-row .cs-list-row-action .cs-list-row-countadded{
    color:#808080;
    display: inline-block;
    font-size:12px;
}

.custom-style .cs-listing .cs-list-row .cs-list-row-action .cs-list-row-countadded .badge{
    font-size:10px;
}

.custom-style .cs-listing .cs-list-row .cs-disc {
    padding: 8px;
    background-color: red;
    color: white;
    font-size: 12px;
    border-radius: 0px 0px 3px 3px;
    -moz-border-radius: 0px 0px 3px 3px;
    -webkit-border-radius: 0px 0px 3px 3px;
}

/* View Grid */
.custom-style .cs-grid{

}
.custom-style .cs-grid .dx-tile{
    border: none;
    -webkit-box-shadow: 0px 0px 7px -1px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 7px -1px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 7px -1px rgba(0,0,0,0.3);
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
}
.custom-style .cs-grid .cs-disc{
    padding: 8px; 
    background-color: red; 
    color: white; 
    font-size: 12px; 
    position:absolute; 
    margin-left:15px;
    border-radius: 0px 0px 3px 3px;
    -moz-border-radius: 0px 0px 3px 3px;
    -webkit-border-radius: 0px 0px 3px 3px;
}
.custom-style .cs-grid .cs-img{
    height: 204px; 
    padding-top: 14%; 
    padding-bottom: 14%;
    text-align:center; 
    cursor:pointer;
}
.custom-style .cs-grid .cs-img img{
    margin: 0; 
    max-width:160px; 
    height:132px;
}
.custom-style .cs-grid .cs-grid-content{
    height:216px; 
    padding:0px 15px;
     background-color: #f7f7f7;
}
.custom-style .cs-grid .cs-grid-title a{
    text-decoration: none; 
    font-size: 13px; 
    color: #333333; 
    font-weight: 600;
}
.custom-style .cs-grid .cs-grid-price h4{
    color: #26a13d; 
    font-size:14px; 
    font-weight:600; 
    margin-bottom:5px;
}
.custom-style .cs-grid .cs-grid-price2 h5 {
    color: #4d4d4d; 
    font-size: 12px; 
    font-weight: 500; 
    text-align: center; 
    margin-bottom: 5px;
}
.custom-style .cs-grid .cs-grid-action {
    height: 100px; 
    display: inline-block; 
    position: absolute; 
    bottom: 15px; 
    left: 0;
}
.custom-style .cs-grid .cs-grid-action .cs-grid-option{
    height: 35px;
}
.custom-style .cs-grid .cs-grid-action .cs-grid-option .cs-title{
    padding-top:8px; 
    font-size:14px;
}
.custom-style .cs-grid .cs-kit{
    font-size:16px;
    color:#28539c;
}


/*List Small Images*/
.custom-style .cs-main .cs-list-img { 
    -ms-overflow-style: none; 
    overflow: -moz-scrollbars-none;
    height:400px; 
    overflow-y:auto;
}
.custom-style .cs-main .cs-list-img:active { 
    /*pointer-events: none;*/ 
}
.custom-style .cs-main .cs-list-img::-webkit-scrollbar {
    width: .5em;
}
.custom-style .cs-main .cs-list-img::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
}
.custom-style .cs-main .cs-list-img::-webkit-scrollbar-thumb {
  background-color: lightgray;
  outline: 1px solid #f2f2f2;
}
.custom-style .cs-main .cs-list-img ul li {
    margin: 0;
    text-align: center;
    list-style: none;
    list-style-type: none;
    margin: 5px;
    border: .5px solid #e5e5e5;
    height: 80px;
    width: 80px;
    padding-top: 5%;
    padding-bottom: 5%;
}
.custom-style .cs-main .cs-list-img ul li:first-child {
    margin-top: 0px;
}
.custom-style .cs-main .cs-list-img ul li a img{
    height:70px; 
    max-width:70px;
}


/* Main Image */
.custom-style .cs-main .cs-main-img{
    height:400px; 
    text-align: center; 
    border: .5px solid #e5e5e5; 
    padding-top: 5%; 
    padding-bottom:5%
}

.custom-style .cs-main .cs-main-img img {
    height: 354px; 
    margin:0; 
    max-width:405px;
}

/* Action */
.custom-style .cs-main .cs-main-detail .cs-action {
    height: 36px;
}

/*Kit*/
.custom-style .cs-main .cs-main-detail .cs-list-kit{
    list-style-type:none; 
    margin-bottom:5px;
}

.custom-style .cs-main .cs-disc{
    padding: 8px; 
    background-color: red; 
    color: white; 
    font-size: 12px; 
    position:absolute; 
    margin-left:15px;
    border-radius: 0px 0px 3px 3px;
    -moz-border-radius: 0px 0px 3px 3px;
    -webkit-border-radius: 0px 0px 3px 3px;
}

/* Cart Listing */
.custom-style .cs-list-cart{
     -webkit-box-shadow: 0px 0px 7px -1px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 7px -1px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 7px -1px rgba(0,0,0,0.3);
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
}
.custom-style .cs-list-cart-header{
    font-size:12px;
    font-weight:600;
}
.custom-style .cs-list-cart .dx-datagrid-table.dx-datagrid-table-fixed.dx-datagrid-table-content  .dx-row.dx-data-row.dx-column-lines{
    height:180px;
    border-bottom: 1px #e5e5e5 solid;
}
.custom-style .cs-list-cart .dx-datagrid-table.dx-datagrid-table-fixed.dx-datagrid-table-content .dx-row.dx-data-row.dx-column-lines td {
    padding:0;
}
.custom-style .cs-list-cart .dx-datagrid-headers{
    display:none;
}
.custom-style .cs-list-cart .cs-list-row-img{
    padding-top: 20%;
    padding-bottom: 20%;
    text-align:center;
    cursor:pointer;
    height:180px;
}
.custom-style .cs-list-cart .cs-list-row-img img{
    margin: 0;
    max-width:160px;
    height: 117px;
}
.custom-style .cs-list-cart .cs-list-row-kit{
    font-size:16px;
    color:#28539c;
}
.custom-style .cs-list-cart .cs-list-row-content{
    padding-top: 10%;
    padding-bottom: 10%;
    height: 180px;
}
.custom-style .cs-list-cart .cs-list-row-content-2{
    padding-top: 20%;
    padding-bottom: 20%;
    height: 180px;
}
.custom-style .cs-list-cart .cs-list-row-content-3{
    padding-top: 45%;
    padding-bottom: 45%;
    height: 180px;
}
.custom-style .cs-list-cart .cs-list-row-content-4{
    padding-top: 55%;
    padding-bottom: 55%;
    height: 180px;
}
.custom-style .cs-list-cart .cs-list-row-content-4 .glyphicon.glyphicon-trash {
    color: #ed1c24;
    cursor:pointer;
}
.custom-style .cs-list-cart .cs-list-row-price h4{
    color: #26a13d;
    font-size:18px;
    font-weight:600;
    margin-bottom:5px;
}
.custom-style .cs-list-cart .cs-list-row-price2 h5{
    color: #4d4d4d;
    font-size:15px;
    font-weight:500;
    text-align:center;
    margin-bottom: 5px;

}
.custom-style .cs-list-cart .cs-disc {
    padding: 8px;
    background-color: red;
    color: white;
    font-size: 12px;
    border-radius: 0px 0px 3px 3px;
    -moz-border-radius: 0px 0px 3px 3px;
    -webkit-border-radius: 0px 0px 3px 3px;
}


/*Normal Listing*/
.custom-style .cs-list-normal{

}
.custom-style .cs-list-normal .dx-datagrid-headers{
    font-size:13px;
}
.custom-style .cs-list-normal .dx-datagrid-rowsview{
    font-size:12px;
}
.custom-style .list-group .list-group-item{
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
    color:#474747;
}

.custom-style .dx-empty-message{
    margin-top: -11px;
    margin-right: 0px;
    margin-left: -29px;
        color: #999999;
    font-size: 17px;
    position: absolute;
    top: 50%;
    left: 50%;
}