/*   @import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700');
   */
.preloader {
  width: 100%;
  height: 100%;
  top: 0px;
  position: fixed;
  z-index: 99999;
  background: #fff;
}
.preloader .cssload-speeding-wheel {
  position: absolute;
  top: calc(50% - 3.5px);
  left: calc(50% - 3.5px);
}

/*******************
Global Styles
*******************/
* {
  outline: none }

a {
  color: inherit;
  cursor: pointer;
}

a:hover, a:focus {
  text-decoration: none;
  outline: none
}

a.link {
  color: #455a64;
}
/*
  a.link:hover, a.link:focus {
    color: #009efb; }
*/
label {
  font-weight: 400;
}
.img-responsive {
  width: 100%;
  height: auto;
  display: inline-block;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
.text-underline {
   text-decoration : underline;
}
.style-underline {
   position:relative;
}
.style-underline:after {
  position:absolute;
  content:'';
  bottom:-2px;
  left:0;
  width:100%;
  height:1px;
  background-color:#557dce;
  opacity:1 !important;
}
ul, ol, dl {
  margin:0;
  padding:0;
}


  .media-block {
    display:block}
  .media-block-lg {
    display:block}
  .media-block-xl {
    display:block}
    @media (min-width: 1024px) {
      .media-block {
        display:inline}
    }
    @media (min-width: 1200px) {
      .media-block-lg {
        display:inline}
    }
    @media (min-width: 1600px) {
      .media-block-xl {
        display:inline}
    }

.ls-sm {
  letter-spacing:-1px;
}
.letter-spacing-md {
  letter-spacing:-2px;
}
.lh-0 {line-height:0 !important;}
.lh-16 {line-height:16px  !important;}
.lh-18 {line-height:18px  !important;}
.lh-20 {line-height:20px  !important;}
.lh-22 {line-height:22px  !important;}
.lh-23 {line-height:23px  !important;}
.lh-24 {line-height:24px  !important;}
.lh-25 {line-height:25px  !important;}
.lh-26 {line-height:26px  !important;}
.lh-27 {line-height:27px  !important;}
.lh-28 {line-height:28px  !important;}
.lh-29 {line-height:29px  !important;}

/*******************
Headings
*******************/
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6{
  color: #333;
  margin-top:0;
  font-weight: 400; }

h1, .h1 {
  line-height: 52px;
  font-size: 40px; }

h2, .h2 {
  line-height: 44px;
  font-size: 32px; }

h3, .h3 {
/*   line-height: 34px; */
  font-size: 24px; }

h4, .h4 {
  line-height: 30px;
  font-size: 21px; }

h5, .h5 {
 /*  line-height: 25px; */
  font-size: 18px;}

h6, .h6 {
  line-height: 22px;
  font-size: 16px; }

.display-5 {
  font-size: 3rem; }

.display-6 {
  font-size: 36px; }

.box {
  border-radius: 4px;
  padding: 10px; }

html body .dl {
  display: inline-block; }

html body .db {
  display: block; }

.no-wrap td, .no-wrap th {
  white-space: nowrap; }

.font-roboto {
  font-family: 'Roboto', sans-serif;
}

  .heading-center {
    position: relative;
  }

  .heading-center:before {
    content: "";
    display: block;
    border-top: solid 2px #557dce;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 50%;
    z-index: 1;
  }

  .heading-center span {
    background: #fff;
    padding: 0 20px;
    position: relative;
    z-index: 5;
  }


.clear {
  clear: both; }

ol li {
  margin: 5px 0; }

.text-right {
  text-align:right !important;}
.text-left {
  text-align:left !important;}

.mt-100 { margin-top: 100px !important; } .mt-80 { margin-top: 80px !important; } .mt-70 { margin-top: 70px !important; } .mt-50 { margin-top: 50px !important; } .mt-40 { margin-top: 40px !important; } .mt-30 { margin-top: 30px !important; } .mt-20 { margin-top: 20px !important; } .mt-15 { margin-top: 15px !important; } .mt-10 { margin-top: 10px !important; } .mt-5 { margin-top: 5px !important; } .mb-100 { margin-bottom: 100px !important; }  .mb-80 { margin-bottom: 80px !important; } .mb-70 { margin-bottom: 70px !important; } .mb-50 { margin-bottom: 50px !important; } .mb-40 { margin-bottom: 40px !important; } .mb-30 { margin-bottom: 30px !important; } .mb-20 { margin-bottom: 20px !important; } .mb-15 { margin-bottom: 15px !important; } .mb-10 { margin-bottom: 10px !important; } .mb-5 { margin-bottom: 5px !important; }
.pt-100 { padding-top: 100px !important; } .pt-80 { padding-top: 80px !important; } .pt-70 { padding-top: 70px !important; } .pt-50 { padding-top: 50px !important; } .pt-40 { padding-top: 40px !important; } .pt-30 { padding-top: 30px !important; } .pt-20 { padding-top: 20px !important; } .pt-15 { padding-top: 15px !important; } .pt-10 { padding-top: 10px !important; } .pt-5 { padding-top: 5px !important; } .pb-100 { padding-bottom: 100px !important; } .pb-80 { padding-bottom: 80px !important; }  .pb-70 { padding-bottom: 70px !important; } .pb-50 { padding-bottom: 50px !important; } .pb-40 { padding-bottom: 40px !important; } .pb-30 { padding-bottom: 30px !important; } .pb-25 { padding-bottom: 25px !important; } .pb-20 { padding-bottom: 20px !important; } .pb-15 { padding-bottom: 15px !important; } .pb-10 { padding-bottom: 10px !important; } .pb-5 { padding-bottom: 5px !important; }
.mr-2px {margin-right:2px}

.fw-100 {font-weight:100 !important;}
.fw-300 {font-weight:300 !important;}
.fw-400 {font-weight:400 !important;}
.fw-500 {font-weight:500 !important;}
.fw-600 {font-weight:600 !important;}
.fw-700 {font-weight:700 !important;}
.fw-800 {font-weight:800 !important;}
.fw-900 {font-weight:900 !important;}

.lh-24px {line-height:24px}
.lh-22px {line-height:22px}
.lh-18px {line-height:18px}
.lh-1 {line-height:1}
.lh-1-1 {line-height:1.1}
.lh-2 {line-height:2}

.height-36 {height:36px !important;}
.height-32 {height:32px !important;}
.height-30 {height:30px !important;}
.height-27 {height:27px !important;}

/*******************
vertical alignment
*******************/


/*******************
Opacity
*******************/
.op-3 {opacity: 0.3; }
.op-4 {opacity: 0.4; }
.op-5 {opacity: 0.5; }
.op-6 {opacity: 0.6; }
.op-7 {opacity: 0.7; }
.op-8 {opacity: 0.8; }
.op-9 {opacity: 0.9; }

/*******************
font weight
*******************/
html body .font-bold {
  font-weight: 700; }
html body .font-normal {
  font-weight: normal; }
html body .font-light {
  font-weight: 300; }
html body .font-medium {
  font-weight: 400; }

/*******************
font Size
*******************/
html body .font-20 {
  font-size: 20px;}
html body .font-18 {
  font-size: 18px;}
html body .font-17 {
  font-size: 17px;}
html body .font-16 {
  font-size: 16px;}
html body .font-15 {
  font-size: 15px;}
html body .font-14 {
  font-size: 14px;}
html body .font-13 {
  font-size: 13px;}
html body .font-12 {
  font-size: 12px;}
html body .font-11 {
  font-size: 11px;}
html body .font-10 {
  font-size: 10px;}
html body .font-9 {
  font-size: 9px;}


/*******************
Border
*******************/
.b-0 {border: none; }
.b-r {border-right: 1px solid rgba(120, 130, 140, 0.13); }
.b-l {border-left: 1px solid rgba(120, 130, 140, 0.13); }
.b-b {border-bottom: 1px solid rgba(255,255,255,.2); }
.b-t {border-top: 1px solid rgba(120, 130, 140, 0.13); }
.b-all {border: 1px solid rgba(120, 130, 140, 0.13); }

.border-radius-0 {border-radius:0 !important;}

.border-left-0 {border-left:0 !important}
.border-right-0 {border-right:0 !important}
.border-bottom {border-bottom:1px solid #ddd;}

.hide {display: none; }
.img-circle {border-radius: 100%; }
.radius {border-radius: 4px; }

/*******************
Text Colors
*******************/
.text-white {color: #ffffff !important; }
.text-danger {color: #FF5D6E !important; }
.text-muted {color: #99abb4 !important; }
.text-warning {color: ##01B1AF !important; }
.text-success {color: #39C89E !important; }
.text-info {color: #0D5CAB !important; }
.text-price  {color: #FF5D6E !important; }
.text-blue {color: #02bec9 !important; }
.text-gray {color: #acacac !important; }
.text-primary {color: #557dce !important; }
.text-green {color: #00897b !important; }
.text-greenmw {color: #079068 !important; } /* 이민우 계장이 고른 녹색 */
.text-dark {color: #000 !important; }
.text-secondary {color: #67757c !important; }
.text-light-primary {color: #769FCD !important; }

.text-shadow {text-shadow: -1px 0px 2px RGBA(0,0,0,.5);}

/*******************
Background Colors
*******************/
.bg-primary {background-color: #557dce !important; }
.bg-transparent {background-color: transparent !important; }
.bg-info {background-color: #0D5CAB !important; }
.bg-warning {background-color: #01B1AF !important; }
.bg-danger {background-color: #FF5D6E !important; }
.bg-gradiation {
  background: #557dce;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to left,#0d5cab, #557dce);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left, #0d5cab, #557dce); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */}

.bg-mono-1 {background-color: #acacac !important; }
.bg-mono-2 {background-color: #f0f0f0 !important; }
.bg-mono-3 {background-color: #f5f5f5!important; }
.bg-mono-4 {background-color: #fafafa !important; }
.bg-light-blue {background-color: #ECF3F8 !important;}
.bg-light-blue2 {background-color: #B5CBDE !important;}

.bg-green {background-color: #01b1af!important;}
.bg-blue {background-color: #0D5CAB!important;}
.bg-inverse {background-color: #2f3d4a!important;}

.bg-light-primary {background-color: #FFFEEC!important;}
.bg-light-success {background-color: #e8fdeb!important;}
.bg-light-info {background-color: #E2F3FD!important;}
.bg-light-extra {background-color: #ebf3f5!important;}
.bg-light-warning {background-color: #fff8ec!important;}
.bg-light-danger {background-color: #f9e7eb!important;}
.bg-light-inverse {background-color: #f6f6f6!important;}
.bg-light {background-color: #f2f4f8!important;}
.bg-white {background-color: #ffffff!important;}



/*******************
Rounds
*******************/
.round {
  line-height: 48px;
  color: #ffffff;
  width: 45px;
  height: 45px;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  border-radius: 100%;
  background: #0D5CAB; }
  .round img {
    border-radius: 100%; }

.round-lg {
  line-height: 65px;
  width: 60px;
  height: 60px;
  font-size: 30px; }
.round.round-info {
  background: #0D5CAB; }
.round.round-warning {
  background: ##01B1AF; }
.round.round-danger {
  background: #FF5D6E; }
.round.round-success {
  background: #39C89E; }
.round.round-primary {
  background: #557dce; }

/*******************
Labels
*******************/
.label {
  padding: 3px 10px;
  line-height: 13px;
  color: #ffffff;
  font-weight: 400;
  border-radius: 4px;
  font-size: 75%; }

.label-rounded {
  border-radius: 60px; }
.label-custom {
  background-color: #00897b; }

.label-success {
  background-color: #39C89E; }
.label-info {
  background-color: #0D5CAB; }
.label-warning {
  background-color: ##01B1AF; }
.label-danger {
  background-color: #FF5D6E; }
.label-megna {
  background-color: #00897b; }
.label-primary {
  background-color: #557dce; }
.label-purple {
  background-color: #557dce; }
.label-red {
  background-color: #fb3a3a; }
.label-inverse {
  background-color: #2f3d4a; }
.label-default {
  background-color: #f2f4f8; }
.label-white {
  background-color: #ffffff; }

.label-light-success {
  background-color: #e8fdeb;
  color: #39C89E; }
.label-light-info {
  background-color: #cfecfe;
  color: #0D5CAB; }
.label-light-warning {
  background-color: #fff8ec;
  color: ##01B1AF; }
.label-light-danger {
  background-color: #f9e7eb;
  color: #FF5D6E; }
.label-light-megna {
  background-color: #e0f2f4;
  color: #00897b; }
.label-light-primary {
  background-color: #f1effd;
  color: #557dce; }
.label-light-inverse {
  background-color: #f6f6f6;
  color: #2f3d4a; }



/*******************
Pagination
*******************/
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px; }

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px; }

.pagination > li > a,
.pagination > li > span {
  color: #263238; }

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #f2f4f8; }

.pagination-split li {
  margin-left: 5px;
  display: inline-block;
  float: left; }

.pagination-split li:first-child {
  margin-left: 0; }

.pagination-split li a {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px; }

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #009efb;
  border-color: #009efb; }

.pager li > a,
.pager li > span {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #263238; }



/*******************
Wave Effects
*******************/
.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
  z-index: 1;
  will-change: opacity, transform;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
  .waves-effect .waves-ripple {
    position: absolute;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    opacity: 0;
    background: rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    -ms-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    pointer-events: none; }

.waves-effect.waves-light .waves-ripple {
  background-color: rgba(255, 255, 255, 0.45); }
.waves-effect.waves-gray .waves-ripple {
  background-color: rgba(51, 51, 51, 0.12); }


html body .waves-notransition {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none; }

.waves-circle {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  text-align: center;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 50%;
  -webkit-mask-image: none; }

.waves-input-wrapper {
  border-radius: 0.2em;
  vertical-align: bottom; }
  .waves-input-wrapper .waves-button-input {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1; }

.waves-block {
  display: block; }


/*******************
  Badge
*******************/
.badge {font-weight: 400; }

.badge-xs {font-size: 9px; }
.badge-lg {font-size: 12px;}
.badge-num {font-size: 13px; }

.badge-xs,
.badge-sm {
  -webkit-transform: translate(0, -2px);
  -ms-transform: translate(0, -2px);
  -o-transform: translate(0, -2px);
  transform: translate(0, -2px); }

.badge-success {
  background-color: #39C89E; }
.badge-info {
  background-color: #0D5CAB; }
.badge-primary {
  background-color: #557dce; }
.badge-warning {
  background-color: ##01B1AF;
  color: #ffffff; }
.badge-danger {
  background-color: #FF5D6E; }
.badge-purple {
  background-color: #557dce; }
.badge-light {
  background-color: #f0f0f0;
  color:#9e9e9e}
.badge-dark {
  background-color: #2f3d4a; }

.badge-light-success {
  background-color: #e8fdeb;
  color: #26c6da; }
.badge-light-info {
  background-color: #cfecfe;
  color: #1e88e5; }
.badge-light {
  background-color: #f0f0f0;
  color: #666; }
.badge-gray {
  background-color: #ddd;
  color: #999 !important; }
.badge-light-primary {
  background-color: #D6E6F2;
  color: #0D5CAB; }
.badge-white {
  background-color: #fff;
  color: #bbb;
  line-height:1.1;}

/*******************
  Badge(í–‰ì‚¬ì•ˆë‚´)
*******************/
.badge-new, .badge-excite, .badge-special, .badge-season, .badge-outlet, .badge-tenx, .badge-oneday, .badge-min,
.badge-outline-1, .badge-outline-2, .badge-outline-3, .badge-outline-4,  .badge-outline-5, .badge-outline-6, .badge-outline-7 {
border-radius:3px;
font-size:85%;
margin-bottom:4px;
}
.badge-new {
  background-color: #CBE5FF;
  color: #003684;}
.badge-min {
  background-color: #FF5D6E;
  color: #fff;}
.badge-excite {
  background-color: #D0ECF1;
  color: #355c96;}
.badge-tenx {
  background-color: #F9D7DA;
  color: #71181F;}
.badge-special {
  background-color: #FFF4CB;
  color: #7E5A00;}
.badge-season {
  background-color: #D3EDD9;
  color: #125116;}
.badge-outlet {
  background-color: #E7E8EA;
  color: #454D61;}
.badge-oneday {
  background-color: #eadaf9;
  color: #4b3c72;}

.badge-outline-1 {
  background-color: #fff;
  color: #ff5d6e;
  border:1px solid #dadada;
  /* font-weight:700; */}
/* .badge-outline-1 {
  background-color: #fff;
  border:1px solid #dadada;
  color: #1d5fbd;} */
/* .badge-outline-2 {
  background-color: #fff;
  border:1px solid #dadada;
  color: #599f36;}
.badge-outline-3 {
  background-color: #fff;
  border:1px solid #dadada;
  color: #ae424b;}
.badge-outline-4 {
  background-color: #fff;
  border:1px solid #dadada;
  color: #a98026;}
.badge-outline-5 {
  background-color: #fff;
  border:1px solid #dadada;
  color: #03515F;}
.badge-outline-6 {
  background-color: #fff;
  border:1px solid #dadada;
  color: #684e9a;}
.badge-outline-7 {
  background-color: #fff;
  border:1px solid #dadada;
  color: #454D61;}
 */
.badge + .badge {
  margin-left:3px;}

.badge-lg > .badge {
  font-size:100%;
  padding:5px 7px;
  margin:2px !important;
}
.badge-lg {
  /* padding:8px !important; */
}


/*******************
Notify
*******************/
.notify {
  position: relative;
  top: -25px;
  right: -7px; }
  .notify .heartbit {
    position: absolute;
    top: -20px;
    right: -4px;
    height: 25px;
    width: 25px;
    z-index: 10;
    border: 5px solid #FF5D6E;
    border-radius: 70px;
    -moz-animation: heartbit 1s ease-out;
    -moz-animation-iteration-count: infinite;
    -o-animation: heartbit 1s ease-out;
    -o-animation-iteration-count: infinite;
    -webkit-animation: heartbit 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite; }
  .notify .point {
    width: 6px;
    height: 6px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-color: #FF5D6E;
    position: absolute;
    right: 6px;
    top: -10px; }

@-moz-keyframes heartbit {
  0% {
    -moz-transform: scale(0);
    opacity: 0.0; }
  25% {
    -moz-transform: scale(0.1);
    opacity: 0.1; }
  50% {
    -moz-transform: scale(0.5);
    opacity: 0.3; }
  75% {
    -moz-transform: scale(0.8);
    opacity: 0.5; }
  100% {
    -moz-transform: scale(1);
    opacity: 0.0; } }

@-webkit-keyframes heartbit {
  0% {
    -webkit-transform: scale(0);
    opacity: 0.0; }
  25% {
    -webkit-transform: scale(0.1);
    opacity: 0.1; }
  50% {
    -webkit-transform: scale(0.5);
    opacity: 0.3; }
  75% {
    -webkit-transform: scale(0.8);
    opacity: 0.5; }
  100% {
    -webkit-transform: scale(1);
    opacity: 0.0; } }



/*******************
List-style-none
******************/
ul.list-style-none {
  margin: 0px;
  padding: 0px; }
  ul.list-style-none li {
    list-style: none; }
/*     ul.list-style-none li a {
      color: #67757c;
      padding: 8px 0px;
      display: block;
      text-decoration: none; }
      ul.list-style-none li a:hover {
        color: #009efb; } */

/*******************
dropdown-item
******************/
.dropdown-item {
  padding: 8px 1rem;
  color: #67757c; }

/*******************
textarea
******************/
textarea {
  resize: none; }

/*******************
Form-control
******************/
.form-row {
/*   display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; */
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.sub-search .form-row > .col,
.sub-search .form-row > [class*="col-"] {
  padding-right: 25px;
  padding-left: 25px;
}
.sub-search .col-form-label {
  padding-top: calc(.25rem - 1px * 2);
    padding-bottom: calc(.25rem - 1px * 2);
    color:#67757c;
    opacity:.8;
    font-size:15px;
}
.sub-search .form-group {
  margin-bottom:15px;
}


.form-control {
  color: inherit;
  display: inline;
  border-radius: 2px;
  padding:5px;
  box-shadow: none;
}
.form-control:focus {
  box-shadow: none;
}
.form-control-36 {
  height: 36px;
}
select.form-control-36 {
  height:36px !important;
}
.custom-select {
  border-radius: 2px;
  font-size: 14px;
  vertical-align: top;}
/* .custom-select {
  background: #fff url(../img/custom-select.png) right 6px center no-repeat;
  border-color: rgba(0, 0, 0, .15)} */

.form-control::-webkit-input-placeholder {
  color: #868e96;
  opacity: .8;}
.form-control:-ms-input-placeholder {
  color: #868e96;
  opacity: .8;}
.form-control::placeholder {
  color: #868e96;
  opacity: .8;}


.form-control-sm, .form-control-btn  {
 /*  min-height: 29px; */
    height:27px;
    /*vertical-align: -webkit-baseline-middle;*/
    padding-top:0;
    padding-bottom:0;
  line-height: 1.25 !important;
}


.input-group-sm>.form-control {
  height:27px;
}

.form-control:disabled, .form-control[readonly] {
  opacity: 0.7;}
.custom-control-input:focus~.custom-control-indicator {
  -webkit-box-shadow: none;
  box-shadow: none;}
.custom-control-input:checked~.custom-control-indicator {
  background-color: #39C89E;}

.custom-select+.btn {
/*   padding-top: 10px;
  padding-bottom: 11px; */
}


.form-inline .btn {
  vertical-align:baseline;
}


form label {
  font-weight: 400; }

.form-group {
  margin-bottom: 25px; }

.form-horizontal label {
  margin-bottom: 0px; }

.form-control-static {
  padding-top: 0px; }

.form-bordered .form-group {
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
  padding-bottom: 20px; }

.form-pop label {
  line-height:27px;
  text-align:right;
  /* padding-left:30px !important; */
  margin-bottom:0;
}


/*******************
Layouts
******************/
.position-relative {
  position:relative;
}
.position-absolute {
  position:absolute;
}
.align-centered {
  position:absolute;
  top:50%;
  left:50%;
  -webkit-transform:translate(-50%,-50%);
   -moz-transform:translate(-50%,-50%);
   -o-transform:translate(-50%,-50%);
   transform:translate(-50%,-50%);
}


/*******************
 Topbar
*******************/
/* .topbar {
  position: relative;
  z-index: 50;
  -webkit-box-shadow: 5px 0px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 5px 0px 10px rgba(0, 0, 0, 0.5); }
  .topbar .top-navbar {
    min-height: 70px;
    padding: 0px 15px 0 0; }
    .topbar .top-navbar .dropdown-toggle::after {
      display: none; }
    .topbar .top-navbar .navbar-header {
      line-height: 65px;
      text-align: center; }
      .topbar .top-navbar .navbar-header .navbar-brand {
        margin-right: 0px;
        padding-bottom: 0px;
        padding-top: 0px; }
        .topbar .top-navbar .navbar-header .navbar-brand .light-logo {
          display: none; }
        .topbar .top-navbar .navbar-header .navbar-brand b {
          line-height: 70px;
          display: inline-block; }
    .topbar .top-navbar .navbar-nav > .nav-item > .nav-link {
      padding-left: .75rem;
      padding-right: .75rem;
      font-size: 19px;
      line-height: 50px; }
    .topbar .top-navbar .navbar-nav > .nav-item.show {
      background: rgba(0, 0, 0, 0.05); }
  .topbar .profile-pic {
    width: 30px;
    border-radius: 100%; }
  .topbar .dropdown-menu {
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
    border-color: rgba(120, 130, 140, 0.13); }
    .topbar .dropdown-menu .dropdown-item {
      padding: 7px 1.5rem; }
  .topbar ul.dropdown-user {
    padding: 0px;
    width: 270px; }
    .topbar ul.dropdown-user li {
      list-style: none;
      padding: 0px;
      margin: 0px; }
      .topbar ul.dropdown-user li.divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: rgba(120, 130, 140, 0.13); }
      .topbar ul.dropdown-user li .dw-user-box {
        padding: 10px 15px; }
        .topbar ul.dropdown-user li .dw-user-box .u-img {
          width: 80px;
          display: inline-block;
          vertical-align: top; }
          .topbar ul.dropdown-user li .dw-user-box .u-img img {
            width: 100%;
            border-radius: 5px; }
        .topbar ul.dropdown-user li .dw-user-box .u-text {
          display: inline-block;
          padding-left: 10px; }
          .topbar ul.dropdown-user li .dw-user-box .u-text h4 {
            margin: 0px; }
          .topbar ul.dropdown-user li .dw-user-box .u-text p {
            margin-bottom: 2px;
            font-size: 14px; }
          .topbar ul.dropdown-user li .dw-user-box .u-text .btn {
            color: #ffffff;
            padding: 5px 10px;
            display: inline-block; }
            .topbar ul.dropdown-user li .dw-user-box .u-text .btn:hover {
              background: #e6294b; }
      .topbar ul.dropdown-user li a {
        padding: 9px 15px;
        display: block;
        color: #67757c; }
        .topbar ul.dropdown-user li a:hover {
          background: #f2f4f8;
          color: #009efb;
          text-decoration: none; }

.search-box .app-search {
  position: absolute;
  margin: 0px;
  display: block;
  z-index: 110;
  width: 100%;
  top: -1px;
  -webkit-box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.2);
  display: none;
  left: 0px; }
  .search-box .app-search input {
    width: 100%;
    padding: 25px 40px 25px 20px;
    border-radius: 0px;
    font-size: 17px;
    -webkit-transition: 0.5s ease-in;
    -o-transition: 0.5s ease-in;
    transition: 0.5s ease-in; }
  .search-box .app-search .srh-btn {
    position: absolute;
    top: 23px;
    cursor: pointer;
    background: #ffffff;
    width: 15px;
    height: 15px;
    right: 20px;
    font-size: 14px; }

.mini-sidebar .top-navbar .navbar-header {
  width: 60px;
  text-align: center; }

.logo-center .top-navbar .navbar-header {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto; }
 */
/*******************
 Breadcrumb and page title
*******************/
/* .page-titles {
  background: #ffffff;
  margin: 0 -30px 30px;
  padding: 15px;
  -webkit-box-shadow: 1px 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 0 5px rgba(0, 0, 0, 0.1); }
  .page-titles h3 {
    margin-bottom: 0px;
    margin-top: 8px; }
  .page-titles .breadcrumb {
    padding: 0px;
    background: transparent;
    font-size: 14px; }
    .page-titles .breadcrumb li {
      margin-top: 0px;
      margin-bottom: 0px; }
    .page-titles .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
      content: "\e649";
      font-family: themify;
      color: #a6b7bf;
      font-size: 11px; }
    .page-titles .breadcrumb .breadcrumb-item.active {
      color: #99abb4; }
 */
/*******************
 Right side toggle
*******************/
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg); } }

@-moz-keyframes rotate {
  from {
    -moz-transform: rotate(0deg); }
  to {
    -moz-transform: rotate(360deg); } }

@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/* .right-side-toggle {
  position: relative; }

.right-side-toggle i {
  -webkit-transition-property: -webkit-transform;
  -webkit-transition-duration: 1s;
  -moz-transition-property: -moz-transform;
  -moz-transition-duration: 1s;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -o-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-animation-name: rotate;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotate;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  animation-name: rotate;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  position: absolute;
  top: 18px;
  left: 18px; }

.right-sidebar {
  position: fixed;
  right: -240px;
  width: 240px;
  display: none;
  z-index: 1100;
  background: #ffffff;
  top: 0px;
  padding-bottom: 20px;
  height: 100%;
  -webkit-box-shadow: 5px 1px 40px rgba(0, 0, 0, 0.1);
  box-shadow: 5px 1px 40px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .right-sidebar .rpanel-title {
    display: block;
    padding: 24px 20px;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 15px;
    background: #009efb; }
    .right-sidebar .rpanel-title span {
      float: right;
      cursor: pointer;
      font-size: 11px; }
      .right-sidebar .rpanel-title span:hover {
        color: #ffffff; }
  .right-sidebar .r-panel-body {
    padding: 20px; }
    .right-sidebar .r-panel-body ul {
      margin: 0px;
      padding: 0px; }
      .right-sidebar .r-panel-body ul li {
        list-style: none;
        padding: 5px 0; }

.shw-rside {
  right: 0px;
  width: 240px;
  display: block; }

.chatonline img {
  margin-right: 10px;
  float: left;
  width: 30px; }

.chatonline li a {
  padding: 13px 0;
  float: left;
  width: 100%; }
  .chatonline li a span {
    color: #67757c; }
    .chatonline li a span small {
      display: block;
      font-size: 10px; } */



/*******************
 page title
*******************/
.page-titles {
  padding-bottom: 20px; }



/*******************
 Card title
*******************/
/* .card {
  margin-bottom: 30px; }
  .card .card-subtitle {
    font-weight: 300;
    margin-bottom: 15px;
    color: #99abb4; }
 */


/*==============================================================
 collapsing
 ============================================================== */
.collapsing {
  -webkit-transition: height .08s ease;
  -o-transition: height .08s ease;
  transition: height .08s ease; }


/*==============================================================
Breadcrumb
 ============================================================== */
/* .bc-colored .breadcrumb-item,
.bc-colored .breadcrumb-item a {
  color: #ffffff; }
  .bc-colored .breadcrumb-item.active,
  .bc-colored .breadcrumb-item a.active {
    opacity: 0.7; }

.bc-colored .breadcrumb-item + .breadcrumb-item::before {
  color: rgba(255, 255, 255, 0.4); }

.breadcrumb {
  margin-bottom: 0px; }
 */
/*==============================================================
 Ui-bootstrap
 ============================================================== */
ul.list-icons {
  margin: 0px;
  padding: 0px; }
  ul.list-icons li {
    list-style: none;
    line-height: 30px;
    margin: 5px 0;
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in; }
    ul.list-icons li a {
      color: #67757c; }
      ul.list-icons li a:hover {
        color: #009efb; }
    ul.list-icons li i {
      font-size: 13px;
      padding-right: 8px; }

ul.list-inline li {
  display: inline-block;
 /*  padding: 0 8px;  */}

ul.two-part {
  margin: 0px; }
  ul.two-part li {
    width: 48.8%; }

/*Accordion*/
html body .accordion .card {
  margin-bottom: 0px; }



/*==============================================================
File upload

.btn-file {
  overflow: hidden;
  position: relative;
  vertical-align: middle; }
  .btn-file > input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    font-size: 23px;
    height: 100%;
    width: 100%;
    direction: ltr;
    cursor: pointer;
    border-radius: 0px; }

.fileinput .input-group-addon {
  border-right: 1px solid rgba(120, 130, 140, 0.13); }

.fileinput .form-control {
  padding-top: 7px;
  padding-bottom: 5px;
  display: inline-block;
  margin-bottom: 0px;
  vertical-align: middle;
  cursor: text; }

.fileinput .thumbnail {
  overflow: hidden;
  display: inline-block;
  margin-bottom: 5px;
  vertical-align: middle;
  text-align: center; }

.fileinput .thumbnail > img {
  max-height: 100%; }

.fileinput .btn {
  vertical-align: middle; }

.fileinput-exists .fileinput-new,
.fileinput-new .fileinput-exists {
  display: none; }

.fileinput-inline .fileinput-controls {
  display: inline; }

.fileinput-filename {
  vertical-align: middle;
  display: inline-block;
  overflow: hidden; }

.form-control .fileinput-filename {
  vertical-align: bottom; }

.fileinput.input-group > * {
  position: relative;
  z-index: 2; }

.fileinput.input-group > .btn-file {
  z-index: 1; }
 ============================================================== */




/*==============================================================
Form addons page
============================================================== */
/*Bootstrap select*/
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%; }

.bootstrap-select .dropdown-menu li a {
  display: block;
  padding: 7px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #67757c;
  white-space: nowrap; }
  .bootstrap-select .dropdown-menu li a:hover, .bootstrap-select .dropdown-menu li a:focus {
    color: #009efb;
    background: #f2f4f8; }

.bootstrap-select .show > .dropdown-menu {
  display: block; }

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  font-size:16px;
}

.bootstrap-touchspin .input-group-btn-vertical > .btn {
  padding: 9px 10px; }

.select2-container--default .select2-selection--single {
  border-color: #d9d9d9;
  height: 38px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 38px; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 33px; }

/*==============================================================
Form Material page
 ============================================================== */
/*Material inputs*/
.form-material .form-group {
  overflow: hidden; }

.form-material .form-control {
  background-color: transparent;
  background-position: center bottom, center calc(100% - 1px);
  background-repeat: no-repeat;
  background-size: 0 2px, 100% 1px;
  padding: 0;
  -webkit-transition: background 0s ease-out 0s;
  -o-transition: background 0s ease-out 0s;
  transition: background 0s ease-out 0s; }

.form-material .form-control, .form-material .form-control.focus, .form-material .form-control:focus {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#009efb), to(#009efb)), -webkit-gradient(linear, left top, left bottom, from(#d9d9d9), to(#d9d9d9));
  background-image: -webkit-linear-gradient(#009efb, #009efb), -webkit-linear-gradient(#d9d9d9, #d9d9d9);
  background-image: -o-linear-gradient(#009efb, #009efb), -o-linear-gradient(#d9d9d9, #d9d9d9);
  background-image: linear-gradient(#009efb, #009efb), linear-gradient(#d9d9d9, #d9d9d9);
  border: 0 none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  float: none; }

.form-material .form-control.focus, .form-material .form-control:focus {
  background-size: 100% 2px, 100% 1px;
  outline: 0 none;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s; }

.form-control-line .form-group {
  overflow: hidden; }

.form-control-line .form-control {
  border: 0px;
  border-radius: 0px;
  padding-left: 0px;
  border-bottom: 1px solid #d9d9d9; }
  .form-control-line .form-control:focus {
    border-bottom: 1px solid #009efb; }

/*******************/
/*Floating Label*/
/*******************/
.floating-labels .form-group {
  position: relative; }

.floating-labels .form-control {
  padding: 10px 10px 10px 0;
  display: block;
  border: none;
  font-family: "Poppins", sans-serif;
  border-radius: 0px;
  border-bottom: 1px solid #d9d9d9; }

.floating-labels select.form-control > option {
  font-size: 14px; }

.floating-labels .has-error .form-control {
  border-bottom: 1px solid #FF5D6E; }

.floating-labels .has-warning .form-control {
  border-bottom: 1px solid ##01B1AF; }

.floating-labels .has-success .form-control {
  border-bottom: 1px solid #39C89E; }

.floating-labels .form-control:focus {
  outline: none;
  border: none; }

.floating-labels label {
  color: #67757c;
  position: absolute;
  cursor: auto;
  top: 5px;
  -o-transition: 0.2s ease all;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all; }

.floating-labels .focused label {
  top: -20px;
  font-size: 12px;
  color: #263238; }

.floating-labels .bar {
  position: relative;
  display: block; }

.floating-labels .bar:before,
.floating-labels .bar:after {
  content: '';
  height: 2px;
  width: 0;
  bottom: 1px;
  position: absolute;
  background: #009efb;
  -o-transition: 0.2s ease all;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all; }

.floating-labels .bar:before {
  left: 50%; }

.floating-labels .bar:after {
  right: 50%; }

.floating-labels .form-control:focus ~ .bar:before,
.floating-labels .form-control:focus ~ .bar:after {
  width: 50%; }

.floating-labels .highlight {
  position: absolute;
  height: 60%;
  width: 100px;
  top: 25%;
  left: 0;
  pointer-events: none;
  opacity: 0.5; }

.floating-labels .input-lg ~ label,
.floating-labels .input-lg {
  font-size: 24px; }

.floating-labels .input-sm ~ label,
.floating-labels .input-sm {
  font-size: 16px; }

.has-warning .bar:before,
.has-warning .bar:after {
  background: ##01B1AF; }

.has-success .bar:before,
.has-success .bar:after {
  background: #39C89E; }

.has-error .bar:before,
.has-error .bar:after {
  background: #FF5D6E; }

.has-warning .form-control:focus ~ label,
.has-warning .form-control:valid ~ label {
  color: #01B1AF; }

.has-success .form-control:focus ~ label,
.has-success .form-control:valid ~ label {
  color: #39C89E; }

.has-error .form-control:focus ~ label,
.has-error .form-control:valid ~ label {
  color: #FF5D6E; }

.has-feedback label ~ .t-0 {
  top: 0; }

.form-group.error input, .form-group.error select, .form-group.error textarea {
  border: 1px solid #FF5D6E; }

.form-group.validate input, .form-group.validate select, .form-group.validate textarea {
  border: 1px solid #39C89E; }

.form-group.error .help-block ul {
  padding: 0px;
  color: #FF5D6E; }
  .form-group.error .help-block ul li {
    list-style: none; }

.form-group.issue .help-block ul {
  padding: 0px;
  color: ##01B1AF; }
  .form-group.issue .help-block ul li {
    list-style: none; }

/*******************
Pagination
******************/
.pagination-circle li.active a {
  background: #39C89E; }

.pagination-circle li a {
  width: 40px;
  height: 40px;
  background: #f2f4f8;
  border: 0px;
  text-align: center;
  border-radius: 100%; }
  .pagination-circle li a:first-child, .pagination-circle li a:last-child {
    border-radius: 100%; }
  .pagination-circle li a:hover {
    background: #39C89E;
    color: #ffffff; }

.pagination-circle li.disabled a {
  background: #f2f4f8;
  color: rgba(120, 130, 140, 0.13); }



/*******************
Form summernote
******************/
.note-popover, .note-icon-caret {
  display: none; }

.note-editor.note-frame {
  border: 1px solid #d9d9d9; }
  .note-editor.note-frame .panel-heading {
    padding: 6px 10px 10px;
    border-bottom: 1px solid rgba(120, 130, 140, 0.13); }

.label {
  display: inline-block; }

/*****************
  í…Œì´ë¸”
******************/
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
  /* border-top:1px solid #acacac; */
}
.table-bordered,
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
  /* border:1px solid #acacac; */
}
.table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border-bottom-width: 1px;}

.table th {
  color: rgba(0,0,0,1);
  font-weight:400;
}
/* 2017.08.23 ì†ì˜ì‹ td ì„¸ë¡œ ì •ë ¬ ì¤‘ì•™*/
.table thead th {
  vertical-align: middle;
  /* text-align:center; */
}
.table td,
.table th {
  border-color: #acacac ;
    vertical-align:middle;
}
.table {
  font-size:13px;
}
.table-sm th,
.table-sm-td,
.form-control-sm,
.form-control::placeholder  {
    font-size: 13px;
    letter-spacing:-.7px;
}

/* sm */


.table.table-sm th,
.table.table-sm td {
  padding: 6px;
 line-height:1.5;
}
.table.table-sm th {
/* 	 padding: 5px 9px; */
  text-align:center;
}


/* í…Œì´ë¸” striped style */
/* .table.cretec-table > tbody > tr:nth-of-type(2n):not(.tr-none):not(.cart):not(.tr-color){
  background-color: #fafafa;
}
.table.cretec-table.table-tr-reponsive-xxl > tbody > tr:nth-of-type(2n){
  background-color: none !important;
} */

/* í…Œì´ë¸” hover style */
/* .table.cretec-table tr:hover {
  background-color: #ffffec !important;
} */



/* vertical */
.table-vertical tr th {
  background-color:#f0f0f0;
}

/* td : Selected */
.table tbody tr.selected td {
  background: #fffeec; }


/*  compare : íŒŒì›Œê²€ìƒ‰ > ë¹„êµí•˜ê¸° */
.table-sm.table-compare th,
.table-sm.table-compare td {
  height: 36px !important;}
.img-compare {
  width: aiuto;
  height: 150px;}


/* color custom */
.table.table-hover tbody tr:hover {
  background-color: #fffeec; }
/* .talbe.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;} */

/* th Color */
.color-table.cretec-table {
  border-top:2px solid #969696;
}

.color-table.cretec-table thead th {
/*    background-color:#9e9e9e;
   color:#fff !important  */

   }
 .table-bordered.cretec-table th {
  background-color:#f0f0f0;
/*   border-color: #fff;
  border-bottom: 1px solid #fff !important;  */
  }

/* Search */
.table-search {
  border-top:2px solid #67757c !important;
  border-bottom:1px solid #67757c !important;
/*   border-bottom: 2px solid #67757c !important; */
  }

/* border-side-0 */
.table-bordered.border-side-0,
.table-bordered.border-side-0 thead tr th:last-child,
.table-bordered.border-side-0 tbody tr td:last-child, .ui-jqgrid .table-bordered, .ui-jqgrid .table-bordered thead tr th:last-child, .ui-jqgrid .table-bordered tbody tr td:last-child,
.table-bordered.border-side-0 thead tr td:last-child
 {
  border-right: 0px none !important;}

/* .table-bordered.border-side-0>thead>tr:nth-child(2)>th:last-child {
  border-right:1px solid #ddd !important;
} */

.table-bordered.border-side-0, .table-bordered.border-side-0 thead tr th:first-child, .table-bordered.border-side-0 tbody tr td:first-child, .ui-jqgrid .table-bordered, .ui-jqgrid .table-bordered thead tr th:first-child, .ui-jqgrid .table-bordered tbody tr td:first-child,
.table-bordered.border-side-0 thead tr td:first-child
 {
  border-left: 0px none !important;}

.table-bordered.border-side-0 th {
  border-left: 0px !important;}


/* with th-row */
.table-bordered.th-row thead th {
  /* border-bottom: 1px solid #acacac !important; */}


/* etc th-row */
.ui-jqgrid .table-bordered th:last-child {
  padding-left: 20px;
}

.table .h-41 {
  height:41px;
}
.table .h-36 {
  height:36px;
}

  /* Table Bg Style */
.table-bordered.table-bg>thead>tr>th,
.table-bordered.table-bg>tbody>tr>td {
 /*   border:1px solid #acacac;
   border-left: none;
   border-right: none; */}

.table-bordered.table-bg tbody tr:nth-of-type(even) {
  background-color: #f9f9f9;
}

   .table-bg  {
  border-top:2px solid #557dce !important;}
   .table-bg th {
    background-color:#f0f0f0;
   font-weight:400 !important;
   }
/*    .table-bg td {
   background-color:#f9f9f9} */

  .table-td-center tbody td {
  text-align:center;
  }

  .table .sub-th {
  /* color:#959da0; */
  color:rgba(0,0,0,.7);
  background-color:#f9f9f9;}
  .table.border-btm-1 {
  border-bottom:1px solid #ddd;}


/*******************
Table- responsive
******************/
.tablesaw-bar .btn-group label {
  color: #67757c !important; }




/*******************
Modal Custom
******************/
.modal-content {
  border:none;
  -webkit-box-shadow:0 10px 20px rgba(0,0,0,0.2);
  box-shadow:0 10px 20px rgba(0,0,0,0.2);
}
.modal-header.bg-color {
    -webkit-border-top-left-radius:  0.3rem;
    -webkit-border-top-right-radius:  0.3rem;
    -moz-border-radius-topleft:  0.3rem;
    -moz-border-radius-topright:  0.3rem;
     border-top-left-radius:  0.3rem;
     border-top-right-radius:  0.3rem;
}
.modal-header.bg-color.bg-dark {
  background-color:#acacac !important;
}
.modal-header.bg-color .modal-title {
     color:#fff;
}
.modal-header.bg-color .close {
  color:#eee;
}




/*******************
Vertical tabs
******************/
.vtabs {
  display: table; }
  .vtabs .tabs-vertical {
    width: 150px;
    border-bottom: 0px;
    border-right: 1px solid rgba(120, 130, 140, 0.13);
    display: table-cell;
    vertical-align: top; }
    .vtabs .tabs-vertical li .nav-link {
      color: #263238;
      margin-bottom: 10px;
      border: 0px;
      border-radius: 4px 0 0 4px; }
  .vtabs .tab-content {
    display: table-cell;
    padding: 20px;
    vertical-align: top; }

.tabs-vertical li .nav-link.active, .tabs-vertical li .nav-link:hover, .tabs-vertical li .nav-link.active:focus {
  background: #009efb;
  border: 0px;
  color: #ffffff; }

/*Custom vertical tab*/
.customvtab .tabs-vertical li .nav-link.active, .customvtab .tabs-vertical li .nav-link:hover, .customvtab .tabs-vertical li .nav-link:focus {
  background: #ffffff;
  border: 0px;
  border-right: 2px solid #009efb;
  margin-right: -1px;
  color: #009efb; }

.tabcontent-border {
  border: 1px solid #ddd;
  border-top: 0px; }

.customtab2 li a.nav-link {
  border: 0px;
  margin-right: 3px;
  color: #67757c; }
  .customtab2 li a.nav-link.active {
    background: #009efb;
    color: #ffffff; }
  .customtab2 li a.nav-link:hover {
    color: #ffffff;
    background: #009efb; }

/*******************
Progress bar
******************/
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

.progress-vertical {
  min-height: 250px;
  height: 250px;
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  margin-right: 20px; }

.progress-vertical-bottom {
  min-height: 250px;
  height: 250px;
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  margin-right: 20px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.progress-animated {
  -webkit-animation-duration: 5s;
  -webkit-animation-name: myanimation;
  -webkit-transition: 5s all;
  animation-duration: 5s;
  animation-name: myanimation;
  -o-transition: 5s all;
  transition: 5s all; }

@-webkit-keyframes myanimation {
  from {
    width: 0; } }

@keyframes myanimation {
  from {
    width: 0; } }


/*******************
ribbons page
******************/
.ribbon-wrapper,
.ribbon-wrapper-reverse,
.ribbon-wrapper-bottom,
.ribbon-wrapper-right-bottom {
  position: relative;
  padding: 40px 30px 25px 50px; }

.ribbon-vwrapper {
  padding: 15px 15px 15px 50px;
  position: relative; }

.ribbon-overflow {
  overflow: hidden; }

.ribbon-vwrapper-reverse {
  padding: 15px 50px 15px 15px; }

.ribbon-wrapper-bottom {
  padding: 15px 15px 50px 50px; }

.ribbon-wrapper-right-bottom {
  padding: 15px 50px 50px 15px; }

.ribbon-content {
  margin-bottom: 0px; }

.ribbon {
  padding: 0 3px ;
  height: 20px;
  line-height: 20px;
  clear: left;
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  color: #ffffff;
  font-size:10.5px;
  letter-spacing:-.05em; }
.ribbon-img {
  background: #7FB414;
  opacity:.5;
}
.ribbon-cart {
  background: #EDA045;
  opacity:1;
  text-align:center;
  font-size:13px;
}
.ribbon-bookmark:before {
  position: absolute;
  top: 0;
  left: 100%;
  display: block;
  width: 0;
  height: 0;
  content: '';
  border: 15px solid #263238;
  border-right: 10px solid transparent; }

.ribbon-right {
  left: auto;
  right: -2px; }

.ribbon-bookmark.ribbon-right:before {
  right: 100%;
  left: auto;
  border-right: 15px solid #263238;
  border-left: 10px solid transparent; }

.ribbon-vertical-l,
.ribbon-vertical-r {
  clear: none;
  padding: 0 5px;
  height: 70px;
  width: 30px;
  line-height: 70px;
  text-align: center;
  left: 12px;
  top: -2px; }

.ribbon-vertical-r {
  left: auto;
  right: 12px; }

.ribbon-bookmark.ribbon-vertical-l:before,
.ribbon-bookmark.ribbon-vertical-r:before {
  top: 100%;
  left: 0;
  margin-top: -14px;
  border-right: 15px solid #263238;
  border-bottom: 10px solid transparent; }

.ribbon-badge {
  top: 15px;
  overflow: hidden;
  left: -90px;
  width: 100%;
  text-align: center;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.ribbon-badge.ribbon-right {
  left: auto;
  right: -90px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.ribbon-badge.ribbon-bottom {
  top: auto;
  bottom: 15px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.ribbon-badge.ribbon-right.ribbon-bottom {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.ribbon-corner {
  top: 0;
  left: 0;
  background-color: transparent !important;
  padding: 6px 0 0 10px; }

.ribbon-corner i {
  position: relative; }
.ribbon-corner i.num {
font-style:normal;
padding-top:2px;
padding-left:2px;
display:block;
}


.ribbon-corner:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  content: '';
  border: 30px solid transparent;
  border-top-color: #009efb;
  border-left-color: #009efb; }

.ribbon-corner.ribbon-right:before {
  right: 0;
  left: auto;
  border-right-color: #526069;
  border-left-color: transparent; }

.ribbon-corner.ribbon-right {
  right: 0;
  left: auto;
  padding: 6px 10px 0 0; }

.ribbon-corner.ribbon-bottom:before {
  top: auto;
  bottom: 0;
  border-top-color: transparent;
  border-bottom-color: #526069; }

.ribbon-corner.ribbon-bottom {
  bottom: 0;
  top: auto;
  padding: 0 10px 6px 10px; }

.ribbon-custom {
  background: #009efb; }

.ribbon-bookmark.ribbon-right.ribbon-custom:before {
  border-right-color: #009efb;
  border-left-color: transparent; }

.ribbon-bookmark.ribbon-vertical-l.ribbon-custom:before,
.ribbon-bookmark.ribbon-vertical-r.ribbon-custom:before {
  border-right-color: #009efb;
  border-bottom-color: transparent; }

.ribbon-primary {
  background: #557dce; }

.ribbon-bookmark.ribbon-primary:before {
  border-color: #557dce;
  border-right-color: transparent; }

.ribbon-bookmark.ribbon-right.ribbon-primary:before {
  border-right-color: #557dce;
  border-left-color: transparent; }

.ribbon-bookmark.ribbon-vertical-l.ribbon-primary:before,
.ribbon-bookmark.ribbon-vertical-r.ribbon-primary:before {
  border-right-color: #557dce;
  border-bottom-color: transparent; }

.ribbon-primary.ribbon-corner:before {
  border-top-color: #557dce;
  border-left-color: #557dce; }

.ribbon-primary.ribbon-corner.ribbon-right:before {
  border-right-color: #557dce;
  border-left-color: transparent; }

.ribbon-primary.ribbon-corner.ribbon-bottom:before {
  border-top-color: transparent;
  border-bottom-color: #557dce; }

.ribbon-success {
  background: #39C89E; }

.ribbon-bookmark.ribbon-success:before {
  border-color: #39C89E;
  border-right-color: transparent; }

.ribbon-bookmark.ribbon-right.ribbon-success:before {
  border-right-color: #39C89E;
  border-left-color: transparent; }

.ribbon-bookmark.ribbon-vertical-l.ribbon-success:before,
.ribbon-bookmark.ribbon-vertical-r.ribbon-success:before {
  border-right-color: #39C89E;
  border-bottom-color: transparent; }

.ribbon-success.ribbon-corner:before {
  border-top-color: #39C89E;
  border-left-color: #39C89E; }

.ribbon-success.ribbon-corner.ribbon-right:before {
  border-right-color: #39C89E;
  border-left-color: transparent; }

.ribbon-success.ribbon-corner.ribbon-bottom:before {
  border-top-color: transparent;
  border-bottom-color: #39C89E; }

.ribbon-info {
  background: #0D5CAB; }

.ribbon-bookmark.ribbon-info:before {
  border-color: #0D5CAB;
  border-right-color: transparent; }

.ribbon-bookmark.ribbon-right.ribbon-info:before {
  border-right-color: #0D5CAB;
  border-left-color: transparent; }

.ribbon-bookmark.ribbon-vertical-l.ribbon-info:before,
.ribbon-bookmark.ribbon-vertical-r.ribbon-info:before {
  border-right-color: #0D5CAB;
  border-bottom-color: transparent; }

.ribbon-info.ribbon-corner:before {
  border-top-color: #557dce;
  border-left-color: #557dce; }

.ribbon-info.ribbon-corner.ribbon-right:before {
  border-right-color: #0D5CAB;
  border-left-color: transparent; }

.ribbon-info.ribbon-corner.ribbon-bottom:before {
  border-top-color: transparent;
  border-bottom-color: #0D5CAB; }

.ribbon-warning {
  background: ##01B1AF; }

.ribbon-bookmark.ribbon-warning:before {
  border-color: ##01B1AF;
  border-right-color: transparent; }

.ribbon-bookmark.ribbon-right.ribbon-warning:before {
  border-right-color: ##01B1AF;
  border-left-color: transparent; }

.ribbon-bookmark.ribbon-vertical-l.ribbon-warning:before,
.ribbon-bookmark.ribbon-vertical-r.ribbon-warning:before {
  border-right-color: ##01B1AF;
  border-bottom-color: transparent; }

.ribbon-warning.ribbon-corner:before {
  border-top-color: ##01B1AF;
  border-left-color: ##01B1AF; }

.ribbon-warning.ribbon-corner.ribbon-right:before {
  border-right-color: ##01B1AF;
  border-left-color: transparent; }

.ribbon-warning.ribbon-corner.ribbon-bottom:before {
  border-top-color: transparent;
  border-bottom-color: ##01B1AF; }

.ribbon-danger {
  background: #FF5D6E; }

.ribbon-bookmark.ribbon-danger:before {
  border-color: #FF5D6E;
  border-right-color: transparent; }

.ribbon-bookmark.ribbon-right.ribbon-danger:before {
  border-right-color: #FF5D6E;
  border-left-color: transparent; }

.ribbon-bookmark.ribbon-vertical-l.ribbon-danger:before,
.ribbon-bookmark.ribbon-vertical-r.ribbon-danger:before {
  border-right-color: #FF5D6E;
  border-bottom-color: transparent; }

.ribbon-danger.ribbon-corner:before {
  border-top-color: #FF5D6E;
  border-left-color: #FF5D6E; }

.ribbon-danger.ribbon-corner.ribbon-right:before {
  border-right-color: #FF5D6E;
  border-left-color: transparent; }

.ribbon-danger.ribbon-corner.ribbon-bottom:before {
  border-top-color: transparent;
  border-bottom-color: #FF5D6E; }

.ribbon-default {
  background: #263238; }


.ribbon-bookmark.ribbon-default:before {
  border-color: #263238;
  border-right-color: transparent; }

.ribbon-bookmark.ribbon-right.ribbon-default:before {
  border-right-color: #263238;
  border-left-color: transparent; }

.ribbon-bookmark.ribbon-vertical-l.ribbon-default:before,
.ribbon-bookmark.ribbon-vertical-r.ribbon-default:before {
  border-right-color: #263238;
  border-bottom-color: transparent; }

.ribbon-default.ribbon-corner:before {
  border-top-color: #263238;
  border-left-color: #263238; }

.ribbon-default.ribbon-corner.ribbon-right:before {
  border-right-color: #263238;
  border-left-color: transparent; }

.ribbon-default.ribbon-corner.ribbon-bottom:before {
  border-top-color: transparent;
  border-bottom-color: #263238; }




/*******************
Error Page
******************/
.error-box {
  height: 100%;
  position: fixed;
  background: url(../../assets/images/background/error-bg.jpg) no-repeat center center #fff;
  width: 100%; }
  .error-box .footer {
    width: 100%;
    left: 0px;
    right: 0px; }

.error-body {
  padding-top: 5%; }
  .error-body h1 {
    font-size: 210px;
    font-weight: 900;
    line-height: 210px; }


/*******************
Seach listing Page
******************/
.search-listing {
  padding: 0px;
  margin: 0px; }
  .search-listing li {
    list-style: none;
    padding: 15px 0;
    border-bottom: 1px solid rgba(120, 130, 140, 0.13); }
    .search-listing li h3 {
      margin: 0px;
      font-size: 18px; }
      .search-listing li h3 a {
        color: #0D5CAB; }
        .search-listing li h3 a:hover {
          text-decoration: underline; }
    .search-listing li a {
      color: #39C89E; }


.on-sidebar .searchBtn {
  left: 200px;
}
.searchBtn {
    position: fixed;
    right: 20px;
    height: 0;
    bottom: -1px;
    left: 0px;
    z-index: 100;
    background-color: #F4F6F8;
    border-top: 1px solid #dadada;
}
 .searchBtn.current {
  height: 50px;
}
  .searchBtn-body  p.toggleBtn {
  display: block;
  float: left;
  /* float: right; */
  width: 52px;
  height: 51px;
  /* right: 0; */
  left: 0;
  bottom: 0;
  background-color: #333;
  position: absolute;
  margin-bottom: 50px;
  }
 .searchBtn .searchBtn-body p.toggleBtn a {
  display: inline-block;
  width: 100%;
  height: 100%;
  background: url("../img/toggleArrowBtn.png") no-repeat center -38px;
  text-align: center;
  color: #fff;
  padding-top: 30px;
  box-sizing: border-box;
  text-decoration: none;
  font-size: 12px;
}

.searchBtn.current .searchBtn-body p.toggleBtn {
  position: absolute;
  margin-bottom: 0;
}

.searchBtn.current .searchBtn-body p.toggleBtn a {
  background: url("../img/toggleArrowBtn.png") no-repeat center 15px;
}

.searchBtn .searchBtn-body {
  width: 1024px;
  height: 50px;
  /*   margin: 0 auto; */
  /* margin-left: 148px; */
  display: block;
  position: relative;
}

@media(max-width:1199px) {
  .on-sidebar .searchBtn {
    left: 164px;
  }
  .searchBtn {
    left: 0px;
  }
  .searchBtn .searchBtn-body {
  margin-left: 0px;
  }
}
.searchBtn .searchBtn-body .contentsWrap {
  /* margin-right: 52px; */
  margin-left: 52px;
  line-height:49px;
  text-align:center;
}

/*******************
FAQs Page
******************/
.minimal-faq .card {
  border: 0px; }
  .minimal-faq .card .card-header {
    background: #ffffff;
    padding: 20px 0;
    margin-top: 10px; }
  .minimal-faq .card .card-block {
    padding: 15px 0px; }


/*******************
sidebar navigation
******************/
.scroll-sidebar {
  padding-bottom: 60px; }

.collapse.in {
  display: block; }

.sidebar-nav {
  background: #fff;
  padding: 15px; }
  .sidebar-nav ul {
    margin: 0px;
    padding: 0px; }
    .sidebar-nav ul li {
      list-style: none; }
      .sidebar-nav ul li a {
        color: #607d8b;
        padding: 8px 35px 8px 15px;
        display: block;
        font-size: 15px;
        border-radius: 4px;
        white-space: nowrap; }
        .sidebar-nav ul li a.active, .sidebar-nav ul li a:hover {
          color: #39C89E; }
        .sidebar-nav ul li a.active {
          font-weight: 500;
          color: #263238; }
      .sidebar-nav ul li ul {
        padding-left: 5px;
        padding-top: 10px; }
        .sidebar-nav ul li ul li a {
          padding: 10px 35px 10px 15px; }
        .sidebar-nav ul li ul ul {
          padding-left: 15px; }
      .sidebar-nav ul li.nav-small-cap {
        font-size: 12px;
        margin-bottom: 0px;
        padding: 14px 14px 14px 20px;
        color: #263238;
        font-weight: 500; }
      .sidebar-nav ul li.nav-devider {
        height: 1px;
        background: rgba(120, 130, 140, 0.13);
        display: block;
        margin: 20px 0; }
  .sidebar-nav > ul > li {
    margin-bottom: 10px; }
    .sidebar-nav > ul > li.active > a {
      color: #ffffff;
      font-weight: 500;
      -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }
      .sidebar-nav > ul > li.active > a i {
        color: #39C89E; }
  .sidebar-nav > ul > li > a.active i, .sidebar-nav > ul > li > a:hover i {
    color: #39C89E; }
  .sidebar-nav > ul > li > a i {
    width: 27px;
    height: 27px;
    font-size: 21px;
    display: inline-block;
    vertical-align: middle;
    color: #99abb4; }
  .sidebar-nav > ul > li > a .label {
    float: right;
    margin-top: 6px; }
  .sidebar-nav > ul > li > a.active {
    font-weight: 400;
    background: #ffffff;
    color: #39C89E; }

.sidebar-nav .has-arrow {
  position: relative; }
  .sidebar-nav .has-arrow::after {
    position: absolute;
    content: '';
    width: .55em;
    height: .55em;
    border-width: 1px 0 0 1px;
    border-style: solid;
    border-color: #607d8b;
    right: 1em;
    -webkit-transform: rotate(-45deg) translate(0, -50%);
    -ms-transform: rotate(-45deg) translate(0, -50%);
    -o-transform: rotate(-45deg) translate(0, -50%);
    transform: rotate(-45deg) translate(0, -50%);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
    top: 47%;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out; }

.sidebar-nav .active > .has-arrow::after,
.sidebar-nav li > .has-arrow.active::after,
.sidebar-nav .has-arrow[aria-expanded="true"]::after {
  -webkit-transform: rotate(-135deg) translate(0, -50%);
  -ms-transform: rotate(-135deg) translate(0, -50%);
  -o-transform: rotate(-135deg) translate(0, -50%);
  top: 45%;
  width: .58em;
  transform: rotate(-135deg) translate(0, -50%); }



@media (min-width: 1600px) {
  .col-xlg-1, .col-xlg-10, .col-xlg-11, .col-xlg-12, .col-xlg-2, .col-xlg-3, .col-xlg-4, .col-xlg-5, .col-xlg-6, .col-xlg-7, .col-xlg-8, .col-xlg-9 {
    float: left; }
  .col-xlg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .col-xlg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66666667%;
    -ms-flex: 0 0 91.66666667%;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%; }
  .col-xlg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333333%;
    -ms-flex: 0 0 83.33333333%;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%; }
  .col-xlg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xlg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66666667%;
    -ms-flex: 0 0 66.66666667%;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%; }
  .col-xlg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333333%;
    -ms-flex: 0 0 58.33333333%;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%; }
  .col-xlg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xlg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66666667%;
    -ms-flex: 0 0 41.66666667%;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%; }
  .col-xlg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333333%;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%; }
  .col-xlg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xlg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66666667%;
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%; }
  .col-xlg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333333%;
    -ms-flex: 0 0 8.33333333%;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%; }
  .col-xlg-pull-12 {
    right: 100%; }
  .col-xlg-pull-11 {
    right: 91.66666667%; }
  .col-xlg-pull-10 {
    right: 83.33333333%; }
  .col-xlg-pull-9 {
    right: 75%; }
  .col-xlg-pull-8 {
    right: 66.66666667%; }
  .col-xlg-pull-7 {
    right: 58.33333333%; }
  .col-xlg-pull-6 {
    right: 50%; }
  .col-xlg-pull-5 {
    right: 41.66666667%; }
  .col-xlg-pull-4 {
    right: 33.33333333%; }
  .col-xlg-pull-3 {
    right: 25%; }
  .col-xlg-pull-2 {
    right: 16.66666667%; }
  .col-xlg-pull-1 {
    right: 8.33333333%; }
  .col-xlg-pull-0 {
    right: auto; }
  .col-xlg-push-12 {
    left: 100%; }
  .col-xlg-push-11 {
    left: 91.66666667%; }
  .col-xlg-push-10 {
    left: 83.33333333%; }
  .col-xlg-push-9 {
    left: 75%; }
  .col-xlg-push-8 {
    left: 66.66666667%; }
  .col-xlg-push-7 {
    left: 58.33333333%; }
  .col-xlg-push-6 {
    left: 50%; }
  .col-xlg-push-5 {
    left: 41.66666667%; }
  .col-xlg-push-4 {
    left: 33.33333333%; }
  .col-xlg-push-3 {
    left: 25%; }
  .col-xlg-push-2 {
    left: 16.66666667%; }
  .col-xlg-push-1 {
    left: 8.33333333%; }
  .col-xlg-push-0 {
    left: auto; }
  .offset-xlg-12 {
    margin-left: 100%; }
  .offset-xlg-11 {
    margin-left: 91.66666667%; }
  .offset-xlg-10 {
    margin-left: 83.33333333%; }
  .offset-xlg-9 {
    margin-left: 75%; }
  .offset-xlg-8 {
    margin-left: 66.66666667%; }
  .offset-xlg-7 {
    margin-left: 58.33333333%; }
  .offset-xlg-6 {
    margin-left: 50%; }
  .offset-xlg-5 {
    margin-left: 41.66666667%; }
  .offset-xlg-4 {
    margin-left: 33.33333333%; }
  .offset-xlg-3 {
    margin-left: 25%; }
  .offset-xlg-2 {
    margin-left: 16.66666667%; }
  .offset-xlg-1 {
    margin-left: 8.33333333%; }
  .offset-xlg-0 {
    margin-left: 0; } }

.col-xlg-1, .col-xlg-10, .col-xlg-11, .col-xlg-12, .col-xlg-2, .col-xlg-3, .col-xlg-4, .col-xlg-5, .col-xlg-6, .col-xlg-7, .col-xlg-8, .col-xlg-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

/*-------------------*/
/*Bootstrap 4 hack*/
/*-------------------*/
.invisible {
  visibility: hidden !important; }

.hidden-xs-up {
  display: none !important; }

@media (max-width: 575px) {
  .hidden-xs-down {
    display: none !important; } }

@media (min-width: 576px) {
  .hidden-sm-up {
    display: none !important; } }

@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important; } }

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important; } }

@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important; } }

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important; } }

@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important; } }

.hidden-xl-down {
  display: none !important; }

.card-inverse .card-blockquote, .card-inverse .card-footer, .card-inverse .card-header, .card-inverse .card-title {
  color: #ffffff; }







.preloader {
  width: 100%;
  height: 100%;
  top: 0px;
  position: fixed;
  z-index: 99999;
  background: #fff; }
  .preloader .cssload-speeding-wheel {
    position: absolute;
    top: calc(50% - 3.5px);
    left: calc(50% - 3.5px); }

/* Radio Buttons
   ========================================================================== */
[type="radio"]:not(:checked),
[type="radio"]:checked {
/*   position: absolute;
  left: -9999px;
  opacity: 0; */
  display:none; }

[type="radio"]:not(:checked) + label,
[type="radio"]:checked + label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 1rem;
  -webkit-transition: .28s ease;
  -o-transition: .28s ease;
  transition: .28s ease;
  /* webkit (konqueror) browsers */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

[type="radio"] + label:before,
[type="radio"] + label:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  margin: 4px;
  width: 20px;
  height: 20px;
  z-index: 0;
  -webkit-transition: .28s ease;
  -o-transition: .28s ease;
  transition: .28s ease; }

/* Unchecked styles */
[type="radio"]:not(:checked) + label:before,
[type="radio"]:not(:checked) + label:after,
[type="radio"]:checked + label:before,
[type="radio"]:checked + label:after,
[type="radio"].with-gap:checked + label:before,
[type="radio"].with-gap:checked + label:after {
  border-radius: 50%; }

[type="radio"]:not(:checked) + label:before,
[type="radio"]:not(:checked) + label:after {
 background-color:#fff; border:1px solid #ddd; }

[type="radio"]:not(:checked) + label:after {
  z-index: -1;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0); }

/* Checked styles */
[type="radio"]:checked + label:before {
  border: 2px solid transparent;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards; }

[type="radio"]:checked + label:after,
[type="radio"].with-gap:checked + label:before,
[type="radio"].with-gap:checked + label:after {
  border: 2px solid #557dce; }

[type="radio"]:checked + label:after,
[type="radio"].with-gap:checked + label:after {
 border: 5px solid #557dce;
  z-index: 0; }

[type="radio"]:checked + label:after {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02); }

/* Radio With gap */
[type="radio"].with-gap:checked + label:after {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5); }

/* Focused styles */
[type="radio"].tabbed:focus + label:before {
  -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards; }

/* Disabled Radio With gap */
[type="radio"].with-gap:disabled:checked + label:before {
  border: 2px solid rgba(0, 0, 0, 0.26);
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards; }

[type="radio"].with-gap:disabled:checked + label:after {
  border: none;
  background-color: rgba(0, 0, 0, 0.26); }

/* Disabled style */
[type="radio"]:disabled:not(:checked) + label:before,
[type="radio"]:disabled:checked + label:before {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.26);
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards; }

[type="radio"]:disabled + label {
  color: rgba(0, 0, 0, 0.26); }

[type="radio"]:disabled:not(:checked) + label:before {
  border-color: rgba(0, 0, 0, 0.26); }

[type="radio"]:disabled:checked + label:after {
  background-color: rgba(0, 0, 0, 0.26);
  border-color: #BDBDBD; }

/* Checkboxes
   ========================================================================== */
/* CUSTOM CSS CHECKBOXES */


[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
/*   position: absolute;
  left: -9999px;
  opacity: 0;  */
  display:none;
  }

[type="checkbox"] {
  checkbox aspect }

[type="checkbox"] + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 13px;
  -webkit-user-select: none;
  webkit (safari, chrome) browsers
  -moz-user-select: none;
  mozilla browsers
  -khtml-user-select: none;
  webkit (konqueror) browsers
  -ms-user-select: none;
  IE10+ }

input[type="checkbox"] + label.in-table {
  /* padding-left:0; */
}

[type="checkbox"] + label:before,
[type="checkbox"]:not(.filled-in) + label:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  z-index: 0;
  border: 2px solid #99abb4 ;
  border-radius: 1px;
  margin-top: 3px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s; }

[type="checkbox"]:not(.filled-in) + label:after {
  border: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0); }

[type="checkbox"]:not(:checked):disabled + label:before {
  border: none;
  background-color: rgba(0, 0, 0, 0.26); }

[type="checkbox"].tabbed:focus + label:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  border: 0;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.1); }

[type="checkbox"]:checked + label:before {
  top: -4px;
  left: -5px;
  width: 12px;
  height: 22px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #26a69a;
  border-bottom: 2px solid #26a69a;
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%; }

[type="checkbox"]:checked:disabled + label:before {
  border-right: 2px solid rgba(0, 0, 0, 0.26);
  border-bottom: 2px solid rgba(0, 0, 0, 0.26); }


[type="checkbox"]:indeterminate + label:before {
  top: -11px;
  left: -12px;
  width: 10px;
  height: 22px;
  border-top: none;
  border-left: none;
  border-right: 2px solid #26a69a;
  border-bottom: none;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%; }

[type="checkbox"]:indeterminate:disabled + label:before {
  border-right: 2px solid rgba(0, 0, 0, 0.26);
  background-color: transparent; }

[type="checkbox"].filled-in + label:after {
  border-radius: 2px; }

[type="checkbox"].filled-in + label:before,
[type="checkbox"].filled-in + label:after {
  content: '';
  left: 0;
  position: absolute;
  -webkit-transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
  -o-transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
  transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
  z-index: 1; }

[type="checkbox"].filled-in:not(:checked) + label:before {
  width: 0;
  height: 0;
  border: 3px solid transparent;
  left: 6px;
  top: 10px;
  -webkit-transform: rotateZ(37deg);
  -ms-transform: rotate(37deg);
  transform: rotateZ(37deg);
  -webkit-transform-origin: 20% 40%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%; }

[type="checkbox"].filled-in:not(:checked) + label:after {
  height: 21px;
  width: 21px;
  background-color: #fff;
  border: 1px solid #ccc;
  top: 2px;
  z-index: 0; }

[type="checkbox"].filled-in:checked + label:before {
  top: 2px;
  left: 2px;
  width: 8px;
  height: 13px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotateZ(37deg);
  -ms-transform: rotate(37deg);
  transform: rotateZ(37deg);
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%; }

[type="checkbox"].filled-in:checked + label:after {
  top: 2px;
  width: 21px;
  height: 21px;
  border: 2px solid #557dce;
  background-color: #557dce;
  z-index: 0; }

[type="checkbox"].filled-in.tabbed:focus + label:after {
  border-radius: 2px;
  border-color: #5a5a5a;
  background-color: rgba(0, 0, 0, 0.1); }

[type="checkbox"].filled-in.tabbed:checked:focus + label:after {
  border-radius: 2px;
  background-color: #26a69a;
  border-color: #26a69a; }

[type="checkbox"].filled-in:disabled:not(:checked) + label:before {
  background-color: transparent;
  border: 2px solid transparent; }

[type="checkbox"].filled-in:disabled:not(:checked) + label:after {
  border-color: transparent;
  background-color: #BDBDBD; }

[type="checkbox"].filled-in:disabled:checked + label:before {
  background-color: transparent; }

[type="checkbox"].filled-in:disabled:checked + label:after {
  background-color: #BDBDBD;
  border-color: #BDBDBD; }

[type="checkbox"].cbox:not(:checked) + label:before {
  border: 0;
}

[type="checkbox"].cbox:checked + label:before {
  border-right: 2px solid #777;
  border-bottom: 2px solid #777;
  transform: rotateZ(37deg);
  top: 5px;
  left: 2px;
  width: 7px;
  height: 13px;
}
[type="checkbox"].cbox:checked + label:after {
  top: 2px;
  width: 21px;
  height: 21px;
  border: 0px;
  background-color:none;
  z-index: 0;
}

/*Radio button*/
@-webkit-keyframes ripple {
  0% {
    -webkit-box-shadow: 0px 0px 0px 1px transparent;
    box-shadow: 0px 0px 0px 1px transparent; }
  50% {
    -webkit-box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0.1); }
  100% {
    -webkit-box-shadow: 0px 0px 0px 15px transparent;
    box-shadow: 0px 0px 0px 15px transparent; } }
@keyframes ripple {
  0% {
    -webkit-box-shadow: 0px 0px 0px 1px transparent;
    box-shadow: 0px 0px 0px 1px transparent; }
  50% {
    -webkit-box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0.1); }
  100% {
    -webkit-box-shadow: 0px 0px 0px 15px transparent;
    box-shadow: 0px 0px 0px 15px transparent; } }

/*Bootstrap Select*/
.bootstrap-select.btn-group .dropdown-menu {
  margin-top: -40px;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1); }

.demo-checkbox label, .demo-radio-button label {
  min-width: 200px;
  margin-bottom: 20px; }

.demo-swtich .demo-switch-title, .demo-swtich .switch {
  width: 150px;
  margin-bottom: 10px;
  display: inline-block; }


[type="radio"]:not(:checked) + label {
  padding-left: 28px;
  height: 25px;
  line-height: 28px;
  font-weight: normal;
  font-size:13px;
  margin-bottom:2px !important;
  color:#888}

[type="radio"]:checked + label {
  padding-left: 28px;
  height: 25px;
  line-height: 27px;
  font-weight: normal;
   font-size:13px;
   margin-bottom:0px !important;
   }

[type="radio"].radio-col-red:checked + label:after {
  background-color: #fb3a3a;
  border-color: #fb3a3a;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards; }

[type="radio"].radio-col-pink:checked + label:after {
  background-color: #E91E63;
  border-color: #E91E63;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards; }

[type="radio"].radio-col-purple:checked + label:after {
  background-color: #557dce;
  border-color: #557dce;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards; }

[type="radio"].radio-col-deep-purple:checked + label:after {
  background-color: #673AB7;
  border-color: #673AB7;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards; }

[type="radio"].radio-col-indigo:checked + label:after {
  background-color: #3F51B5;
  border-color: #3F51B5;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards; }

[type="radio"].radio-col-blue:checked + label:after {
  background-color: #02bec9;
  border-color: #02bec9;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards; }

[type="radio"].radio-col-light-blue:checked + label:after {
  background-color: #03A9F4;
  border-color: #03A9F4;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards; }

[type="radio"].radio-col-cyan:checked + label:after {
  background-color: #00BCD4;
  border-color: #00BCD4;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards; }

[type="radio"].radio-col-teal:checked + label:after {
  background-color: #009688;
  border-color: #009688;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards; }

[type="radio"].radio-col-green:checked + label:after {
  background-color: #39C89E;
  border-color: #39C89E;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards; }

[type="radio"].radio-col-light-green:checked + label:after {
  background-color: #8BC34A;
  border-color: #8BC34A;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards; }

[type="radio"].radio-col-lime:checked + label:after {
  background-color: #CDDC39;
  border-color: #CDDC39;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards; }

[type="radio"].radio-col-yellow:checked + label:after {
  background-color: #ffe821;
  border-color: #ffe821;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards; }

[type="radio"].radio-col-amber:checked + label:after {
  background-color: #FFC107;
  border-color: #FFC107;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards; }

[type="radio"].radio-col-orange:checked + label:after {
  background-color: #FF9800;
  border-color: #FF9800;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards; }

[type="radio"].radio-col-deep-orange:checked + label:after {
  background-color: #FF5722;
  border-color: #FF5722;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards; }

[type="radio"].radio-col-brown:checked + label:after {
  background-color: #795548;
  border-color: #795548;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards; }

[type="radio"].radio-col-grey:checked + label:after {
  background-color: #9E9E9E;
  border-color: #9E9E9E;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards; }

[type="radio"].radio-col-blue-grey:checked + label:after {
  background-color: #607D8B;
  border-color: #607D8B;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards; }

[type="radio"].radio-col-black:checked + label:after {
  background-color: #000000;
  border-color: #000000;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards; }

[type="radio"].radio-col-white:checked + label:after {
  background-color: #ffffff;
  border-color: #ffffff;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards; }

[type="radio"].with-gap.radio-col-red:checked + label:before {
  border: 2px solid #fb3a3a;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards; }

[type="radio"].with-gap.radio-col-red:checked + label:after {
  background-color: #fb3a3a;
  border: 2px solid #fb3a3a;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards; }

[type="radio"].with-gap.radio-col-pink:checked + label:before {
  border: 2px solid #E91E63;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards; }

[type="radio"].with-gap.radio-col-pink:checked + label:after {
  background-color: #E91E63;
  border: 2px solid #E91E63;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards; }

[type="radio"].with-gap.radio-col-purple:checked + label:before {
  border: 2px solid #557dce;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards; }

[type="radio"].with-gap.radio-col-purple:checked + label:after {
  background-color: #557dce;
  border: 2px solid #557dce;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards; }

[type="radio"].with-gap.radio-col-deep-purple:checked + label:before {
  border: 2px solid #673AB7;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards; }

[type="radio"].with-gap.radio-col-deep-purple:checked + label:after {
  background-color: #673AB7;
  border: 2px solid #673AB7;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards; }

[type="radio"].with-gap.radio-col-indigo:checked + label:before {
  border: 2px solid #3F51B5;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards; }

[type="radio"].with-gap.radio-col-indigo:checked + label:after {
  background-color: #3F51B5;
  border: 2px solid #3F51B5;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards; }

[type="radio"].with-gap.radio-col-blue:checked + label:before {
  border: 2px solid #02bec9;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards; }

[type="radio"].with-gap.radio-col-blue:checked + label:after {
  background-color: #02bec9;
  border: 2px solid #02bec9;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards; }

[type="radio"].with-gap.radio-col-light-blue:checked + label:before {
  border: 2px solid #03A9F4;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards; }

[type="radio"].with-gap.radio-col-light-blue:checked + label:after {
  background-color: #03A9F4;
  border: 2px solid #03A9F4;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards; }

[type="radio"].with-gap.radio-col-cyan:checked + label:before {
  border: 2px solid #00BCD4;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards; }

[type="radio"].with-gap.radio-col-cyan:checked + label:after {
  background-color: #00BCD4;
  border: 2px solid #00BCD4;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards; }

[type="radio"].with-gap.radio-col-teal:checked + label:before {
  border: 2px solid #009688;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards; }

[type="radio"].with-gap.radio-col-teal:checked + label:after {
  background-color: #009688;
  border: 2px solid #009688;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards; }

[type="radio"].with-gap.radio-col-green:checked + label:before {
  border: 2px solid #39C89E;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards; }

[type="radio"].with-gap.radio-col-green:checked + label:after {
  background-color: #39C89E;
  border: 2px solid #39C89E;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards; }

[type="radio"].with-gap.radio-col-light-green:checked + label:before {
  border: 2px solid #8BC34A;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards; }

[type="radio"].with-gap.radio-col-light-green:checked + label:after {
  background-color: #8BC34A;
  border: 2px solid #8BC34A;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards; }

[type="radio"].with-gap.radio-col-lime:checked + label:before {
  border: 2px solid #CDDC39;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards; }

[type="radio"].with-gap.radio-col-lime:checked + label:after {
  background-color: #CDDC39;
  border: 2px solid #CDDC39;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards; }

[type="radio"].with-gap.radio-col-yellow:checked + label:before {
  border: 2px solid #ffe821;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards; }

[type="radio"].with-gap.radio-col-yellow:checked + label:after {
  background-color: #ffe821;
  border: 2px solid #ffe821;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards; }

[type="radio"].with-gap.radio-col-amber:checked + label:before {
  border: 2px solid #FFC107;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards; }

[type="radio"].with-gap.radio-col-amber:checked + label:after {
  background-color: #FFC107;
  border: 2px solid #FFC107;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards; }

[type="radio"].with-gap.radio-col-orange:checked + label:before {
  border: 2px solid #FF9800;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards; }

[type="radio"].with-gap.radio-col-orange:checked + label:after {
  background-color: #FF9800;
  border: 2px solid #FF9800;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards; }

[type="radio"].with-gap.radio-col-deep-orange:checked + label:before {
  border: 2px solid #FF5722;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards; }

[type="radio"].with-gap.radio-col-deep-orange:checked + label:after {
  background-color: #FF5722;
  border: 2px solid #FF5722;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards; }

[type="radio"].with-gap.radio-col-brown:checked + label:before {
  border: 2px solid #795548;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards; }

[type="radio"].with-gap.radio-col-brown:checked + label:after {
  background-color: #795548;
  border: 2px solid #795548;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards; }

[type="radio"].with-gap.radio-col-grey:checked + label:before {
  border: 2px solid #9E9E9E;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards; }

[type="radio"].with-gap.radio-col-grey:checked + label:after {
  background-color: #9E9E9E;
  border: 2px solid #9E9E9E;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards; }

[type="radio"].with-gap.radio-col-blue-grey:checked + label:before {
  border: 2px solid #607D8B;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards; }

[type="radio"].with-gap.radio-col-blue-grey:checked + label:after {
  background-color: #607D8B;
  border: 2px solid #607D8B;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards; }

[type="radio"].with-gap.radio-col-black:checked + label:before {
  border: 2px solid #000000;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards; }

[type="radio"].with-gap.radio-col-black:checked + label:after {
  background-color: #000000;
  border: 2px solid #000000;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards; }

[type="radio"].with-gap.radio-col-white:checked + label:before {
  border: 2px solid #ffffff;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards; }

[type="radio"].with-gap.radio-col-white:checked + label:after {
  background-color: #ffffff;
  border: 2px solid #ffffff;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards; }


.input-group-addon {
  background-color:#fff;
  border-right:none;
}

.form-control:focus {
  color: #495057;
  /* background-color: #fff; */
  border-color: #557dce;
  outline: none;
}
.form-control.input-border-dark:focus {
  color: #495057;
  background-color: #fff;
  border-color: #2f3d4a;
  outline: none;
}

.form-control.line-secondary {
  border-color:#67757c;
  padding:5px 14px !important;
  line-height: 1;
  font-size:14px;
  min-height: auto;
}
.form-control.line-primary {
  border-color:#0397D7;
}



/*******************
Guiode Layout
*******************/
  .border-gray {
    border:1px solid #ddd;
  }
  p {font-size: 14px;}
  .hr-guide {
    margin-top:50px;
    margin-bottom:50px;
  }
  .title-guide {
    border-bottom:2px solid #ddd;
    padding-bottom:20px;
    margin-bottom:30px;

  }

/******************
  Divider Line
******************/
.divider-line {
  position: relative;
  padding-right: 12px;
}

.divider-line:after {
  position: absolute;
  top: 50%;
  right: 7px;
  width: 1px;
  height: 9px;
  margin-top: -4px;
  background-color: #c5c5c5;
  content: '';
}
.divider-line.line-lg {
  padding-right: 25px;
}
.divider-line.line-lg:after {
   height: 24px;
   margin-top:-10px;
   right:12px;
   background-color: rgba(13, 92, 171, 0.15);
}

  .sub-stitle .badge {
  line-height:1.2;
  /* vertical-align:bottom */}





/******************
  ì½”ë“œë²ˆí˜¸ ì»¬ëŸ¬
******************/
.code-c, code-w {font-weight:500;}
.code-c {color:#09A8FA;}
.code-w {color:#FF5D6E;}

/******************
  ê¸°íƒ€
******************/
.shadow-none {box-shadow:none !important}
.text-total {color:#9e9e9e;}
.text-total span {font-weight:700;}

  label.intable {  margin-bottom:0 !important;}

  .btn-toolbar-top {
 padding-bottom:5px;}

.pagination {
  margin:0;
}
.pagination-cretec .page-link {border:none;}
.pagination-cretec .page-item.active .page-link {
  background-color:transparent;
  border-bottom:2px solid #557dce;
  color:#557dce;
  font-weight:700;
}
.pagination-cretec .page-item.active .page-link i[class*='fa'] {
  font-size:18px;
  font-weight:500;
}

/******************
  Tr Responsive
******************/
/* common table-striped */
/* .table-tr-reponsive-xxl tbody tr:nth-child(4n),
.table-tr-reponsive-xxl tbody tr:nth-child(4n-1){
    background-color: #fafafa;
} */



.table-tr-color tbody tr:nth-child(4n),
.table-tr-color tbody tr:nth-child(4n-1){
    background-color: #fafafa;
}




@media(min-width: 1200px){
  /* common í•œ ì¤„ ì‹œ ë§ˆì§€ë§‰ tr ìˆ¨ê¹€ ì²˜ë¦¬ */
  .table-tr-reponsive-xl tbody tr:nth-last-child(1){
    display: none;
  }
  /* common í•œ ì¤„ ì‹œ tr  ìˆ¨ê¹€ ì²˜ë¦¬ */
  .table-tr-reponsive-xl tbody tr.tr-none {height: 0px; border: 0;padding: 0; }
  .table-tr-reponsive-xl tbody tr.tr-none td.tr-none {height: 0px; border: 0;padding: 0; }
  .table-tr-reponsive-xl tbody tr.tr-none td.tr-none span { display: none }
  .table-tr-reponsive-xl .table-sm th,
  .table-tr-reponsive-xl .table-sm td {
    min-height:auto!important;
  }
}

@media(min-width: 1600px){
  /* common í•œ ì¤„ ì‹œ ë§ˆì§€ë§‰ tr ìˆ¨ê¹€ ì²˜ë¦¬ */
  .table-tr-reponsive-xxl tbody tr:nth-last-child(1){
    display: none;
  }
  /* common í•œ ì¤„ ì‹œ tr  ìˆ¨ê¹€ ì²˜ë¦¬ */
  .table-tr-reponsive-xxl tbody tr.tr-none {height: 0px; border: 0;padding: 0; }
  .table-tr-reponsive-xxl tbody tr.tr-none td.tr-none {height: 0px; border: 0;padding: 0; }
  .table-tr-reponsive-xxl tbody tr.tr-none td.tr-none span { display: none }
  .table-tr-reponsive-xxl tbody tr th,
  .table-tr-reponsive-xxl tbody tr td {
    min-height: auto!important;
  }
}


/*********************************
*		CUSTOM DISPLAY
*********************************/
@media(min-width: 1600px){
  .d-xxl-none{ display: none!important; }
  .d-xxl-table-cell{ display: table-cell!important; }
}


/********************************
*    jQgrid Custom
********************************/
table.ui-jqgrid-htable th { padding : 5px 3px!important; }
table.ui-jqgrid-htable tr th div { padding-left: 3px }
table.ui-jqgrid-btable th ,
table.ui-jqgrid-btable tr td {
    padding : 5px 8px!important;
/*     padding : 12px 3px!important; */
}
/*  bodyí…Œì´ë¸”ì— ìˆ¨ì€ì¹¼ëŸ¼ ì•ˆë³´ì´ê²Œì²˜ë¦¬*/
table.ui-jqgrid-btable tr:first-child td {
    padding : 0px!important;
}



/*********************************
*		Nest Table Custom
*********************************/
.dd-handle .active {
    color: #fff !important;
    background-color: rgba(3, 151, 213, 0.6) !important;
}


/*********************************
*		pawerSearch tab
*********************************/
/*íƒ­*/
.goods_list{padding-top:30px;}
.search-tab>ul{border-bottom:1px solid #557dce; margin-bottom:15px;}

.search-tab .tabarea{ list-style:none; margin:0; padding:0;}
.search-tab .tabarea:after{display:block; clear:both; content:""}
.search-tab .tabarea li{float:left; height:44px;
}
.search-tab .tabarea li a{letter-spacing:-1px; display:block; color:#888; text-align:center; height:44px; padding-top:10px;padding-left:24px; padding-right:24px; font-size:14px; background:#f9f9f9; border-top:1px solid #e2e2e2; border-right:1px solid #e2e2e2;}
.search-tab .tabarea li:first-child a{border:1px solid #e2e2e2; border-bottom:none; }
.search-tab .tabarea li a span{font-size:11px; color:#999999; letter-spacing:0;  padding-left:3px}

.search-tab .tabarea li.active a
, .search-tab .tabarea li.ui-tabs-active a
{font-weight:bold; font-size:16px; height:45px; padding-top:11px; background:#ffffff; color:#333333; border:1px solid #557dce; border-bottom:none;}
.search-tab .tabarea li.active a span
,.search-tab .tabarea li.ui-tabs-active a span
{color:#FF5D6E; font-weight:normal;}

.search-tab .tabarea li .etc{background:#f2f2f2; }



.btn-tab:hover {
  background-color:#f9f9f9 !important;
  color:#67757c;
}


.datepicker.dropdown-menu {
  z-index:3000;
}
.custom-control {
  display:inline-block;
}


/***********************
  Alert
************************/
.error-icon {
  width:90px;
  height:90px;
  margin-bottom:20px;
}
.error-text {
  line-height:1.5;
  padding-left:5rem;
  padding-right:5rem;
}
.error-btn {
  margin-top:20px;
}

.popup-pad {
  padding:16px 10px;
}
.popup-pad.top-search {
  padding:10px;
}

.box-login {
  padding:50px;
  border:1px solid #ddd;
  min-height:460px;
}


/* Box icon */
.box-icon {
  background-color:#f0f0f0;
  border-radius:50%;
  border:1px solid #eee;
  width:50px;
  height:50px;
  text-align: center;
}
.box-icon.box-lg {
  width:90px;
  height:90px;}
.box-icon.box-lg img {
  width:60px;
  height:60px;}

.box-icon.box-md {
  width:70px;
  height:70px;
  line-height:68px;}
.box-icon.box-md img {
  width:40px;
  height:40px;}

.box-icon.box-sm {
  width:30px;
  height:30px;}
.box-icon.box-sm img {
  width:20px;
  height:20px;}

.box-icon.box-alarm {
  width:50px;
  height:50px;}
.box-icon.box-alarm img {
  width:30px;
  height:30px;}

@media (max-width:1199px) {
  .box-login {
  padding:30px;
  }
}


/***********************
  ë‹´ë‹¹ìž ì „í™”ë²ˆí˜¸
************************/
  dl.floated {
  margin-bottom:0;
  }
  dl.floated dt {
    float: left;
    clear: left;
    width: 30px;
    font-weight:normal;
    opacity:.6;
  }
  dl.floated dt::after {
    content: "";
  }
  dl.floated dd {
    margin: 0 0 0 40px;

  }
dl.floated dt,
dl.floated dd {
    padding-top:4px;

}
.telBody,
.telBody-m {
  padding:20px;
  border:1px solid #dadada;
  min-height:155px;
}
.telBody {
  min-height:160px;
}
.tel-title {
border-left:4px solid #557dce;
}
.telBody-img {
  width: 90px;
  text-align:center;
}
.telBody-img img {
  width:auto;
  height:110px;
  max-width:90px;
}
.telBody-txt {
  width: calc(100% - 90px);
  padding-left:10px;
}


/***********************
  Svg Icon size
************************/
.icon-sm {
  width:16px !important;
  height:16px !important;
}
.icon-md {
  width:22px !important;
  height:22px !important;
}
.icon-lg {
  width:30px !important;
  height:30px !important;
}
.icon-xl {
  width:44px !important;
  height:44px !important;
}
.icon-xxl {
  width:60px !important;
  height:60px !important;
}



  @media (max-width:1199px) {
    .icon-md {
    width:19px;
    height:19px;
    }
    .icon-lg {
    width:27px;
    height:27px;
    }
  }


/* ##############################
  Box Alarm
############################## */
.box-alarm li {
  width:85px;
  height:85px;
  border:1px solid rgba(186, 186, 186, 0.5);
  margin-left:-1px;
  background-color:#fff;
  float:left;
  padding-top:15px;
}
.alarm-title {
  border-top:1px solid #dadada;
/* 	border-bottom:1px solid #acacac; */
}
.alarm-title.btm-border {
  border-bottom:1px solid #dadada;
}
img.img-alarm {
  width:40px;
  height:40px;
}


.nav-pills .nav-link.active, .show>.nav-pills .nav-link {
  background-color: #fff;
  color:  #557dce;}
.nav-pills .nav-link {
  border-radius: 4px 4px 0 0;}
.nav-pills .nav-link{
  text-align:center;
  padding:8px 5px ;}
.nav-pills .nav-link:hover:not(.activef){
  background-color: #B5CBDE;
  }

.input-border-dark {
  border-color: #232a37;
}

.bootstrap-tagsinput  {
  box-shadow: none;
  border-radius: 2px;
  width: calc(100% - 161px);
  background-color: #f9f9f9;
  vertical-align: baseline;
}


.box-info {
  background-color: #ECF3F8;
/* 	border: 1px solid #f0f0f0; */
  padding:32px;
}
.box-info .box-text {
  padding-left:22px;
}
.mCSB_inside > .mCSB_container  {
  margin-right:10px;
}
.input-group-sm>.input-group-btn.btnPeriod>.btn {
  height:27px;
}



/***********************
  OWL
************************/
/* Dots */
  .owl-theme .owl-dots .owl-dot span {
    background-color: #333;
    opacity: 0.2;
    width: 10px;
    height: 10px;
    margin: 4px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 50%;
  }
  .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #000;
    opacity: .8;
  }
  .owl-theme.owl-dots-inner .owl-dots {
    position:absolute;
    bottom:10px;
    left:50%;
     -webkit-transform:translateX(-50%);
     -moz-transform:translateX(-50%);
     -o-transform:translateX(-50%);
     transform:translateX(-50%);
  }

  .owl-theme.owl-dots-top .owl-dots {
    position:absolute;
    top:-40px;
    right:0px;
  }
  .owl-theme.owl-dots-main .owl-dots {
    position:absolute;
    top:10px;
    right:10px;
  }

  .owl-theme.owl-dots-inner.owl-dots-right .owl-dots {
    left:auto;
    right:-30px;
  }
  .owl-theme.owl-dots-inner.owl-dots-left .owl-dots {
    left:0;
    right:auto;
  }



/* Arrows */
  .owl-theme.owl-arrows .owl-nav {
  position: absolute;
  top: 50%;
  -webkit-transform:translateY(-50%);
  -moz-transform:translateY(-50%);
  -o-transform:translateY(-50%);
  transform:translateY(-50%);
  left:0px;
  right:0px;
  height: 0px;
  margin-top: -90px;
  }

  .owl-theme.owl-arrows .owl-nav [class*='owl-'] {
    opacity:1;
    background:rgba(0,0,0,.3);
    padding: 0;
    margin:0;
    border-radius: 0;
    height: 90px;
      width: 45px;
  }

  .owl-theme.owl-arrows .owl-nav [class*='owl-']:hover {
    opacity:.5;
    text-decoration: none;
  }

  .owl-theme.owl-arrows .owl-nav .owl-prev {
    float:left;
    border-bottom-right-radius: 90px;
      border-top-right-radius: 90px;
  }
  .owl-theme.owl-arrows .owl-nav .owl-next {
    float:right;
    border-bottom-left-radius: 90px;
      border-top-left-radius: 90px;
  }

.owl-theme.owl-arrows .owl-nav .owl-prev span,
.owl-theme.owl-arrows .owl-nav .owl-next span {
  color: #fff;
  font-weight:100;
  display: block;
    height: 90px;
    font-size: 60px;
    line-height: 80px;
}
.owl-theme.owl-arrows .owl-nav .owl-prev span {
  width:40px;
}
.owl-theme.owl-arrows .owl-nav .owl-next span {
  width:55px;
}


/* Arrows main  */
  .owl-theme.owl-arrows-main .owl-nav {
  position: absolute;
  top: 50%;
  -webkit-transform:translateY(-50%);
  -moz-transform:translateY(-50%);
  -o-transform:translateY(-50%);
  transform:translateY(-50%);
  left:0px;
  right:0px;
  height: 0px;
  margin-top: -25px;
  }

  .owl-theme.owl-arrows-main .owl-nav [class*='owl-'] {
    opacity:.26;
    background: #000;;
    padding: 0;
    margin:0;
    border-radius: 0;
    height: 50px;
      width: 25px;
  }

  .owl-theme.owl-arrows-main .owl-nav [class*='owl-']:hover {
    opacity:.54;
    text-decoration: none;
  }

  .owl-theme.owl-arrows-main .owl-nav .owl-prev {
    float:left;
    border-bottom-right-radius: 50px;
      border-top-right-radius: 50px;
  }
  .owl-theme.owl-arrows-main .owl-nav .owl-next {
    float:right;
    border-bottom-left-radius: 50px;
      border-top-left-radius: 50px;
  }

.owl-theme.owl-arrows-main .owl-nav .owl-prev span,
.owl-theme.owl-arrows-main .owl-nav .owl-next span {
  color: #fff;
  font-weight:300;
  display: block;
    height: 50px;
    font-size: 30px;
    line-height: 45px;
}
.owl-theme.owl-arrows-main .owl-nav .owl-prev span {
  width:20px;
}
.owl-theme.owl-arrows-main .owl-nav .owl-next span {
  width:30px;
}

/* 	.owl-theme.owl-arrows .owl-nav .arrow-left,
  .owl-theme.owl-arrows .owl-nav .arrow-right {
    height: 70px;
    width: 70px;
  }
  .owl-theme.owl-arrows .owl-nav .arrow-left.arrow-sm,
  .owl-theme.owl-arrows .owl-nav .arrow-right.arrow-sm {
    height: 50px;
    width: 50px;
  } */
/* 	.owl-theme.owl-arrows .owl-nav .arrow-left {
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 129 129'><path d='m88.6,121.3c0.8,0.8 1.8,1.2 2.9,1.2s2.1-0.4 2.9-1.2c1.6-1.6 1.6-4.2 0-5.8l-51-51 51-51c1.6-1.6 1.6-4.2 0-5.8s-4.2-1.6-5.8,0l-54,53.9c-1.6,1.6-1.6,4.2 0,5.8l54,53.9z' fill='#f4f2e6'/></svg>")  no-repeat;
  }
  .owl-theme.owl-arrows .owl-nav .arrow-right {
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 129 129'><path d='m40.4,121.3c-0.8,0.8-1.8,1.2-2.9,1.2s-2.1-0.4-2.9-1.2c-1.6-1.6-1.6-4.2 0-5.8l51-51-51-51c-1.6-1.6-1.6-4.2 0-5.8 1.6-1.6 4.2-1.6 5.8,0l53.9,53.9c1.6,1.6 1.6,4.2 0,5.8l-53.9,53.9z' fill='#f4f2e6'/></svg>")  no-repeat;
  } */

/*
  .owl-theme.owl-arrows .owl-nav {
  position: absolute;
  top: 50%;
     -webkit-transform:translateY(-50%);
   -moz-transform:translateY(-50%);
   -o-transform:translateY(-50%);
   transform:translateY(-50%);
  left:15px;
  right:15px;
  }

  .owl-theme.owl-arrows .owl-nav [class*='owl-'] {
    opacity:1;
    background:transparent;
    color: #fff;
    padding: 0;

    border-radius: 0;
    line-height: 70px;
    font-size: 80px;
    font-weight:100;
    cursor: hand;
  }

  .owl-theme.owl-arrows .owl-nav [class*='owl-']:hover {
    opacity:.5;
    text-decoration: none;
  }

  .owl-theme.owl-arrows .owl-nav .owl-prev {
    float:left;
  }
  .owl-theme.owl-arrows .owl-nav .owl-next {
    float:right;
  }

  .owl-theme.owl-arrows .owl-nav .arrow-left,
  .owl-theme.owl-arrows .owl-nav .arrow-right {
    height: 70px;
    width: 70px;
  }
  .owl-theme.owl-arrows .owl-nav .arrow-left.arrow-sm,
  .owl-theme.owl-arrows .owl-nav .arrow-right.arrow-sm {
    height: 50px;
    width: 50px;
  }
  .owl-theme.owl-arrows .owl-nav .arrow-left {
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 129 129'><path d='m88.6,121.3c0.8,0.8 1.8,1.2 2.9,1.2s2.1-0.4 2.9-1.2c1.6-1.6 1.6-4.2 0-5.8l-51-51 51-51c1.6-1.6 1.6-4.2 0-5.8s-4.2-1.6-5.8,0l-54,53.9c-1.6,1.6-1.6,4.2 0,5.8l54,53.9z' fill='#f4f2e6'/></svg>")  no-repeat;
  }
  .owl-theme.owl-arrows .owl-nav .arrow-right {
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 129 129'><path d='m40.4,121.3c-0.8,0.8-1.8,1.2-2.9,1.2s-2.1-0.4-2.9-1.2c-1.6-1.6-1.6-4.2 0-5.8l51-51-51-51c-1.6-1.6-1.6-4.2 0-5.8 1.6-1.6 4.2-1.6 5.8,0l53.9,53.9c1.6,1.6 1.6,4.2 0,5.8l-53.9,53.9z' fill='#f4f2e6'/></svg>")  no-repeat;
  }
   */


/* Arrows : ìš°ì¸¡ìƒë‹¨ */
  .owl-theme.owl-arrows-rightTop .owl-nav {
  position: absolute;
  top: -30px;
     -webkit-transform:translateY(-50%);
   -moz-transform:translateY(-50%);
   -o-transform:translateY(-50%);
   transform:translateY(-50%);
  right:10px;
  }

  .owl-theme.owl-arrows-rightTop .owl-nav [class*='owl-'] {
    opacity:1;
    background:transparent;
    color: #bbb;
    padding: 0 10px !important;
    border:1px solid #eee;
    border-radius: 0;
    line-height: 30px;
    font-size: 30px;
    font-weight:400;
    cursor: hand;
    margin:0;
  }

  .owl-theme.owl-arrows-rightTop .owl-nav [class*='owl-']:hover {
    opacity:.8;
    text-decoration: none;
  }

  .owl-theme.owl-arrows-rightTop .owl-nav .owl-prev {
    float:left;
  }
  .owl-theme.owl-arrows-rightTop .owl-nav .owl-next {
    float:right;
    margin-left:-1px;
  }

  .owl-theme.owl-arrows-rightTop .owl-nav .arrow-left,
  .owl-theme.owl-arrows-rightTop .owl-nav .arrow-right {
    height: 70px;
    width: 70px;
  }
  .owl-theme.owl-arrows-rightTop .owl-nav .arrow-left.arrow-sm,
  .owl-theme.owl-arrows-rightTop .owl-nav .arrow-right.arrow-sm {
    height: 50px;
    width: 50px;
  }
  .owl-theme.owl-arrows-rightTop .owl-nav .arrow-left {
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 129 129'><path d='m88.6,121.3c0.8,0.8 1.8,1.2 2.9,1.2s2.1-0.4 2.9-1.2c1.6-1.6 1.6-4.2 0-5.8l-51-51 51-51c1.6-1.6 1.6-4.2 0-5.8s-4.2-1.6-5.8,0l-54,53.9c-1.6,1.6-1.6,4.2 0,5.8l54,53.9z' fill='#f4f2e6'/></svg>")  no-repeat;
  }
  .owl-theme.owl-arrows-rightTop .owl-nav .arrow-right {
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 129 129'><path d='m40.4,121.3c-0.8,0.8-1.8,1.2-2.9,1.2s-2.1-0.4-2.9-1.2c-1.6-1.6-1.6-4.2 0-5.8l51-51-51-51c-1.6-1.6-1.6-4.2 0-5.8 1.6-1.6 4.2-1.6 5.8,0l53.9,53.9c1.6,1.6 1.6,4.2 0,5.8l-53.9,53.9z' fill='#f4f2e6'/></svg>")  no-repeat;
  }



/***********************
  Image Background
************************/
.imgBg {
  position: relative;
}
.imgBg .container {
  z-index: 2;
}
/*
.imgBg .container:not(.pos-absolute) {
  position: relative;
  overflow: hidden;
}
*/
.imgBg-holder {
  position:absolute;
  height:100%;
  top:0;
  left:0;
  background-size: cover !important;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;
  background-position:center center !important;
  background-repeat:no-repeat;
  z-index:0;
    transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;

}
.imgBg-holder:not([class*='col-']) {
  width: 100%;
}
.imgBg-holder.imgBg-top {
  background-position: 50% 0% !important;
}
.imgBg-holder.imgBg-bottom {
  background-position: 50% 100% !important;
}
.imgBg-holder img {
  display:none !important;
}

/*******************
  í”„ëª¨ë¡œì…˜
******************/
.pd-items {
  width:20%;
  /* margin-bottom:20px; */
  padding-left:5px;
  padding-right:5px;
  margin-bottom:10px;

}
.pd-items-img {
  padding:20px;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.pd-items-brand {
  color:#557dce;
}
.pd-items .pd-items-text {
  background-color:#f0f0f0;

}
.pd-items .pd-items-text:hover {
  background-color:#557dce;
  -webkit-transition:all .2s ease-in-out;
  transition:all .2s ease-in-out;
}
.pd-items .pd-items-text:hover span {
  font-weight:600;
  color:#fff !important;
}
.pd-items .pd-items-text:hover .pd-items-name {
  color:#fff !important;
  opacity:.7;
}
.pd-items .pd-items-img:hover  {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}


  @media (min-width:1280px) {
    .pd-items {  width: 16.66666667%;}
  }
  @media (min-width:1600px) {
    .pd-items {  width: 12.5%;}
  }



/**** ì›ë°ì´ ****/
.time-num {
  background-color:#111;
  color:#fff;
  font-weight: 700;
  font-size: 40px;
  padding:5px;
  border-radius:5px;
  width:70px;
  height:70px;
  line-height:60px;
  display:inline-block;
  position:relative;
}
.time-num em {
  font-style: normal;
}
.time-divider {
  line-height:70px;
  height:70px;
  padding-left:5px;
  padding-right:5px;
  display:inline-block;
  vertical-align:top;
  opacity: .7;
}
.oneday-title h6 {
  font-size:44px;
  font-weight: 400;
  margin-bottom:20px;
}
.oneday-title h5 {
  font-size:66px;
  font-weight: 900;
  margin-bottom:0px;
  font-family: 'Lato', sans-serif;
}
.eventEnd {
  position:relative;
  width:100%;
  height:100%;
}
.eventEnd:before {
  position:absolute;
   content:'';
   display:block;
   top:0;
   left:0;
   width:100%;
   height:100%;
  background-color:rgba(51,51,51,.7);
}
.eventEnd-text {
  position:absolute;
  top:50%;
  left:50%;
   -webkit-transform:translate(-50%,-50%);
   -moz-transform:translate(-50%,-50%);
   -o-transform:translate(-50%,-50%);
   transform:translate(-50%,-50%);
  z-index:99;
  padding:0;
  border-radius: 50%;
  color:#fff;
  width:150px;
  height:150px;
  line-height:150px;
  background-color:rgba(255, 93, 110, 1);
}
.eventEnd-text span {
  font-size:28px;
}

  .spec-title {

    background-color: #f0f0f0;
    border:1px solid #eaeaea;
    border-radius:50px;
    width:50%;
    margin:0 auto 10px;
    padding:5px 0;
  }
  .spec-title span {
    font-size:20px;
  }


.list-style:after {
  content: '';
  display: block;
  clear: both;

}
.list-style li {
  float: left;
  width:25%;
    border: 1px solid #ddd;
}
.list-style.column-2 li {width:50%;}
.list-style.column-3 li {width:33.33333%;}
.list-style.column-4 li {width:25%;}
.list-style.column-5 li {width:20%;}

.list-banner li:first-child {
  border-bottom: 1px solid #ced2d5;
}
.list-banner li {

}

/*******************
  Dropdown
******************/
.dropdown-item {
  display: block;
  width: 100%;
  padding: 4px 15px;
  clear: both;
  font-weight: 400;
  color: inherit;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border-bottom: 1px solid #eee;
}
.dropdown-item:last-child {
  border-bottom: none;
}
.dropdown-item:focus, .dropdown-item:hover {
  color: #126bc3;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #868e96;
  background-color: transparent;
}


.contents-search li:not(:first-child) {
    border-top:1px solid #dadada;
}
.contents-search li {
        padding:14px 8px !important;
}
.contents-search li a {


}
.contents-search li:hover {
 background-color:#f5f5f5;
}

/*******************
  FAQ
******************/
 .faqWrap {
   padding-top:20px;
   padding-bottom:20px;
   padding-left:50px;
   padding-right:50px;
 }
.faqInput {
  border:3px solid #557dce;
  height:47px;
}
.card-faq {
  position:relative;
  border-radius:0;
  border:1px solid #dadada;

}
.card-faq .card-header {
  padding-top:15px;
  padding-bottom:15px;
}

.card-faq .faq-q {
  position:absolute;
  top: 11px;
  left: 13px;
}
.card-faq .faq-a {
  position:absolute;
  top:5px;
  left:5px;
}
.card-faq .faq-text {
  padding-left:50px;
  padding-right:50px;
  display:block;
  line-height: 1.45;
}
.card-faq .faq-text-a {
  padding-left: 40px;
  padding-right:40px;
  padding-top: 8px;
  display:block;
}
.card-faq .card-item .arrow-icon {
  position:absolute;
  top:17px;
  right:15px;
  font-size:16px;
  color:#ddd;
}
.card-faq p {
  font-size:13px;
}

/*******************
  ì‚¬ì´íŠ¸ë§µ
******************/
.col-siteMap {
/* border:1px solid red; */
  padding:30px;
  clear:both;
  display:inline-block;
  width:100%;}
.col-siteMap h5,
.col-siteMap ul {
  float:left;
  }
.col-siteMap ul {
  padding-left:20px;
  width:calc(100% - 105px);
  margin-top:-7px;
  }
.col-siteMap h5 {
  font-weight:700;
  padding-bottom:15px;
  min-width:105px;}
.col-siteMap h5 span {
  border-top:2px solid #557dce;
  padding-top:7px;
}
.col-siteMap li {
  font-size: 15px;
  opacity:.89;
  border-bottom:1px solid #eee;
  padding:5px;}
.col-siteMap li:last-child {
  border-bottom: none;}
.col-siteMap li:hover {
  background-color:#f9f9f9;
  color:#557dce;
  cursor:pointer;
}
.col-siteMap li a {
  display:block;}
.col-siteMap li a:hover {
  color:#557dce;
}

@media (max-width:1280px) {
  .col-siteMap ul {
  padding-left:0px;
  clear:both;
  min-width:100%;
  }
  .col-siteMap h5 {
  min-width:auto;
  }
}

/* ìž¥ë°”êµ¬ë‹ˆ */
.cartPopList li {
  line-height:28px;
  font-size: 16px;
  text-align:left;
  position:relative;
  padding-left:18px;
}
.cartPopList li:before {
  position:absolute;
  top:calc(50% - 2px);
  left:0;
  width:5px;
  height:3px;
  background-color:#557dce;
  content:'';
}
.cartPopList span.th {
  width:110px;
  display:inline-block;
  opacity:.6;
}

.cart-event-btn {
  position:absolute;
  bottom:-28px;
  left:50%;
  display: block;
    content: '';
    width: 60px;

    height: 30px;
    border-style:solid;
    border-width:1px;
    border-color:  #efefef #ddd #ddd #ddd;
    background: #efefef;
    text-align:center;
    border-radius:0 0 4px 4px;
}


/***********************
  ì‹ ê·œê±°ëž˜ì•ˆë‚´ì„œ
************************/
.list-point {
  position:relative;
  width:100%;
}
.list-new-icon:after,
.list-point:after {
  display: block;
    visibility: hidden;
    height: 0;
    font-size: 0;
    clear: both;
    content: '';
}
.list-point li {
  float: left;
    width: 33.33334%;
    padding: 0 10px;
}
@media (max-width:1400px) {
  .list-point li {
    width: 50%;
  }
}

.list-point li .ribbon-wrapper {
  min-height:160px;
  margin-bottom:15px;
}

.list-point-body span.txt-title {
  display:inline-block;
  width:calc(100% - 50px);
}
.list-point-body span.txt-num {
/*     position: absolute;
    top: -20px;
    text-align: center;
    left: 50%;
   -webkit-transform:translateX(-50%);
     -moz-transform:translateX(-50%);
     -o-transform:translateX(-50%);
     transform:translateX(-50%); */
    width: 50px;
    height: 50px;
    line-height: 50px;
  background-color:#557dce;
  border-radius:50%;
  color:#fff;
  display:inline-block;
  padding-bottom:20px;
  font-size:26px;
  font-family: 'Roboto', sans-serif;
  /* color:#557dce; */
}

.newTrad-h4 {
  font-size:26px !important;
  margin-bottom:30px;
  letter-spacing:-1px;
}
.newTrad-h5 {
/* 	font-size:18px !important; */
  /* font-weight: 600; */
  color:#557dce;
  letter-spacing:-1px;
}
.list-down li {
  padding:7px 0;
}
.list-down li:not(:last-child) {
  border-bottom:1px solid #ddd;
}
.list-newTrad {
  padding:30px;
  margin:0 auto;
  width:100%;
  height:100%;
  display:block;
  border:1px solid #eee;
  min-height:200px;
}
.list-newTrad.align-left span {
  float:left;
  display:inline-block;
}
.list-newTrad.pay {
  min-height:230px;
}
  @media (max-width:1599px) {
    .list-newTrad {
     min-height:220px;
    }
    .list-newTrad.pay {
      min-height:240px;
    }

  }
  @media (max-width:1199px) {
  .list-newTrad.pay {
      min-height:220px;
    }
  }
.list-newTrad .icon {
    border-radius: 50%;
    background-color: #f5f5f5;
    width: 80px;
    height: 80px;
    display: block;
    margin: 0 auto;

    position:relative;
}
.list-newTrad .icon img {
  width:50px;
  height:50px;

  position:absolute;
  top:50%;
  left:50%;
  webkit-transform:translate(-50%,-50%);
   -moz-transform:translate(-50%,-50%);
   -o-transform:translate(-50%,-50%);
   transform:translate(-50%,-50%);
}
.list-newTrad .txt {
  font-size:18px;
  padding-top:15px;
  letter-spacing:-1px;
}

.list-newTrad .txt-info {
  font-size:14px;
  opacity:.7;
  display:block;
  padding-top:8px;
  line-height:1.2;
}

.list-howto {
  border-top:1px solid #ddd;
  width:100%;
}

.list-howto li {
  border-bottom:1px solid #ddd;
  float:left;
  width:25%;
  height:300px;
}
.list-howto li:not(:first-child) {
    border-left:1px solid #ddd;
}
.list-howto li span {
  display:block;
}
.list-howto li .img {
  /* border-right:1px solid #ddd; */
  text-align:center;
  background-color:#69a9e3;
  padding-top:25px;
  /* padding-bottom:25px; */
}
.list-howto li .img img {
  width:80px;
  height:80px;
}
.list-howto li .title {
  background-color:#69a9e3;
  color:#fff;
  padding-bottom:25px;
  letter-spacing:-1px;
    text-align:center;
}
.list-howto li .how {
  text-align:center;
  padding:20px;
}
.list-howto li .how p {
  opacity:.7;
}

/***********************
  ìƒí’ˆ ìƒì„¸íŽ˜ì´ì§€
************************/
.topArea {
  border-top:2px solid #222;
  border-bottom:1px solid #dadada;
  float:left;
  width:100%;
}
.product-detail {
  margin: 0 auto;
}

.item-head {
  border-bottom:1px solid #dadada;
  padding:12px 0;
}
.list-inline li {
  float:left;
}
.list-detail li {
  padding-top:10px;
  padding-bottom:10px;
}
.list-inline .detail-img {width:40%;}
.list-inline .detail-info {width:60%;}

.item-image-display {
  text-align: center;
  padding: 20px;
}
.item-image-display img {
  max-height:340px;
  width:auto;
}
.d-table-cell-center {display:table-cell}
.d-table-cell-center>* {vertical-align:middle; display:inline-block;}

.badge-large {
  font-size:100%;
}
.table.table-detail>tbody>tr>th,
.table.table-detail>tbody>tr>td {
  padding:10px;
  border-top:1px solid #eee;
  font-size:15px;
}
.table.table-detail>tbody>tr:first-child>th,
.table.table-detail>tbody>tr:first-child>td {
  border-top: none;
}

  @media (max-width:1400px) {
    .list-inline .detail-img {width:30%;}
    .list-inline .detail-info {width:70%;}
    .item-image-display {
    padding: 10px;
    }
    .item-image-display img {
    max-height:240px;
    }
  }


.item-info-box {
/* 	border: 1px solid #ecebeb;
  border-bottom: 3px solid #ecebeb;
  border-radius: 10px; */
/* 	margin-left: 10px;
  margin-top: 10px;
  height: 450px; */
}

.select-custom.select-xl {
    height: 34px;
}
/* ìƒí’ˆ ì´ë¯¸ì§€ ìŠ¤íƒ€ì¼ */
.item-left .item-image-display img {
  min-height: 300px;
  max-height: 600px;
}

.item-left .item-image-list {
  padding: 10px 0px;
  text-align: center;
}

.item-left .item-image-list a {
  border: 1px solid #dfdfdf;
  display: inline-block;
  width: 100px;
  height: 100px;
  padding: 5px;
}

.item-left .item-image-list a img {
  width: 100%;
  max-height: 100px;
}

/* ìƒí’ˆ ì •ë³´ ìŠ¤íƒ€ì¼ */
.item-right .table th, .item-right .table td {
  text-align: left;
  padding: 12px 7px
}

.item-right .table th {
  font-weight: 600
}

.item-right .table tr:first-child>* {
  border-top: 0
}
/* íƒ€ì´í‹€ ë°•ìŠ¤*/
.tab-title-bar {
  padding-left: 10px;
  margin-top: 15px;
  background-color: #f9f9f9;
  /* line-height: 45px; */
  border: 1px solid #ecebeb;
  position:relative;
}
.tab-title-bar h5 {
  line-height: 40px;
  /* padding-top:2px; */
  letter-spacing:-1px;
}
.tab-title-bar>div:last-child {
  background-color: #f0f0f0;
  border-left: 1px solid #ecebeb;
  position:absolute;
  top:0;
  right:0;
  height:100%;
}
.tab-title-bar>div:last-child button {
  height:100%;
}

/* ìƒì„¸ë‚´ìš© */
.item-detail {
  border: 1px solid #ecebeb;
/* 	border-bottom: 3px solid #ecebeb;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px; */
  border-top: 0;
  padding: 15px;
}
.item-detail .img-detail {
  margin:0 auto;
}

.other-item-table tr>* {
  padding: 7px 3px;
  font-size: 13px;
}

/* custome style */
span.border-1 {
  border: 1px solid #cccccc;
}

.badge-white {
  background-color: #ffffff;
  color: #000;
/* 		font-size: 17px; */
  font-weight: 400;
  border: 1px solid #ecebeb;
}

.loupe {
  border: 2px solid #dddddd;
  z-index: 3000;
  background: rgba(255, 255, 255, .4)
}

.loupe img {
  width: 1000px
}

.btn-detail {
  font-weight:600 !important;
  padding:8px !important;
}
.badge-detail {
  font-size: 16px;
    padding: 6px 8px;
    margin-bottom: 0;
}

/***********************
  ê²¬ì 
************************/
.est-select {
  border:1px solid #ddd;
  padding-top: 30px;
  padding-bottom: 30px;
  height:330px;
}
.est-select:hover {
  border:1px solid #557dce;
}
.est-select .iconImg {
  display:block;
  padding-bottom:20px;
}
.est-select .iconImg  img {
  width:120px;
  height:120px;
}
.est-select .title {
  /* font-weight:600; */
  margin-bottom:10px;
}
.est-select .txt-lead {
  padding:0 20px;

}



/**************
  AS
***************/

.detailNew > td {
  padding:15px !important;
  background-color: #fff;
}
#ordertable .detailNew > td {
  padding:15px !important;
  background-color: #f0f0f0;
}
#ordertable .table.table-as tr td {
  background-color: #fff;
}
/* .detailNew > td:hover {
  background-color: #e0e0e0;
} */
.detailNew .sub-stitle {
  font-size:16px;
  margin-bottom:6px;
  color:#557dce;
    float: none !important;
}
.table.table-as {
  border: 1px solid #fff!important;
  /* border-color: #d6e3ef !important; */
}
.table.table-as tr th {
  background-color: #9e9e9e;
  color:#fff;
}
.table.table-as tr td {
  background-color: #f0f0f0;
  /* border-top:2px solid #d6e3ef !important; */
}
.table-bordered.table-as>thead>tr>th,

.table-bordered.table-as>tbody>tr>td {
    /* border: 2px solid #d6e3ef; */
    }
.table.table-as>tbody>tr>th {
    /* border-top:2px solid #d6e3ef; */
}



/**************
  Go Top
***************/
#back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    background: #ffffff;
    background-color: rgba( 255, 255, 255, -1 );
    color: #444;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}
#back-to-top:hover {
    background: #e9ebec;
}
#back-to-top.show {
    opacity: 1;
}
/**********************
  Hero Background
***********************/
.hero-wrap {position:relative;overflow:hidden;background-repeat:no-repeat;background-position:center center;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;}
.hero-caption {position:relative;display:table;height:100%;width:80%;text-align:center;margin:0 auto;z-index:2;}
.hero-text {position:relative;display:table-cell;vertical-align:middle;height:100%;}
.hero-text.align-end {vertical-align:bottom;}
.hero-text.align-start {vertical-align:top;}
.hero-wrap h1, .hero-wrap h2, .hero-wrap h3, .hero-wrap h4, .hero-wrap h5, .hero-wrap h6 {line-height:1.2;margin:0;}
.img-bg-center {background-position:center !important;background-size:cover}
.img-bg-top {background-position:top !important;background-size:cover}
.img-bg-bottom {background-position:bottom !important;background-size:cover}
.img-bg-soft,.img-bg-softer {background-position:center;position:relative}
.img-bg-soft:before,.img-bg-softer:before {content:"";position:absolute;top:0;left:0;width:100%;height:100%}


@media (max-width:1199px) {}
input.w-17 {
  width:20% !important;
}
}

/******************** ie *********************/


.ie8 [type="checkbox"] + label {
  padding-left:5px;}

.ie8 .select-custom,
.ie9 .select-custom{
  background:#fff;
  padding:3px 5px !important;
}

.ie8 .td-search,
.ie9 .td-search {
  position:relative;
}

.ie9 .td-search:after {
  position:absolute;
  top:0;
  left:0;
  bottom:0;
  right:0;
}
.ie9 .sidebar>div:first-child,
.ie8 .sidebar>div:first-child {
  margin-right: -17px;}


  @media (max-width:1599px){
    .mb-lg-1 {
      margin-bottom:4px;
    }
  }

#powerSearchImg {border-top: 2px solid #969696;margin-bottom: 20px;}
#powerSearchImg .item-col {position:relative;width:100%;float:left;border-bottom: 1px solid #ddd;padding-bottom: 6px;padding-right: 15px;padding-left: 15px;/* height: 160px; */min-width: 940px;}
#powerSearchImg li.item-1 { width: 177px;float: left;}
#powerSearchImg	li.item-2 {position: absolute;top: 0;width: 100%;padding-left: 180px;padding-right: 287px;padding-top: 10px;/* min-width: 956px; */}
#powerSearchImg	li.item-3 { width: 237px;float: right;}
#powerSearchImg .tooltip-inner {max-width:100%;}
#powerSearchImg .search-list-T2 {list-style:none;padding:0;margin:0;}
#powerSearchImg .search-list-T2  li {line-height:1.7;color:rgba(47, 61, 74, 0.87);}
#powerSearchImg .item-tit {min-height:30px;}
#powerSearchImg .item-cont {min-height:80px;}
#powerSearchImg .no-data {padding-top: 11px;border-bottom: 1px solid #ddd;padding-bottom: 15px;}
@media (min-width:1700px){
  /* #powerSearchImg .item-col {	width:50%;}
  #powerSearchImg	li.item-2 {padding-right:165px;}
  #powerSearchImg	li.item-3 {width:130px}
  #powerSearchImg	li.item-3 p>button:first-child{margin-bottom:3px;} */

}