#bg-login {
    background-image: url('/img/bg-login.jpg');    
    background-position: center center;
    background-repeat:  no-repeat;
    background-attachment: fixed;
    background-size:  cover;
    background-color: #f1f1f1;
}
#bg-register,#bg-alta {
    background-image: url('/img/bg-alta.jpg');
    background-position: center center;
    background-repeat:  no-repeat;
    background-attachment: fixed;
    background-size:  cover;
    background-color: #f1f1f1;
}
body {
    background-color: transparent !important;
}
.demoinfo p{
    margin:0px !important;
}
.demoinfo{
    text-align: left;
}
.demoinfo h3{
    text-align: center;
}

.menunav li a p {
    font-size: 11px;
    font-weight: 300;
    line-height: 1.6;
    margin: 3px;
    text-align: center;
}

.menunav li a i {
    font-size: 22px;
    display: block;
    margin: auto;
    text-align: center;
}
.top-navigation .menunav .nav > li > a {
    background: transparent;
    color: #fff;
    padding: 15px 7px;
}

.top-navigation .menunav .nav > li > a:hover {
    color:#ed5565;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.navbar-right > li > a {
    background: none !important;
    color: #fff;
    border:none !important;
    font-size: 0.8em !important;
    padding: 8px !important;
}

form label {
    color: #acacac;
    font-size: 0.9em;
    margin: 5px 0 0 1px;
    padding: 0;
}
.form-control {
    background-color: #f8f8f8;
}
.alert {
    margin-bottom: 10px;
}

.modal-content {
    margin: 0px;
}

#accordion .panel,.bloqueinterior .panel {
    border: 0 none;
    border-radius: 0;
    margin-bottom: 5px;
    border: 1px solid #009dd4;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    padding: 10px;
}
#accordion .panel-title, .bloqueinterior .panel-title {
    margin: 0;
}

#accordion .panel:hover {
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -ms-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
    background: #f9f9f9;

}
#accordion,.bloqueinterior {
    margin: -10px 0 5px;
    padding: 5px 5px 0;
}
.panel-heading {
    padding: 0;  
}
.btn-default {
    background-color: #f8f8f8;
    border-radius: 0px;
}
.ui-autocomplete {
    z-index: 9999 !important;
}
input[type="file"] {
    border: 0 none;
    display: block;
    margin: 5px 0;
    padding: 0;
    background: none;
}
label {
    display: inline-block;
    font-weight: 500;
    margin-bottom: 1px;
    max-width: 100%;
}
textarea {
    max-width: 100%;
    min-width: 100%;
    min-height: 50px;
    max-height: 150px;
}
table {
    font-size: 0.9em;
}
table td,table th {
    padding: 4px 8px !important;
}
.modal-body {
    padding: 10px 0;
    background: #f4f4f4;
}
.ibox-content table td .btn-xs {
    border-radius: 3px;
    font-size: 8px;
    line-height: 1;
    margin-right:5px;
    padding: 3px 12px;
    float: right;
}
.ibox-content table td .btn-sm {
    font-size: 12px;
    padding: 0px 8px;
    float: right;
    margin-right: 5px;
}
.modal-header {
    background: #009dd4;
    border-bottom: 1px solid #009dd4;
    color: #fff;
}
.ui-autocomplete {
    border: 1px solid #dcdcdc !important;
    border-radius: 0 !important;
    max-height: 300px;
    overflow-y: scroll;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    border: 1px solid #09afdf !important;
    color: #fff !important;
    background: #09afdf !important;
    border-radius: 0px !important;
}

.cargando {
    margin: auto;
    height: 30px;
    position: relative;
    top: 45%;
    width: 30px;
}
.loader {
  display:block;
  width: 30px;
  height: 30px;
  border: 4px solid #074d87;
  border-radius: 3px;
  animation: loader 4s infinite ease;
}

.loader-inner {
  vertical-align: top;
  display: inline-block;
  width: 100%;
  background-color: #074d87;
  animation: loader-inner 4s infinite ease-in;
}

@keyframes loader {
  0% {
    transform: rotate(0deg);
  }
  
  25% {
    transform: rotate(180deg);
  }
  
  50% {
    transform: rotate(180deg);
  }
  
  75% {
    transform: rotate(360deg);
  }
  
  100% {
    transform: rotate(360deg);
  }
}

@keyframes loader-inner {
  0% {
    height: 0%;
  }
  
  25% {
    height: 0%;
  }
  
  50% {
    height: 100%;
  }
  
  75% {
    height: 100%;
  }
  
  100% {
    height: 0%;
  }
}
@media(max-width:767px) {
    .campos {
        margin-top: 10px;
    } 
}
.slim {
    border:1px solid #ffffff;
}
.campos {
    background: #ededed none repeat scroll 0 0;
    padding: 15px 8px 0;
    border:1px solid #ffffff;
}
#logoimg {
    margin: 20px auto;
    max-width: 350px;
    width: 100%;
}
.row.campos div {
    margin: 1px 0;
    padding: 4px;
}

.loginscreen.alta-box {
    background: #fff none repeat scroll 0 0;
    border-radius: 3px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.07);
    margin: 100px auto;
    padding: 20px;
}
.alta-box {
  max-width: 1000px;
  z-index: 100;
  margin: 0 auto;
  padding-top: 40px;
}
.navbar-right {
    float: left !important;
    margin-left: -15px;
}
@media(min-width:768px) {
    
    .navbar-right {
        float: right !important;
        margin-right: -1px;
        margin-top: -3px;
    }
}
@media(max-width:767px) {
    .navbar-nav {
        margin: 0px -15px;
    }
}

#navbar,.navbar-header {
    background: #009dd4;
}
.page-heading {
  border-top: 0;
  background: #fff;
  border-top: 1px solid #009dd4;
  border-bottom: 1px solid #009dd4;
  padding: 5px;
  z-index: 1;
}
.page-heading h3 {
    border-radius: 3px;
    color: #009dd4;
    display: inline-block;
    font-size: 1em;
    font-weight: 400;
    margin: 0;
    padding: 8px 10px;
}
#page-wrapper {
    background: rgba(242,248,250,1);
    background: -moz-linear-gradient(top, rgba(242,248,250,1) 0%, rgba(218,241,250,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(242,248,250,1)), color-stop(100%, rgba(218,241,250,1)));
    background: -webkit-linear-gradient(top, rgba(242,248,250,1) 0%, rgba(218,241,250,1) 100%);
    background: -o-linear-gradient(top, rgba(242,248,250,1) 0%, rgba(218,241,250,1) 100%);
    background: -ms-linear-gradient(top, rgba(242,248,250,1) 0%, rgba(218,241,250,1) 100%);
    background: linear-gradient(to bottom, rgba(242,248,250,1) 0%, rgba(218,241,250,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f8fa', endColorstr='#daf1fa', GradientType=0 );
}
.selectempresa {
    clear: both;
    padding-bottom: 10px;
}

.sidebard-panel {
    height: 90%;
    padding: 10px;
}

#form-convenio {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #dcdcdc;
    display: block;
    margin: 10px 0;
    max-width: 700px !important;
    padding: 10px;
}

#form-convenio button {
    margin-top: 20px;
}

#form-convenio {
    max-width: 700px;
}

#form-convenio div {
    padding:2px !important;
}

.bootstrap-select.btn-group.bs-container {
    z-index: 9999 !important;
}
.modal .bootstrap-select {
    z-index: 9999 !important;
}
.announcement h3 {
    display: inline-block;
    margin: 0;
}
.announcement h5 {
    margin: 0;
}
.announcement {
    background: #fff;
    color:#a94442;
    min-height: 55px;
    margin: 0;
    padding: 10px;
}
.dropdown-menu a i {
    left: 3px;
    top: 8px;
    position: absolute;
}
.dropdown-menu a {
    position: relative;
}

.fichero {
    padding: 1px;
}
#mapa_fichaje{
    background: #f9f9f9;
    width: 100% !important;
    height:200px;
    margin:10px 0;
}
#mapa_zona{
    background: #f9f9f9;
    width: 100% !important;
    height:0px;
    margin:10px 0;
}
.pac-container {
    z-index: 9999;
}
.vermapa {
    margin: 5px 0;
}
.cargando {
    margin: auto;
    height: 30px;
    position: relative;
    top: 45%;
    width: 30px;
}
.loader {
  display:block;
  width: 30px;
  height: 30px;
  border: 2px solid #009dd4;
  border-radius: 0px;
  animation: loader 4s infinite ease;
}

.loader-inner {
  vertical-align: top;
  display: inline-block;
  width: 100%;
  background-color: #009dd4;
  animation: loader-inner 4s infinite ease-in;
}

.imgselect {
    border-radius: 50%;
    height: 25px;
    margin-right: 5px;
    width: 25px;
}

@keyframes loader {
  0% {
    transform: rotate(0deg);
  }
  
  25% {
    transform: rotate(180deg);
  }
  
  50% {
    transform: rotate(180deg);
  }
  
  75% {
    transform: rotate(360deg);
  }
  
  100% {
    transform: rotate(360deg);
  }
}

@keyframes loader-inner {
  0% {
    height: 0%;
  }
  
  25% {
    height: 0%;
  }
  
  50% {
    height: 100%;
  }
  
  75% {
    height: 100%;
  }
  
  100% {
    height: 0%;
  }
}
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: 0px;
    margin-left: 0px;
    -webkit-border-radius: 0 3px 3px 3px;
    -moz-border-radius: 0 3px 3px;
    border-radius: 0 3px 3px 3px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.bootstrap-select .dropdown-menu {
  max-width: 200px;
}
.bootstrap-select .dropdown-menu span.text {
    display: block !important;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    border-radius: 0px;
}
.sino {
    border-bottom: 1px solid #e7e7e7;
    clear: both;
    margin: 0 15px;
    padding: 4px 8px;
}
.sino:hover {
    background: #f0f0f0;
}
.sino div {
    padding: 0px;
}
.sino h5{
    margin: 5px 0;
}
.tablasesale {
    font-size: 0.8em !important;
    width: 100%;
    overflow-x: scroll; 
}
.tablaasdes th {
    line-height: 1 !important;
    max-width: 50px !important;
    overflow: hidden;
    padding: 3px!important;
}
.tablaasdes thead th {
    vertical-align: bottom !important;
}

.delete_image {
    border-radius: 3px;
    margin: 3px;
    position: absolute;
    right: 135px;
    z-index: 9;
}
.previewimagen {
    border: 1px solid #dcdcdc;
    border-radius: 3px;
    max-height: 200px;
    overflow: hidden;
    position: relative;
}
.sistem-upload {
    background: #fff;
    padding: 20px;
    width: 100%;
    z-index: 9;
}
#image_img {
    position: absolute;
    height: 100%;
    z-index: 0;
}
.sistem-upload .btn {
    position: absolute;
    right: 3px;
    top: 3px;
    width: auto;
}
.firmacontrato i {
    font-size: 3em;
}
.top-navigation .navbar-nav .open .dropdown-menu > li > a:hover {
  background: rgba(0,0,0,0.8);
  color:#fff;
}
.dataTables_filter {
    overflow: hidden;
}
.feed-element > h5 {
    color: #009dd4;
    margin: 0;
}
.feed-element > p {
    margin: 0;
    font-size: 11px;
}
.sidebard-panel .feed-element {
    background: #f9f9f9;
    margin-top: 4px;
    padding: 4px 8px;
}
.sidebard-panel .feed-element:hover {
    background: #fff;
    cursor: pointer;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-left: 5px;
    padding-right: 5px;
}
#form-filtro div {
    padding-left: 0;
}

.sorting_disabled {
    max-width: 85px !important;
    min-width: 85px !important;
}
.borrar {
    background: #ed5565;
    border-radius: 3px;
    color: #fff;
    font-size: 11px;
    margin: 0;
    padding: 0 4px;
    position: absolute;
    right: 4px;
    top: 5px;
    cursor:pointer;
}
.borrar:hover,.borrar:active,.borrar:focus  {
    background: #ec4758;
    color: #fff;  
}
#calendar-calendario .fc-view-container div{
    padding: 0px;
}
#calendar-calendario .fc-view-container {
    background: #fff;
}

#calendar-calendario table td, table th {
    padding: 0px !important;
}
.fc-title {
    display: block;
    padding: 5px;
}
.colorpicker.colorpicker-visible {
    display: block;
    z-index: 9999 !important;
}
.colorbg {
    height: 20px !important;
    position: absolute;
    right: 25px;
    top: 6px;
    width: 20px !important;
    border-radius: 3px;
}
.bgtrabajador {
    height: 24px !important;
    left: 0;
    position: absolute;
    top: 0;
    width: 15px !important;
}
.trabajador {
    padding: 3px 8px;
    border-radius: 3px;
}
#cuadrante-trabajadores {
    background: #fff none repeat scroll 0 0;
    border: 2px solid transparent;
    padding: 15px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.separador {
    clear: both;
    padding: 3px;
}
.listado {
    max-height: 300px;
    overflow-y: scroll;
}
table .sorting::after, table  .sorting_asc::after, table .sorting_desc::after {
    right: 2px !important;
    top: 0 !important;
}
#geolocalizando .row > div {
    z-index: 1;
}
.ui-tooltip {
    padding: 1px 2px !important;
    margin: 0px !important;
    font-size: 10px !important;
    box-shadow: none !important;
    border: none !important; 
    border-radius: 0px !important;
    top:1px !important;
    opacity: 0.9;
    line-height: 10px;
    pointer-events:none;     
}
.listado a, .listado span {
    font-size: 11px !important;
}
.listado {
    font-size: 12px;
}

.papelera {
    color: #d9534f;
    margin: 60px 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 100%;
    text-shadow:0px 0px 30px #fff;
    z-index: 9999;
    pointer-events:none; 
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.seleccionarcolor {
    background: #f1f1f1 none repeat scroll 0 0;
    border-radius: 3px;
    margin: 15px 0;
    padding: 10px;
}
.entrefechas {
    color: #9c9c9c;
    font-size: 11px;
    margin: 0;
}
.cambiofecha {
    background: #ed5565;
    border-radius: 10px;
    color: #fff;
    padding: 0 5px;
}
.store {
    position: relative;
}
.store span {
    font-size: 14px !important;
    position: absolute;
    right: -4px;
    top: 0;
}
.store i {
    left: -2px;
    position: absolute;
    top: -5px;
}
.store {
    height: 35px;
    width: 90px;
}
.post-image img {
    width: 100%;
    margin-bottom: 10px;
}
.post-info {
    padding: 20px 0;
}
.post-footer {
    color: #cccccc;
    font-size: 10px;
}
.sorting_disabled {
    min-width: 135px !important;
}
.page-heading h3:hover {
    cursor: pointer !important;
    color:#fff !important;
}
@font-face {
  font-family: 'FontAwesome';
  src: url('/fonts/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('/fonts/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('/fonts/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('/fonts/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('/fonts/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('/fonts/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.volver::before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.volver::before { 
    margin-right: 5px;
    content: "\f053 ";
}
.btn-volver {
    padding: 4px 8px !important;
}

.registro {
    max-width: 800px;
    margin: 50px auto;
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.05);
}
.ui-autocomplete {
    z-index: 9999 !important;
}

.map_canvas { 
    width: 100%; 
    height: 200px; 
}
.mapa {
    padding: 0px;
}
.pac-container {
    z-index: 9999 !important;
}
input[type="file"] {
    border: 0 none;
    display: block;
    margin: 5px 0;
    padding: 0;
    background: none;
}

.wizard-big {
    display: none;
}

input{
    -webkit-appearance:     none;
    -moz-appearance:        none;
    -ms-appearance:         none;
    -o-appearance:          none;
    appearance:             none;
    border:none;
    background-image:none;
    background-color:transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

input[type=checkbox]{
    -webkit-appearance:     checkbox;
    -moz-appearance:        checkbox;
    -ms-appearance:         checkbox;
    -o-appearance:          checkbox;
    appearance:             checkbox;
} 
.geslopd-bg .navbar {
    background-color: #008dc4;
}