
html,body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: 'Roboto', sans-serif !important;
  color: #444444 !important;
}

.home-header {
  color: white;
  background-color: #262d32;

}

.home-header>.container>div {
    padding-top: 5%;
    padding-bottom: 7%;
}

.navbar-static-top {
  margin-bottom: 0;
}


.navbar>.container {
  width: 90%;
}

@media (min-width: 979px) {
  ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
  }
}

/*
div.form-button-div {
  position: absolute;
  bottom: 50px;
  width: 96%;
}
*/

.tab-pane {
  padding: 20px;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.btn-pago {
  background-color: #eee;
  border-color: #eee;
  color: black;
  margin: 10px;
  max-height: 35px;
  width: 250px;
  border-radius: 6px;
}

#paypal-button {
  margin: 10px;
}


#container {
  min-height: 87%;
  position: relative;
}

#container:after {
  height: 20px;
  content: "";
  display: block;
}

.login-row {
  margin: 100px 0 100px 0;
}


footer {
  padding-top: 14px;
  padding-bottom: 10px;
  /*position: fixed;
  bottom: 0;
  */
}

footer.login-footer {
  position: absolute;
  bottom: 0;
}

.messageIcon {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: firebrick;
  border: 1px solid firebrick;
  color: white;
  text-align: center;
  display: inline-block;
  font-size: .8em;
}


.requestList {
  height: 700px;
  overflow-y: scroll;
}

.requestListElement:hover {
  cursor: pointer;
}

.card {
  margin: 10px;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
}

.card:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
  cursor: pointer;
}


/*   COURSES    */

.courseList {
  margin-top: 50px;
}

.course.selected {
  background-color: #c4c4c4;
}

.back-to-top {
    position: fixed;
    bottom: 2em;
    right: 0px;
    color: #fff;
    display: none;
}

.back-to-top:hover {    
    background-color: rgba(135, 135, 135, 0.50);
}


.btn-selected {
  background-color: darkgray;
  border-color: darkgray;
}

.btn-selected:hover {
  background-color: darkgray;
  border-color: darkgray;
}


li.inactive  a{
	pointer-events: none;
    cursor: default;
}

.pager li > button {
	background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
    display: inline-block;
    padding: 5px 14px;
	color: #c63f3a;
}

.pager li > button:hover{
	background-color: #eee;
}

div.help {
    margin: 10px;
}

ul.order {
    background: lightgrey;
}


#botonSiguiente[disabled]{
    background-color: #ddd;
}
#botonSiguiente[disabled]:hover{
    cursor: not-allowed;
}


footer{
  z-index: 999;
  width: 100%;
  font-family: 'Noto Sans', sans-serif;
    color: #515151;
    font-size: 14px;
    font-weight: 400;
    background: #1b1b1b;
}

.footer_top h5 {
    font-size: 14.5px;
    letter-spacing: 1.5px;
    font-weight: 500;
}
.footer_top h5 {
    color: #fff;
    margin: 0 0 22px;
}

.footer_top a {
    color: #515151 !important;
}

.footer_top a:hover {
    color: #fff!important;
}




.input-facturacion {
  border:0;
  -webkit-appearance: none;
}

.input-facturacion:disabled {
  border:0;
  -webkit-appearance: none;
  background: transparent;
}


#divHitos {
  position: fixed;
  right: 0;
  width: 400px;
  border: 1px solid;
  padding: 10px;
  background: rgba(0,0,0,0.1);
}


.navbar-default {
  background-color: #f5f5f5;
}

nav.main_menu ul li.active a {
    color: #000000;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    color: #000000;
    background-color: #f5f5f5;
}



.q_social_icon_holder {
  margin: 5px;
}

.skin-blue .main-header .logo {
  background-color: white;
}

.skin-black .main-header .navbar {
  background-color: white;
}
.skin-blue .main-header .navbar {
  background-color: white !important;
}
.skin-blue .wrapper, .skin-blue .main-sidebar, .skin-blue .left-side {
  background-color: #222d32;
}
.skin-blue .sidebar a {
    color: #b8c7ce;
}
.skin-blue .sidebar li.active>a {
  color: white;
}
.skin-blue .sidebar-menu>li.header {
    color: #4b646f;
    background: #1a2226;
}
.nav-tabs-custom>.tab-content {
  padding: 0;
}

.navbar-toggle .icon-bar {
  background-color: black;
}


.dataTables_wrapper .dataTables_paginate .paginate_button {
  padding: 0;
  margin: 0;
}

.box-header .box-title, .box-header .box-tools a {
  color: #3c8dbc;
  text-decoration: none;
}

.badge.desactivado {
  margin-left:5px;
  background:red;
  border-radius: 4px;
}

.box, .box-footer {
  border-top: none;
}

.box {
  padding: 10px 30px;
}

.tab-pane.p-0 {
  border-top: 1px solid #ddd;
  padding: 0;
}

.tab-pane.p-0>.box {
  margin: 0;
  padding: 10px;
}

.nav-tabs>li>a {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
  color: #fff;
  background-color: #3c8dbc;
}

.btn-xs {
  color: #3c8dbc;
  background: transparent;
}

.m-10 {
  margin: 10px;
}

h4.modal-title{
  display: inline;
}