.color-primary-0 { color: #DA5A24 }	/* Main Primary color */
.color-primary-1 { color: #FFA37D }
.color-primary-2 { color: #EA7C4E }
.color-primary-3 { color: #AE4011 }
.color-primary-4 { color: #872800 }

@font-face {
    font-family: 'Libre Franklin';
    src: url(../fonts/LibreFranklin-Regular.ttf);
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Libre Franklin';
    src: url(../fonts/LibreFranklin-Italic.ttf);
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Libre Franklin';
    src: url(../fonts/LibreFranklin-Bold.ttf);
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Libre Franklin';
    src: url(../fonts/LibreFranklin-BoldItalic.ttf);
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Libre Franklin';
    src: url(../fonts/LibreFranklin-Thin.ttf);
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Libre Franklin';
    src: url(../fonts/LibreFranklin-ThinItalic.ttf);
    font-weight: 200;
    font-style: italic;
}

@font-face {
    font-family: 'Libre Franklin';
    src: url(../fonts/LibreFranklin-Light.ttf);
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Libre Franklin';
    src: url(../fonts/LibreFranklin-LightItalic.ttf);
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: 'Libre Franklin';
    src: url(../fonts/LibreFranklin-Medium.ttf);
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Libre Franklin';
    src: url(../fonts/LibreFranklin-MediumItalic.ttf);
    font-weight: 300;
    font-style: italic;
}

body, html {
  margin: 0;
  height:100%;
  width: 100%;
  font-family: 'Libre Franklin', sans-serif;
  /*background-color: #ffa37d;*/

}

/*body{*/
/*    font-family: 'CeraPro-Regular', Fallback, sans-serif;*/
/*  color: #9F9E9E;*/
/*}*/

/*h1,h2,h3,h4,h5,h6,h7{*/
/*    color: #FFFFFF !important;*/
/*    font-family: CeraPro-Bold, serif;*/
/*    word-break: break-word;*/
/*}*/

p{
    line-height: 1.5em;
}

/*################################ NAVBAR ################################*/


.log-link, .log-link:hover, .log-link:visited{
    text-decoration: none;
    color: #9A9A9A;
}


.flex_wrapper{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
}

/*.main-single{*/
/*  width: 95%;*/
/*  margin: 140px 40px 5px 340px;*/
/*  !*background-color: #292929;*!*/
/*}*/


.hr-divider{
  margin: 30px 25px 30px 25px;
  border: 0; border-top: 1px solid #9A9A9A;
  color: #9A9A9A;
}

.single-view-main{
  height: auto;
  padding: 30px;
}

.small-form{
  width: 50%;
  float: left;
}

.small-form-services{
  width: 50%;
  float: left;
  min-width: 600px;
}

.small-form-aside{
  width: 45%;
  float: right;
}

.small-form-aside-index{
  width: 45%;
  float: right;
  margin: 0 0 10px 10px;
}

.small-aside-price, .small-aside-packet, .small-aside-image{
  margin-bottom: 20px;
}

.small-image-div{
  width: 50%;
  margin-left: 35%;
}

#flash_div{
  display: block;
  text-align: center;
}

.main-div {
    margin: 15px 15px 15px 15px;
}

#price_div{
  display: block;
  margin: 5px 5px 5px 5px;
  background-color: white;
}

#info_div{
  display: block;
  margin: 5px 5px 5px 5px;
  padding-top: 5px;
}

.general-info{
    border: 1px solid #CECECE;
    background-color: white;
    margin: 10px 0 10px 0;
}
.specific-info{
    border: 1px solid #CECECE;
    margin: 0 0 10px 0;
    background-color: white;
}

.info-box-header{
  width: 100%;
  padding: 30px;
  /*background-color: #292929;*/
  height: 52px;
  text-align: left;
}

.side-info-header {
    width: 100%;

    /*padding: 30px;*/
    background-color: #292929;
    height: 52px;
    text-align: left;
}
#small-aside-info-header{
  font-size: 1.3em;
}
/*.info-box-header > h6{*/
/*  font-family: CeraPro-Bold, serif;*/
/*  font-size: 1.3em;*/
/*  color: white;*/
/*}*/

.info-box-text{
  padding: 30px;
  width: auto;
}
.info-header{
    text-align: left;
}

.info-text{
    margin: 9px 9px 9px 9px;
    /*font-size: 0.8em;*/
}

.btn-primary {
    color: #fff;
    background-color: #35ccb6;
    border-color: #35ccb6;
    border-radius: 0;
}

.btn-primary:hover {
    color: black;
    background-color: #9F9F9F;
    border-color: #9F9F9F;
}

.main-info{
    width: auto;
    margin: 10px 0 10px 0;

}

.main-info-box{
    width: auto;
    margin: 10px 0 10px 0;
    background-color: #F39300;
}

.main-info-text{
  margin-bottom: 0.5rem;
}

option {
  color: #000;
  background-color: white;
}

/*.alert-info {*/
/*    color: #FFFFFF;*/
/*    background-color: #292929;*/
/*  border: none;*/
/*}*/

/*.alert-success {*/
/*    color: white;*/
/*    background-color: #292929;*/
/*    border-color: #29CCB4;*/
/*}*/

.alert{
  padding: 1rem;
  text-align: left;
  border-radius: 0;
  /*margin-bottom: 0;*/
  /*margin: 1rem;*/
}

#login-div, .proceed-div{
    max-width: 75%;
    margin: 10px 0 0 15px;
}

#greenmesh{
  width: 50%;
}

#greenmesh-div{
  margin-left: 30%;
}

.vlan_radio{
    list-style: none;
}

.funkyradio div {
  clear: both;
  overflow: hidden;
}

.funkyradio label {
  width: 100%;
  border-radius: 3px;
  border: 1px solid #D1D3D4;
  font-weight: normal;
  font-size: 1.1em;
}

.funkyradio input[type="radio"]:empty,
.funkyradio input[type="checkbox"]:empty {
  display: none;
}

.funkyradio input[type="radio"]:empty ~ label,
.funkyradio input[type="checkbox"]:empty ~ label {
  position: relative;
  line-height: 2.5em;
  text-indent: 3.25em;
  margin-top: 2em;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.funkyradio input[type="radio"]:empty ~ label:before,
.funkyradio input[type="checkbox"]:empty ~ label:before {
  position: absolute;
  font-size: 1.1em;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  content: '';
  width: 2.5em;
  background: #D1D3D4;
  border-radius: 3px 0 0 3px;
}

.funkyradio input[type="radio"]:hover:not(:checked) ~ label,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label {
  color: #888;
}

.funkyradio input[type="radio"]:hover:not(:checked) ~ label:before,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label:before {
  /*content: '\2714';*/
  text-indent: .9em;
  color: white;
}

.funkyradio input[type="radio"]:checked ~ label:before,
.funkyradio input[type="checkbox"]:checked ~ label:before {
  content: '\2714';
  text-indent: .9em;
  color: #333;
  background-color: #ccc;
}

.funkyradio input[type="radio"]:focus ~ label:before,
.funkyradio input[type="checkbox"]:focus ~ label:before {
  box-shadow: 0 0 0 3px #999;
}

.funkyradio-default input[type="radio"]:checked ~ label:before,
.funkyradio-default input[type="checkbox"]:checked ~ label:before {
  color: #333;
  background-color: #ccc;
}

.funkyradio-primary input[type="radio"]:checked ~ label:before,
.funkyradio-primary input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #da5a24;
}

.funkyradio-success input[type="radio"]:checked ~ label:before,
.funkyradio-success input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #da5a24;
}

.funkyradio-danger input[type="radio"]:checked ~ label:before,
.funkyradio-danger input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #da5a24;
}

.funkyradio-warning input[type="radio"]:checked ~ label:before,
.funkyradio-warning input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #f0ad4e;
}

.funkyradio-info input[type="radio"]:checked ~ label:before,
.funkyradio-info input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #da5a24;
}

textarea.form-control{
  height: 200px;
}

div#add-service-div *{
  display: block;
  margin: 0.5rem;
}


.content-header{
    /*background-color: #202020;*/
    align-content: center;
    text-align: center;
    padding: 2.8rem;
    width: 100%;
}

.my-pages{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
}
.my-pages-header{
  width: 100%;
  margin: 15px;
  padding: 15px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
}

.my-pages-body{
  width: 100%;
  margin: 15px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
}

.mp-items{
  margin: 15px;
  display: flex;
  flex-direction: row;
  cursor: pointer;
}

.my-pages-header-left{
  width: 65%;
}

.my-pages-header-full{
  width: 100%;
}

/*.my-pages-header-left > h5, .my-pages-header-full > h5, .mp-text >h5{*/
/*  font-family: CeraPro-Regular, serif;*/
/*  color: #9F9E9E !important;*/
/*  margin-top: 30px;*/
/*}*/
.my-pages-header-right{
  width: 35%;
  align-content: center;
  justify-content: center;
  text-align: center;
}

.my-pages-header-right > img{
  /*margin-left: 100px;*/
  position: relative;
  top: 25%;
  max-width: 150px;
}

.mp-body-item, .my-pages-body{
  width: 100%;
}

.arrow-down{
  width: 25px;
  height: 25px;
  margin-top: 7px;
  transition: all 0.1s ease-in-out;
}

.my-pages-footer > :nth-child(2) > ul{
  margin-left: 60px;
}

.mp-body-item-right > div{
    margin-right: 30px;
}

.mp-items > h4{
  margin-left: 20px;
  margin-top: 6px;
}

.mp-body-item-text{
  display: flex;
  flex-direction: row;
}

.mp-body-item-right > div{
  margin-left: 60px;
}

.icon{
  width: 24px;
  height: 33px;
  margin-right: 20px;
}

.first-icon{
  height: 25px;
  margin-right: 15px;
}

.mp-body-item-text{
  margin-bottom: 20px;
}

.mp-body-item-text > :nth-child(1) > img{
  margin-top: 6px;
}

.mp-body-item-text > :nth-child(2) > :nth-child(1), .emphasize{
  font-weight: bold;
  color: #FFFFFF
}

.my-pages-body {
  margin-bottom: 30px;
}

.green-status{
  color: #29CCB4;
}

.red-status{
  color: #f44447;
}

.spacer{
  width: 100%;
  height: 40px;
}

.mp-item{
  width: 100%;
  padding: 30px;
  display: flex;
  flex-direction: row;
}

.mp-pic, .mp-text{
  width: 50%;
  margin: 1rem;
}

.mp-text{
  margin-top: 3%;
}

.info-box-steps-text{
  cursor: pointer;
}

.mp-pic > img{
  width: 75%;
}

.mp-pic > .agreement-img, .mp-pic > .services-img{
  width: 65%;
}

.mp-item-long > .mp-text > h5{
  line-height: 1.3em;
  margin-bottom: 40px;
}
@media screen and (max-width: 850px) {
  .small-form-aside{
      width: 100% !important;
      float: left !important;
  }
}

/*@media (max-width: 1134px) {*/
/*    #main-right{*/
/*        margin-left: 280px;*/
/*        transition: all 0.3ms ease-in-out;*/
/*    }*/
/*    #price_div, #flash_div, #info_div, #flash_div{*/
/*        margin-left: 0;*/
/*    }*/
/*}*/

/*@media (max-width: 1194px) {*/
/*  .small-form{*/
/*      width: 100%;*/
/*    }*/
/*  .small-form-aside, .small-form-aside-index{*/
/*        width: 100%;*/
/*        float: left;*/
/*        margin-left: 0;*/
/*    }*/
/*}*/

/*@media (max-width: 1020px) {*/
/*    #main-right, #main-left, .main-single{*/
/*      margin: 140px 0 0 0;*/
/*      width: 100%;*/
/*    }*/
/*    .mp-body-item-right > div{*/
/*      margin-left: 23px !important;*/
/*    }*/

/*    #desktop_menu{*/
/*      display: none;*/
/*    }*/
/*    #sidenav {*/
/*        width: 0;*/
/*        height: 0;*/
/*    }*/
/*    #brand_logo{*/
/*      display: none;*/
/*    }*/
/*    #hamburger{*/
/*      position: relative;*/
/*      display: inline-block;*/
/*      top: 35px;*/
/*      left: 30px;*/
/*      width: 30px;*/
/*      height: 30px;*/
/*      transition: all 0.3s ease-in-out;*/
/*    }*/
/*    #dropdown_menu{*/
/*      transition: all 0.3s ease-in-out;*/
/*    }*/
/*    #dropdown_menu:hover{*/
/*      color: #2a6495;*/
/*    }*/
/*    #main-right{*/
/*        width: 48%;*/
/*      }*/
/*    #main-left{*/
/*        width: 48%;*/
/*      }*/
/*}*/

/*@media (max-width: 768px) {*/
/*    #sidenav {*/
/*        display: none;*/
/*    }*/
/*    .services-title-div{*/
/*        display: none;*/
/*    }*/
/*    .my-pages-header-left{*/
/*      width: 100% !important;*/
/*    }*/
/*    .my-pages-header-right{*/
/*      display: none;*/
/*    }*/
/*    #main-left{*/
/*      width: 98%;*/
/*      max-width: 0;*/
/*    }*/
/*    #main-right{*/
/*        width: 98%;*/
/*      }*/
/*}*/

/*@media (max-width: 600px) {*/
/*    .single-view-main{*/
/*      width: 100%;*/
/*    }*/
/*    .small-form-services{*/
/*      width: 95%;*/
/*      min-width: 95%;*/
/*    }*/
/*    .info-box-steps > div{*/
/*        height: auto !important;*/
/*    }*/
/*    .info-box-steps-right{*/
/*      margin-bottom: 30px;*/
/*    }*/
/*    #err_msg{*/
/*        left: -115px;*/
/*    }*/
/*    .main-single{*/
/*      width: 100%;*/
/*    }*/
/*    #navbar_right{*/
/*      display: none;*/
/*    }*/
/*    .mp-pic > img{*/
/*      width: 100%;*/
/*      max-width: 100%;*/
/*      min-width: 100%;*/
/*    }*/
/*}*/

/*@media (max-width: 400px) {*/
/*    .square{*/
/*      font-size: 0.9em;*/
/*    }*/
/*    .service-p-tag{*/
/*    }*/
/*    #main-left{*/
/*      width: 98%;*/
/*      max-width: 98%;*/
/*      min-width: 98%;*/
/*    }*/
/*    #main-right{*/
/*         width: 98%;*/
/*          max-width: 98%;*/
/*          min-width: 98%;*/
/*    }*/
/*    #price_div, #flash_div, #info_div{*/
/*        width: 100%;*/
/*        height: auto;*/
/*    }*/
/*    #err_msg{*/
/*        left: -55px;*/
/*    }*/
/*    #sidenav {*/
/*        display: none;*/
/*    }*/
/*    .services-title-div{*/
/*        display: none;*/

/*    }*/
/*    .square{*/
/*        width: 100px;*/
/*        height: 100px;*/
/*        max-width: 100px;*/
/*        min-width: 100px;*/
/*    }*/
/*    .menu_header {*/
/*        margin: 3px 0 3px 0;*/
/*    }*/
/*    .warning_divs{*/
/*        max-width: 88%;*/
/*    }*/
/*}*/

.dispNone{
    display: none;
}

.dispBlock{
    display: block;
}

.dispFlex{
    display: flex;
    flex-wrap: wrap;
}

.svg-img{
  max-width: 400px !important;
}

.mp-pic{
  text-align: center;
}


.small-form{
  width: 50%;
  float: left;
}

.small-form-services{
  width: 50%;
  float: left;
  min-width: 600px;
}

.small-form-aside{
  width: 45%;
  float: right;
}

.small-form-aside-index{
  width: 45%;
  float: right;
  margin: 0 0 10px 10px;
}

.small-aside-price, .small-aside-packet, .small-aside-image{
  margin-bottom: 20px;
}

.small-image-div{
  width: 50%;
  margin-left: 35%;
}

#price_div{
  display: block;
  margin: 5px 5px 5px 5px;
  background-color: white;
}

#info_div{
  display: block;
  margin: 5px 5px 5px 5px;
  padding-top: 5px;
}

.general-info{
    border: 1px solid #CECECE;
    background-color: white;
    margin: 10px 0 10px 0;
}
.specific-info{
    border: 1px solid #CECECE;
    margin: 0 0 10px 0;
    background-color: white;
}

.info-box-header{
  width: 100%;
  padding: 30px;
  /*background-color: #292929;*/
  height: 52px;
  text-align: left;
}

.side-info-header {
    width: 100%;

    /*padding: 30px;*/
    /*background-color: #292929;*/
    height: 52px;
    text-align: left;
}
#small-aside-info-header{
  font-size: 1.3em;
}
.info-box-header > h6{
  /*font-family: CeraPro-Bold, serif;*/
  font-size: 1.3em;
  /*color: white;*/
}

.info-box-text{
  padding: 30px;
    /*background-color: #292929;*/
    /*color: #9F9F9F;*/
  width: auto;
}
.info-header{
    text-align: left;
}

.info-text{
    margin: 9px 9px 9px 9px;
    /*font-size: 0.8em;*/
}