/* Custom calendar elements */

.custom-calendar-wrap {
	margin: 10px auto;
	position: relative;
	overflow: hidden;
}

.custom-inner {
	background: #fff;
	box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}

.custom-inner:before,
.custom-inner:after  {
	content: '';
	width: 99%;
	height: 50%;
	position: absolute;
	background: #f6f6f6;
	bottom: -4px;
	left: 0.5%;
	z-index: -1;
	box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}

.custom-inner:after {
	content: '';
	width: 98%;
	bottom: -7px;
	left: 1%;
	z-index: -2;
}

.custom-header {
	background: #fff;
	padding: 5px 10px 10px 20px;
	height: 70px;
	position: relative;
	border-top: 5px solid #1DC7EA;
	border-bottom: 1px solid #ddd;
}

.custom-header h2,
.custom-header h3 {
	text-align: center;
	text-transform: uppercase;
}

.custom-header h2 {
	color: #495468;
    font-weight: 300;
    font-size: 18px;
    margin-top: 9px;
    margin-bottom: 5px;
}

.custom-header h3 {
	font-size: 18px;
    font-weight: 700;
    color: #b7bbc2;
    margin: 0;
}

.custom-header nav span {
	position: absolute;
	top: 17px;
	width: 30px;
	height: 30px;
	color: transparent;
	cursor: pointer;
	margin: 0 1px;
	font-size: 20px;
	line-height: 30px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.custom-header nav span:first-child {
	left: 5px;
}

.custom-header nav span:last-child {
	right: 5px;
}

.custom-header nav span:before {
	font-family: 'fontawesome-selected';
	color: #1DC7EA;
	position: absolute;
	text-align: center;
	width: 100%;
}

.custom-header nav span.custom-prev:before {
	content: '\25c2';
}

.custom-header nav span.custom-next:before {
	content: '\25b8';
}

.custom-header nav span:hover:before {
	color: #495468;
}

.custom-content-reveal {
	background: #f6f6f6;
	background: rgba(246, 246, 246, 0.9);
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 100;
	top: 100%;
	left: 0px;
	text-align: center;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}

.custom-content-reveal span.custom-content-close {
	position: absolute;
    top: 4px;
    right: 0px;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #1DC7EA;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    cursor: pointer;
    line-height: 20px;
    padding: 0;
}

.custom-content-reveal span.custom-content-close:after {
	content: 'x';
	font-size: 38px;
	color: #fff;
}

.custom-content-reveal a,
.custom-content-reveal span {
	font-size: 22px;
	padding: 10px 30px;
	display: block;
}

.custom-content-reveal h4 {
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 300;
	letter-spacing: 3px;
	color: #777;
	padding: 10px;
	background: #fff;
	border-bottom: 1px solid #ddd;
	border-top: 5px solid #1DC7EA;
	box-shadow: 0 1px rgba(255,255,255,0.9);
	margin-bottom: 10px;
}

.custom-content-reveal span {
	color: #888;
}

.custom-content-reveal a {
	color: #1DC7EA;
}

.custom-content-reveal a:hover {
	color: #333;
}

/* Modifications */

.fc-calendar-container {
	height: 500px;
	width: auto;
	padding: 10px;
	background: #f6f6f6;
	box-shadow: inset 0 1px rgba(255,255,255,0.8);
}

.fc-calendar .fc-head {
	background: transparent;
	color: #1DC7EA;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
}

.fc-calendar .fc-row > div {
	background: #fff;
	cursor: pointer;
}

.fc-calendar .fc-row > div:empty {
	background: transparent;
}

.fc-calendar .fc-row > div > span.fc-date {
	top: 50%;
	left: 50%;
	text-align: center;
	margin: -10px 0 0 -15px;
	color: #686a6e;
	font-weight: 400;
	pointer-events: none;
}

.fc-calendar .fc-row > div.fc-today {
	background: #d1d1d1;
	box-shadow: inset 0 -1px 1px rgba(0,0,0,0.1);
}

.fc-calendar .fc-row > div.fc-today > span.fc-date {
	color: #4285f4;
	text-shadow: 0 1px 1px rgba(0,0,0,0.1);
}

.fc-calendar .fc-row > div.fc-content:after {
	content: '\00B7';
	text-align: center;
	width: 20px;
	margin-left: -10px;
	position: absolute;
	color: #cecece;
	font-size: 70px;
	line-height: 20px;
	left: 50%;
	bottom: 3px;
}

.fc-calendar .fc-row > div.fc-today.fc-content:after {
	color: #6b6768;
}

.fc-calendar .fc-row > div.fc-content:hover:after{
	color: #ddd;
}

.fc-calendar .fc-row > div.fc-today.fc-content:hover:after{
	color: #fff;
}

.fc-calendar .fc-row > div > div a,
.fc-calendar .fc-row > div > div span {
	display: none;
	font-size: 22px;
}
.btn-calendar{
    margin-top: 5px;
}
.nuevatarea{
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 5px !important;
    width: 100%;
}
.nuevatarea a{
    font-size: 15px;
    padding: 5px 15px;
    width: 49%;
}
.nuevatarea button{
    padding: 10px 5px;
    width: 20%;
    margin: 0 2%;
}
.nuevatarea i{
    width: 55px;
    font-size: 2.5em;
}
.scrollinterv{
    width: 100%;
    height: 75%;
    overflow-y: scroll;
        text-align: justify;
    padding-left: 5px;
    padding-right: 5px;
}
.scrollinterv .list-group{
    height: 100%;
}
.panel-heading .panel-title a{
    width: 100%;
    display: block;
}
.content-expand{
    display: none;
}
.card .header{
    position: relative;
}
.expand-caja{
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    font-size: 60px;
}
.panel-title{
    position: relative;
}
.expand-rev{
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    font-size: 30px;
}
.button-add button{
    margin-left: 15px;
}
.cirugia{
    float: left;
    width: 20px;
    height: 20px;
    background: #1dc7ea;
    text-align: center;
    border-radius: 50%;
    color: #fff;
}
.nota{
    float: right;
    width: 20px;
    height: 20px;
    background: #ff4a55;
    text-align: center;
    border-radius: 50%;
    color: #fff;
}
.viaje{
    float: left;
    width: 20px;
    height: 20px;
    background: green;
    text-align: center;
    border-radius: 50%;
    color: #fff;
}
.col-fecha{
    padding-left: 5px !important;
    min-width: 95px;
    font-size: 12px;
}
.lista-calendario{
    padding-right: 5px;
    line-height: 35px;
}
.custom-content-reveal a.flechas{
    display: inline-block;
    float: right;
    padding: 8px;
    font-size: 20px;
}
@media screen and (max-width: 768px) {
    .panel-default>.panel-heading{
        overflow: hidden;
    max-height: 46px;
    }
}
@media screen and (max-width: 400px) {
	.fc-calendar-container {
		height: 300px;
	}
	.fc-calendar .fc-row > div > span.fc-date {
		font-size: 15px;
	}
    .scrollinterv{
        height: 225px;
    }
    .cirugia{
        float: left;
        width: 15px;
        height: 15px;
        background: #1dc7ea;
        text-align: center;
        border-radius: 50%;
        font-size: 11px;
    }
    .cirugia{
        float: left;
        width: 15px;
        height: 15px;
        background: green;
        text-align: center;
        border-radius: 50%;
        font-size: 11px;
    }
    .nota{
        float: right;
        width: 15px;
        height: 15px;
        background: #ff4a55;
        text-align: center;
        border-radius: 50%;
        font-size: 11px;
    }
    .fc-calendar .fc-row > div{
        padding: 1px;
    }
}

html, body {
    height: 100%;
}
.tim-row{
    margin-bottom: 20px;
}

.tim-white-buttons {
    background-color: #777777;
}
.typography-line{
    padding-left: 25%;
    margin-bottom: 35px;
    position: relative;
    display: block;
    width: 100%;
}
.typography-line span{
    bottom: 10px;
    color: #c0c1c2;
    display: block;
    font-weight: 400;
    font-size: 13px;
    line-height: 13px;
    left: 0;
    position: absolute;
    width: 260px;
    text-transform: none;
}
.tim-row{
    padding-top: 60px;
}
.tim-row h3{
    margin-top: 0;
}

.offline-doc .page-header{
  display: flex;
  align-items: center;
}

.offline-doc .footer{
  position: absolute;
  width: 100%;
  background: transparent;
  bottom: 0;
  color: #fff;
  z-index: 1;
}

@media all and (min-width: 992px) {
  .sidebar .nav>li.active-pro {
      position: absolute;
      width: 100%;
      bottom: 10px;
  }
}

.card.card-upgrade .card-category{
  max-width: 530px;
  margin: 0 auto;
}
a{
    color: #2182f8;
}
a:hover {
    color: #0056b3;
    text-decoration: underline;
}
@media all and (max-width: 992px) {
.ps{
    overflow-y: hidden !important;
    overflow-x: scroll !important;
}
}
.off-canvas-sidebar[data=green], .sidebar[data=green] {
    background: #0098f0;
    background: linear-gradient(0deg,#aa0327,#003359);
}
.form-signin{
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: auto;
}
.card-user .author .block.block-one, .card-user .author .block.block-two {
    background: rgba(225,78,202,.6);
    background: linear-gradient(90deg,rgba(0, 51, 89, 0.6) 0,rgba(225,78,202,0));
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=10);
}
.card-user .author .block.block-four, .card-user .author .block.block-three {
    background: rgba(225,78,202,.6);
    background: linear-gradient(90deg,#aa032799 0,rgba(225,78,202,0));
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=10);
    right: -45px;
}
.form-group input[type=file] {
    opacity: 1;
    position: absolute;
    top: 28px;
    right: 0px;
    bottom: ;
    left: 15px;
    : 0width:100%height:100%z-index:100;
}

.bd-example-modal-lg .modal-dialog{
    display: table !important;
    position: relative !important;
    margin: 0 auto !important;
    top: calc(50% - 24px) !important;
  }
  
  .bd-example-modal-lg .modal-dialog .modal-content{
    background-color: transparent !important;
    border: none !important;
      box-shadow: none;
  }
.modal-backdrop.show {
    opacity: .7;
}

#notifications{
    /*background-color: #FFFFFF;
    display: block;
    width: 100%;
    position: fixed;
    top: 85px;*/
    z-index: 1000;
}
#notifications .alert-danger{
    margin-bottom: 0px;
}
.alert-info, .alert-danger, .alert-warning, .alert-success {
    display: none;
    margin-bottom: 0;
}

tr.redBG{
    background-color: #FF0000 !important;
}
tr.redBG:nth-child(1), tr.redBG:nth-child(2), tr.redBG:nth-child(3), tr.redBG:nth-child(4), tr.redBG:nth-child(5){
    background-color: #FF0000 !important;
}
tr.redBG td{
     background-color: #FF0000 !important;
}
.dropdown-menu>li>button {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
.dropdown-menu > li > button {
    padding: 8px 16px;
    color: #333333;
    background: transparent;
    border: 0;
        width: 100%;
    text-align: left;
    text-transform: capitalize;
}
.dropdown-menu > li > button:hover, .dropdown-menu > li > button:focus {
    background-color: #F5F5F5;
    color: #333333;
    opacity: 1;
    text-decoration: none;
}
@media all and (max-width: 766px) {
.nuevatarea button{
    padding: 10px 5px;
    width: 40%;
    margin: 0 2%;
}
}

.odd  {
	background: #aaaaaa;
	margin-left: 60px;
    
}

.even  {
	background: #dcdcdc;
	margin-left: 60px;
   
}


.episodio  {
	background: rgba(68, 123, 194, 0.25);
}

a.linkPeque {
	font-size: small;
	display: inherit;
	padding: 0px;
}