.btn-blue {
    background-color: #0099ff;
    color: #fff;
}
.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active,
.btn-blue.active{
    background-color: #0099ff;
    color: #000;
}



#ex1Slider .slider-selection {
    background: #BABABA;
}
/* @Todo fix this property */
body{
    overflow-x: hidden;
    overflow-x: -moz-hidden-unscrollable;
}

/* Responsive utilities */
.hidden-md-only,
.hidden-sm-only,
.hidden-xs-only {
    display: block;
}
img.hidden-md-only,
img.hidden-sm-only,
img.hidden-xs-only{
    display: inline-block;
}
.hidden-lg-only{
    display: none;
}

/** Background **/
.bg-white{
    background-color: #fff;
}
.bg-light {
    background-color: #f7f9fa;
}
.bg-black{
    background-color: #000;
}
.bg-grey-dark{
    background-color: #333;
}

/** Typography **/
.text-white{
    color: #fff!important;
}
.text-black{
    color: #000!important;
}
.text-grey-dark{
    color: #333!important;
}
.text-grey{
    color: #666!important;
}
.text-grey-light{
    color: #AEAEAE;
}
.text-green{
    color: #0099ff!important;
}
a{
    color: #0099ff;
}
a:hover,
a:focus,
a:active,
a.active{
    color: #53c11d;
    text-decoration: none;
}

/** Buttons **/
.btn{
    cursor: pointer;
    border-radius: 2px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
}
.btn.focus, .btn:focus {
    -webkit-box-shadow: 0 0 0 2px rgba(98, 203, 49,0.25);
    box-shadow: 0 0 0 2px rgba(98, 203, 49,0.25);
}
.btn-light-dark {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
}
.btn-light-dark:hover,
.btn-light-dark:focus,
.btn-light-dark:active,
.btn-light-dark.active{
     background-color: #000;
     color: #fff;
}
.btn-green {
    background-color: #0099ff;
    color: #fff;
}
.btn-green:hover,
.btn-green:focus,
.btn-green:active,
.btn-green.active{
    background-color: #53c11d;
    color: #fff;
}

/** Parallax effect **/
.parallax {
    height: 500px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -ms-background-size: cover;
    position: relative;
}

/* Opacity and Dot */
div.bg-dot{
    width: 100%;
    height: 100%;
    background: url("../images/dot.png") repeat 0 0;
    position: absolute;
    top: 0;
    left: 0;
}
div.bg-opacity,
div.bg-opacity-light{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    left: 0;
}
div.bg-opacity-light{
    background: rgba(0,0,0,0.2);
}

/* Panels */
.panel{
    background: #fff;
    border: 1px solid #e4e5e7;
    border-radius: 2px;
    padding: 20px;
    position: relative;
}
.panel .panel-default {
    background: #fff;
}
.panel .panel-heading{
    margin-bottom: 20px;
}

/* form */
.form-horizontal input.form-control {
    border-radius:0;
}
.form-horizontal input.form-control:focus {
    color: #464a4c;
    background-color: #fff;
    border-color: #0099ff;
    outline: 0;
}

/**********
 * 404 PAGE
 */
.page-not-found .wrapper{
    padding: 2em 0;
    display: block;
    height: 100%;
    z-index: 0;
}
.page-not-found .svg {
    margin: 0 auto !important;
    display: block;
    text-align: center;
    width: 50%;
}
.page-not-found article p{
    font-family: 'Glegoo', sans-serif;
}
.page-not-found article h1{
    text-align: center;
    text-transform: uppercase;
    font-size: 5em;
    font-family: 'Russo One', sans-serif;
    font-weight: 600;
    margin: 0.3em 0;
}
.page-not-found .div-redirect{
    background: #f7f7f7;
    padding: 1.5em;
    -webkit-box-shadow: 0 0 25px 0 rgba(255,255,255,0.6);
    box-shadow: 0 0 25px 0 rgba(255,255,255,0.6);
    border: 1px solid #fff;
    margin-bottom: 1em;
}
.page-not-found .div-redirect h3.brand{
    color: #9ea7b3;
    font-size: 1.4em;
    margin: 0;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
}
.page-not-found .div-redirect ul.list-inline {
    margin: 0.3em 0 0 !important;
}
.page-not-found .div-redirect ul.list-inline li i{
    font-size: 1.5em;
    margin-right: 0.2em;
}
.page-not-found .div-redirect ul.list-inline li i:hover {
    color: #0099ff;
}
.page-not-found .div-redirect a {
    color: #323a45;
    text-decoration: none;
}
.page-not-found .content-img,
.page-not-found .content-dot {
    background: url("/images/img_home1_censored.jpg") no-repeat;
    background-size: cover;
    position: absolute;
    margin: 0px;
    padding: 0px;
    border: none;
    width: 100%;
    height: 100%;
    max-height: none;
    max-width: none;
    z-index: -999999;
    left: 0px;
    top: 0;
}
.page-not-found .content-dot {
    z-index: -999998;
    background: url("../images/dot.png") repeat 0 0;
}
@media screen and (max-width: 767px) {
    .page-not-found .svg {
        width: 70%!important;
    }
    .page-not-found .column {
        border-bottom: #ececec 1px solid;
        margin-bottom: 1em;
        padding-bottom: 1em;
        text-align: center;
    }
}

/************
 * LOGIN PAGE
 */
.login-page .login-box{
    min-height: 100vh;
    background: url("/images/img_home1_censored.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.login-page .login-logo {
    color: #333;
    padding: 18px 0 40px 0;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    text-align: center;
    margin-top: 5rem;
}

/*************
 * COMMON SITE
 */
.site #mainNav{
    -webkit-transition: all .35s;
    transition: all .35s;
}
.site #mainNav a {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
}
.site #mainNav.affix {
    background-color: #fff;
    border-color: rgba(34,34,34,.05);
    -webkit-transition: all .35s;
    transition: all .35s;
}
.site #mainNav.affix a {
    color: #333;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
}
.welcome-page #mainNav .navbar-toggler{
    background-color: #000;
}
.site #mainNav .navbar-brand{
    -webkit-transition: all .35s;
    transition: all .35s;
}
.site #mainNav.affix .navbar-brand{
    font-size: 22px;
    -webkit-transition: all .35s;
    transition: all .35s;
}
.site #mainNav ul li a{
    border-bottom: 2px transparent solid;
    cursor: pointer;
}
.site #mainNav ul li a:hover{
    border-bottom: 2px #0099ff solid;
}
.site .section-heading {
    margin-top: 2rem;
}
.site .section_heading p {
    font-weight: 400;
    font-size: 15px;
}
.site hr {
    background-color: #0099ff;
    border-width: 3px;
    max-width: 70px;
    margin-bottom: 3rem;
}
.site hr.separator {
    /*border-top: 1px solid #32c5d2;*/
    border-top: 1px solid #0099ff;
    margin: 10px auto;
    width: 80px;
}

/***************
 * WELCOME PAGE
 */
.welcome-page #section-2,
.welcome-page #section-4,
.welcome-page #section-5{
    color: #777;
    text-align: center;
    padding: 70px 80px 50px 80px;
    text-align: justify;
}

/* section 1*/
.welcome-page #section-1 {
    min-height: 700px;
   /* background: #eaeff2;
    background: -webkit-radial-gradient(center, ellipse cover, #eaeff2 0, rgba(212, 221, 228, 0.4) 60%), -webkit-linear-gradient(top, #cae1f4 0, rgba(125, 185, 232, 0) 100%);
    background: radial-gradient(ellipse at center, #eaeff2 0, rgba(212, 221, 228, 0.5) 50%), linear-gradient(to bottom, #cae1f4 0, rgba(125, 185, 232, 0) 100%);
   */
   background-image: url("../images/welcome.jpg");
}
.welcome-page #section-1 .row>div{
    margin-top: 200px;
}
.welcome-page #section-1 #intro .row div{
    margin-top: 2rem;
}
.welcome-page #section-1 #intro h1 {
    color: #333;
    padding: 18px 0 40px 0;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
}
.welcome-page #section-1 #intro p{
    font-size: 24px;
    margin-top: 10px;
    font-family: 'Poppins', sans-serif;
    background-color: rgba(0, 153, 255, 0.5);
}
/* slider 1 */
.welcome-page #section-1 .mac_slider{
    width: 450px;
    height: 345px;
    overflow: hidden;
    position: relative;
    background-image: url(../images/mac_500_2.png);
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    -moz-background-size: contain;
    -webkit-background-size: contain;
    -ms-background-size: contain;
}
.welcome-page #section-1 .mac_slider .mac_inner {
    position: absolute;
    width: 389px;
    height: 211px;
    left: 31px;
    top: 13px;
    background-color: transparent;
    padding: 0px;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}
.welcome-page #section-1 .mac_slider .mac_inner .flex-viewport,
.welcome-page #section-1 .mac_slider .mac_inner .flex-viewport img{
    height: 211px;
    border-radius: 2px;
}

/* section 2 */
.welcome-page #section-2 .container div.row{
    margin-bottom: 5rem;
}
.welcome-page #section-2 .feature-right,
.welcome-page #section-2 .feature-left{
    padding-bottom: 30px;
    font-family: "Poppins", sans-serif;
    color: #aeaeae;
    background-color: #fff;
    font-size: 15px;
    line-height: 28px;
    font-weight: 300;
}
.welcome-page #section-2 .feature-right:last-child,
.welcome-page #section-2 .feature-left:last-child {
    padding-bottom: 0px;
}
.welcome-page #section-2 .feature-right .text,
.welcome-page #section-2 .feature-left .text {
    overflow: hidden;
    text-align: right;
    padding-right: 10px;
}
.welcome-page #section-2 .feature-left .text {
    text-align: left;
}
.welcome-page #section-2 .feature-right .text .feature-heading h3,
.welcome-page #section-2 .feature-left .text .feature-heading h3 {
    color: #0275d8;
    font-weight: 600;
    font-size: 20px;
    text-transform: capitalize;
    float: left;
    width: calc(100% - 80px);
    line-height: 30px;
}
.welcome-page #section-2 .feature-left .text .feature-heading h3{
    float: right;
    width: calc(100% - 82px);
}
.welcome-page #section-2 .feature-right .text .feature-heading h3 a:hover,
.welcome-page #section-2 .feature-left .text .feature-heading h3 a:hover{
    text-decoration: none;
}
.welcome-page #section-2 .feature-right .icon,
.welcome-page #section-2 .feature-left .icon {
    cursor: pointer;
    margin-top: 2px;
    float: right;
    margin-left: 20px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border: 1px solid #0275d8;
    -webkit-box-shadow: 0 0 0 2px #fff;
    -moz-box-shadow: 0 0 0 2px #fff;
    -ms-box-shadow: 0 0 0 2px #fff;
    box-shadow: 0 0 0 2px #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -moz-transition: all ease-in 0.15s;
    -o-transition: all ease-in 0.15s;
    -webkit-transition: all ease-in 0.15s;
    transition: all ease-in 0.15s;
}
.welcome-page #section-2 .feature-left .icon {
    float: left;
    margin-left: 2px;
    margin-right: 20px;
}
.welcome-page #section-2 .feature-right .icon:hover,
.welcome-page #section-2 .feature-left .icon:hover{
    border: 2px solid #fff;
    -webkit-box-shadow: 0 0 0 2px #0275d8;
    -moz-box-shadow: 0 0 0 2px #0275d8;
    -ms-box-shadow: 0 0 0 2px #0275d8;
    box-shadow: 0 0 0 2px #0275d8;
    background-color: #0275d8;
}
.welcome-page #section-2 .feature-right .icon:hover i,
.welcome-page #section-2 .feature-left .icon:hover i {
    color: #fff;
}
.welcome-page #section-2 .feature-right .icon i,
.welcome-page #section-2 .feature-left .icon i{
    font-size: 30px;
    line-height: 55px;
}

/* section 3 */
.welcome-page #section-3{
    background-image: url("../images/img_home3.jpg");
}

/* section 4 */
.welcome-page #section-4{
    min-height: 400px;
}
.welcome-page #section-4 .container div.row{
    margin-bottom: 5rem;
}
.welcome-page #section-4 div.prices{
    background: #fff;
    -webkit-box-shadow: 0px 0px 8px 0px #333333;
    -moz-box-shadow: 0px 0px 8px 0px #333333;
    box-shadow: 0px 0px 8px 0px #333333;
    min-height: 300px;
    padding-bottom: 60px;
}
.welcome-page #section-4 div.prices h2{
    color: #455463;
    padding: 25px 10px 0px 10px;
    border-radius: 4px 4px 0 0;
    font-size: 22px;
    font-weight: 600;
}
.welcome-page #section-4 div.prices p.text-grey{
    font-size: 13px;
    border-top: none;
    padding: 20px 16px 0px 16px;
}
.welcome-page #section-4 div.prices ul{
    border-top: 1px solid #EEE;
}
.welcome-page #section-4 div.prices ul li{
   border-bottom: 1px solid #EEE;
   padding: 5px;
}
.welcome-page #section-4 div.prices .p-price{
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
}

/* section 5 */
.welcome-page #section-5{
    padding-top: 5rem;
    padding-bottom: 2rem;
    min-height: 500px;
    background-image: url("../images/img_home4.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.welcome-page #section-5 div.contact{
    background: #fff;
    -webkit-box-shadow: 0px 0px 8px 0px #333333;
    -moz-box-shadow: 0px 0px 8px 0px #333333;
    box-shadow: 0px 0px 8px 0px #333333;
    min-height: 300px;
}

/* Footer */
.welcome-page .footer ul li a {
    display: block;
    width: 60px;
    margin: 5px 0;
    height: 60px;
    font-size: 25px;
    line-height: 60px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background-color: #222;
    color: #AEAEAE;
}
.welcome-page .footer {
    padding: 50px 0;
}
.welcome-page .footer h2 {
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 40px;
}
.welcome-page .footer ul li a:hover{
    background-color: #0099ff;
    color: #FFF;
}

/**************
 * PAGE MEDICAL
 */
.medical-page #mainNav{
    background: #000;
}
.medical-page .section-medical{
    padding-top: 5rem;
    padding-bottom: 2rem;
    min-height: 500px;
}
.medical-page .section-medical .heading {
    margin-bottom: 2rem;
}
.medical-page .section-medical {
    font-family: "Poppins", sans-serif;
    color: #aeaeae;
    background-color: #fff;
    font-size: 15px;
    line-height: 28px;
    font-weight: 300;
}

.was-validated .slim-area {
    border-color: #f4516c;
    border: 1px solid #f4516c;
}



@media screen and (max-width: 992px) {
    .hidden-lg-only {
        display: block !important;
    }

    .welcome-page #section-1  #intro {
        margin-top: 120px;
    }
    .welcome-page #section-1  #slider {
        margin-top: 70px;
    }
    .welcome-page #section-1 #intro h1 {
        padding: 18px 0 0 0;
    }
    .welcome-page #section-1 #intro .row div {
        margin-top: 1rem;
    }
    .welcome-page #section-2 .row.heading,
    .welcome-page #section-4 .row.heading {
        margin-bottom: 30px;
    }
    .welcome-page #section-4 {
        padding: 70px 20px;
    }
    .form-control {
        font-size: 1.3rem;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px){
    .hidden-md-only {
        display: none !important;
    }
}
@media screen and (max-width: 767px) {
    .site #mainNav {
       /* max-width: 100%;
        padding: .5rem 1rem;*/
        background: #000;
    }
    .welcome-page #mainNav .navbar-toggler{
        border-color: #555;
        padding: 0.2rem 0.5rem;
    }
    .welcome-page #mainNav .navbar-toggler-icon {
        background-image: url("../images/navbar_icon.svg");
    }
    .welcome-page #mainNav .navbar-brand{
        font-size: 15px;
        line-height: 30px;
    }
    .welcome-page #mainNav ul li a:hover{
        border-bottom: 2px transparent solid;
        color: #53c11d;
    }
    .welcome-page #section-1 .row > div {
        margin-top: 50px;
    }
    .welcome-page #section-1 #intro .row div {
        margin-top: 0.5rem;
    }
    .welcome-page #section-1 #intro .btn.mr-2 {
        margin-right: 0!important;
        margin-bottom: 10px;
    }
    .welcome-page #section-1 .mac_slider {
        width: 320px;
    }
    .welcome-page #section-1 .mac_slider .mac_inner{
        width: 298px;
        height: 167px;
        left: 10px;
        top: 12px;
    }
    .welcome-page #section-1 .mac_slider .mac_inner .flex-viewport,
    .welcome-page #section-1 .mac_slider .mac_inner .flex-viewport img{
        height: 167px;
    }
    .welcome-page #section-2,
    .welcome-page #section-4,
    .welcome-page #section-5 {
        padding: 70px 10px 50px 10px;
    }

    .welcome-page #section-4 div.prices{
        margin-bottom: 2rem;
    }
}
@media screen and (min-width: 360px) and (max-width: 576px) {
     .hidden-sm-only {
        display: none !important;
    }
}
@media screen and (max-width: 360px) {
    .hidden-xs-only {
        display: none !important;
    }

    .welcome-page #section-1 .mac_slider {
        width: 100%;
    }
    .welcome-page #section-1 .mac_slider .mac_inner{
        width: 310px;
        height: 178px;
        left: 10px;
        top: 12px;
    }
    .welcome-page #section-1 .mac_slider .mac_inner .flex-viewport,
    .welcome-page #section-1 .mac_slider .mac_inner .flex-viewport img{
        height: 175px;
    }

}
@media screen and (max-width: 320px) {
    .welcome-page #section-1 .mac_slider {
        width: 100%;
    }
    .welcome-page #section-1 .mac_slider .mac_inner{
        width: 270px;
        height: 155px;
        left: 10px;
        top: 10px;
    }
    .welcome-page #section-1 .mac_slider .mac_inner .flex-viewport,
    .welcome-page #section-1 .mac_slider .mac_inner .flex-viewport img{
        height: 155px;
    }

}

/* Animations */
.animated {
  opacity: 0;
  position: relative;
}
.animated.slide-left {
  opacity: 0;
  -moz-transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
  -moz-transform: translate3d(-100px, 0px, 0px);
  -webkit-transform: translate3d(-100px, 0px, 0px);
  -o-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate3d(-100px, 0px, 0px);
}
.animated.slide-left.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.animated.slide-right {
  opacity: 0;
  -moz-transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
  -moz-transform: translate3d(100px, 0px, 0px);
  -webkit-transform: translate3d(100px, 0px, 0px);
  -o-transform: translate(100px, 0px);
  -ms-transform: translate(100px, 0px);
  transform: translate3d(100px, 0px, 0px);
}
.animated.slide-right.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.login_color_black
{
    color: black !important;
}
.login_color_black:hover
{
    color: black !important;
}
.login_color_black_border
{
    border-color: black !important;
}
.placeholder_background
{
    background: rgba(233,235,238,.5) !important;
}
.shadow_button_login{

box-shadow: 0 5px 10px 2px rgba(233,235,238,.19)!important;
}

.sizeTextSideBar
{
   font-size: 14px; 
}

/* for the map*/

.col{
  float:top;
  margin: 5px 5px 5px 24px;
}

.drag{
    cursor: move;
  width:32px;
  height:32px;
  float: left;
}

#dropzone {
    background-repeat: no-repeat;
    background-size: contain;
  width: 1000px;
  height: 550px;
  position: relative; 
  border: 2px dashed grey;
}


#toolbar {
  opacity: .95;
  width: 300px;
  min-height: 850px;
  height: auto;
  position: absolute;
  left: -300px;
  z-index: 1;
  transition: .5s left;
  box-sizing: border-box;
  top: 0;
  bottom: 0;
}

#toolbar.open {
  left: 0;
}

#toolbar .hamburger {
  height: 100px;
  width: 25px;
  background: #000;
  box-shadow: 1px 0 2px rgba(0, 0, 0, .3);
  position: absolute;
  right: -25px;
  top: 40%;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border: 1px solid #333;
  cursor: pointer;
}

.hamburger span {
  color: #fff;
  display: inline-block;
  position: relative;
  transform: rotate(90deg);
  top: 39px;
  left: -30px;
}

.hamburgerSite span {
  left: -35px;
}

.txtEquip {
  padding: 7px 0 0 40px;
  font-weight: bold;
}

#toolbarlist {
    overflow-y: auto;
    max-height: 100vh;
    padding: 20px;
    background: rgba(255,255,255,1);

}

#toolbarlist h2{
  text-align: center;
}

#toolbarlist button{
  padding: 5px 5px 5px 10px;
}

#toolbar ul {
  margin: 0;
  padding: 0;
}

#toolbar li {
  height:40px;
  list-style-type: none;
  border-bottom: 1px solid #ccc;
}

#toolbar li:hover {
  color: #666;
}

.SmallMap {
  height: 140px;
  width: 220px;
  border: 2px dashed grey;
  margin-left: 15px;
}

.prbox {
    position: relative;
}

.ui-loader-header {
    display: none;
}

div#pictureList {
    display: flex;
}

div#comppicture.tab-pane.active {
    display: flex;
}

.m-brand.m-brand--skin-dark .m-brand__tools .m-brand__toggler span {
    background: #ffffff !important;
}
.m-brand.m-brand--skin-dark .m-brand__tools .m-brand__toggler span::after, .m-brand.m-brand--skin-dark .m-brand__tools .m-brand__toggler span::before {
    background: #ffffff !important;
}

i.m-menu__link-bullet.la.la-key {
    color: #fff;
}

.modal.modal-dialog-scrollable {
    overflow-y: auto;
}

.show-md {
    display: none !important;
}

@media(min-width: 767px) {
    .m-aside-menu .m-menu__nav>.m-menu__item>.m-menu__heading .m-menu__link-text, .m-aside-menu .m-menu__nav>.m-menu__item>.m-menu__link .m-menu__link-text {
        font-size: 1.4rem !important;
    }
    .m-aside-menu .m-menu__nav>.m-menu__item .m-menu__submenu .m-menu__item>.m-menu__heading .m-menu__link-text, .m-aside-menu .m-menu__nav>.m-menu__item .m-menu__submenu .m-menu__item>.m-menu__link .m-menu__link-text {
        font-size: 1.4rem !important;
    }

    .m-card-user .m-card-user__details .m-card-user__name {
        font-size: 1.4rem !important;
    }

    .m-footer .m-footer__copyright {
        font-size: 1.2rem !important;
    }

    .m-nav .m-nav__item>.m-nav__link .m-nav__link-text {
        font-size: 1.3rem !important;
    }

    .m-tabs-line .m-tabs__link {
        font-size: 1.3rem !important;
    }

    .btn.m-btn--custom {
        font-size: 1.3rem !important;    
    }

    .modal .modal-content .modal-header .modal-title {
        font-size: 1.5rem !important;
    }

    .m-widget14 .m-widget14__header .m-widget14__title {
        font-size: 1.6rem !important;
    }

    .m-widget1 .m-widget1__item .m-widget1__title {
        font-size: 1.4rem !important;
    }

    .m-card-user .m-card-user__details .m-card-user__email {
        font-size: 1.3rem !important;
    }

}

@media(min-width: 1025px) {

}

@media(max-width: 1024px) {
.m-stack.m-stack--general {
    display: table;
}
.m-stack__item.m-stack__item--middle.m-brand__tools {
    position: absolute;
    padding: 18px 0;
    left: 15px;
}
.m-stack__item.m-stack__item--middle.m-brand__logo {
    width: 100%;
}
.m-brand .m-brand__logo .m-brand__logo-wrapper {
    display: block !important;
    margin: 0 auto;
    width: 150px;
}
#m_aside_header_menu_mobile_toggle {
    display: none !important;
}

.m-stack__item.m-stack__item--middle.m-brand__tools.mobile-right.show-md {
    right: 15px;
    left: unset;
    margin-right: 15px;
}

.m-stack__item.m-stack__item--middle.m-brand__tools.mobile-right.show-md a#m_aside_header_topbar_mobile_toggle-copy {
    padding-top: 5px;
}


.show-md {
    display: unset !important;
}
.m--visible-tablet-and-mobile-inline-block.hide-md {
    display: none !important;
}
}
