@font-face {
    font-family: "oswald-light";
    src:  url("../fonts/Oswald-Light.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}



* {
    margin: 0px;
    padding: 0px;
    font-family: 'Garamond';
    word-spacing: 2px;

    font-family: "oswald-light";
}



h1,h2,h3,h4,h5 {

    color: #3F2D88;

}

section > nav {
    position: fixed;
    width: 300px;
    height: 100vh;
    background-color: #3F2D88;
}

section > nav ul {

    margin-top: 60px;
    list-style: none;
    display: block;
    padding: 0;
}

section > nav li {

    width: 100%;
    height: 50px;
    border-bottom: 1px solid #3F2D88;
    overflow: hidden;

}

section > nav li a {

    width: 100%;
    display: inline-block;
    height: 100%;
    text-align: right;
    line-height: 50px;
    padding-right: 20px;
    text-decoration: none;
    color: white;

}


h1 img {
    margin-right: 5px;
}

h1 a {
    font-size: 14px;
    color: black;
}

p.menu {
    position: relative;
    padding: 16px;
    padding-right: 25px;
    float:right;
    color:#fff;
    opacity: .6;
    font-size: 1em;
}

.barra{


}

li:hover div.barra{
    width: 300px;
}


.logo1{
    width: 150px;
    margin-left: 70px;
    margin-top: 50px;
}

.logo2{
    width: 180px;
    margin-left: 75px;
    position: fixed;
    bottom: 40px;
}

.dispositivos {

    margin: 20px;

}

.dispositivos li {

    margin: 20px;
    display: inline-block;

}


input:focus, textarea:focus {
    border-color: #FFC300;
}

.foto {
    padding-left: 90px;

}

button .foto {
    margin-left: .5em;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    font-size: 16px;

}

#cfoto{
    background-color: #FFC300;
}

#dialog_loader{
    border-radius: 5px;
    border: 1px solid #dddddd;
    text-align: center;
    padding-top: 20px;
}

/** NUEVOS CAMBIOS **/

.barra2{

    position: absolute;
    height: 50px;
    width: 300px;
    background-color: white;
    opacity: .8;
    color: #3F2D88;

}

li:hover div.barra2{

    width: 300px;
    background-color: #3F2D88;

}

.buttons {

    display: flex;

}

.limpiar {
    float: left;
}

#limpiar{
    background-color:#FFC300 ;
}

.RSS p {
    margin-bottom: -35px;
    margin-left: 80px;
}

.RSS input {
    margin-bottom: 10px;
}


/* default */

.button {
    margin-left: .5em;
    background-color: #3F2D88;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    font-size: 16px;
    border-radius: 3px;

}

.buttonnew {
    margin-left: .5em;
    background-color: #3F2D88;
    border: none;
    color: white;
    padding: 15px;
    text-align: center;
    font-size: 18px;
    border-radius: 3px;
    background-color: blue;
}


.back-button  {

    position: fixed;
    right: 15px;
    top: 10px;
    border-radius: 3px;

}

.button-update {

    background-color: #1ABC9C;

}

.btn{
    color: #FFF !important;
}


.button-create , .button-update {

    background-color: #1ABC9C;

}

.button-create:hover ,.button-update:hover {

    color: #1ABC9C !important;
    border: #1ABC9C 1px solid !important;

}

.button-cancel {

    background-color: #ec2022;

}

.button-cancel:hover {

    color: #ec2022 !important;
    border: #ec2022 1px solid !important;

}

.button-send{

    background-color: #3f2d88;

}

.button-send:hover{

    color: #3f2d88 !important;
    border: #3f2d88 1px solid !important;

}

.button-delete {

    background-color: #ec2022

}
.button-delete:hover {

    color: #ec2022 !important;
    border: #ec2022 1px solid !important;

}
.add-button{
    background-color: #1ABC9C;
    border-radius: 3px;
    border: none;
    color: #FFF;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    height: 40px;
    letter-spacing: 1px;
    line-height: 40px;
    margin: 5px;
    outline: none;
    padding: 0 22px;
    position: absolute;
    right: 150px;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    text-transform: uppercase;
    top: 25px;
    white-space: nowrap;
    z-index: 999;
    display: inline-block;
}

/* form */

form {

    padding: 20px;

}


textarea{
    font: 1em sans-serif;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #252F48;
    vertical-align: top;
    resize: vertical;
}

.partes textarea {
    width: 100%;
    border: 1px solid #C6C7C8;
}
.cabecera{
    border-bottom: 1px solid #C6C7C8;
    font-size: 18px;
    text-transform: uppercase;
}

.cabecera td{
    padding-top: 20px; /* Añade espacio superior */
}

.cabecera + tr td {
    padding-top: 10px; /* Añade espacio superior */
}

form .buttons {

    position: fixed;
    right: 10px;
    top: 10px;

}


.fieldset {

    margin: 20px 0px;

}


.fieldset label.flag-en {

    background-image: url('../img/gb.png');
    background-position: left 2px center;
    background-size: auto;
    background-repeat: no-repeat;
    padding-left: 20px !important;
}

.fieldset label.flag-es {

    background-image: url('../img/es.png');
    background-position: left 2px center;
    background-size: auto;
    background-repeat: no-repeat;
    padding-left: 20px !important;
}

.fieldset .image-preview {

    border: 1px solid #bbb;
    width: 50%;
    height: 200px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    background-color: #ddd;


}

.fieldset .group-input  {

    display: inline-block;
    position: relative;
}

.fieldset .group-input  label {

    font-size: 10px;
    padding: 3px 10px;
    left: 10px;
    display: inline-block;
    line-height: 15px;
    position: absolute;
    color: #999;
    background-color: white;

}

.fieldset .group-input > select ,
.fieldset .group-input > textarea ,
.fieldset .group-input > input  {

    display: inline-block;
    padding-top: 10px !important;
    margin-top: 10px;

}

.fieldset label {

    font-height: bold;
    vertical-align: top;
}

.fieldset > label {

    font-weight: bold;
    display:inline-block;
    width: 200px;
    display: inline-block;

}

.fieldset label.checkbox {

    padding: 10px;
    width: auto;

}

.fieldset input[type=button] {

    font-weight: bold;
    padding: 10px;
    font-size: 14px;
    display: inline-block;
    border: 1px solid #aaa;
    color: #888;
}

.fieldset input[type=button]:hover {

    background-color: #ddd;
    color: #333;

}

.fieldset select ,
.fieldset textarea,
.fieldset input[type=text] {

    -webkit-appearance: none;

    display: inline-block;

    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.fieldset textarea {


}


/* messages */

.messages {

    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    position: fixed;
    padding: 30px;
    z-index: 10;
    text-align: center;

}

.messages > div {

    padding: 30px;

}

.messages .info {

    background-color: #06D85F;
    color: white;
    width: 50%;
    margin: 0px auto;
    border-radius: 3px;
}

.messages .warning {

    background-color: #06D85F;
    color: white;

}

.messages .error {

    background-color: #ec2022;
    color: white;

}


/* content */

.content {



}


.breadcumb h1 {

    padding: 20px;
    border-bottom: 1px solid  #3F2D88;
    color: #444;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.5;
    font-family: 'Raleway', sans-serif;


}

.list {

    width: 100%;

}

.list table {

    width: 100%;
    margin-top: 50px;

}

.list table tr th:first-child {

    text-align: center;

}

.list table tr th {

    text-align: left;
    padding: 8px 15px;

}

.list table tr td{

    padding: 8px 15px;
    font-size: 14px;
    border-bottom: 1px solid #ddd;

}

.list table tr:nth-child(odd) td {

    background-color: #f9f9f9;


}

.list table tr a {

    font-weight: bold;
    color: black;
    text-decoration: none;
    padding: 5px;

}

.list table tr a.button {

    color:white;

}

.list table tr a.all {

    width: 100%;
    height: 100%;
    display: inline-block;

}

.list table tr a.all:hover {

    background-color: #3F2D88;
    color: white;

}

.list table tr  a:hover {

    text-decoration: underline;

}


.pagination {

    text-align: center;
    margin-top: 10px;
}

.pagination > * {

    padding: 5px 10px;

}

.pagination > a {


    color: black;

}

.tools {

    background-image: url('http://tias.gestiondeapp.com/img/admin.png');
    background-position: left center;
    background-size: auto 80%;
    background-repeat: no-repeat;
    padding-left: 30px;

}



.hora-servidor {

    color: white;
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 10px;

}
a:hover {
    color: #EC2022;
    text-decoration: underline;
}

/*a:visited {
    color: #FFFFFF;
}*/

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: #ec2022 !important;
}
a.nav-link.active {
    color: #ec2022;
}

.file-preview-thumbnails.clearfix {
    display: flex;
    justify-content: center;
}
.bg-dark{
    background-color: #3F2D88 !important;
}
.white{
    color:#FFF;
}


.feather {
    width: 16px;
    height: 16px;
    vertical-align: text-bottom;
}

/*
 * Sidebar
 */

.sidebar {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 100; /* Behind the navbar */
    padding: 25px 0 0; /* Height of navbar */
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

.sidebar .nav-link {
    font-weight: 500;
    color: #fff;
}


.sidebar-heading {
    font-size: .95rem;
    text-transform: uppercase;
    color: white;
    font-weight: bold;
}

/*
 * Navbar
 */

.navbar .navbar-toggler {
    right: 7rem;
}

.navbar .form-control {
    padding: .75rem 1rem;
    border-width: 0;
    border-radius: 0;
}

.navbar-brand{
    z-index: 999;
    margin-left: 15px;
}

.navbar-toggler {
    margin-right: auto; /* Asegura que el botón de hamburguesa esté a la izquierda */
}

.nav-link:focus, .nav-link:hover {
    color: #ec2022;
    font-weight: bold;
}

div#sidebarMenu {
    min-height: 89vh;
}

nav.navbar.navbar-expand-lg.navbar-dark.bg-dark {
    min-height: 11vh;
    margin-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.nav-link {
    color: #FFF;
}

.añadir {
    margin-right: 12px;
}


    .fc-toolbar.fc-header-toolbar {
        display: flex!important;
        flex-direction: column!important;
        align-items: center!important;
    }
