 /*
 * This is the CSS for the RO desktop menu
 */


/* GOOGLE FONT */
@import url(https://fonts.googleapis.com/css?family=PT+Sans);
/* FONT AWESOME ICONS CSS */
/*@import url("https://netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css");*/


/* ROC - BOOTSTRAP CSS ONLY FOR MENU AND SET MENU MAX WIDTH TO 1200PX AND FONT TO PT SANS */
/*@import url(../css/bootstrap.min.css);*/
/*================================================ MENU BASIC STYLE */
.rodesk-menu {
  display: block;
  z-index: 999;
  float: none;
  margin: 0 auto;
  width: 100%;
  font-family: 'PT Sans', sans-serif;  font-size: 16px;
  background: white;
  padding-bottom: 10px;
  position: relative;
  max-width: 1200px;
}


.rodesk-menu * {
  /*=========================================== CSS FOR ALL ELEMENTS */
  outline: none !important;
  text-decoration: none !important;
  box-sizing: border-box;
  font-family: "PT Sans", sans-serif;
  list-style: none;
  text-align: left;
  -webkit-tap-highlight-color: transparent !important;
}

.rodesk-menu i.fa {
  /*===================================== FONT AWESOME ICONS */
  font-family: FontAwesome;
}

.rodesk-menu section.rodesk-menu-inner-container {
  /*=========================================== SECTION */
  margin: 0;
  padding: 0;
  width: 100%;
  min-height: 50px;
  background: #03a9f4;
}


.rodesk-menu .rodesk-brand, .rodesk-menu .rodesk-list-items {
  /*=========================================== MENU BRAND */
  margin: 0;
  padding: 0;
  display: block;
  float: left;
  text-align: center;
}


.rodesk-menu .rodesk-brand > li, .rodesk-menu .rodesk-list-items > li {
  float: left;
  margin: 0;
  padding: 0;
  display: block;
  line-height: 70px;
}

  .rodesk-menu .rodesk-brand > li:hover > a, .rodesk-menu .rodesk-list-items > li:hover > a {
    color: white;
    background: #14b4fc;
    position: relative;
  }


.rodesk-menu .rodesk-brand > li > a, .rodesk-menu .rodesk-list-items > li > a {
  width: 100%;
  margin: 0;
  display: block;
  font-size: 1.125em;
  font-weight: 400;
  padding-left: 15px;
  padding-right: 15px;
  color: rgba(255, 255, 255, 0.86);
  position: relative;
  overflow: hidden;
  transition: background 200ms ease;
}


.rodesk-menu .rodesk-brand > li > a img, .rodesk-menu .rodesk-list-items > li > a img {
  max-height: 62px;
  top: 0;
  position: relative;
  margin: 0;
  padding: 0;
  display: inline-block;
}

.rodesk-menu .rodesk-list-items {
  /*============================================== LIST ITEMS  */
}

  .rodesk-menu .rodesk-list-items {
    display: block !important;
  }


.rodesk-menu .rodesk-list-items > li {
  line-height: normal;
  cursor: default;
}

.rodesk-menu .rodesk-list-items > li:after {
  display: none;
}

.rodesk-menu .rodesk-list-items > li.active {
  /*=========================================== LIST ITEMS ACTIVE */
}

.rodesk-menu .rodesk-list-items > li.active > a {
  background: #14b4fc;
  position: relative;
}

.rodesk-menu .rodesk-list-items > li:hover {
  /*============================================ LIST ITEMS HOVER */
}

.rodesk-menu .rodesk-list-items > li:hover > a {
  color: white;
  background: #14b4fc;
  position: relative;
}

.rodesk-menu .rodesk-list-items > li > a {
  font-size: 15px;
  padding: 25px 12px;
  font-weight: 400;
  position: relative;
  overflow: hidden;
  display: block;
  z-index: 10;
  width: 100%;
  transition: background 200ms ease;
}


.rodesk-menu .rodesk-list-items.right {
  /*=============================================== RIGHT CLASS */
  float: right;
}



/* ROC - changed from righ: 0 to left:auto to make drop downlist align under proper menu item */
.rodesk-menu .rodesk-list-items.right > li > .drop-down {
  left: auto;
}

.rodesk-menu .withripple {
  /*================================================= RIPPLE CSS EFFECT  */
  position: relative;
}

.rodesk-menu .ripple-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: inherit;
  pointer-events: none;
}

.rodesk-menu .ripple {
  position: absolute;
  width: 20px;
  height: 20px;
  margin-left: -10px;
  margin-top: -10px;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transform-origin: 50%;
      -ms-transform-origin: 50%;
          transform-origin: 50%;
  opacity: 0;
  pointer-events: none;
}

.rodesk-menu .ripple.ripple-on {
  transition: opacity 0.15s ease-in 0s, -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
  transition: opacity 0.15s ease-in 0s, transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
  transition: opacity 0.15s ease-in 0s, transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.1s, -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
  opacity: .2;
}

.rodesk-menu .ripple.ripple-out {
  transition: opacity .1s linear 0s !important;
  opacity: 0;
}

.rodesk-menu.separator {
  /*================================================ SEPARATOR */
}

.rodesk-menu.separator .rodesk-brand > li > a, .rodesk-menu.separator .rodesk-list-items > li > a {
  border-right: 1px solid #039fe5;
  box-shadow: 1px 0 0 rgba(255, 255, 255, 0.1) inset, 1px 0 0 rgba(255, 255, 255, 0.1);
  position: relative;
}


.rodesk-menu.separator .rodesk-list-items.right {
  padding-top: 0;
}

.rodesk-menu.separator .rodesk-list-items.right > li > a {
  border-left: 1px solid #039fe5;
  box-shadow: 1px 0 0 rgba(255, 255, 255, 0.1) inset, 1px 0 0 rgba(255, 255, 255, 0.1);
  position: relative;
}



.rodesk-menu .drop-down {
  /*=============================================== DROP DOWN */
  margin: 0;
  display: none;
  position: absolute;
  top: auto;
  left: auto;
  right: auto;
  background: white;
  z-index: 999;
  min-width: 180px;
  padding: 0;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  text-align: left;
}


.rodesk-menu .drop-down li {
  width: 100%;
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  z-index: 999;
}

.rodesk-menu .drop-down li:first-child .drop-down {
  top: 0;
}

.rodesk-menu .drop-down li:first-child a {
  padding-top: 10px;
  position: relative;
}

  .rodesk-menu .drop-down li:last-child {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }

.rodesk-menu .drop-down li:last-child a {
  padding-bottom: 10px;
  position: relative;
}

  .rodesk-menu .drop-down li:last-child a {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }

.rodesk-menu .drop-down a {
  width: 100%;
  margin: 0;
  display: block;
  color: #505050;
  font-size: 16px;
  padding: 6px 15px;
  position: relative;
  z-index: 999;
  transition: color 200ms ease;
}

.rodesk-menu .drop-down li:hover > a {
  color: #03a9f4;
  position: relative;
}

.rodesk-menu .drop-down .drop-down {
  /*========================================== SECOND LEVEL DROP DOWN */
  left: 100%;
  top: -8px;
  z-index: -1;
  display: none;
  padding-top: 0;
  padding-bottom: 0;
}

  .rodesk-menu .drop-down .drop-down {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }

  .rodesk-menu .drop-down .drop-down li:first-child {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }

.rodesk-menu .drop-down .drop-down li:first-child a {
  padding-top: 15px;
  position: relative;
}

  .rodesk-menu .drop-down .drop-down li:first-child a {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }

.rodesk-menu .drop-down .drop-down li:last-child a {
  padding-bottom: 15px;
  position: relative;
}


.rodesk-menu .drop-down .drop-down.left {
  /*======================================== ALIGN DROP DOWN LEFT SIDE */
  left: -100%;
}


.rodesk-menu .rodesk-list-items > li > a i.fa {
  /*========================================== FONT AWESOME ICONS */
  font-size: 0.875em;
  float: left;
  display: inline-block;
  margin: 0;
  line-height: 16px;
  padding: 2px 5px 0 0;
}

.rodesk-menu .rodesk-list-items > li > a i.fa-bookmark {
   color: #E7142A;
}

.rodesk-menu .rodesk-list-items > li > a i.fa.fa-indicator {
  float: right;
  padding-right: 0;
  padding-left: 5px;
  padding-top: 3px;
}

.rodesk-menu .drop-down li a i.fa {
  float: left;
  margin: 0;
  display: inline-block;
  padding: 0 6px 0 0;
  line-height: 16px;
  font-size: 0.8125em;
}

.rodesk-menu .drop-down li a i.fa.fa-indicator {
  float: right;
  padding-right: 0;
  padding-left: 6px;
}


.rodesk-menu .divider {
  /*=========================================== DIVIDER */
  margin: 8px 0 !important;
  padding: 0;
  display: block;
  height: 1px;
  background: rgba(230, 230, 230, 0.86) !important;
  width: 100%;
}

.rodesk-menu .rodesk-search-bar {
  /*============================================= SEARCH BAR */
  margin: 0;
  padding: 0;
  display: block;
  float: right;
}

  .rodesk-menu .rodesk-search-bar {
    display: block !important;
  }
  .rodesk-menu .rodesk-search-bar.search-bar-hide {
    /*=============================================== SEARCH BAR HIDE ON DESKTOP CLASS */
    display: none !important;
  }


.rodesk-menu .rodesk-search-bar li {
  margin: 0;
  padding: 15px 15px;
  display: block;
  float: left;
}


.rodesk-menu .rodesk-search-bar form {
  margin: 0;
  padding: 0;
  display: block;
  float: left;
}

.rodesk-menu .rodesk-search-bar label {
  margin: 0;
  padding: 0;
  display: block;
  float: left;
  position: relative;
}

.rodesk-menu .rodesk-search-bar input {
  margin: 0;
  display: block;
  float: left;
  max-width: 160px;
  width: 100%;
  font-family: "PT Sans", sans-serif;
  font-size: 0.875em;
  padding: 0;
  height: 25px;
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.86);
  position: relative;
  opacity: 1 !important;
  font-weight: normal;
}

.rodesk-menu .rodesk-search-bar :-moz-placeholder {
  opacity: 1 !important;
  color: rgba(255, 255, 255, 0.86);
}

.rodesk-menu .rodesk-search-bar ::-moz-placeholder {
  opacity: 1 !important;
  color: rgba(255, 255, 255, 0.86);
}

.rodesk-menu .rodesk-search-bar :-ms-input-placeholder {
  opacity: 1 !important;
  color: rgba(255, 255, 255, 0.86);
}

.rodesk-menu .rodesk-search-bar ::-webkit-input-placeholder {
  opacity: 1 !important;
  color: rgba(255, 255, 255, 0.86);
}

.rodesk-menu .rodesk-search-bar .rodesk-search-bar-border {
  margin: 0;
  padding: 0;
  display: block;
  height: 0;
  width: 100%;
}

.rodesk-menu .rodesk-search-bar .rodesk-search-bar-border:after, .rodesk-menu .rodesk-search-bar .rodesk-search-bar-border:before {
  content: "";
  display: block;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.36);
  height: 1px;
  width: 100%;
  transition: width 400ms ease;
}

.rodesk-menu .rodesk-search-bar .rodesk-search-bar-border:before {
  right: 0;
  left: auto;
}

.rodesk-menu .rodesk-search-bar input:focus + .rodesk-search-bar-border:after, .rodesk-menu .rodesk-search-bar input:focus + .rodesk-search-bar-border:before,
.rodesk-menu .rodesk-search-bar input:focus + .rodesk-search-bar-border:before {
  width: 0;
}

.rodesk-menu .rodesk-search-bar i.fa.fa-search {
  display: none;
}


.rodesk-menu .drop-down-large,
.rodesk-menu .drop-down-medium {
  /*============================================= FULL SIZE DROP DOWN - ROC CHANGE BIG DROPDOWN BACKGROUND TO DF, DRAW A C1 BORDER AROUND IT, BOTTOM PADDING 0 */
  margin: 0;
  display: none;
  float: left;
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  width: 100%;
  text-align: left;
  min-height: 100px;
  border-style:solid;
  border-width: 1px;
  border-color: #c1c1c1;
  font-size: 16px;
  z-index: 999;
  background: #dfdfdf;
  line-height: 18px;
  padding: 20px 5px 0px;
  overflow: hidden;
}

.rodesk-menu .drop-down-large > .vertical-tabs-container,
.rodesk-menu .drop-down-medium > .vertical-tabs-container {
  /*============================================= vertical tabs container */
  position: relative;
  top: 15px;
  margin-top: -35px;
  margin-right: -5px;
  margin-left: -5px;
}


.rodesk-menu .drop-down-medium {
  /*========================================== DROP DOWN MEDIUM - ROC - Change width and "float" menu/margin to right edge of screen */
  left: 0;
  width: 100%;
  max-width: 800px;
  right: 0;
  margin: auto 0 auto auto;

}

.rodesk-menu .drop-down-medium.float-left {
  margin: 0;
  right: auto;
}

.rodesk-menu .drop-down-medium.float-right {
  margin: 0;
  left: auto;
  right: 0;
}


.rodesk-menu .vertical-tabs {
  /*=========================================== VERTICAL TABS - ROC CHANGE TAB LIST BACKGROUND TO WHITE AND ADD 100PX PAD TO BOTTOM TO KEEP IT WHITE */
  margin: 0;
  width: 100%;
  float: left;
  display: block;
  padding: 20px 0;
  padding-bottom: 200px;
  background: #ffffff;
}


.rodesk-menu .vertical-tabs:before {
  content: "";
  display: block;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;

}

  /*=========================================== VERTICAL TABS - ROC CHANGE TAB LIST TEXT COLOR TO BLACK */

.rodesk-menu .vertical-tabs a {
  float: left;
  width: 100%;
  display: inline-block;
  text-align: right;
  padding: 8px 15px;
  margin: 1px 0;
  font-weight: 500;
  color: #000000;
  position: relative;

}


/*=========================================== VERTICAL TABS - ROC CHANGE TAB LIST HOVER BAR TO DF */

.rodesk-menu .vertical-tabs a:hover, .rodesk-menu .vertical-tabs a.active {
  background: #dfdfdf;
  color: #03a9f4;
}

.rodesk-menu .vertical-tabs i.fa {
  font-weight: bold;
  padding-left: 5px;
}


.rodesk-menu .vertical-tabs-content {
  /*========================================= VERTICAL TABS CONTENT - ROC CHANGE BACKGROUND OF BIG TAB LIST ITEMS TO DF*/
  background: white;
  display: none;
  float: left;
  width: 100%;
  padding: 20px 5px 15px;
  position: relative;
  z-index: 10;
}

.rodesk-menu .vertical-tabs-content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 150%;
  background: #dfdfdf;
  z-index: -1;
}


.rodesk-menu .vertical-tabs-content-container > a {
  display: none;
}


.rodesk-menu .space-0 {
  /*===================================== SPACE 0 CLASS USED FOR REMOVE THE BOOTSTRAP COLUMNS SPACE */
  padding: 0 !important;
  margin: 0 !important;
}

.rodesk-menu img {
  max-width: 100%;
  margin-bottom: 10px;
}

.rodesk-menu p {
  color: #505050;
  font-weight: 400;
  line-height: 18px;
}

.rodesk-menu h1, .rodesk-menu h2, .rodesk-menu h3, .rodesk-menu h4, .rodesk-menu h5, .rodesk-menu h6 {
  color: #505050;
  font-weight: 400;
  font-size: 2.25em;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 0px;
}

.rodesk-menu h2 {
  font-size: 1.875em;
}

.rodesk-menu h3 {
  font-size: 1.625em;
}

.rodesk-menu h4 {
  font-size: 1.375em;
}

.rodesk-menu h5 {
  font-size: 1.125em;
}

.rodesk-menu h6 {
  font-size: 0.9375em;
}

.rodesk-menu .thumbnail {
  margin-bottom: 15px;
  border-radius: 0;
}

.rodesk-menu .thumbnail:hover {
  border-color: #03a9f4;
}

.rodesk-menu .lead {
  font-size: 1.25em;
  color: #505050;
}

.rodesk-menu small {
  font-size: 0.875em;
  color: #505050;
}

.rodesk-menu strong,
.rodesk-menu em,
.rodesk-menu abbr {
  color: #505050;
}

.rodesk-menu em {
  font-weight: 400;
  font-style: italic;
}

.rodesk-menu .text-primary {
  color: #009688;
}

.rodesk-menu .text-warning {
  color: #FF5722;
}

.rodesk-menu .text-danger {
  color: #F44336;
}

.rodesk-menu .text-success {
  color: #4CAF50;
}

.rodesk-menu .text-info {
  color: #03A9F4;
}

.rodesk-menu blockquote {
  border-left-color: #60ccfd;
  padding: 5px 15px;
  margin-bottom: 10px;
}

.rodesk-menu blockquote small:before {
  display: none;
}

.rodesk-menu .list-items, .rodesk-menu .order-items {
  /*===================================== LIST ITEMS */
  padding: 0;
  display: block;
  width: 100%;
  margin: 0 0 10px;
}

.rodesk-menu .list-items li, .rodesk-menu .order-items li {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
  list-style: decimal;
}

.rodesk-menu .list-items li:first-child a, .rodesk-menu .order-items li:first-child a {
  border-top: none;
  position: relative;
}

.rodesk-menu .list-items a, .rodesk-menu .order-items a {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 10px 0;
  border-top: 1px solid rgba(80, 80, 80, 0.1);
  color: #505050;
  font-weight: 400;
  position: relative;
  transition: color 200ms ease;
}

.rodesk-menu .list-items a:hover, .rodesk-menu .order-items a:hover {
  color: #03a9f4;
}

.rodesk-menu .list-items i.fa, .rodesk-menu .order-items i.fa {
  margin-right: 5px;
}

.rodesk-menu .list-items i.fa.fa-indicator, .rodesk-menu .order-items i.fa.fa-indicator {
  float: right;
  margin-left: 5px;
  margin-right: 10px;
}

.rodesk-menu .order-items li {
  /*============================================ ORDER LIST */
  position: relative;
}

.rodesk-menu .order-items li a {
  padding-left: 20px;
  position: relative;
}

.rodesk-menu .order-items li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 15px;
  color: #505050;
  bottom: 0;
  line-height: 40px;
  text-align: left;
  list-style-type: inside !important;
  display: list-item !important;
}

.rodesk-menu .list-items-group {
  /*========================================= LIST GROUP ITEM */
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
  display: block;
  position: relative;
}

.rodesk-menu .list-items-group .list-group-image {
  float: left;
  width: 50px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: rgba(255, 255, 255, 0.86);
}

.rodesk-menu .list-items-group .list-group-image img {
  max-width: 100%;
  float: left;
  margin-top: 10px;
  width: 100%;
}

.rodesk-menu .list-items-group .list-group-heading, .rodesk-menu .list-items-group .list-group-text {
  padding-left: 65px;
}

.rodesk-menu .list-items-group .divider {
  background: rgba(80, 80, 80, 0.1) !important;
}

.rodesk-menu .btn {
  text-transform: uppercase;
  position: relative;
  padding: 10px 25px;
  font-size: 1.0625em;
  margin: 0 4px 10px;
}

.rodesk-menu .btn.space-0 {
  padding: 10px 25px !important;
}

.rodesk-menu .btn.small {
  padding: 5px 10px;
  font-size: 1em;
}

.rodesk-menu .btn.small.space-0 {
  padding: 5px 10px !important;
}

.rodesk-menu .btn.btn-default, .rodesk-menu .btn.btn-primary, .rodesk-menu .btn.btn-success, .rodesk-menu .btn.btn-info, .rodesk-menu .btn.btn-custom, .rodesk-menu .btn.btn-warning, .rodesk-menu .btn.btn-danger {
  background: none;
  border: none;
  transition: all 200ms ease;
  border-radius: 3px;
  border-bottom: 2px solid whitesmoke;
}

.rodesk-menu .btn.btn-primary {
  background: #009688;
  color: rgba(255, 255, 255, 0.86) !important;
  border-bottom-color: #00635a;
}

.rodesk-menu .btn.btn-primary:hover {
  background: #00a596;
}

.rodesk-menu .btn.btn-success {
  background: #59B75C;
  color: rgba(255, 255, 255, 0.86) !important;
  border-bottom-color: #439a46;
}

.rodesk-menu .btn.btn-success:hover {
  background: #64bc66;
}

.rodesk-menu .btn.btn-info {
  background: #0FB2FC;
  color: rgba(255, 255, 255, 0.86) !important;
  border-bottom-color: #0394d5;
}

.rodesk-menu .btn.btn-info:hover {
  background: #1eb7fc;
}

.rodesk-menu .btn.btn-custom {
  background: #03a9f4;
  color: rgba(255, 255, 255, 0.86) !important;
  border-bottom-color: #0286c2;
}

.rodesk-menu .btn.btn-custom:hover {
  background: #0ab1fc;
}

.rodesk-menu .btn.btn-warning {
  background: #FF6736;
  color: rgba(255, 255, 255, 0.86) !important;
  border-bottom-color: #ff4003;
}

.rodesk-menu .btn.btn-warning:hover {
  background: #ff7345;
}

.rodesk-menu .btn.btn-danger {
  background: #F55549;
  color: rgba(255, 255, 255, 0.86) !important;
  border-bottom-color: #f22819;
}

.rodesk-menu .btn.btn-danger:hover {
  background: #f66358;
}

.rodesk-menu .box-orange, .rodesk-menu .box-red, .rodesk-menu .box-green, .rodesk-menu .box-blue {
  background: #FF5722;
  padding: 15px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1em;
}

.rodesk-menu .box-red {
  background: #F44336;
}

.rodesk-menu .box-green {
  background: #4CAF50;
}

.rodesk-menu .box-blue {
  background: #03A9F4;
}

.rodesk-menu .panel {
  border-radius: 5px;
  border: 1px solid #ddd;
  border-bottom: 5px solid #E5E6E6;
  color: #505050;
  margin-bottom: 10px;
}

.rodesk-menu .panel .panel-heading {
  border: none;
  background: #eee;
  color: #505050;
}

.rodesk-menu .panel .panel-body {
  border: none;
  color: #505050;
}

.rodesk-menu .panel.panel-primary .panel-heading {
  background: #009688;
  color: rgba(255, 255, 255, 0.84);
}

.rodesk-menu .panel.panel-success .panel-heading {
  background: #4caf50;
  color: rgba(255, 255, 255, 0.84);
}

.rodesk-menu .panel.panel-info .panel-heading {
  background: #03a9f4;
  color: rgba(255, 255, 255, 0.84);
}

.rodesk-menu .panel.panel-warning .panel-heading {
  background: #ff5722;
  color: rgba(255, 255, 255, 0.84);
}

.rodesk-menu .panel.panel-danger .panel-heading {
  background: #f44336;
  color: rgba(255, 255, 255, 0.84);
}

.rodesk-menu .collapsible {
  /*=============================================== collapsible */
  padding: 0;
  display: block;
  position: relative;
  margin: 0 0 10px;
  color: #505050;
  overflow: visible;
  background-color: rgba(248, 248, 248, 0.7);
  border-radius: 5px;
  border: 1px solid #ddd;
  border-bottom: 5px solid #E5E6E6;
}

.rodesk-menu .collapsible .collapsible-header {
  padding: 10px;
  font-size: 1.125em;
  border-top: 1px solid #ddd;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  z-index: 10;
  overflow: hidden !important;
}

.rodesk-menu .collapsible > li:first-child .collapsible-header {
  border-top: none;
}

.rodesk-menu .collapsible > li.active .collapsible-body {
  display: block;
}

.rodesk-menu .collapsible .collapsible-body {
  background-color: rgba(255, 255, 255, 0.86);
  padding: 20px;
  display: none;
  border-top: 1px solid #ddd;
  line-height: 18px;
}

.rodesk-menu .collapsible i.fa {
  margin-right: 10px;
  width: 20px;
  text-align: center;
}

.rodesk-menu .card {
  /*======================================== IMAGE CARD */
  padding: 0;
  display: block;
  position: relative;
  overflow: hidden;
  background-color: white;
  margin: 0 0 10px;
  border-radius: 2px 2px 5px 5px;
  border: 2px solid #E5E6E6;
  border-bottom: 5px solid #E5E6E6;
}

.rodesk-menu .card .card-image {
  position: relative;
}

.rodesk-menu .card img {
  border-radius: 2px 2px 0 0;
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
}

.rodesk-menu .card .card-title {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
  color: white;
  font-size: 1.375em;
  font-weight: 300;
  -webkit-text-stroke-width: 0.8px;
}

.rodesk-menu .card .card-content {
  padding: 15px 20px;
  border-radius: 0 0 2px 2px;
}

.rodesk-menu .card .card-action {
  border-top: 1px solid rgba(160, 160, 160, 0.2);
  padding: 15px;
}

.rodesk-menu .card .card-action a {
  color: #03a9f4;
  margin-right: 20px;
  text-transform: uppercase;
  position: relative;
}

.rodesk-menu .card .card-action a:hover {
  text-decoration: underline !important;
}

.rodesk-menu .card.reveal .card-title {
  color: #505050;
  position: relative;
  top: 0;
  left: 0;
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 10px;
  display: inline-block;
}

.rodesk-menu .card.reveal a {
  color: #03a9f4;
  text-transform: uppercase;
  position: relative;
}

.rodesk-menu .card.reveal a:hover {
  text-decoration: underline !important;
}

.rodesk-menu .card.reveal .card-reveal {
  padding: 15px 20px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: white;
  z-index: 10;
  transition: -webkit-transform 800ms ease;
  transition: transform 800ms ease;
  transition: transform 800ms ease, -webkit-transform 800ms ease;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
}

.rodesk-menu .card.reveal .card-content {
  background: white;
  position: relative;
  z-index: 15;
}

.rodesk-menu .card.reveal:hover .card-reveal {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.rodesk-menu [class*='col-'] {
  margin-bottom: 10px;
  position: static;
}


.rodesk-menu .form-horizontal {
  /*======================================== HORIZONTAL FORM */
  border: 1px solid rgba(230, 230, 230, 0.86);
  padding: 20px;
  margin: 10px 0 0;
  display: inline-block;
  background: rgba(252, 252, 252, 0.86);
  width: 100%;
}


.rodesk-menu .form-horizontal * {
  color: #505050 !important;
}

.rodesk-menu .form-horizontal input,
.rodesk-menu .form-horizontal label,
.rodesk-menu .form-horizontal textarea {
  width: 100% !important;
  line-height: 20px;
  resize: none;
}

.rodesk-menu .form-horizontal input {
  padding-bottom: 5px;
}


.rodesk-menu .form-horizontal button i.fa {
  color: rgba(255, 255, 255, 0.86) !important;
  position: relative;
  left: 10px;
  display: none;
}

.rodesk-menu input[type='text'],
.rodesk-menu input[type='email'],
.rodesk-menu input[type='password'],
.rodesk-menu input[type='color'],
.rodesk-menu input[type='date'],
.rodesk-menu input[type='datetime'],
.rodesk-menu input[type='datetime-local'],
.rodesk-menu input[type='file'],
.rodesk-menu input[type='hidden'],
.rodesk-menu input[type='image'],
.rodesk-menu input[type='month'],
.rodesk-menu input[type='number'],
.rodesk-menu input[type='time'],
.rodesk-menu input[type='url'],
.rodesk-menu input[type='week'],
.rodesk-menu input[type='tel'],
.rodesk-menu textarea,
.rodesk-menu select {
  padding-left: 0 !important;
  padding-right: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  background-image: linear-gradient(#03a9f4, #03a9f4), linear-gradient(#d2d2d2, #d2d2d2) !important;
  background-size: 0 2px, 100% 1px;
  background-repeat: no-repeat;
  background-position: center bottom, center calc(100% - 1px);
  background-color: transparent !important;
}

.rodesk-menu input[type='text']:focus,
.rodesk-menu input[type='email']:focus,
.rodesk-menu input[type='password']:focus,
.rodesk-menu input[type='color']:focus,
.rodesk-menu input[type='date']:focus,
.rodesk-menu input[type='datetime']:focus,
.rodesk-menu input[type='datetime-local']:focus,
.rodesk-menu input[type='file']:focus,
.rodesk-menu input[type='hidden']:focus,
.rodesk-menu input[type='image']:focus,
.rodesk-menu input[type='month']:focus,
.rodesk-menu input[type='number']:focus,
.rodesk-menu input[type='time']:focus,
.rodesk-menu input[type='url']:focus,
.rodesk-menu input[type='week']:focus,
.rodesk-menu input[type='tel']:focus,
.rodesk-menu textarea:focus,
.rodesk-menu select:focus {
  background-image: linear-gradient(#03a9f4, #03a9f4), linear-gradient(#d2d2d2, #d2d2d2);
  -webkit-animation: input-highlight .5s forwards;
          animation: input-highlight .5s forwards;
  background-size: 0 2px, 100% 1px;
}

@-webkit-keyframes input-highlight {
  0% {
    background-size: 0 2px, 100% 1px;
  }
  100% {
    background-size: 100% 2px, 100% 1px;
  }
}

@keyframes input-highlight {
  0% {
    background-size: 0 2px, 100% 1px;
  }
  100% {
    background-size: 100% 2px, 100% 1px;
  }
}

.rodesk-menu input.menu-checkbox {
  display: none;
}

.rodesk-menu input.menu-checkbox:checked + label:after {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.rodesk-menu label.menu-checkbox {
  font-weight: 400;
  color: #505050;
  position: relative;
  padding-left: 22px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 1.0625em;
  line-height: normal;
  width: 100%;
}

.rodesk-menu label.menu-checkbox:before, .rodesk-menu label.menu-checkbox:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 16px;
  width: 16px;
  background: none;
  border: 2px solid #505050;
  border-radius: 2px;
}

.rodesk-menu label.menu-checkbox:after {
  content: "\f00c";
  width: 16px;
  height: 16px;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  background-size: 100% 100%;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  background: #03a9f4;
  font-family: FontAwesome;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.625em;
  text-align: center;
  line-height: 12px;
  font-weight: 400;
}

.rodesk-menu input.menu-toggle {
  display: none;
}

.rodesk-menu input.menu-toggle:checked + label:after {
  left: 12px;
}

.rodesk-menu label.menu-toggle {
  font-weight: 400;
  color: #505050;
  position: relative;
  padding-left: 38px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 1.0625em;
  line-height: normal;
  width: 100%;
}

.rodesk-menu label.menu-toggle:before, .rodesk-menu label.menu-toggle:after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  background: #60ccfd;
  border-radius: 100px;
  height: 12px;
  width: 30px;
}

.rodesk-menu label.menu-toggle:after {
  background: #03a9f4;
  height: 18px;
  width: 18px;
  top: 0;
  left: -3px;
  transition: left 400ms ease;
}

.rodesk-menu input.menu-radio {
  display: none;
}

.rodesk-menu input.menu-radio:checked + label:after {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.rodesk-menu label.menu-radio {
  font-weight: 400;
  color: #505050;
  position: relative;
  padding-left: 22px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 1.0625em;
  line-height: normal;
  width: 100%;
}

.rodesk-menu label.menu-radio:after, .rodesk-menu label.menu-radio:before {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
  height: 15px;
  width: 15px;
  border-radius: 100px;
  border: 2px solid #505050;
}

.rodesk-menu label.menu-radio:after {
  border-color: #03a9f4;
  background: #03a9f4;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-transform 400ms ease;
}

.rodesk-menu .rodesk-mobile-button {
  /*=========================================== mobile trigger button */
  border: none;
  background: #03a9f4;
  width: 100%;
  height: 51px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99999;
  display: block;
}

.rodesk-menu .rodesk-mobile-button:hover span:before {
  background: rgba(0, 0, 0, 0.1);
}

  .rodesk-menu .rodesk-mobile-button {
    display: none;
  }

.rodesk-menu .rodesk-mobile-button span {
  width: 60px;
  height: 52px;
  float: right;
  line-height: 54px;
  position: absolute;
  top: 0;
  text-align: center;
  margin: 0;
  right: 0;
  display: block;
  cursor: pointer;
  z-index: 9999;
  background-image: url("../images/menu-button.png");
	background-repeat: no-repeat;
	background-position:center;
  }

/*  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAOAgMAAABSqtRjAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAACVBMVEWdnZ3///////9yOLbWAAAAAnRSTlMA32D/An0AAAABYktHRAH/Ai3eAAAACXBIWXMAAAsSAAALEgHS3X78AAAAEklEQVQI12MIBQEGCIkLkKgGAKK/CfcXmfkCAAAAAElFTkSuQmCC") no-repeat center;
} */

.rodesk-menu .rodesk-mobile-button span:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: none;
  transition: background 200ms ease;
}

.rodesk-menu.rodesk-top-fixed .rodesk-menu-inner-container {
  /* ================================================ MENU FIXED ON TOP */
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  max-width: 1200px;
  margin: 0 auto;
}


.rodesk-menu.rodesk-full-width {
  /* ==================================================== MENU FULL WIDTH */
  max-width: 100%;
}

.rodesk-menu.rodesk-full-width .rodesk-menu-inner-container {
  max-width: 100%;
  margin: 0;
}

.rodesk-menu .lead {
  -webkit-text-stroke-width: 0.025em;
}

.rodesk-menu .vertical-tabs-horizontal {
  /*======================================================= tabs */
  padding: 0;
  display: block;
  float: left;
  width: 100%;
  margin: 0 0 10px;
}

.rodesk-menu .vertical-tabs-horizontal ul.horizontal-tab-heading {
  float: left;
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}

.rodesk-menu .vertical-tabs-horizontal ul.horizontal-tab-heading li {
  float: left;
  display: block;
  margin: 0;
  padding: 0;
}

.rodesk-menu .vertical-tabs-horizontal ul.horizontal-tab-heading li.active a {
  background: white;
}

.rodesk-menu .vertical-tabs-horizontal ul.horizontal-tab-heading a {
  padding: 12px 15px;
  font-size: 1.125em;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #505050;
  display: inline-block;
}

.rodesk-menu .vertical-tabs-horizontal ul.horizontal-tab-heading i.fa {
  margin-right: 5px;
  display: inline-block;
}

.rodesk-menu .vertical-tabs-horizontal .horizontal-tab-content {
  display: block;
  margin: 0;
  float: left;
  width: 100%;
  padding: 10px 15px;
  border: 1px solid #ddd;
  position: relative;
  z-index: 10;
  background: white;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.16), 0 1px 0 0 rgba(0, 0, 0, 0.12);
}

.rodesk-menu .vertical-tabs-horizontal .horizontal-tab-content .horizontal-tab-panel {
  display: none;
}

.rodesk-menu .vertical-tabs-horizontal .horizontal-tab-content .horizontal-tab-panel.active {
  display: block;
}

.rodesk-menu .rodesk-error {
  /*==================================================== error class*/
  background: red;
  padding: 40px 20px 20px;
  text-align: center;
  color: white;
  position: relative;
  max-width: 400px;
  width: 100%;
  margin: 100px auto auto;
  z-index: 9999999;
  border-radius: 5px;
  font-size: 0.875em;
  overflow: hidden;
  letter-spacing: 1px;
  line-height: 25px;
  clear: both;
}

.rodesk-menu .rodesk-error:before {
  content: 'Error';
  position: absolute;
  line-height: normal;
  top: 0;
  left: 0;
  color: white;
  right: 0;
  text-align: left;
  padding: 5px 5px 5px 10px;
  letter-spacing: 1px;
  background: darkred;
}

.rodesk-menu .rodesk-extra {
  /*============================================== rodesk extra class */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: 50px;
  z-index: 10;
  margin: 0;
  padding: 0;
}

.rodesk-menu .rodesk-extra > .rodesk-extra-container {
  background: #02638f;
  float: left;
  width: 100%;
  position: relative;
  min-height: 57px;
}

.rodesk-menu .rodesk-extra > .rodesk-extra-container > ul.rodesk-extra-links {
  float: right;
  padding: 0;
  display: block;
  margin: 0 150px 0 0;
}

.rodesk-menu .rodesk-extra > .rodesk-extra-container > ul.rodesk-extra-links > li {
  float: left;
  margin: 0;
  padding: 0;
  display: block;
  line-height: 57px;
}

.rodesk-menu .rodesk-extra > .rodesk-extra-container > ul.rodesk-extra-links > li > a {
  width: 100%;
  margin: 0;
  display: block;
  font-size: 0.875em;
  font-weight: 400;
  padding-left: 15px;
  padding-right: 15px;
  color: rgba(255, 255, 255, 0.86);
  position: relative;
  overflow: hidden;
}

.rodesk-menu .rodesk-categories {
  /*============================================== categories */
  margin: 0;
  padding: 0;
  display: block;
  float: right;
}

.rodesk-menu .rodesk-categories * {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.rodesk-menu .rodesk-categories li {
  margin: 0;
  padding: 0;
  display: block;
  float: left;
}

.rodesk-menu .rodesk-categories a {
  margin: 0;
  padding: 0 15px 0 15px;
  display: inline-block;
  color: rgba(255, 255, 255, 0.86);
  background: rgba(3, 169, 244, 0.3);
  font-size: 0.875em;
  line-height: 57px;
  transition: background 400ms ease;
  border-left: 1px solid #039fe5;
  box-shadow: 1px 0 0 rgba(255, 255, 255, 0.1) inset, 1px 0 0 rgba(255, 255, 255, 0.1);
  position: relative;
  z-index: 99999999;
}

.rodesk-menu .rodesk-categories a i.fa {
  margin-left: 2px;
}

.rodesk-menu .rodesk-categories a:hover {
  background: #14b4fc;
}

.rodesk-menu .rodesk-table {
  /*============================================= table */
  padding: 0;
  border-bottom: 5px solid #E5E6E6;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  display: table;
  float: left;
  width: 100%;
  margin: 0 0 10px;
}


.rodesk-menu .rodesk-table .rodesk-table-heading {
  color: #505050;
  padding: 10px 15px;
  border-bottom: 3px solid #E5E6E6;
}

.rodesk-menu .rodesk-table thead {
  background: #ECECEC;
}

.rodesk-menu .rodesk-table td,
.rodesk-menu .rodesk-table th {
  padding: 10px 15px;
  color: #505050;
  border: 1px solid #ddd;
  position: relative;
  display: table-cell;
  width: auto;
}

.rodesk-menu .menu-select-dropdown {
  float: left;
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}

.rodesk-menu .dropdownjs {
  /*=================================================== select input element */
  position: relative;
  font-weight: normal;
  color: #505050;
  margin: 0;
  padding: 0;
  display: block;
  float: left;
  width: 100%;
}

.rodesk-menu .dropdownjs:before {
  content: "\f0d7";
  position: absolute;
  font-family: "FontAwesome";
  right: 10px;
  top: 0;
  bottom: 0;
  line-height: 40px;
}

.rodesk-menu .dropdownjs > input {
  width: 100%;
  text-overflow: ellipsis;
  padding: 10px;
  font-size: 1.0625em;
}

.rodesk-menu .dropdownjs > input.focus ~ ul {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.rodesk-menu .dropdownjs > ul {
  position: absolute;
  padding: 0;
  margin: 0;
  min-width: 200px;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  z-index: 10000;
}

.rodesk-menu .dropdownjs > ul[placement=top-left] {
  -webkit-transform-origin: bottom left;
      -ms-transform-origin: bottom left;
          transform-origin: bottom left;
  bottom: 0;
  left: 0;
}

.rodesk-menu .dropdownjs > ul[placement=bottom-left] {
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
  bottom: 0;
  left: 0;
}

.rodesk-menu .dropdownjs > ul > li {
  list-style: none;
  padding: 5px 10px;
}

.rodesk-menu .dropdownjs > ul > li.dropdownjs-add {
  padding: 0;
}

.rodesk-menu .dropdownjs > ul > li.dropdownjs-add > input {
  border: 0;
  padding: 10px 20px;
  width: 100%;
}

.rodesk-menu .dropdownjs > input[readonly] {
  cursor: pointer;
}

.rodesk-menu .dropdownjs select[data-dropdownjs][disabled] ~ input[readonly] {
  cursor: default;
}

.rodesk-menu .dropdownjs > ul {
  background: #FFF;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 6px rgba(0, 0, 0, 0.12);
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  padding: 10px;
  overflow: auto;
  max-width: 500px;
}

.rodesk-menu .dropdownjs > ul > li {
  cursor: pointer;
  word-wrap: break-word;
}

.rodesk-menu .dropdownjs > ul > li.selected,
.rodesk-menu .dropdownjs > ul > li:active {
  background-color: #eaeaea;
}

.rodesk-menu .dropdownjs > ul > li:focus {
  outline: 0;
}

.rodesk-menu .dropdownjs > ul > li > .close:before {
  content: "\00d7";
  display: block;
  position: absolute;
  right: 15px;
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .6;
}

.rodesk-menu .dropdownjs > ul > li > .close:hover:before {
  opacity: .9;
}

.rodesk-menu .rodesk-tabs-container {
  /*===================================================== rodesk tabs container */
  padding: 0;
  float: left;
  width: 100%;
  display: block;
  border-bottom: 5px solid #E5E6E6;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  margin: 0 0 10px;
}


.rodesk-menu .rodesk-tabs-container .rodesk-tabs {
  display: table;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 5px 0;
  width: 100%;
}


.rodesk-menu .rodesk-tabs-container .rodesk-tabs a {
  background: #ECECEC;
  padding: 10px 2px;
  display: table-cell;
  color: #505050;
  text-align: center;
  font-size: 1.125em;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin-right: 10px;
  border: 1px solid #ddd;
  border-bottom: none;
  position: relative;
  z-index: 10;
}


.rodesk-menu .rodesk-tabs-container .rodesk-tabs a.active {
  background: white;
}

.rodesk-menu .rodesk-tabs-container .rodesk-tabs a.active:before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: -1;
}

.rodesk-menu .rodesk-tabs-container .rodesk-tabs-content {
  float: left;
  width: 100%;
  background-color: white;
  padding: 20px 0 0;
  display: block;
  border: 1px solid #ddd;
  border-radius: 5px 5px 0 0;
}


.rodesk-menu .rodesk-tabs-container .rodesk-tabs-content .rodesk-tabs-mobile {
  display: none;
  background: #ECECEC;
  padding: 10px 2px;
  color: #505050;
  text-align: center;
  font-size: 1.125em;
  position: relative;
  z-index: 10;
}


.rodesk-menu .rodesk-tabs-container .rodesk-tabs-content .rodesk-tabs-mobile.active {
  background: white;
}

.rodesk-menu .rodesk-tabs-container .rodesk-tabs-content .rodesk-tabs-mobile.active:before {
  display: none;
}


.rodesk-menu .rodesk-tabs-container .rodesk-tabs-content > div[id*="tab-"] {
  display: none;
}



.rodesk-menu .rodesk-social-icons {
  float: right;
  margin: 0;
  padding: 0 15px;
  display: block;
}

.rodesk-menu .rodesk-social-icons li {
  margin: 0;
  padding: 0;
  display: block;
  float: left;
  line-height: 57px;
}

.rodesk-menu .rodesk-social-icons a {
  color: rgba(255, 255, 255, 0.86);
  margin: 0;
  padding: 0 5px;
  display: inline-block;
  float: left;
  width: 100%;
  text-align: center;
}

.rodesk-menu .rodesk-social-icons a:hover {
  color: white;
}


  .rodesk-menu.right-to-left .rodesk-list-items > li, .rodesk-menu.right-to-left .rodesk-brand, .rodesk-menu.right-to-left .rodesk-list-items {
    /* ================================= menu link align right to left */
    float: right;
  }
  .rodesk-menu.right-to-left .rodesk-list-items.right,
  .rodesk-menu.right-to-left .rodesk-search-bar,
  .rodesk-menu.right-to-left .rodesk-social-icons {
    float: left;
  }
  .rodesk-menu.right-to-left .rodesk-list-items.right > li > .drop-down {
    right: auto;
  }

.rodesk-menu .nav-tabs {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: none !important;
}


.rodesk-menu .nav-tabs li {
  margin: 0 5px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  border: none !important;
}


.rodesk-menu .nav-tabs li a {
  color: #505050;
  background: #ececec;
  border-left: 1px solid #e5e6e6 !important;
  border-right: 1px solid #e5e6e6 !important;
  border-top: 1px solid #e5e6e6 !important;
  font-size: 1.125em;
  cursor: pointer;
  text-align: center;
}


.rodesk-menu .nav-tabs li.active a {
  background: #ececec !important;
}

.rodesk-menu .tab-content {
  border: 1px solid #e5e6e6;
  border-radius: 5px;
  padding: 1.25em 1.25em 0.625em;
  margin-bottom: 1.25em;
  border-bottom-width: 5px;
}


.rodesk-menu .list-group {
  /* list group */
  color: #505050;
}

.rodesk-menu .list-group .active {
  background: #eeeeee;
  color: #505050;
  border-color: #e5e6e6;
}

.rodesk-menu .list-group .active:hover, .rodesk-menu .list-group .active:active, .rodesk-menu .list-group .active:focus {
  background: #eeeeee;
  color: #505050;
  border-color: #e5e6e6;
}

.rodesk-menu .list-group .list-group-item-text {
  color: #505050 !important;
}

.rodesk-menu .well {
  /* well */
  color: #505050;
}

.rodesk-menu .media {
  /* media */
  color: #505050;
}

.rodesk-menu .media .media-left {
  max-width: 100px;
  display: block;
  float: left;
}



  /*========================================================= COLORS */


.rodesk-menu[data-color="ro-custom"] section.rodesk-menu-inner-container {
  background: #ffffff;
  max-width: 1200px;
  margin: auto;
}

  .rodesk-menu[data-color="ro-custom"] .rodesk-brand > li:hover > a, .rodesk-menu[data-color="ro-custom"] .rodesk-list-items > li:hover > a {
    background: #dfdfdf;
  }

.rodesk-menu[data-color="ro-custom"] .rodesk-brand > li > a, .rodesk-menu[data-color="ro-custom"] .rodesk-list-items > li > a {
  color: rgba(0, 0, 0, 0.86);
}

.rodesk-menu[data-color="ro-custom"] .rodesk-list-items > li.active > a {
  background: #dfdfdf;
}

.rodesk-menu[data-color="ro-custom"] .rodesk-list-items > li:hover > a {
  color: black;
  background: #dfdfdf;
}

.rodesk-menu[data-color="ro-custom"].separator .rodesk-brand > li > a, .rodesk-menu[data-color="ro-custom"].separator .rodesk-list-items > li > a {
  border-right: 1px solid #969696;
}


.rodesk-menu[data-color="ro-custom"].separator .rodesk-list-items.right > li > a {
  border-left: 1px solid #969696;
}


.rodesk-menu[data-color="ro-custom"] .drop-down li:hover > a {
  color: #9e9e9e;
}


/* ROC - KEEP THE TAB LIST MASTER ITEMS TEXT BLACK WHEN HOVERED */
.rodesk-menu[data-color="ro-custom"] .vertical-tabs a:hover, .rodesk-menu[data-color="ro-custom"] .vertical-tabs a.active {
  color: #000000;
}

.rodesk-menu[data-color="ro-custom"] .thumbnail:hover {
  border-color: #9e9e9e;
}

.rodesk-menu[data-color="ro-custom"] blockquote {
  border-left-color: #d1d1d1;
}

.rodesk-menu[data-color="ro-custom"] .list-items a:hover, .rodesk-menu[data-color="ro-custom"] .order-items a:hover {
  color: #9e9e9e;
}

.rodesk-menu[data-color="ro-custom"] .btn.btn-custom {
  background: #9e9e9e;
  border-bottom-color: #858585;
}

.rodesk-menu[data-color="ro-custom"] .btn.btn-custom:hover {
  background: #a6a6a6;
}

.rodesk-menu[data-color="ro-custom"] .card .card-action a {
  color: #9e9e9e;
}

.rodesk-menu[data-color="ro-custom"] .card.reveal a {
  color: #9e9e9e;
}

.rodesk-menu[data-color="ro-custom"] input[type='text'],
.rodesk-menu[data-color="ro-custom"] input[type='email'],
.rodesk-menu[data-color="ro-custom"] input[type='password'],
.rodesk-menu[data-color="ro-custom"] input[type='color'],
.rodesk-menu[data-color="ro-custom"] input[type='date'],
.rodesk-menu[data-color="ro-custom"] input[type='datetime'],
.rodesk-menu[data-color="ro-custom"] input[type='datetime-local'],
.rodesk-menu[data-color="ro-custom"] input[type='file'],
.rodesk-menu[data-color="ro-custom"] input[type='hidden'],
.rodesk-menu[data-color="ro-custom"] input[type='image'],
.rodesk-menu[data-color="ro-custom"] input[type='month'],
.rodesk-menu[data-color="ro-custom"] input[type='number'],
.rodesk-menu[data-color="ro-custom"] input[type='time'],
.rodesk-menu[data-color="ro-custom"] input[type='url'],
.rodesk-menu[data-color="ro-custom"] input[type='week'],
.rodesk-menu[data-color="ro-custom"] input[type='tel'],
.rodesk-menu[data-color="ro-custom"] textarea,
.rodesk-menu[data-color="ro-custom"] select {
  background-image: linear-gradient(#9e9e9e, #9e9e9e), linear-gradient(#d2d2d2, #d2d2d2) !important;
}

.rodesk-menu[data-color="ro-custom"] input[type='text']:focus,
.rodesk-menu[data-color="ro-custom"] input[type='email']:focus,
.rodesk-menu[data-color="ro-custom"] input[type='password']:focus,
.rodesk-menu[data-color="ro-custom"] input[type='color']:focus,
.rodesk-menu[data-color="ro-custom"] input[type='date']:focus,
.rodesk-menu[data-color="ro-custom"] input[type='datetime']:focus,
.rodesk-menu[data-color="ro-custom"] input[type='datetime-local']:focus,
.rodesk-menu[data-color="ro-custom"] input[type='file']:focus,
.rodesk-menu[data-color="ro-custom"] input[type='hidden']:focus,
.rodesk-menu[data-color="ro-custom"] input[type='image']:focus,
.rodesk-menu[data-color="ro-custom"] input[type='month']:focus,
.rodesk-menu[data-color="ro-custom"] input[type='number']:focus,
.rodesk-menu[data-color="ro-custom"] input[type='time']:focus,
.rodesk-menu[data-color="ro-custom"] input[type='url']:focus,
.rodesk-menu[data-color="ro-custom"] input[type='week']:focus,
.rodesk-menu[data-color="ro-custom"] input[type='tel']:focus,
.rodesk-menu[data-color="ro-custom"] textarea:focus,
.rodesk-menu[data-color="ro-custom"] select:focus {
  background-image: linear-gradient(#9e9e9e, #9e9e9e), linear-gradient(#d2d2d2, #d2d2d2);
}

.rodesk-menu[data-color="ro-custom"] label.menu-checkbox:after {
  background: #9e9e9e;
}

.rodesk-menu[data-color="ro-custom"] label.menu-toggle:before, .rodesk-menu[data-color="ro-custom"] label.menu-toggle:after {
  background: #d1d1d1;
}

.rodesk-menu[data-color="ro-custom"] label.menu-toggle:after {
  background: #9e9e9e;
}

.rodesk-menu[data-color="ro-custom"] label.menu-radio:after {
  border-color: #9e9e9e;
  background: #9e9e9e;
}

.rodesk-menu[data-color="ro-custom"] .rodesk-mobile-button {
  background: #dfdfdf;
}

.rodesk-menu[data-color="ro-custom"] .rodesk-extra > .rodesk-extra-container {
  background: #6b6b6b;
}

.rodesk-menu[data-color="ro-custom"] .rodesk-categories a {
  background: rgba(158, 158, 158, 0.3);
  border-left: 1px solid #969696;
}

.rodesk-menu[data-color="ro-custom"] .rodesk-categories a:hover {
  background: #ababab;
}


.rodesk-menu[data-color="ro-custom"] .panel a {
  color: #9e9e9e;
}

/* ROC - These are custom classes (identified by KV) based on RO feedback for the design */
#kv-cat-header {
	float: left;
	width: 100%;
	border-bottom:1px solid #979797;
	margin-bottom:10px;

}

#kv-cat-header-left {
	width: 40%;
	float: left;
}

#kv-cat-header-right {
	width: 60%;
	float: left;
	
}

#kv-cat-header-right a {
  color: #505050;
}


#kv-cat-header-right a:hover {
 color: #9e9e9e;
}

#kv-cat-header-all {
	float: left;
	width: 100%;
    margin-top: 10px;
}

#kv-cat-header-all a {
  color: #505050;
}


#kv-cat-header-all a:hover {
 color: #9e9e9e;
}

#widelogo { visibility: visible; padding-left: 0px; padding-right: 20px; }
#widelogo:hover { background: white; }
#talllogo { display: none; max-height: 44px; }
#talllogo:hover { background: white; }


/* ROC - this is the custom hover color for menu items */

.dropdown_1column li a:hover {
/*  hover color for menu items */
	background-color:#dfdfdf;
	top:1px;
	width: 100%;
	}


/* ROC - this is the media quuery to hide the desktop menu when the screen is less than 1024 */
@media screen and (max-width: 1023px) {
.rodesk-menu {
		display:none;
		visibility: hidden;
	}
}

/* ROC - this is the media quuery to stack the RO logo when width is less than 1200 px */
@media screen and (max-width: 1200px) {
#widelogo { display: none; }
#talllogo { display: block; max-height: none; }
#talllogo > img{ max-height: 62px; }
}




