/*----------basic----------------*/

.rmp{margin: 0;padding: 0;}
.fl-l{float: left;}
.fl-r{float: right;}

.tranSlateTop {
    animation:tranSlateTop 1s infinite;
    -webkit-animation: tranSlateTop 1s infinite;
    -moz-animation: tranSlateTop 1s infinite;
    -o-animation: tranSlateTop 1s infinite;

}
@-webkit-keyframes tranSlateTop {
    from{ -webkit-transform: rotate(270deg) translateX(0px);}
    50%{-webkit-transform: rotate(270deg) translateX(5px);}
    to{-webkit-transform: rotate(270deg) translateX(0px);}
}
@-moz-keyframes tranSlateTop {
    from{ -moz-transform: rotate(270deg) translateX(0px);}
    50%{-moz-transform: rotate(270deg) translateX(5px);}
    to{-moz-transform: rotate(270deg) translateX(0px);}
}
@-o-keyframes tranSlateTop {
    from{ -o-transform: rotate(270deg) translateX(0px);}
    50%{-o-transform: rotate(270deg) translateX(5px);}
    to{-o-transform: rotate(270deg) translateX(0px);}
}

::-webkit-input-placeholder {font-size: 14px; color:#999;}
:-moz-placeholder {font-size: 14px; color:#999;}
::-moz-placeholder {font-size: 14px; color:#999;}
:-ms-input-placeholder {font-size: 14px; color:#999;}
.transitionAll{transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -ms-transition:all 0.2s ease-in-out; -o-transition:all 0.2s ease-in-out; -webkit-transition:all 0.2s ease-in-out;}
.transitionAll_1s{transition: all 1s ease-in-out; -moz-transition: all 1s ease-in-out; -ms-transition:all 1s ease-in-out; -o-transition:all 1s ease-in-out; -webkit-transition:all 1s ease-in-out;}

a{text-decoration: none;color: #333; transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -ms-transition:all 0.2s ease-in-out; -o-transition:all 0.2s ease-in-out; -webkit-transition:all 0.2s ease-in-out;}
a:hover{text-decoration: none; color: #f00}
img{max-width: 100%; height: auto; margin: 2px;}
.bg-overlay:before{ content: ''; position: absolute; left: 0px; top: 0px; right: 0px; bottom: 0px; background-color: rgba(0,0,0,0.5); }

.hidden-o {
    opacity: 0 !important;
}

.visible-o {
    opacity: 1 !important;
}

.display-flex{
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.overflow-hidden{overflow: hidden;}

.white{color: #fff;}
.red{color: #f00}
.yellow{color: #ff0}
.pink{color: #F9597E;}
.green{color: #365DA6;}
.gay{color: #666}
.gay9{color: #999}
.black{color: #000}
.black{color: #000}
.c50ad4e{ color: #50ad4e; }
.txt-ac{text-align: center;}
.txt-ac img{margin: 0px auto;}
.txt-ar{text-align: right;}
.txt-jus{text-align: justify;}
.txt-al{text-align: left;}
.fs-12{font-size: 12px !important;}
.fs-13{font-size: 13px !important;}
.fs-14{font-size: 14px !important;}
.fs-16{font-size: 16px !important;}
.fs-18{font-size: 18px !important;}
.fs-20{font-size: 20px !important;}
.fs-23{font-size: 23px !important;}
.fs-24{font-size: 24px !important;}
.fw-bold{font-weight: bold}
.fw-300{font-weight: 300}
.fw-600{font-weight: 600}

.italic{font-style: italic;}
.upcase{text-transform: uppercase;}
.capitalize{text-transform: capitalize;}
.underline{text-decoration: underline;}
.justify{text-align: justify;}
.position-inherit{position: inherit !important;}

.bg-white{background-color: #fff;}
.bg-dddddd{background-color: #dddddd;}
.bg-f2f2f2{background-color: #f2f2f2;}
.bg-f8f8f8{background-color: #f8f8f8;}
.bg-cat-0{background-color: #e4ede3;}
.bg-cat-1{background-color: #f4f1dc;}
.bg-cat-2{background-color: #e1eaf1;}

.dp-ib{display: inline-block;}
.dp-b{display: block;}
.w60{width: 60px;}
.w120{width: 120px;}
.w250{width: 250px;}

.bdn{border: 0px !important;}
.bd1{border: 1px solid #ccc;}
.bd2{border: 2px solid #ccc;}
.bdv{border-top: 1px solid #ccc; border-bottom: 1px solid #ccc;}
.bdt1{border-top: 1px solid #ccc;}
.bdb1{border-bottom: 1px solid #ccc;}

.rounded{border-radius: 50%;-moz-border-radius: 50%;-webkit-border-radius: 50%;}
.rounded5{border-radius: 5px;-moz-border-radius: 5px;-webkit-border-radius: 5px;}
.rounded20{border-radius: 20px;-moz-border-radius: 20px;-webkit-border-radius: 20px;}
.rounded5-T{border-radius: 5px 5px 0px 0px;-moz-border-radius: 5px 5px 0px 0px;-webkit-border-radius: 5px 5px 0px 0px;}
.rounded5-B{border-radius: 0px 0px 5px 5px;-moz-border-radius: 0px 0px 5px 5px;-webkit-border-radius: 0px 0px 5px 5px;}

.full-width{width: 100% !important;}
.minW40{min-width: 40px;}
.minW250{min-width: 250px;}
.maxW200{max-width: 200px !important;}
.maxW250{max-width: 250px !important;}
.maxW350{max-width: 350px !important;}
.lh28{ line-height: 28px; }

.mr0{margin:0 !important;}
.mrt0{margin-top:0 !important;}
.mrr0{margin-right:0 !important;}
.mrb0{margin-bottom:0 !important;}
.mrr1_6{margin-right:1.6px;}
.mrr15{margin-right:15px;}
.mrb10{margin-bottom:10px;}
.mrb15{margin-bottom:15px;}

.mrr10{margin-right:10px;}
.mrt5{margin-top:5px;}
.mrt10{margin-top:10px;}
.mrt15{margin-top:15px;}
.mrt20{margin-top:20px;}
.mrt30{margin-top:30px;}
.mrb15{margin-bottom:15px;}
.mrb20{margin-bottom:20px;}
.mrb30{margin-bottom:30px;}
.mrb60{margin-bottom:60px;}
.mrv15{margin-top:15px !important; margin-bottom: 15px !important;}
.mrv20{margin-top:20px;margin-bottom: 20px;}
.mrv30{margin-top:30px;margin-bottom: 30px;}
.mrv40{margin-top:40px;margin-bottom: 40px;}
.mrh5{margin-left:5px;margin-right: 5px;}
.mrh10{margin-left:10px;margin-right: 10px;}
.mrh15{margin-left:15px;margin-right: 15px;}
.mrh20{margin-left:20px;margin-right: 20px;}

.mrl30{margin-left:30px;}

.pad0{padding:0 !important;}
.padt10{padding-top: 10px;}
.padt15{padding-top: 15px;}
.padt20{padding-top: 20px;}
.padt30{padding-top: 30px;}
.padb30{padding-bottom: 30px;}
.pad10{padding:10px;}.pad15{padding:15px;}.pad20{padding:20px;}

.padv30{padding-top: 30px; padding-bottom: 30px;}
.padv50{padding-top: 50px; padding-bottom: 50px;}

.padl0{padding-left: 0px !important;}
.padl10{padding-left: 10px;} .padl20{padding-left: 20px;}
.padl15{padding-left: 15px;}
.padl30{padding-left: 30px;}
.padt40{padding-top: 40px;}
.padr10{padding-right: 10px;}
.padr60{padding-right: 60px;}
.padr100{padding-right: 100px;}
.padl60{padding-left: 60px;}
.padl85{padding-left: 85px;}
.padl100{padding-left: 100px;}
.padr30{padding-right: 30px;}
.padh10{padding-left: 10px; padding-right: 10px;}
.padh15{padding-left: 15px; padding-right: 15px;}
.padv10{padding-top: 10px; padding-bottom: 10px;}
.padv15{padding-top: 15px; padding-bottom: 15px;}

a#back-top{position: fixed; bottom: 20px; right: 20px; z-index: 9000; cursor: pointer;
  width: 35px; height: 35px; line-height: 35px; text-align: center; background-color: #f2f2f2;
  transition: all .5s ease; -moz-transition: all .5s ease; -ms-transition:all .5s ease; -o-transition:all .5s ease; -webkit-transition:all .5s ease;
  transform: scale(0); -webkit-transform: scale(0);}
a#back-top:hover{ background-color: #005EA3; color: #fff; }
a#back-top.active{transform: scale(1); -webkit-transform: scale(1);}
.message{display: none; font-size: 12px; color: #fff; text-transform: none !important; text-align: center; background-color: #a0410d; padding: 2px 10px;}
.note{font-size: 12px; padding: 2px 0px;}

.breadcrumb{margin: 20px 0px; padding: 10px; background-color: #f2f2f2;}
.breadcrumb ul li a{font-size: 13px;}
.btn{padding: 6px 12px;
  border-radius: 0px;
	transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
}

.btn-lg{padding: 10px 16px; font-size: 15px;}
.btn-sm{display: inline-block; padding: 3px 10px; text-transform: none;}
.btn-xs{font-size: 13px; border-radius: 0px; -webkit-border-radius: 0px; padding: 3px 6px;}

.form-control{border-radius: 0px;}
.btn-gray{background-color: #ccc;}
.btn-gray:hover{background-color: #999;}
.btn-dark{color: #fff; background-color: #000;}
.btn-dark:hover{color: #fff; background-color: #222;}

.btn-site{color: #fff; border: 1px solid #fff; background-color: rgba(49,49,49,0.3);}

.btn-care{float: left; padding: 2.2px 5px; font-size: 11px; color: #999; border: 0px; background-color: #f2f2f2; font-weight: 600;}
.btn-care .fa{color: #8c2f3d;}
.btn-care:hover{ color: #999; background-color: #ccc; box-shadow: none; }

.btn-care-count{float: left; position: relative; border: 1px solid #ccc; border-radius: 2px; -webkit-border-radius: 2px;
    font-size: 11px;
    min-width: 20px;
    height: 20px;
    line-height: 18px;
    text-align: center;
    margin-left: 5px;
}
.btn-care-count:before,
.btn-care-count:after{
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.btn-care-count:before{
    border-color: rgba(192,192,192,0);
    border-right-color: #ccc;
    border-width: 5px;
    margin-top: -5px;
}.btn-care-count:after{
    border-color: rgba(255,255,255,0);
    border-right-color: #fff;
    border-width: 4px;
    margin-top: -4px;
}

.like{float: left; margin-right: 5px;}

.loading {position: absolute; top: 0px; right: 0px; bottom: 0px; left: 0px; background-color: #fff;}
.loading i{position: absolute; top: 50%; left: 50%; margin-left: -23px; margin-top: -23px;}

.dataTables_wrapper .row{margin: 0px;}
.dataTables_wrapper .col-sm-6{padding: 0px;}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    background: 0 0;
}

table.dataTable thead .sorting_asc:after {
    content: "\f0de";
    float: right;
    font-family: fontawesome;
}

table.dataTable thead .sorting_desc:after {
    content: "\f0dd";
    float: right;
    font-family: fontawesome;
}

table.dataTable thead .sorting:after {
    content: "\f0dc";
    float: right;
    font-family: fontawesome;
    color: rgba(50,50,50,.5);
}

.spinner{max-width: 150px;}
.spinner.spinner-block{ width: 100%; max-width: 100%}
.spinner .form-control{text-align: center; border: 1px solid #ccc; border-left: 0px; border-right: 0px; box-shadow: none; outline: none}
.spinner .input-group-btn-vertical {
    position: relative;
    white-space: nowrap;
    width: 1%;
    vertical-align: middle;
    display: table-cell;
}
.spinner > .input-group-btn-vertical > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
    padding: 4px 10px;
    position: relative;
    border-radius: 0;
    color: #ccc; font-size: 16px;
    height: 34px;
    background: #f2f2f2;
    border: 1px solid #ccc;
    box-shadow: none; outline: none
}
.spinner > .input-group-btn-vertical > .btn-down {
    border-right: 0px;
}
.spinner > .input-group-btn-vertical > .btn-up {
    border-left: 0px;
}
.spinner-lg{max-width: 180px;}
.spinner-lg .form-control{height: 41px; font-size: 15px;}
.spinner-lg  > .input-group-btn-vertical > .btn{height: 41px; font-size: 18px;padding: 8px 15px;}



.mt-radio,
.mt-checkbox {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 14px;
  webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .mt-radio.mt-radio-disabled, .mt-radio.mt-checkbox-disabled,
  .mt-checkbox.mt-radio-disabled,
  .mt-checkbox.mt-checkbox-disabled {
    opacity: 0.8 ;
    filter: alpha(opacity=80) ;
    cursor: not-allowed; }
  .mt-radio > input,
  .mt-checkbox > input {
    position: absolute;
    z-index: -1;
    opacity: 0 ;
    filter: alpha(opacity=0) ; }
  .mt-radio > span,
  .mt-checkbox > span {
    border: 1px solid transparent;
    position: absolute;
    top: 1px;
    left: 0;
    height: 18px;
    width: 18px;
    background: #E6E6E6; }
    .mt-radio > span:after,
    .mt-checkbox > span:after {
      content: '';
      position: absolute;
      display: none; }
  .mt-radio:hover > input:not([disabled]) ~ span,
  .mt-radio > input:focus ~ span,
  .mt-checkbox:hover > input:not([disabled]) ~ span,
  .mt-checkbox > input:focus ~ span {
    background: #d9d9d9;
    webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  .mt-radio > input:checked ~ span,
  .mt-checkbox > input:checked ~ span {
    webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background: #d9d9d9; }
    .mt-radio > input:checked ~ span:after,
    .mt-checkbox > input:checked ~ span:after {
      display: block; }
  .mt-radio:hover > input:not([disabled]):checked ~ span,
  .mt-radio > input:checked ~ span,
  .mt-checkbox:hover > input:not([disabled]):checked ~ span,
  .mt-checkbox > input:checked ~ span {
    webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background: #d9d9d9; }
  .mt-radio > input:disabled ~ span,
  .mt-checkbox > input:disabled ~ span {
    opacity: 0.6 ;
    filter: alpha(opacity=60) ;
    pointer-events: none; }
  .mt-radio.mt-radio-outline > span, .mt-radio.mt-checkbox-outline > span,
  .mt-checkbox.mt-radio-outline > span,
  .mt-checkbox.mt-checkbox-outline > span {
    border: 1px solid #d9d9d9;
    background: none; }
  .mt-radio.mt-radio-outline:hover > input:not([disabled]) ~ span,
  .mt-radio.mt-radio-outline > input:focus ~ span, .mt-radio.mt-checkbox-outline:hover > input:not([disabled]) ~ span,
  .mt-radio.mt-checkbox-outline > input:focus ~ span,
  .mt-checkbox.mt-radio-outline:hover > input:not([disabled]) ~ span,
  .mt-checkbox.mt-radio-outline > input:focus ~ span,
  .mt-checkbox.mt-checkbox-outline:hover > input:not([disabled]) ~ span,
  .mt-checkbox.mt-checkbox-outline > input:focus ~ span {
    border: 1px solid #d9d9d9;
    background: none; }
  .mt-radio.mt-radio-outline > input:checked ~ span, .mt-radio.mt-checkbox-outline > input:checked ~ span,
  .mt-checkbox.mt-radio-outline > input:checked ~ span,
  .mt-checkbox.mt-checkbox-outline > input:checked ~ span {
    border: 1px solid #d9d9d9;
    background: none; }
  .mt-radio.mt-radio-outline:hover > input:not([disabled]):checked ~ span,
  .mt-radio.mt-radio-outline > input:checked ~ span, .mt-radio.mt-checkbox-outline:hover > input:not([disabled]):checked ~ span,
  .mt-radio.mt-checkbox-outline > input:checked ~ span,
  .mt-checkbox.mt-radio-outline:hover > input:not([disabled]):checked ~ span,
  .mt-checkbox.mt-radio-outline > input:checked ~ span,
  .mt-checkbox.mt-checkbox-outline:hover > input:not([disabled]):checked ~ span,
  .mt-checkbox.mt-checkbox-outline > input:checked ~ span {
    border: 1px solid #d9d9d9;
    background: #fff; }

.mt-radio > span {
  -webkit-border-radius: 50%!important;
  -moz-border-radius: 50%!important;
  -ms-border-radius: 50%!important;
  -o-border-radius: 50%!important;
  border-radius: 50%!important; }
  .mt-radio > span:after {
    left: 5px;
    top: 5px;
    height: 6px;
    width: 6px;
    border-radius: 100% !important;
    background: #888888; }

.mt-radio > input:disabled ~ span:after {
  background: #888888; }

.mt-checkbox > span:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid #888888;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg); }

.mt-checkbox > input:disabled ~ span:after {
  border-color: #888888; }

.form-inline .mt-checkbox {
  margin-left: 15px;
  margin-right: 15px; }

th > .mt-checkbox.mt-checkbox-single,
td > .mt-checkbox.mt-checkbox-single {
  right: -6px; }

.mt-checkbox-list,
.mt-radio-list {
  padding: 10px 0; }
  .form-horizontal .form-group .mt-checkbox-list, .form-horizontal .form-group
  .mt-radio-list {
    padding-top: 0; }
  .mt-checkbox-list .mt-checkbox,
  .mt-checkbox-list .mt-radio,
  .mt-radio-list .mt-checkbox,
  .mt-radio-list .mt-radio {
    display: block; }

.mt-checkbox-inline,
.mt-radio-inline {
  padding: 10px 0; }
  .form-horizontal .form-group .mt-checkbox-inline, .form-horizontal .form-group
  .mt-radio-inline {
    padding-top: 8px; }
  .mt-checkbox-inline .mt-checkbox,
  .mt-checkbox-inline .mt-radio,
  .mt-radio-inline .mt-checkbox,
  .mt-radio-inline .mt-radio {
    display: inline-block;
    margin-right: 15px; }
    .mt-checkbox-inline .mt-checkbox:last-child,
    .mt-checkbox-inline .mt-radio:last-child,
    .mt-radio-inline .mt-checkbox:last-child,
    .mt-radio-inline .mt-radio:last-child {
      margin-right: 0; }


/* Validation */
.formError { z-index: 990; }
.formError .formErrorContent { z-index: 991; }
.formError .formErrorArrow { z-index: 996; }
.ui-dialog .formError { z-index: 5000; }
.ui-dialog .formError .formErrorContent { z-index: 5001; }
.ui-dialog .formError .formErrorArrow { z-index: 5006; }
.formError {
  position: absolute;
  top: 300px;
  left: 300px;
  display: block;
  cursor: pointer;
  text-align: left;
}
.formError.inline {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
}
.formError .formErrorContent {
  width: 100%;
  background: #000;
  position:relative;
  color: #fff;
  min-width: 120px;
  font-size: 11px;
  padding: 4px 10px 4px 10px;
  white-space: nowrap;
}
.formError.inline .formErrorContent {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  border: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
}
.formError .formErrorArrow {
  position:relative;
}
.formError .formErrorArrow:before{
  content: '';
  display: inline-block;
  position: absolute;
  border-left: 5px solid transparent;
  border-right:5px solid transparent;
  border-top: 5px solid #000;
  top: 0px;
  left: 23px;
}
.formError .formErrorArrow:after{
  content: '';
  display: inline-block;
  position: absolute;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #000;
  top: -2px;
  left: 24px;
}
.formError .formErrorArrowBottom {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  margin: 0px 0 0 12px;
  top:2px;
}
.formError .formErrorArrowBottom:before{
  content: '';
  display: inline-block;
  position: absolute;
  border-left: 7px solid transparent;
  border-right:7px solid transparent;
  border-bottom: 7px solid rgba(0,0,0,0.2);
  top: -6px;
  left: 23px;
}
.formError .formErrorArrowBottom:after{
  content: '';
  display: inline-block;
  position: absolute;
  border-left: 6px solid transparent;
  border-right:6px solid transparent;
  border-bottom: 6px solid #fff;
  top: -5px;
  left: 24px;
}

.formError .formErrorArrowCenter:before{
  left: 50%;
  margin-left: -7px;
}
.formError .formErrorArrowCenter:after{
  left: 50%;
  margin-left: -6px;
}