/* ==================================================
  * Template: GenXComm
  * Version:  1
  * Page:     Common
===================================================== */
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
}

/*===============FLEX Properties==============*/
.d-flex {
  flex-wrap: wrap;
  gap: 15px;
}

.f-1 {
  flex: 1;
}
.fb-600 {
  flex-basis: 600px;
}
.fb-410 {
  flex-basis: 410px;
}
.fb-500 {
  flex-basis: 500px;
}
.fb-md-475 {
  flex-basis: 475px;
}
.fb-divider {
  flex-basis: 1px;
  background: #cccccc;
  margin: 0px 14px;
}

.fg-1 {
  flex-grow: 1;
}
.fg-2 {
  flex-grow: 2;
}
.fg-3 {
  flex-grow: 3;
}
.fg-4 {
  flex-grow: 4;
}
.fg-5 {
  flex-grow: 5;
}
.fg-6 {
  flex-grow: 6;
}
.fg-7 {
  flex-grow: 7;
}
.fg-8 {
  flex-grow: 8;
}

/*===END===*/

/*===Common===*/
.w100 {
  min-width: 100px;
}
.j-c {
  justify-content: space-between;
}
.text-primary {
  color: #ff6600 !important;
}
.text-secondary {
  color: #6f6f6f !important;
}
.text-success {
  color: #37bc32 !important;
}
.text-grey {
  color: lightgrey !important;
}
.text-danger {
  color: #fd3737 !important;
}
.text-graph {
  color: #9fdfcd;
}
.h-230 {
  height: 236px;
}
/*===END===*/

/*============Form and Scrollbar===============*/
form label,
form label a {
  font-family: "Maven Pro", sans-serif;
  color: #676767;
  font-size: 16px;
  text-decoration: none;
}

form input.form-control,
form select.form-select {
  border: solid 1px #94c6eb;
  height: 45px;
  border-radius: 7px;
}
form textarea.form-control {
  min-height: 100px;
}
form input.form-control:focus,
input.form-control:focus,
input:focus,
.btn-check:focus + .btn,
.btn:focus,
.form-select:focus {
  outline: none;
  box-shadow: none;
}
.form-control:disabled,
.form-control[readonly] {
  font-weight: 300;
  color: #999999;
  border: 1px solid #dbdbdb;
  background-color: #f8f8f8;
}

.fb-3 {
  flex-basis: 30% !important;
}

div::-webkit-scrollbar {
  width: 5px;
}
div::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  display: none;
}
div:hover::-webkit-scrollbar-thumb {
  display: block;
}

/*===END===*/

/*============DROPDOWN===============*/
.dropdown-menu .dropdown-item {
  text-align: left;
  padding: 0.25rem 0.5rem;
}
/*===END===*/

/*============CUSTOM TAB===============*/
.custom-tab span {
  cursor: pointer;
  margin-right: 10px;
  display: inline-block;
  position: relative;
}
.custom-tab span.active {
  color: #ff6600;
}
.custom-tab span.active:after {
  content: "";
  height: 2px;
  background: #ff6600;
  position: absolute;
  left: -5px;
  right: -5px;
  bottom: -10px;
}
/*===END===*/

/*============Alert Modal===============*/

.alert .modal-content {
  border-radius: 25px;
  border: 0px;
  padding: 30px 0px 20px 0px;
}
.alert .modal-footer {
  border-top: 0px;
  justify-content: center;
}
.alert .modal-footer .btn {
  min-width: 150px;
  margin: 0px 20px;
}
.alert .modal-body {
  text-align: center;
  font-size: 20px;
  line-height: 40px;
  font-weight: 700;
  padding: 30px 0px;
}
.alert .modal-content div.icon {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.alert .modal-content div.icon span {
  display: flex;
  height: 100px;
  width: 100px;
  border-radius: 30px;
  background: #f1f1f1;
  justify-content: center;
  align-items: center;
  font-size: 40px;
}
.alert .modal-content div.icon span img {
  max-width: 40px;
}
.alert .modal-content div.icon span.red {
  background: #ffe8e8 !important;
  color: #f9b3b3 !important;
}
.alert .modal-content div.icon span.green {
  background: #caf5db !important;
  color: #7fe6a8 !important;
}
.alert .modal-content div.icon span.blue {
  background: #cad5f5 !important;
  color: #7b96e5 !important;
}
/*===END===*/

/*============BUTTON===============*/
.btn {
  height: 35px;
  border-radius: 20px;
  padding: 0px 15px;
  cursor: pointer;
}
.btn:focus,
.btn:active,
.btn:checked {
  box-shadow: none;
}
.btn-check:focus + .btn-light,
.btn-light:focus,
.btn-check:active + .btn-light:focus,
.btn-check:checked + .btn-light:focus,
.btn-light.active:focus,
.btn-light:active:focus,
.show > .btn-light.dropdown-toggle:focus {
  border: solid 1px #888888;
}
.btn-outline-primary:hover,
.btn-check:active + .btn-outline-primary,
.btn-check:checked + .btn-outline-primary,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active {
  color: #fff !important;
  background-color: #ffffff;
  border-color: #e7401a;
}
.btn-check:active + .btn-primary,
.btn-check:checked + .btn-primary,
.btn-primary.active,
.btn-primary:active,
.show > .btn-primary.dropdown-toggle,
.btn-check:focus + .btn-primary,
.btn-primary:focus {
  color: #fff !important;
  background-color:  var(--primary-color) !important;
  border-color:  var(--primary-color) !important;
}
.btn-check:active + .btn-primary:focus,
.btn-check:checked + .btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: none;
}
.btn-primary {
  color: #fff;
  background-color: #ff6600;
  border-color: #e7401a;
}

.btn-primary:hover {
  color: #ff6600;
  background-color: #ffd2c7;
  border-color: #e7401a;
}

.cardTitle .btn-outline-primary {
  height: 25px;
  font-size: 14px;
  border: solid 1px #e7401a;
}

.btn-light,
.btn-light:hover {
  color: #666666;
  border: solid 1px #888888;
  height: 25px;
  font-size: 14px;
}
.btn-outline-primary {
  border-color: #e7401a;
  color: #e7401a;
}
.btn-outline-primary:hover {
  color: #ff6600 !important;
  background-color: #ffffff;
  border-color: #e7401a;
}
/*===END===*/

/*============Toggle BUTTON===============*/
.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #d6d2d2;
  transition: 0.4s;
}

.switch .slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 2px;
  bottom: 2px;
  background-color: #7e7e7e;
  transition: 0.4s;
}

.switch input:checked + .slider {
  background-color: #e7401a;
}

.switch input:focus + .slider {
  outline: none;
}

.switch input:checked + .slider:before {
  transform: translateX(20px);
  background: #ffffff;
}

.switch .slider.round {
  border-radius: 34px;
}

.switch .slider.round:before {
  border-radius: 50%;
}
/*===END===*/

.genx-page-container {
  height: calc(100vh - 70px);
  overflow: auto;
  min-height: 500px;
}
.genx-login-page-container {
  height: 100vh !important;
  padding: 0px !important;
}
.genx-page-container .page-title div:last-child .btn {
  font-size: 14px;
  height: 30px;
}

.btn + .btn {
  margin-left: 10px;
}

.page-title div:first-child {
  line-height: 23px;
  display: flex;
  align-items: center;
  max-width: 750px;
  position: relative;
  word-break: break-all;  
  display: flex;
}

.page-title div:first-child a {
  height: 23px;
  width: 23px;
  display: inline-block;
  margin-right: 10px;
  position: absolute;
  left: 0px;
}

.page-title div:first-child .mat-icon{
  position: absolute;
  left: 0px;
  font-size: 21px;
}
.page-title div:first-child a + span{
  margin-left: 30px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;

}
.page-title div:first-child .mat-icon + span{
  margin-left: 30px;
}
.page-title div:first-child .mat-icon + span{
  margin-left: 30px;
}

.page-title div:first-child img{
  min-width: 23px;
}
.page-title img {
  margin-right: 5px;  
}
.page-title i {
  font-size: 20px;
  margin: 0px 5px 0px 0px !important;
  color: #898787;
  float: left;
}
.page-title + .genxgrid {
  margin-top: 0px;
}
/*===========================CARD=========================*/
.cardTitle {
  display: flex;
  justify-content: space-between;
  border-bottom: solid 1px #e7e7e7;
  padding: 15px 20px;
  align-content: center;
  align-items: center;
}
.cardTitle div:first-child {
  font-size: 14px;
  font-weight: 500;
  color: #444444;
}
.cardTitle div:last-child {
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
}

.cardTitle div.w-auto:last-child {
  width: auto;
}
.cardTitle div:last-child i {
  transition: transform 0.2s;
  color: #666666;
}

.card-body img,
.cardBody img {
  max-width: 100%;
}
.card-body,
.cardBody {
  padding: 15px;
}
.cardFooter {
  display: flex;
  border-top: solid 1px #f7f7f7;
  padding: 15px 20px;
  font-size: 14px;
  color: #707070;
  justify-content: flex-end;
}
.cardFooter div {
  margin-left: 20px;
}
.cardFooter span {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 5px;
  background: #cccccc;
  margin-right: 5px;
}
.cardFooter span.blue {
  background: #4791ff;
}
.cardFooter span.green {
  background: #02bc77;
}
.cardFooter span.orange {
  background: #e36730;
}
/*===END===*/

/*===================Table======================*/
/* table {
  max-width: 100%;
  width: 100%;
  color: #808080;
  border-collapse: collapse;
}
table th {
  padding: 0.5rem 0.5rem !important;
  text-align: left;
  border-bottom: solid 1px #dddddd !important;
} */
/* 
table tr td{
    height: 45px;
    text-align: left;
    border-bottom: solid 1px #DDDDDD !important;
}
thead {
    width:calc( 100% - 5px ) !important;
}
.network-venue-list tbody{
    display: revert;
}
tbody {
    display: block;
    max-height: 77vh;
    overflow: auto;
    border-bottom: solid 1px #DDDDDD !important;
}
tbody::-webkit-scrollbar {
    width: 5px !important;
} 
tbody::-webkit-scrollbar-track {
box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
tbody::-webkit-scrollbar-thumb {
background-color: darkgrey;
outline: 0px;
}
.network-venue-list thead, .network-venue-list Fgentbody tr{
    display: revert;
}
thead, tbody tr {
   display: table;
    width: 100%;
    table-layout: fixed;
} */
table tbody td i.fa-ellipsis-v {
  color: #b5bad0;
  font-size: 22px;
  padding: 5px 15px;
  cursor: pointer;
  border: solid 1px #ffffff;
}
table tbody td i.fa-ellipsis-v:hover,
table tbody td i.fa-ellipsis-v.show {
  background: rgba(244, 244, 244, 0.7);
  border-radius: 8px;
}
table tbody td a, table tbody td a:visited {
  color: var(--a-color);
  text-decoration: none;
  /* display: inline-block; */
}
table tbody td .mat-mdc-button {
  width: 30px;
  min-width: inherit;
  height: 30px;
  padding: 0px;
}
table tbody td .mat-mdc-button i {
  line-height: 29px;
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 1px 0px 0px 3px;
}
/*===END===*/

/* ==============END================ */

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #0d6efd;
  transition: width 0.6s ease;
}
.connection-status {
  padding: 15px 20px;
  border-top: solid 1px #f7f7f7;
}
.connection-status .d-flex {
  align-content: center;
  align-items: center;
  flex-basis: 47%;
}
.connection-status .d-flex div:first-child {
  width: 10px;
  height: 45px;
  position: relative;
}
.connection-status .d-flex div:first-child .progress {
  transform: rotate(-90deg);
  height: 5px;
  width: 45px;
  left: -18px;
  position: absolute;
  top: 20px;
}
.connection-status .d-flex div:nth-child(2) span {
  background: #f4f4f4;
  display: inline-block;
  height: 45px;
  width: 45px;
  border-radius: 8px;
  text-align: center;
  line-height: 42px;
}
.connection-status .d-flex div:nth-child(2) span img {
  vertical-align: middle;
  display: inline-block;
}
.connection-status .d-flex div:last-child span {
  display: block;
  font-size: 14px;
}
.connection-status .d-flex div:last-child strong {
  display: block;
  font-size: 16px;
}

.bg-online {
  background: #5892f7;
}
.bg-connected {
  background: #54b87d;
}
.bg-setup {
  background: #737272;
}
.bg-offline {
  background: #ee6f2d;
}

.online-icon {
  color: #5892f7;
  background: #ebf6eb !important;
}
.connected-icon {
  color: #54b87d;
  background: #fff4ed !important;
}
.setup-icon {
  color: #737272;
  background: #f1f1f1 !important;
}
.offline-icon {
  color: #ee6f2d;
  background: #ffeeed !important;
}

/*===================Network Dashboard======================*/
.network-info {
  font-size: 15px;
  color: #444444;
}
.network-info label {
  display: inline-block;
  width: 250px;
  font-weight: 700;
}

.overview-card {
  border: solid 1px #d5d8db;
  padding: 15px;
  border-radius: 15px;
  width: 100%;
  max-width: 214px;
}
.overview-card label {
  font-size: 15px;
}
.overview-card .info {
  justify-content: space-between;
  align-items: center;
}
.overview-card .info strong {
  font-size: 24px;
}
.overview-card .info span {
  background-color: #fde3de;
  display: inline-block;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}
.overview-card .info span img {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
}

.ran-info .d-flex {
  font-size: 15px;
  color: #444444;
  justify-content: space-between;
}
.ran-info label {
  width: auto;
  font-weight: 700;
}
.equipment-status .overview-card {
  background-color: #f7f7f7;
}
.equipment-status label {
  color: #676767 !important;
}
.equipment-status strong {
  font-size: 16px !important;
  color: #676767 !important;
  font-weight: 600;
  overflow-wrap: anywhere;
}
@media only screen and (max-width: 1840px) {
  .overview-card {
    max-width: 200px;
  }
}
@media only screen and (max-width: 1440px) {
  .overview-card {
    max-width: 125px;
  }
}
@media only screen and (max-width: 1366px) {
  .overview-card {
    max-width: 120px;
  }
}
@media (max-width: 700px) {
  .overview-card {
    width: 38%;
  }
}
/*===END===*/

/*=============INFO TEXT Start===============*/
.info-text {
  font-size: 15px;
  color: #444444;
}
.info-text label {
  display: inline-block;
  width: 200px;
  font-weight: 700;
}

.info-text1 {
  font-size: 15px;
  color: #444444;
}

.info-text1 label  {
  display: inline-block;
  width: 100px;
  font-weight: 700;
}
/*===END===*/

/*=============ADD Network Start===============*/

.side-panel {
  position: fixed;
  top: 0px;
  right: -800px;
  bottom: 0px;
  background: #ffffff;
  width: 800px;
  z-index: 100;
  box-shadow: -7px 0px 5px 0px rgba(11, 34, 87, 0.15);
  -webkit-box-shadow: -7px 0px 5px 0px rgba(11, 34, 87, 0.15);
  -moz-box-shadow: -7px 0px 5px 0px rgba(11, 34, 87, 0.15);
  transition: 0.3s ease-in-out;
}
.side-panel.show {
  right: 0px;
}
.side-panel h3 {
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  background: #ff6600;
  padding: 15px 20px;
  margin-bottom: 15px;
  color: #ffffff;
  display: flex;
  justify-content: space-between;
}
.sidepanel-body {
  padding: 10px 20px;
}
.side-panel h3 span.close {
  display: inline-block;
  cursor: pointer;
}
.side-panel input.form-control,
.side-panel select.form-select {
  border: 1px solid #ced4da;
}
.side-panel .overflow-scroll {
  overflow-y: auto !important;
  overflow-x: hidden !important;
  height: 70vh;
}
.sidebar-btn-grp {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 10px 20px;
  border-top: solid 1px #eeeeee;
}
.sidebar-btn-grp .btn {
  height: 35px;
  border-radius: 5px;
  min-width: 100px;
  margin-left: 10px;
}
@media (max-width: 767px) {
  .side-panel h3 {
    padding: 20px 0px;
    margin-bottom: 20px;
  }
  .side-panel {
    width: 100%;
    padding: 0px 20px;
  }
  .overflow-scroll {
    padding-left: 5px;
  }
}
/*=============ADD Network End===============*/

/*=============Equipment Start===============*/
.c-tab {
  justify-content: space-between;
}
.eq-info .cardBody {
  padding: 30px 20px;
}
.eq-info .info {
  justify-content: space-between;
  align-items: center;
}
.eq-info .info strong {
  font-size: 24px;
  color: #666666;
}
.eq-info .info span {
  display: inline-block;
  text-align: center;
}
/*=============Equipment End===============*/

/*=====================DASHBOARD===================*/
@media (max-width: 1700px) {
  .fd-c {
    flex-direction: column;
  }
  .f-md-1 {
    flex: 1;
  }
  .fb-md-475 {
    flex-basis: 475px;
  }
}
@media (max-width: 700px) {
  .fd-sm-c {
    flex-direction: column;
  }
  .card {
    flex: 1;
  }
}
/*===END===*/

/* ===================GENX GRID================= */
.genxgrid,
.d-flex {
  display: flex;
  gap: 15px;
  margin: 15px 20px;
}
.genxgrid .genxgrid,
.genxgrid .d-flex {
  margin: 0px;
  flex-wrap: wrap;
}
.genx-col-6 {
  flex: 6;
}
.genxgrid .genxcard,
.card {
  background: var(--card-bgcolor) !important;
  border-radius: 15px;
  border: 0px;
  box-shadow: 0px 4px 5px 1px rgba(199, 199, 199, 0.5);
  -webkit-box-shadow: 0px 4px 5px 1px rgba(199, 199, 199, 0.5);
}
@media (max-width: 1024px) {
  .mob-flex {
    flex-direction: column;
  }
}
/*===END===*/

/* ===================GENX Common================= */
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mb-15 {
  margin-bottom: 15px !important;
}

/* ==========================GRID========================== */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}

.default-placeholder {
  height: calc(100vh - 100px);
}
