/* Login */

#portada {
    background: url("../../img/fondoLogin.png");
    background-size: cover;
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
 	z-index: -1;
 	background-repeat: no-repeat;
 	background-color: #004899;
}

#panel-appname {
	background-color: transparent;
    border: none;
	width: 100%;
    padding-top: 40%;
}

#panel-login {
    background-color: transparent;
    border: none;
	width: 100%;
    padding-top: 10px;
}

#panel-iplyclogo {
	background-color: transparent;
    border: none;
	width: 100%;
    padding-top: 10px;
}

/* Menú */

.navbar {
	margin-bottom: 0px;
}

.navbar-brand {
    width: 100px;
}

.navbar-inverse {
    border-color: #222;
}

/* Body */

body {
    background-color: #222;
}

.page-header {
    padding-bottom: 0px;
    margin: 20px 10px 10px 10px;
    border-bottom: none;
    text-align: center;
}

#page-title {
    border-bottom: 1px solid #dfdfdf;
}

#wrapper {
    padding-left: 0;
}

#page-wrapper {
    width: 100%;
    background-color: #f5f5f5;
    padding-top: 50px;
}

/* Para que la barra de menú colapse bien según el tamaño de la pantalla */
@media (max-width: 768px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>span {
        width: 100%;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
}

@media(min-width:768px) {
    #wrapper {
        overflow-x: hidden;
    }

    #page-wrapper {
        overflow-x: hidden;
    }
}

#mensaje {
    padding-top: 90px;
}

.custombutton {
    width: 35px !important;
}

.has-error {
	color:red;
}

.btn-lista {
	width: 120px;
	font-size: 12px;
	text-align: center;
}

.tooltip-wrapper {
  display: inline-block;
}

.tooltip-wrapper .btn[disabled] {
  pointer-events: none;
}

.tooltip-wrapper.disabled {
  cursor: not-allowed;
}

table.dataTable tbody td {
  vertical-align: middle;
}

.dataTables_wrapper .dt-buttons {
  float:none;  
  text-align:center;
}

#message input,
#message textarea {
    width: 250px;
    height: 40px;
    padding: 10px;
}

#message li input[type=text],
#message li textarea {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: none;
}

#message li textarea {
    height: 150px;
    resize: none;
}

#box-headings {
	text-align: center;
	font-weight: bold;
	font-size: 20px;
}

#link-vencidos {
	color: #bf0000;
	font-weight: bold;
}

#link-pendientes {
	color: #dddd00;
	font-weight: bold;
}

#link-mensajes {
	color: #0080c0;
	font-weight: bold;
}

#link-reclamos {
	color: #008000;
	font-weight: bold;
}

#btn-column-detalle {
	width: 40px;
}

table.dataTable td.dataTables_empty {
    text-align: center;    
}

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.42;
  border-radius: 15px;
}