.bg-login {
  background: radial-gradient(circle, #07A59C, #0A4E8E);
  background: -moz-radial-gradient(circle, #07A59C, #0A4E8E);
  height: 92vh;
  background-repeat: no-repeat;
}

.bg-white {
  background-color: #FFF;
}

.text-white {
  color: #FFF;
}

a.text-white:hover,
a.text-white:link,
a.text-white:visited,
a.text-white:active {
  color: #FFF;
}

a:hover {
  color: #FFF;
}

.img-header {
  margin: 0;
  padding: 0;
  height: 50px;
}
.img-footer2 {
  height: 45px;
  width:140px;
}
.img-footer {
  height: 45px;
}
.navbar-brand {
  margin: 0;
  padding: 0;
}
.main-sidebar {
  margin-top: 80px;
  padding-top: 25px;
}
.bg-img-tt {
  background: radial-gradient(circle, #07A59C, #0A4E8E);
  background: -moz-radial-gradient(circle, #07A59C, #0A4E8E);
  opacity: 0.85;
  background-size: 100% 100%;
}
.padding {
  padding: 1em;
}
.font-15 {
  font-size: 18px !important;
}
.round-white {
  padding: 0.4em 0.5em 0 0.4em;
  border: 2px solid #FFF;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: inline-block;
}
/** Colores de Message - TotalTexto **/
.text-blue-tt {
  color: #005B99;
}
.bg-blue-tt {
  background-color: #005B99;
  color: #fff;
}
.text-green-mess {
  color: #7FBB42;
}
button.bg-blue-tt:hover,
a.bg-blue-tt:hover,
.bg-blue-tt li:hover {
  background-color: #60AFDD !important;
  color: white;
  box-shadow: none !important;
}
.bg-green-mess {
  background-color: #7FBB42;
}
.text-blue-mess,
.login-text-hover:hover {
  color: #60AFDD;
}
.bg-blue-mess {
  background-color: #60AFDD;
  color: white;
}
button.bg-blue-mess:hover,
a.bg-blue-mess:hover {
  background-color: #005B99 !important;
  color: white;
  box-shadow: none !important;
}
.text-orange-mess {
  color: #F28211;
}
.bg-orange-mess {
  background-color: #F28211;
}
.text-turq-mess {
  color: #35C4AF;
}
.bg-turq-mess {
  background-color: #35C4AF;
}
.text-gray-mess {
  color: #AFBAB2;
}
.bg-gray-mess {
  background-color: #AFBAB2;
}
.red-error {
  background-color: #E2E4E9;
  border: #990000 solid 1px;
}
.close-error-mess {
  opacity: 0.8 !important;
  color: #dd4b39 !important;
}
input#image input {
  background-color: #F28211 !important;
  border: solid #F28211 6px !important;
}
.fileUpload {
  position: relative;
  overflow: hidden;
  color: #FFF;
}
.fileUpload:hover {
  color: #FFF !important;
}
.fileUpload input.upload,
.fileUpload input.file {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}
#uploadFile {
  display: inline;
  padding-left: 10px;
}
.alert {
  display: inline-block;
  white-space: nowrap;
}
.img-operator {
  height: 30px;
  padding: 3px;
  border: 1px solid #DDD;
  border-radius: 3px;
}
.font-10 {
  font-size: 10px;
}
.conditions {
  color: white;
  font-size: medium;
  border: solid #60AFDD 3px;
  background-color: #0A4E8E;
}
.tab-customization {
  margin: 0 !important;
  width: 50%;
}

.tab-content {
  min-height: 100px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.tab-pane {
  width: 100%;
  height: auto;
  margin: auto;
}