/* compress to single line http://csscompressor.com/ */

body { font-family: 'Montserrat', sans-serif; font-size: 13px; color: #404040; background: #dadfd9;/*#e9ebee*/; }
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-family: 'Montserrat', sans-serif; }
.mb-0 { margin-bottom: 0px !important; }
.mt-30 { margin-top: 30px; }
.mt-40 { margin-top: 40px; }
.mb-30 { margin-bottom: 30px; }
.pv-30 { padding-top: 30px; padding-bottom: 30px; }
.pv-60 { padding-top: 60px; padding-bottom: 60px; }
.pv-120 { padding-top: 120px; padding-bottom: 120px; }
.p0 { padding: 0; }
.mr-10 { margin-right: 10px; }
.mt-10 { margin-top: 10px !important; }
.mb-10 { margin-bottom: 10px !important; }
.mb-15 { margin-bottom: 15px !important; }
.p-lr-12 { padding: 0 11px; }
.p-10 { padding: 10px }
.p-20 { padding: 20px }
.p-9 { padding: 9px !important;}
.no-padding { padding: 0 !important; }
.no-data { color: #b3b3b3 !important; }
.mt-35 { margin-top: 35px; }
.pt-15 { padding-top: 15px !important; }
.pt-3 { padding-top: 3px !important; }
.pt-0 { padding-top: 0px !important; }
.pl-3 { padding-left: 3px !important; }

/** FIRST CUSTOM **/
.p-indent{ text-indent:30px }
.feature-box:hover i{ 
  transform:rotate(360deg);
  -webkit-transform:rotate(360deg);
  -moz-transform:rotate(360deg);
  -ms-transform:rotate(360deg);
  -o-transform:rotate(360deg);
  transition:all 1.5s;
  -webkit-transition:all 1.5s;
  -moz-transition:all 1.5s;
  -ms-transition:all 1.5s;
  -o-transition:all 1.5s
}
.prime-bg { background: #94c72e; }
.light-gray-bg { background-color: #fafafa; }
.dark-orange-bg{ background:#ff8a00 }
.light-orange-bg{ background:#fde44c }
.gray-bg{ background:#daddd8 }
.just-gray-bg{ background:#f1f1f1 }
.header{ border-top:1px solid #fff;border-bottom:1px solid #cacaca;background-color:#fcfcfc }
.text-white{ color:#fff }
a.text-green{ color:#94c72e }
.text-gray { color: #9E9E9E; }
.dark-green-bg{ background-color:#8BC34A ;color:#fff }
.dark-green-bg .title{ color:#fff }
.dark-org-bg{ background-color:#ff8a00;color:#fff }
.transparent-header .dark.header .navbar-nav > li > a{ color:#fff }
.indent-tab{ padding-left:50px }
.collapse-style-1 .panel-heading{ background-color:#94c72e }
.collapse-style-1 .panel-heading a:not(.collapsed){ color:#000 }
.collapse-style-1 .panel-heading h4 a{ color:#fff }
.panel-group .panel-heading{ padding:10px }
.collapse-style-1 .panel-body{ border-top:none!important;background-color:#fff;padding-top:20px }
.panel-body{ padding:40px }
.notice-box{ background:#ffed81;padding:20px 10px }
.info-box{ background:#f6f6f6;border:1px solid #ddd;padding:30px;margin:20px 0 }
.white-box{ background:#fff;border:1px solid #ddd;padding:30px;margin:20px 0 }
.bd-box{ border:1px solid #ddd; background: #ffffff; }
.plan .header h4{ font-size:22px;margin:0;line-height:36px;font-weight:300;padding:15px 10px 10px;border:1px solid rgba(0,0,0,0.05);border-top:none }
.plan .header .price {
  font-size: 18px;
  padding: 8px 0 10px;
  font-weight: 300;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  line-height: 1;
  color: #ffffff;
}
.tooltip .tooltip-inner {
  background-color: #fff !important;
  font-size: 13px;
  color: black;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #ccc;
}

.tooltip.right .tooltip-arrow {
  border-right-color: #fff;
}

.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #fff;
}

.tooltip.left .tooltip-arrow {
  border-left-color: #fff;
}

.date-height {
  line-height: 17px;
}

.step-wizzard{ padding:20px 30px }
.step{ margin-left:0 }
.step span{ border:1px solid #fff;padding:7px 13px;width:30px;height:30px;margin-right:7px;border-radius:100%;-webkit-border-radius:100%;-moz-border-radius:100%;-ms-border-radius:100%;-o-border-radius:100%;transition:all .4s;-webkit-transition:all .4s;-moz-transition:all .4s;-ms-transition:all .4s;-o-transition:all .4s }
@media (max-width: 991px) { 
  header:not(.full-width) .logo img{ margin:0 auto;height:50px }
}
.step:hover span,.step-active{ border:1px solid #fff;color:#94c72e;background:#fff;transition:all .4s;-webkit-transition:all .4s;-moz-transition:all .4s;-ms-transition:all .4s;-o-transition:all .4s }
@media (min-width:768px) { 
  .step{ margin-left:20px }
  .step span{ border:1px solid #fff;padding:11px 17px;margin-right:15px }
}
.step-wizzard a.step{ display:block;padding:15px 0;color:#fff;text-decoration:none }
@media (min-width:768px) { 
  .step-wizzard a.step{ display:block;padding:20px;color:#fff;text-decoration:none }
}
.step-wizzard a:hover.step{ text-decoration:underline }
.feature-box,.feature-box-2{ margin-bottom:15px;min-height:220px;-webkit-box-shadow:0 1px 3px #bdbdbd;box-shadow:0 1px 3px #bdbdbd }
.bordered{ border:0 solid #f1f1f1;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px }
.pricing-tables{ margin:15px 0 0 }
.btn-default-transparent{ color:#444;border:2px solid;background-color:transparent;border-color:#7db343 }
.btn-default-transparent:hover,.btn-default-transparent:focus,.btn-default-transparent.focus,.btn-default-transparent:active,.btn-default-transparent.active,.open > .btn-default-transparent.dropdown-toggle{ color:#fff;background-color:#7db343;border-color:#7db343 }
.btn-warning-transparent{ color:#ff8a00;border:2px solid;background-color:transparent;border-color:#ff8a00 }
.btn-warning-transparent:hover,.btn-warning-transparent:focus,.btn-warning-transparent.focus,.btn-warning-transparent:active,.btn-warning-transparent.active,.open > .btn-warning-transparent.dropdown-toggle{ color:#fff;background-color:#ff8a00;border-color:#ff8a00 }
.btn-facebook{ background-color:#3b5998;border-color:#3b5998;color:#fff }
.btn-facebook:hover{ color:#fff }
.plan{ text-align:center;margin-bottom:10px!important }
.plan ul { margin: 0; padding: 0; font-size: 14px; list-style: none; }
.plan ul li{ padding:12px 0;font-size:14px;border-bottom:1px solid #eaeaea;border-top:1px solid #fff;color:#333 }
.dark-prime-bg{ background:#78a71a }
.dark-second-bg{ background:#ff8a00 }
h2.title{ font-size:35px;line-height:35px;font-weight:700 }
@media (min-width: 768px) { 
  .with-dropdown-buttons .navbar-default .navbar-collapse{ padding-right:120px }
}
.header-first{ padding:10px 0 }
.header-second{ padding-top:10px;padding-bottom:10px;position:relative }
.fixed-header-on .header .logo img{ max-height:70px }
.btn-success{ color:#fff;background-color:#94c72e;border-color:#94c72e }
.btn-success:hover, .btn-success:focus{ color:#fff;background-color:#94c72e;border-color:#94c72e }
.btn-warning{ color:#fff;background-color:#f90;border-color:#eea236 }
.btn-warning:hover, .btn-warning:focus{ color:#fff;background-color:#ffa824;border-color:#d58512 }
.btn-white{ color:#5b5b5b; background-color:#fff; }
.btn-slave { border: none; color: #9E9E9E; background: transparent; }
.btn-slave:hover, .btn-slave:focus { color: #ffffff; background: #9E9E9E; border: solid 1px #9E9E9E; }
footer { background-color:#efefef; }
.subfooter{ font-size:14px;line-height:1.3;color:#404040;padding:25px 0; }


/** FROM CUSTOM **/
.grid-space-20{ margin-right:-10.5px;margin-left:-10.5px }
.grid-space-20 .col-lg-6,.grid-space-20 .col-lg-4,.grid-space-20 .col-lg-3,.grid-space-20 .col-md-6,.grid-space-20 .col-md-4,.grid-space-20 .col-md-3,.grid-space-20 .col-sm-6,.grid-space-20 .col-sm-4,.grid-space-20 .col-sm-3,.grid-space-20 .col-xs-6,.grid-space-20 .col-xs-4,.grid-space-20 .col-xs-3{ padding-left:10px;padding-right:10px }
.grid-space-10{ margin-right:-6px;margin-left:-6px }
.grid-space-10 .col-lg-6,.grid-space-10 .col-lg-4,.grid-space-10 .col-lg-3,.grid-space-10 .col-md-6,.grid-space-10 .col-md-4,.grid-space-10 .col-md-3,.grid-space-10 .col-sm-6,.grid-space-10 .col-sm-4,.grid-space-10 .col-sm-3,.grid-space-10 .col-xs-6,.grid-space-10 .col-xs-4,.grid-space-10 .col-xs-3{ padding-left:5px;padding-right:5px }
.container-fluid .grid-space-0{ margin-right:-15px;margin-left:-15px }
.grid-space-0{ margin-right:0;margin-left:0 }
.grid-space-0 .col-lg-6,.grid-space-0 .col-lg-4,.grid-space-0 .col-lg-3,.grid-space-0 .col-md-6,.grid-space-0 .col-md-4,.grid-space-0 .col-md-3,.grid-space-0 .col-sm-6,.grid-space-0 .col-sm-4,.grid-space-0 .col-sm-3,.grid-space-0 .col-xs-6,.grid-space-0 .col-xs-4,.grid-space-0 .col-xs-3{ padding-left:0;padding-right:0 }
.grid-space-0 > div{ margin-bottom:0;padding-bottom:0 }
.vt-top{ margin-bottom:0;vertical-align:top!important }
.vt-middle{ margin-bottom:0; padding-top:5px; vertical-align:middle!important; }
.btn-org{ color:#fff;background:#fea500 }
.btn-green{ color:#fff;background:#7db343 }
.btn-org:hover{ color:#fff;background:#ffbe00 }
.btn-green:hover{ color:#fff;background:#517b23 }
.font-green{ color:#7db343 }
.form-horizontal .form-group{ padding-top:0;margin-bottom:0 }
.form-group > label,.form-group .control-label{ font-size:12px;opacity:.5;margin-bottom:0 }
/*.form-control{ padding:0;height:22px;border-left:none;border-right:none;border-top:none;border-bottom-color:rgba(12,12,12,0.12);background:transparent;color:#0c0c0c;font-size:13px;-webkit-box-shadow:none;box-shadow:none }*/
@media (min-width: 769px) { 
  .form-horizontal .control-label{ text-align:right;margin-bottom:0;padding-top:2px }
}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{ line-height:1.3 }
.frame-bd{ border:1px solid #adadad;padding:0;text-align:center;border-radius:6px;-webkit-border-radius:6px;-moz-border-radius:6px;-ms-border-radius:6px;-o-border-radius:6px }

.pr-5{ padding-right:5px }
.pl-5{ padding-left:5px }
.pr-10{ padding-right:10px }
.pl-10{ padding-left:10px }
.pv-20{ padding-top:20px;padding-bottom:20px }
.pv-30{ padding-top:30px;padding-bottom:30px }
.pv-40{ padding-top:40px;padding-bottom:40px }
.pv-50{ padding-top:50px;padding-bottom:50px }
.pv-60{ padding-top:60px;padding-bottom:60px }
.mt-10{ margin-top:10px }
.mt-20{ margin-top:20px }
.mt-40{ margin-top:40px }
.mt-60{ margin-top:60px }
.mb-10{ margin-bottom:10px }
.mb-20{ margin-bottom:20px }
.mb-40{ margin-bottom:40px }
.mb-60{ margin-bottom:60px }

.card{ margin-bottom:15px; border-radius: 0 !important; }
.light-font{ color:#999 }
/* .light-box{ background:#f9f9f9;padding:7px 12px; border: solid 1px #dfe3de; } */
/* .price-box{ background:#eee;padding:11px 12px; border: solid 2px #eeeeee; } */
/* .bordered-box{ padding:8px 10px;border:2px solid #ddd } */
.nofill-box{ padding:8px 10px }
.alert-font{ color:#dd2a2a; }
.warning-font{ color:#ffc107; }
.green-font{ color:#7db343 }
/* .light-box-sm{ padding:10px 15px;background:#eee } */
.price-sm{ font-size:16px;line-height:16px }
.price-md{ font-size:22px;line-height:22px }
.price-lg{ font-size:28px;line-height:28px }
.btn.ex-pad{ font-size:1em; /*font-family: Roboto;*/ padding-left:40px; padding-right:40px; /*text-transform:none!important;*/ }
.card-head header{ display:block;padding:11px 24px;vertical-align:middle;line-height:17px;font-size:20px }
@media (max-width:480px) { 
  .bin{ padding:0 }
  .sale-dude,.date,.bin{ font-size:12px }
}
.social-fb{ color:#3b5998 }
.social-twt{ color:#1da1f2 }
.social-plus{ color:#ef6513 }

.separator {
  width: 100%;
  margin: 20px auto 15px;
  position: relative;
  height: 1px;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
}
.separator:after {
  height: 1px;
  background: #e8e8e8;
  background: -moz-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, transparent 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, transparent), color-stop(35%, rgba(0, 0, 0, 0.09)), color-stop(70%, rgba(0, 0, 0, 0.09)), color-stop(100%, transparent));
  background: -webkit-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, transparent 100%);
  background: -o-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, transparent 100%);
  background: -ms-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, transparent 100%);
  background: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, transparent 100%);
  position: absolute;
  bottom: -1px;
  content: "";
  width: 100%;
  left: 0;
}

/** PUBLIC **/
.nav > li > a { font-family: Roboto; font-size: 1.2em; }
.container { padding: 0 12px; }
.ph-20 { padding-left: 20px; padding-right: 20px; }
/* big register button */
.btn-big-regiter {
  color: #ff8a00;
  font-weight: bold;
  border:solid 3px #ff8a00;
  background-color: transparent;
  padding: 20px 60px;
}
.btn-big-regiter:hover,
.btn-big-regiter:focus,
.btn-big-regiter:active
{
  color: #ffffff;
  background: #ff8a00;
}
/*#footer { border-top: solid 1px #dedede; }*/

/** MEMBERSHIP **/
.header-nav { margin: 0; }
/* .header-nav-profile .dropdown > a { font-weight: bold; } */
.section-body:first-child { margin-top:15px; min-height: 60vh; }
.header-nav-profile .dropdown > a:after { display: none; }
/* .circle { border-radius: 50%; display: inline-block; margin-right: 20px; }
.circle-ebay-orange { width:40px; height:40px; padding: 9px 7px; background:#ff8a00; font-size:0.9em; font-weight:300; color: #ffffff; }
.circle-ebay-orange-mobile { width:30px; height:30px; padding: 6px 2px; margin-right:0; background:#ff8a00; font-size:0.7em; font-weight:300; color: #ffffff; text-transform: none; }
.circle-ebay-grey { width:25px; height:25px; padding: 5px 3px; background:#9E9E9E; font-size:0.7em; font-weight:300; color: #ffffff; margin-right:2px; } */
.header-nav-profile .dropdown > a { min-width: 50px; }
.header-nav-profile .dropdown.open .dropdown-menu { min-width: 250px; }
/* .header-nav .open > a, .header-nav .open > a:hover, .header-nav .open > a:focus { border-color: transparent; background-color: #eeeeee; } */
.header-nav > li.right:hover { background:#eeeeee; }
.header-nav-profile .dropdown.open > a.ebay { margin-top:0; padding:12px; border-color: #ffffff; min-height: 64px; }
.header-nav-profile .open > a.ebay, .header-nav-ebay .open > a.ebay:hover, .header-nav-ebay .open > a.ebay:focus { margin-top:0; padding:12px; border-color: #ffffff; min-height: 64px; }
.headerbar-left .header-nav { margin-left: 14px; }
.headerbar-left { left: 0; right: 200px; }
@media only screen and (max-width: 768px) { 
  .headerbar-left { left: 0; right: 0; }
 }

/* btn */
.btn { /*font-family: 'Lato';*/ border-radius: 0; }

/* material switch */
/* https://bootsnipp.com/snippets/0MGja */
.material-switch > input[type="checkbox"]{display:none}
.material-switch > label{cursor:pointer;height:0;position:relative;width:40px}
.material-switch > label::before{background:#000;box-shadow:inset 0 0 10px rgba(0,0,0,0.5);border-radius:8px;content:'';height:16px;margin-top:-8px;position:absolute;opacity:.3;transition:all .4s ease-in-out;width:40px}
.material-switch > label::after{background:#fff;border-radius:16px;box-shadow:0 0 5px rgba(0,0,0,0.3);content:'';height:24px;left:-4px;margin-top:-8px;position:absolute;top:-4px;transition:all .3s ease-in-out;width:24px}
.material-switch > input[type="checkbox"]:checked + label::before{background:inherit;opacity:.5}
.material-switch > input[type="checkbox"]:checked + label::after{background:inherit;left:20px}

/* top search in Layout.vue */
/*.top-search .search-box.top-search .search-box { width:100%; border:solid 1px #e5e6e6; font-size: 1em; padding: 2px 5px; color: #000000; font-weight: 400; }
.top-search .input-group-addon { background: white !important; }
.top-search .input-group-addon button.search { position:absolute; right:15px; top:0; bottom:0; }
.top-search .input-group-addon button.remove { position:absolute; right:40px; top:0; bottom:0; cursor:pointer; color:#ccc; }
.top-search button{ border:0; background:transparent; }*/

/* custom checkbox border */
.checkbox-styled:not(ie8) input ~ span:before, .radio-styled:not(ie8) input ~ span:before { border-width: 1px; }

/* .page-head { font-size: 1.2em; display: inline-block; margin-top: 4px; font-weight: bold; } */
.head-label { color: #757575; }
.command-container .btn { margin-right: 10px; }

/*.card, .card-body { border-radius: 0 !important; box-shadow: none !important; }*/
/*.card { border: 1px solid; border-color: #e5e6e9 #dfe0e4 #d0d1d5; }*/
.card-head {padding: 0 12px; }
.card-body { padding: 10px; }

h2.m-page-title { margin: 3px; }

.toolsbar button { margin-right: 5px; }
.btn-del:hover { background: #f44336; color: #ffffff; }
.paginate .page-label { color: #757575; line-height: 35px; }
.btn.ink-reaction.btn-default-bright.active { color: #ffffff; background-color: #bababa; }
/* .fillter-container { margin-bottom:15px; }
.fillter-container .btn { margin-right: 10px; font-size: 0.9em; }
.fillter-container .btn-default-bright:hover { background: #ff9800; color: #ffffff; } */
.section-body { max-width: 980px; margin-left: auto; margin-right: auto; }
a.btn.btn-default.ink-reaction.ex-pad { text-transform: uppercase !important; }
.page-desc { color: #888888;}

/* paginate row block */
.row.paginate .card-body .row { margin-bottom: 5px; }
.row.paginate .card-body .left-side { padding-top: 6px; }
.row.paginate .card-body .left-side .input-page-num { width:34px; height: 36px; margin: 0 5px; padding:0 4px; }
.row.paginate .card-body .left-side .btn-page-num {
  margin: -3px 0 0 0;
  background: #a6b483 !important;
  padding: 4.5px 12px;
  color: #ffffff;
}
.row.paginate .card-body .right-side .page-label { padding-top:4px; margin-right:10px; }

h1.page-out-title { font-size: 28px; margin: 10px 0 15px 0; color: #50575f; }

.row.setting-box .info { display: block; margin-bottom: 5px; }
.row.setting-box .info.cmd { margin-top: 30px; }

.clickable { cursor: pointer !important;}
.clickable.disabled,
.clickable.disabled:hover 
{
  cursor: default !important;
  color: #bababa;
}

@media only screen and (max-width: 768px) { 
  #content { padding-top: 0; }
  h2.text-slogan { font-size: 1.3em; text-align: center; }
}

/* divider */
.divider { width: 100%; text-align:center; }
.divider hr {margin-left:auto; margin-right:auto; width:45%; }
.divider .left { float:left; }
.divider .right { float:right; }
.divider span { display: inline-block; padding-top: 14px; font-size: 0.9em; }

/* page title */
h1.page-out-title { margin-top: 20px; }
@media only screen and (max-width: 991px) {
  h1.page-out-title { margin-top: 100px; }
}
@media only screen and (max-width: 480px) {
  h1.page-out-title { font-size: 1.5em; }
}

/* NEW UI */
.text-primary { color: #94c63f; }
.header-nav > li > a.btn.btn-icon-toggle.menubar-toggle { color: #94c63f; }
.btn-80 { width: 80px !important; }

/* .btn-delete { color:#f44336; background:#ffffff; }
.btn-delete:hover, .btn-delete:focus, .btn-delete.active { background: #f44336; color: #ffffff; } */
.btn-delete { color:#ffffff; background:#f44336; }
.btn-delete:hover, .btn-delete:focus, .btn-delete.active { color: #ffffff; }

/* .btn-edit { color: #7db343; background: #ffffff; }
.btn-edit:hover, .btn-edit:focus, .btn-edit.active { background: #7db343; color: #ffffff; } */
.btn-edit { color: #ffffff; background: #7db343; }
.btn-edit:hover, .btn-edit:focus, .btn-edit.active { color: #ffffff; }

.btn-snipe { color: #ffffff; background: #f90; }
.btn-snipe:hover, .btn-snipe:focus, .btn-snipe.active { color: #ffffff; }

/* .btn-info { color: #2196f3; background: #ffffff; border: none; }
.btn-info:hover, .btn-info:focus, .btn-info.active { background: #2196f3; color: #ffffff; } */
.btn-info { color: #ffffff; background: #2196f3; border: none; }
.btn-info:hover, .btn-info:focus, .btn-info.active { color: #ffffff; }

.btn-delete, .btn-edit, .btn-snipe, .btn-info { width: 100px; letter-spacing: 0.8px; }

/* BTN FILTER */
.btn-light-green { color: #fff; background-color: #c7d8a2; }
.btn-light-green:hover, .btn-light-green:focus { background-color: #a6b388; color: #fff; }

.btn-seemore { background: #a6b483; color: #ffffff; }
.btn-seemore:hover, .btn-seemore:focus { color: #ffffff; }

/* .btn-page-loop {
  background: #f9f9f9;
  border: solid 1px #dfe3de;
} */

.btn-page-loop.active,
.btn-page-loop:hover,
.btn-page-loop:focus
.btn-page-loop:disabled {
  background: #a6b483 !important;
  color: #ffffff;
}
/* .btn-page-loop:hover, .btn-page-loop:focus, .btn-page-loop.active { color: #ffffff; } */

.row.section { margin-bottom: 15px; }

hr.small { margin: 8px 0; }
.w-100p { width: 100% !important; }

/* password strength */
p.help-block.red { color: #f44336;  }
p.help-block.yellow { color: #FFC107;  }
p.help-block.green { color: #7db343;  }

/**/
ul.dropdown-menu.scrollable-menu {
  height: auto;
  max-height: 200px;
  overflow-x: hidden;
}

.border-width-2 { border-radius: 0px; border-width: 2px; }
/* .border-width-2 { border-bottom-color: rgba(12, 12, 12, 0.12); border-radius: 0px; border-width: 2px; } */
/* .border-width-2:focus { border-radius: 0px; border-width: 2px; } */

.section-header.breadcrumb { padding:0; font-size: 1em !important; height: 25px; }

.text-wrap { word-wrap: break-word; }


/* RESPONSIVE TOOLBAR */
.cmd-container { position: relative; }
@media only screen and (max-width: 769px) {
  .cmd-container { height: 35px; margin-top: 50px; }
  .cmd-page { position: absolute; right: 8px; top: -50px; }
  .cmd-view { position: absolute; left: 12px; top: 0px; }
  .cmd-sort { position: absolute; right: 8px; top: 0px; }
}

.no-case-sensitive { text-transform: initial; }

.underline-link { text-decoration: underline; }

/* fix sorting dropdown */
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  font-size: 1em;
}
/* sort dropdown */
label.sort-dropdown {
  padding-top:6px;
  margin-right:10px;
}
