html
{
  font-size: 90%;
}


.separate-layout .widget-area .sidebar-box,
.separate-layout .content-area
/*.separate-layout .content-area, .separate-layout .widget-area .sidebar-box*/
{
  border-radius: 6px;
  box-shadow: 1px 1px 4px 1px rgba(0,0,0,0.25);
}


/* override container to make it a bit larger */
.container
{
  /*width: 1290px;*/
  /*max-width: 95%;*/
  width: 1400px;
  max-width: 98%;  
  padding: 0px; /* fix for bootstrap */
}

/* adjust Main Header to make it a bit smaller */
#site-header-inner
{
  width: 88%;
}

/* adjust Footer Inner to make it a bit smaller to match Header*/
.footer-widgets-inner
{ 
  width: 88%;
}

/* adjust content margin for mobile between sidebar and content */
@media only screen and (max-width: 959px)
{
  .widget-area.sidebar-primary, .widget-area.sidebar-secondary, .content-left-sidebar .widget-area
  {
    margin-bottom: 20px;
  }
}


/* Resolve Main Menu Display When Using Boostrap */
#site-navigation-wrap .dropdown-menu
{
    display: block;
    float: none;
    position: relative;
    top: auto;
    left: auto;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* FIX FOOTER MAX-WIDTH to none*/
#footer-widgets .col-1,
#footer-widgets .col-2,
#footer-widgets .col-3,
#footer-widgets .col-4,
#footer-widgets .col-5,
#footer-widgets .col-6,
#footer-widgets .col-7,
#footer-widgets .col-8,
#footer-widgets .col-9
{
/*    clear: both;*/
    margin-left: 0;
    max-width: none;
/*    display: block;*/
}

/* Fix for tml dialogs */
.tml
{
  /*max-width: 320px;*/
  max-width: none;
}


/* missing class in bootstrap4 */
.btn-orangered
{
  color: #ffffff;
  background: #f14607;
  border-color: #dc4209;
}

.btn-orangered:hover,
.btn-orangered:not(:disabled):not(.disabled):active, .btn-orangered:not(:disabled):not(.disabled).active, .show > .btn-orangered.dropdown-toggle
{
  color: #ffffff;
  background: #b3380b;
  border-color: #dc5827;
}

.btn-orangered:focus, .btn-orangered.focus
{
  color: #ffffff;
  background: #b3380b;
  border-color: #dc5827;
  box-shadow: 0 0 0 0.2rem rgba(216, 104, 10, 0.5);
}


/* */

.btn-outline-orange {
  color: #da7d27;
  border-color: #da7d27;
}

.btn-outline-orange:hover {
  color: #fff;
  background-color: #da7d27;
  border-color: #da7d27;
}

.btn-outline-orange:focus, .btn-outline-orange.focus {
  box-shadow: 0 0 0 0.2rem rgba(240, 131, 30, 0.5);
}

.btn-outline-orange.disabled, .btn-outline-orange:disabled {
  color: #da7d27;
  background-color: transparent;
}

.btn-outline-orange:not(:disabled):not(.disabled):active, .btn-outline-orange:not(:disabled):not(.disabled).active,
.show > .btn-outline-orange.dropdown-toggle {
  color: #fff;
  background-color: #da7d27;
  border-color: #da7d27;
}

.btn-outline-orange:not(:disabled):not(.disabled):active:focus, .btn-outline-orange:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-orange.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(240, 131, 30, 0.5);
}


/* **/

.box-shadow-hover
{
  transition: box-shadow .2s ease-in-out;
}

.box-shadow-hover:hover
{
  box-shadow: 0 0rem 0.7rem -0.1rem rgba(0, 0, 0, 0.4) !important;
}

.cursor-default
{
  cursor: default !important;
}

.cursor-not-allowed
{
  cursor: not-allowed !important;
}

.cursor-pointer
{
  cursor: pointer !important;
}

.card-img-container
{
  height: 88px;
}

.not-allowed:hover
{
  background-color: #e0a800 !important;
  border-color: #d39e00 !important;
}

/* Readjust width when modal is opened (because of padding: -17px on body) */
body.modal-open {
    /*  mobile */
    /* width: 103.5%; */
    
    /* desktop */
    /* width: 101.5%; */

    padding-right: 0px !important; /* do it in js */
}

.checkbox-control
{
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.checkbox-control-input
{
  position: absolute;
  left: 0;
  width: 1rem;
  height: 1.4rem;
}

.checkbox-control-text
{
  margin-left: 0.3em;
}

/*
 * Decided to use "parent-style" checkboxes, which uses ::before,::after 
 * and fontawesome to rewrite the 'tick'
 * so this will fix its width
 */
input[type="checkbox"]
{
  width: 18px;
}

.extra-small
{
  font-size: 0.7em;
}

.medium
{
  font-size: 1.3em;
}


/* DEBUG PURPOSE */
/*.footer-box
{
  outline: 2px solid red;
}*/


/**********************************************************************************/

.registrationWrapper
{
  /*width: 400px;*/
  /*width: 330px;*/
  margin: 0 auto;
  font-family: "Open Sans", Verdana, sans-serif;
  /*font-family: "Open Sans", Helvetica, Arial, sans-serif;*/
  font-size: 14px;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-wrap: break-word;
  word-wrap: break-word;
  font-weight: bold;
}

.registrationBoxHeader
{
  background: #eeeeee;
  border: 1px solid #a2a1a1;
  margin: 30px 0px 0px 0px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  text-align: center;
  font-size: 22px;
}


.registrationBoxBody
{
  background: #f7f7f7;
  border: 1px solid #a2a2a2;
  
  margin: 0px 0px 30px 0px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  /*padding: 30px;*/
  padding: 16px;
}

.registrationTitle
{
}

.formItem
{
  margin: 0 0 14px 0;
}

.formLabel
{
  display: block;
  font-size: 18px;
  padding-bottom: 2px;
}

.formInput
{
  width: 100%;
  height: 40px;
  font-size: 18px;
  padding: 0px 4px;
  border: 1px solid #888;
  border-radius: 2px;
}

.formRadio
{
  line-height: 0.7em;
}

.floatLeft
{
  float: left;
}

.formRadio > *
{
  margin-right: 10px;
}

.formRulesValidation
{
  padding-top: 20px;
  font-size: 12px;
}

.formCheckbox
{
  width: 16px;
  height: 16px;
}

.formRuleParagraph
{
  padding-left: 22px;
  margin-bottom: 12px;
  line-height: 1.4em;
}

/***************************************************************/




.block
{
  text-align: center;
  /* background: #c0c0c0; */
  /* border: #a0a0a0 solid 1px; */
  /* margin: 20px; */
  height: 70px;
  margin: 0 -10px;
  padding: 0 0;
}
 
.block:before
{
  content: '\200B';
  /*   content: '';
  margin-left: -0.25em; */
  display: inline-block;
  height: 100%;
  vertical-align: middle;
 }
 
.centered
{
  display: inline-block;
  vertical-align: middle;
  width: 96%;
  padding: 10px 4px;
  /* border: #a0a0a0 solid 1px; */
  /* background: #f5f5f5; */
  box-shadow: 0px 0px 10px -1px rgb(232, 232, 24);
  border-radius: 4px;
  transition: box-shadow .2s ease-in-out;
 }
 
.centered:hover
{
  box-shadow: 0px 0px 12px -1px rgb(228, 163, 15);
}

.sidebar-box .menu .sub-menu
{
  display: none; /* initial */
  margin-left: 16px;
}


.sidebar-box .menu .menu_tick > a:after
{
  content: '\25b8';
  font-size: 24px;
  position: relative;
  line-height: 0px;
  top: 4px;
  left: 2px;
  transform: rotateZ(0deg) translate(0px,0px);
  transform-origin: 40% 0%;
  display: inline-block;
  transition: transform 0.5s ease-in-out;
}

.sidebar-box .menu .menu_opened > a:after
{
  transform: rotateZ(90deg) translate(1px,-3px) !important;
}

/*
.block {
  text-align: center;
  background: #c0c0c0;
  border: #a0a0a0 solid 1px;
  margin: 20px;
}
 
.block:before {
  content: '\200B';
//   content: '';
//  margin-left: -0.25em; 
  display: inline-block;
  height: 100%; 
  vertical-align: middle;
 }
 
.centered {
  display: inline-block;
  vertical-align: middle;
  width: 300px;
  padding: 10px 15px;
  border: #a0a0a0 solid 1px;
  background: #f5f5f5;
 }
*/

code, kbd, pre, samp
{
  margin: 8px 0;
  padding: 8px;
  color: #084d75;
  background-color: #eee;
  line-height: 1.25em;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.1);
  font-size: 1em;;
}
/* UPDATE FOR CODE,PRE,...*/
/*
width: 90%;*/
    /* word-wrap: break-word; */
/*    overflow-x: auto;
    white-space: pre-wrap;
    border: 1px solid;
    background: #fff;
    padding: 2px 8px;
    margin: 2px 4px;
    line-height: 1.4em;
*/

div.campaigncardstatus
{
  border: 1px solid #bbb;
}


div.campaigncardstatus.campaigncardstatusapproved
{
  box-shadow: 0px 0px 3px 1px #16b517 !important;
  border: 0.05em solid #1b9a1c;
}

.box-shadow-hover.campaigncardstatus.campaigncardstatusapproved:hover
{
  box-shadow: 0px 0px 4px 2px #16b517 !important;
}


div.campaigncardstatus.campaigncardstatusdenied
{
  box-shadow: 0px 0px 3px 1px #bb4444 !important;
  border: 0.05em solid #ad4545;
}

.box-shadow-hover.campaigncardstatus.campaigncardstatusdenied:hover
{
  box-shadow: 0px 0px 4px 2px #bb4444 !important;
}


div.campaigncardstatus.campaigncardstatusdisabled
{
  box-shadow: 0px 0px 3px 1px #f68e2e !important;
  border: 0.05em solid #da7f2d;
}

.box-shadow-hover.campaigncardstatus.campaigncardstatusdisabled:hover
{
  box-shadow: 0px 0px 4px 2px #f68e2e !important;
}


div.campaigncardstatus.campaigncardstatuspaused
{
  box-shadow: 0px 0px 3px 1px #949494 !important;
  border: 0.05em solid #828282;
}

.box-shadow-hover.campaigncardstatus.campaigncardstatuspaused:hover
{
  box-shadow: 0px 0px 4px 2px #949494 !important;
}


div.campaigncardstatus.campaigncardstatusonlyrequest
{
  box-shadow: 0px 0px 3px 1px #606060 !important;
  border: 0.05em solid #545454;
}

.box-shadow-hover.campaigncardstatus.campaigncardstatusonlyrequest:hover
{
  box-shadow: 0px 0px 4px 2px #606060 !important;
}


div.campaigncardstatus.campaigncardstatusrequested
{
  box-shadow: 0px 0px 3px 1px #ffc721 !important;
  border: 0.05em solid #d29d00;
}

.box-shadow-hover.campaigncardstatus.campaigncardstatusrequested:hover
{
  box-shadow: 0px 0px 4px 2px #ffc721 !important;
}


div.campaigncardstatus.campaigncardstatuspaused div.card-img-container,
div.campaigncardstatus.campaigncardstatuspaused div.card-body
{

  filter: saturate(0%);
  /* Browser Specific */
  -webkit-filter: saturate(0%);
  -moz-filter: saturate(0%);
  -o-filter: saturate(0%);
  -ms-filter: saturate(0%);
  /* Browser Specific */

  opacity: 0.7;
}



div.containericoncampaignstatus
{
  position: relative;
}

img.iconcampaignstatus
{
  position: absolute;
  top: -10px;
  right: -8px;
  height: 34px;
  /* left: 160px; */
  width: auto;
  box-shadow: 0px 0px 4px -1px #000;
}

/* Hack for login */
li#menu-item-149 > a
{
  color: #ffffff !important;
  text-decoration: none;
}


/* Hack for register */
li#menu-item-148 > a
{
  color: #ffffff !important;
  text-decoration: none;
}


/* Datepicker */

.datepicker table tr td.range
{
  background-color: #eaeaea;
}


/* Tooltip */


.tooltip.show
{
  opacity: 0.95;
}

.tooltip-inner
{
  background-color: #eee;
  color: #000;
  border: 2px solid #888;
  padding: 0.20rem 0.4rem;
  font-size: 1.05em;
}

.bs-tooltip-top .arrow:before
{
  display: none;
}

.bs-tooltip-right .arrow:before
{
  display: none;
}

.bs-tooltip-left .arrow:before
{
  display: none;
}

.bs-tooltip-bottom .arrow:before
{
  display: none;
}


/* Sub-affiliates */

input.satotalearnings
{
  background-color: #ffc892 !important;
  border-color: #eaab7b !important;
}

input.satotalearnings:focus
{
  box-shadow: 0 0 0 0.2rem rgba(255, 129, 0, 0.25) !important;
  border-color: #f3b78b !important;
}


/* lightslider */
.cshidden
{
  height: 1px;
  opacity: 0;
  filter: alpha(opacity=0);
  overflow: hidden;
}



/* passwordshowhide */

.passwordcontainer input
{
  padding-right: 34px !important;
}

.passwordcontainer .passwordshowhide
{
  position: absolute;
  top: 2px;
  right: 2px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  box-shadow: -1px 0px 2px rgba(156,156,156,0.2);
}

/* COPYRIGHT COLOR FIX */

#footer-bottom.no-footer-nav #copyright
{
  color: #fff;
}


/* 'NEW' BADGE ON TOP OF BLOG (MOBILE ALSO) AND ANIMATION WHEN STICKY */
/* DISABLED AFTER SOME TIME */

/*

li#sidr-id-menu-item-259 a span::after
{
  background-color: #fff200e6;
  content: 'NEW';
  display: inline-block;
  width: 30px;
  height: 14px;
  border-radius: 4px;
  margin-left: 4px;
  vertical-align: top;
  font-size: 11px;
  font-weight: bold;
  color: #0f1d82;
  text-align: center;
  font-family: 'Roboto', monospace, sans-serif;
  letter-spacing: 0.5px;
  box-shadow: 1px 1px 3px 0px rgba(160, 160, 160, 0.68);
  padding: 0px;
  line-height: 15px;
}

li#menu-item-259
{
  position: relative;
  padding-right: 36px;
}

li#menu-item-259 a::after
{
  position: absolute;
  top: 14px;

  background-color: #fff200e6;
  content: 'NEW';
  display: inline-block;
  width: 30px;
  height: 14px;
  border-radius: 4px;
  margin-left: 4px;
  font-size: 11px;
  font-weight: bold;
  color: #0f1d82;
  text-align: center;
  font-family: 'Roboto', monospace, sans-serif;
  letter-spacing: 0.5px;
  box-shadow: 1px 1px 3px 0px rgba(160, 160, 160, 0.68);
  padding: 0px;
  vertical-align: top;
  margin-top: 10px;
  line-height: 14px;
  transition: top .2s ease-in-out;
}

.fixed_sticky_active li#menu-item-259 a::after
{
  top: 0;
}
*/



/* HIGHLIGHT CURRENT MENU ITEM (ONLY LOGGED) */

#menu-menulogged li.current_page_item {
/*    background: rgba(68,68,68, 0.7);
  border-radius: 2px;*/
}

#menu-menulogged li.current_page_item a
/*, #theme-my-login-2 ul.tml-user-links */{
  color: rgb(0,94,194);
  font-weight: bold;
}

#menu-menulogged li.current-menu-parent > a
/*, #theme-my-login-2 ul.tml-user-links */{
  color: rgb(0,74,153);
}


ul#sidr-id-menu-mainmenu li.sidr-class-current-menu-item > a
{
  color: #fff;
  background: rgba(68,68,68, 0.7);
  /*border-radius: 2px;*/
  margin: 0 1px;
}


ul#sidr-id-menu-mainmenu li.sidr-class-current-menu-item > a span.sidr-class-dropdown-toggle
{
  color: #fff !important;
}



/*

.tooltip-inner
{
  background-color: #00cc00 !important;
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before
{
  border-top-color: #00cc00 !important;
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before
{
  border-right-color: #00cc00 !important;
}


.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before
{
  border-bottom-color: #00cc00 !important;
}


.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before
{
  border-left-color: #00cc00 !important;
}

*/
/*
.tooltip-primary .tooltip-inner {
  background-color: #007bff;
}
.tooltip-primary.bs-tooltip-top .arrow:before {
  border-top-color: #007bff;
}
.tooltip-primary.bs-tooltip-right .arrow:before {
  border-right-color: #007bff;
}
.tooltip-primary.bs-tooltip-left .arrow:before {
  border-left-color: #007bff;
}
.tooltip-primary.bs-tooltip-bottom .arrow:before {
  border-bottom-color: #007bff;
}

.tooltip-success .tooltip-inner {
  background-color: #28a745;
}
.tooltip-success.bs-tooltip-top .arrow:before {
  border-top-color: #28a745;
}
.tooltip-success.bs-tooltip-right .arrow:before {
  border-right-color: #28a745;
}
.tooltip-success.bs-tooltip-left .arrow:before {
  border-left-color: #28a745;
}
.tooltip-success.bs-tooltip-bottom .arrow:before {
  border-bottom-color: #28a745;
}

.tooltip-info .tooltip-inner {
  background-color: #17a2b8;
}
.tooltip-info.bs-tooltip-top .arrow:before {
  border-top-color: #17a2b8;
}
.tooltip-info.bs-tooltip-right .arrow:before {
  border-right-color: #17a2b8;
}
.tooltip-info.bs-tooltip-left .arrow:before {
  border-left-color: #17a2b8;
}
.tooltip-info.bs-tooltip-bottom .arrow:before {
  border-bottom-color: #17a2b8;
}

.tooltip-warning .tooltip-inner {
  background-color: #ffc107;
  color: black
  
}
.tooltip-warning.bs-tooltip-top .arrow:before {
  border-top-color: #ffc107;
}
.tooltip-warning.bs-tooltip-right .arrow:before {
  border-right-color: #ffc107;
}
.tooltip-warning.bs-tooltip-left .arrow:before {
  border-left-color: #ffc107;
}
.tooltip-warning.bs-tooltip-bottom .arrow:before {
  border-bottom-color: #ffc107;
}

.tooltip-danger .tooltip-inner {
  background-color: #dc3545;
}
.tooltip-danger.bs-tooltip-top .arrow:before {
  border-top-color: #dc3545;
}
.tooltip-danger.bs-tooltip-right .arrow:before {
  border-right-color: #dc3545;
}
.tooltip-danger.bs-tooltip-left .arrow:before {
  border-left-color: #dc3545;
}
.tooltip-danger.bs-tooltip-bottom .arrow:before {
  border-bottom-color: #dc3545;
}
*/



/*
  .tooltip-custom .tooltip-inner {
    background-color: #f2653c;
  }
  .tooltip-custom.bs-tooltip-top .arrow:before {
    border-top-color: #f2653c;
  }
  .tooltip-custom.bs-tooltip-right .arrow:before {
    border-right-color: #f2653c;
  }
  .tooltip-custom.bs-tooltip-left .arrow:before {
    border-left-color: #f2653c;
  }
  .tooltip-custom.bs-tooltip-bottom .arrow:before {
    border-bottom-color: #f2653c;
  }

  .tooltip-custom-alt .tooltip-inner {
    background-color: #5b2da3;
  }
  .tooltip-custom-alt.bs-tooltip-top .arrow:before {
    border-top-color: #5b2da3;
  }
  .tooltip-custom-alt.bs-tooltip-right .arrow:before {
    border-right-color: #5b2da3;
  }
  .tooltip-custom-alt.bs-tooltip-left .arrow:before {
    border-left-color: #5b2da3;
  }
  .tooltip-custom-alt.bs-tooltip-bottom .arrow:before {
    border-bottom-color: #5b2da3;
  }
*/





/* News */

/* EMAIL */
.email {
  padding: 20px 10px 15px 10px;
  font-size: 1em;
}

.email .btn.search {
  font-size: 0.9em;
}

.email h2 {
  margin-top: 0;
  padding-bottom: 8px;
}

.email .nav.nav-pills > li > a {
  border-top: 3px solid transparent;
}

.email .nav.nav-pills > li > a > .fa {
  margin-right: 5px;
}

.email .nav.nav-pills > li.active > a,
.email .nav.nav-pills > li.active > a:hover {
  background-color: #f6f6f6;
  border-top-color: #3c8dbc;
}

.email .nav.nav-pills > li.active > a {
  font-weight: 600;
}

.email .nav.nav-pills > li > a:hover {
  background-color: #f6f6f6;
}

.email .nav.nav-pills.nav-stacked > li > a {
  color: #666;
  border-top: 0;
  border-left: 3px solid transparent;
  border-radius: 0px;
}

.email .nav.nav-pills.nav-stacked > li.active > a,
.email .nav.nav-pills.nav-stacked > li.active > a:hover {
  background-color: #f6f6f6;
  border-left-color: #3c8dbc;
  color: #444;
}

.email .nav.nav-pills.nav-stacked > li.header {
  color: #777;
  text-transform: uppercase;
  position: relative;
  padding: 0px 0 10px 0;
}

.email table {
  font-weight: 600;
}

.email table a {
  color: #666;
}

.email table tr.read > td {
  background-color: #f6f6f6;
}

.email table tr.read > td {
  font-weight: 400;
}

.email table tr td > i.fa {
  font-size: 1.2em;
  line-height: 1.5em;
  text-align: center;
}

.email table tr td > i.fa-star {
  color: #f39c12;
}

.email table tr td > i.fa-bookmark {
  color: #e74c3c;
}

.email table tr > td.action {
  padding-left: 0px;
  padding-right: 2px;
}

.grid {
  position: relative;
  width: 100%;
  background: #fff;
  color: #666666;
  border-radius: 2px;
  margin-bottom: 25px;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
}



.grid .grid-header:after {
  clear: both;
}

.grid .grid-header span,
.grid .grid-header > .fa {
  display: inline-block;
  margin: 0;
  font-weight: 300;
  font-size: 1.5em;
  float: left;
}

.grid .grid-header span {
  padding: 0 5px;
}

.grid .grid-header > .fa {
  padding: 5px 10px 0 0;
}

.grid .grid-header > .grid-tools {
  padding: 4px 10px;
}

.grid .grid-header > .grid-tools a {
  color: #999999;
  padding-left: 10px;
  cursor: pointer;
}

.grid .grid-header > .grid-tools a:hover {
  color: #666666;
}

.grid .grid-body {
  padding: 15px 20px 15px 20px;
  font-size: 0.9em;
  line-height: 1.9em;
}

.grid .full {
  padding: 0 !important;
}

.grid .transparent {
  box-shadow: none !important;
  margin: 0px !important;
  border-radius: 0px !important;
}

.grid.top.black > .grid-header {
  border-top-color: #000000 !important;
}

.grid.bottom.black > .grid-body {
  border-bottom-color: #000000 !important;
}

.grid.top.blue > .grid-header {
  border-top-color: #007be9 !important;
}

.grid.bottom.blue > .grid-body {
  border-bottom-color: #007be9 !important;
}

.grid.top.green > .grid-header {
  border-top-color: #00c273 !important;
}

.grid.bottom.green > .grid-body {
  border-bottom-color: #00c273 !important;
}

.grid.top.purple > .grid-header {
  border-top-color: #a700d3 !important;
}

.grid.bottom.purple > .grid-body {
  border-bottom-color: #a700d3 !important;
}

.grid.top.red > .grid-header {
  border-top-color: #dc1200 !important;
}

.grid.bottom.red > .grid-body {
  border-bottom-color: #dc1200 !important;
}

.grid.top.orange > .grid-header {
  border-top-color: #f46100 !important;
}

.grid.bottom.orange > .grid-body {
  border-bottom-color: #f46100 !important;
}

.grid.no-border > .grid-header {
  border-bottom: 0px !important;
}

.grid.top > .grid-header {
  border-top-width: 4px !important;
  border-top-style: solid !important;
}

.grid.bottom > .grid-body {
  border-bottom-width: 4px !important;
  border-bottom-style: solid !important;
}

