﻿@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,300italic,400italic,600italic);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,300,400,700);
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400|Work+SansWork+Sans:400,500,600');
/*!
 *   
 *   
 *	 
 *   
 *           
!*/

/*@font-face {
    font-family: OpensansLight;
    src: url(fonts/OpenSans-Light.ttf);
}*/
@font-face {
    font-family: avenir-regular;
    src: url(fonts/avenir-next-regular.ttf);
}

:root {
  --theme_primary_color: #f47b4c;
  --theme_secondary_color: #FCE9DC;
  --theme_sidebar_background: rgb(237,156,56);
  --theme_sidebar_background_gradient: linear-gradient(247deg, rgba(237,156,56,1) 27%, rgba(240,119,90,1) 64%);
}

::-webkit-scrollbar {
    width: 6px !important;
    height: 9px !important;
}
::-webkit-scrollbar-thumb {
    background-color: rgba(174, 174, 174, 0.5) !important;
    border-radius: 5px !important;
}

::-webkit-scrollbar-track {
    background-color: transparent  !important;
    border-left: 0px solid #ccc !important;
}

/* login */
 
.login {
    position: absolute;
    width: 400px;
    height: 200px;
    z-index: 15;
    top: 41%;
    left: 50%;
    margin: -100px 0 0 -150px;
}

.logologin {
    width: 300px;
    margin: 0 auto;
    margin-bottom: 30px;
}
.sizelogin {
    width: 67%;
    margin: 4px ;
    margin-bottom: 0px;
    margin-bottom: 10px;
    font-size: 20px;
    border-radius: 20px;
    text-align: center;
    height: 40px;
}
.sizelogologin {
    width: auto !important;
	max-width: 250px !important;
    text-align: center;
    padding-bottom: 20px;
}
.form-control{
	box-shadow:none;
	border:none;
}
.form-control:focus{
	 outline:none;
	 border-color:#ccc;
	 box-shadow: none;
}
input:-webkit-autofill:hover {
    -webkit-box-shadow: 0 0 0 30px white inset;
    background-color: white;
						 
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset;
    background-color: white;
}
p.errorlogin {
    margin-top: 10px;
    font-size: 17px;
	}

.botonLogin {
    background-color: var(--theme_primary_color);
    border-radius: 40px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 25px;
    padding: 17px 23px;
    border: none;
    color: white;
    margin-top: 15px;
}

/*
 * Core: General Layout Style
 * -------------------------
 */
 
 
html,
body {
  min-height: 100%;
}
.layout-boxed html,
.layout-boxed body {
  height: 100%;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family:inherit;
  font-weight: lighter;
  overflow-x: hidden;
  overflow-y: auto;
  background: white;
  font-weight: 400;
}
/* Layout */
.wrapper {
  min-height: 100%;
  position: static;
  overflow: hidden;
}
.wrapper:before,
.wrapper:after {
  content: " ";
  display: table;
}
.wrapper:after {
  clear: both;
}
.layout-boxed .wrapper {
  max-width: 1250px;
  margin: 0 auto;
  min-height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  position: relative;
}
.layout-boxed {
  background: url('../img/boxed-bg.jpg') repeat fixed;
}
/*
 * Content Wrapper - contains the main content
 * ```.right-side has been deprecated as of v2.0.0 in favor of .content-wrapper  ```
 */
.content-wrapper,
.right-side,
.main-footer {
  -webkit-transition: -webkit-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
  -moz-transition: -moz-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
  -o-transition: -o-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, margin 0.3s ease-in-out;
  margin-left: 230px;
  z-index: 820;
}
.layout-top-nav .content-wrapper,
.layout-top-nav .right-side,
.layout-top-nav .main-footer {
  margin-left: 0;
}

.content-wrapper,
.right-side {
  min-height: 100%;
  background-color: white;
  z-index: 800;
}
.main-footer {
  background: #fff;
  padding: 15px;
  color: #444;
  border-top: 1px solid #d2d6de;
}
/* Fixed layout */
.fixed .main-header,
.fixed .main-sidebar,
.fixed .left-side {
  position: fixed;
}
.fixed .main-header {
  top: 0;
  right: 0;
  left: 0;
}
.fixed .content-wrapper,
.fixed .right-side {
  padding-top: 50px;
}

.fixed.layout-boxed .wrapper {
  max-width: 100%;
}
body.hold-transition .content-wrapper,
body.hold-transition .right-side,
body.hold-transition .main-footer,
body.hold-transition .left-side,
body.hold-transition .main-header > .navbar,
body.hold-transition .main-header .logo {
  /* Fix for IE */
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
/* Content */
.content {
  min-height: 250px;
  padding: 15px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  clear: both;
  width:90%;
  margin-top:45px;
}
.sizecontent{
	width:90%;
}
/* H1 - H6 font */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Source Sans Pro', sans-serif;
}
/* General Links */
a {
  color: #000000;
}
a:hover,
a:active,
a:focus {
  outline: none;
  text-decoration: none;
  color: #000000;
}
/*link en tabla*/
.table>tbody>tr>td a
{
    color: var(--theme_primary_color);
}

/*
 * Component: Main Header
 * ----------------------
 */
.main-header {
  position: relative;
  max-height: 100px;
  z-index: 1030;
}
.main-header > .navbar {
  -webkit-transition: margin-left 0.3s ease-in-out;
  -o-transition: margin-left 0.3s ease-in-out;
  transition: margin-left 0.3s ease-in-out;
  margin-bottom: 0;
  margin-left: 230px;
  border: none;
  min-height: 50px;
  border-radius: 0;
}
.layout-top-nav .main-header > .navbar {
  margin-left: 0;
}
.main-header #navbar-search-input.form-control {
  background: rgba(255, 255, 255, 0.2);
  border-color: transparent;
}
.main-header #navbar-search-input.form-control:focus,
.main-header #navbar-search-input.form-control:active {
  border-color: rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.9);
}
.main-header #navbar-search-input.form-control::-moz-placeholder {
  color: #b0b0b0;
  opacity: 1;
}
.main-header #navbar-search-input.form-control:-ms-input-placeholder {
  color: #b0b0b0;
}
.main-header #navbar-search-input.form-control::-webkit-input-placeholder {
  color: #b0b0b0;
}
.main-header .navbar-custom-menu,
.main-header .navbar-right {
  float: right;
}
@media (max-width: 991px) {
  .main-header .navbar-custom-menu a,
  .main-header .navbar-right a {
    color: inherit;
    background: transparent;
  }  
}

	.col-sm-show{
		display:none;
	}
@media (max-width: 767px) {
  .main-header .navbar-right {
    float: none;
  }
  
  #btntitle{
	  display:none
  }
  
  .navbar-collapse .main-header .navbar-right {
    margin: 7.5px -15px;
  }
  .main-header .navbar-right > li {
    color: inherit;
    border: 0;
  }
  
	.label-head{
		text-align:left !important;
	}
	.col-sm-show{
		display:block !important;
	}
	.col-sm-hide{
		display:none !important;
	}
}
.main-header .sidebar-toggle {
  float: left;
  background-color: transparent;
  background-image: none;
  padding: 15px 15px;
  font-family: fontAwesome;
}
.main-header .sidebar-toggle:before {
  content: "\f0c9";
}
.main-header .sidebar-toggle:hover {
  color: #fff;
}
.main-header .sidebar-toggle:focus,
.main-header .sidebar-toggle:active {
  background: transparent;
}
.main-header .sidebar-toggle .icon-bar {
  display: none;
}
.main-header .navbar .nav > li.user > a > .fa,
.main-header .navbar .nav > li.user > a > .glyphicon,
.main-header .navbar .nav > li.user > a > .ion {
  margin-right: 5px;
}
.main-header .navbar .nav > li > a > .label {
  position: absolute;
  top: 9px;
  right: 7px;
  text-align: center;
  font-size: 12px;
  padding: 2px 3px;
  line-height: .9;
}
.main-header .logo {
  -webkit-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
  display: block;
  float: left;
  height: 50px;
  font-size: 23px;
  line-height: 50px;
  text-align: center;
  width: 230px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 0 15px;
  font-weight: 300;
  overflow: hidden;
}
.main-header .logo .logo-lg {
  display: block;
}
.main-header .logo .logo-mini {
  display: none;
}
.main-header .navbar-brand {
  color: #fff;
}
.sizeicocalendar {
    height: 25px;
}
.sizeicocalendar2 {
    width: 25px;
}
div#graphcalendar {
    margin-top: 62px;
}
.content-header {
    padding: 15px;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    clear: both;
    width: 90%;
    margin-right: auto;
	/*border-bottom: 1px solid #eee;*/							  
    height: 100%;
    margin-top: 0px;
    padding-top: 30px;
    padding-top: 0px;
	
}
.content-header div{
}
.center{
	margin: 0 auto;
	text-align: center;
	padding: 0px;
}
.horario {
    padding-left: 30px;
    margin-top: 20px;
    position: relative;
}
.horastotaltr {
    font-size: 18px;
    float: right;
}
.horastotaltr2 {
    font-size: 18px;
    color: var(--theme_primary_color);
    font-weight: bold;
}.content-header > h1 {
  margin: 0;
  font-size: 23px;
}
.content-header > h1 > small {
  font-size: 15px;
  display: inline-block;
  padding-left: 4px;
  font-weight: 300;
}
.content-header > .breadcrumb {
  float: right;
  background: transparent;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  padding: 7px 5px;
  position: absolute;
  top: 15px;
  right: 10px;
  border-radius: 2px;
}
.content-header > .breadcrumb > li > a {
  color: #444;
  text-decoration: none;
  display: inline-block;
}
.content-header > .breadcrumb > li > a > .fa,
.content-header > .breadcrumb > li > a > .glyphicon,
.content-header > .breadcrumb > li > a > .ion {
  margin-right: 5px;
}
.content-header > .breadcrumb > li + li:before {
  content: '>\00a0';
}
@media (max-width: 991px) {
  .content-header > .breadcrumb {
    position: relative;
    margin-top: 5px;
    top: 0;
    right: 0;
    float: none;
    background: #d2d6de;
    padding-left: 10px;
  }
  .content-header > .breadcrumb li:before {
    color: #97a0b3;
  }
}
.navbar-toggle {
  color: #fff;
  border: 0;
  margin: 0;
  padding: 15px 15px;
}
@media (max-width: 991px) {
  .navbar-custom-menu .navbar-nav > li {
    float: left;
  }
  .navbar-custom-menu .navbar-nav {
    margin: 0;
    float: left;
  }
  .navbar-custom-menu .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 20px;
  }
  .informacion {
    text-align: right;
    margin-top: 40px;
    margin-right: 11px;
  }
  .contmodalproy{
	  width:100% !important;
  }
}

/*
 * Component: Sidebar
 * ------------------
 */
.main-sidebar,
.left-side {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 20px;
  min-height: 100%;
  width: 260px;
  /*background: white;*/
  -webkit-transition: -webkit-transform 0.3s ease-in-out, width 0.3s ease-in-out;
  -moz-transition: -moz-transform 0.3s ease-in-out, width 0.3s ease-in-out;
  -o-transition: -o-transform 0.3s ease-in-out, width 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, width 0.3s ease-in-out;
  display: inline !important;
}
.typebar{
	background:white;
    top: 90px;
	z-index:4;
    padding-bottom: 100px;
}
.typebar .layoutsidebar{
	margin-top:0px
}
.userbar{
	height:auto !important;
	min-height:unset !important;    
	z-index: 1 !important;
}
.fix-sidebar{
	position:fixed;
  height: 100%;
	overflow:auto;
}
.fix-sidebar .layoutsidebar{
    border-top: 1px #dbdbdb solid;
}

.sidebar {
  padding-bottom: 10px;
    background: white;
}
.sidebar-form input:focus {
  border-color: transparent;
}
.user-panel {
  position: relative;
  width: 100%;
  padding: 10px;
  overflow: hidden;
}
.user-panel:before,
.user-panel:after {
  content: " ";
  display: table;
}
.user-panel:after {
  clear: both;
}

.user-panel > .image > img {
  width: 100%;
  max-width: 125px;
  height: auto;
}
.user-panel > .info {
  line-height: 1;
  position: relative;
  text-align:center;
  font-size:23px;
}
.image {
    text-align: center;
    margin-bottom: 15px;
}
.liskype {
    margin-left: -39px;
	margin-top: 10px;
}
.removeli{
	list-style-type: none; 
}
.sizeuser {
    width: 100%;
    height: auto;
    text-align: center;
}
.user-panel > .info > p {
  font-weight: 600;
  margin-bottom: 9px;
}
.user-panel > .info > a {
  text-decoration: none;
  padding-right: 5px;
  margin-top: 3px;
  font-size: 14px;
}
.user-panel > .info > a > .fa,
.user-panel > .info > a > .ion,
.user-panel > .info > a > .glyphicon {
  margin-right: 3px;
}
.sidebar-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: Work Sans, sans-serif;
}
.sidebar-menu > li {
  position: relative;
  margin: 0;
  padding: 0;
}
.sidebar-menu > li > a {
  padding: 12px 5px 12px 15px;
  display: block;
}
.sidebar-menu > li > a > .fa,
.sidebar-menu > li > a > .glyphicon,
.sidebar-menu > li > a > .ion {
  width: 20px;
}
.sidebar-menu > li .label,
.sidebar-menu > li .badge {
  margin-top: 3px;
  margin-right: 5px;
}
.sidebar-menu li.header {
  padding: 10px 25px 10px 15px;
  font-size: 15px;
}
.sidebar-menu li > a > .fa-angle-left {
  width: auto;
  height: auto;
  padding: 0;
  margin-right: 10px;
  margin-top: 3px;
}
.sidebar-menu li.active > a > .fa-angle-left {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.sidebar-menu li.active > .treeview-menu {
  display: block;
}
.sidebar-menu .treeview-menu {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
  padding-left: 5px;
}
.sidebar-menu .treeview-menu .treeview-menu {
  padding-left: 20px;
}
.sidebar-menu .treeview-menu > li {
  margin: 0;
}
.sidebar-menu .treeview-menu > li > a {
  padding: 5px 5px 5px 15px;
  display: block;
  font-size: 17px;
}
.sidebar-menu .treeview-menu > li > a > .fa,
.sidebar-menu .treeview-menu > li > a > .glyphicon,
.sidebar-menu .treeview-menu > li > a > .ion {
  width: 20px;
}
.sidebar-menu .treeview-menu > li > a > .fa-angle-left,
.sidebar-menu .treeview-menu > li > a > .fa-angle-down {
  width: auto;
}

.sidebar-menu,
.main-sidebar .user-panel,
.sidebar-menu > li.header {
   overflow: hidden;
}
.sidebar-menu:hover {
  overflow: visible;
}	
.sidebar-form,
.sidebar-menu > li.header {
  overflow: hidden;
  text-overflow: clip;
}
.sidebar-menu li > a {
  position: relative;
}
.sidebar-menu li > a > .pull-right {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -7px;
}

a.btnav:hover {
    color: var(--theme_primary_color);
}
a.btnav:active {
    color: var(--theme_primary_color);
}
a.btnav:focus {
    color: var(--theme_primary_color);
}
.btnav {
    border: 1px solid grey;
    border-radius: 20px;
    width: 193px;
    padding-top: 2px !important;
    padding-bottom: 3px !important;
    margin-bottom: 20px;
    margin: 0 auto;
    margin-bottom: 20px;
    text-align: left;
    padding-left: 20px;
	color: #676767;
}

.skype {
    margin: 0 auto;
    text-align: center;
    padding-left: 31px;
    padding-right: 30px;
}
.border-skype {
    border: 1px solid grey;
    text-align: left;
    padding-left: 10px;
    padding-top: 10px;
    padding-right: 10px;
	padding-bottom: 8px;
    word-wrap: break-word;
}
.paco{
	height:300px;
	background:white;
}
.animatedlisthid{
	display:none;
}			 
.moreskype {
    text-align: center;
    background: var(--theme_primary_color);
    -webkit-border-radius: 90px;
	-moz-border-radius: 90px;
	border-radius: 90px;
    width: 33px;
    height: 33px;
    margin: 0 auto;
    margin-top: -13px;
    font-size: 25px;
    cursor:pointer;
}
.btnskype{
	color:white;
	text-decoration: none;
}
.btnskype:hover {
    color: white;
    text-decoration: none;
}
.btnskype:focus {
    color: white;
    text-decoration: none;
}
.btnskype:active {
    color: white;
    text-decoration: none;
}
.facebook{
    margin-top: 20px;
    text-align: center;
    background: var(--theme_primary_color);
    padding-left: 0px;
    width: 200px;
    overflow-x: hidden;
    padding-right: 0px;
    margin-left: 30px;
}
.imgface{
    height: 180px;
    background-image: url(../img/face_img.png);

}
.icoface {
    
    height: 40px;
	background: var(--theme_primary_color);
	padding-top: 6px;
}
.twitter {
    margin-top: 40px;
    text-align: center;
    padding-left: 31px;
    padding-right: 30px;
}
.contwitter {
    height: 100%;
	background: var(--theme_primary_color);
}
  .twt-timeline .twt-tweet {
		padding: 12px 8px 8px 12px !important;
		text-align: justify !important;
		background: white !important;
		border-radius: 5px !important;
		margin-bottom: 10px !important;
	}
	.tweets {
		margin-top: 10px;
	}
	
	.contents {
	    width: 158px;
	    min-height: 600px;
	    margin-bottom: 40px;
	    border: none;
	    border-radius: 6px;
	    background: transparent;
	    margin-left: -10px;
	}
	.twt-inline .permalink {
		top: 12px !important;
		margin-right: 15px !important;
	}
	.twt-tweet .avatar, .twt-tweet .avatar img {
		width: 0px!important;
		height: 32px!important;
   }
.icot {
    height: 40px;
	padding-top: 6px;
}
.boderform {
    border-radius: 40px;
    width: 250px;
    height: 40px;
    box-shadow: none;
    background: white;
    border: 1px solid grey;
    font-size: 23px;
    padding-left: 20px;
    outline: none;
}
.rightico {
	position: absolute;
    margin-top: 15px;
    margin-left: 99px;
}
.icocalendar{
	text-align: center;
	background: var(--theme_primary_color);
	-webkit-border-radius: 90px;
	-moz-border-radius: 90px;
	border-radius: 90px;
	width: 26px;
	height: 26px;
	margin: 0 auto;
	margin-top: -13px;
	font-size: 19px;
	border: 2px solid white;
	color: white;
}
.icomonthactive{
	text-align: center;
    background: white;
    width: 146px;
    height: 46px;
    margin: 0 auto;
    margin-top: -13px;
    font-size: 19px;
    border:none;
    border-right: 1px solid #bababa;
    color: #f49b4c;
    outline: none !important
}
.icoweekactive{
	text-align: center;
    background: white;
    width: 146px;
    height: 46px;
    margin: 0 auto;
    margin-top: -13px;
    font-size: 19px;
    border:none;
    color: #f49b4c;
    outline: none !important
}
.icoweekdisable{
	text-align: center;
    background: white;
    width: 146px;
    height: 46px;
    margin: 0 auto;
    margin-top: -13px;
    font-size: 19px;
    border:none;
    outline: none !important
}
.icomonthdisable {
    text-align: center;
    background: white;
    width: 146px;
    height: 46px;
    margin: 0 auto;
    margin-top: -13px;
    font-size: 19px;
    border:none;
    border-right: 1px solid #bababa;
    outline: none !important
}
.colorbtncalendar{
	color: white;
}
.colorbtncalendar:hover{
	color: white;
}
.calendar1 {
    background: #f4ca4c!important;
	margin-bottom: 10px;
}
.calendar2 {
    margin-left: 20px;
	margin-bottom: 10px;
	background: #f49b4c !important;
}

.hidden{
	-webkit-transition: max-height 0.8s;
	-moz-transition: max-height 0.8s;
	transition: max-height 0.8s;

}
.logotalent {
	float: right !important;
    width: auto !important;
    height: 45px !important;
}
.icosearch {
    font-size: 28px;
    color: var(--theme_primary_color);
}

/*
	twitter timeline
	
*/

.timeline-TweetList-tweet {
    border-top: 1px solid rgba(15,70,100,.12);
    background: white;
    margin-bottom: 20px;
    border-radius: 5px;
}
line-Widget {
    max-width: 1200px;
    background-color: transparent !important;
    border-radius: 4px;
}
.line-Header {
    padding: 10px;
    display: none !important;
}
line-Body {
    position: relative;
    border-top: 1px solid rgba(15,70,100,.12);
    border-bottom: 1px solid rgba(15,70,100,.12);
    background: transparent;
}

.timeline-Footer {
    padding: 15px;
    font-size: 15px;
    display: none;
}
/*
 * Page: Profile
 * -------------
 */
.profile-user-img {
  margin: 0 auto;
  width: 100px;
  padding: 3px;
  border: 3px solid #d2d6de;
}
.profile-username {
  font-size: 24px;
  margin-top: 5px;
}
.post {
  border-bottom: 1px solid #d2d6de;
  margin-bottom: 15px;
  padding-bottom: 15px;
  color: #666;
}
.post:last-of-type {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.post .user-block {
  margin-bottom: 15px;
}


/*
 *
 * crop image
 *
 */
 .fullcontcrop {
    width: 100%;
    height: 100%;
    background: rgba(51,51,51,0.7);
    z-index: 1480;
    margin: 0;
    text-align: center;
    position: fixed;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
}
 .crop-image {
    width: 60%;
    text-align: center;
    z-index: 1000;
    position: absolute;
    background: white;
    border: 1px solid grey;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 77%;
	margin: auto;
	-webkit-box-shadow: 13px 15px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 13px 15px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 13px 15px 5px 0px rgba(0,0,0,0.75);
	border-radius: 5px;
	padding-top: 30px;
}
.close.sizeclose {
    font-size: 55px;
    margin-top: -30px;
    margin-right: 10px;
}
 .btncrop {
    background: var(--theme_primary_color);
    width: 120px;
    height: 52px;
    border: 0px;
    border-radius: 40px;
    color: white;
    margin-top: -70px;
    font-size: 23px;
    position: absolute;
    margin-left: -53px;
	z-index: 120;				
}
.pointer{
	cursor:pointer;
}
.image> input
{
	display:none !important;
}
.img-circle{
	width:160px;
	height:160px;
}
/* iconos navegacion */

.sizeicocont {
    width: 80px;
    margin: 0 auto;
}
.icoprod {
    width: 80px;
}
.fullscreen{
	display:inherit;
}
.warn.fa.fa-exclamation-circle.pull-right {
    color: var(--theme_primary_color);
    font-size: 26px;
    margin-top: -11px;
}			   
.mobile{
	display:none;
}
.fullscreenCB{
  display:visible;
}
.mobileCB{
  display:none;
}
@media (max-width: 896px) {
  
}
@media (max-width:617px) {
  .middlescreenbanc{
    display:none !important;
  }
  .fullscreenCB{
    display:none;
  }
  .mobileCB{
    display:block !important;
    z-index: 1;
    height: 200px;
  }
}
@media (max-width: 1200px) {
	.logotalent {
	    height: 25px;
	    margin-bottom: 30px;
	}
	.txtenviardatos{
		display:none !important;
	}
	.mobile{
		display:inline !important;
	}
	.buttonfilterwek {
	    padding-left: 0px;
	    padding-right: 0px;
	    text-align: right !important;
	    margin-left: 0px !important;				  
	}
	.margdatosgen2 {
    margin-bottom: 14px;
    text-align: left !important;
	}
  .margdatosgen {
 
      text-align: left!important;
      margin-top: 20px;
  }
  .btnsubmitdatos {
    border: none;
    background: white;
    width: auto !important;
    height: 50px;
    display: inline-block;
    text-align: right;
}
.txtsecformmisdatos {
    margin-top: 40px;
}
  .styleselectx2{
    float: right;
    padding-left: 25px !important;
  }
  .right{
	  height:35px !important;
	/*  margin-top:-45px !important;*/
  }
	.control-label, .label-head{
		text-align:left !important;
	}
}	

  .disappear1200{
    height: 0px !important;
    margin: 0;
  }
  
/*
	Actividades section
*/
.actividades {
	padding-left: 30px;
    margin-top: 20px;
    position: relative;
}
.title-section{
  font-size: 33px;
  margin-top: 50px;
  color: var(--theme_primary_color);
  border-bottom: 1px dotted#bababa;
  margin-bottom: 40px;
  border-left: 15px var(--theme_primary_color) solid;
  padding-left: 10px;
 /*font-family: 'Work Sans', sans-serif !important;*/
}
.slider-month {
    font-size: 21px;
    margin-top: 0px;
    width: 98%;
    margin-bottom: 20px;
    font-weight: 300;
}
.ico-slider{
	color: var(--theme_primary_color);
    margin-right: 10px;
    font-size: 27px;
    margin-left: 10px;
}
.txtprogress {
    text-align: left;
    padding-left: 12px;
}
.txtprogress2 {
    text-align: left;
    padding-left: 12px;
    color:black;
}
.txtprogresscalendar {
    text-align: left;
    padding-left: 5px;
}
.right-total {
    float: right;
}
.table>thead>tr>td, .table>thead>tr>th {
	/*border-top: 1px solid #eee !important;*/
	border-top: none;
    border-bottom: 1px solid #eee;
}
.table>tbody>tr>th	{
	padding: 15px;
    line-height: 1.2;
    vertical-align: top;
    border-top: 1px solid #fff !important;
    font-size: 14px;
}
.table>tfoot>tr>td, .table>tfoot>tr>th{
    padding: 2px;
    line-height: 1.4;
    vertical-align: top;
    border-top: 1px solid #fff !important;
    font-size: 14px;

}
.table>caption+thead>tr:first-child>td, .table>caption+thead>tr:first-child>th, .table>colgroup+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>th, .table>thead:first-child>tr:first-child>td, .table>thead:first-child>tr:first-child>th {
    border-top: 0px;
    font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	white-space: nowrap;
}
.table>tbody>tr>td{
    font-weight: normal;
    line-height: 1.4;
    font-size: 14px;
    vertical-align: top;
    padding: 5px 4px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: black;
}
tbody {
    color: #000000;
}


.progress-bar-orange{
	background-color: #f2842c ;
}
.progress-bar-bajas{
	background-color: var(--theme_primary_color) ;
}
.progress-bar-vacaciones{
	background-color: #ffce34 ;
}
.progress-bar-permisos{
	background-color: #77a916 ;
}
.progress-bar-yellow{
	background-color: #f39c12 ;
}
.progress-bar-yellow2{
	background-color: #e6d731 ;
}
.progress-bar-greenet{
	background-color: #38c90b ;
}
.progress-bar-granate{
	background-color: #a61d27 ;
}
.progress-bar-salmon{
	background-color: #fdab6e ;
}
.progress-bar-salmon{
	background-color: #6656fa ;
}
.moreact {
    background: var(--theme_primary_color);
    width: 30px;
    margin: 0 auto;
    border-radius: 20px;
    height: 30px;
    cursor: pointer;
	margin-top:0px !important;
    z-index: 12;
    text-align: center;
}
.ico-down{
	color:white;
	margin-top:4px;
	font-size: 27px;
}
.ico-up {
    color: white;
    font-size: 27px;
}
.bar-section {
    margin-top: 74px;
}
.bar-section2 {
}				 
.ico {
	height: 48px;
	width: 14px;
	background: var(--theme_primary_color);
	position: absolute;
	margin-right: 40px;
}
.title-section .ico{
	display:none !important;
}
.trabajador {
    margin-top: 20px;
    margin-bottom: 40px;
}
.staff {
    margin-top: 20px;
    margin-bottom: 40px;
}
/*Proyectos */
.proyectos {
    padding-left: 30px;
    margin-top: 20px;
    position: relative;
}
.contproyectos {
    margin: 0 auto;
    font-size: 19px;
}
.lineproyect {
    border-top: 1px solid #828282;
    opacity: 0.3;
    width: 100%;
}
.titleproyec{
	font-size:22px;
	text-align: center;
    padding-top: 20px;
/*	font-family: 'Work Sans', sans-serif;*/
}
/* tables */
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
.tablescroll{
	height:395px; 
	overflow: scroll;
	overflow-y:scroll;
	overflow-x:hidden;
}
table#Calendar{
    max-width: 620px;
}
table#MasCalendar{
	max-width: 500px;
}
table#horastotal {
   margin-top: 13px;
    max-width: 500px;
}
div#MasHorastotal {
    max-width: 530px;
}
table#horas {
    max-width: 680px;
}
table#MasHoras {
    max-width: 600px;
}

table#actividades {
    max-width: 600px;
}
table#MasActividades {
    max-width: 600px;
}
table#material {
    max-width: 890px;
}
div#MasMaterial {
    max-width: 890px;
}
.nopad{
	padding-left:0px;
	padding-right:0px;
}
.buttonfilterwek {
    padding-left: 0px;
    padding-right: 0px;
    text-align: left;
    margin-left: -50px;
}
/* Progress bar */

.progress-bar-vertical {
  width: 20px;
  min-height: 100px;
  margin-right: 20px;
  float: left;
  transform: rotate(-180deg);
}

.progress-bar-vertical .progress-bar {
  width: 100%;
  height: 0;
  -webkit-transition: height 0.6s ease;
  -o-transition: height 0.6s ease;
  transition: height 0.6s ease;
}

/* Calendario */
.month {
    margin-top: 100px;
    position: absolute;
}
span.padmonth {
    padding-right: 16px;
}
.month2 {
    position: absolute;
    margin-top: 116px;
}

@media (min-width: 768px) {
	.nohid{
      /*   box-shadow: none; */
         display:none;
    }
}
@media (max-width: 500px) {
	.navbar-right img{
		display:none;
	}
	.logoheader{
		display:none;
	}
}

.buttonav{
    width: 85px;
    height: 55px;
    float: right;
    position: fixed;
	top:0;
    right: 0;
    z-index: 100000;
}


#navbtn {
	width: 40px;
	height: 40px;
	float: right;
	background: white;
	border: 1px solid var(--theme_primary_color);
	margin-right: 20px;
	margin-top: 5px;
	border-radius: 4px;
	color: var(--theme_primary_color);
	display:inline;
	position: fixed;
	z-index: 10000;
	right: 0;
	display: none;
    padding: 1px 6px;
	font-size: 25px;
}

#sendmodal{
    height: auto;
    position: fixed;
    bottom: -110px;
    box-shadow: 2px 18px 50px 0px #888888;    
    background: white;
    padding: 5px 10px 10px 10px;
    margin-left: 0px;
    width: 100vw;
    z-index:3;
	display:none;
	text-align:center;
}
@media (max-width: 768px) {
	
.usermisdatos{
	display:hidden;
}

	#sendmodal{
		display:block;
	}
	
	#navbtn {
	display:inline;
	}
	
	.content {
		min-height: 250px;
		padding: 15px;
		margin-right: auto;
		padding-left: 15px;
		padding-right: 10px !important;
	/*	padding-right: 30px !important;*/
		clear: both;
		width: 94%;
		margin-top: 59px;
		max-width: 1800px;
		margin-left: 85px;
		padding-top: 40px;
	}
	.ui-dialog{
		width:100% !important;
	}
	
	
	
	
	
  .sidebar-mini.sidebar-collapse .content-wrapper,
  .sidebar-mini.sidebar-collapse .right-side,
  .sidebar-mini.sidebar-collapse .main-footer {
    margin-left: 50px!important;
    z-index: 840;
  }
  .sidebar-mini.sidebar-collapse .main-sidebar {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    width: 50px!important;
    z-index: 850;
  }
 
	aside, .main-sidebar, .left-side {
	    -webkit-transform: translate(-290px, 0);
	    -ms-transform: translate(-290px, 0);
	    -o-transform: translate(-290px, 0);
	    transform: translate(-290px, 0);

	}
	.content-wrapper, .right-side, .main-footer{
		margin-left: 0px;
	}
	.informacion {
    text-align: right;
    margin-top: 40px;
    margin-right: 11px;
  }
	
.content {
	    min-height: 250px;
	    padding: 15px;
	    margin-right: auto;
	    padding-left: 15px;
	    padding-right: 15px;
	    clear: both;
	    width: 100% !important;
	    margin-top: 60px;
	    max-width: 1800px;
	    margin-left: 0px !important;
	}
	.content-header {
	    padding: 15px;
	    margin-left: auto;
	    padding-left: 15px;
	    padding-right: 15px;
	    clear: both;
	    width: 100%;
	    margin-right: auto;
	    max-width: 1800px;
	    margin-left: 0;
	    margin-left: 0px;
	}
	.logotalent{
    	margin-right: 78px !important;
	}
	.logoheader{
		margin-top: -27px;
		margin-right: 78px !important;
	}
	
  #btntitle{
	  display:none
  }
  .typebar{
	  top:0px;
  }
  .typebar .layoutsidebar{
	margin-top:0px;
  }
}

a .logoheader {
    margin-top: -60px;
	margin-right: 0px !important;
	width: 100px;
	height: auto;
}
/* Content */

.content {
	min-height: 250px;
    padding: 15px;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    clear: both;
    width: 90%;
    margin-top: 60px;
    max-width: 1800px;
    margin-left: 85px;
}

.nohid{
	transform: translate(0px, 0);
    background: white;
    z-index: 1000;
    position: fixed;
    overflow-y: auto;
    height: 100%;
    -webkit-box-shadow: 1px 0px 15px 0px rgba(0,0,0,0.35);
	-moz-box-shadow: 1px 0px 15px 0px rgba(0,0,0,0.35);
    box-shadow: 1px 0px 15px 0px rgba(0,0,0,0.35);
   
}
.btnnextab {
    background: white;
    border: 0px;
	cursor:pointer;
}
.btnnextab:active {
    background: white;
    border: 0px;
}
.btnnextab:focus {
    background: white;
    border: 0px;
    outline: none;
}
.warn.fa.fa-exclamation-circle.pull-right {
    color: var(--theme_primary_color);
    font-size: 26px;
	margin-top: -11px;
}

.modal-header2{
	min-height: 16.43px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
	background-color: #f5f5f5;
}
i.sizeicomodal {

    font-size: 22px;
    margin-left: 20px;
}
button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    font-size: 32px;
    margin-top: -5px;
}
.top {
    margin-top: 15px;
}
.sizemorebtn {
    max-width: 500px;
    margin-left: 160px;
    float: left;	
}
.sizebienvenido {
    height: 300px; 
    width: 100%;	   
}
.textproyect { 
    width: 100%;
    height: 20px;
    overflow: hidden;	
    white-space: nowrap;
    text-overflow: ellipsis;
    border-bottom: 1px solid #eee;
    padding-right: 20px;
    padding-bottom: 30px;
    color: #737373;	   
}
label.labelproyect {
    font-weight: bold;				  
}
.border-proyect {
 	border: 1px solid rgb(216, 215, 215);
    margin-right: 23px;
    padding: 0px;
    margin-bottom: 40px;
    padding-bottom: 30px;
}
.styletxtproyect {
    text-align: right;
    color: var(--theme_primary_color);
    font-weight: 300 !important;
    margin-bottom: 10px;
    font-size: 18px;
    padding-right: 2px;
}
.styleicofilterdisable {
    margin-left: 9px;
}
.styleicofilteractive {
    margin-left: 9px;
    border-bottom: 4px solid var(--theme_primary_color);
    padding-bottom: 9px;
    width: 19px;
    margin-top: 12px;
    font-size: 20px;
}

/*Buscador empleado */
.bordersearchempl {
    border-bottom: 1px solid #bababa;
    padding-top: 20px;
}
.proyectossearch {
    border-left: 1px solid #eee;
}
.img-circle2 {
    width: 140px;
    height: 140px;
    border-radius: 200px;
    margin-bottom: 20px;
}
.titlesearchempleado {
    font-size: 26px;
    font-weight: 400;
    color: var(--theme_primary_color);
}
.icosearchempleado {
    color: #8c8a8a;
    margin-right: 10px;
    margin-bottom: 7px;
}
tr.border-colm {
    border-top: 1px solid #eee;
}
td.sizedayperm {
    width: 60px;
    height: 40px;
    text-align: center;
    font-size: 27px;
}
td.sizemonthgraf {
    width: 60px;
    height: 40px;
    text-align: center;
    font-size: 19px;
    
							
}
tr.border-colm.vacaciones{
	color:#99c19c;
	font-weight: bold;
}
tr.border-colm.permisos{
	color:#ffbc41;
	font-weight: bold;
				   
}
tr.border-colm.bajas{
	color:var(--theme_primary_color);
	font-weight: bold;
}

tr > td{
	font-weight:bold
}
.sizeicogrbaj {
    width: 34px;
    display: block;
    margin-bottom: 10px;
}
.txtgrafcalen {
    float: right;
    width: 75%;		   
}
.icografcalen {
    width: 40px;		 
    float: left;	
}
.textdiastotalgraf {
    font-size: 15px;
    margin-top: -11px;								   
}
.nopad2 {
    padding-left: 0px;
}
.contable {  
    margin-bottom: 60px;
}
.titlegraf {
    font-size: 25px;
    color: #333;
    margin-bottom: 22px;
}
.titltxtgrafcalen {
    font-size: 23px;
    margin-top: -10px;
}
.sizetxtgrafcalen {
    margin-bottom: 15px;
}
button.btnedit.btn.btn-default {
    float: right;
    margin-top: -46px;
    border: 0px;
    z-index: 1000;
    position: relative;
    background: white;
    outline: none;
    color: var(--theme_primary_color);
}
.btn-default{
	border:none !important;
}
.quiz {
    color: var(--theme_primary_color);
}
p.validateTips {
    font-size: 15px;
    margin-top: 0px;
    margin-bottom: 20px;
    width: 140px;
    text-align: right;
}
.btnpopup{
	border: 1px solid var(--theme_primary_color);
    border-radius: 20px;
    width: 193px;
    padding-top: 2px !important;
    padding-bottom: 3px !important;
    margin-bottom: 20px;
    margin: 0 auto;
    margin-bottom: 20px;
    text-align: left;
    color: white;
    padding-left: 20px;
    padding-right: 20px;
    background: var(--theme_primary_color);
}
.btnpopup:hover{
	border: 1px solid grey;
    border-radius: 20px;
    width: 193px;
    padding-top: 2px !important;
    padding-bottom: 3px !important;
    margin-bottom: 20px;
    margin: 0 auto;
    margin-bottom: 20px;
    text-align: left;
    color: var(--theme_primary_color);
    padding-left: 20px;
    padding-right: 20px;
 }
 .statususer {
    width: 199px;
    padding-bottom: 10px;
    margin-left: 24px;
    text-align: center; 
    margin-bottom: 30px;
    margin-top: 10px;
}
button.logout {
    background: white;
    border: none;
    color: var(--theme_primary_color);
    font-size: 23px;
    margin-right: 4px;
    outline: none;
}
.olvidapasswd{
    background: white;
    border: none;
    color: var(--theme_primary_color);
    font-size: 23px;
    outline: none;
}
span.margtoproy.fa.fa-pencil-square-o {
    margin-top: px; 
}
.wmoremat {
    max-width: 800px;
    text-align: center;
}
.wmoremat2 {
    max-width: 600px;
    text-align: center;
}
.margright {
   float:right;
   width:400px;					 
}
p.titlmodal {
    font-size: 50px;
    color:var(--theme_primary_color);
}
p.subtitlmodal {
    font-size: 30px;
    color: #bababa;
    margin-top: -19px;
}
div#contproy {
    padding-right: 0px;
    float: right;
    width: 450px;
    border: 1px solid rgb(216, 215, 215);
    padding-left: 0px;
    height: 100%;
    margin-bottom: 30px;		  
}
.modal-content {
    min-width: 700px;
}
.btnmoveproy {
    border: 1px solid;
    border-radius: 100px;
    background: var(--theme_primary_color);
    color: white;
    font-family: inherit;
    height: 30px;
    width: 150px;
    margin-top: 10px;
}
span.margtoproy {
    margin-left: 36px;
}
img.sizeicoinfo {
    width: 20px; 
}
.titproyectomodal{
	color:;
    border-bottom: 1px dotted #bababa;
    padding-bottom: 6px;

}
.btnmoveproy2 {
    color: white;
    background: var(--theme_primary_color);
    border-radius: 100px;
    padding: 4px 13px 4px 13px;
}
span.centrostylepopup {
    margin-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
}
.stylehoras{
	text-align:right;
}
.stylehoras2 {
    padding-left: 32px !important;
}
.titproy {
    color: var(--theme_primary_color);
    border-bottom: 1px dotted #bababa;
    padding-bottom: 10px;
}
/*select combo100x100 */
.styleselectx2 {
    width: 100%;
    border: none;
        border-bottom-width: medium;
        border-bottom-style: none;
        border-bottom-color: currentcolor;
    height: auto;
    border-bottom: 1px solid #eee;
    text-align: left;
    color: #737373;
    font-size: 15px;
    margin-left:  0px;
    padding-left: 0px;
}
.btneditmodal {
    color: var(--theme_primary_color);  
}
.btnsaveproyectm1 {
    margin-top: 20px;
}
@media (min-width: 1200px){
  .cuentabancaria{
	  margin-top:0px !important;
  }
}
@media (max-width: 1200px) {
	.styletxtproyect {
	    text-align: left;
	    color: var(--theme_primary_color);
	    font-weight: 300 !important;
	    margin-bottom: 10px;
	    font-size: 18px;
	    padding-left: 42px;
	}
	.textproyect {
	    width: 100%;
	    height: 20px;
	    overflow: hidden;
	    white-space: nowrap;
	    text-overflow: ellipsis;
	    border-bottom: 1px solid #eee;
	    padding-left: 28px;
	    padding-bottom: 30px;
	    color: #737373;
	}
	
  #btntitle1200{
	  display:none;
  }
}
/*#btntitle1200{
	  color:black;
  }
*/
/*AÑADIDOS POR JUAN*/
.fondoBusqueda {
		background: var(--theme_primary_color);
}

.textoBusquedaNoExito {
  font-size:23px;
 /* font-family: "Open Sans";*/
  font-weight: lighter;
}
/*New */

.sizeimgusermini {
    width: 40px;
    margin-top: 11px;
    margin-right: 5px;
}
.usermisdatos{
	margin-left:40px;
  margin-bottom: 40px;
  /*  margin-top: -20px;	*/		   
}
.usermisdatos img, .usermisdatos *{	 
	z-index:1	  
}
.usermisdatossesion {
    margin-left: 50px;
    margin-top: -19px;
	z-index:1	
}
.usermisdatosname {
    display: inline;
    margin-top: -15px;
    position: relative;
    color: #8f8f8f;
	z-index:1	
}
.layoutsidebar{
  margin-left:20px;
  margin-right:20px;
  margin-top: 90px;
}
.titlepagemisdatos{
  font-size: 63px;
  font-weight: lighter;
  letter-spacing: -2pt;
  color: var(--theme_primary_color);
}
.informacion {
    text-align: right;
    margin-top: 40px;
}
.txtinformacion {
    color: #8f8f8f;
	font-size: 12px;
    font-weight: 600;	
}
.colorlogout {
    color: var(--theme_primary_color);
    z-index: 11111;
    position: relative;
}
.colorlogout:hover{
    color: var(--theme_primary_color);
}
.right {
    float: right;
  /*  margin-top: -60px;*/
    height: 45px;
    width: auto;
}
.icoheaderdatos {
    color: var(--theme_primary_color);
    font-size: 20px !important;
    margin-left: 0px;
    margin-right: 10px;
	margin-top: 18px;
	cursor:pointer;
    margin-top: 5px !important;
}
.homeback {
    width: 32px;
}
img.imgheaderdatos {
    width: 18px !important;
    margin-top: -7px;
    margin-top: 7px;
	margin-right:2px; 
}
.namecontuserdatos {
    font-size: 30px;
    color: #bababa;
	margin-top:20px;
}
.text-sectiondatos {
   /* margin-left: 13px !important;*/
    color: #484848;
    font-weight: 500;
    font-size: 31px;
}
.text-sectiondatos-modal{
  margin-left:20px;
  color: #8f8f8f;
    font-size: 22px;
}

.sectiondatosgeneral {
    margin-top: 50px;
}
.enviardatos {
    float: right;
    margin-top: -3px;
    text-align: center;
}
.txtenviardatos {
    display: inherit;
    font-size: 14px;
    color: var(--theme_primary_color);
	margin-top:10px;						
}
.movleft{
    margin-left: -70px;
}
i.icodatosgener.top.fa.fa-tty {
    margin-top: 6px;
}
.icoinfo {
    width: 20px;
}
p.textinfomdatos {
    margin-left: 30px;
    margin-top: -23px;
}
input.styledatos {
    border: none !important;
    border-bottom: 1px solid #eee !important;
    box-shadow: none !important;
    font-size: 15px !important;
    text-align: left;
    width: 100%;
    height: 30px;
    padding-left: 20px;
    font-weight: 100;
}
input.styledatoscake {
    border: none !important;
    border-bottom: 1px solid #eee !important;
    box-shadow: none !important;
    font-size: 15px !important;
    text-align: left;
    width: 100%;
    height: 33px;
    padding-left: 20px;
}
input.styledatostl {
    border: none !important;
    border-bottom: 1px solid #eee !important;
    box-shadow: none;
    font-size: 15px !important;
    text-align: left;
    width: 100%;
    height: 30px;
    padding-left: 5px;
}
textarea.styledatostl {
    border: 1px solid #eee !important;
    box-shadow: none !important;
    font-size: 15px !important;
    text-align: left;
    width: 100%;
    padding-left: 20px;
}  
input.styledatostl2 {
    border: none !important;
    border-bottom: 1px solid #eee !important;
    box-shadow: none !important;
    font-size: 15px !important;
    text-align: left;
    width: 100%;
    height: 33px !important;
    padding-left: 20px;
} 
input.styledatos:focus {
    border: none;
    border-bottom: 1px solid #eee;
    box-shadow: none;
}
input.styledatostl:focus {
    border: none !important;
    border-bottom: 1px solid #eee;
    box-shadow: none;
}
input.styledatostl2:focus {
    border: none;
    border-bottom: 1px solid #eee;
    box-shadow: none;
}
input.styledatostl3 {	/* Esta la he añadido nueva	*/
    border: none !important;
    border-bottom: 1px solid #eee !important;
    box-shadow: none !important;
    font-size: 15px !important;
    text-align: left;
    width: 100%;
    height: 30px !important;
    margin-left: 5px;
    margin-right: 5px;
}
input.styledatostl3:focus {
    border: none;
    border-bottom: 1px solid #eee;
    box-shadow: none;
}
input.styledatos2 {
    border: none !important;
    border-bottom: 1px solid #eee !important;
    box-shadow: none !important;
    font-size: 15px !important;
    text-align: center;
    width: 79px;
    height: 30px;
    margin-left: 5px;
    margin-right: 5px;
}
input.styledatos2:focus {
    border: none;
    border-bottom: 1px solid #eee;
    box-shadow: none;
}
input.styledatos3 {
    border: none !important;
    border-bottom: 1px solid #eee !important;
    box-shadow: none !important;
    font-size: 15px !important;
    text-align: center;
    width: 105px;
    height: 30px;
    margin-left: 5px;
    margin-right: 5px;
}
input.styledatos3:focus {
    border: none;
    border-bottom: 1px solid #eee;
    box-shadow: none;
}
input.styledatos4 {
    border: none !important;
    border-bottom: 1px solid #eee !important;
    box-shadow: none !important;
    font-size: 15px !important;
    text-align: center;
    width: 150px;
    height: 30px;
    margin-left: 5px;
    margin-right: 5px;
}
input.styledatos4:focus {
    border: none;
    border-bottom: 1px solid #eee;
    box-shadow: none;
}
.combo-100x100:focus {
    outline:none;
}

.select2-container .select2-choice {
    display: block;
    height: 26px;
    font-weight: 100;
    padding: 0 0 0 20px;
    overflow: hidden;
    position: relative;
    border: none !important;
    white-space: nowrap;
    line-height: 26px;
    color: #444;
    text-decoration: none;
    border-radius: 4px;
    background-clip: padding-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
    background-image: none !important;
    background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 50%);
    background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0);
    background-image: linear-gradient(to top, #eee 0%, #fff 50%);
    border-bottom: saddlebrown;
    border-radius: 15px;
}
.select2-container .select2-choice .select2-arrow {
    display: inline-block;
    width: 18px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border-left: 1px solid #fff;
    border-radius: 0 4px 4px 0;
    background-clip: padding-box;
    background: #fff;
    background-image: none !important;
}
.select2-choices li div {
    height: auto !important;
}
/*
.select2-choice { 
 width: 150px;
}
.select2-choice > div { 
 display: none !important;
}
*/
.select2-container-active .select2-choice, 
.select2-container-active .select2-choices {
    border: none !important;
    outline: none;

    -webkit-box-shadow: none !important;
       -moz-box-shadow: none !important;
            box-shadow: none !important;
}
.select2-container-multi .select2-choices {
	border: none !important;
}
.icodatosgener2 {
    font-size: 35px !important;
    color: #8f8f8f;
}
.nopad {
    padding: 0px;
}
.txtsecformmisdatos {
    text-align: left;
    height: 15px;
    margin-left: 5px;
    margin-bottom: 15px;
}
.row.topformdatos {
    margin-top: 30px;
}

.textibanmarg {
    margin-right: 20px;
    margin-left: 30px;
}
.poscuentabanc {
	margin-top: 30px;
	text-align: right;
}
.textinfoform {
    margin-top: 40px;
	color: #8f8f8f;
    font-size: 13px;
}
.img-circlepages{
    width: 45px;
    height: 45px;
    border-radius: 80px;
}
.margdatosgen {
    margin-bottom: 14px;
    text-align: center;    
/*	font-family: 'Source Sans Pro', sans-serif !important;*/	

}
.margdatosgen2 {
    margin-bottom: 14px;
    text-align: right;
	font-weight:bold;
 /*   font-family: 'Source Sans Pro', sans-serif !important;	*/
}
.btnsubmitdatos{
    border: none;
    background: white;
    width: 338px;
    height: 50px;
    display: inline-block;
	text-align:right;
}
.fullscreenbanc{
    display:visible;
  }
.middlescreenbanc{
  display:none;
}
  .postitular {
    margin-top: 0px;
	text-align: right;	
}
@media (max-width: 1445px) {
  .fullscreenbanc{
    display:none;
  }
  .middlescreenbanc{
    display:inline;
  }
  .postitular {
    margin-top: 20px;
	text-align: left;
	}
  .poscuentabanc {
    margin-top: 30px;
	text-align: left;
	}
}

/*placeholder color */
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #b0b0b0;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #b0b0b0;
   opacity:  1;

}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #b0b0b0;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #b0b0b0;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color:    #b0b0b0;
}
img.imgheaderdatos, .go_back {
    width: 20px;
  /*  margin-top: -5px;*/
    margin-top: 8px;
}

/*Modal*/
.modal{
    width: 100%;
    height: 100%;
    top:40%;
    position: fixed;
}
.modal_button{
    background-color: var(--theme_primary_color);
    color:white;
    border:none;
    text-align: center;
    border-radius: 12px;
    padding: 3px 30px;
    object-position: center;
}
.modal.fade .modal-dialog{
      z-index: 10000;
}
.icodatosgener {
    font-size: 24px !important;
    color: #8f8f8f;
}
.imgicodatosgener {
  width: 26px;
}
.hr{
    margin-top: 16px;
    background-color: #fff;
    border-top: 1px dotted #8f8f8f;
	
}
/* Empleados Gestion */
.filtergemple {
    height: 400px;
    border: 1px solid #C0C0C0;
}
.headfilter {
    border-bottom: 1px solid #C0C0C0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 16px;
    padding-right: 16px;
}
h2.subtitlepagemisdatos {
    color: #bababa;
    font-size: 48px;
    margin-top: -10px;
    font-weight: lighter;
}
span.titleheadfilter {
    color: #bababa;
}
.formfilterempl{
    text-align: left;
    width: 100%;
    height: 30px;
    padding-left: 5px;
    box-shadow: none;
    font-size: 15px;
    border-width:  !important;
    border-style: none none solid !important;
    border-color:  !important;
    border-image: initial !important;
    border-bottom: 1px solid rgb(238, 238, 238) !important;
}
.borderleftfilter{
      border-right: 1px solid #eee;
}
.filtercheck{
   border-right: 1px solid #eee;
   text-align: center;
   margin-top: 30px;
}
.filtercheck p{
	float:left;
}
img.userimgempleG {
    width: 120px;
    border-radius: 100px;
    height: 120px;
  /*  -webkit-filter: grayscale(100%);
    filter: grayscale(100%);*/
}
.grayscale{
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
.contdatEmpleado {
    width: 100%;
    border: 1px solid #d8d8d8;
    border-top: 8px solid #eee;
    height: auto;
    z-index: 0;
    margin-top: -70px;
    float: left;
}
.contcard  > .col-lg-12{
	position: relative;
    top: -20px;
	z-index:4
}
.imgempleado {
    z-index: 100;
    margin-top: 60px;
}
p.nametrab {
    margin-top: 80px;
    font-size: 22px;							
    color: var(--theme_primary_color);
}
p.desdeempl {
    color: #444444;
}
.bgperfil {
    background-color: #eee;
    height: 137px;
    padding-top: 10px;							
}
.borderdatosempl {
    border-right: 1px solid #bababa;				
}
.lefttxt {
    text-align: left;			
    padding-left: 20px;									
}
p.margnotitgestempl {
    margin-top: 28px;
}
img.userimgempleGsearch {
    width: 150px;
    border-radius: 200px;
    margin-bottom: 30px;								
}
input.filtr-searchome {
    width: 250px;
    height: 40px;
    font-size: 20px;
    border: none;
    border-bottom: 1px dotted #bababa;
	box-shadow:none;
}
i.icosearchome.fa.fa-search {
    font-size: 20px;
    color: var(--theme_primary_color);						
}
button.btnsearchGestion {
    background: white;
    border: none;									
}
.searchright {
    border-bottom: 1px dotted #bababa;
    padding-top: 23px;
    margin-left: 30px;
    padding-left: 0px;
}
input.filtr-searchomelat {
    width: 110px;
    border: none;
}
button.btnsearchGestionr {
    border: none;
    background: transparent;
    float: right;
}
.nav-tabs{
    text-align: center;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: var(--theme_primary_color);
    cursor: pointer;
    background-color: transparent;
    border: none;
    border-bottom-color: transparent;
}
#fixbar{
    background: white;
    z-index: 5;
    position: fixed;
    right: 0;
    left: 0;
    margin-left: 310px;
    width: unset;
	/*box-shadow: 0px 1px 5px rgba(0,0,0,0.1);*/
}
#fixbar .right{
	margin-right: 60px;
}
   
.fixedaside{
    position: fixed;
    width: 225px;
}
@media (max-width:768px) {
	#fixbar{
		margin-left: 0px;
		margin-top: -15px;
	}
}

i.icosearchomep.fa.fa-search {
    font-size: 21px;
    color: var(--theme_primary_color);
}
#contGempleado{
    display: inline-block;
/*    text-align: center;*/
}
.contcard {
    padding-right: 20px;	
	width:475px;
    text-align: center;
    min-height: 350px;
    float: unset;
    min-height: 425px;
    display: inline-block;
	font-size:12px;
}
.stylefiltrG {
    border-bottom: 1px !important;
}
.btnprincpage {
    width: 200px;				
    background: var(--theme_primary_color);
    border-radius: 100px;
    text-align: left;
    color: white;		
    margin-top: 10px;
}
.btnSectionEmplG {
    margin-bottom: 30px;
    text-align: center;
    margin-top: 20px;
}
.remfiltr {
    width: 25px;
    margin-top: -3px;
}
.icofilter .btn-default:active{
	background:none;
	border:none;
	box-shadow:none;
}
.btnfiltr {
    color: var(--theme_primary_color);
    width: 30px;
    float: right;
    height: 30px;
    text-align: center;
    padding-top: 0px;
    border: none;
    background: white;
    display: inline;
    font-size: 21px;
    text-align: center;
    padding-left: 5px;

}
.btnfiltr:hover {
 	color: var(--theme_primary_color);
    width: 30px;
    float: right;
    height: 30px;
    text-align: center;
    padding-top: 0px;
    border: none;
    background: white;
    display: inline;
    font-size: 21px;

}
/*titulo de los filtros de la */
.txtfiltr {
    font-size: 18px;
    color: #000000;
	font-weight:normal;
	text-transform: uppercase;
}
.txtfiltr-item-uppercase {
    color: #000000;
    font-weight: lighter !important;
    font-size: 14px;
	text-transform: uppercase;
}
.txtfiltr-item-capitalize {
    color: #000000;
    font-weight: lighter !important;
    font-size: 14px;
	text-transform: capitalize;  
}
.iconoaddE {
    width: 25px;
    float: right;
    margin-right: -4px;
}
.btnsaveexport {
    width: 200px !important;
    background: var(--theme_primary_color);
    border-radius: 100px;
    text-align: left;
    color: white;
    margin-top: 10px;
    padding-top: 6px;
}
.btnsaveexport:hover {
    width:  200px !important;
    background: var(--theme_primary_color);
    border-radius: 100px;
    text-align: left;
    color: white;
    margin-top: 10px;
    padding-top: 6px;
}
.btnsave {
    width: auto !important;
    background: var(--theme_primary_color);
    border-radius: 100px;
    text-align: left;
    color: white;
    margin-top: 10px;
    padding-top: 6px;
}
.btnsave:hover {
    width:  auto !important;
    background: var(--theme_primary_color);
    border-radius: 100px;
    text-align: left;
    color: white;
    margin-top: 10px;
    padding-top: 6px;
}

/*se usa en los botones de acciones (naranja en parte izquierda)para situar los iconos de font-awesome a la derecha*/
i.sizeicogeneric {
    float: right;
    font-size: 18px;
}

img.imgheaderdatos2 {
    height: 25px;
}
.bordernav {
    border-right: 1px solid #eee;		
}
.textempl {
    width: 100%;
    height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;	
    border-bottom: 1px solid #eee;
    padding-right: 20px;
    padding-bottom: 30px;
    color: #737373;
    text-align: left;
    display:inline;
}
.titlempltxt {
    text-align: left;
    padding-left: 23px;
}
.textempl {
    width: 100%;
    height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-bottom: 1px solid #eee;
    padding-left: 10px;
    padding-bottom: 30px;
    color: #737373;
    text-align: left;
}
.titlempltxt {
    text-align: left;
    padding-left: 23px;
}
p.txtemplcard {
    display: inline-table;
    margin-top: -10px;
    width: 75px;
    position: relative;
}
.ocultadiv{
  display:none;
}
.muestradiv{
  display:visible;
}
button.btnvermas.btn.btn-default {
    border-radius: 100px;
    font-size: 26px;
    width: 37px;
    height: 37px;
    padding: 0px;
    margin-top: -10px;
    color: #bababa;
}
.btnvermenos{
  border-radius: 100px;
  font-size: 26px;
  width: 37px;
  height: 37px;
  padding: 0px;
  margin-top: -10px;
  color: #bababa;
}
.bordtot {
    border-top: 1px solid #bababa;
    padding-top: 15px;
    padding-bottom: 9px;
    color: #333;
    padding-left: 10px;
}
.colortot {
    color: var(--theme_primary_color);
    font-weight: bold;
    float: right;
    padding-right: 23px;
}

/*Checkboxes*/
input[type='checkbox'] {
	margin-top: -30px;
}

input[type='checkbox'] {
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeSpeed;
	width: 20px;
	height: 20px;
	margin: 0;
	margin-right: 1px;
    margin-left: 25px;
  /*  margin-top: 15px; */
	display: block;
	float: left;
	position: relative;
	cursor: pointer;
}

input[type='checkbox']:after {
	content: "";
	vertical-align: middle;
	text-align: center;
	line-height: 20px;
	position: absolute;
	cursor: pointer;
	height: 20px;
	width: 20px;
	left: 0;
	top: 0;
	font-size: 15px;
	-webkit-box-shadow: inset 0 1px 1px #FFFFFF, 0 1px 0 #FFFFFF;
	-moz-box-shadow: inset 0 1px 1px #FFFFFF, 0 1px 0 #FFFFFF;
	box-shadow: inset 0 1px 1px #FFFFFF, 0 1px 0 #FFFFFF;
	background: #FFFFFF;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	border: 1px #bababa solid;
}

input[type='checkbox']:checked:after {
	background: var(--theme_primary_color);
	border: none;
/*	content: '\2714';*/
	color: #fff;
	font-family: 'FontAwesome';
	content: "\f00c";	
}


/*Fin */	

/*Desplegables en filtros*/
.filter-dropdownlist {
    border: 1px solid #C0C0C0;
    border-radius: 20px;
    /*padding-top: 5px;*/
	/*padding-bottom: 5px;*/
    padding-left: 20px;
    padding-right: 8px;	
    margin: 0 auto;
    margin-bottom: 20px;
    text-align: left;
	font-size: 14px;
	color: #000000;
	width: 95%;
}
/*textbox en filtros*/
.filter-textbox {
    border: 1px solid #C0C0C0 !important;
    border-radius: 20px !important;
    padding-top: 3px !important;
	padding-bottom: 3px !important;
    padding-left: 20px !important;
    padding-right: 8px !important;	
    margin: 0 auto !important;
    margin-bottom: 20px !important;
    text-align: left !important;
	font-size: 14px !important;
	color: #000000 !important;
	width: 95% !important;
}
/*Desplegables multiselect en filtros*/
.select2-container-multi .select2-choices .select2-search-field input{
    padding: 0px !important;
    margin:0px !important;
    font-size: 14px;
    font-weight: lighter;
	width: 95%;    
}
/*cambiar color del placeholder del multiselect*/
.select2-default {
  color: #444 !important;
  font-weight: lighter !important;
 /* font-family: "Open Sans" !important;*/
}
.select2-container-multi .select2-choices{
  height: auto !important;
  padding: 2px;
  position: relative;
  border: none;
  cursor: text;
  overflow: hidden;
  background-color: transparent;
  background-image: none !important;
}

/*pone el asterísco rojo junto al campo mandatory*/
.required
{
    display:inline-flex !important;
}
.required:after {
  content:"*";
  font-size: 18px;
  color:red;
  font-weight: bold;
  margin-top: 3px;
  margin-left: 1px;
}
/*Quita el borde de los botones cuando lo clicamos*/
button{
     outline:none !important;
}
.titulo1 {
    padding-top: 6px;
    margin-bottom: 0px !important;
	font-weight: normal;
	color: #000000;
	text-transform: uppercase;
}
.border-down {
    padding-bottom: 7px;
    border-bottom: 1px solid #C0C0C0;
}
.border-up {
    padding-bottom: 7px;
    border-top: 1px solid #C0C0C0;
}
/*Buscar y lupa en dtatables*/
.buscador input{  
    border-bottom: 1px dotted #A9A9A9;
	margin-top: 17.5px;
} 
.label-buscador{
    border:0px;
    -webkit-box-shadow:none !important;
	font-size: 20px;
}
.lupa{
/*    height:20px !important;
    width:15px !important;*/
    color:var(--theme_primary_color);
	margin-top: 17px;
}
/*fin Buscar y lupa en dtatables*/

.dataTables_info {
    background-color: transparent;
    color: black !important;
	font-weight:bold;
    margin-top: 7px !important;
    padding: 2px 5px 2px 5px !important;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: none;
}
/*home*/
.colorlogout{
    color: var(--theme_primary_color) !important;
    z-index: 11111;
    position: relative;
}
.colorlogout:hover{
    color: var(--theme_primary_color);
}
 .navbar-default {
    margin-right: 53px;
 }
@media (min-width: 768px) {
  .nohid{
         box-shadow: none;
         display:none;
    }
  .usermisdatosname {
  /*  font-family: "Open Sans";*/
    font-size: 14px !important;
    display: inline !important;
    margin-top: -15px !important;
    position: relative !important;
    color: #8f8f8f !important;
  }
  .navbar-default {
		background-color: #FFF;
		border-color: #e7e7e7 !important;
		margin-left: 344px;
		padding-bottom: 0px;
		padding-top: 10px;
		margin-right: 0px;
		height: 63px;
	}
	
}
.txtico {
    line-height: 1.4;
    font-size: 16px;
    vertical-align: top;
    padding: 2px;
    color: #484848;
  /*  font-family: Work Sans, sans-serif;*/
}
.tit-left {
   /* font-family: Roboto, sans-serif;*/
    font-weight: 300;
}
thead td, th {
    /*text-transform: none !important;*/
    font-size: 14px !important;
    font-weight: bold;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #b0b0b0;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #b0b0b0;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #b0b0b0;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #b0b0b0;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color: #b0b0b0;
}

/* droplistdown*/
.select2-drop-active{
	border: 1px solid #bababa;
	border-top:none;
}
.select2-results .select2-highlighted {
    background: #cecdcd;
    color: #fff;
}

/* Calendario */ 
#prevYear,#nextYear{
    color:var(--theme_primary_color);
}
.subrayado {
    border-bottom: 1px solid #ddd;
}
p#lblYear {
    text-align: center;
    font-size: 45px !important;
    font-family: open sans;
    color: var(--theme_primary_color);
}

/* icono enviar forms*/
.imgenviardatos {
    width: 20px;
    float: right;
    margin-left: 10px;
    filter: brightness(500%);
}

/* input file circle*/
i.icofilebanc.fa.fa-upload {
    font-size: 38px;
    margin-bottom: 2px;
    margin: 0 auto;
    margin-left: 11px;
}
.inputfile + label {
    margin-left: 10px;
    margin-top: 10px;
    width: 120px;
    height: 120px;
    background: var(--theme_primary_color);
    border-radius: 150px;
    color: white;
    padding-top: 27px;
    font-size: 15px;
    border-color: var(--theme_primary_color);
}

.inputfile + label:hover {
    margin-left: 10px;
    margin-top: 10px;
    width: 120px;
    height: 120px;
    background: var(--theme_primary_color);
    border-radius: 150px;
    color: white;
    padding-top: 27px;
    font-size: 15px;
    border-color: var(--theme_primary_color);
}
span#lblFile {
    font-size: 12px;
}
span.txtinputfile {
    font-size: 12px;
    display: block;
    margin-top: -5px;
}

/* página workflow*/

span.txtbtnmempleado {
    position: relative;
    top: 2px;
}
span.txtbtnmempleado2 {
    position: relative;
    top: 0px;
}
.table-hover>tbody>tr:hover {
    background-color: inherit;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #ececec;
}
/* tootltip*/
.ui-tooltip, .arrow:after {
    background: rgba(0, 0, 0, 1) !important;
    border: none;
}
.ui-tooltip {
    padding: 5px 10px !important;
    color: #fff !important;
    border-radius: 4px !important;
    font-family: Roboto, sans-serif;
    /* text-transform: uppercase !important; */
    box-shadow: none !important;
    background: black !important;
    font-size: 9pt;
	border: none !important;
}

.yearhorariot{
    text-align: center;
    width: 170px;
    display: inline-block;
    position: relative;
}
.nav-tabs>li>a:hover {
    border-color: transparent;
}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
	color:var(--theme_primary_color);
}
@media (max-width: 1553px) {
	.table>tbody>tr>td{
		font-weight: normal;
		line-height: 1.4;
		font-size: 14px;
		vertical-align: top;
		padding: 5px 4px;
		white-space: normal;
		text-overflow: inherit;
		overflow: default;
		max-width: auto;
	}
}
@media (max-width: 420px) {
.txtico {
    line-height: 1.4;
    font-size: 11px !important;
    vertical-align: top;
    padding: 2px;
    color: #484848;
    font-family: inherit;
}
}

/*UI CALENDAR*/
div#ui-datepicker-div {
    padding:0;
}
.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all {
    background: var(--theme_primary_color);
    color: white;
    border-radius: 0;
	
}

.ui-datepicker-group > .ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all {
    background: white;
    color: black;
    border-radius: 0;
	
}

.ui-datepicker th {
    font-weight: bold;
    color: gray;
    font-size: 10pt !important;
}
/*
.ui-datepicker td .ui-state-active {
	background: transparent !important;
    border-radius: 3px;
}*/
.ui-datepicker-next-hover, .ui-datepicker-prev-hover{
    background: white !important;
    border: none !important;
    border-radius: 2px;
}
.ui-datepicker-next, .ui-datepicker-prev{
    margin-top: 2px;
}

.btn{
	white-space: unset !important;
}
.select2-search-choice{
    display: inline-flex;
	padding: 0px;
	margin:0px;
	border:none;
	border-radius:0px;
	-webkit-box-shadow: none;
    box-shadow: none;
	
}
.backsearch{
	cursor:pointer;
}
#cropdone{
    border-radius: 460px;
    overflow: hidden;
}
#edit{
	position: relative;
    background: rgb(244, 123, 76) !important;
    color: white;
    opacity: 0.8;
    margin-bottom: -50px;
    z-index: 28;
    bottom: -110px;
    height: 50px;
}

.ui-datepicker-inline.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all.ui-datepicker-multi.ui-datepicker-multi-4 {
    border: none;
    text-align: center;
}
.ui-datepicker-multi-4 .ui-datepicker-group, .ui-datepicker-multi-3 .ui-datepicker-group, .ui-datepicker-multi-2 .ui-datepicker-group {
        padding-bottom: 50px;
    padding-right: 40px;
    display: inline-table;
    width: 330PX;
    float: inherit;
}
.ui-datepicker-multi .ui-datepicker-group {
    float: left;
    padding-bottom: 50px;
    padding-right: 8px;
    display: inline-table;
    width: 260PX;
float: inherit;
}
.ui-datepicker-row-break{
    display: none;
}

div#fechacambiocalendario > div > div {
    display: inline-flex;
    width: auto;
}

.ui-dialog-buttonset .ui-button{
    background-color: var(--theme_primary_color) !important;
    background-repeat: repeat-x;
    background: -khtml-gradient(linear, left top, left bottom, from(var(--theme_primary_color)), to(var(--theme_primary_color))) !important;
    background: -moz-linear-gradient(top, var(--theme_primary_color), var(--theme_primary_color)) !important;
    background: -ms-linear-gradient(top, var(--theme_primary_color), var(--theme_primary_color)) !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, var(--theme_primary_color)), color-stop(100%, var(--theme_primary_color))) !important;
    background: -webkit-linear-gradient(top, var(--theme_primary_color), var(--theme_primary_color)) !important;
}
.ui-dialog-buttonset .ui-button-text{
	color:white;
}
.ui-dialog-buttonpane .ui-state-hover, .ui-dialog-buttonset .ui-button:hover{
    background: -webkit-linear-gradient(top,  var(--theme_primary_color), var(--theme_primary_color)) !important;
	cursor:pointer;
}
.ui-button-icon-primary{
	position:unset !important;
}
.ui-icon-closethick{
	margin:0;
}
/*END UI-DATEPICKER*/



.aviso-rojo{
	box-shadow: 0 0 6px rgba(252, 26, 26, 1) !important;
    animation-name: red;
    animation-duration: 1s;
    animation-iteration-count: 1;
}
@keyframes red {
    from {box-shadow: unset;}
    to {box-shadow: 0 0 6px rgba(252, 26, 26, 1);}
}
.ui-state-hover{
	cursor:pointer !important;
}

/* Gestion Empleados */

.cntadEmp {
    border-top: #c7c0c0 1px solid;
}
.contconta {
    width: 100%;
    float: right;
}
.izq {
    float: left;
    width: 20%;
    text-align: right;
    padding-top: 20px;
}
.der {
    float: right;
    width: 70%;
    padding-top: 23.5px;
}
.numeroTot {
    font-size: 18px;
    color: #bababa;
}
.left{
	float:right;
}
.control-label{
	font-weight:normal;
    text-transform: uppercase;
    font-weight: bold;
	text-align:right;
}
.margdatosper {
    font-weight: bold;
}

.select2-container .select2-choice > .select2-chosen {
	color:#555;
    font-weight: 100;
}
li.ui-state-default.ui-corner-top {
    border-top: 1px rgba(128, 128, 128, 0.2) solid;
    border-left: 1px rgba(128, 128, 128, 0.2) solid;
    border-right: 1px rgba(128, 128, 128, 0.2) solid;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.17);
}

li.ui-state-default.ui-tabs-active {
    box-shadow: none;
}
li.ui-state-default.ui-corner-top :hover{
	    color: var(--theme_primary_color);
}

.contcard  button,.contcard  button:active:focus, .contcard button:hover{
	background:none;
	border:none;
	box-shadow:none;
}
.namelabel{
	padding-left:0px; 
	font-size: 10pt;
	padding-right:0px; 
	color:grey
}
.label-head{
	text-align:right;
}
/*CALENDARIO ui-calendar*/

.ui-datepicker-calendar .ui-state-default
{
	background: #FFFFFF;
	border: none;
	
	text-align: center !important;
}
td.ui-datepicker-week-end .ui-state-default
{
    background: #F3F3F3 !important;
}
.ui-datepicker-calendar .ui-state-hover
{
    border: none !important;
    text-decoration: none !important;
}
.ui-datepicker-calendar .ui-state-active
{
    border: none !important;
    text-decoration: none !important;
    color: black !important;
}

.ui-datepicker .ui-datepicker-title {
    line-height: 3.5em;
}

span.ui-datepicker-month, #calOne span.ui-datepicker-month{
    font-size: 30px;
    font-weight: normal;
}

.ui-datepicker .ui-datepicker-header {
    background-color: transparent;
    border: none;
}

.ui-datepicker .ui-datepicker-title {
    background-color: transparent;
}

.ui-datepicker-inline.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all.ui-datepicker-multi.ui-datepicker-multi-4 {
    border: none;
    text-align: center;
}

td.ui-datepicker-week-end .ui-state-default {
    border-radius: 8px !important;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    background: #fff;
    border-radius: 8px;
    padding:10px;
    color:black;
    border:none;
    font-weight: bold;
}



.ui-datepicker-multi-4 .ui-datepicker-group {
    padding-bottom: 50px;
    padding-right: 10px;
    display: inline-table;
    width: 290PX;
    float: inherit;
}
.ui-datepicker-row-break{
    display: none;
}

.ui-datepicker td span, .ui-datepicker td a {
    text-align: center;
  
}


/*.ui-datepicker td {
    border-style: solid;
    border-width: 1px;
}*/

.color-solicitud-border-radius {
    border-radius: 8px !important;
 
}

.ui-datepicker td a {
    padding: 0.8em;
}

.ui-datepicker-calendar{
 padding-right:50px !important;   
}

/*END CALENDAR*/

/*ui-widget*/

.ui-widget span.ui-datepicker-month{
    font-size: 18px;
}
 .ui-widget span.ui-datepicker-year {
	font-size: 16px;
 }
.ui-widget .ui-datepicker-title {
    height: 28px;
    line-height: 1.5;
}
.ui-widget a.ui-state-default.ui-state-hover {
    background-image: none;
    background: var(--theme_primary_color);
    background: none !important;
    border-radius: 0px;
    color: white;
}
.ui-widget td.ui-datepicker-week-end .ui-state-default{
	border-radius:0px; 
}

/*End ui-widget*/


/*COLORES DÍAS FESTIVOS*/

.color-vacaciones
{
    text-decoration: none;
    background: #65ac7d !important;
    text-align: center !important;
}

.color-baja
{
 text-decoration: none;
 background-color: #f06345;
 background: #f06345 !important;
 text-align: center !important;
}

.color-permiso
{
 text-decoration: none;
 background-color: #ffc71c;
 background: #ffc71c !important;
 text-align: center !important;
    border-radius: 8px;
}

.color-festivo
{
 text-decoration: none;
 /*background-color: White !important;*/
    color: Red !important;
    text-align: center !important; 
	font-weight:bold !important;

}
.color-festivo-definition-calendar
{
 text-decoration: none;
 /*background-color: White !important;*/        
    color: red !important;
    text-align: center !important;
    font-weight: bold !important;

}
.color-solicitud-vacaciones
{
 text-decoration: none;    
 background-color: #cdf7d2;
    background: #cdf7d2 !important;
 border-radius:8px; 
 text-align: center !important;
}

.color-solicitud-permiso
{
    border-radius:8px;
 text-decoration: none;
 background-color: #f9e7b0;
 background: #f9e7b0 !important;
 text-align: center !important;
 }
.color-solicitud-permiso-convenio
{
    border-radius:8px;
 text-decoration: none;
 background-color: #99D9EA;
 background: #99D9EA !important;
 text-align: center !important;
 }
 .color-permiso-convenio
{
    border-radius:8px;
 text-decoration: none;
 background-color: #00A2E8;
 background: #00A2E8 !important;
 text-align: center !important;
 }
.color-solicitud-baja
{
    border-radius:8px;
 text-decoration: none;
 background-color: #ffc7b4;
 background: #ffc7b4 !important;
 text-align: center !important;
}

.color-finde{
	 text-decoration: none;
	back, ground-color: #d3d3d3;
	background: #d3d3d3 !important;
}

.color-varias-ausencias-un-dia
{
    text-decoration: none;
    background: #CFEDF6 !important;
	background-color: #CFEDF6 !important;
    text-align: center !important;
}
/*------------*/


.in-out-text {
    width: 24px;
    text-align: center;
    float: left;
    position: relative;
}

.hourcheck{
	 margin-left:3px !important; width:45px
}

.totalempl{
	border-top:2px #bfbfbf solid !important
}
.contconta div {
    padding-top: 15px;
}
.login input {
    border: 1px #bbbbbb solid;
    border-radius: 30px;
}


.btnsearch {
    background: transparent;
    width: 4px;
    height: 40px;
    border: 0px;
    border-radius: 0px;
    padding-top: 5px;
    margin-right: 20px;
}


/*calendario gantt*/
.calengantt{    
	overflow-y: hidden;
    overflow-x: auto;
	margin-bottom: 50px;
    padding-left: 0px;
}
.calengantt > div{
 /*   min-width: 1140px;*/
}
.calengantt div{
	padding:0;
}
.calennames{
	display:block;    
	padding-right: 0px;
    padding-left: 0px;
    border-right: 1px solid #717171;
}
.calendays{
	display:block;
    overflow-x: auto;
	overflow-y: hidden;
}
.daysheader{
    min-width: 960px;
    min-width: max-content;
}

.daysheader > div, .namesheader, .daysbody > div > div,.namesbody > div{
    display: inline-block;
    width: 31px;
    height: 31px;
    text-align: center;
    margin-left: -2.8px;
    margin-right: 2.2px;
    line-height: 2.5;
    border-left: 1px grey solid;
    border-bottom: 1px grey solid;
    font-size: 9pt;
    border-radius: 0px;
}
.daysheader > div, .namesheader{
	border-top:1px grey solid;
}
.daysheader div:last-child, .daysbody div > div:last-child{
	border-right:1px grey solid;
}
.daysbody  div{
    height: 31px;
}
.namesheader, .namesbody >div{
	width: 100%;
    display: block;
    height: 31px;
    margin-left: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.daysbody{
    min-width: 960px;
    min-width: max-content;
}
.ui-state-active{
	/* background: #BFBFBF !important;*/
    margin-bottom: 0px;
    font-size: normal;
    text-shadow: 0px;
    color: #ffffff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.modulelinkdiv{
    width: 85px;
    margin: 0 auto;
	cursor:pointer !important;
}

.namesheader, .daysheader{
	font-weight:bold;
}





/* Radio css */
.radio {
       margin: 0.5rem;
}
 
.radio input[type="radio"] {
       position: absolute;
       opacity: 0;
}
 
.radio input[type="radio"] + .radio-label:before {
       content: '';
       background: #ffffff;
       border-radius: 100%;
       border: 1px solid #bfbfbf;
       display: inline-block;
       width: 1.4em;
       height: 1.4em;
       position: relative;
       top: -0.2em;
       margin-right: 1em;
       vertical-align: top;
       cursor: pointer;
       text-align: center;
       transition: all 250ms ease;
}
 
.radio input[type="radio"]:checked + .radio-label:before {
       background-color: var(--theme_primary_color);
       box-shadow: inset 0 0 0 4px #ffffff;
}
 
.radio input[type="radio"]:focus + .radio-label:before {
       outline: none;
       border-color: var(--theme_primary_color);
}
 
.radio input[type="radio"]:disabled + .radio-label:before {
       box-shadow: inset 0 0 0 4px #ffffff;
       border-color: #bfbfbf;
       background: #bfbfbf;
}
 
.radio input[type="radio"] + .radio-label:empty:before {
       margin-right: 0;
}

.align-cal-elem i{
	float:left
}
.align-cal-elem input{
	width:86%
}

.ui-widget.ui-widget-content {
    border: none !important;
    max-width: 100% !important;
}
.content-wrapper-margin-top
{
	margin-top: 44px;
}


.ico-descr {
    width: 10px;
    height: 10px;
    color: var(--theme_primary_color);
    font-size: 14pt;
}

.text-descr-permiso{ 
    text-align: justify !important;
    font-size: 14px !important;
    font-weight: normal !important;
    color: rgb(117, 117, 117);
    margin-left: 20px;
    margin-bottom:20px !important;
    margin-top: 10px;
    font-style: oblique;
}
/*04052018 Carlos*/
.site-filter-text {
    color: var(--theme_primary_color) !important;
    width: 75px;
    border: none !important;
    box-shadow: none !important;
    margin-bottom: 15px;
}
/* tooltips style
-----------------------------------------------------------*/
 
  .arrow {
    width: 70px !important;
    height: 16px !important;
    overflow: hidden !important;
    position: absolute !important;
    left: 50% !important;
    margin-left: -35px !important;
    bottom: -16px !important;
  }
  .arrow.top {
    top: -16px !important;
    bottom: auto !important;
  }
  .arrow.left {
    left: 20% !important;
  }
  .arrow:after {
    content: "" !important;
    position: absolute !important;
    left: 20px !important;
    top: -20px !important;
    width: 25px !important;
    height: 25px !important;
    box-shadow: 6px 5px 9px -9px black !important;
    -webkit-transform: rotate(45deg) !important;
    -moz-transform: rotate(45deg) !important;
    -ms-transform: rotate(45deg) !important;
    -o-transform: rotate(45deg) !important;
    tranform: rotate(45deg) !important;
  }
  .arrow.top:after {
    bottom: -20px !important;
    top: auto !important;
  }

/* end tooltips style */

/* posa barra de scroll vertical en el menú esquerra*/
/* lo quitamos pq hace que el icono de help no funcione
#togglenav {
    position: fixed;
    overflow-y: auto;
    height: 100%;
}
*/
/* fin posa barra de scroll vertical en el menú esquerra*/
.escondidoPorFavorNoLoBorresQueSeRompeTodo {
    visibility: hidden;
}
.progress-bar-warning {
    background-color: var(--theme_primary_color)!important;
}
/* 
	Nuevos estilos para el cambio dinámico de color por cliente. Incluye:
		* los botones de filtro y borrar filtro basados en font-awesome
		* imagen y nombre del perfil
		* otros cambios derivados del cambio de colores

*/
.headfilter {
    padding: 10px;
}

.btnremovefiltr, .btnfiltr{
    margin: 0 5px 0 5px;
}

.set-filters{
    margin-top: 4px;
}

.remove-filters{
    margin-top: 5px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.remove-filters-cross {
    margin-left: -12px;
    margin-top: -1px;
    color: black;
}

/* Header icon - back arrow */
li > .back-link {
    color: transparent !important;
    width: 32px !important;
    height: 50px !important;
}

.imgheaderdatos-new {
    position: relative;
    bottom: -8px;
    height: 18px;
    width: 15px;
    fill: var(--theme_primary_color);
}

/* Aside user blank profile picture*/
.usermisdatos-display-flex{
    display: flex;
    flex-direction: row;
    align-items: center;
    min-width: 190px;
}

.usermisdatos-picture{
    display: flex;
    flex-direction: row;
    align-items: center;
}

.svg-editable-userpicmini {
    fill: var(--theme_primary_color);
    width: 45px !important;
    height: 45px !important;
}

.img-circlepages{
    margin: 0;
    padding: 0;
}

.sizeimgusermini{
    width: 45px;
    height: 45px;
    margin: 0;
}
.sizeimgusermini-path1 {
    fill: var(--theme_primary_color);
}

.sizeimgusermini-path2 {
    fill: var(--theme_secondary_color);
}
.usermisdatos-details {
    padding: 0 0 0 1rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.usermisdatos-details p {
    padding: 0;
    margin: 0;
}

.usermisdatos-sesion a i{
    padding: 0 0.5rem 0 0;
    margin: 0;
}

/* Asteriskh - Office / Access Point ... mark*/
/*.required:after {
    color: var(--theme_primary_color);
}
*/
/* Mobile-icon */
.fa-mobile-phone {
    color: #bcbcbc;
}

/* Clock Icon*/
.time-icon-wrapper{
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.clock-icon {
    width: 30px;
    height: 30px;
}

.clock-icon-text{
    margin-top: 0;
}

/* Edit Visits */
#btn_desplegar_talent {
    background-color: var(--theme_primary_color);
    border-radius: 20px;
    color: white;
    margin: 0 auto;
    position: relative;
    float: unset;
    display: block;
}

/* Time picker */
.clock-timepicker-popup > div > a {
    color: var(--theme_primary_color) !important;
}

.clock-timepicker-popup > div > canvas {
    border: solid 1px var(--theme_primary_color);
    border-radius: 300px;
}

.clock-timepicker-popup > div > canvas  {
    color: var(--theme_primary_color) !important;
}

.clock-timepicker-mobile-input {
    background-color: var(--theme_primary_color) !important;
}
/* Calendar marks */
/*.melopido {
    background-color: var(--theme_primary_color) !important;
}

.melopido:hover {
    background-color: var(--theme_primary_color) !important;
    opacity: 50%;
    color: black !important;
}*/
/* Nuevos estilos para el cambio dinámico de color por cliente */

