/* textares */
textarea {
    resize: none;
}

/* ointegrate logo style */
.logo-style {
    color: #ffffff;
}

.logo-style-g {
    color: #2786C1;
}

/* login class */

.login-div-top {
    padding: 1%; /* Space top and bottom */
    background-color: black; /*  Set a background color */
    opacity: 0.6; /* Opacity the background color */
    text-align: right; /* Align all text to the right panel */
    vertical-align: middle; /* Set all text in the vertical position */
    color: white; /* Set all font to white color */
    font-weight: bold; /* Set all font bold */
    font-size: 25pt; /* Set all font size */
}

.login-span-top {
    color: #2786C1; /* Set One Button Solutions color in the letter G */
}

.login-div-middle {
    right: 0; /* Put div in the right panel */
    position: fixed; /* Put div in the fixed (fijo) position */
    bottom: 50%; /* Put div in the center of the screen */
    padding: 2%; /* Space top and bottom */
    background-color: black; /*  Set a background color */
    opacity: 0.8; /* Opacity the background color */
    text-align: right; /* Align all text to the center panel */
    vertical-align: middle; /* Set all text in the vertical position */
    color: white; /* Set all font to white color */
    font-weight: lighter; /* Set all font bold */
    font-size: 12pt; /* Set all font size */
}

.login-input {
    display: inline-block; /* Display inline in big screen and display in block in short screen phone */
    border: 1px solid #2786C1; /* Set border properties */
    border-radius: 0; /* Set border properties and put in square in the short screen phone */
    -webkit-appearance: none; /* square in the short screen phone */
    width: 300px; /* Set width */
    line-height: 18pt; /* Set line heigh */
    font-size: 12pt; /* Set font size */
    font-weight: lighter; /* Set font style */
    color: #464646; /* Set font color */
    border-left: none;
}

.login-button {
    display: inline-block; /* Display inline in big screen and display in block in short screen phone */
    border: 1px solid white; /* Set border properties */
    border-radius: 0; /* Set border properties and put in square in the short screen phone */
    -webkit-appearance: none; /* square in the short screen phone */
    background-color: #2786C1; /* Set background load color */
    width: 150px; /* Set width */
    line-height: 18pt; /* Set line heigh */
    font-size: 12pt; /* Set font size */
    font-weight: bold; /* Set font style */
    color: white; /* Set font color */
    cursor: pointer; /* Set mouse cursor hover button */
}

.login-button:hover {
    background-color: #464646; /* Set new background color when mouse hover */
    color: white; /* Set font color */
}

.login-div-bottom {
    position: fixed; /* Put div in the fixed (fijo) position */
    bottom: 0; /* Set div in the bottom of the page */
    width: 100%; /* Set width */
    text-align: right; /* Align all text to the center panel */
    color: white; /* Set font color */
}

.uppercase {
    text-transform: uppercase;
}

.lowercase {
    text-transform: lowercase;
}

.capitalize {
    text-transform: capitalize;
}

.label {
    color: white;
    padding: 8px;
}

.text-white {
    color: #fff;
}

.text-gray {
    color: gray;
}

.success {
    background-color: #4CAF50;
}

.info {
    background-color: #2196F3;
}

.warning {
    background-color: #ff9800;
}

.danger {
    background-color: #f44336;
}

.other {
    background-color: #e7e7e7; color: black;
}

.img-circle-30-50 {
    width: 30px;
    border-radius: 50%;
}

.img-circle-100-50 {
  width: 100px;
  border-radius: 50%;
}

.img-circle-text-container {
    position: relative;
    text-align: center;
    color:#fff;
  }
  
.img-circle-text-centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

  a.link-record:link {
    color: #000;
  }
  
  a.link-record:visited {
    color: #000;
  }
  
  a.link-record:hover {
    color: #2786C1;
  }
  
  a.link-record:active {
    color: #000;
  }

  /* phone */

  a.link-phone:link {
    color: #2786C1;
  }
  
  a.link-phone:visited {
    color: #2786C1;
  }
  
  a.link-phone:hover {
    color: rgb(105, 105, 105);
  }
  
  a.link-phone:active {
    color: #2786C1;
  }

  /* email */

  a.link-email:link {
    color: #2786C1;
  }
  
  a.link-email:visited {
    color: #2786C1;
  }
  
  a.link-email:hover {
    color: rgb(105, 105, 105);
  }
  
  a.link-email:active {
    color: #2786C1;
  }

  /* map */
  a.link-map:link {
    color: #2786C1;
  }
  
  a.link-map:visited {
    color: #2786C1;
  }
  
  a.link-map:hover {
    color: rgb(105, 105, 105);
  }
  
  a.link-map:active {
    color: #2786C1;
  }

  /* website */
  a.link-website:link {
    color: #2786C1;
  }
  
  a.link-website:visited {
    color: #2786C1;
  }
  
  a.link-website:hover {
    color: rgb(105, 105, 105);
  }
  
  a.link-website:active {
    color: #2786C1;
  }

  /* icon contacts */

  a.link-icon-contacts:link {
    color: rgb(59, 59, 59);
  }
  
  a.link-icon-contacts:visited {
    color: rgb(59, 59, 59);
  }
  
  a.link-icon-contacts:hover {
    color: rgb(59, 59, 59);
  }
  
  a.link-icon-contacts:active {
    color: rgb(59, 59, 59);
  }

/* colors */

.color-gray {
    color: gray;
}

.color-turquoise {
  color: #2786C1;
}

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

.font-lighter {
    font-weight: lighter;
}

hr.hr-color-turquoise {
  border-top: 1px solid #2786C1;
}

hr.hr-color-gray {
  border-top: 1px solid gray;
}

/* textarea no resize */

textarea.resize-none {
  resize: none;
}

/* toggle switch */
.switch {
  position: relative;
  display: inline-block;
  width: 55px;
  height: 29px;
}

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

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}