/* Solo styles */
textarea{
    resize: none;
}
.tox-tinymce{
    width: 100% !important;
}
.addTaskForm{
    display: none;
    position: relative;
}
.btn-gray{
    background-color: #ECECEC;
    border-color: #ECECEC;
}
.cu-font-lg{
    font-size: 1.2rem;
}

/* Alerts */
.cu-alert{
    position: fixed;
    bottom: 25px;
    right: 25px;
    color: #fff;
    font-weight: bold;
    box-shadow: 0 0 15px rgba(0,0,0,.35);
}
.cu-alert a{
    text-align: right;
    margin: 5px;
    color: #ffba00;
    font-size: 1.1rem;
}
.cu-alert.alert-success{
    background-color: #15CD72;
    border-color: #15CD72;
}
.cu-alert.alert-danger{
    background-color: #e0455e;
    border-color: #e0455e;
}
/* Styling Navigation */
.navbar-laravel {
    background-color: #f8f8f8;
}
.navbar-light .navbar-nav .nav-link {
    font-size: 18px;
    color: #5d5d5d;
}
.navbar-light .navbar-nav .nav-link:hover {
    
}

.app-logo{
    height: 60px;
}
.app-logo-text{
    font-weight: 800;
    color: #fff;
}
.non-members-main-btn{
    margin-top: 2.5rem;
    display: block;
    width: 280px;
    min-height: 50px;
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 3px;
    line-height: 2.3;
    text-transform: uppercase;
    font-weight: 800;
    color: #fff;
}
.non-members-main-btn:hover{
    color: #000;
}
.non-members-nav{
    background-color: #fff;
}
.non-members-header{
    position: relative;
    margin: 0 auto;
    padding: 0;
    height: 60vh;
    display: flex;
    align-items: left;
    text-align: left;
    color: #fff;
    background-image: url(../img/seo-checklist-background-2.jpg);
        
    background-repeat: no-repeat;
    background-position: top right;
}

.non-members-header h1{
    font-size: 3.5rem;
    font-weight: 800;
    margin-top: 95px;
    margin-bottom: 20px;
}
.msg-slide{
    
}
.non-members-header p{

    width: 470px;
}
.non-members-header .mouse-down{
    margin-top: 3rem;
    font-size: 2rem;
}
.tasksContainer{
    width: 100%;
}
.task-body{
    margin: 1rem auto;
    padding: .5rem;
    background-color: transparent;
    color: black;

}
.orderTask, .orderCat{
    cursor: move;
}
/* Styling Checkbox */
.cu-checkbox{
    appearance:none;
    -webkit-appearance: none;
    width:40px;
    height:20px;
    border:1px solid #607D8B;
    border-radius:2px;
    background:#607D8B;
    position:relative;
    display:inline-block;
    overflow:hidden;
    vertical-align:middle;
    transition: background 0.3s;
    box-sizing:border-box;
}
.cu-checkbox:after{
    content:'';
    position:absolute;
    top:-1px;
    left:-1px;
    width:15px;
    height:20px;
    background:#ffa61d;
    border:1px solid #607D8B;
    border-radius:2px;
    transition: left 0.1s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.cu-checkbox:checked{
    background:#ffa61d;
    border-color:#ffa61d;
}
.cu-checkbox:checked:after{
    left:25px;
    border-color:#ffa61d;
}
.completed span b{
    color:gray;
    text-decoration: line-through;
    font-style: italic;
}
/* Single Task */
.task-thumbnail{
    width: 250px;
    max-width: 100%
}
.addTaskForm{
    margin-top: 10px;
    padding: 20px 20px;
    border: 2px solid #eee;
    border-radius: 5px;
    width: 100%;
}
.formEdit{
    
}
.closeForm {
    position: absolute;
    right: 8px;
    top: 36px;
    color: #a1a1a1;
    cursor: pointer;
}
.subcat-container{
    margin-top: 10px;
    padding:15px 20px;
    background-color: #f9f9f9;
}
.dashboard-row {
    margin-top: 40px;
}
.dashboard-row .card-footer p.parent-category{
    margin-bottom: 10px;
    margin-top: 10px;
    font-weight: bold;
}
.dashboard-row .card-footer p.child-category{
    margin-bottom: 4px;
    font-size: 14px;
}
.card a:hover{
    text-decoration: none;
}
.didyouknow{
    padding: 10px;
    background-color: #ffca70;
    border-radius: 5px;
}
.didyouknow .fas{
    font-size: 31px;
    float: left;
    margin-right: 20px;
    margin-top: 5px;
}    
.experts-suggestion{
    padding: 10px;
    background-color: #c1eeff;
    border-radius: 5px;
}
.experts-suggestion .fas{
    font-size: 31px;
    float: left;
    margin-right: 20px;
    margin-top: 5px;
    margin-bottom: 18px;
    line-height: 49px;
}  
.lead.noTasksMsg{
    font-size: 0.9rem;
    margin-top: 20px;
}
.form-row .card-title{
    
    font-size: 18px;
}
.form-row label{
    margin-top: 12px;
}
.card-add-task{
    
    background: white;
}
.addTaskForm .btn{
    margin-top:20px;
}
.addTaskController{
    margin-top: 5px;
    margin-right: 5px;
}
.card h2{
    font-size: 1.5rem;
    margin-top: 20px;
}
.card h3{
    font-size: 1.275rem;
}
.btn.proficiency-level{
    float: right;
    cursor: default;
}
.card-text.aboutus p{
    font-size: 18px;
    line-height: 30px;
}
.card-text p img{
    max-width: 100%;
}
.register-page .card-header h4, .login-page .card-header h4{
    text-transform: uppercase;
    font-weight: 900;
    text-align: center;
    color: #85144b;
    font-size: 1.65rem;
}

.login-page, .register-page{
    margin: 0 auto;
    padding: 1rem 0;
    height: 100vh;
    display: flex;
    align-items: center;

}
.login-page .card, .register-page .card{
    box-shadow: 0 5px 10px 0 rgba(0,0,0,.1);
}
#ratingsform{ max-width: 215px; display: block; margin: 40px auto; text-align: center;}
.taskname-link a,.taskname-link a:hover, .taskname-link a:visited{
    color: #212529;
}
.taskname-link a.float-right,.taskname-link a.float-right:hover, .taskname-link a.float-right:visited,
.taskname-link a.read-more, .taskname-link a.read-more:hover, .taskname-link a.read-more:visited{
    color: #3490dc;
    float: right;
}
.editTheTask.text-danger{
    color: #3a76de !important;
}

.sidebarFixed .toggle{
    position: fixed;
    right: 0px;
    width: 250px;
    bottom: 0;
    background: white;
    padding: 10px;
    text-align: center;
    display: block;
}    
.sidebarFixed .formToggle{
    display: none;
    left: auto;

    right: auto;

    top: 0px;

    background: white none repeat scroll 0% 0%;
}
@media(max-width: 1200px){
    .non-members-header{
        background-image: url(../img/seo-checklist-background-low.jpg);
    }    
}
@media(max-width: 768px){
    .non-members-header{
        background-image: url(../img/seo-checklist-background-low.jpg);
    }   
    .msg-slide { 
        background-color: rgba(30, 160, 255, 0.6);
        text-align: center;
    }
    .non-members-header p{
        width: unset !important;
    }
    .non-members-main-btn{
        margin:65px auto;
    }
    .non-members-header h1{
        margin-top: 40px !important;
        font-size: 2.5rem !important;
    }
    .sidebarTask{
        position: fixed;
        bottom: 0;
    }
    .sidebarTask .colapse{
        display: none;
    }
    .sidebarTask .toggleTasksMobile{
        display: block !important;
        text-align: center;
        padding: 0px;
    }
    body .sidebarTask .card-body h5{
        margin-bottom: 0px !important;
        font-size: 15px;
        text-align: center;
        font-weight: bold;
    }
    .sidebarTask .card-body{
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .sidebarTask .card-body{
        background-color: #f8f9fa;
    }
    body .h1, body h1{
        font-size:1.5rem;
    }
    .sidebarTask.expanded:before {
      content: "";
      position: fixed;
      background: rgba(0, 0, 0, .85);
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
    }
    .sidebarTask .card-body .task-body{
        margin: 0px 0 4px 0 !important;
    }
    .sidebarTask.expanded{
        z-index: 99999999 !important;
    }
        
}
@media(min-width: 1400px){
    
}
@media(min-width: 770px) and (max-width: 1400px){
    .sidebarFixed .formToggle{
        
    }   
}
@media(min-width: 770px) and (max-width: 1200px){
    body .tasksContainerNon .desc-task{ 
        width: 81%;
    }
}
@media(min-width: 770px){
    .tasksContainer, .tasksContainerNon{
       
        width: 100%;
    }
    .task-body{
        /* display: table-row;     */
    }
    .desc-task{
        display: inline-block;
        vertical-align: middle;
        
    }
    .tasksContainer .desc-task{
        max-width: 80%;
    }
    .tasksContainerNon .desc-task{
        width: 88%;
    }
    .right-desc-task{
        vertical-align: middle;
        display: inline;
        max-width: 90px;
        min-width: 70px;
        line-height: 54px;
    }
    .actions-task{
        display: inline-block;
        padding: 15px 5px 18px 5px;
        width: 80px;
        vertical-align: middle;
    }

}
@media(max-width: 770px){
    .task-body{
        clear: both;
        margin-bottom: 10px !important;
        float: left;
        width: 100%;
    }
    .desc-task{
        display: block;
        float: left;
        width: 80%;
    }
    .right-desc-task{
        display: block;
        width: 65px;
        float: right;
        margin-top: 10px;
    }
    .actions-task{
        display: block;
        float: right;
        margin-bottom: 0px;
    }
    .desc-task b{
        font-weight: normal !important;
    }
    .subcat-container{
        float: left;
    }
    .taskname-link a.float-right,.taskname-link a.float-right:hover, .taskname-link a.float-right:visited,
    .taskname-link a.read-more, .taskname-link a.read-more:hover, .taskname-link a.read-more:visited{
        float: none;
        display: block !important;
    }
}
@media(max-width: 480px){
    .desc-task{
        width: 75%;
    }
    .msg-slide p.lead{
        line-height: 17px;
        font-size: 17px;
    }
    

}
@media(max-width: 360px){
    .desc-task{
        width: 65%;
    }

}
@media(min-width: 768px) and (max-width: 1200px){
    .navbar-light .navbar-nav .nav-link{
        font-size: 14px;
    }
}
@media(min-width: 768px) and (max-width: 990px){
    .app-logo {
        height: 27px;
    }
}
.sidebarTask .toggleTasksMobile{
    display: none;
}
.sidebarTask .card-body h5 i{
    color:#c4c4c4;
    font-size: 15px;
    margin-left: -10px;
}

.sidebarTask .card-body .task-body{
    padding: 0;
    margin: 5px 0 15px 0;
}
.sidebarTask .card-body .botonBack{
    margin-top: 20px;
    display: block;
    clear: both;
}
.sidebarTask .card-body{
    padding: 0.7em;    
}

.sidebarTask .card-body  h5{
   background-color: #f9f9f9;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 20px;
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: left;
    font-size: 17px;
}
.sidebarTask .card-body .actions-task{
    width: 50px;
    padding: 5px 5px 9px 0px;
}
.sidebarTask .sticky-top{
    top: -3px;
}
.sidebarTask .othertasks{
    background-color: #f9f9f9;
    padding: 5px;
}
.sidebarTask p, .sidebarTask strong,.sidebarTask em{
    line-height: 18px;
}
.sidebarTask ul{
    padding-left: 3px;
    /*list-style-type: square*/
    list-style: none;
}
.sidebarTask ul li span{
    display: block;float: left;margin-right: 4px;
}
.sidebarTask .card-body .othertasks .actions-task{
    width: 30px;
    padding: 0;
}
.sidebarTask .card-body .othertasks .actions-task span{
    line-height: 1.2;
}
.sidebarTask ul li .cu-checkbox{
    width: 28px;
    height: 15px;
}
.sidebarTask ul li{
    margin-bottom: 10px;
}
.sidebarTask ul li a{
    font-size: 13px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.sidebarTask .othertasks{
    margin-bottom: 10px !important;
    display: block;
}
.faqSection{
    background: #e3eeff;
    padding: 5px 20px;
}
.faqSection ul{
    list-style: none;
    padding-left: 10px;
}
.faqSection ul li{
    background: #eee;
    padding: 5px 20px;
    margin-bottom: 20px;
    border: 2px solid gray;
}

.faqSection strong{
    padding: 2px 7px;
    background: #f7f7cd;
}
.faqSection h2{
    text-align: center;
    margin-bottom: 25px;
    border-bottom: 2px solid #d0d0d0;
    line-height: 32px;
}
/** COOKIES **/
.wrapperMensajeCookie {
    background: none repeat scroll 0 0 #FFFFFF;
    bottom: 0;
    padding-top: 1px;
    position: fixed;
    width: 100%;
    z-index: 100;
    opacity:0.95;
    visibility:hidden;
    left: 0;
}
.wrapperMensajeCookie .inner {
    background-color: #F8F8F8;
    border-top: 1px solid #FFFFFF;
    /*padding: 5px 0;*/
}
.wrapperMensajeCookie .textoLegalCookie {
    background-color: #F1F1F1;
    border: 1px solid #DDDDDD;
    border-radius: 4px;
    margin: 0 auto;
    
    padding: 7px 37px 7px 17px;
    position: relative;
}
.wrapperMensajeCookie .textoLegalCookie p {
    color: #333333;
    font-size: 12px;
    margin: 0;
}
.wrapperMensajeCookie .textoLegalCookie p strong {
    /*background: url("../images/exclamation.png") no-repeat scroll 0 3px rgba(0, 0, 0, 0);*/
    display: block;
    font-weight: bold;
    line-height: 19px;
    margin-bottom: 3px;
    padding-left: 19px;
}
.wrapperMensajeCookie .textoLegalCookie p a {
    color: #0097C8;
    font-weight: bold;
}
.wrapperMensajeCookie .textoLegalCookie a.cerrarTextoLegalCookie {
    /*background: url("../images/cross-script.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);*/
    display: block;
    height: 16px;
    overflow: hidden;
    position: absolute;
    right: 8px;
    text-indent: 100%;
    top: 12px;
    white-space: nowrap;
    width: 16px;
}
.cerrarTextoLegalCookie {
    cursor: pointer;
}
.admincookie-wrapper-header {
    margin-top: 20px;
}
.admincookie-wrapper-header h2 {
    margin-left: 25px;
}
.admincookie-wrapper-header span {
    /*background: url("../images/cookie-pencil.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);*/
    display: inline;
    float: left;
    width: 18px;
}
.botonCerrar{
    cursor:pointer;
    border:1px solid #DDDDDD;
    background-color: #0097C8;
    padding:4px;
    margin-top:3px;
    color:white !important;
}
.wrapperMensajeCookie .textoLegalCookie p{
    text-align: center;
}
/** COOKIES **/