.scroll_tab .mx-tabcontainer-tabs::-webkit-scrollbar {
    -webkit-appearance: none;
    height: 7px;
    cursor: grab;
}

.scroll_tab .mx-tabcontainer-tabs::-webkit-scrollbar-thumb {
    border-radius: 50px;
    background-color: #FE5800;
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}

.scroll_tab .mx-tabcontainer-tabs::-webkit-scrollbar-track {
  background: #F2F2F2;
  border-radius: 50px;
}

* {
  scrollbar-width: thin;
  scrollbar-color: #FE5800 #F2F2F2;
}

/* Extra large devices (large laptops and desktops, 1200px and up) 3452839*/
@media screen and (min-width: 800px) and (max-width: 1366px) {
  .appgrid .mx-grid-content{
    overflow-x: auto;
  }
  .appgrid table{
    min-width:300%;
  }
}

.btn_scroll {
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  display: block;
  margin-left: 10px;
  padding-bottom: 0px;
}

.btn_scroll::-webkit-scrollbar {
  -webkit-appearance: none;
  height: 7px;
  cursor: grab;
}

.btn_scroll::-webkit-scrollbar-thumb {
  border-radius: 50px;
  background-color: #FE5800;
  -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}

.btn_scroll::-webkit-scrollbar-track {
  background: #F2F2F2;
  border-radius: 50px;
}

.activeTab {
  width:13% !important;
  float:left;
}

.inactiveTabs {
  width: 87% !important;
}


.btn_scroll_btn {
  -webkit-transition: all 0.2s ease-in-out !important;
  -moz-transition: all 0.2s ease-in-out !important;
  -o-transition: all 0.2s ease-in-out !important;
  transition: all 0.2s ease-in-out !important;
  color: #7b7b7b !important;
  text-transform: uppercase !important;
  font-size: 0.9em !important;
  letter-spacing: 0.05em !important;
  font-weight: 600 !important;
  background-color: #eee !important;
  border: 1px solid #e4e4e4 !important;
  margin-bottom: 15px !important;
  margin-right: 10px !important;
  border-radius: 24px !important;
  min-width: 180px !important;
  line-height: 2 !important;
  text-align: center !important;
}

.btn_scroll_btnActive {
  color: #fff !important;
  border: 1px solid #e4e4e4 !important;
  border-bottom-color: transparent !important;
  background-color: #ea5e1c !important;
  background-image: linear-gradient(90deg, #e42437 0%, #fb5007 100%) !important;
  border-radius: 50px !important;
  letter-spacing: 0.05em !important;
  font-weight: 600 !important;
  width: 100% !important;
  line-height: 2 !important;
  text-align: center !important;
}

/*.btn_scroll_btnActive::after {
  content: "";
  position: absolute;
  bottom: 23px;
  left: 50%;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-top-color: #ea5e1c;
  border-bottom: 0;
  margin-bottom: -8px;
  transform: translateX(-50%);
}

.btn_scroll_btnActive2 {
  -webkit-transition: all 0.2s ease-in-out !important;
  -moz-transition: all 0.2s ease-in-out !important;
  -o-transition: all 0.2s ease-in-out !important;
  transition: all 0.2s ease-in-out !important;
  color: #FFF !important;
  text-transform: uppercase !important;
  font-size: 0.9em !important;
  letter-spacing: 0.05em !important;
  font-weight: 600 !important;
  background-color: #ea5e1c !important;
  background-image: linear-gradient(90deg, #e42437 0%, #fb5007 100%) !important;
  border: 1px solid #e4e4e4 !important;
  margin-bottom: 15px !important;
  margin-right: 10px !important;
  border-radius: 24px !important;
  min-width: 150px !important;
  line-height: 2 !important;
  text-align: center !important;
}

.btn_scroll_btnActive2::after {
  content: "";
  position: relative;
  bottom: -39px;
  right: 33%;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-top-color: #ea5e1c;
  border-bottom: 0;
  margin-left: -8px;
  margin-bottom: -8px;
  transform: translateX(0%);
}
*/
.region-sidebar .mx-navigationtree .navbar-inner > ul > li a:hover .caret {
    border-top-color: #fe5800 !important;
    border-bottom-color: #fe5800 !important;
}

.region-sidebar .mx-navigationtree .navbar-inner > ul > li a:hover .caret, .region-sidebar .mx-navigationtree .navbar-inner > ul > li a:focus .caret, .region-sidebar .mx-navigationtree .navbar-inner > ul > li a.active .caret {
    border-top-color: #fe5800 !important;
    border-bottom-color: #fe5800 !important;
    transform: rotate(180deg) !important;
}

.appgrid table th {
  background-color: #F2F2F2 !important;
  color: #555;
}

.appgrid table td {
  color: #555;
}

.mx-navigationtree .navbar-inner > ul > li > a img {
    width: 20px;
    max-height: 20px;
    height: auto;
    margin-right: 0.5em;
}

.layout-atlas .region-sidebar .mx-navigationtree .navbar-inner > ul > li {
    border-bottom: 1px solid #ccc !important;
}

.layout-atlas .region-sidebar {
    box-shadow: none !important;
    position: relative;
    z-index: 1;
    background: #EEEEEE !important;
    overflow: hidden;
}

.region-sidebar .mx-navigationtree .navbar-inner > ul > li > a {
    color: #5e6268;
    border-color: transparent !important;
    font-size: 12px;
}

.region-sidebar .mx-navigationtree .navbar-inner > ul > li > a {
    color: #5e6268;
    background-color: transparent;
    font-size: 14px !important;
}

a * {
  outline: none !important;
}

.region-sidebar .mx-navigationtree .navbar-inner > ul > li a:hover, .region-sidebar .mx-navigationtree .navbar-inner > ul > li a:focus, .region-sidebar .mx-navigationtree .navbar-inner > ul > li a.active {
    color: #5e6268;
    background-color: #EEE;
    outline: none;
}

.layout-atlas .region-sidebar .mx-navigationtree .navbar-inner > ul > li ul > li > a {
    padding-left: 70px !important;
    padding: 12px;
    background-color: transparent;
    font-size: 14px !important;
}

.mx-datepicker button {
  background-color:#FE5800;
  color: #FFF;
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1400px) {
  .appgrid .mx-grid-content{
    overflow-x: auto;
  }
  .appgrid table{
    min-width:150%;
  }
  .appgrid .mx-grid-content::-webkit-scrollbar {
      -webkit-appearance: none;
      height: 7px;
  }

  .appgrid .mx-grid-content::-webkit-scrollbar-thumb {
      border-radius: 50px;
      background-color: #FE5800;
      -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
  }

  .appgrid .mx-grid-content::-webkit-scrollbar-track {
    background: #F2F2F2;
    border-radius: 50px;
  }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1920px) {
  .appgrid .mx-grid-content{
    overflow-x: auto;
  }
  .appgrid table{
    min-width:100%;
  }
  /*.appgrid::after {
    content: "";
    background-color: rgba(0,0,0,0.5);
    width: 5%;
    height: 100%;
    position: absolute;
    top: 63px;
    right: 0%;
    z-index: 1000;
  }*/
  .appgrid .mx-grid-content::-webkit-scrollbar {
      -webkit-appearance: none;
      height: 7px;
  }

  .appgrid .mx-grid-content::-webkit-scrollbar-thumb {
      border-radius: 50px;
      background-color: #FE5800;
      -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
  }

  .appgrid .mx-grid-content::-webkit-scrollbar-track {
    background: #F2F2F2;
    border-radius: 50px;
  }
}

/* Extra large devices (large laptops and desktops, 1200px and up) 3452839*/
@media screen and (min-width: 800px) and (max-width: 1366px) {
  .appgrid2 .mx-grid-content{
    overflow-x: auto;
  }
  .appgrid2 table{
    min-width:300%;
  }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1400px) {
  .appgrid2 .mx-grid-content{
    overflow-x: auto;
    margin-top: -22px !important;
    line-height: 23px !important;
  }
  .appgrid2 table{
    min-width:150%;
  }
  .appgrid2 .mx-grid-content::-webkit-scrollbar {
      -webkit-appearance: none;
      height: 7px;
  }

  .appgrid2 .mx-grid-content::-webkit-scrollbar-thumb {
      border-radius: 50px;
      background-color: #FE5800;
      -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
  }

  .appgrid2 .mx-grid-content::-webkit-scrollbar-track {
    background: #F2F2F2;
    border-radius: 50px;
  }
}

@media not all and (min-resolution:.001dpcm)
{ @supports (-webkit-appearance:none) {
  .appgrid2 .mx-grid-content{
    overflow-x: auto;
    margin-top: -10px !important;
  }
  .appgrid2 table{
    min-width:150%;
  }
  .appgrid2 .mx-grid-content::-webkit-scrollbar {
      -webkit-appearance: none;
      height: 7px;
  }

  .appgrid2 .mx-grid-content::-webkit-scrollbar-thumb {
      border-radius: 50px;
      background-color: #FE5800;
      -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
  }

  .appgrid2 .mx-grid-content::-webkit-scrollbar-track {
    background: #F2F2F2;
    border-radius: 50px;
  }
}
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1920px) {
  .appgrid2 .mx-grid-content{
    overflow-x: auto;
  }
  .appgrid2 table{
    min-width:100%;
  }
  /*.appgrid2::after {
    content: "";
    background-color: rgba(0,0,0,0.5);
    width: 5%;
    height: 100%;
    position: absolute;
    top: 63px;
    right: 0%;
    z-index: 1000;
  }*/
  .appgrid2 .mx-grid-content::-webkit-scrollbar {
      -webkit-appearance: none;
      height: 7px;
  }

  .appgrid2 .mx-grid-content::-webkit-scrollbar-thumb {
      border-radius: 50px;
      background-color: #FE5800;
      -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
  }

  .appgrid2 .mx-grid-content::-webkit-scrollbar-track {
    background: #F2F2F2;
    border-radius: 50px;
  }
}

/* Extra large devices (large laptops and desktops, 1200px and up) 3452839*/
@media screen and (min-width: 800px) and (max-width: 1366px) {
  .appgrid3 .mx-grid-content{
    overflow-x: auto;
  }
  .appgrid3 table{
    min-width:300%;
  }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1400px) {
  .appgrid3 .mx-grid-content{
    overflow-x: auto;
  }
  .appgrid3 table{
    min-width:150%;
  }
  .appgrid3 .mx-grid-content::-webkit-scrollbar {
      -webkit-appearance: none;
      height: 7px;
  }

  .appgrid3 .mx-grid-content::-webkit-scrollbar-thumb {
      border-radius: 50px;
      background-color: #FE5800;
      -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
  }

  .appgrid3 .mx-grid-content::-webkit-scrollbar-track {
    background: #F2F2F2;
    border-radius: 50px;
  }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1920px) {
  .appgrid3 .mx-grid-content{
    overflow-x: auto;
    line-height: 20px;
  }
  .appgrid3 table{
    min-width:100%;
  }
  /*.appgrid3::after {
    content: "";
    background-color: rgba(0,0,0,0.5);
    width: 5%;
    height: 100%;
    position: absolute;
    top: 63px;
    right: 0%;
    z-index: 1000;
  }*/
  .appgrid3 .mx-grid-content::-webkit-scrollbar {
      -webkit-appearance: none;
      height: 7px;
  }

  .appgrid3 .mx-grid-content::-webkit-scrollbar-thumb {
      border-radius: 50px;
      background-color: #FE5800;
      -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
  }

  .appgrid3 .mx-grid-content::-webkit-scrollbar-track {
    background: #F2F2F2;
    border-radius: 50px;
  }
}







@media not all
  and (min-resolution:.001dpcm)
  and screen and (min-width: 300px)
{ @supports (-webkit-appearance:none) {
  .slider_column{
    border-right: none;
    padding: 0px 0px !important;
  }
  .calc_column {
    padding: 0px 0px !important;
  }
  .calc_title {
    padding: 0 0 0.5em;
    font-size: 2.175rem;
    line-height: 1.2;
    color: #000;
    font-weight: bold;
    Margin-top: 15px;
    margin-bottom:0px;
  }

  .calc_drp > .mx-compound-control > select.form-control{
    background-color: transparent !important;
    border: none;
    border-bottom: solid 4px #DEDDDD;
    border-radius: 0;
    color: #000;
    float: left;
    font-size: 11px;
    font-weight: bold;
  }

  html, body{
    overflow-x:hidden;
  }
}

@media only screen and (min-width: 768px) {
  .slider_column{
    border-right: solid 3px #EA5E1C;
    padding: 0px 5px !important;
  }
  .calc_column {
  padding: 0px 5px !important;
  }
  .calc_title {
    padding: 0 0 0.5em;
    font-size: 2.175rem;
    line-height: 1.2;
    color: #000;
    font-weight: bold;
    Margin-top: 20px;
    margin-bottom:15px;
  }

  .calc_drp > .mx-compound-control > select.form-control{
    background-color: transparent !important;
    border: none;
    border-bottom: solid 4px #DEDDDD;
    border-radius: 0;
    color: #000;
    float: left;
    font-size: 12px;
    font-weight: bold;
  }

  html, body{
    overflow-x:hidden;
  }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .slider_column{
    border-right: solid 3px #EA5E1C;
    padding: 20px 10px !important;
  }
  .calc_column {
    padding: 20px 10px !important;
  }
  .calc_title {
    padding: 0 0 0.5em;
    font-size: 1.175rem;
    line-height: 1.2;
    color: #000;
    font-weight: bold;
    Margin-top: 30px;
    margin-bottom:30px;
  }

  .calc_drp > .mx-compound-control > select.form-control{
    background-color: transparent !important;
    border: none;
    border-bottom: solid 4px #DEDDDD;
    border-radius: 0;
    color: #000;
    float: left;
    font-size: 12px;
    font-weight: bold;
  }

  html, body{
    overflow-x:hidden;
  }
}


/* Extra small devices (phones, 600px and down) */
@media only screen and (min-width: 300px) and (max-width: 600px) {
  .slider_column{
    border-right: none;
    padding: 0px 0px !important;
  }
  .calc_column {
    padding: 0px 0px !important;
  }
  .calc_title {
    padding: 0 0 0.5em;
    font-size: 2.175rem;
    line-height: 1.2;
    color: #000;
    font-weight: bold;
    Margin-top: 15px;
    margin-bottom:0px;
  }

  .calc_drp > .mx-compound-control > select.form-control{
    background-color: transparent !important;
    border: none;
    border-bottom: solid 4px #DEDDDD;
    border-radius: 0;
    color: #000;
    float: left;
    font-size: 11px;
    font-weight: bold;
  }

  html, body{
    overflow-x:hidden;
  }
}

@media only screen and (min-width: 768px) {
  .slider_column{
    border-right: solid 3px #EA5E1C;
    padding: 0px 5px !important;
  }
  .calc_column {
  padding: 0px 5px !important;
  }
  .calc_title {
    padding: 0 0 0.5em;
    font-size: 2.175rem;
    line-height: 1.2;
    color: #000;
    font-weight: bold;
    Margin-top: 20px;
    margin-bottom:15px;
  }

  .calc_drp > .mx-compound-control > select.form-control{
    background-color: transparent !important;
    border: none;
    border-bottom: solid 4px #DEDDDD;
    border-radius: 0;
    color: #000;
    float: left;
    font-size: 12px;
    font-weight: bold;
  }

  html, body{
    overflow-x:hidden;
  }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .slider_column{
    border-right: solid 3px #EA5E1C;
    padding: 20px 10px !important;
  }
  .calc_column {
    padding: 20px 10px !important;
  }
  .calc_title {
    padding: 0 0 0.5em;
    font-size: 1.175rem;
    line-height: 1.2;
    color: #000;
    font-weight: bold;
    Margin-top: 30px;
    margin-bottom:30px;
  }

  .calc_drp > .mx-compound-control > select.form-control{
    background-color: transparent !important;
    border: none;
    border-bottom: solid 4px #DEDDDD;
    border-radius: 0;
    color: #000;
    float: left;
    font-size: 12px;
    font-weight: bold;
  }
  html, body{
    overflow-x:hidden;
  }
}

@media only screen and (min-width: 1024px) {
  .slider_column{
    border-right: solid 3px #EA5E1C;
    padding: 20px 15px !important;
  }
  .calc_column {
    padding: 20px 15px !important;
  }
  .calc_title {
    padding: 0 0 0.5em;
    font-size: 1.175rem;
    line-height: 1.2;
    color: #000;
    font-weight: bold;
    Margin-top: 30px;
    margin-bottom:30px;
  }

  .calc_drp > .mx-compound-control > select.form-control{
    background-color: transparent !important;
    border: none;
    border-bottom: solid 4px #DEDDDD;
    border-radius: 0;
    color: #000;
    float: left;
    font-size: 13px;
    font-weight: bold;
  }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1366px) {
  .slider_column{
    border-right: solid 3px #EA5E1C;
    padding: 20px 25px !important;
  }
  .calc_column {
    padding: 20px 25px !important;
  }
  .calc_title {
    padding: 0 0 0.5em;
    font-size: 1.175rem;
    line-height: 1.2;
    color: #000;
    font-weight: bold;
    Margin-top: 50px;
    margin-bottom:50px;
  }

  .calc_drp > .mx-compound-control > select.form-control{
    background-color: transparent !important;
    border: none;
    border-bottom: solid 4px #DEDDDD;
    border-radius: 0;
    color: #000;
    float: left;
    font-size: 13px;
    font-weight: bold;
  }
}

@media not all and (min-resolution:.001dpcm)
{ @supports (-webkit-appearance:none) {
  .slider_column{
    border-right: solid 3px #EA5E1C;
    padding: 20px 30px !important;
  }
  .calc_column {
    padding: 20px 30px !important;
  }
  .calc_title {
    padding: 0 0 0.5em;
    font-size: 1.175rem;
    line-height: 1.2;
    color: #000;
    font-weight: bold;
    Margin-top: 50px;
    margin-bottom:50px;
  }

  .calc_drp > .mx-compound-control > select.form-control{
    background-color: transparent !important;
    border: none;
    border-bottom: solid 4px #DEDDDD;
    border-radius: 0;
    color: #000;
    float: left;
    font-size: 12px;
    font-weight: bold;
  }
}
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1920px) {
  .slider_column{
    border-right: solid 3px #EA5E1C;
    padding: 20px 60px !important;
  }
  .calc_column {
    padding: 20px 60px !important;
  }
  .calc_title {
    padding: 0 0 0.5em;
    font-size: 1.175rem;
    line-height: 1.2;
    color: #000;
    font-weight: bold;
    Margin-top: 50px;
    margin-bottom:50px;
  }

  .calc_drp > .mx-compound-control > select.form-control{
    background-color: transparent !important;
    border: none;
    border-bottom: solid 4px #DEDDDD;
    border-radius: 0;
    color: #000;
    float: left;
    font-size: 14px;
    font-weight: bold;
  }
}
}
