@charset "UTF-8";
/*0 - INDEX*******************************************************************************************************/
/* 1 - COLOURS***********************************************************************/
/* 2 - MAIN COMPONENTS **************************************************************/
/* 2.1. - Structure*/
/* 2.2. - Links */
/* 2.3. - Inputs*/
/* 2.4. - Table */
/* 2.5. - Text */
/* 2.6. - Image  */
/* 3 - BOOTSTRAP CHANGES ************************************************************/
/* 3.1. - Structure*/
/* 3.2. - BUTTONS*/
/* 3.3. - Inputs */
/* 3.4. - Navegação */
/* 3.5. - Pagination */
/* 3.6. - MODALS*/
/* 3.7. - Alerts */
/* 3.8. - Gliphicons*/
/* 3.9. - COM-SM-...*/
/* 3.10. - Panels */
/* 3.11. - Texto */
/* 3.12. - Caroussel*/
/* 3.13. - List Group Item */
/* 3.14. - DatePicker */
/* 3.15. - Table */
/* 4 - OTHER COMPONENTS **************************************************************/
/* 4.1. - Structure */
/* 4.2. - Space Organization */
/* 4.3. - Loading Ring */
/* 4.4. - Sub-titles */
/* 4.5. - Circle */
/* 4.6. - Floating anchor */
/* 4.7. - ellipsis */
/* 4.8. - MAIN SEARCH */
/* 4.9. - COCKIES */
/* 4.10. - HEADER AREA GESTÃO  */
/* 4.11. - Campos Mandatórios */
/* 4.12. - Error Validation  */
/* 4.13. - VIDEOS  */
/* 4.14. - TOOLTIPS */
/* 4.15. - PRINT */
/* 4.16. - NOBULLETS */
/* 4.17. - BORDERLESS */
/* 4.18. - Dropdown Client Selection */
/* 4.19. - ****/
/* 4.20. - SEARCH */
/* 4.21. - BYSIDE - NEWSLETTER */
/* 4.22. - Vertical Align */
/* 4.23. - Scroll TOP */
/* 4.24. - Can we Help */
/* 5 - MOBILE SETTINGS******************************************************************/
/*****************************************************************************************************************/
/* 1 - COLOURS****************************************************************************************************/
:root {
  /*Background Colors*/
  --BLUEMEO: #0099ab;
  --GREY: #f3f3f3;
  --DARK: #282828;
  --BLACK: #000;
  /*Other Colors*/
  --SOFTGREY: #eee;
  --MEDDIUMGREY: #bababa;
  --DARKGREY: #222;
  --SOFTGREEN: #ada;
  --GREEN: #a1cd30;
  --MEDDIUMGREEN: #8ac443;
  --ORANGE: #eb6;
  --RED: #e84445;
  --WHITE: #fff;
  --MEDDIUMBLUE: #005884;
  --OTHERBLUE: #029eb5;
  --TEXTGREY: #6d6e71;
  --VIOLET: #6e2585;
}

/*Text Colours*/
.textgrey_text,
.textgrey_text h1,
.textgrey_text h2,
.textgrey_text h3,
.textgrey_text h4,
.textgrey_text h5,
.textgrey_text a,
.textgrey_text p {
  color: #6d6e71;
}

.bluemeo_text,
.bluemeo_text h1,
.bluemeo_text h2,
.bluemeo_text h3,
.bluemeo_text h4,
.bluemeo_text h5,
.bluemeo_text a,
.bluemeo_text p {
  color: #0099ab;
}

.meddiumblue_text,
.meddiumblue_text h1,
.meddiumblue_text h2,
.meddiumblue_text h3,
.meddiumblue_text h4,
.meddiumblue_text h5,
.meddiumblue_text a,
.meddiumblue_text p {
  color: #005884;
}

.meddiumgrey_text,
.meddiumgrey_text h1,
.meddiumgrey_text h2,
.meddiumgrey_text h3,
.meddiumgrey_text h4,
.meddiumgrey_text h5,
.meddiumgrey_text a,
.meddiumgrey_text p {
  color: #bababa;
}

.softgrey_text,
.softgrey_text h1,
.softgrey_text h2,
.softgrey_text h3,
.softgrey_text h4,
.softgrey_text h5,
.softgrey_text a,
.softgrey_text p {
  color: #f3f3f3;
}

.grey_text,
.grey_text h1,
.grey_text h2,
.grey_text h3,
.grey_text h4,
.grey_text h5,
.grey_text a,
.grey_text p {
  color: #6d6e71;
}

.black_text,
.black_text h1,
.black_text h2,
.black_text h3,
.black_text h4,
.black_text h5,
.black_text a,
.black_text p {
  color: black;
}

.white_text,
.white_text h1,
.white_text h2,
.white_text h3,
.white_text h4,
.white_text h5,
.white_text a,
.white_text p {
  color: white;
}

.red_text,
.red_text h1,
.red_text h2,
.red_text h3,
.red_text h4,
.red_text h5,
.red_text a,
.red_text p {
  color: #e84445;
}

/*Cores de fundo e dos respetivos componentes*/
.bluemeo {
  background: #0099ab;
  color: white;
}

.bluemeo p,
.bluemeo a,
.bluemeo h3 {
  color: white !important;
}

.bluemeo .btn {
  background-color: white;
  color: black !important;
}

.bluemeo .btn:hover {
  background-color: #1d1d1b;
  color: white !important;
  border-color: white;
}

.otherblue {
  background-color: #029eb5;
  color: white;
}

.meddiumblue {
  background-color: #005884;
  color: white;
}

.meddiumblue p,
.otherblue p,
.otherblue a {
  color: white !important;
}

.softgrey {
  background: #f3f3f3;
  color: black !important;
}

.softgrey p {
  color: black !important;
}

.softgrey hr {
  border-bottom: 1px solid #dedede !important;
}

.darkgrey {
  background: #222;
  color: white;
}

.meddiumgrey {
  background: #bababa;
  color: white;
}

.black {
  background: black !important;
  color: white;
}

.darkgrey .active {
  color: white !important;
  font-weight: bold;
}

.white {
  background: white !important;
}

/*****************************************************************************************************************/
/* 2 - MAIN COMPONENTS********************************************************************************************/
/* 2.1. - Structure***************************************************************************************/
html {
  height: auto;
}

body {
  -webkit-font-smoothing: antialiased;
}

/* 2.2. - Links *****************************************************************************************/
a {
  outline: 0 !important;
}

a > span {
  vertical-align: middle;
}

/* 2.3. - Inputs *****************************************************************************************/
input[type='radio'] {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
  min-width: 20px;
  background-color: white;
  float: left;
  margin-right: 20px;
}

input[type='radio'],
input[type='checkbox'] {
  margin-top: 1px;
}

input[type='password'],
input[type='text'],
input[type='file'],
input[type='email'],
select,
textarea {
  background: #fff;
  border: 1px solid #ccc !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -o-box-shadow: none !important;
  -ms-box-shadow: none !important;
  font-size: 13px;
}

input[type='password'],
input[type='text'],
input[type='file'],
input[type='email'] {
  -webkit-appearance: none;
}

input[type='text'],
select,
textarea,
.form-control {
  border-radius: 8px / 20px;
  height: auto;
  padding: 5px 20px !important;
  font-size: 15px !important;
  box-shadow: none;
}

.form-control:focus {
  border-color: #0099ab;
  box-shadow: none;
}

.quantity.form-control {
  max-width: 100px;
}

.bot_inp_menos {
  color: #0099ab;
  font-size: 30px;
  line-height: 30px;
  margin-right: 10px;
}

.bot_inp_mais {
  color: #0099ab;
  font-size: 30px;
  line-height: 30px;
  margin-left: 10px;
}

.form-group label {
  color: #0099ab;
}

/*Disable Number input Spinners used on Pay per Use*/
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/*CHECKBOX*/
input[type='checkbox'] {
  position: relative;
  height: 20px;
  width: 20px;
  border: 1px solid #ccc;
  outline: none;
  color: #f3f3f3;
  -webkit-appearance: none;
  -webkit-font-smoothing: antialiased;
  border-radius: 4px;
  float: left;
  line-height: 20px;
  margin-right: 10px;
}

input[type='checkbox']:checked:before {
  content: '✔';
  font-weight: bold;
  color: #0099ab;
  padding: 3px;
}

.checkbox label {
  display: inline-block;
  position: relative;
  padding-left: 5px;
  max-width: 80%;
}

.checkbox.checkbox-circle label::before {
  border-radius: 50%;
}

.checkbox.checkbox-inline {
  margin-top: 0;
}

.checkbox.checkbox-single label {
  height: 17px;
}

.checkbox-primary input[type='checkbox']:checked + label::before {
  background-color: #0099ab;
  border-color: #0099ab;
}

.checkbox-primary input[type='checkbox']:checked + label::after {
  color: #fff;
}

.checkbox-danger input[type='checkbox']:checked + label::before {
  background-color: #e84445;
  border-color: #e84445;
}

.checkbox-danger input[type='checkbox']:checked + label::after {
  color: #fff;
}

.checkbox-info input[type='checkbox']:checked + label::before {
  background-color: #005884;
  border-color: #005884;
}

.checkbox-info input[type='checkbox']:checked + label::after {
  color: #fff;
}

.checkbox-warning input[type='checkbox']:checked + label::before {
  background-color: #eb6;
  border-color: #eb6;
}

.checkbox-warning input[type='checkbox']:checked + label::after {
  color: #fff;
}

.checkbox-success input[type='checkbox']:checked + label::before {
  background-color: #a1cd30;
  border-color: #a1cd30;
}

.checkbox-success input[type='checkbox']:checked + label::after {
  color: #fff;
}

.cursor {
  cursor: pointer;
}

/*RADIO*/
.radio {
  padding-left: 20px;
}

.radio label {
  display: inline-block;
  position: relative;
  padding-left: 5px;
}

.radio label::before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #ccc;
  border-radius: 50%;
  background-color: #fff;
  transition: border 0.15s ease-in-out;
}

.radio label::after {
  display: inline-block;
  position: absolute;
  content: ' ';
  width: 11px;
  height: 11px;
  left: 3px;
  top: 3px;
  margin-left: -20px;
  border-radius: 50%;
  background-color: #555555;
  transform: scale(0, 0);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}

.radio input[type='radio'] {
  opacity: 0;
  z-index: 1;
}

.radio input[type='radio']:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.radio input[type='radio']:checked + label::after {
  transform: scale(1, 1);
}

.radio input[type='radio']:disabled + label {
  opacity: 0.65;
}

.radio input[type='radio']:disabled + label::before {
  cursor: not-allowed;
}

.radio.radio-inline {
  margin-top: 0;
}

.radio.radio-single label {
  height: 17px;
}

.radio-primary input[type='radio'] + label::after {
  background-color: #0099ab;
}

.radio-primary input[type='radio']:checked + label::before {
  border-color: #0099ab;
}

.radio-primary input[type='radio']:checked + label::after {
  background-color: #0099ab;
}

.radio-danger input[type='radio'] + label::after {
  background-color: #e84445;
}

.radio-danger input[type='radio']:checked + label::before {
  border-color: #e84445;
}

.radio-danger input[type='radio']:checked + label::after {
  background-color: #e84445;
}

.radio-info input[type='radio'] + label::after {
  background-color: #005884;
}

.radio-info input[type='radio']:checked + label::before {
  border-color: #005884;
}

.radio-info input[type='radio']:checked + label::after {
  background-color: #005884;
}

.radio-warning input[type='radio'] + label::after {
  background-color: #eb6;
}

.radio-warning input[type='radio']:checked + label::before {
  border-color: #eb6;
}

.radio-warning input[type='radio']:checked + label::after {
  background-color: #eb6;
}

.radio-success input[type='radio'] + label::after {
  background-color: #a1cd30;
}

.radio-success input[type='radio']:checked + label::before {
  border-color: #a1cd30;
}

.radio-success input[type='radio']:checked + label::after {
  background-color: #a1cd30;
}

/* 2.4. - Table  *****************************************************************************************/
.table {
  text-align: justify;
}

.table tr {
  display: -moz-flex;
  display: -o-flex;
  display: flex;
}

.table td.col-sm-12 {
  min-width: 100% !important;
  max-width: 100% !important;
}

.table td.col-sm-11 {
  min-width: 91.66666667% !important;
  max-width: 91.66666667% !important;
}

.table td.col-sm-10 {
  min-width: 83.33333333% !important;
  max-width: 83.33333333% !important;
}

.table td.col-sm-9 {
  min-width: 75% !important;
  max-width: 75% !important;
}

.table td.col-sm-8 {
  min-width: 66.66666667% !important;
  max-width: 66.66666667% !important;
}

.table td.col-sm-7 {
  min-width: 58.33333333% !important;
  max-width: 58.33333333% !important;
}

.table td.col-sm-6 {
  min-width: 50% !important;
  max-width: 50% !important;
}

.table td.col-sm-5 {
  min-width: 41.66666667% !important;
  max-width: 41.66666667% !important;
}

.table td.col-sm-4 {
  min-width: 33.33333333% !important;
  max-width: 33.33333333% !important;
}

.table td.col-sm-3 {
  min-width: 25% !important;
  max-width: 25% !important;
}

.table td.col-sm-2 {
  min-width: 16.66666667% !important;
  max-width: 16.66666667% !important;
}

.table td.col-sm-1 {
  min-width: 8.33333333% !important;
  max-width: 8.33333333% !important;
}

tr td:nth-child(1):last-child {
  width: 100%;
}

/*PARA FUNCIONAR CORRETAMENTE NO IE*/
/********************************************************/
.table {
  width: 100%;
  display: table;
  table-layout: fixed;
  border-collapse: collapse;
}

.table td,
.table th {
  display: block;
  text-align: center;
  vertical-align: middle;
  padding: 5px;
}

tr td:nth-child(1):last-child {
  width: 100%;
}

/********************************************************/
/*PARA FUNCIONAR CORRETAMENTE NO IE*/
/* 2.5. - Text  *****************************************************************************************/
.lowercase {
  text-transform: initial;
}

div .footer-content a span {
  text-transform: initial;
}

h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: black;
}

.bluemeo h1,
.bluemeo h2,
.bluemeo h3,
.bluemeo h4,
.bluemeo h5,
.bluemeo h6,
.bluemeo h1 a,
.bluemeo h2 a,
.bluemeo h3 a,
.bluemeo h4 a,
.bluemeo h5 a,
.bluemeo h6 a,
.darkgrey h1,
.darkgrey h2,
.darkgrey h3,
.darkgrey h4,
.darkgrey h5,
.darkgrey h6,
.darkgrey h1 a,
.darkgrey h2 a,
.darkgrey h3 a,
.darkgrey h4 a,
.darkgrey h5 a,
.darkgrey h6 a,
.black h1,
.black h2,
.black h3,
.black h4,
.black h5,
.black h6,
.black h1 a,
.black h2 a,
.black h3 a,
.black h4 a,
.black h5 a,
.black h6 a {
  color: white;
}

h1 {
  font: 400 46px 'MEO Text', sans-serif;
}

h2 {
  font: 400 44px 'MEO Text', sans-serif;
  line-height: 1.06em;
}

h3 {
  font: 400 37px 'MEO Text', sans-serif;
  line-height: 1.2em;
}

h4 {
  font: 400 27px 'MEO Text', sans-serif;
  line-height: 1.2em;
}

h5 {
  font: 400 19px 'Open Sans', sans-serif;
}

h6 {
  font: 600 15px 'Open Sans', sans-serif;
}

label {
  display: contents;
  max-width: 100%;
  font-weight: bold;
  float: left;
  padding-left: 15px;
  overflow: hidden;
  overflow: visible;
  white-space: normal;
  text-align: left;
  color: black;
  font-weight: 600;
}

.strong {
  font-weight: bold !important;
  font-family: 'Monteserrat Bold';
}

/* 2.6. - Image  *****************************************************************************************/
img {
  max-width: 100%;
  height: auto;
}

/*****************************************************************************************************************/
/* 3 - BOOTSTRAP CHANGES*******************************************************************************************/
/* 3.1. - Structure***************************************************************************************/
.page-title {
  margin-top: 80px;
}

.row {
  padding: 5px;
}

.page-header {
  text-transform: uppercase;
}

.well {
  padding: 15px;
}

.well.wider,
.row.wider {
  position: relative;
  width: 100vw;
  left: calc(-50vw + 50%);
}

.well.wider div[class^='col-sm'],
.row.wider div[class^='col-sm'] {
  float: left;
}

.nav-pills {
  display: inline-block;
}

/*To use on vertical navpills*/
.vertical > li {
  width: 100%;
  padding: 15px;
}

/* 3.2. - BUTTONS***************************************************************************************/
.btn-toggle {
  width: 100%;
}

.btn-toggle > .btn {
  width: 50%;
}

/*Botão Primary Branco*/
.btn-primary-white {
  color: white !important;
  background-color: transparent;
  border-color: white !important;
}

.dropdown-toggle.btn-secondary {
  width: 100%;
}

.btn-primary-white:focus,
.btn-primary-white.focus,
.btn-primary-white:hover,
.btn-primary-white:active,
.btn-primary-white.active,
.open > .dropdown-toggle.btn-primary-white {
  color: #0099ab;
  background-color: white;
  border-color: white;
}

.btn-primary-white:active:hover,
.btn-primary-white.active:hover,
.open > .dropdown-toggle.btn-primary-white:hover,
.btn-primary-white:active:focus,
.btn-primary-white.active:focus,
.open > .dropdown-toggle.btn-primary-white:focus,
.btn-primary-white:active.focus,
.btn-primary-white.active.focus,
.open > .dropdown-toggle.btn-primary-white.focus {
  color: #0099ab;
  background-color: white;
  border-color: white;
}

.btn-primary-white:active,
.btn-primary-white.active,
.open > .dropdown-toggle.btn-primary-white {
  background-image: none;
}

.btn-primary-white.disabled,
.btn-primary-white[disabled],
fieldset[disabled] .btn-primary-white,
.btn-primary-white.disabled:hover,
.btn-primary-white[disabled]:hover,
fieldset[disabled] .btn-primary-white:hover,
.btn-primary-white.disabled:focus,
.btn-primary-white[disabled]:focus,
fieldset[disabled] .btn-primary-white:focus,
.btn-primary-white.disabled.focus,
.btn-primary-white[disabled].focus,
fieldset[disabled] .btn-primary-white.focus,
.btn-primary-white.disabled:active,
.btn-primary-white[disabled]:active,
fieldset[disabled] .btn-primary-white:active,
.btn-primary-white.disabled.active,
.btn-primary-white[disabled].active,
fieldset[disabled] .btn-primary-white.active {
  background-color: #222;
  border-color: #222;
}

.btn-primary-white .badge {
  color: #0099ab;
  background-color: #fff;
}

.badge {
  background: #333;
  padding: 5px;
}

/*PAY-PER-USE INCREMENT DECREMENT BUTTONS*/
.spinner {
  width: 100px;
}

.spinner input {
  text-align: right;
}

.input-group-btn-vertical {
  position: relative;
  white-space: nowrap;
  width: 1%;
  vertical-align: middle;
  display: table-cell;
}

.input-group-btn-vertical > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
  padding: 8px;
  margin-left: -1px;
  position: relative;
  border-radius: 0;
}

.input-group-btn-vertical > .btn:first-child {
  border-top-right-radius: 4px;
}

.input-group-btn-vertical > .btn:last-child {
  margin-top: -2px;
  border-bottom-right-radius: 4px;
}

.input-group-btn-vertical i {
  position: absolute;
  top: 0;
  left: 4px;
}

.btn {
  border-radius: 8px / 20px !important;
}

.btn.btn-primary,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #f6f6f6;
  text-decoration: none;
  background-color: #0099ab;
  border: 1px solid transparent;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus {
  color: #0099ab !important;
  text-decoration: none;
  background-color: transparent;
  border: 1px solid #0099ab;
}

.btn.btn-primary:active {
  background-color: #0099ab;
  border-color: #2d6ca2;
  color: #fff;
}

.bluemeo .btn.btn-primary,
.cinza .btn.btn-primary {
  color: #fff;
  background: transparent;
  border: 1px solid #fff;
}

.bluemeo .btn.btn-primary:active,
.cinza .btn.btn-primary:active {
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  color: #0099ab;
}

.bluemeo .btn.btn-primary:hover,
.cinza .btn.btn-primary:hover {
  color: #0099ab;
  background: #fff;
  border-color: #fff;
}

.bluemeo .btn.btn-primary span,
.cinza .btn.btn-primary span {
  color: #fff;
}

.bluemeo .btn.btn-primary:hover span,
.cinza .btn.btn-primary:hover span {
  color: #0099ab;
}

.btn.btn-link,
.btn.btn-link:hover,
.btn.btn-link:visited,
.btn.btn-link span,
.btn.btn-link:visited span {
  color: #0099ab;
  background: none;
  box-shadow: none;
}

.btn.btn-link:hover {
  text-decoration: underline;
}

.btn.lnk-white,
.btn.lnk-white:hover,
.btn.lnk-white:visited,
.btn.lnk-white span,
.btn.lnk-white:visited span {
  color: #fff;
}

.bluemeo .btn.btn-link,
.bluemeo .btn.btn-link:hover,
.bluemeo .btn.btn-link:hover span,
.bluemeo .btn.btn-link span,
.cinza .btn.btn-link,
.cinza .btn.btn-link:hover,
.cinza .btn.btn-link:hover span,
.cinza .btn.btn-link span {
  color: #f3f3f3;
}

.modal-header .btn.btn-secondary {
  border: 1px solid #0099ab;
  color: white;
  background: #0099ab;
}

.btn.btn-secondary {
  border: 1px solid #282828;
  color: #282828;
  background-color: transparent;
}

.btn.btn-secondary:active {
  background-color: transparent;
  border-color: #000;
  color: #000;
}

.btn.btn-secondary-n {
  border: 1px solid #282828;
  color: #282828;
  background-color: transparent;
}

.btn.btn-secondary-n:active,
.btn.btn-secondary-n:focus {
  background-color: transparent;
  border-color: #000;
  color: #000;
}

.btn.btn-secondary-n:hover,
.btn.btn-secondary-n:focus {
  color: #fff;
  text-decoration: none;
  background: #666;
  border: 1px solid #666;
}

.bluemeo .btn.btn-secondary-n:hover span {
  color: #fff;
}

.dark .btn.btn-secondary-n,
.black .btn.btn-secondary-n {
  color: #fff;
  border: 1px solid #fff;
}

.dark .btn.btn-secondary-n:hover,
.black .btn.btn-secondary-n:hover {
  border: 1px solid #666;
}

.btn.btn-primary-n {
  color: #0099ab;
  text-decoration: none;
  background-color: transparent;
  border: 1px solid #0099ab;
}

.btn.btn-primary-n:hover,
.btn.btn-primary-n:focus {
  color: #fff;
  text-decoration: none;
  background: #0099ab;
  border: 1px solid #0099ab;
}

.btn.btn-primary-n:active {
  background-color: #fff;
  border-color: #0099ab;
}

.bluemeo .btn.btn-primary-n {
  color: #fff;
  border: 1px solid #fff;
}

.bluemeo .btn.btn-primary-n span {
  color: #fff;
}

.bluemeo .btn.btn-primary-n:hover {
  color: #0099ab;
  background: #fff;
  border-color: #0099ab !important;
}

.bluemeo .btn.btn-primary-n:hover span {
  color: #0099ab;
}

.btn.btn-voltar {
  text-shadow: none;
  border: #000;
  color: #f6f6f6 !important;
  background: #222;
}

.btn.btn-voltar:active,
.btn-voltar:focus {
  background-color: #666;
  border-color: #777;
}

.btn.btn-voltar:hover,
.btn-voltar:focus {
  text-decoration: none;
  background: #444;
}

.btn.btn-voltar .glyphicon {
  margin-left: -2px;
  margin-right: 5px;
  color: #fff;
}

.btn.btn-voltar.btn-link {
  color: #0099ab !important;
}

.btn.btn-voltar.btn-link .glyphicon {
  color: #0099ab;
  top: 1px;
}

.dark .btn.btn-voltar,
.black .btn.btn-voltar {
  background-color: #666;
}

.dark .btn.btn-voltar:hover,
.black .btn.btn-voltar:hover {
  background-color: #444;
}

.btn.btn-success {
  background: #a1cd30;
  color: #fff;
}

.btn.btn-warning {
  background: #eebb66;
}

.btn.btn-danger {
  background: #e84445;
}

.btn.btn-success:hover,
.btn-success:focus {
  background: #82a527;
}

.bluemeo .btn.btn-success span {
  color: #fff;
}

.btn.btn-warning:hover,
.btn-warning:focus {
  background: #e8a32f;
}

.btn.btn-danger:hover,
.btn-danger:focus {
  background: #d11b1b;
}

.btn.btn-info {
  border-color: #ddd;
  background: #fff;
  color: #404040;
}

.btn.btn-info:active,
.btn-info.active {
  background-color: #333;
  border-color: #000;
  color: #f3f3f3;
}

button[disabled],
html input[disabled],
select[disabled],
textarea[disabled],
.btn.disabled {
  cursor: default;
  background: #eee;
  color: #bababa;
}

.btn.disabled span {
  color: #fff;
}

/*Inside <li> uppercase is no needed in links*/
li btn,
a > span {
  text-transform: none !important;
}

btn,
a > span {
  text-transform: uppercase;
}

/* 3.3. - Inputs ***************************************************************************************/
input.input-lg {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  /* no standardized syntax available, no ie-friendly solution available */
}

input + i.fa {
  float: right;
  margin-top: -25px;
  margin-right: 5px;
  /* this is so when you click on the chevron, your click actually goes on the dropdown menu */
  pointer-events: none;
  /* everything after this is just to cover up the original arrow */
  /* (for browsers that don't support the syntax used above) */
  background-color: #fff;
  padding-right: 5px;
}

/* 3.4. - Navegação ***************************************************************************************/
/*this removes the border bottom for vertical nav-tabs*/
.vertical {
  border-bottom: none;
}

.nav-tabs {
  border-bottom: none;
}

.nav-tabs.big > li > a {
  padding: 20px;
  border-color: transparent !important;
}

.nav-tabs > li a,
.nav-tabs > li:hover,
.nav-pills > li a,
.nav-pills > li:hover {
  border-radius: 0 !important;
  background-color: transparent;
  border: 0 !important;
}

.nav-tabs > li a:hover,
.nav-pills > li a:hover {
  color: #0099ab;
}

.nav-tabs > li a.active,
.nav-pills > li a.active {
  background: #0099ab !important;
  color: white !important;
}

.nav-pills li {
  display: inline;
}

.nav-pills li a {
  padding: 15px !important;
}

@media (max-width: 368px) {
  #navbar {
    min-height: 38px !important;
    padding: 5px !important;
  }
}

.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: 0;
  margin-left: 0;
}

.navbar-nav {
  display: table;
  margin: 10px;
}

.navbar-nav .nav-item {
  float: left;
  padding: 0px 20px;
  position: relative;
}

.navbar.sticky {
  min-height: 38px;
  padding: 5px;
}

.navbar.sticky .lang {
  margin-right: 5px;
}

.navbar-nav > li > a {
  color: black;
}

.navbar-brand {
  color: #bababa !important;
  font-size: 15px !important;
  margin-top: -15px;
  display: inline;
}

.lang a {
  color: white;
}

#navbar .copyright {
  line-height: 26px;
  font-size: 10px;
}

.navbar-header {
  float: initial !important;
  width: 100%;
}

.top-bar {
  padding: 0 15px;
  line-height: 20px;
}

/* 3.5. - Pagination ***************************************************************************************/
.pagination {
  border-radius: 0px !important;
  margin: 0 0 -7px !important;
}

.pagination > li > a,
.pagination > li > span {
  padding: 10px 20px !important;
  color: #6e6e6e !important;
  border: none !important;
  border-right: 1px solid #eee !important;
  background: none !important;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-bottom-left-radius: 0px !important;
  border-top-left-radius: 0px !important;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  border-right: none !important;
}

.pagination > li:last-child > a:hover,
.pagination > li:last-child > span:hover {
  border-right: none !important;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: transparent !important;
  color: #0099ab !important;
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 600 !important;
  border: none !important;
  border-right: 1px solid #eee !important;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus,
.pagination > li > a.active {
  color: #0099ab !important;
  background: none !important;
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 600 !important;
  border-right: 1px solid #eee !important;
}

.pagination > .disabled > span,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999 !important;
  cursor: not-allowed !important;
  background: none !important;
  border-color: #eee !important;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 20px !important;
  font-size: 20px !important;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 0px !important;
  border-top-left-radius: 0px !important;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 13px !important;
  font-size: 13px !important;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 0px !important;
  border-top-left-radius: 0px !important;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

/* 3.6. - MODALS***************************************************************************************/
.modal {
  width: 100%;
  height: 100%;
  margin: 0;
  text-align: justify !important;
  overflow: scroll;
  background: white;
  z-index: 10000000000;
}

.modal-content {
  height: 100%;
  border-radius: 0;
  border: 0;
}

.modal-header {
  min-height: 60px;
  background: #222;
  color: white;
  font-size: large;
  text-transform: uppercase;
  border-radius: 0;
  border-bottom: 0;
  text-align: center;
  display: block;
}

.modal-header .modal-title {
  width: 100%;
}

.modal-header .close,
.alert .close {
  color: white;
  opacity: 1;
  font-size: 50px;
  line-height: 20px;
  font-weight: 100;
}

.modal-header .close {
  position: absolute;
  top: 15px;
  right: 15px;
}

/*Client Selection Modal*/
.client_modal_select > a {
  white-space: normal;
  font-weight: bold;
}

.modal-footer {
  justify-content: center;
}

.modal-backdrop {
  background: transparent;
}

/* 3.7. - Alerts  ***************************************************************************************/
/* in ajustments_alerts.css*/
/* 3.8. - Gliphicons***********************************************************************************/
a > .glyphicon {
  color: #0099ab;
}

.glyphicon {
  font-family: 'Glyphicons Halflings' !important;
  top: 0 !important;
  font-size: large;
}

.glyphicon:hover {
  color: #0099ab;
}

.glyphicon-chevron-up {
  color: #fff;
}

/*Quando é necessário remover um glyphicon*/
.removeicon:after {
  content: ' ' !important;
  /* Empty */
}

/* 3.9. - COM-SM-...***********************************************************************************/
/*Used on forms, when 2 inputs in the same line - 
        Pattern 
        --------------------------------------------------------
        input with size - col-sm-5
        space with size - col-sm-2
        other input with size - col-sm-5 */
.col-sm-05,
.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% !important;
}

.col-sm-11 {
  width: 91.66666667% !important;
}

.col-sm-10 {
  width: 83.33333333% !important;
}

.col-sm-9 {
  width: 75% !important;
}

.col-sm-8 {
  width: 66.66666667% !important;
}

.col-sm-7 {
  width: 58.33333333% !important;
}

.col-sm-6 {
  width: 50% !important;
}

.col-sm-5 {
  width: 41.66666667% !important;
}

.col-sm-4 {
  width: 33.33333333% !important;
}

.col-sm-3 {
  width: 25% !important;
}

/*25 = 2 and half*/
.col-sm-25 {
  width: 20% !important;
  float: left;
}

.col-sm-2 {
  width: 16.66666667% !important;
}

.col-sm-1 {
  width: 8.33333333% !important;
}

.col-sm-05 {
  width: 2.16666665% !important;
}

.col-sm-pull-12 {
  right: 100% !important;
}

.col-sm-pull-11 {
  right: 91.66666667% !important;
}

.col-sm-pull-10 {
  right: 83.33333333% !important;
}

.col-sm-pull-9 {
  right: 75% !important;
}

.col-sm-pull-8 {
  right: 66.66666667% !important;
}

.col-sm-pull-7 {
  right: 58.33333333% !important;
}

.col-sm-pull-6 {
  right: 50% !important;
}

.col-sm-pull-5 {
  right: 41.66666667% !important;
}

.col-sm-pull-4 {
  right: 33.33333333% !important;
}

.col-sm-pull-3 {
  right: 25% !important;
}

.col-sm-pull-2 {
  right: 16.66666667% !important;
}

.col-sm-pull-1 {
  right: 8.33333333% !important;
}

.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;
}

.offset-12 {
  margin-left: 100% !important;
}

.offset-11 {
  margin-left: 91.66666667% !important;
}

.offset-10 {
  margin-left: 83.33333333% !important;
}

.offset-9 {
  margin-left: 75% !important;
}

.offset-8 {
  margin-left: 66.66666667% !important;
}

.offset-7 {
  margin-left: 58.33333333% !important;
}

.offset-6 {
  margin-left: 50% !important;
}

.offset-5 {
  margin-left: 41.66666667% !important;
}

.offset-4 {
  margin-left: 33.33333333% !important;
}

.offset-3 {
  margin-left: 25% !important;
}

.offset-2 {
  margin-left: 16.66666667% !important;
}

.offset-1 {
  margin-left: 8.33333333% !important;
}

.offset-0 {
  margin-left: 0 !important;
}

.col-sm-5-form {
  width: 41.66666667%;
  float: left;
}

.col-sm-2-form {
  width: 16.66666667%;
  float: left;
}

.col-sm-4 > .card-header,
.col-sm-3 > .card-header,
.col-sm-25 > .card-header {
  height: 200px;
}

.col-sm-3 {
  padding: 0;
  margin: 0;
}

/* 3.10. - Panels ***********************************************************************************/
.panel {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.05) !important;
}

.nav-stacked > li + li {
  margin-left: 10px;
}

.list-group .panel-title {
  text-align: center;
  color: black;
  padding-bottom: 15px;
}

.panel-title {
  padding: 0;
  text-align: left;
}

.panel-body {
  padding: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: left;
}

.panel-buttons {
  padding: 15px 0;
}

/*Botões do estilo Altice Empresas do tipo PIPE*/
.panel-buttons .btn-primary,
.panel-buttons .btn-primary:hover,
.panel-buttons .btn-primary:active {
  white-space: nowrap;
  font: 400 15px 'Open Sans', sans-serif;
  padding: 0 0 0 7px !important;
  text-decoration: none;
  transition: all 0.3s ease-out;
  position: relative;
  background: transparent;
  color: black;
  border: none;
  list-style: none;
  padding: 0;
  margin-bottom: -10px;
  align-content: flex-start;
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 15px;
  background-image: none;
  outline: 0;
  box-shadow: none;
  border-radius: 0px !important;
}

.panel-buttons .btn-primary:hover,
.panel-buttons .btn-primary:active {
  text-decoration: underline !important;
}

.panel-buttons .btn-primary:before {
  content: '';
  position: absolute;
  background: #0099ab;
  left: 0;
  top: 17%;
  width: 2px;
  transition: all 0.3s ease-out;
  height: 66%;
}

.panel-buttons-small {
  height: 80px;
}

.card-header.disabled {
  pointer-events: none;
}

.card-header.disabled [data-toggle='collapse']:after {
  content: '' !important;
}

.card-header [data-toggle='collapse']:after {
  font-family: 'Glyphicons Halflings';
  content: '\2212';
  /* Minus */
  float: right;
  color: #0099ab;
  font-size: 18px;
  position: absolute;
  right: 20px;
}

.card-header [data-toggle='collapse'].collapsed:after {
  font-family: 'Glyphicons Halflings';
  content: '\2b';
  /* Plus */
  color: #0099ab;
  position: absolute;
  vertical-align: middle;
  font-size: 20px;
  right: 20px;
}

@media (max-width: 768px) {
  .card-header [data-toggle='collapse'].collapsed:after,
  .card-header [data-toggle='collapse']:after {
    right: 5px;
  }
}

.card-header [data-toggle='collapse'] {
  text-decoration: none;
}

.card-header [data-toggle='collapse']:hover {
  color: #222 !important;
}

.panel-title > a {
  color: #0099ab;
}

/* 3.11. - Texto ********************************************************************************************/
.btn {
  font-size: 12px;
}

.text-normal {
  white-space: normal !important;
  font-weight: normal !important;
}

/* 3.12. - Caroussel****************************************************************************************/
.carousel {
  height: auto;
}

.carousel h2 {
  color: white;
}

.carousel .item {
  height: auto;
}

.carousel .item img {
  height: auto;
}

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  margin: auto;
}

.contentlateralspace .img-responsive,
.contentlateralspace .thumbnail > img,
.contentlateralspace .thumbnail a > img,
.contentlateralspace .carousel-inner > .item > img,
.contentlateralspace .carousel-inner > .item > a > img {
  margin: auto;
  padding: 13px;
}

@media (max-width: 1500px) {
  .contentlateralspace .img-responsive,
  .contentlateralspace .thumbnail > img,
  .contentlateralspace .thumbnail a > img,
  .contentlateralspace .carousel-inner > .item > img,
  .contentlateralspace .carousel-inner > .item > a > img {
    width: 100%;
    padding: 0;
  }
}

.carousel-indicators li {
  display: inline-block;
  opacity: 0.7;
  height: 1px !important;
  width: 20px !important;
  background: white;
  border-radius: 50%;
  padding: 0;
  margin-left: 10px;
  margin-bottom: 20px;
}

.carousel-indicators .active {
  background: #0099ab;
}

.carousel-control span {
  font-size: 50px !important;
}

.carousel-multimedia .item img,
.carousel-multimedia .item video {
  height: 100%;
  display: initial;
}

.carousel-inner {
  background: white;
}

.carousel-inner.wider {
  position: relative;
  width: 100vw;
  left: calc(-50vw + 50%);
}

.carousel-caption,
.carousel-caption h2 {
  text-align: left;
  color: black;
}

.carousel-caption.white_text h2 {
  color: white;
}

/* 3.13. - List Group Item *************************************************************************************/
.list-group-item {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  margin: 5px;
}

.list-group-item.white.bluemeo_text {
  color: black !important;
}

.list-group-item.white.bluemeo_text:hover {
  color: #0099ab !important;
}

/* 3.14. - DatePicker ********************************************************************************************/
.datepicker.datepicker-dropdown {
  z-index: 9999999999 !important;
}

/* 3.15. - Table *************************************************************************************************/
/*****************************************************************************************************************/
/* 4 - OTHER COMPONENTS*******************************************************************************************/
/* 4.1. - Structure***************************************************************************************/
#bodycontent {
  display: block;
  margin-right: auto;
  margin-left: auto;
  min-height: 400px;
  margin-top: 30px;
}

#bodyContent {
  margin-bottom: 40px;
}

.contentlateralspace {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

@media (max-width: 395px) {
  .contentlateralspace {
    max-width: 1500px;
    padding-left: 0;
    padding-right: 0;
  }
}

.full-screen {
  width: 100%;
  height: 100%;
  margin: 0;
  top: 0;
  left: 0;
}

#footer {
  position: relative;
  min-height: 120px;
  background: black;
  width: 100%;
  margin-top: 30px;
}

#footer a {
  color: white !important;
}

#footer a:hover,
#footer a span:hover {
  color: #0099ab !important;
}

#footer .footer-main {
  justify-content: left;
  max-width: 100%;
  margin: auto;
  align-items: baseline;
}

#footer .footer-main .footer-content {
  padding: 20px 0 0 0;
  margin: 10px 30px;
  min-width: 125px;
  max-width: 275px;
  display: inline-block;
  vertical-align: top;
  color: white;
  text-align: center;
}

#footer .footer-main .footer-content a {
  font-size: 13px;
  line-height: 18px;
  color: white;
}

#footerlogo a {
  position: absolute;
  right: 50px;
  bottom: 20px;
}

#allrightsreserved {
  position: absolute;
  left: 50px;
  bottom: 20px;
  font-size: 11px;
  color: #666666;
}

#lastmodifieddate {
  font-size: 10px;
  position: absolute;
  bottom: 85px;
  right: 50px;
  color: #666666;
}

#footerlinks {
  position: absolute;
  bottom: 85px;
  left: 50px;
}

#footerlinks a {
  font-size: 11px;
}

#footerlinks a {
  padding-right: 10px;
}

#certifications {
  padding-bottom: 95px;
}

#certifications h3 {
  color: white;
}

#certifications img {
  background: white;
  margin-top: 25px;
  height: 75px;
  border-radius: 10px;
  opacity: 0.85;
}

#certifications img:hover {
  opacity: 1;
}

/*Footer Mobile*/
@media (max-width: 720px) {
  #footer {
    position: relative;
    display: table;
    width: 100%;
    padding-bottom: 20px;
  }
  #footerlogo a,
  #allrightsreserved,
  #lastmodifieddate,
  #footerlinks {
    position: relative;
    padding: 5px;
    display: inline-block;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
  }
  #footerlinks a {
    width: 100% !important;
    clear: both;
    display: block;
    line-height: 20px;
  }
}

/* 4.2. - Space Organization  ***************************************************************************************/
.small_space {
  margin: 15px 5% !important;
}

.space_left {
  margin-left: 15px;
}

.small_space_right {
  margin-right: 10px;
}

.small_space_left {
  margin-left: 10px;
}

.space_right {
  margin-right: 15px;
}

.space_top {
  margin-top: 15px;
}

.big_space_top {
  margin-top: 30px;
}

.big_space_bottom {
  margin-bottom: 30px;
}

.big_space_right {
  margin-right: 30px;
}

.big_space_left {
  margin-left: 30px;
}

.space_bottom {
  margin-bottom: 15px;
}

.small_padding {
  padding: 15px !important;
}

.small_padding_lateral {
  padding: 0 15px !important;
}

.small_padding_lateral.current {
  font-weight: bold;
}

.small_padding_right {
  padding-right: 15px !important;
}

.small_padding_left {
  padding-left: 15px !important;
}

.small_padding_top {
  padding-top: 15px !important;
}

.small_padding_bottom {
  padding-bottom: 15px !important;
}

.vertical_small_padding {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.horizontal_big_padding {
  padding-left: 50px !important;
  padding-right: 50px !important;
}

.horizontal_small_padding {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.vertical_big_padding {
  padding: 35px 0 !important;
}

.padding_top {
  margin-top: 15px !important;
}

.padding_bottom {
  margin-bottom: 15px !important;
}

.nopadding_left {
  padding-left: 0 !important;
}

.nopadding_right {
  padding-right: 0 !important;
}

.nospace_bottom {
  margin-bottom: 0 !important;
}

.minimum_padding {
  padding: 1px;
}

.clearfix {
  clear: both;
}

.item-space {
  padding: 10px;
}

/* 4.3. - Loading Ring***************************************************************************************/
.loading-ring {
  background-color: rgba(0, 0, 0, 0.2);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999999999;
}

.loading-ring-content {
    width: 30%;
    height: 30%;
    margin-left: 35%;
    margin-top: 15%;
    background: white;
    padding: 2% !important;
    text-align: center;
}

@media (max-width: 768px) {
  .loading-ring-content {
    width: 100%;
    height: 100%;
    padding-top: 50% !important;
    margin-left: 0;
    margin-top: 0;
  }
}

/*Used on loading ring spinner*/
.glyphicon-refresh-animate {
  -animation: spin 0.7s infinite linear;
  -webkit-animation: spin2 0.7s infinite linear;
}

@-webkit-keyframes spin2 {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  from {
    transform: scale(1) rotate(0deg);
  }
  to {
    transform: scale(1) rotate(360deg);
  }
}

@keyframes spin {
  from {
    transform: scale(1) rotate(0deg);
  }
  to {
    transform: scale(1) rotate(360deg);
  }
}

/* 4.4. - Sub-titles ***************************************************************************************/
.subtitle-item {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  margin: 5px;
  float: left;
}

@media (min-width: 395px) {
  .subtitle-item {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .subtitle-item {
    width: 42%;
  }
}

@media (min-width: 1200px) {
  .subtitle-item {
    width: 32%;
  }
}

.subtitle-item .image {
  float: left;
  position: relative;
  width: 20%;
}

/* 4.5. - Circle***************************************************************************************/
.small_circle {
  width: 60px;
  height: 60px;
  margin: auto;
  padding-bottom: 30px;
  border-radius: 30px;
}

.circle {
  width: 100px;
  height: 100px;
  margin: auto;
  padding-bottom: 65px;
  border-radius: 65px;
}

@media (max-width: 1200px) {
  .big_circle {
    position: relative;
    padding: 15% 0;
    top: 0;
    height: 250px;
  }
  .big_circle_content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    border-bottom: 15px solid white;
    padding: 15px;
  }
  .big_circle_content span {
    vertical-align: middle;
    display: inline-block;
  }
}

@media (min-width: 1200px) {
  .big_circle {
    position: relative;
    width: 360px;
    height: 0;
    padding: 180px 0;
    border-radius: 50%;
    top: 0;
    margin-left: 17%;
  }
  .big_circle_content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 15px;
  }
  .big_circle_content:before {
    content: '';
    vertical-align: middle;
    display: inline-block;
    width: 0;
    height: 100%;
  }
  .big_circle_content span {
    vertical-align: middle;
    display: inline-block;
    padding: 15px;
  }
}

/* 4.6. - Floating anchor****************************************************************************************/
/*This has been added to remove the space used by the header when we scroll to an anchor, in order to avoid that the
    module we need to see to be slightly hiden */
.anchor {
  margin-top: -100px;
  padding-bottom: 100px;
  display: block;
}

/* 4.7. - ellipsis****************************************************************************************/
.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* 4.8. - MAIN SEARCH****************************************************************************************/
.mainsearch,
.mainsearch span {
  color: white !important;
  font-weight: bold;
  text-transform: uppercase !important;
}

.mainsearch span:hover {
  color: #0099ab !important;
}

/* 4.9. - COCKIES****************************************************************************************/
.warning_EU_cookiemsg {
  position: fixed !important;
}

.warning_EU_cookiemsg p {
  line-height: initial;
  padding: 0;
}

.cookie_disclaimer {
  margin-top: 0;
  top: 0 !important;
  width: 100% !important;
  margin-left: 0 !important;
  font-size: small;
  background: #222 !important;
  padding: 5px !important;
  font-family: inherit !important;
}

/*This will remove the icon :before used at info popup */
.cookie_disclaimer:before {
  content: none !important;
}

/* 4.10. - HEADER AREA GESTÃO   ****************************************************************************************/
/*Areas no topo das tabelas na área de gestão*/
#userinfotext {
  width: 150px;
}

@media (min-width: 1200px) {
  #userinfotext {
    display: initial;
  }
}

@media (max-width: 1200px) {
  #userinfotext {
    display: none;
  }
}

/*Estilo Header e menus do header em Mobile*/
#navbarmobile {
  background-color: white;
  padding-top: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1000;
  padding-left: 20px;
  padding-right: 20px;
  top: 0;
  z-index: 9999;
  padding-top: 15px;
}

@media (min-width: 768px) {
  #navbarmobile {
    display: none !important;
  }
}

@media (max-width: 768px) {
  #mainlogo a img {
    height: 20px;
  }
}

#navbarmobile h4 {
  font-size: medium;
}

#navbarmobile .nav li {
  background-color: white;
}

#navbarmobile a {
  width: 100%;
  margin-top: 10px;
}

#navbarmobile a.close {
  position: fixed;
  top: 10px;
  right: 15px;
  color: #0099ab;
  text-align: right;
  font-size: 15px;
}

#navbar .glyphicon-menu-hamburger {
  position: absolute;
  top: 8px !important;
  right: 15px;
}

#logomobile a img {
  padding-bottom: 25px;
}

@media (max-width: 768px) {
  body {
    padding-top: 50px;
  }
}

.areagestao_header {
  height: 80px;
  position: relative;
}

.areagestao_header > .left {
  bottom: 0;
  left: 0;
  position: absolute;
  text-align: left;
}

.areagestao_header > .right {
  bottom: 0;
  right: 0;
  position: absolute;
}

/* 4.11. - Campos Mandatórios   ****************************************************************************************/
.required label:after {
  content: '*';
  color: #e84445;
  padding-left: 5px;
  font-size: small;
}

/* 4.12. - Error Validation   ****************************************************************************************/
.errorvalidation {
  color: #e84445 !important;
  font-size: small;
  padding-left: 5px;
  text-align: left !important;
}

input.error,
.form-control.error,
.error .bootstrap-select .dropdown-toggle,
.has-error .bootstrap-select .dropdown-toggle {
  border-color: #e84445 !important;
}

/* 4.13. - VIDEOS  ****************************************************************************************/
span.video_play.showplaybtn img {
  opacity: 0.5;
}

span.video_play.showplaybtn img:hover {
  opacity: 1;
}

span.video_play.showplaybtn {
  -o-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -webkit-transition: -webkit-transform 1s;
  background: url(images/bt_play.png) center center no-repeat;
  background-position: center;
  cursor: pointer;
  height: 500px;
  z-index: 10;
  left: 0;
  opacity: 1;
}

.video_container {
  height: 500px;
  position: relative;
}

.video_container video,
span.video_play {
  width: 100%;
  height: 500px;
  position: absolute;
  left: 0;
}

.video_container img {
  height: 500px;
}

/*Videos alignement inside Columns: Concept Page*/
.col-sm-5 > video {
  margin-top: 15%;
}

@media (max-width: 768px) {
  .col-sm-5 > video {
    margin-top: initial;
  }
}

/* 4.14. - TOOLTIPS  ****************************************************************************************/
.tooltip {
  opacity: 1;
  z-index: 1000;
}

.tooltip.question {
  position: relative;
  display: inline;
  font-weight: bold;
  z-index: 1;
  padding-left: 20px;
  padding-right: 20px;
  opacity: 1;
}

.tooltip.top {
  margin-top: -30px;
}

/* 4.15. - PRINT  ****************************************************************************************/
@media print {
  .visible-print {
    display: inherit !important;
  }
  .hidden-print,
  .glyphicon,
  #HelpAndSuport,
  #searchdetails_myaccount,
  #footer {
    display: none !important;
  }
  #sidebar {
    display: inline-block !important;
    position: relative !important;
    text-align: center !important;
    width: 100% !important;
    background: #f3f3f3 !important;
    top: initial !important;
  }
  .page-title {
    margin-top: 10px !important;
  }
  .nav-tabs > li > div.active > a,
  .nav-tabs > li.active > a,
  .nav-tabs > li.active > a:hover,
  .nav-tabs > li.active > a:focus {
    background: #0099ab !important;
    color: white !important;
  }
  .col-sm-6 {
    width: 49% !important;
  }
  .printleft {
    text-align: left !important;
    display: inline-block !important;
  }
  .printright {
    text-align: right !important;
    display: inline-block !important;
  }
  .modal {
    background: white !important;
    scroll: hidden !important;
  }
  .modal-footer {
    display: none !important;
  }
  .printcompletewidth {
    width: 100% !important;
  }
}

/* 4.16. - NOBULLETS  ****************************************************************************************/
ul.nobullets {
  list-style-type: none;
}

/* 4.17. - BORDERLESS  ****************************************************************************************/
.borderless td,
.borderless th {
  border: none !important;
}

/* 4.18. - Dropdown Client Selection  ********************************************************************/
.dropdown-menu_clientselection {
  display: block;
  top: 100%;
  z-index: 1000;
  width: 100%;
  float: left;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  color: #0099ab;
  position: relative;
  margin-top: -5px;
  margin-left: -15px;
}

.dropdown-menu_clientselection li {
  cursor: pointer;
  background-color: #f3f3f3;
  width: 100%;
}

.dropdown-menu_clientselection li:hover {
  background: white !important;
}

.dropdown-menu > li {
  font-size: 14px;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #222;
  font-weight: 400;
  white-space: nowrap;
  font-size: 14px;
  width: 2;
}

.inverse_hover .dropdown-menu > li > a:hover,
.inverse_hover .dropdown-menu > li > a:focus {
  text-decoration: underline;
}

/*SUBMENU*/
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  background-color: #f3f3f3;
}

.dropdown-submenu:hover > .dropdown-menu {
  display: block;
  margin-top: 0;
}

.dropdown-submenu > a:after {
  display: block;
  content: ' ';
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: white;
  margin-top: 5px;
  margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  border-radius: 6px 0 6px 6px;
}

.dropdown-submenu > .dropdown-menu {
  padding: 20px;
  margin-left: 0 !important;
  width: 400px;
}

/*In order to have dropdowns correctly aligned when used on forms. This removes the initial margin.*/
div > select {
  margin: 0 !important;
}

/* 4.19. -*********************************************************************************************/
/* 4.20. - SEARCH  ************************************************************************************/
#search {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  transition: all 0.5s ease-in-out;
  transform: translate(0px, -100%) scale(0, 0);
  opacity: 0;
}

#search.open {
  transform: translate(0px, 0px) scale(1, 1);
  opacity: 1;
}

#search input[type='search'] {
  position: absolute;
  top: 20%;
  width: 100%;
  left: 0;
  color: white;
  background: rgba(0, 0, 0, 0);
  font-size: 60px;
  font-weight: 300;
  text-align: center;
  border: 0px;
  margin: 0px auto;
  margin-top: -51px;
  padding-left: 30px;
  padding-right: 30px;
  outline: none;
}

#search .btn {
  position: absolute;
  top: 20%;
  left: 50%;
  margin-top: 61px;
  margin-left: -45px;
}

#search .close {
  position: fixed;
  top: 15px;
  right: 15px;
  color: white;
  background-color: #0099ab;
  border-color: #0099ab;
  opacity: 1;
  padding: 10px 17px;
  font-size: 27px;
}

/* 4.21. - BYSIDE - NEWSLETTER  ************************************************************************************/
/* 4.22. - Vertical Align  ************************************************************************************/
/*To use in the outer div*/
.vertical-align {
  display: inline-flex;
  align-items: center;
}

/* 4.23. - Scroll TOP  ************************************************************************************/
.scroll-top {
  position: fixed;
  bottom: 0;
  right: 5%;
  z-index: 100;
  background: #f3f3f3;
  color: white;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  height: 50px;
  width: 50px;
  line-height: 35px;
}

.scroll-top:active {
  background: white;
  color: #0099ab;
}

/* 4.24. - Can we Help  ************************************************************************************/
.can-we-help {
  position: fixed;
  bottom: 0;
  left: 5%;
  padding: 15px;
  z-index: 100;
  background: #0099ab;
  color: white;
  font-size: 24px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.can-we-help a {
  color: white;
}

/*****************************************************************************************************************/
/* 5 - MOBILE SETTINGS********************************************************************************************/
/*Ver ficheiro -> 0 - responsive.css */
/*****************************************************************************************************************/
/*PERTENCE À LOJA*/
table.list_templat_int td {
  display: table-cell;
  vertical-align: top !important;
  width: 33% !important;
  text-align: center;
}

table.list_templat_int td .thumbs_templat {
  height: 250px;
  vertical-align: bottom !important;
  display: table-cell;
  padding-bottom: 20px;
  text-align: center !important;
  width: 1000px;
  /*Dummy size to fix  aliign center*/
}

table.list_templat_int td .thumbs_templat img:hover {
  opacity: 0.4;
}

.bootstrap-select {
  width: 100% !important;
}

.dropdown-menu.open.show .dropdown-menu.inner {
  display: block;
}

.table.nospace td {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.search .list-group-item {
  width: 150px !important;
  background: #eee !important;
  text-align: center;
}

.pes .searchinput {
  border: none !important;
  font-size: 18px !important;
  color: black;
}

.nodecor:hover {
  text-decoration: none;
}

.search.list-group {
  min-height: 200px;
}

.search.list-group li {
  list-style: none;
}

/*PAGINATION*/
.aspNetDisabled.ant,
.aspNetDisabled.ants,
.aspNetDisabled.seg,
.aspNetDisabled.segs {
  color: #bababa;
}

.pag_red_links {
  padding-right: 60px;
}

/*<*/
.ant {
  position: relative;
}

.ant:before {
  content: '\f0d9';
  font-family: 'FontAwesome';
  font-size: 20px;
  width: 20px;
  left: -25px;
  position: absolute;
  top: -8px;
}

/*<<*/
.ants {
  position: relative;
}

.ants:before {
  content: '\f048';
  font-family: 'FontAwesome';
  font-size: 15px;
  width: 20px;
  left: -45px;
  position: absolute;
  top: -4px;
}

/*>*/
.seg {
  position: relative;
}

.seg:before {
  content: '\f0da';
  font-family: 'FontAwesome';
  font-size: 20px;
  width: 20px;
  right: -12px;
  position: absolute;
  top: -8px;
}

/*>>*/
.segs {
  position: relative;
}

.segs:before {
  content: '\f051';
  font-family: 'FontAwesome';
  font-size: 15px;
  width: 20px;
  right: -35px;
  position: absolute;
  top: -4px;
}

/*Hide hyperlink on hover no href link*/
a[href='']:hover {
  text-transform: none !important;
}

a:not([href='']) {
  text-decoration: none !important;
  cursor: pointer;
}

.btn.close {
  float: right;
  font-weight: normal;
  line-height: 20px;
  color: #282828;
  font-size: 14px !important;
}

.big_icon {
  font-size: 30px;
  padding: 5px;
}

.small_icon {
  font-size: 15px;
  padding: 5px;
}

.not-active {
  pointer-events: none;
  cursor: default;
  color: #bababa;
}

/*PAGE NOT FOUND*/
.notfoundlogo {
  position: absolute;
  top: 25px;
  width: 100%;
  left: 0;
}

.notfoundlogo img {
  height: 40px;
  margin-top: 50px;
}

#notfoundlogofooter {
  padding-bottom: 15px;
  position: relative;
  float: right;
  margin-right: 15px;
}

#notfoundpage {
  padding-top: 15%;
  display: table;
  width: 100% !important;
  z-index: 10;
  background: #1d1d1b;
  color: white;
  margin-bottom: 50px;
  padding-bottom: 50px;
}

/*Alinhamento onde a página de erro surge dentro de outras paginas*/
#bodycontent #notfoundpage {
  padding-top: 50px !important;
}

#notfoundpage h3,
#notfoundpage h4 {
  color: white;
}

@media (max-width: 768px) {
  #notfoundpageInner {
    padding: 5px !important;
  }
  #notfoundpageInner img {
    height: 60px;
  }
  #notfoundpage #notfoundpageInner > div {
    clear: both;
    text-align: center;
    margin: 0;
    float: none !important;
    width: 100%;
    font-size: 12px;
  }
  #notfoundpage #notfoundpageInner > div h3,
  #notfoundpage #notfoundpageInner > div h4 {
    font-size: 18px !important;
  }
}

#notfoundpage #notfoundpageInner {
  padding: 0 10%;
  display: table-cell;
  vertical-align: middle;
}

.navbar.sticky .login-info {
  top: 37px;
}

.login-info {
  text-align: left;
  position: absolute;
  top: 43px;
  right: 0;
  background: white;
  min-width: 300px;
  min-height: 200px;
  color: black;
  min-height: 100px;
  max-height: 1000px;
  border: 1px solid #eee;
  border-top: 4px solid #01aa5a;
  opacity: 1;
  padding: 15px 20px;
  z-index: 99;
}

.login-info h4 {
  line-height: 30px;
  color: black;
}

.login-info:before {
  content: '';
  position: absolute;
  top: -4px;
  right: 78px;
  margin-top: -6px;
  border-bottom: 6px solid #01aa5a;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  margin-left: -21px;
}

.slogin-foto-big {
  width: 62px;
  height: 62px;
  float: left;
  margin-right: 10px;
  text-align: center;
  background: #fff url(/App_Themes/AlticeInterno/images/ic-default-photo.png) 50% 50% no-repeat;
}

.slogin-foto-big {
  border: 1px solid #cbcbcb;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 23px;
}

.logininfo-User-Container {
  margin-left: 85px;
}

.firstlihighlighted ul li:first-child {
  font-weight: bold;
  text-decoration: underline;
}

.dropdown-menu {
  width: 100%;
  margin: 0 5px 0 !important;
  z-index: 1500 !important;
}

.open > .dropdown-menu a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.card {
  margin-bottom: 5px;
  border-color: transparent;
}

.card .card-header {
  text-align: left;
  border-radius: 0px;
  border-color: transparent;
}

.card .card-header a {
  color: #0099ab;
  font-size: 14px;
  font-weight: bold;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

.card .collapse {
  font-size: 14px;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

.panel.card-header.bluemeo a,
.panel.card-header.bluemeo a .glyphicon,
.panel.card-header.bluemeo [data-toggle='collapse']:after,
.panel.card-header.bluemeo [data-toggle='collapse'].collapsed:after {
  color: white !important;
}

.btn.aspNetDisabled {
  display: none !important;
}

.defaultpointer:hover {
  cursor: default !important;
}

.text_space_left {
  margin-left: 25px;
}

:root {
  /*Background Colors*/
  --BLUEMEO: black;
  /*Other Colors*/
  --RED: #e31d1a;
  --TEXTGREY: #4d4d4d;
}

/*Text Colours*/
.textgrey_text {
  color: #4d4d4d !important;
}

.bluemeo_text {
  color: black !important;
}

.meddiumblue_text {
  color: #4d4d4d !important;
}

.meddiumgrey_text {
  color: #4d4d4d !important;
}

.softgrey_text {
  color: #4d4d4d !important;
}

.grey_text {
  color: black !important;
}

.black_text {
  color: black !important;
}

.white_text {
  color: white !important;
}

.red_text {
  color: #e31d1a !important;
}

/*Cores de fundo e dos respetivos componentes*/
.bluemeo {
  background: black !important;
}

.bluemeo .btn span:hover {
  background-color: transparent;
  color: white !important;
  border-color: white;
}

.otherblue {
  background-color: black !important;
}

.meddiumblue {
  background-color: black !important;
}

.softgrey {
  background: #eee !important;
}

.softgrey h1,
.softgrey h2,
.softgrey h3,
.softgrey h4,
.softgrey h5,
.softgrey h1 a,
.softgrey h2 a,
.softgrey h3 a,
.softgrey h4 a,
.softgrey h5 a {
  color: black !important;
}

.darkgrey {
  background: black !important;
}

.meddiumgrey {
  background: black !important;
}

p {
  line-height: 30px;
}

a:active,
a:hover {
  outline: 0 !important;
}

a:focus {
  outline: none 0 !important;
  color: black 0 !important;
}

.list-group-item {
  text-align: center !important;
}

.list-group-item:first-child {
  border-radius: 5px !important;
}

input[type='radio'] {
  background-color: transparent !important;
  margin-right: 15px !important;
  height: 30px !important;
}

input[type='radio'],
input[type='checkbox'] {
  margin: 5px 0 0 !important;
  line-height: normal !important;
}

input[type='file']:focus,
input[type='radio']:focus,
input[type='checkbox']:focus {
  outline: none !important;
}

input[type='file'] {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  padding-left: 0 !important;
}

input[type='file'] {
  position: relative;
  -webkit-appearance: textfield !important;
  -webkit-box-sizing: border-box !important;
  border-radius: 0px !important;
}

input[type='file']::-webkit-file-upload-button {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  width: 0;
}

/* "x::-webkit-file-upload-button" forces the rules to only apply to browsers that support this pseudo-element */
x::-webkit-file-upload-button,
input[type='file']:after {
  content: 'Browse...';
  display: inline-block;
  left: 100%;
  padding-left: 20px;
  margin-top: -1px;
  position: relative;
  -webkit-appearance: button;
  line-height: 40px;
  width: 100px;
}

input[type='password'],
input[type='text'],
input[type='file'],
input[type='email'],
select,
textarea,
.form-control {
  background: transparent !important;
  border: 0 !important;
  border-radius: 5px !important;
  border: 1px solid #b3b3b3 !important;
  line-height: 15px !important;
  height: 40px !important;
  font-weight: 300 !important;
  color: black !important;
  box-shadow: none !important;
}

.form-control:focus {
  border-color: black !important;
}

.form-group label {
  color: black;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: white;
  text-align: center;
  background-color: transparent;
  border: 1px solid transparent;
  color: black;
  text-decoration: none !important;
}

input[type='checkbox'] {
  border: 1px solid #b3b3b3 !important;
  margin-right: 15px !important;
}

input[type='checkbox']:checked:before {
  content: '' !important;
  background: url(images/checkbox_checked.png);
  background-repeat: no-repeat;
  background-size: 15px 15px;
  line-height: 25px;
  padding-left: 15px;
  margin-left: 1px;
}

.checkbox-primary input[type='checkbox']:checked + label::before {
  background-color: black !important;
  border-color: black !important;
}

.checkbox-danger input[type='checkbox']:checked + label::before {
  background-color: #e31d1a !important;
  border-color: #e31d1a !important;
}

.radio-primary input[type='radio'] + label::after {
  background-color: black !important;
}

.radio-primary input[type='radio']:checked + label::before {
  border-color: black !important;
}

.radio-primary input[type='radio']:checked + label::after {
  background-color: black !important;
}

.radio-danger input[type='radio'] + label::after {
  background-color: #e31d1a !important;
}

.radio-danger input[type='radio']:checked + label::before {
  border-color: #e31d1a !important;
}

.radio-danger input[type='radio']:checked + label::after {
  background-color: #e31d1a !important;
}

.table .table {
  background: transparent !important;
  margin-top: 20px !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-muted {
  color: #777;
}

.text-primary {
  color: black;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #005884;
}

.text-success {
  color: #8ac443;
}

.text-warning {
  color: #eb6;
}

.text-danger {
  color: #e31d1a;
}

h1,
h1 a {
  font: 400 46px 'Montserrat Bold', sans-serif !important;
  text-transform: uppercase !important;
}

h2,
h2 a {
  font: 900 32px 'Montserrat SemiBold', sans-serif !important;
  text-transform: uppercase !important;
}

h3,
h3 a {
  font: 900 28px 'Montserrat SemiBold', sans-serif !important;
  text-transform: uppercase !important;
}

h4,
h4 a {
  font: 900 24px 'Montserrat SemiBold', sans-serif !important;
}

h5,
h5 a {
  font: 900 18px 'Montserrat SemiBold', sans-serif !important;
  text-transform: uppercase !important;
}

h6,
h6 a {
  font: 900 15px 'Montserrat SemiBold', sans-serif !important;
}

@media (max-height: 760px) {
  h1,
  h1 a {
    font: 400 26px 'Montserrat Bold', sans-serif !important;
  }
  h2,
  h2 a {
    font: 900 24px 'Montserrat SemiBold', sans-serif !important;
  }
  h3,
  h3 a {
    font: 900 22px 'Montserrat SemiBold', sans-serif !important;
  }
  h4,
  h4 a {
    font: 900 20px 'Montserrat SemiBold', sans-serif !important;
  }
  h5,
  h5 a {
    font: 900 18px 'Montserrat SemiBold', sans-serif !important;
  }
  h6,
  h6 a {
    font: 900 15px 'Montserrat SemiBold', sans-serif !important;
  }
}

label {
  display: inline-block !important;
  padding-left: 0px !important;
  line-height: 30px !important;
  font-weight: normal !important;
}

.strong {
  font-family: inherit !important;
}

img {
  width: auto !important;
}

img[id*='chartControl'] {
  width: 100% !important;
  height: auto !important;
}

#solutionstitle {
  font: 400 20px 'Altice Regular';
  position: absolute;
  left: 150px;
  margin-left: auto;
  text-align: left;
  width: 60%;
}

#headeroptions {
  width: auto;
  position: absolute;
  right: 0;
}

#headerbtns {
  position: absolute;
  text-align: right;
  top: 35px;
  right: 10px;
  margin-right: 15px;
  width: 300px;
}

#headerbtns a {
  font-size: 16px;
}

#headerbtns .btn {
  color: white !important;
}

.page-header {
  text-transform: uppercase;
}

/*.container {
    width: auto;
    padding-left: 0px;
    padding-right: 0px;
}*/
@media (max-width: 768px) {
  .well {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
}

.well {
  min-height: 20px !important;
  padding: 20px !important;
  margin-bottom: 0 !important;
  border: 0 solid transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

@media (max-width: 768px) {
  .nav-pills > li div {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
}

.nav-pills > li div {
  padding: 15px;
  font: bold 15px 'Montserrat Bold', sans-serif;
  margin-right: 10px;
}

.nav-pills > li div.active {
  padding: 15px;
  background: black;
}

.nav-pills > li div.active a {
  color: white;
}

/*To use on vertical navpills*/
.vertical > li {
  padding: 15px 0px !important;
  margin-bottom: 10px;
  font: bold 15px 'Montserrat Bold', sans-serif;
}

.vertical > li div {
  padding: 15px;
}

.vertical > li div.active {
  background: black;
}

.vertical > li div.active a {
  color: white !important;
}

.vertical > .active {
  background: black !important;
  color: white !important;
}

@media (max-width: 768px) {
  .vertical > li {
    padding: 0px;
  }
}

.btn-secondary:hover {
  background-color: transparent !important;
}

.dropdown-toggle.btn-secondary {
  border: 1px solid #b3b3b3 !important;
}

.dropdown .dropdown-toggle.btn-secondary {
  width: 100% !important;
  border: 1px solid #b3b3b3 !important;
  font-family: 'Montserrat Regular', sans-serif !important;
  font-size: 15px !important;
  font-weight: 300 !important;
  color: #000 !important;
  padding: 5px !important;
  text-align: center !important;
  padding-right: 0px !important;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  font-family: 'Montserrat Regular', sans-serif !important;
  font-size: 15px !important;
  font-weight: 300 !important;
  color: black !important;
  padding: 5px !important;
}

.nav a.active .badge {
  background: white;
  color: black;
  margin-left: 10px !important;
}

.btn-primary-white .badge {
  color: black !important;
}

.badge {
  background: black !important;
  color: white !important;
  border-radius: 0px !important;
}

.badge a {
  font-family: 'Montserrat Bold', sans-serif !important;
}

.btn-primary-white:focus,
.btn-primary-white.focus,
.btn-primary-white:hover,
.btn-primary-white:active,
.btn-primary-white.active,
.open > .dropdown-toggle.btn-primary-white {
  color: black !important;
}

.btn-primary-white:active:hover,
.btn-primary-white.active:hover,
.open > .dropdown-toggle.btn-primary-white:hover,
.btn-primary-white:active:focus,
.btn-primary-white.active:focus,
.open > .dropdown-toggle.btn-primary-white:focus,
.btn-primary-white:active.focus,
.btn-primary-white.active.focus,
.open > .dropdown-toggle.btn-primary-white.focus {
  color: black !important;
}

.btn {
  border-radius: inherit;
  margin-right: 1%;
  text-align: left;
  display: inline-block;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  font-weight: 700 !important;
  transition: all ease 0.15s;
  border: none;
  font-family: 'Montserrat Bold', Arial, Helvetica, sans-serif;
  font-size: 15px !important;
  padding: 5px;
}

.btn:active {
  outline: 0;
  box-shadow: none;
}

.btn.btn-primary,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: black !important;
  background-color: transparent !important;
  border: 0px solid transparent !important;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus {
  color: black !important;
  background-color: transparent !important;
  border: 0px solid transparent !important;
}

.btn.btn-primary:active {
  color: black !important;
  background-color: transparent !important;
  border: 0px solid transparent !important;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus,
.btn:focus,
.btn.focus {
  box-shadow: 0 0 0 0 transparent;
}

.dropdown-toggle.btn {
  background: none !important;
  margin-left: 0px !important;
  padding-left: 0px !important;
  padding-right: 0 !important;
}

/*seta preta*/
@media (max-width: 768px) {
  .btn {
    font-size: 15px;
  }
  /*seta preta*/
  .btn:after,
  .modal-footer .btn:after,
  .carousel-caption.black_text .btn:after,
  .login-info a.btn:after {
    background-size: 15px 23px;
    margin-left: 15px;
  }
  /*seta branca*/
  .bluemeo .btn:after,
  .darkgrey .btn:after,
  .black .btn:after,
  .panel.card-header .btn:after,
  .carousel-caption .btn:after {
    background-size: 15px 22px;
    margin-left: 10px;
  }
}

.btn.bot_inp_menos,
.btn.bot_inp_mais {
  background: none;
}

.btn-sm,
.btn-group-sm > .btn,
.btn-sm span {
  font-size: 15px !important;
  font-family: 'Montserrat Light', sans-serif !important;
  font-weight: normal !important;
}

.btn-sm.btn:after,
.btn-group-sm > .btn:after {
  background-size: 15px 24px !important;
  margin-left: 8px !important;
}

.btn:hover {
  border: none;
}

a.btn > span,
a.btn {
  text-transform: none !important;
}

#navbar a.btn > span,
#navbar a.btn {
  color: white;
}

a.btn > span:hover,
a.btn:hover {
  text-decoration: underline;
}

.bluemeo .btn,
.bluemeo a,
.darkgrey .btn,
.darkgrey a,
.black .btn .black a {
  background: transparent !important;
  color: white !important;
}

.bluemeo .btn,
.darkgrey .btn,
.black {
  font-size: 15px !important;
}

.bluemeo .btn:after,
.darkgrey .btn:after,
.black .btn:after {
  padding-left: 15px;
  background-size: 15px 22px;
  margin-left: 5px;
}

.btn.btn-primary {
  color: black;
  border: none;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus {
  color: black;
  background-color: transparent;
}

.btn.btn-primary:active {
  background-color: transparent !important;
  color: #fff;
}

.bluemeo .btn.btn-primary:active,
.cinza .btn.btn-primary:active {
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  color: black;
}

.bluemeo .btn.btn-primary:hover,
.cinza .btn.btn-primary:hover {
  color: black;
  background-color: transparent;
  border-color: #fff;
}

.bluemeo .btn.btn-primary span,
.cinza .btn.btn-primary span {
  color: #fff;
}

.bluemeo .btn.btn-primary:hover span,
.cinza .btn.btn-primary:hover span {
  color: black;
}

.btn.btn-link,
.btn.btn-link:hover,
.btn.btn-link:visited,
.btn.btn-link span,
.btn.btn-link:visited span {
  color: black;
}

.btn.btn-secondary {
  color: black !important;
  text-decoration: none !important;
  background-color: transparent !important;
  border: 0 solid transparent !important;
}

.btn.btn-secondary:active {
  color: black !important;
  background-color: transparent !important;
  border: 0 solid transparent !important;
}

.btn.btn-primary-n {
  color: black !important;
  border-color: black !important;
}

.btn.btn-primary-n:hover,
.btn.btn-primary-n:focus {
  background: black !important;
  border-color: black !important;
}

.btn.btn-primary-n:active {
  border-color: black !important;
}

.bluemeo .btn.btn-primary-n:hover {
  color: black !important;
  border-color: black !important;
}

.bluemeo .btn.btn-primary-n:hover span {
  color: black !important;
}

.btn.btn-voltar.btn-link {
  color: black !important;
}

.btn.btn-voltar.btn-link .glyphicon {
  color: black !important;
}

.btn.btn-danger {
  background: #e31d1a;
}

input + i.fa {
  background-color: transparent !important;
}

.nav-tabs > li a:hover,
.nav-pills > li a:hover {
  color: black;
}

.nav-tabs > li a.active,
.nav-pills > li a.active {
  background: black !important;
}

#navbar_menu {
  background: black;
  margin-top: -10px;
  padding-top: 40px;
}

#navbar.sticky {
  min-height: 70px !important;
  padding: 5px !important;
}

#navbar.sticky .logo {
  height: inherit;
}

@media (max-width: 768px) {
  #navbar.sticky {
    min-height: 40px !important;
  }
  #navbar.sticky .logo {
    height: 30px;
  }
}

@media (max-width: 1200px) {
  #headerbtns {
    right: 100px !important;
  }
}

@media (max-width: 368px) {
  #navbar {
    min-height: 38px !important;
    padding: 5px !important;
  }
}

.navbar {
  padding: 10px;
  margin-bottom: 0px;
}

.navbar.sticky {
  min-height: 70px;
  padding: 5px;
}

.navbar.sticky .lang {
  margin-right: 5px;
  margin-top: 10px;
  margin-right: 40px;
}

.navbar.sticky .login {
  margin-right: 5px;
  margin-top: 8px;
  padding: 8px;
}

.navbar.sticky .login a {
  margin-top: -10px !important;
}

.navbar.sticky #solutionstitle {
  top: 15px;
}

.navbar.sticky #headerbtns {
  right: 350px;
  top: 8px;
}

.nav > li > a {
  font-family: 'Montserrat SemiBold', sans-serif;
  border-radius: 0px;
  font-weight: 900;
}

.nav > li > a:hover,
.nav > li > a:focus,
.nav > li > a:active {
  background: transparent;
}

.nav > li > a.active {
  background: black;
  color: white;
}

.nav > li > a.active:empty {
  display: none;
}

.navbar-nav > li > a {
  padding-top: 5px;
  padding-bottom: 25px;
}

.login {
  padding: 7px 0;
  color: #bababa;
  margin-right: 35px;
}

.login a {
  margin-top: -10px;
}

.lang {
  padding: 1px;
  margin-right: 50px;
}

.lang,
.lang a {
  color: white;
}

.lang a[disabled='disabled'],
.lang a.active {
  color: #bababa;
  cursor: default;
  text-decoration: none;
}

.top-bar {
  padding: 0px;
}

.navbar .container .links {
  margin-right: 50px;
}

.navbar .container .links a {
  color: black;
  font-size: 13px;
  text-decoration: underline;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: black !important;
  font-family: 'Montserrat Regular', sans-serif !important;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus,
.pagination > li > a.active {
  color: black !important;
  font-family: 'Montserrat Regular', sans-serif !important;
}

.modal-content {
  box-shadow: none;
  -webkit-background-clip: none;
  background-clip: none;
  border: none;
}

.modal-header {
  padding-left: 60px;
}

.modal-info .modal-header,
.modal-success .modal-header,
.modal-warning .modal-header,
.modal-danger .modal-header {
  padding-left: 60px;
}

/*Client Selection Modal*/
.client_modal_select > a {
  white-space: normal;
  font-weight: bold;
}

.modal-header .close,
.alert .close,
button.close {
  font-family: 'Montserrat ExtraLight', sans-serif !important;
  color: white !important;
  opacity: 1;
  float: right;
  font-size: xx-large !important;
  font-weight: bold;
  padding-right: 10px;
  padding-top: 1px;
}

.alert {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  padding: 35px;
  width: 100%;
  border: 1px solid transparent;
  border-radius: 4px;
  text-align: center;
}

/*Modals - alinhamento do icone*/
.modal .modal-warning:before,
.modal .modal-info:before,
.modal .modal-danger:before,
.modal .modal-success:before {
  position: absolute;
  left: 10px;
}

.alert-success {
  color: #fff !important;
  background: #8ac443 !important;
  border: none !important;
}

.alert-success:before,
.modal-success:before {
  content: '\e084';
  font-family: 'Glyphicons Halflings';
  float: left;
  font-size: xx-large;
  font-weight: bold;
  line-height: 1;
  color: white;
  padding-right: 10px;
}

.alert-info {
  color: #fff !important;
  background: black !important;
  border: none !important;
}

.alert-info:before,
.modal-info:before {
  content: '\e085';
  font-family: 'Glyphicons Halflings';
  float: left;
  font-size: xx-large;
  font-weight: bold;
  line-height: 1;
  color: white;
  padding-right: 10px;
}

.alert-warning {
  color: #fff !important;
  background: #eebb66 !important;
  border: none !important;
}

.alert-warning:before,
.modal-warning:before {
  content: '\e101';
  font-family: 'Glyphicons Halflings';
  float: left;
  font-size: xx-large;
  font-weight: bold;
  line-height: 20px;
  color: white;
  padding-right: 10px;
}

.alert-warning > div {
  margin-left: 40px;
}

.alert-danger {
  color: #fff !important;
  background: #e31d1a !important;
  border: none !important;
}

.alert-danger:before,
.modal-danger:before {
  content: '\e083';
  font-family: 'Glyphicons Halflings';
  float: left;
  font-size: xx-large;
  font-weight: bold;
  line-height: 1;
  color: white;
  padding-right: 10px;
}

.alert-info.cookie_disclaimer {
  background-color: black !important;
  border-radius: 0;
  height: 130px !important;
  padding: 30px !important;
}

.alert-info.cookie_disclaimer a {
  color: white !important;
  text-decoration: underline;
  font-size: 13px;
}

.cookie_disclaimer .close .glyphicon {
  color: white !important;
}

a > .glyphicon {
  color: black;
}

.glyphicon {
  color: black;
}

.glyphicon:hover {
  color: black;
}

.glyphicon-question-sign {
  color: #3cdbc0 !important;
}

.glyphicon-download-alt.white_text {
  color: black !important;
}

.col-xs-1,
.col-sm-1,
.col-sm-05,
.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-right: 15px;
  padding-left: 15px;
}

@media (max-width: 768px) {
  .col-sm-05,
  .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 {
    clear: both;
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
    float: none;
  }
}

@media (min-width: 768px) {
  .col-sm-05,
  .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-05 {
    width: 2.16666665% !important;
  }
  /*25 = 2 and half*/
  .col-sm-25 {
    width: 20% !important;
    float: left;
  }
}

.panel {
  box-shadow: none;
  border-radius: 0;
  border: none;
  margin-bottom: 10px;
}

.card-header,
.card-header a span,
.card-header a {
  font-family: 'Montserrat Light', sans-serif;
  color: black;
  font-weight: bold;
}

.card-header a span.glyphicon {
  font-family: 'Glyphicons Halflings';
}

.card-header.softgrey {
  background: #ddd !important;
  background-size: 100% 5px !important;
  border-radius: 0px;
  border-bottom: 2px solid black;
  position: relative;
  display: block;
}

.panel-buttons {
  padding: 0 15px;
}

.card-header [data-toggle='collapse']:after {
  color: black;
}

.card-header [data-toggle='collapse'].collapsed:after {
  color: black;
}

.panel .panel-collapse {
  background: #fafafa;
  border-bottom: 2px solid black;
}

.panel-title > a {
  color: black;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 20px;
  text-align: center;
}

.panel-title .accordion-toggle {
  position: relative;
  display: table;
  line-height: 25px;
  width: 100%;
  text-align: left;
}

.carousel h2.black_text {
  color: black;
}

.carousel .carousel-caption {
  text-shadow: none;
}

.carousel .carousel-caption a {
  color: white;
}

.carousel-indicators {
  max-height: 50px;
}

.carousel-indicators li.active {
  background: white;
}

.carousel-caption .btn {
  color: white !important;
}

.carousel-caption.black_text,
.carousel-caption.black_text .btn,
.carousel-caption.black_text h2,
.carousel-caption.black_text h3 a {
  color: black !important;
}

@media (max-width: 768px) {
  .carousel-caption.black_text,
  .carousel-caption.black_text .btn,
  .carousel-caption a,
  .carousel-caption p,
  .carousel-caption span,
  .carousel-caption.black_text h2,
  .carousel-caption.black_text h3 a {
    color: white !important;
  }
}

.list-group-item {
  font-size: 15px;
  text-align: left;
}

.panel-buttons .btn {
  font-size: 15px;
}

.panel-buttons .btn:after,
.list-group-item.btn:after {
  padding-left: 15px;
  background-size: 15px 22px;
  margin-left: 5px;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #eee !important;
}

table th {
  font-weight: bold !important;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  border-bottom: 1px solid #eee;
  border-top: none;
  font-weight: normal;
  padding-left: 5px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background: #eee;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: none;
  color: black;
  border-top: 1px solid white !important;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: bold;
  background: white;
}

@media (max-width: 768px) {
  body {
    margin-top: 30px !important;
  }
}

@media (max-width: 768px) {
  .contentlateralspace {
    max-width: 1500px;
    padding-left: 0;
    padding-right: 0;
  }
}

#allrightsreserved {
  color: white;
}

#lastmodifieddate {
  color: white;
}

#footer h3 {
  color: white;
}

#footer a:hover,
#footer a:hover span {
  color: white !important;
}

#certifications h3 {
  color: white;
}

.big_space_top {
  margin-top: 20px;
}

.big_space_bottom {
  margin-bottom: 20px;
}

.big_space_right {
  margin-right: 20px;
}

.big_space_left {
  margin-left: 20px;
}

.small_padding {
  padding: 20px !important;
}

.horizontal_big_padding {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.loading-ring {
  background-image: radial-gradient(center center, circle cover, white, rgba(255, 255, 255, 0.2));
  background-image: -webkit-radial-gradient(center center, circle cover, white, rgba(255, 255, 255, 0.2));
}

.loading-ring-content {
  background: transparent;
}

.loading-ring-content i,
.loading-ring-builtin i {
  color: #3cdbc0 !important;
  font-size: 30px;
}

.mainsearch,
.mainsearch span {
  position: absolute;
  right: 8px;
  top: 13px;
}

.mainsearch span:hover {
  color: white !important;
}

.mainsearch span.white_text {
  display: none;
}

.sticky .mainsearch,
.sticky .mainsearch span {
  right: 0px;
  top: 20px;
}

#userinfotext {
  width: 250px;
  color: white;
  line-height: 13px;
  font-family: 'Montserrat Light', sans-serif;
}

.login .glyphicon.bluemeo_text {
  color: white !important;
}

.login .glyphicon.bluemeo_text {
  color: #3cdbc0 !important;
}

#navbarmobile {
  background-color: black;
  color: white;
  display: none;
}

#navbarmobile a {
  color: white !important;
  text-align: center;
}

a[disabled='disabled'],
#navbarmobile a[disabled='disabled'],
#navbarmobile a.active {
  color: #ddd !important;
  cursor: default;
  text-decoration: none;
}

#navbarmobile a[disabled='disabled'] {
  color: #ddd !important;
  cursor: default;
  text-decoration: none;
}

#navbarmobile a.close.glyphicon {
  position: absolute;
  opacity: 1;
  right: 15px;
  text-align: right;
}

@media (max-width: 768px) {
  #navbarmobile .btn:after {
    background-size: 15px 22px;
    margin-left: 10px;
  }
}

#navbarmobile a.close.glyphicon:before {
  font-family: 'Montserrat ExtraLight', sans-serif;
  content: 'X';
  position: fixed;
  top: 10px;
  right: 15px;
  color: white;
  text-align: right;
  font-size: 25px;
  opacity: 1;
}

#navbar .glyphicon-menu-hamburger {
  position: relative;
  float: right;
  text-align: right;
  line-height: 35px;
}

.required label:after {
  color: #e31d1a;
}

.errorvalidation {
  color: #e31d1a !important;
}

input.error,
.form-control.error,
.error .bootstrap-select .dropdown-toggle,
.has-error .bootstrap-select .dropdown-toggle {
  border-color: #e31d1a !important;
}

span.video_play.showplaybtn {
  display: block;
  background-image: url(images/bt_play.png);
  background-size: 180px 180px;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 200px;
  margin-bottom: -190px;
  z-index: 888;
  top: 0;
  left: 0;
}

.video_container {
  height: 80%;
  width: 100%;
}

.video_container video,
span.video_play {
  width: 80%;
  position: relative;
}

.tooltip {
  font-size: 15px;
  font-family: 'Montserrat ExtraLight', sans-serif;
}

@media print {
  .nav.nav-tabs.vertical li.active {
    background-color: black !important;
    color: white;
  }
  .nav-tabs > li > div.active > a,
  .nav-tabs > li.active > a,
  .nav-tabs > li.active > a:hover,
  .nav-tabs > li.active > a:focus {
    background: black !important;
  }
  .col-sm-05,
  .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% !important;
  }
  .col-sm-11 {
    width: 91.66666667% !important;
  }
  .col-sm-10 {
    width: 83.33333333% !important;
  }
  .col-sm-9 {
    width: 75% !important;
  }
  .col-sm-8 {
    width: 66.66666667% !important;
  }
  .col-sm-7 {
    width: 58.33333333% !important;
  }
  .col-sm-6 {
    width: 50% !important;
  }
  .col-sm-5 {
    width: 41.66666667% !important;
  }
  .col-sm-4 {
    width: 33.33333333% !important;
  }
  .col-sm-3 {
    width: 25% !important;
  }
  /*25 = 2 and half*/
  .col-sm-25 {
    width: 20% !important;
    float: left;
  }
  .col-sm-2 {
    width: 16.66666667% !important;
  }
  .col-sm-1 {
    width: 8.33333333% !important;
  }
  .col-sm-05 {
    width: 2.16666665% !important;
  }
  .col-sm-pull-12 {
    right: 100% !important;
  }
  .col-sm-pull-11 {
    right: 91.66666667% !important;
  }
  .col-sm-pull-10 {
    right: 83.33333333% !important;
  }
  .col-sm-pull-9 {
    right: 75% !important;
  }
  .col-sm-pull-8 {
    right: 66.66666667% !important;
  }
  .col-sm-pull-7 {
    right: 58.33333333% !important;
  }
  .col-sm-pull-6 {
    right: 50% !important;
  }
  .col-sm-pull-5 {
    right: 41.66666667% !important;
  }
  .col-sm-pull-4 {
    right: 33.33333333% !important;
  }
  .col-sm-pull-3 {
    right: 25% !important;
  }
  .col-sm-pull-2 {
    right: 16.66666667% !important;
  }
  .col-sm-pull-1 {
    right: 8.33333333% !important;
  }
  .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;
  }
  .offset-12 {
    margin-left: 100% !important;
  }
  .offset-11 {
    margin-left: 91.66666667% !important;
  }
  .offset-10 {
    margin-left: 83.33333333% !important;
  }
  .offset-9 {
    margin-left: 75% !important;
  }
  .offset-8 {
    margin-left: 66.66666667% !important;
  }
  .offset-7 {
    margin-left: 58.33333333% !important;
  }
  .offset-6 {
    margin-left: 50% !important;
  }
  .offset-5 {
    margin-left: 41.66666667% !important;
  }
  .offset-4 {
    margin-left: 33.33333333% !important;
  }
  .offset-3 {
    margin-left: 25% !important;
  }
  .offset-2 {
    margin-left: 16.66666667% !important;
  }
  .offset-1 {
    margin-left: 8.33333333% !important;
  }
  .offset-0 {
    margin-left: 0 !important;
  }
}

.dropdown-menu_clientselection {
  color: black;
}

#search .close {
  background-color: black;
  border-color: black;
}

.pes .searchIconLoading .loading-ring-content {
  width: 200px;
  margin-left: calc(50% - 100px);
}

.search .list-group-item {
  width: 150px !important;
  background: #ddd !important;
  text-align: center;
  border-radius: 0px !important;
  border-bottom: 5px solid black;
}

.pes .searchinput {
  border: none !important;
  font-size: 28px !important;
  color: #000;
  line-height: 100px;
  height: 100px;
  width: 100%;
  text-align: center;
}

.nodecor:hover {
  text-decoration: none;
}

.search.list-group {
  min-height: 200px;
}

.search.list-group li {
  list-style: none;
}

.scroll-top:active {
  color: black;
}

.can-we-help {
  background: black;
}

@media (max-width: 500px) {
  .top-bar {
    display: none;
  }
  .big_space_top {
    margin-top: 0;
  }
}

@media (max-width: 1200px) {
  #login_info {
    margin-top: 15px;
    padding: 0 15px;
    float: right;
    clear: both;
  }
}

@media (max-width: 1000px) {
  #login_info {
    clear: none;
  }
}

@media (max-width: 768px) {
  #login_info {
    margin-top: 15px;
    padding: 0 15px;
    float: right;
  }
  .navbar .open {
    height: 500px;
    width: 100%;
    overflow: scroll;
  }
  .dropdown-submenu:hover > .dropdown-menu {
    border-radius: 0;
    width: 100%;
  }
}

@media (max-width: 600px) {
  #login_info {
    margin-top: 0;
    padding: 15px;
    float: initial;
  }
}

@media (max-width: 1200px) {
  body {
    padding-top: 100px;
  }
}

@media (max-width: 768px) {
  body {
    padding-top: 40px !important;
  }
}

@media (max-width: 395px) {
  .navbar-brand {
    margin-top: -15px;
  }
}

@media (max-width: 395px) {
  .text-justify {
    text-align: center;
  }
}

ul.nav-pills {
  display: flex;
  justify-content: center;
}

/*when mobile show in vertical mode*/
@media (max-width: 395px) {
  .nav-pills > li {
    width: 100%;
  }
}

@media (max-width: 500px) {
  .nav-pills > li {
    float: initial;
  }
}

@media (max-width: 768px) {
  .vertical-align {
    display: block;
  }
}

@media (max-width: 992px) {
  #footer .footer-main {
    justify-content: left;
  }
}

@media (max-width: 992px) {
  #footer .footer-main .footer-content {
    padding: 15px;
  }
}

@media (max-width: 600px) {
  .homepagepanel {
    min-height: initial;
  }
  .col-sm-4 {
    float: initial;
    width: initial;
  }
}

@media (max-width: 767px) {
  .login {
    text-align: center !important;
  }
}

@media (max-width: 768px) {
  .text-left {
    text-align: center !important;
  }
  .text-right {
    text-align: center !important;
  }
  .text-justify {
    text-align: center !important;
  }
}

.bl-paginas {
  margin: 20px 0;
  padding: 0;
  text-align: center;
  background: #fff;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  overflow: hidden;
}

table.list_templat_int td {
  vertical-align: bottom !important;
}

table.list_templat_int td img {
  margin-bottom: 20px;
}

/*Tints*/
.tint {
  padding: 5px;
  font-size: 30px;
  color: white;
}

.tint:hover {
  color: black;
}

.myarea_content {
  min-height: 300px;
  padding-top: 15px;
}

.solution_homepage_generic_content,
.solution_homepage_generic_content:hover {
  color: white;
  text-decoration: none;
  font-size: x-large;
}

.imagem_conteudos {
  margin-top: -160px;
}

.content_grid {
  margin-left: 15px;
  text-align: left;
}

.center-tabs {
  display: flex;
  justify-content: center;
}

.bootstrap-select.btn-group .dropdown-menu {
  z-index: 999999999;
}

.form-control.col-sm-6 {
  width: 50%;
}

.pag_red_links {
  padding-right: 50px;
}

@media (max-width: 768px) {
  .pag_red_links {
    margin-right: 0;
    padding: 15px;
  }
}

.ant:before {
  font-size: 30px;
  top: -12px;
}

.ants:before {
  font-size: 20px;
  top: -5px;
}

.seg:before {
  font-size: 30px;
  top: -12px;
  right: -15px;
}

.segs:before {
  font-size: 20px;
  top: -5px;
  right: -35px;
}

a:not([href='']) {
  opacity: 1;
}

a.glyphicon {
  text-decoration: none !important;
}

.big_icon {
  font-size: 50px;
}

#notfoundpage {
  width: 100%;
  display: block;
  top: 80px;
  left: 0;
  bottom: 0;
  background: white !important;
  color: black;
  padding: 30px;
  margin-bottom: 50px;
  margin-top: 50px;
  border-top: 15px solid;
  border-bottom: 15px solid;
}

#notfoundpage h3,
#notfoundpage h4,
#notfoundpage .bluemeo p,
#notfoundpage .bluemeo a,
#notfoundpage .bluemeo h3 {
  color: black !important;
}

#notfoundpage .btn.btn-primary-white {
  color: black !important;
  padding-left: 22px !important;
  content: '';
  background: url(images/arrow_right-3.svg) !important;
  background-repeat: no-repeat !important;
  background-size: 22px 22px !important;
  margin-left: 15px !important;
  background-position: right !important;
  padding-right: 30px !important;
}

@media (min-width: 1500px) {
  #notfoundpage #notfoundpageInner {
    left: 10%;
    width: 80%;
  }
}

#notfoundpage #notfoundpageInner {
  position: relative;
  padding: 50px;
}

.navbar.sticky .login-info {
  top: 55px;
}

.login-info a {
  float: right;
}

.card .card-header a {
  color: black;
  font-family: 'Montserrat Regular', Arial, Helvetica, sans-serif;
}

.card .collapse {
  font-family: 'Montserrat Regular', Arial, Helvetica, sans-serif;
}

.defaultpointer:hover {
  color: #6d6e71 !important;
}

div[id*='ucLogin_loginUpdatePanel'] table td {
  width: 50%;
}

div[id*='ucLogin_loginUpdatePanel'] table {
  width: 100%;
}

.slider-handle {
  opacity: 1;
}

.slider_container .btn_next,
.slider_container .btn_prev {
  cursor: pointer;
}

/*Mostrar a linha vermelha nos campos inválidos*/
.bootstrap_has_error,
.bootstrap_has_error .red_text {
  color: #e31d1a !important;
  font-size: 13px !important;
}

.bootstrap_has_error[style*='display: inline'] + span + div input,
.bootstrap_has_error[style*='display: inline'] + span + input,
.bootstrap_has_error[style*='display: inline'] + span + div textarea,
.bootstrap_has_error[style*='display: inline'] + span + textarea,
.bootstrap_has_error[style*='display: inline'] + div input,
.bootstrap_has_error[style*='display: inline'] + input,
.bootstrap_has_error[style*='display: inline'] + div textarea,
.bootstrap_has_error[style*='display: inline'] + textarea {
  border: 1px solid #e31d1a !important;
}

.refresh_container {
  line-height: 30px !important;
}

/*Ajustes necessários para adaptar o Logo PTEMPRESAS onde deveria surgir o estilo Altice*/
#mainlogo {
  position: absolute;
  text-align: center;
  width: 144px;
  padding: 0;
  left: calc(50% - 73px);
  padding-top: 5px;
}

#mainlogo a img {
  max-height: 50px;
}

@media (max-width: 768px) {
  #mainlogo {
    margin-top: 5px;
    width: 110px;
    left: 15px;
    padding-top: 0px;
  }
  #mainlogo a img {
    height: 30px;
  }
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: transparent;
  background: linear-gradient(to left, #01aa5a 0%, white 100%) left bottom no-repeat;
  background-size: 100% 5px;
  /* if linear-gradient, we need to resize it */
}

.navbar-nav > li > a:hover {
  background: transparent;
  background: linear-gradient(to left, white 0%, #01aa5a 100%) left bottom no-repeat;
  background-size: 100% 5px;
  /* if linear-gradient, we need to resize it */
}

.glyphicon-question-sign {
  color: #01aa5a !important;
}

.loading-ring-content i,
.loading-ring-builtin i {
  color: #01aa5a !important;
}

.login .glyphicon.bluemeo_text {
  color: #01aa5a !important;
}

@media (max-width: 992px) {
  #solutionstitle {
    left: 0 !important;
  }
}

#bodycontent {
  min-height: 400px;
}

#accountselectorContainer .btn.btn-info {
  font-size: 14px;
  color: black !important;
  text-decoration: underline;
}

.btn-info:not(:disabled):not(.disabled):active,
.show > .btn-info.dropdown-toggle {
  color: black;
  background-color: white;
  border-color: white;
  margin-top: 0px;
  max-width: 50%;
}

@media (max-width: 768px) {
  #subscriptioncontextcontainer {
    margin-top: 30px;
  }
}

#headerbtns {
  margin-right: 15px;
}

.sticky .mainsearch,
.sticky .mainsearch span {
  right: 8px;
  top: 16px;
}

.navbar-brand {
  font-size: 18px !important;
  font-weight: 400;
  color: white !important;
}

@media (max-width: 1200px) {
  body {
    padding-top: 0px;
  }
}

.pass1 a {
  background: black !important;
}

.page-menu a .badge {
  background: black !important;
  padding: 15px !important;
}

.page-menu a.active .badge {
  color: black !important;
}

.progress-bar {
  background: black !important;
}

.tbl_licencas {
  font-size: inherit !important;
}

.tbl_licencas .progress {
  margin-bottom: 0px !important;
}

.agregateheader .badge {
  max-width: 100px !important;
  margin: 10px 0px !important;
}

.agregatebuttons {
  margin-top: -20px !important;
  width: 400px !important;
}

.icon_cancelar:before,
.icon_resumir:before,
.icon_user_requires_reboot_suspended:before {
  color: black !important;
}

/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datepicker {
  top: 0;
  left: 0;
  padding: 0 15px;
  margin-top: 1px;
  border-radius: 20px;
  z-index: 9999999999 !important;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.datepicker.dropdown-menu {
  max-width: 250px;
  min-height: 50px;
  border: 1px solid #eee;
}

/*.datepicker > div {
  display: none;
}*/
.datepicker table {
  width: 100%;
  margin: 0;
}

.datepicker td,
.datepicker th {
  font-size: 13px;
  text-align: center;
  width: 20px;
  height: 20px;
  border-radius: 24px;
  cursor: pointer;
}

.datepicker td.day:hover {
  background: #eeeeee;
  cursor: pointer;
}

.datepicker td.day.disabled {
  color: #ddd;
}

.datepicker td.old,
.datepicker td.new {
  color: #ddd;
}

.datepicker td.active,
.datepicker td.active:hover {
  color: #ffffff;
  background-color: #0099ab;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  border-color: #0099ab;
  *background-color: #0099ab;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker td.active:hover,
.datepicker td.active:hover:hover,
.datepicker td.active:focus,
.datepicker td.active:hover:focus,
.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active:hover.active,
.datepicker td.active.disabled,
.datepicker td.active:hover.disabled,
.datepicker td.active[disabled],
.datepicker td.active:hover[disabled] {
  color: #ffffff;
  background-color: #0099ab;
  *background-color: #0099ab;
  font-weight: bold;
}

.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active:hover.active {
  background-color: #0099ab;
}

.datepicker td span {
  display: block;
  width: 47px;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 2px;
  cursor: pointer;
  border-radius: 4px;
}

.datepicker td span:hover {
  background: #eeeeee;
}

.datepicker td span.active {
  color: #ffffff;
  background-color: #0099ab;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  border-color: #0099ab;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0099ab;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker td span.active:hover,
.datepicker td span.active:focus,
.datepicker td span.active:active,
.datepicker td span.active.active,
.datepicker td span.active.disabled,
.datepicker td span.active[disabled] {
  color: #ffffff;
  background-color: #0099ab;
  *background-color: #0099ab;
}

.datepicker td span.active:active,
.datepicker td span.active.active {
  background-color: #0099ab;
}

.datepicker td span.old {
  color: #eee;
}

.datepicker th.switch {
  width: 145px;
}

.datepicker th.next,
.datepicker th.prev {
  font-size: 21px;
}

.datepicker thead tr:first-child th {
  cursor: pointer;
}

.datepicker thead tr:first-child th:hover {
  background: #eeeeee;
}

.input-append.date .add-on i,
.input-prepend.date .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}

.datepicker.datepicker-inline {
  display: none !important;
}

/*!
 * Bootstrap-select v1.12.2 (http://silviomoreto.github.io/bootstrap-select)
 *
 * Copyright 2013-2017 bootstrap-select
 * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
 */
select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}

.bootstrap-select {
  width: 220px \0;
  /*IE9 and below*/
}

.bootstrap-select > .dropdown-toggle {
  width: 100%;
  padding-right: 25px;
  z-index: 1;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #999;
}

.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
}

.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2;
}

.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}

.bootstrap-select.fit-width {
  width: auto !important;
}

.bootstrap-select:not([class*='col-']):not([class*='form-control']):not(.input-group-btn) {
  width: 220px;
}

.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}

.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}

.bootstrap-select.form-control:not([class*='col-']) {
  width: 100%;
}

.bootstrap-select.form-control.input-group-btn {
  z-index: auto;
}

.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*='col-'] {
  float: none;
  display: inline-block;
  margin-left: 0;
}

.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*='col-'].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*='col-'].dropdown-menu-right {
  float: right;
}

.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
  margin-bottom: 0;
}

.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}

.form-group-lg .bootstrap-select.btn-group.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.btn-group.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}

.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}

.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
}

.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}

.bootstrap-select.btn-group.bs-container {
  position: absolute;
  height: 0 !important;
  padding: 0 !important;
}

.bootstrap-select.btn-group.bs-container .dropdown-menu {
  z-index: 1060;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
  padding-left: 15px;
  color: #6d6e71;
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}

.bootstrap-select.btn-group[class*='col-'] .dropdown-toggle {
  width: 100%;
}

.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  box-sizing: border-box;
  padding-top: 0 !important;
  margin: 0 !important;
}

.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}

.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
  /* padding: 0; */
}

.bootstrap-select.btn-group .dropdown-menu li.active small {
  color: #fff;
}

.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}

.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-right: 0 !important;
}

.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}

.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}

.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}

.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}

.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  box-sizing: border-box;
}

.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static;
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
  z-index: 1061;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}

.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 0;
}

.bs-actionsbox {
  width: 100%;
  box-sizing: border-box;
}

.bs-actionsbox .btn-group button {
  width: 50%;
}

.bs-donebutton {
  float: left;
  width: 100%;
  box-sizing: border-box;
}

.bs-donebutton .btn-group button {
  width: 100%;
}

.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}

.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
  border-radius: 0 !important;
}

.timeline-icon.finished {
  background-color: #a1cd30 !important;
}

.timeline-icon.suspended {
  background-color: #eb6 !important;
}

.timeline-icon.aborted {
  background-color: #e84445 !important;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  height: auto;
  max-width: 100%;
}

.img-rounded {
  border-radius: 3px;
}

.img-thumbnail {
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 3px;
  display: inline-block;
  height: auto;
  line-height: 1.428571429;
  max-width: 100%;
  moz-transition: all 0.2s ease-in-out;
  o-transition: all 0.2s ease-in-out;
  padding: 2px;
  transition: all 0.2s ease-in-out;
  webkit-transition: all 0.2s ease-in-out;
}

.img-circle {
  border-radius: 50%;
}

.timeline-centered {
  /* position: absolute; */
  /* margin-bottom: 30px; */
}

.timeline-centered:before,
.timeline-centered:after {
  content: ' ';
  display: table;
}

.timeline-centered:after {
  clear: both;
}

.timeline-centered:before,
.timeline-centered:after {
  content: ' ';
  display: table;
}

.timeline-centered:after {
  clear: both;
}

.timeline-centered:before {
  content: '';
  position: absolute;
  display: block;
  width: 4px;
  background: black;
  left: -10px;
  top: -20px;
  bottom: 0;
  margin-left: 30px;
}

.timeline-centered .timeline-entry {
  position: relative;
  /*width: 50%;
        float: right;*/
  margin-top: 15px;
  margin-left: 42px;
  /* margin-bottom: 10px; */
  clear: both;
}

.timeline-centered .timeline-entry:before,
.timeline-centered .timeline-entry:after {
  content: ' ';
  display: table;
}

.timeline-centered .timeline-entry:after {
  clear: both;
}

.timeline-centered .timeline-entry:before,
.timeline-centered .timeline-entry:after {
  content: ' ';
  display: table;
}

.timeline-centered .timeline-entry:after {
  clear: both;
}

.timeline-centered .timeline-entry.begin {
  margin-bottom: 0;
}

.timeline-centered .timeline-entry.left-aligned {
  float: left;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner {
  margin-left: 0;
  margin-right: -18px;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-time {
  left: auto;
  right: -100px;
  text-align: left;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-icon {
  float: right;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label {
  margin-left: 0;
  margin-right: 70px;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label:after {
  left: auto;
  right: 0;
  margin-left: 0;
  margin-right: -9px;
  transform: rotate(180deg);
}

.timeline-centered .timeline-entry .timeline-entry-inner {
  position: relative;
  margin-left: -35px;
}

.timeline-centered .timeline-entry .timeline-entry-inner:before,
.timeline-centered .timeline-entry .timeline-entry-inner:after {
  content: ' ';
  display: table;
}

.timeline-centered .timeline-entry .timeline-entry-inner:after {
  clear: both;
}

.timeline-centered .timeline-entry .timeline-entry-inner:before,
.timeline-centered .timeline-entry .timeline-entry-inner:after {
  content: ' ';
  display: table;
}

.timeline-centered .timeline-entry .timeline-entry-inner:after {
  clear: both;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time {
  position: absolute;
  left: -100px;
  text-align: right;
  padding: 10px;
  box-sizing: border-box;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span {
  display: block;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span:first-child {
  font-size: 15px;
  font-weight: bold;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span:last-child {
  font-size: 12px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon {
  background-color: #eb6;
  color: white;
  display: block;
  width: 20px;
  height: 20px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border-radius: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 20px;
  float: left;
  margin-top: 12px;
  /* margin-left: -5px; */
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-primary {
  background-color: #0099ab;
  color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-secondary {
  background-color: #f3f3f3;
  color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-success {
  background-color: #a1cd30;
  color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-info {
  background-color: #029eb5;
  color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-warning {
  background-color: #eb6;
  color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-danger {
  background-color: #e84445;
  color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label {
  position: relative;
  background: #005884;
  margin-left: 35px;
  color: WHITE;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border-radius: 3px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label:after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent #005884 transparent transparent;
  left: 0;
  top: 10px;
  margin-left: -10px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2,
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p {
  color: #f3f3f3;
  font-family: 'Noto Sans', sans-serif;
  font-size: 12px;
  margin: 0;
  line-height: 1.428571429;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p + p {
  margin-top: 15px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 {
  font-size: 16px;
  margin-bottom: 10px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 a {
  color: #e84445;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 span {
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
  -ms-filter: alpha(opacity=60);
  filter: alpha(opacity=60);
}

.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-color: black;
  background-image: linear-gradient(to bottom, black, black);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='black', endColorstr='black', GradientType=0);
  border-color: black black black;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
  background-color: black;
}

.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
  background-color: black \9;
}

.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  background-color: black;
  background-image: linear-gradient(to bottom, black, black);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='black', endColorstr='black', GradientType=0);
  border-color: black black black;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
  background-color: black;
}

.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  background-color: black \9;
}

.datepicker.datepicker-inline {
  display: none !important;
}

.slider-tick-label:first-child {
  max-width: 10%;
  text-align: left !important;
  margin-left: 0px !important;
}

.slider-tick-label:last-child {
  max-width: 10%;
  text-align: right !important;
  margin-right: 0px !important;
}

.btn_prev {
  margin-left: -20px;
  margin-right: 20px;
}

.btn_next {
  margin-right: -20px;
  margin-left: 20px;
}

.slider.slider-horizontal {
  width: 65%;
}

.slider-handle {
  background-color: #01aa5a;
  background-image: linear-gradient(to bottom, #01aa5a 0%, #01aa5a 100%);
}

.slider-tick {
  background-image: linear-gradient(to bottom, #bababa 0%, #bababa 100%);
}

.slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
  padding-top: 10px;
}

.slider-handle.hide {
  display: none;
}

.timeline-icon.finished {
  background-color: #01aa5a !important;
}

.timeline-icon.suspended {
  background-color: #ff7f33 !important;
}

.timeline-icon.aborted {
  background-color: #e31d1a !important;
}

.img-rounded {
  border-radius: 0px;
}

.img-thumbnail {
  border-radius: 0px;
}

.timeline-centered:before {
  background: black;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon {
  background-color: #ff7f33;
  color: white;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-primary {
  background-color: #017bdf;
  color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-secondary {
  background-color: #f3f3f3;
  color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-success {
  background-color: #01aa5a;
  color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-info {
  background-color: #017bdf;
  color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-warning {
  background-color: #ff7f33;
  color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-danger {
  background-color: #e31d1a;
  color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label {
  background: black;
  color: WHITE;
  border-radius: 0px;
  padding: 10px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label:after {
  border-color: transparent black transparent transparent;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 a {
  color: #e31d1a;
}

/*Table*/
/**************768PX******************/
@media screen and (max-width: 768px) {
  body {
    padding-top: 10px !important;
  }
  .table > thead > tr > th,
  .table > tbody > tr > th,
  .table > tfoot > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > td,
  .table > tfoot > tr > td {
    display: block;
    text-align: center !important;
    width: 100% !important;
    padding: 0px !important;
    /* padding-top: 15px !important; */
    border-bottom: transparent !important;
    text-align: center;
    line-height: 30px;
  }
  .table tr {
    border-bottom: 15px solid transparent;
  }
  .table tr td:last-child {
    border-bottom: 1px solid #eee !important;
  }
  table {
    border: 0;
    text-align: center;
    width: 100%;
  }
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    overflow: hidden;
    position: absolute;
  }
  table tr {
    display: block;
  }
  table th[class*='col-sm'] {
    display: block;
    text-align: center;
    font-weight: bold;
    background: #eee;
  }
  table th[class*='col-sm']:empty {
    display: none;
  }
  table td,
  table td[class*='col-sm'] {
    display: block;
    text-align: center;
    width: 100% !important;
    clear: both;
    line-height: 50px;
  }
  table td:before,
  table td[class*='col-sm']:before {
    float: left;
  }
  table td .tooltip {
    clear: both;
    text-align: center;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  table td:last-child {
    border-bottom: 0;
  }
  /*Navbar*/
  .top-bar {
    display: none;
  }
  .big_space_top {
    margin-top: 0;
  }
  #login_info {
    margin-top: 0;
    padding: 15px;
    float: initial;
  }
  .navbar .open {
    height: 768px;
    width: 100%;
    overflow: scroll;
  }
  .dropdown-submenu:hover > .dropdown-menu {
    border-radius: 0;
    width: 100%;
  }
  .nav-pills > li {
    float: initial;
  }
  .vertical-align {
    display: block;
  }
  .homepagepanel {
    min-height: initial;
  }
  .col-sm-4 {
    float: initial;
    width: initial;
  }
  .login {
    text-align: center !important;
  }
  /*Text*/
  .text-left {
    text-align: center !important;
  }
  .text-right {
    text-align: center !important;
  }
  .text-justify {
    text-align: center !important;
  }
  /*Controlos*/
  div[id*='sliderUserControl'],
  div[id*='containerTextBox'] {
    height: 50px;
    display: table-cell;
    width: 768px;
    vertical-align: bottom;
  }
  input[type='password'],
  input[type='text'],
  input[type='file'],
  select,
  textarea,
  input[type='email'],
  .form-control,
  select,
  input[type='text'],
  textarea {
    width: 100% !important;
  }
  input[type='checkbox'] {
    position: relative !important;
    margin: auto !important;
    width: 25px !important;
    margin-right: 10px !important;
  }
  .btn {
    width: 100%;
    text-align: center !important;
  }
  .pull-left,
  .pull-right {
    float: none !important;
  }
  .nav {
    width: 100%;
    display: block !important;
  }
  .nav li,
  .nav li a {
    float: none !important;
    width: 100% !important;
  }
  div[id*='incrementTextBox'] {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
    text-align: center !important;
  }
}

/**********END 768PX********************/
@media (max-width: 1200px) {
  #login_info {
    margin-top: 15px;
    padding: 0 15px;
    float: right;
    clear: both;
  }
}

@media (max-width: 1000px) {
  #login_info {
    clear: none;
  }
}

@media (max-width: 395px) {
  .navbar-brand {
    margin-top: -15px;
  }
  .text-justify {
    text-align: center;
  }
  .nav-pills > li {
    width: 100%;
  }
}

@media (max-width: 992px) {
  #footer .footer-main {
    justify-content: left;
  }
}

@media (max-width: 992px) {
  #footer .footer-main .footer-content {
    padding: 15px;
  }
}

.glyphicon-menu-hamburger {
  color: white !important;
}

/*CSS que esconde partes do código*/
/*Esconde Links de seleção de Lingua*/
.lang {
  display: none;
}

/*Esconde Certificações*/
#certifications {
  display: none;
}

/*Esconde Redes no Ecrã de Recursos*/
div[id*='pnNetworkResources'] {
  display: none;
}

.hidden,
.hide {
  display: none;
}

.border_top {
  border-top: 5px solid #000;
}
/*# sourceMappingURL=theme.css.map */