/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2/10/2018, 10:23:10 AM
    Author     : daniela.sierra
*/
/* The Modal (background) */
#myModal_innovame {
    display: none;
    /* Hidden by default */
    margin-left: 0px;
    position: fixed;
    /* Stay in place */
    top: 51%;
    left: 15%;
    z-index: 1000;
    /* Sit on top */
    width: 70% !important;
    height: 50% !important;
    overflow: auto;
    overflow-y: hidden;
    background-color: #ffffff;
    -webkit-animation-name: fadeIn;
    /* Fade in the background */
    -webkit-animation-duration: 0.4s;
    animation-name: fadeIn;
    animation-duration: 0.4s;
    -webkit-box-shadow: 0px 0px 18px 5px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 18px 5px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 18px 5px rgba(0, 0, 0, 0.75);
}

#modalEdition{
    top: 50px !important;
}


/* Modal Content */
#myModal_innovame .modal-content {
    position: fixed;
    top: 0px;
    bottom: 0;
    background-color: #fefefe;
    padding-top: 0px;
    width: 80%;
    border: solid 2px #dbdbdb;
    margin-left: 10%;
    -webkit-animation-name: slideIn;
    -webkit-animation-duration: 0.4s;
    animation-name: slideIn;
    animation-duration: 0.4s
}

#myModal_innovame .modal-body_innoavame {
    height: 84.5%;
    padding: 0px 10px 0 15px;
}


#myModal_innovame .modal-header {
    padding: 1px 16px;
    background-color: #3c8dbc;
    color: #ffffff;
}

#myModal_innovame .modal-header h2 {
    margin: 10px 15px;
}

#myModal_innovame .modal-footer {
    padding: 2px 0px;
    background-color: #5cb85c;
    color: white;
}



/* The Close Button */
#myModal_innovame .close_innovame {
    color: white;
    float: right;
    font-size: 30px;
    font-weight: bold;
}

#myModal_innovame .close_innovame:hover,
#myModal_innovame .close_innovame:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}


/*edit onclick*/

.tagA {
    color: #0070a8 !important;
    position: absolute !important;
    right: 2px;
    top: 60px;
    font-weight: bold;
    min-height: 25px;
    min-width: 30px;
    background-size: 25px;
    background-repeat: no-repeat;
    pointer-events: auto;
}

.tagA.ta {
    color: #0070a8 !important;
    position: absolute !important;
    right: 60px;
    top: 60px;
    font-weight: bold;
    text-indent: 0px !important;
    pointer-events: auto;
}

.tagA_uvd {
    color: #0070a8 !important;
    margin-top: -68px;
    margin-left: 35px;
    right: 0px;
    float: right;
    font-weight: bold;
    min-height: 25px;
    min-width: 30px;
    background-size: 25px;
    background-repeat: no-repeat;
}

.tagA_uvd.reempla_act {
    min-height: 30px;
    background-size: 25px;
    position: absolute;
    right: 30px;
    margin-top: -20px;
    padding-top: 5px;
    text-indent: 30px;
}

.chip .tagA_uvd {
    color: #0070a8 !important;
    position: absolute !important;
    margin-top: -44px !important;
    margin-right: 25px;
    width: 25px !important;
    font-weight: bold;
    font-size: 12px;
}

.course-content .tooltip-inner {
    border-radius: 8px;
}

.course-content .tooltip::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent #000;
}

.section-modchooser .btn_add_activity a,
.section-modchooser .section-modchooser-link a {
    border: 1px solid #828282 !important;
    padding: 5px;
    border-radius: 5px;
    float: right;
    margin: 5px;
    text-decoration: none;
    color: #828282 !important;
}

.btn_add_activity img {
    width: 25px;
}

.btn_add_activity span {
    font-weight: bold;
}

.modalBodyAjustes {
   height: calc(100vh - 200px);
}

.modal-header {
    background-color: #002c57;
    color: white;
}

.close {
    color: white !important;
}

.content{
min-height: 0 !important;
}

/*loader*/
#overlay-loader_block {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2000;
    cursor: pointer;
}


#overlay-loader_block .sk-cube-grid {
    width: 40px;
    height: 40px;
    top: 50%;
    left: 50%;
    margin-top: -5em;
    /*set to a negative number 1/2 of your height*/
    margin-left: 0em;
    /*set to a negative number 1/2 of your width*/
    position: fixed;
}

#overlay-loader_block .sk-cube-grid .sk-cube {
    width: 33%;
    height: 33%;
    background-color: #fff;
    float: left;
    -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
    animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

#overlay-loader_block .sk-cube-grid .sk-cube1 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

#overlay-loader_block .sk-cube-grid .sk-cube2 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

#overlay-loader_block .sk-cube-grid .sk-cube3 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

#overlay-loader_block .sk-cube-grid .sk-cube4 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

#overlay-loader_block .sk-cube-grid .sk-cube5 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

#overlay-loader_block .sk-cube-grid .sk-cube6 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

#overlay-loader_block .sk-cube-grid .sk-cube7 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

#overlay-loader_block .sk-cube-grid .sk-cube8 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

#overlay-loader_block .sk-cube-grid .sk-cube9 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

@-webkit-keyframes sk-cubeGridScaleDelay {

    0%,
    70%,
    100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }

    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}