.center {
  text-align: center;
}
.right {
  text-align: right;
}
.results-msg {
  font-size: 1.5em;
  color: #939393;
}
body {
  background: white;
}
#configuracion .tab-content {
  margin-top: 15px;
}
#configuracion .nav-tabs > li {
  cursor: pointer;
}
#configuracion .loader {
  height: 300px;
  width: 100%;
  text-align: center;
  font-size: 1.5em;
}
#login {
  height: 100vh;
  background: #004076;
  /*.form .register-form {
        display: none;
    }*/
}
#login .login-page {
  width: 360px;
  padding: 12% 0 0;
  margin: auto;
}
#login .form {
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  max-width: 360px;
  margin: 0 auto 100px;
  padding: 45px;
  text-align: center;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}
#login .form input {
  font-family: "Roboto", sans-serif;
  outline: 0;
  background: #f2f2f2;
  width: 100%;
  border: 0;
  margin: 0 0 15px;
  padding: 15px;
  box-sizing: border-box;
  font-size: 14px;
}
#login .form button {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  outline: 0;
  background: #0F97BE;
  width: 100%;
  border: 0;
  padding: 15px;
  color: #FFFFFF;
  font-size: 14px;
  -webkit-transition: all .3 ease;
  transition: all .3 ease;
  cursor: pointer;
}
#login .form button:hover,
#login .form button:active,
#login .form button:focus {
  background: #0F97BE;
}
#login .form .message {
  margin: 15px 0 0;
  color: #b3b3b3;
  font-size: 12px;
}
#login .form .message a {
  color: #0F97BE;
  text-decoration: none;
  cursor: pointer;
}
#login .container {
  position: relative;
  z-index: 1;
  max-width: 300px;
  margin: 0 auto;
}
#login .container:before,
#login .container:after {
  content: "";
  display: block;
  clear: both;
}
#login .container .info {
  margin: 50px auto;
  text-align: center;
}
#login .container .info h1 {
  margin: 0 0 15px;
  padding: 0;
  font-size: 36px;
  font-weight: 300;
  color: #1a1a1a;
}
#login .container .info span {
  color: #4d4d4d;
  font-size: 12px;
}
#login .container .info span a {
  color: #000000;
  text-decoration: none;
}
#login .container .info span .fa {
  color: #EF3B3A;
}
#sidebar-wrapper {
  /*background: #004076 !important;*/
  background: #4589c3 !important;
}
.sidebar-main a {
  /*background: #004076 !important;*/
  background: #4589c3 !important;
}
.sidebar-footer {
  background: #0F97BE !important;
}
.menu-active {
  background: #0F97BE !important;
  font-weight: bold;
}
.menu-active:after {
  border-color: transparent red transparent transparent;
  border-style: solid;
  border-width: 20px 0 20px 20px;
  content: "";
  float: left;
  right: -20px;
  z-index: 9999999;
  height: 0;
  position: absolute;
  top: 0;
  width: 0;
}
.sidebar-footer div a {
  color: #F1F2F2 !important;
}
.sidebar-footer div a:hover {
  color: #004076 !important;
}
.sidebar {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
ul.sidebar .sidebar-main .menu-icon {
  /*color: #004076 !important;*/
  color: white !important;
}
ul.sidebar .sidebar-list .menu-icon {
  color: white !important;
}
ul.sidebar .sidebar-list a {
  color: white !important;
}
ul.sidebar .sidebar-list a:hover {
  background: #004076;
  /*color: #0F97BE !important;*/
  border-left: 0;
}
.menu-active {
  background: #0F97BE !important;
  border-left: 3px solid #F1F2F2 !important;
}
#page-wrapper:not(.open) ul.sidebar .sidebar-list a:hover span {
  border-left: 3px solid #F1F2F2 !important;
}
.header {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}
#page-wrapper {
  background: #ffffff !important;
}
.page {
  text-transform: uppercase;
  font-size: 20px;
}
.breadcrumb-links {
  text-transform: capitalize;
  color: #999999;
}
.header-avatar {
  border-radius: 50% !important;
}
.header-username {
  line-height: 60px;
}
.logo {
  width: 70%;
  float: left;
  margin: 5px 0;
}
.acciones {
  min-width: 30%;
  display: inline-block;
  text-align: center;
}
#medicos h4 {
  font-size: 18px;
  font-weight: bold;
}
#medicos .st-sort-ascent:after {
  content: '\25B2';
}
#medicos .st-sort-descent:after {
  content: '\25BC';
}
#medicos .fa-spin,
#medicos .fa-pulse,
#medicos .fa-spin-custom,
#medicos .glyphicon-spin {
  -webkit-animation: spin 1000ms infinite linear;
  animation: spin 1000ms infinite linear;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
#medicos .table .form-control {
  border: 0;
  border-radius: 0;
  width: 90%;
  box-shadow: none !important;
  display: inline-flex;
}
#medicos .table .form-control:focus {
  border: 0;
  box-shadow: 0 3px 1px -2px rgba(102, 175, 233, 0.6) !important;
}
#medicos .fa-blue {
  color: #66afe9;
}
#practicas h4 {
  font-size: 18px;
  font-weight: bold;
}
#practicas .st-sort-ascent:after {
  content: '\25B2';
}
#practicas .st-sort-descent:after {
  content: '\25BC';
}
#practicas .fa-spin,
#practicas .fa-pulse,
#practicas .fa-spin-custom,
#practicas .glyphicon-spin {
  -webkit-animation: spin 1000ms infinite linear;
  animation: spin 1000ms infinite linear;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
#practicas .table .form-control {
  border: 0 !important;
  border-radius: 0;
  width: 90%;
  box-shadow: none !important;
  display: inline-flex;
}
#practicas .table .form-control:focus {
  border: 0;
  box-shadow: 0 3px 1px -2px rgba(102, 175, 233, 0.6) !important;
}
#practicas .fa-blue {
  color: #66afe9;
}
#procesador .thumb {
  width: 24px;
  height: 24px;
  float: none;
  position: relative;
  top: 7px;
}
#procesador form .progress {
  line-height: 15px;
}
#procesador .progress {
  display: inline-block;
  width: 100px;
  border: 3px groove #CCC;
}
#procesador .progress div {
  font-size: smaller;
  background: #4589c3;
  width: 0;
}
