/*---------------------------
[Template Structure]

Project:	 Circles
Version:	 1.0
Primary Use: Site Template 
Layout:      Responsive
Platforms:   Mobile & Tablet
-----------------------------



@charset "UTF-8";

/* 1. General */


body{
    background: #f9f9f9 url('../images/app_bg.png');
}
#main-cont {margin-bottom: 30px;}
.flip-txt {color:#F68D47 !important;}
.hidden {display: none;}
.no-margins {margin: 0 !important; }
.clearfix {clear:  both;}

/*Feedback*/

.comment{
    cursor: pointer;
}

.fa-star-0:before {
  content: "\f006 \f006 \f006 \f006 \f006";
}

.fa-star-1:before {
  content: "\f005 \f006 \f006 \f006 \f006";
}

.fa-star-2:before {
  content: "\f005 \f005 \f006 \f006 \f006";
}

.fa-star-3:before {
  content: "\f005 \f005 \f005 \f006 \f006";
}

.fa-star-4:before {fenable_
  content: "\f005 \f005 \f005 \f005 \f006";
}

.fa-star-5:before {
  content: "\f005 \f005 \f005 \f005 \f005";
}

.star-n{
    opacity: 1;
}


    ::-webkit-scrollbar {
        -webkit-appearance: none;
        width: 7px;
    }
    ::-webkit-scrollbar-thumb {
        border-radius: 4px;
        background-color: rgba(0,0,0,.5);
        -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
    }


.bg-blue1{      background-color:#3498db!important;  }
.bg-blue2{      background-color:#2980b9!important;  }
.bg-g{      background-color:#2980b9!important;  }
.bg-magenta1{   background-color:#9b59b6!important;  }
.bg-magenta2{   background-color:#8e44ad!important;  }
.bg-dark1{      background-color:#34495e!important;  }
.bg-dark2{      background-color:#2c3e50!important;  }
.bg-green1{     background-color:#2ecc71!important;  }
.bg-green2{     background-color:#27ae60!important;  }
.bg-red1{       background-color:#e74c3c!important;  }
.bg-red2{       background-color:#c0392b!important;  }
.bg-black{       background-color:#000000!important;  }

.bg-gray1{     background-color:#ccc!important;  }
.bg-gray2{     background-color:#585858!important;  }

.bg-teal1{      background-color:#1abc9c!important;  }
.bg-teal2{      background-color:#16a085!important;  }
.bg-yellow2{    background-color:#f39c12!important;  }
.bg-yellow1{    background-color:#f1c40f!important;  }
.bg-orange1{    background-color:#F68D47!important;  }
.bg-orange2{    background-color:#e67e22!important;  }
.bg-flip{       background-color:#F68D47!important;  }

.text-blue1{      color:#3498db!important;  }
.text-blue2{      color:#2980b9!important;  }
.text-magenta1{   color:#9b59b6!important;  }
.text-magenta2{   color:#8e44ad!important;  }
.text-dark1{      color:#34495e!important;  }
.text-dark2{      color:#2c3e50!important;  }
.text-green1{     color:#2ecc71!important;  }
.text-green2{     color:#27ae60!important;  }
.text-red1{       color:#e74c3c!important;  }
.text-red2{       color:#c0392b!important;  }
.text-teal1{      color:#1abc9c!important;  }
.text-teal2{      color:#16a085!important;  }
.text-yellow2{    color:#f39c12!important;  }
.text-yellow1{    color:#f1c40f!important;  }
.text-orange1{    color:#F68D47!important;  }
.text-orange2{    color:#e67e22!important;  }
.text-white{    color:#ffffff!important;  }

.facebook-color{    background-color:#3b5998;    color:#FFFFFF;}
.twitter-color{     background-color:#4099ff;    color:#FFFFFF;}
.google-color{      background-color:#d34836;    color:#FFFFFF;}
.pinterest-color{   background-color:#C92228;    color:#FFFFFF;}
.sms-color{         background-color:#27ae60;    color:#FFFFFF;}
.mail-color{        background-color:#3498db;    color:#FFFFFF;}


/*Fullscreen Slider Image*/
.slider-image-1{background-image:url(../images/pictures/3.jpg);}
.slider-image-2{background-image:url(../images/pictures/1.jpg);}
.slider-image-3{background-image:url(../images/pictures/5.jpg);}

/*Background for fullscreens url(http://vm.idk/flip-web/assets/images/app.jpg)*/

.bg1{
    background-image:url(../assets/images/app.jpg);   
    background-position:center center;
}

.bg2{
    background-image:url(../assets/images/app.jpg);   
    background-position:center center;
}

.bg3{
    background-image:url(../assets/images/app.jpg);   
    background-position:center center;
}

.bg4{
    background-image:url(../assets/images/app.jpg);   
    background-position:center center;
}

/*Styles*/

.header{
    position:fixed;
    width:100%;
    z-index:98;
    padding-left:30px;
    padding-right:30px;
    padding-top:20px;
    background-color:rgba(255,255,255,0.8);
    box-shadow: 0px 5px 10px rgba(0,0,0,0.2);
}

.header-creation{
    position:fixed;
    width:100%;
    z-index:98;
    padding-left:30px;
    padding-right:30px;
    padding-top:15px;
    background-color:#FFFFFF;
    -webkit-box-shadow: 5px 1px 10px 5px rgba(0,0,0,0.1);
            box-shadow: 5px 1px 10px 5px rgba(0,0,0,0.1);
}

.header-clear{
    height:50px;
}


.header .decoration{
    margin-bottom:0px;
}

.header-logo{
    background-size: auto 26px;
    background-repeat:  no-repeat;
    background-position: center center;
    height: 26px;
    margin-bottom: 10px;
    min-width: 50px;
    /*background-image:url(../images/header-logo1.png);*/
    margin-top: -5px;
    display: block;
    position: relative;
    overflow: hidden;
    float:  left;
}
.header-instname {
    color: #fff;
    font-weight: bold;
    float:  left;
    margin-left:  12px;
    margin-top: -3px;
}


.menu-top a{
    display: none;
}

.header-icon{
    position: relative;
    height: 40px;
    font-size: 16px;
    color: #F68D47;
    background-color:white;
    padding: 5px;
    border-radius: 50px;
    text-align: center;
    margin-top: -10px;
    /*box-shadow: 0px 0px 20px rgba(0,0,0,0.2);*/
    background-color: #F68D47!important;
    color:white;
    box-shadow: none;
    float: right;
}

.header-icon span{
    font-size: 11px;
    font-weight: 600;
}

.menu-top .last-icon{
    font-size:26px;
    display: inline;
}

.no-bg{
    background-color: transparent!important;
}

.hide-icon{
    opacity: 1;
    height: 40px;
}

@media(min-width:650px){
    .menu-top a{
        display: inline;
    }
    .hide-icon{
        opacity: 0;
        height: 0;
    }
}

.header-icons{
    height:40px;
    padding-top:5px;
    padding-right:5px;
    float:right;
    margin-top: -5px;
}

.header-icons a{
    float:right;
    width:30px;
    height:30px;
    margin-left:10px;
    border-radius:30px;
    -moz-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    -o-transform: scale(1,1);
    -ms-transform: scale(1,1);
    transform: scale(1,1);
    -webkit-transition: all 150ms ease;
    -moz-transition: all 150ms ease;
    -ms-transition: all 150ms ease;
    -o-transition: all 150ms ease;
    transition: all 150ms ease;
}

.header-icons a:hover{
    -moz-transform: scale(1.15,1.15)!important;
    -webkit-transform: scale(1.15,1.15)!important;
    -o-transform: scale(1.15,1.15)!important;
    -ms-transform: scale(1.15,1.15)!important;
    transform: scale(1.15,1.15)!important;
    -webkit-transition: all 150ms ease;
    -moz-transition: all 150ms ease;
    -ms-transition: all 150ms ease;
    -o-transition: all 150ms ease;
    transition: all 150ms ease;
}

.header-icons a i{
    font-size:10px;
    line-height:30px;
    width:30px;
    text-align:center;
    color:#FFFFFF;
}

.footer{
    margin: 12px 0;
}

/*Homepage Settings*/

@media(min-width:768px){/*
    .circle-slider{
        width:400px!important;
        margin-left:auto;
        margin-right:auto;
    }*/
}

.homepage-slider{
    margin-top:-35px;
}

.full-slider{
    margin-top:-35px!important;
}

.circle-slider{
    margin-top:-35px!important;
}

.circle-slider div{
    padding-top:10px!important;
}

.circle-slider img{
    width:84%!important;
    margin-left:auto;
    margin-right:auto;
    display:block;
    border-radius:100%;
    border:solid 10px #FFFFFF;
    -webkit-box-shadow: 0 0 1px 1px rgba(0,0,0,0.3);
            box-shadow: 0 0 1px 1px rgba(0,0,0,0.3);
    -moz-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    -o-transform: scale(1,1);
    -ms-transform: scale(1,1);
    transform: scale(1,1);
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease; 
}

.circle-slider img:hover{
    -moz-transform: scale(1.02,1.02);
    -webkit-transform: scale(1.02,1.02);
    -o-transform: scale(1.02,1.02);
    -ms-transform: scale(1.02,1.02);
    transform: scale(1.02,1.02);
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;  
}

.circle-slider div h1{
    text-align:center;
    font-size:20px;
    font-weight:600;
    padding-top:30px;
}

.circle-slider div em{
    display:block;
    text-align:center;
    font-style:normal;
    font-size:12px;
    margin-top:-5px;
}

.circle-slider div p{
    text-align:center;
    padding-left:30px;
    padding-right:30px;
}

.circle-slider div a{
    margin-top:-10px;
    margin-bottom:20px!important;
}

/*Thumbnails Columns*/

@media (min-width:760px){
    .thumb-column{
        width:50%;
        float:left;
    }
}

.thumb-column{
	line-height:24px;
	display:block;
	padding-bottom:0px;
}

.thumb-column a{
	display:block;
	text-align:right;
}

.thumb-column img{
    margin-top:5px;
    -moz-transform: scale(0.95, 0.95);
    -webkit-transform: scale(0.95, 0.95);
    -o-transform: scale(0.95, 0.95);
    -ms-transform: scale(0.95, 0.95);
    transform: scale(0.95, 0.95);
	width:100px;
	height:100px;
	border-radius:100px;
	float:left;
	margin-right:20px;
    -webkit-transition: all 150ms ease;
    -moz-transition: all 150ms ease;
    -ms-transition: all 150ms ease;
    -o-transition: all 150ms ease;
    transition: all 150ms ease;
}

.thumb-column img:hover{
    -moz-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    -o-transform: scale(1,1);
    -ms-transform: scale(1,1);
    transform: scale(1,1);
    -webkit-transition: all 150ms ease;
    -moz-transition: all 150ms ease;
    -ms-transition: all 150ms ease;
    -o-transition: all 150ms ease;
    transition: all 150ms ease;
}

.thumb-column strong{
	color:#1a1a1a;
	display:inline-block;
	padding-bottom:5px;
	font-size:15px;
    padding-top:10px;
    font-weight:700;
}

.thumb-column em{
	font-style:normal;
    line-height:28px;
}


@media (min-width:600px){
	.thumb-column img{
		width:140px;
		height:140px;
		border-radius:150px;	
	}
	
	.thumb-column em{
		line-height:28px;	
	}
	
	.thumb-column strong{
		padding-top:10px;	
	}
}

/*Content Heading*/
/*///////////////*/

.content-heading{
    z-index:60;
    position:relative;
	margin-bottom:30px;	
}

.content-heading h4{
	color:#FFFFFF;
	position:absolute;	
	z-index:20;
	text-transform:uppercase;
	margin-top:37px;
	padding-left:30px;
    pointer-events:none;
    font-weight:800;
}

.content-heading{
	height:120px;	
}

.content-heading p{
	color:#FFFFFF;
	position:absolute;	
	z-index:98;
	margin-top:58px;
	padding-left:30px;
	opacity:0.5;
    pointer-events:none;
}

.content-heading .overlay{
	z-index:9;
	background-color:rgba(0,0,0,0.8);
}

.content-heading a{
	font-size:20px;
	position:absolute;
	color:#1f1f1f!important;
	right:31px;	
	z-index:98;
    width:50px;
    height:50px;
    text-align:center;
    line-height:50px;
    background-color:#FFFFFF;
    border-radius:50px;
    margin-top:35px;
}

.content-heading img{
    min-height:120px;
	width:100%;
	display:block;
	position:relative;
	z-index:2;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.content-heading img:hover{
    filter: blur(3px);  
    -webkit-filter:blur(3px);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media (min-width:768px){
	.content-heading{
		height:140px;	
	}
	
	.content-heading h4{
		font-size:20px;	
		margin-top:45px;
		padding-left:50px;
	}
	
	.content-heading p{
		font-size:13px;	
		margin-top:75px;
		padding-left:50px;
	}
	
    .content-heading a{
        font-size:20px;
        position:absolute;
        color:#1f1f1f!important;
        right:31px;	
        z-index:98;
        width:60px;
        height:60px;
        top:5px;
        text-align:center;
        line-height:60px;
        background-color:#FFFFFF;
        border-radius:60px;
        margin-top:35px;
    }

}

/*////////////////////*/
/*Quote & Staff Slider*/
/*////////////////////*/

.staff-item img{
	border-radius:300px;	
	max-width:150px;
	margin-left:auto;
	margin-right:auto;
    margin-top:10px;
    -webkit-transition: all 150ms ease;
    -moz-transition: all 150ms ease;
    -ms-transition: all 150ms ease;
    -o-transition: all 150ms ease;
    transition: all 150ms ease;
}

.staff-item img:hover{
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    -webkit-transition: all 150ms ease;
    -moz-transition: all 150ms ease;
    -ms-transition: all 150ms ease;
    -o-transition: all 150ms ease;
    transition: all 150ms ease;
}

.staff-item h4{
	text-align:center;
	margin-top:20px;	
	font-size:16px;
}

.staff-item em{
	text-align:center;
	font-size:12px;
	color:#e34e47;
	display:block;
	margin-top:-10px;
	margin-bottom:10px;
	font-style:normal;
}

.staff-item strong{
    font-size:12px;
	display:block;	
	font-weight:400;
	text-align:center;
	padding-left:20px;
	padding-right:20px;
    margin-bottom:20px;
	line-height:28px;
}

/* 8. Quote Slider */

.quote-slider h4{
	font-family:'Source Sans Pro', sans-serif;
	font-size:18px;
	font-weight:300;	
	width:87%;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	line-height:36px;
}

.quote-slider a{
	text-align:center;
	margin-top:20px;	
}

/*Center Socials*/

.center-socials{
    width:165px;
    margin-left:auto;
    margin-right:auto;  
    margin-bottom:0px;
    padding-top:10px;
    margin-top:-10px;
}

.center-socials a{
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
    margin-bottom:30px;
    -webkit-box-shadow: 0 1px 5px 2px rgba(0,0,0,0.15);
            box-shadow: 0 1px 5px 2px rgba(0,0,0,0.15); 
}

.center-socials a:hover{
    color:#FFFFFF;
    transform:scale(1.2, 1.2);
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}

.center-socials a i{
    width:40px;
    height:40px;
    line-height:40px;
}

.center-socials .facebook-social{
    width:40px;
    height:40px;
    text-align:center;
    line-height:40px;
    border-radius:40px;
    float:left;
    margin-left:7px;
    margin-right:7px;
}

.center-socials .twitter-social{
    width:40px;
    height:40px;
    text-align:center;
    line-height:40px;
    border-radius:40px;
    float:left;
    margin-left:7px;
    margin-right:7px;
}

.center-socials .google-social{
    width:40px;
    height:40px;
    text-align:center;
    line-height:40px;
    border-radius:40px;
    float:left;
    margin-left:7px;
    margin-right:7px;
}


.show-share-bottom{
    text-align:center;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:25px;
    color:#FFFFFF;
}

.show-share-bottom:hover{color:#FFFFFF;}

/*Animation*/

.highlight-link {    
    -webkit-animation: highlights 550ms infinite;
    -moz-animation: highlights 550ms infinite;
    -ms-animation: highlights 550ms infinite;
    -o-animation: highlights 550ms infinite;
    animation: highlights 550ms infinite;
}

@-webkit-keyframes highlights {
    100% { 
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    50% { 
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    } 
}

.width-100{
    width: 100%;
}

.width-50{
    width: 50%!important;
}
.width-33{
    width: 33.33%!important;
}

.width-45{
    width: 45%;
}

.container-dashboard-info,.container-activity-info {
    padding: 10px;
    text-align: center;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    margin: 5px;
}


.container-dashboard-info{
    height: 80px;
    line-height: 45px;
    overflow: hidden;
}

.container-dashboard-info h4{
    margin-top: 10px;
    margin-bottom: 0px;
    line-height: normal;
}

.container-activity-info{
    height: 150px;
    line-height: 75px;
    position: relative;
    overflow: hidden;
}

#biblioteca .container-activity-info {
    height: 120px;
    margin-bottom: 0;
}


.container-buttons-items{
    display: flex;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    margin: 5px;
    margin-top:10px;
}

#biblioteca .container-buttons-items {
    margin: 0 5px;
}


.container-dashboard-info i{
    font-size: 20px;
    border-radius: 50px;
    padding: 20px;
    color: white;
    float: left;
}

.decoration-less{ 
    position:relative;
    z-index:30!important;
    height:1px;
    background-color:rgba(0,0,0,0.1);
    margin-bottom:15px;
    display:block;
    clear:both;
}

.margin-5{
    margin: 10px;   
}

.item-dashboard .button,.item-activity .button{
    font-size: 17px;
    font-weight: 800;
    padding-top:15px;
    height: 50px;
}
#biblioteca .item-activity .button {
    height: 30px;
    font-size: 12px;
    padding-top: 6px;
}

@media (min-width:600px){
    .item-dashboard .button,.item-activity .button{
        font-size: 12px;
    }
}

.container-activity-info h1{
    color: white;
    line-height: 25px;
    margin-top: 10px;
}

#biblioteca .container-activity-info h1 {
    font-size: 19px;
}

.container-activity-info p{
    color: white;
}

.container-activity-info em{
    color: white;
}

.container-activity-info h5{
    color: white;
}

.item-activity img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: -1;
    margin-top: -10%;
}

.item-activity .overlay{
    position: absolute;
    top: 0;
    left: :0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    z-index: -1;
    margin-left: -10px;
}

.float-left{
    float: left;
}

.black-box{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.6);
    opacity: 0;
    z-index: 100;
}

.light-box{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin-left: 0%;
    background-color: rgba(255,255,255,0.9);
    opacity: 0;
    z-index: 101;
    box-shadow: 0 0 20px rgba(0,0,0,0.5);
    border-radius: 5px;
    padding: 20px;
    text-align: center;
    font-size: 13px;
    height: auto;
    min-height: 100px;
    max-height: calc( 100% - 80px );
    overflow-y: scroll;
    overflow-x:  hidden;
}

.light-box input[type="text"],.light-box input[type="number"],.light-box input[type="time"],.light-box input[type="datetime-local"],.light-box select{
    margin: 10px;
    padding: 10px;
    width: 95%;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
    height: 35px;
}

.light-box textarea{
    margin: 10px;
    padding: 10px;
    width: 95%;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
    height: 100px;
    resize: none;
}

.light-box .button{
    width: 95%;
    font-size: 17.5px;
    font-weight: 800;
    padding-top:15px;
    height: 50px;
    margin-top: 10px;
    cursor: pointer;
}

.light-box p{
    word-wrap: break-word;
    text-align: left;
    margin-bottom: 10px;
}

.light-box h3, .light-box h4{
    text-align: left;
    margin: 5px;
    width: 95%;
}

.light-box .empty-h4{
    min-height: 20px;
}

.close-flag{
    position: absolute;
    top:0;
    right: 0;
    font-size: 22.5px;
    color: black;
    padding: 10px;
    cursor: pointer;
}

.margin-bottom-0{
    margin-bottom: 0px;
}

.margin-bottom-10{
    margin-bottom: 10px;
}


@media (min-width:600px){
    .light-box{
        top: 40px;
        width: 500px;
        margin: auto;
        min-height: 100px;
    }
    .double{
        width: 1000px;
    }
    .light-box input[type="text"], .light-box textarea,.light-box input[type="number"],.light-box input[type="time"],.light-box input[type="date"],.light-box input[type="datetime-local"], .light-box select, .light-box .button, .light-box h3, .light-box h4{
        margin-left: auto;
        margin-right: auto;
        width: 400px;
    }
    .light-box .half input[type="text"],.light-box .half input[type="time"]{
        width: 200px;
    }
    
    .light-box p{
        width: 400px;
        margin-left: auto;
        margin-right: auto;
    }
    
}

/*Dashboard*/
.one-third{
    width:28%;
    float:left;
    margin-right:8%;    
}


@media (min-width:980px) { 
    .one-fifth-responsive{
        width:19%;
        float:left;
        margin-right:1.25%;
    }
}

/*Monitor*/
@keyframes op{
    0%{opacity: 0;}
    100%{opacity: 1;}
}

.item-to-monitor{
    position: relative;
    width: 100%;
    min-height: 150px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    text-align: center;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    color: white;
    animation: op 1s 1;
}

.item-to-monitor h2,.item-to-monitor h3,.item-to-monitor h5{
    margin-top: 5px;
    color: white;
}

.item-to-monitor .button{
    width: 100%;
}

.item-to-monitor img{
    position: absolute;
    top: 0;
    left: 0; /*See on mobile version*/
    width: 100%;
    z-index: -2;
}

.item-to-monitor .overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: rgba(0,0,0,0.7);
}

.item-to-monitor-percents{
    position: relative;
    background-color: rgba(0,0,0,0.7);
    width: 100%;
    min-height: 50px;
    text-align: center;
    padding: 5px;
}

.item-to-monitor-percents .percent{
    width: 100%;
    font-size: 22.5px;
    font-weight: 800;
}

.text-red{
    color: red;
}

.text-green{
    color: limegreen;
}

.item-to-monitor .button{
    opacity: 0.8;
}

.item-to-monitor .button:hover{
    opacity: 1;
} 

@media(min-width:600px){
    .item-to-monitor{
        width: 100%;
    }
}

/*New Questionnaire*/
.new-questionnaire-data .button{
    font-size: 17.5px;
    font-weight: 800;
    padding-top:15px;
    height: 50px;
}
.new-questionnaire input{
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
    border: 1px solid rgba(0,0,0,0.2);
    height: 30px;
    font-size: 17px;
    font-weight: 500;
}

.new-questionnaire textarea{
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
    border: 1px solid rgba(0,0,0,0.2);
    height: 100px;
    font-size: 17px;
    font-weight: 500;
    resize: none;
}

.new-questionnaire .image-container{
    height: 275px;
    margin-bottom: 10px;    
    display: block;
    position: relative;
    overflow: hidden;
}

.new-questionnaire .edit-img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    opacity: 0;
    cursor: pointer;
}

.new-questionnaire .edit-img:hover{
    opacity: 1;
}

.new-questionnaire .edit-img  a {color: white}
.new-questionnaire .edit-img .button{
    width: 100%;
    height: 100%;
    text-align: center;
    padding-top: 125;
    font-weight: 800;
    font-size: 50px;
}



.new-questionnaire .edit-img .delete{
    position: absolute;
    font-size: 23px;
    cursor: pointer;
    right: 0;
    padding: 5px 10px;
    background: #ece9e9;
    border: solid 1px #cfcfcf;
    border-width: 0 0 1px 1px;
    z-index: 8000;
    display: none;

}

.new-questionnaire .edit-img.edited .delete {display: block;}
.new-questionnaire .edit-img .delete:hover{
    background: #900f0f;
    color: white;
}

.new-questionnaire img{
    width: 100%;
}

/*New Questionnaire (Rigth)*/
#questionnaire-questions{
    overflow: auto;
    max-height: 65%;
}

.question-item-content input{
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
    border: 1px solid rgba(0,0,0,0.2);
    height: 30px;
    font-size: 17px;
    font-weight: 500;
}

.question-item-content textarea{
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
    border: 1px solid rgba(0,0,0,0.2);
}

.num-opts-cont div {width: 30%; margin: 0 1.3%; float: left;}
.num-opts-cont div:first-child {margin-left:  0}

/*New Video Questions (Rigth)*/
#video-questions{
    overflow: scroll;
    height: 70%;
}
/*New Video Data (Left)*/
.new-video-data .button{
    font-size: 17.5px;
    font-weight: 800;
    padding-top:15px;
    height: 50px;
}
.new-video input{
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    width: 100%;
    box-shadow: 0 0 0px rgba(0,0,0,0.5);
    border: 1px solid black;
    height: 30px;
}

.question-item{
    background-color:#eeeeee;
    overflow: auto;
}

.deploy-question-item{
    height: 50px;
    padding:15px;
    padding-left:15px;
    font-size:15px;
    font-weight: 800;
    color:white;
    background-repeat:no-repeat;
    background-size:12px 12px;
    background-color: dimgray;
    cursor:  default;
}



.deploy-question-item:hover{
    color: white;
}

.toggle-question, .move-question, .move-title, .move-alt, .move-group{
    cursor: pointer;
    float: left;
    margin-top: -14px;
    margin-right: 10px;
    color: #fff;
    font-size: 10px !important;
    text-transform: uppercase;
    text-align: center;
}
.move-question,.move-title,.move-alt, .move-group {
    cursor: move;
    padding:  14px 0;
}
.move-title,.move-group {
    color: dimgray;
    padding: 22px 6px 11px 14px;
    line-height: 30px !important;
}
.move-group {
    padding: 0px;
    margin: 0 10px;
}
.move-alt {
    color: dimgray;
    padding: 22px 6px 11px 0;
    line-height: 30px !important;

}

.question-item-active .move-question {
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
}

.toggle-question span, .move-question span, .move-title span, .move-group span, .move-alt span {
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif !important;
}

.move-question span,.move-title span,.move-group span,.move-alt span {
    padding-top: 3px;
}
.toggle-question:before {
    font-size: 32px !important;
}

.move-question:before,.move-title:before,.move-alt:before {
    font-size:  20px !important; 
}
.move-group:before {
    font-size: 12px !important;
}

.toggle-question.fa-caret-down .open {
    display: block;
}.toggle-question.fa-caret-down .close {
    display: none;
}
.toggle-question.fa-caret-up .open {
    display: none;
}.toggle-question.fa-caret-up .close {
    display: block;
}

.question-item-active{
    background-color: darkorange;
    border-color: darkorange;
}

.question-time-input{
    right: 20px;
}

.question-time-input input{
    background-color: #fff;
    text-align: right;
    width: 40px;
    font-weight: 800;
    float: left;
    padding: 1px 3px;
    text-align: center;
}

.question-time-input .separator{
    margin-left: 2px;
    margin-right: 2px;
    font-weight: 800;
    float: left;
}

.question-item-content{
    display:none;
    padding-top:10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    border: 1px solid dimgray;
}

.active{
    display: block;
    border: 1px solid darkorange;
}

.question-item-content p{
    border-top:solid 1px rgba(0,0,0,0.05);
    margin-bottom:0px;
    padding-top:10px;
    padding:15px;
}

.question-item-content h4{
    margin-top: 10px;
    margin-bottom: 10px;
}

.question-item-close, .question-item-dup{
    position: absolute;
    top:10px;
    right: 0px;
    width: 30px;
    height: 30px;
    color: white;
    z-index: 1;
    cursor: pointer;
    border-radius: 50%;
}

.question-item-dup{
    right: 33px;
    top: 13px;
    font-size: 1.7em !important;
}

#questionnaire-questions .button{
    font-weight: 800;
    font-size: 15px;
    width: 100%;
    padding: 10px;
}

.margin-bottom-5 {
    margin-bottom:5px;
}

.creation-controls {
    margin-bottom:0px;
    padding: 10px;
    width:100%;
    position:fixed;
    z-index:99;
    bottom:-2px;
    background-color:#ffffff;
    -webkit-box-shadow: 0 1px 10px 5px rgba(0,0,0,0.1);
            box-shadow: 0 1px 10px 5px rgba(0,0,0,0.1);
    text-align: center;
}
.creation-controls .actions{
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.creation-controls a{
    float: left;
    margin-top: 0px;
    margin-left: 10px;
    width: 180px;
    padding: 10;
}

.creation-controls .button{
    font-weight: 800;
    font-size: 18;
    bottom: 0px;
}

.content-creation {
    padding-left: 15px;
    padding-right: 15px;
}


.content-creation h1{
    float:left;
    margin-right: 5px;
}   

.question-container-buttons .button{
    font-weight: 800;
    font-size: 20;
    height: 50px;
    padding-top: 15;
}

/*Background config*/
.creation-content-bg{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bg-center{
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    margin-left: 50%;
    left: -2px;
    margin-right: 50%;
    border: 1px dashed rgba(0,0,0,0.1);
    display: none;
}

.bg-left{
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: rgba(0,0,0,0.1);
    display: none;
}

.bg-right{
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: rgba(0,0,0,0.05);
    display: none;
}

@media (min-width:800px){
    .bg-center{
        display: block;
    }

    .bg-left{
        display: block;
    }

    .bg-right{
        display: block;
    }
}

/*Question intermediate titles*/
.intermediate-title-item{
    height: 50px;
    color:white;
    border-bottom: 1px dashed dimgray;
    background-color: #f2f2f2;
}

.intermediate-title-item input{
    background: none;
    font-size:20px;
    font-weight: 600;
    height: 100%;
    width: 80%;
}

.intermediate-title-item-close{
    position: absolute;
    top:10px;
    right: 0px;
    width: 30px;
    height: 30px;
    color: black;
    z-index: 1;
    cursor: pointer;
    border-radius: 50%;
}

.group-item{
    height: 30px;
    color:white;
    border-bottom: 1px dashed dimgray;
    background-color: #f2f2f2;
}

.group-item input{
    background: none;
    font-size:15px;
    font-weight: 600;
    height: 100%;
    width: 80%;
    color: #696969;
}

.group-item-close{
    position: absolute;
    top:3px;
    right: 0px;
    width: 30px;
    height: 30px;
    color: black;
    z-index: 1;
    cursor: pointer;
    border-radius: 50%;
}

.obligatory-question{
    margin-top: 10px;
    font-weight: 600;
}

/*Alternatives - Multiple*/
.options-questions input[type=radio],.options-questions input[type=checkbox]{
    width: 5%;
    height: 40px;
    float: left;
    margin: 0;
    margin-right: 2%;
}

.options-questions input[type=text]{
    width: auto;
    margin: 0;
    width: 88%;
}

.question-item[tipo="1"] .options-questions input[type=text],
.question-item[tipo="2"] .options-questions input[type=text] {
    width:  82%;
}

.question-item[tipo="5"] .num-opts-cont {
    width: 75%;
    float: left;
}


.question-item[tipo="5"] .num-opts-cont input {
    width: 98%;
}


.question-item[tipo="5"] .num-files-cont {
    width: 25%;
    margin-left: 0.5%;
}


.light-box .thefiles {
    text-align: left;
    margin: 10px 40px;
    word-break: break-all;

}

.light-box .thefiles li {
    list-style: outside;
}

.options-questions-remove{
    float: right;
    width: 5%;
    height: 40px;
    margin: 0;
    margin-right: 0%;
    margin-top: -41px;
    padding-top: 5px;
    text-align: right;
}

.options-questions form div:first-child .options-questions-remove {
    display: none;
}

.move-item-2{
    position: absolute;
    top:0;
    left: 0;
    width:100%;
    height:100%;
}


.good-answer{color:white;text-shadow:none;background-color:#27ae60!important;}
.ng-answer{color:white;text-shadow:none;background-color:#d4c72b!important;}
.bad-answer{color:white; text-shadow:none;background-color:#c0392b!important;}
.not-evaluated-answer{color:white; text-shadow:none;background-color:#2980b9!important;}

.good-bad-cell{color: white; text-shadow: none;}
.good-bad-cell a {color:white;}
.good-bad-cell a:hover {color:white;}

.wait-correction, .autoasignada{
    color:white;text-shadow:none;background-color:gray!important;
}
.answer {
    font-family: 'Dosis', sans-serif;
    font-weight: bold;
    font-size: 12px;
    cursor: pointer;
}
.table-sub-title {
    font-family: 'Dosis', sans-serif;
    font-weight: bold;
    font-size: 12px;
}


/* resp */
.ans {display: inline; min-width: 20px; font-weight: bold; 
    border: dotted 1px;
    padding: 0 10px;
    color: #fff;
    background: #2980b9;
    white-space: nowrap;
}
span[contenteditable="true"] {
  text-align: center;
  border-bottom: 1px dashed #333;
  min-width: 120px;
  display: inline-block;
  font-style: italic;
  font-weight: 800;
}

span[contenteditable="true"]:focus {
  outline: none;
}

.on-time{
    display: none;
}

/*Auto-Save*/

.auto-save-container{
    position: fixed;
    bottom: -50px;
    right: 10px;
    height: 50px;
    min-width: 200px;
    padding: 10px;
    background: #585858;
    z-index: 100;
    text-align: center;
    color: white;
    font-weight: 600;
    transition: all 0.2s;
}

.auto-save-container p{
    display: inline;
}

.asc-active{
    bottom: 15px;
}

select[name=role-toggle]{
    float: right!important;
    margin-right:10px!important;
}

.role-toggle{
    float: right!important;
    margin-right:10px!important;
    margin-top: -7.5px;
    font-weight: 800;
    background: #fff;
    padding: 3px 10px;
    border-radius: 4px;
    color: #F68D47;
}
.role-toggle:hover {
    color: #fff;
    background-color: #F68D47;
    box-shadow: 0 3px 7px -4px #000;
}

.s-time{
    float: right!important;
    margin-right:10px!important;
    margin-top: -3.5px;
    font-weight: 800;
}

.cke_dialog_ui_html a[href*="http://www.codecogs.com"]{
    display: none;
}

.switch-1{
    background-color: #FFFFFF!important;
}

.switch-1 span{
    background-color: #3498db!important;
}

.switch-1 em{
    color: #3498db!important;
}

.switch-1-on span{
    background-color: #27ae60!important;
}

.switch-1-on em{
    color: #27ae60!important;
}

.switch-options{
    width:400px;
    margin-left:auto;
    margin-right:auto;
    overflow: visible;
}

.switch-option{
    text-align: left;
    background-color: #FFFFFF!important;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 20px;
}

.switch-options h3{
    float: left;
    display: table-cell;
    width: auto;
}

.switch-flip{
    display: inline-block;
    background-color: white;
    padding: 5px;
    font-weight: 800;
    border-radius: 50px;
    text-align: left;
    padding-left: 4px;
    padding-right: 15px;
    font-size: 10px;
    transition: all 0.2s;
}

.switch-flip.change{
    color: #FFFFFF!important;
}

.switch-flip.change.left{
    background-color: #3498db;
}

.switch-flip.change.right{
    background-color: #27ae60;
}

.switch-flip.change .circle{
    background-color: #FFFFFF!important;
}

.switch-flip span{
    vertical-align: top;
    margin-left: 5px;
    margin-right: 0px;
    transition: all 0.2s;
}

.switch-flip .circle{
    float:left;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background-color: #3498db;
    transition: all 0.2s;
}

.switch-flip.on{
    color: #27ae60;
    padding-left: 10px;
    padding-right: 4px;
}

.switch-flip.on span{
    vertical-align: top;
    margin-left: 0px;
    margin-right: 5px;
}

.switch-flip.on .circle{
    float:right;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background-color: #27ae60;
}

.up-button{
    width: 190px;
    height: 60px;
    cursor: pointer;
    float:right;
    margin-left: 10px;
    margin-bottom: 10px;
}
.up-button.mini {
    width: 122px;
    text-align: right;
    padding: 8px 15px;
}

.up-button .icon{
    position: absolute;
    width: 40px;
    height: 40px;
    padding-top: 8px;
}
.up-button.mini .icon {
    width: 27px;
}

.footer-6-options{
    width: 16.6%!important;
}

.clickeable{
    cursor: pointer;
}

input[hidden] {
    display: none;
}

a{
    cursor: pointer;
}

.clickeable{
    cursor: pointer;
}

.browser-img-container{
    position: relative;
    width: 200px;
    height: 200px;
    margin-right: 15px;
    margin-bottom: 10px;
    float: left;
}

.browse-img{
    width: 200px;
    height: 200px;
    margin-right: 15px;
    margin-bottom: 10px;
    cursor: pointer;
    border: 2px solid rgba(0,0,0,0.5);
}

.load-more-img{
    width: 200px;
    height: 200px;
    margin-right: 15px;
    margin-bottom: 10px;
    cursor: pointer;
    border: 2px dashed rgba(0,0,0,0.5);
    float: left;
    text-align: center;
    line-height: 200px;
    font-weight: 600;
    color: black;
}

.delete-browse-img{
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    top: -5px;
    right: -10px;
    text-align: center;
    color: white;
    background-color: red;
    line-height: 40px!important;
    cursor: pointer;
}

.half-opacity{
    opacity: 0.5;
}

/* FULL FEEDBACK */

.full-feedback{
    position: fixed;
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    color: white;
    transition: all 0.2s;
    opacity: 0;
}

.full-feedback p{
    display: table-cell;
    height: 100%;
    width: 100%;
    margin: 0;
    color: white;
    padding: 20px;
    text-align: center;
    vertical-align: middle;
}

@keyframes fadeIO {
    0% {opacity: 0;}
    50% {opacity: 1;}
    100% {opacity: 0;}
}

.full-feedback i{
    display: block;
    color: white;
    font-size: 36px;
    margin-bottom: 10px;
    animation: fadeIO 1s infinite;
    opacity: 1;
}

/* FULL FEEDBACK */

/*Customize*/
.customize-bg-container{
    position: fixed;
    top: 10px;
    left: 10px;
    width: 225px;
    padding: 10px;
    min-height: 40px;
    max-height: 40px;
    background-color: rgba(83,84,86,0.5);
    border-radius: 10px;
    color: #FFFFFF;
    text-align: center;
    font-size: 13px;
    font-weight: 800;
    cursor: pointer;
}

.customize-url-container{
    position: fixed;
    top: 10px;
    right: 10px;
    width: 225px;
    overflow: hidden;
}

.customize-url-input{
    min-height: 40px;
    max-height: 40px;
    padding: 10px;
    background-color: rgba(83,84,86,0.5);
    border-radius: 10px;
    text-align: center;
    font-size: 13px;
    cursor: text;
    color: rgba(255,255,255,0.7);
    overflow: hidden;
}

.customize-url-input input{
    font-weight: 800;
    color: #FFFFFF;
    overflow: hidden;
    background: none;
    width: 100px;
    text-align: right;
}

.customize-url-container .button{
    width: 105px!important;
    padding: 10px!important;
    margin-top: 10px!important;
}

button{
    cursor: pointer;
}
/*Customize*/

select[class=change_course],select[class=change_activity], input[class=change_date], select[class=num_respuesta], input.change_date_half, select.change_cert{
    max-width: 400px;
    min-width: 400px;
    font-size: 21px;
    margin-bottom: 10px;
    font-weight: 800;
    color: #212935;
    margin-left: 0;
    border: 1px solid black;
}

input[class=change_date], input.change_date_half {    
    padding: 1px 8px;
    border-radius: 5px;
    background: #f8f8f8;
}

input.change_date_half {
    max-width: 195px;
    min-width: 195px;
}

select.change_cert {font-weight: 600; font-size: 18px;}

.select-label{
    float:left;padding:5px;
    min-width: 100px;
}

.progress-bar-container{
    position:relative;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    width:400px;
    height:20px;
    background-color:lightgray;
    transition: all 0.2s;
    z-index: 999;
}

.progress-bar-container h4{
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
    color: white;
    z-index: 9999;
    line-height: 20px;
    margin: 0px;
}

.progress-bar{
    position:relative;
    width:0%;
    height:100%;
    z-index:9999;
    background-color:green;
    transition: all 0.2s;
}

#upload-progress-bar{
    height: 0px;
}

.table-logo-flip{
    width: 24px;
}

.users-checkbox{
    text-align: left;
}

.users-checkbox span.ck{
    font-weight: 800;
}

.users-checkbox input{
    margin-right:5px;
}

.false-order{
    display: none;
}

th, td {
    white-space: nowrap;
}

div.dataTables_wrapper {
    width: 100%;
    margin: 0 auto;
}

.dataTables_filter i {
    font-size: 11px;
    font-weight: normal;
    padding-top: 0;
    display: block;
}

.dataTables_wrapper .dataTables_filter i {
    margin-top: -9px;
}

div.dataTables_scroll {
    border: 1px inset rgba(0,0,0,.2);
}

.DTFC_LeftBodyLiner{
	overflow-y: visible!important;
}

.bg-app-flip{
    background-image: url(../images/app_bg.png);
    background-repeat: repeat;
}

.flip-message-logo{
    position: relative;
    display: inline-block;
    background-image: url(../images/header-logo1.png);
    width: 172.5px;
    height: 90px;
    background-size: cover;
    margin-left: auto;
    margin-right: auto;
    margin-top: 150px;
    margin-bottom: 10px;   
}

.text-center{
    text-align: center;
}

.input-order-container{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.input-order-container span{
    display: none;
}

.input-order{
    background-color: transparent;
    text-align: center;
    height: 50px;
    width: 50px;
    font-weight: 800;
}

.table-fix {
    table-layout:fixed;
}

.table-fix th, .table-fix td {
    word-wrap: break-word;
    min-width: 400px;
    max-width: 400px;
    white-space:inherit;
}

.act-title{
    font-size: 14px;
    font-weight: 800;
    word-wrap: break-word;
    white-space:inherit;
}

.act-tags{
    font-size: 10px;
    font-style: italic;
    word-wrap: break-word;
    white-space:inherit;
}

.answer-container{
    position: relative;
    display: block;
    min-height: 50px;
    width: 300px;
    border-radius: 5px;
    border: 2px solid white;
    margin: auto;
    margin-bottom: 10px;
}

.answer-container h4{
    margin: 0;
    line-height: 50px;
    color: white;
}

.answer-container .number{
    position: absolute;
    left: 0;
    top: 0;
    height: 50px;
    width: 50px;
    line-height: 50px;
    color: white;
    cursor: pointer;
    transform: all 0.2s;
    font-size: 18px;
    font-weight: 800;
}

.answer-container i{
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    width: 50px;
    line-height: 50px;
    color: white;
    cursor: pointer;
    transform: all 0.2s;
}

.answer-container i:hover{
    transform: scale(1.1,1.1);
}

.answer-container .detail{
    display: none;
    position: relative;
    width: 100%;
    background-color: white;
    color: black;
    padding: 10px;
    text-align: left;
}

.answer-container .detail p{
    margin-bottom: 0px;
}

.answer-container .detail .question-desc{
    margin-bottom: 5px;
}

.answer-container .detail .question-desc::after{
    display: block;
    content: "";
    height: 1px;
    width: 100%;
    background-color: rgba(0,0,0,0.3);
}

.answer-container .detail .question-desc li{
    list-style: upper-alpha;
    margin-left: 15px;
}

.circle-data{
    background-color: white;
    width: 64px;
    height: 64px;
    line-height: 64px;
    border-radius: 64px;
    border: 2px solid rgba(0,0,0,0.2);
    margin: auto;
}

.show-quiz-button.left-button{
    width: 190px!important;
    margin-right: 10px;
}

.show-quiz-button.right-button{
    width: 190px!important;
    margin-left: 10px;
}

.DTFC_RightBodyWrapper, .DTFC_RightHeadWrapper {box-shadow: -5px 0px 7px #ccc;}
.f_l_name {float: left;}

/*.collapsibleList.collapsed {display: block; overflow: hidden; max-height: 50px; padding: 0 ;}*/
.collapsibleList.collapsed li:nth-child(n+3) {display: none;}
.toggleList, .toggleList2 {    text-align: center;
    cursor: pointer;
    display: block !important;
    font-size: 12px !important;
    margin: 0px 20px;
    border: solid 1px #e0e0e0;
    background: #f6f6f6;}


#fountainG{
    position:relative;
    width:234px;
    height:28px;
    margin:auto;
}

.fountainG{
    position:absolute;
    top:0;
    background-color:rgb(245,245,245);
    width:28px;
    height:28px;
    animation-name:bounce_fountainG;
        -o-animation-name:bounce_fountainG;
        -ms-animation-name:bounce_fountainG;
        -webkit-animation-name:bounce_fountainG;
        -moz-animation-name:bounce_fountainG;
    animation-duration:1.5s;
        -o-animation-duration:1.5s;
        -ms-animation-duration:1.5s;
        -webkit-animation-duration:1.5s;
        -moz-animation-duration:1.5s;
    animation-iteration-count:infinite;
        -o-animation-iteration-count:infinite;
        -ms-animation-iteration-count:infinite;
        -webkit-animation-iteration-count:infinite;
        -moz-animation-iteration-count:infinite;
    animation-direction:normal;
        -o-animation-direction:normal;
        -ms-animation-direction:normal;
        -webkit-animation-direction:normal;
        -moz-animation-direction:normal;
    transform:scale(.3);
        -o-transform:scale(.3);
        -ms-transform:scale(.3);
        -webkit-transform:scale(.3);
        -moz-transform:scale(.3);
    border-radius:19px;
        -o-border-radius:19px;
        -ms-border-radius:19px;
        -webkit-border-radius:19px;
        -moz-border-radius:19px;
}

#fountainG_1{
    left:0;
    animation-delay:0.6s;
        -o-animation-delay:0.6s;
        -ms-animation-delay:0.6s;
        -webkit-animation-delay:0.6s;
        -moz-animation-delay:0.6s;
}

#fountainG_2{
    left:29px;
    animation-delay:0.75s;
        -o-animation-delay:0.75s;
        -ms-animation-delay:0.75s;
        -webkit-animation-delay:0.75s;
        -moz-animation-delay:0.75s;
}

#fountainG_3{
    left:58px;
    animation-delay:0.9s;
        -o-animation-delay:0.9s;
        -ms-animation-delay:0.9s;
        -webkit-animation-delay:0.9s;
        -moz-animation-delay:0.9s;
}

#fountainG_4{
    left:88px;
    animation-delay:1.05s;
        -o-animation-delay:1.05s;
        -ms-animation-delay:1.05s;
        -webkit-animation-delay:1.05s;
        -moz-animation-delay:1.05s;
}

#fountainG_5{
    left:117px;
    animation-delay:1.2s;
        -o-animation-delay:1.2s;
        -ms-animation-delay:1.2s;
        -webkit-animation-delay:1.2s;
        -moz-animation-delay:1.2s;
}

#fountainG_6{
    left:146px;
    animation-delay:1.35s;
        -o-animation-delay:1.35s;
        -ms-animation-delay:1.35s;
        -webkit-animation-delay:1.35s;
        -moz-animation-delay:1.35s;
}

#fountainG_7{
    left:175px;
    animation-delay:1.5s;
        -o-animation-delay:1.5s;
        -ms-animation-delay:1.5s;
        -webkit-animation-delay:1.5s;
        -moz-animation-delay:1.5s;
}

#fountainG_8{
    left:205px;
    animation-delay:1.64s;
        -o-animation-delay:1.64s;
        -ms-animation-delay:1.64s;
        -webkit-animation-delay:1.64s;
        -moz-animation-delay:1.64s;
}



@keyframes bounce_fountainG{
    0%{
    transform:scale(1);
        background-color:rgb(255,255,255);
    }

    100%{
    transform:scale(.3);
        background-color:rgb(255,255,255);
    }
}

@-o-keyframes bounce_fountainG{
    0%{
    -o-transform:scale(1);
        background-color:rgb(255,255,255);
    }

    100%{
    -o-transform:scale(.3);
        background-color:rgb(255,255,255);
    }
}

@-ms-keyframes bounce_fountainG{
    0%{
    -ms-transform:scale(1);
        background-color:rgb(255,255,255);
    }

    100%{
    -ms-transform:scale(.3);
        background-color:rgb(255,255,255);
    }
}

@-webkit-keyframes bounce_fountainG{
    0%{
    -webkit-transform:scale(1);
        background-color:rgb(255,255,255);
    }

    100%{
    -webkit-transform:scale(.3);
        background-color:rgb(255,255,255);
    }
}

@-moz-keyframes bounce_fountainG{
    0%{
    -moz-transform:scale(1);
        background-color:rgb(255,255,255);
    }

    100%{
    -moz-transform:scale(.3);
        background-color:rgb(255,255,255);
    }
}


.reportegeneral ,
.reportegeneral td:first-child,
.reportegeneral td {text-align: center; padding-left: 0;}

.reportegeneral tr {padding-left: 0;}

.flexbox {display: flex;}

.ntable td {background: #eee;}
.ntable, .ntable td , .ntable th {border: 0 !important; }
.ntable .head td, .ntable .head th {background: #F68D47 !important; color: #fff !important; text-shadow: none;}
.ntable .subhead td {background: #e49a73 !important; color: #fff !important; text-shadow: none;}


.flipdatatable , .flipdatatable th {border: 0 !important; }
.flipdatatable thead td, .flipdatatable thead th {background-color: #F68D47 !important; color: #fff !important; text-shadow: none;}
.flipdatatable.DTFC_Cloned thead, .flipdatatable.DTFC_Cloned tfoot {background: none;}
.flipdatatable tbody td:hover {background:#fff6f1;}
.flipdatatable tbody td {border: solid 1px #fdfdfd; border-width: 0 1px 1px 0;}
.flipdatatable tbody tr td:first-child {border-left: solid 1px #f2f2f2;}

.flipdatatable thead .head-border th {background-color: #de6c32 !important; color: #fff !important; text-shadow: none; border-right: 1px solid white !important; }
.flipdatatable thead .subhead-border th {background-color: #d5855d !important; color: #fff !important; text-shadow: none; border-right: 1px solid white !important; border-top: 1px solid white !important; }
.flipdatatable thead .subhead-border .midhead {background-color: #e49a73 !important; color: #fff !important; text-shadow: none; border-right: 1px solid white !important; border-top: 1px solid white !important; }
div.dataTables_scroll {border: none;}

/*.flipdatatable thead th {min-width: 50px !important;}*/

.dataTables_wrapper.no-footer .dataTables_scrollBody {border-bottom: 0 !important ; box-shadow: 0px 13px 11px -15px;}
.dataTables_wrapper .dataTables_scrollFoot {border-bottom: 0 !important ; box-shadow: 0px 13px 11px -15px;}

.dataTables_paginate.paging_simple_numbers {margin-top: 15px;}


.sharecont, .mobilecont {width: 400px; margin: 10px auto 0;}
.mobilecont {margin-bottom: 10px;}
.sharecont #shared {float: left; margin-top: 2px; margin-right: 3px; }
.sharecont span, .mobilecont span {float: left; width: 375px; margin-top: 0 !important; text-align: left;}
#form-upload-file ul.tagit {margin-bottom: 20px;}

#fileupload-form .button, 
#imageupload-form .button, 
#scormupload-form .button {
    width: 60px;
    padding: 6px;
    height: 36px;
    position: absolute;
    right: 45px;
    margin-top: -46px;   
    border-radius: 0 5px 5px 0;
}
#asistenciaupload-form .button i,
#fileupload-form .button i,
#imageupload-form .button i,
#scormupload-form .button i
 {margin: 0;}

#form-upload-file #imagedisplay {margin-bottom: 0;}
#form-upload-file #imageupload-form small {font-size: 11px; margin-bottom: 10px; display: block; text-align: left; margin:0 0 20px 27px;}
#form-upload-file #imageupload-form .button {margin-top: -35px;}


#fileupload.asistencia .fileupload-buttonbar {
    width: 140px;
    font-size: 12px;
    height: auto;
    float: right;
    margin-right: 26px;
}
#fileupload.asistencia .fileupload-buttonbar .button {
    padding: 4px 0;
    height: 28px;
    overflow: hidden;
    width: 100%;
    font-size: 14px;
    margin: 0;
}
#fileupload.asistencia .fileupload-buttonbar input[type=file]{
    position: absolute;
    opacity: 0;
}
/* Layout Home 2 (20180108) */
.homelayout2 .item-dashboard {box-shadow: 0px 1px 7px #ccc; margin-bottom: 15px;}
.homelayout2 .container-dashboard-info {margin: 0; box-shadow: none; background: #fff; height: 65px;}
.homelayout2 .container-buttons-items {margin: 0;}
.homelayout2 .container-dashboard-info i {padding: 12px; margin: 3px 0 0 12px;}
.homelayout2 .container-dashboard-info h4 {font-size: 18px; margin-top: 15px;}
.homelayout2 .item-dashboard .button, .homelayout2 .item-activity .button {height: 25px; padding: 4px;}
.homelayout2:after {clear: both; display: block; content: "";}
.homelayout2 h1 {font-size: 17px; margin-bottom: 5px;}

.homecont {width: 100%; float: left; margin-bottom: 3%;}
.homecont:after {content: ""; display: block; clear: both;}
.homecont .cont {text-align: center; font-weight: bold; float: left; padding: 0 1%; border-right: solid 1px #e7e7e7; margin-top: 1%;}
.homecont .cont:first-child {padding-left: 0;}
.homecont .cont:last-child {padding-right: 0; border: 0;}
.homecont .actividad {font-size: 1.04em; padding-bottom: 5px;}
.homecont .contador {font-size: 2.4em; color: #F68D47; font-weight: bolder; }
.homecont .cont a {color: #666;}
.homecont .cont.danger a ,
.homecont .cont.danger .contador {color: #cb1313 !important;} 
.homecont .cont .sub {background: rgba(0, 0, 0, 0.65);
    color: #fff;
    padding: 0px 4px;
    margin: -20px 7px 0;
    position: relative;
    display: none; }

.contenido_principal {width: 79.7%; float: left;}
@media(max-width: 1970px) {
    .homecont .contador {font-size:  1.8em}
    .homecont .actividad {font-size: 0.94em;}
}
@media(max-width: 1600px) {
    .cont i {display: block}
    .homelayout2 .container-dashboard-info { height: 65px; padding: 10px 0; }
    .homelayout2 .container-dashboard-info i {padding: 10px; margin: 5px 0 0 6px; font-size: 16px;}
    .homelayout2 .container-dashboard-info h4 {font-size: 16px;}
}
@media(max-width: 1028px) {
    .homecont .actividad {font-size:  0.85em}
}

@media(max-width: 980px) {
    .homecont {margin-bottom: 10%;}
    .contenido_principal {width: 100%; clear: both;}
    .cont {width: 48% !important;margin: 1%; font-size: 12px; background: #fcfcfc; padding: 2% !important; border: solid 1px #e7e7e7 !important; }
    .cont i.fa {display: inline;}
    .homelayout2 .item-dashboard {width: 47%;  float: left;  margin: 0 1.5%;}
    .homelayout2 .container-dashboard-info i {display: none;}
    .cont_botones:after {clear: both; display: block; content: "";}
    .cont_botones {margin-bottom: 7%;}
    .homelayout2 .item-dashboard .button, .homelayout2 .item-activity .button {font-size: 0; padding: 7px;}
    .homelayout2 .container-dashboard-info { height: 50px; padding: 0; }
}

.latestactivities {margin: 1%;}
.latestactivities:after {clear: both; content: ""; display: block;}
.latestactivities .container-activity-info {height: 110px; margin: 0;}
.latestactivities .container-activity-info.empty {box-shadow: none; border: dotted 1px #eee; height: 135px;}
.latestactivities .item-activity img {margin-top: -13%;}

.ext_plan{
    float: right!important;
    margin-right:10px!important;
    margin-top: -0.5%;
    padding: 0.2% 1%;
    cursor: pointer;
    color: #fff;
    font-weight: 600;
}
#wip{
    float: right!important;
    margin-right: 0px!important;
    margin-top: -0.4%;
    padding: 0.1% 0;
    cursor: pointer;
    color: #666;
    font-weight: 600;
    width: 70px;
    background: #fff;
    border-radius: 3px;
}

#wip .bar {
    position: absolute;
    /*width: 30px;*/
    height: 22px;
    background: #81d0ff;
    display: block;
    margin-left: 0px;
    margin-top: -0.1%;
    z-index: 100;
    border-radius: 3px;
    animation: 1s in-out forwards;
    transition: width 1s;
}

#wip .bar.done {
    background: #8df37b;

}

#wip .text {
    z-index: 200;
    position: relative;
}

#wip .close {
    display: none;
    position: absolute;
    color: #fff;
    cursor: pointer;
    z-index: 300;
    margin-left: 9px;
    margin-top: -10px;
    background: rgba(0,0,0,0.5);
    border-radius: 17px;
    padding: 0 5px;
}

#enable_report {margin-top: 13px;}

.minpaddingtable td {padding-top: 2px !important; padding-bottom: 2px !important;}

 a[href='https://flowplayer.com/hello/?from=player'] {opacity: 0;}

.video-post-msg {
    margin: 0 26px 5px;
    text-align: left;
    border: solid 1px #e8b1b1;
    background: #ffe4e4;
    font-size: 11px;
    padding: 5px 7px;
    color: #9c3f3f;
    display: none;
}

.dataTables_processing {z-index: 80000; height: 70px !important; margin-top: 15px !important; background:none !important; pointer-events: none !important;}
.mat-flip {color:#ce6e3c;}


#filter-buttons button {padding: 10px 0; font-weight: bold; font-size: 11px; cursor: pointer;}


@media (min-width:600px){
    #filter-buttons {width: 70%; margin: 0 auto; display: block;}
}

@media (min-width: 760px) {
    #biblioteca .one-fourth-responsive {
        margin: 0 1%;
    }

}

.tl_sub {display: inline-block; margin-left: 20px;}
.tl_sub.indent {margin-left: 40px;}

/* Preguntas sin evaluación */
.all-not-evaluated .options-questions input[type="radio"],
.all-not-evaluated .options-questions input[type="checkbox"],
.not-evaluated .options-questions input[type="radio"],
.not-evaluated .options-questions input[type="checkbox"]
 {display: none;}

 .all-not-evaluated .options-questions form input[type="text"],
 .not-evaluated .options-questions form input[type="text"] {
    margin-left: 5%;
 }

/* SMS */
*[data-sms='0']{
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
}

/* Pegar preguntas */
.paste-questions {float: right; padding: 4px 7px; border: solid 1px #ccc; background: #fff; font-size: 14px; cursor: pointer; border-radius: 3px; margin-top: -5px;}
#pq-cont .pq-text {height: 300px; margin-bottom: 5px;}
#pq-cont .pq-text-detected {text-align: left; margin-left: 11px; font-size: 12px;  font-style: italic;}
#pq-cont .pq-button {    width: 434px;
    padding-top: 4px;}


/* Cortar videos */
#trimactions {margin: 0 0 20px;}
#trimzone { width: 100%; height: 30px; box-shadow: inset 0px 0px 15px #ccc; margin: 0 0 5px; border-radius: 4px; margin-top: 5px;}
#trimzone .segment {
    background: #ff8c00; 
    width: 100%; 
    height: 100%; 
    border-radius: 4px;
    position: absolute;
}
#trimzone .segment:before {
    position: absolute;
    content: "|";
    cursor: pointer;
    float: left;
    color: #fff;
    left: 0;
    font-size: 24px;
    padding: 5px 2px;
}
#trimzone .segment:after {
    position: absolute;
    content: "|";
    cursor: pointer;
    float: left;
    color: #fff;
    right: 0;
    font-size: 24px;
    padding: 5px 2px;
}

#trimzone .timebar {
    width: 3px;
    height: 100%;
    position: absolute;
    background: #f00;
    z-index: 10;
    opacity: 0.7;
    margin-left: -4px;
}
#trimzone .timebar.no-transition {
    transition: none;
}

#trimzone .ui-resizable-e {
    right: 0px;
}

#trimzone .ui-resizable-w {
    left: 0px;
}

#trimactions .timer {
    float: left;
    margin-top: 2px;
    font-style: italic;
    margin: 1px 0 0 4px;
}

#trimactions .ta-btn {
    float: right;
    padding: 0 7px;
    border: solid 1px #ccc;
    background: #fff;
    font-size: 12px;
    cursor: pointer;
    border-radius: 3px;
    margin-left: 5px;
}

#trimactions:after{
    clear: both;
    content: "";
    display: block;
}

#tip {
    background: #5d5959;
    color: #fff;
    display: none;
    position: absolute;
    z-index: 8000;
    border-radius: 5px;
    padding: 3px 5px;
    margin-top: -15px;
}

#homecenter {
    width: 100%;
}
#homecenter:after {
    display: block;
    clear: both;
    content: "";
}
#homecenter .resources,
#homecenter .comments,
#homecenter .forum{ 
    padding: 10px;
}

.homeleft {
    float: left;
    width: 68%;
    margin-right: 2%;
}
.homeright {
    float: left;
    width: 30%;
}

@media only screen and (max-device-width: 812px) {
    .homeleft, .homeright {
        width: 100%;
        float: none;
    }

    .chosen-select {
        padding: 5px 10px;
        border: solid 1px #ccc;
        border-radius: 6px;
    }

    
    .ext_plan,
    .barra_lateral {display: none;}

    .hometable table {width:  100% !important;}

    table.dataTable tbody th, table.dataTable tbody td {
        padding:  4px 0 !important;
    }

    .hometable tr {padding:  0 !important;}

    .header-instname {display: none;}
    .hometutor .tabletitle i {
        display: block;
        padding-left: 0 !important;
    }

    #tbl_pendientes_aplicacion a.button, #tbl_pendientes_revision a.button, #tbl_acciones a.button {margin:  2px 7px}

    .titlecont .button-3d {width: 100%; text-align: center;}
    #main-cont select {display: block; width: 100%; margin-bottom: 20px; font-size:  100%; font-weight: normal;}
}
#pendientes_revision_wrapper small,
#pendientes_aplicacion_wrapper small,
.hometutor .hometable small {font-size: 0.8em}

#pendientes_revision_wrapper tr,
#pendientes_aplicacion_wrapper tr,
.hometutor .hometable tr {cursor: pointer;}

#pendientes_revision_wrapper tr:hover td,
#pendientes_aplicacion_wrapper tr:hover td,
.hometutor .hometable tr:hover td {background: #e5e5e5; transition: 0.2s;}

#pendientes_revision_wrapper tr td:first-child,
#pendientes_aplicacion_wrapper tr td:first-child,
.hometutor .hometable tr td:first-child {text-align: center !important;}

#pendientes_revision_wrapper tr td,
#pendientes_aplicacion_wrapper tr td,
.hometutor .hometable tr td {text-align: left !important;}

#pendientes_revision_wrapper tr td:nth-child(2),
#pendientes_aplicacion_wrapper tr td:nth-child(3),
#pendientes_aplicacion_wrapper tr td:nth-child(2) {
    text-align: center !important;
}

.hometutor a.tabletitle h1 {color: #000;}
.hometutor .tabletitle i {padding-left: 10px;}

#homecenter .comments .posthead:after,
#homecenter .forum .posthead:after {
    clear: both;
    display: block;
    content: "";
}

#homecenter .comments .postleft,
#homecenter .forum .postleft {
    float: left;
    width: 50px;
}
#homecenter .comments .postright,
#homecenter .forum .postright {
    float: left; 
    width: calc(100% - 50px);
}

#homecenter .comments .avatar,
#homecenter .forum .avatar {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    padding: 10px;
    width: 40px;
    height: 40px;
    margin-right: 15px;
    border-radius: 30px;
    text-align: center;    
    background-size: cover !important;
}

#homecenter .comments .subject a,
#homecenter .forum .subject a {
    color: #3498db;
    font-weight: bold;
    font-size: 15px;
}

#homecenter .comments .post,
#homecenter .forum .post {
    padding: 0 5px 15px;
    margin-bottom: 15px;
    border-bottom: solid 1px #ccc;
}

#homecenter .comments .postbody,
#homecenter .forum .postbody {
    padding: 5px 0;
    text-align: justify;
}

#homecenter .comments .curso,
#homecenter .forum .curso {
    text-transform: uppercase;
    background: #eae4e1;
    padding: 0px 7px;
    display: inline-block;
    font-size: 11px;
    border-radius: 6px;

}
#homecenter .comments .curso a,
#homecenter .forum .curso a {
    color: #060606;
}

#homecenter .comments .seemore,
#homecenter .forum .seemore {
    width: 100%;
    background: #eae4e1;
    font-size: 13px;
    text-align: center;
    padding: 5px;
    border-radius: 9px;
    cursor: pointer;

}

#homecenter .comment .seemore a,
#homecenter .forum .seemore a {
    color: #000;   
    display: block; 
}

.row {
    clear: both;
}

.inputfield {
    background-color: rgba(255,255,255,0.4);
    font-size: 12px;
    color: #666;
    border: solid 1px #cacaca;
    height: 35px;
    padding: 0 10px;
    margin-bottom: 10px;
}


    .mobileheader {
        display: none;
    }



    .mobileheader .cleft{
        float: left;
        width: 65%;
    }
    .mobileheader .cleft i {
        padding: 30px 4px; 
        cursor: pointer;
    }


    .mobileheader {
        position: absolute;
        height: 73px;
        background: #fafafa;
        width: 100%;
        z-index: 1000;
        box-shadow: 0px 0px 8px #fff;
    }
    .mobileheader .exit {
        float: left;
        height: 100%;
        font-size: 16px;

    }

    .mobileheader .logoapp {
        float: left;
    }

    .mobileheader .logoapp img {
        width: 60px;
        height: auto;
        border-radius: 15px;
        margin: 7px 17px 0 5px;

    }

    .mobileheader .title {
        font-weight: bold;
        margin-top: 16px;
        color: #484848;
        font-size: 15px;
    }

    .mobileheader .boton {
        float: right;
        width: 34%;
    }

    .mobileheader .boton button {
        margin: 18px auto 0 0;
        padding: 11px 20px;
        font-size: 13px;
        font-weight: bold;
        -webkit-appearance: none;
        color: #FFFFFF;
        background-color: #e57f34;
        width: 90%;
    }

    .mobileheader:after, .mobileheader .cleft:after {
        display: block;
        content: "";
        clear: both;
    }

@media only screen 
  and (max-device-width: 812px) {
    .mobileheader {display: block;}
}


#EqnEditor, #EqnEditor .top,#EqnEditor .toolbar,#EqnEditor .toolbar_wrapper, .cke_dialog_ui_html {
    overflow: visible !important;
}
#EqnEditor #hover {opacity: 0 !important;}


.light-box.big-box {width: 800px; text-align: left;}
.light-box.big-box h3, .light-box.big-box p, .light-box.big-box input, .light-box.big-box a.button,
.light-box.big-box textarea, .light-box.big-box #cke_email_body {width: 95%; height: auto; margin-left: 2.5%;}
.light-box.big-box h1 {text-align: center;}
.light-box.big-box a.button {padding-bottom: 13px;}

.container-activity-info.loading {
    background: url(../images/loading.gif);
    background-position: center;
    background-size: 30px;
    background-repeat: no-repeat;
}

.wait {
    cursor: wait;
    opacity: 0.7;
}

.dataTables_processing {
    position: fixed !important;
    font-size:  3em !important;
}

.dataTables_processing div {
    color:  #F68D47 !important;
}

.warning-message {
    background: #fff4a3;
    text-align: center;
    margin-bottom: 10px;
    border: solid 1px #bf9b01;
    color: #352314;
}

.danger-message {
    text-align: center;
    margin-bottom: 10px;
    border: solid 1px #f5c6cb;

    color: #721c24;
    background-color: #f8d7da;

}

/* Tablas home */

.hometable {
    box-shadow: 0px 1px 7px #ccc;
    padding: 20px !important;
    width: 100% !important;
    background: #fff;
}

.hometable p {
    margin-bottom: 0px;
    line-height: 18px;
    font-size: 12px;
}

.metricas-tutor .metrica,
.hometable .metrica {
    float: right;
}

.metricas-tutor .metrica h2,
.hometable .metrica h2 {
    margin: 0;
    text-align: center;
    font-size: 22px;
}

.metricas-tutor .metrica {
    width: 20%;
    text-align: center;
    margin-top: 3px; 
    cursor: pointer;
}
.metricas-tutor .metrica small,
.metricas-tutor .metrica h2 {
    color: #70cc33;
}
.metricas-tutor .metrica.pendiente small,
.metricas-tutor .metrica.pendiente h2 {
    color: #2980b9;
}
.metricas-tutor .title {
    width: 80%;
    float: left;
    margin-bottom: 10px;
    padding-right: 5px;
}

.hometable:last-child {
    border: 0;
}


/* Respuestas matriz (monitor) */
#respuestas-matriz {
    width: 425px;
    padding: 10px 0 10px 43px;
    text-align: left;
    margin: 0;
}
#respuestas-matriz li {list-style-position: outside;}
#respuestas-matriz ul li {list-style-type: none; margin-top: 2px;}
#respuestas-matriz ul {margin-bottom: 10px;}

#form-assign-questionnaire  .flexcont {
    display: flex; flex-direction: row;
}

#form-assign-questionnaire  .flexchild {
    flex-grow: 1; 
}

#form-assign-questionnaire  .flexchild:after {
    clear: both; display: block; content: "";
}

#form-assign-questionnaire  .chosen-drop {text-align: left;}
#form-assign-questionnaire  .radio-button {
    margin: 8px;
}
#form-assign-questionnaire .switch-options {
    padding-bottom: 8px;
    padding-top: 8px;
}
#form-assign-questionnaire .switch-options h3 {
    margin: 10px 0;
}

#form-assign-questionnaire .switch-options h4,
#form-assign-questionnaire .switch-options h5 {
    width: auto;
    padding-top: 5px;
}
#form-assign-questionnaire .switch-options h5 {
    padding-top: 8px;
}

#form-assign-questionnaire .switch-option {
    width: 25px;
    height: 25px;
}
#form-assign-questionnaire  .switch-option span,
#form-assign-questionnaire  .switch-option-on span {
    transform: translateX(5px) translateY(3px);
    width: 15px;
    height: 15px;   
}

#form-assign-questionnaire .flexcont2 .switch-option {
    margin-right: 0;
}

#form-assign-questionnaire .alumns-count {
    text-align: left;
    margin-bottom: 20px;
}
#form-assign-questionnaire .alumns-count h6 {
    margin-left: 34px;
    font-weight: normal;
}

.trow {
    display: table-row;
}

.tc {
    display: table-cell;
}

.w-200 {
    width: 200% !important;
}
.inactivo {
    opacity: 0.5;
}
/*
.separator {
    width: 400px;
    background: #ececec;
    height: 1px;
    margin: 12px 25px 0 25px;
}*/

.ui-tooltip {
    z-index: 1000!important;
}

#form-assign-questionnaire #opts span {
    width: 20px;
    height: 20px;
}

#form-assign-questionnaire #opts .switch-option {
    height: 28px;
}

#form-assign-questionnaire #opts .switch-option-on {

}
#form-assign-questionnaire #opts .switch-option-off {

}
#form-assign-questionnaire #opts .switch-option-on span {
    background-color: #27ae60;
    transform: translateX(25px) translateY(3px);
}
#form-assign-questionnaire #opts .switch-option-off span {
    background-color: #ccc;
}


.select-principal-2, #max_repeat_cont, #dow_cont {display: none;}

.tokens-firma span {cursor: pointer;}

.tutor-label {
    background: #F68D47;
    text-transform: uppercase;
    font-size: 11px;
    display: block;
    color: #fff;
    padding: 1px 5px 0px;
    margin: 3px 5px;
    float: left;
}



.light-box .ambito {text-align: left;}
.light-box .ambito p {
    margin-bottom: 0;
    /*line-height: 5px;
    padding-top: 7px;*/
    font-size: 11px;
}


.f-right a {
    float:  right;
}

.f-right:after {
    content:  ""; display: block; clear: both;
}

.row div:first-child {padding-left:  0;}
.row div:last-child {padding-right:  0;}

.bggrad7 {background-color:  #27ae60 !important;}
.bggrad6 {background-color:  #57a33e !important;}
.bggrad5 {background-color:  #74961c !important;}
.bggrad4 {background-color:  #8b8800 !important;}
.bggrad3 {background-color:  #9e7800 !important;}
.bggrad2 {background-color:  #ae6500 !important;}
.bggrad1 {background-color:  #b95113 !important;}
.bggrad0 {background-color:  #c0392b !important;}

.light-box .msg-reportar,
.light-box .reportar {
    margin-top: 5px;
    display: block;
    font-size: 0.9em;
    text-align: right;
    margin-right: 30px;
    font-style: italic;
}
.asignacion-reportada {
    color: #fff;
    background: #c0392b;
    text-shadow: none;
    padding: 1px 7px;
}
.asignacion-temporal {
    color: #fff;
    background: #F68D47;
    text-shadow: none;
    padding: 1px 7px;
}


/* Hoja de vida */

#userprofile {
    max-width: 1050px;
    margin: 20px auto;
    font-size: 14px;
    line-height: unset !important;
}

#userprofile .row {display: flex;}

#userprofile .row.buttons {
    margin: 10px 1%;
    justify-content: space-between;
}
#userprofile .row.buttons div {
    width: 15.6%;
    text-align: center;
    cursor: pointer;
}
#userprofile .row.buttons div:first-child {
    margin-left: 0;
}
#userprofile .row.buttons div:last {
    margin-right: 0;
}

#userprofile .box {
    border: solid 1px #ccc;
    padding: 20px;
    box-shadow: 0px 0px 10px -3px;
    border-radius: 5px;
    background: #fff;
    float: left;
    margin: 1%;
    transition: all 250ms ease-in-out;
}

#userprofile .box.width30 {
    width: 28%;
}
#userprofile .box.width40 {
    width: 38%;
}
#userprofile .box.width60 {
    width: 58%;
}
#userprofile .box.width70 {
    width: 68%;
}
#userprofile .box.width100 {
    width: 98%;
}

#userprofile .actividad {
    padding: 10px 0;
}
#userprofile .actividad span {
    padding: 0 10px;
    border-right: solid 1px #ccc;
}
#userprofile .actividad span:last-child {
    border: 0;
}

#userprofile .profilebox {
    width: 30%;
    text-align: center;
}
#userprofile .profilebox .username {
    font-size: 16px;
}
#userprofile .profilebox .useravatar {
    width: 130px;
    height: 130px;
    margin: 0 auto;
}
#userprofile .profilebox h3 {
    margin: 0;
}
#userprofile small {
    font-size: 10px;
}
#userprofile .userblock .dataTables_wrapper {
    margin-top: -60px;
}

#userprofile .userblock a.button-3d,
#userprofile .userblock button {
    float: right;
    font-size: 12px;
    padding: 5px 18px;
    margin-top: -45px;
}

#userprofile .userblock a.button-3d {
    padding: 2px 18px;
}

#userprofile .useravatar .avatar {
    color: #fff;
    font-size: 50px;
    font-weight: bold;
    float: left;
    width: 120px;
    height: 120px;
    border-radius: 100%;
    text-align: center;    
    background-size: cover !important;
    border: solid 5px #c3c3c3;
    line-height: 120px;
}

#userprofile .box.fieldlist div {
    padding: 3px 7px;
    border-bottom: dotted 1px #e1e1e1;
}

#userprofile .box.fieldlist div:last-child {
    border: 0;
}
#userprofile .userblock .box {
    padding-bottom: 50px;
}

#userprofile .userblock h3 {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: dotted 1px #e1e1e1;
}

#userprofile .userstatus span {
    font-weight: bold;
    color: #fff;
    padding: 2px 8px;
    font-size: 14px;
    border-radius: 3px;
}

#userprofile .userstatus0 span {
    background: #b04430;
}
#userprofile .userstatus1 span {
    background: #36a25a;
}
#userprofile .userstatus2 span {
    background: #c0392b;
}
#userprofile .redspan span {
    background-color: #b04430;
    color: white;
    padding: 2px 8px;
    border-radius: 4px;
    font-weight: bold;
}

@media only screen and (max-device-width: 812px) {
    #userprofile .row:first-child {display: block !important;}
    #userprofile .box {width: 100% !important; clear: both !important; margin-bottom: 20px !important;}
    #userprofile .row.profilebox div,
    #userprofile .row.fieldlist div,
    #userprofile .row.buttons div
     {width: 46%; font-size: 12px; margin: 0 1%;}
    #userprofile .userblock .dataTables_wrapper {margin-top: -20px !important;}
    table {table-layout: auto !important;}

}



#form-user-file small {
    font-size: 11px;
    margin-left: 27px;
}

#form-user-file small.ccdesc {
    display: block;
    text-align: right;
    margin: -5px 25px 0 0;
} 
#form-user-file #fileupload-form {text-align: left;}
#form-user-file #fileupload-form .button {text-align: center; margin-top: -35px;}
#form-user-file #filedisplay {margin-bottom: 0}

.light-box .aa-data-resp span,
.light-box .aa-data span 
{
    display: block;
    text-align: left;
    width: 400px;
    margin: 0 auto;
}


.truncated.expanded span {
    display: inline;
    white-space: pre-wrap;
}

.truncated span {
    max-height: 55px;
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
    white-space:nowrap;
    max-width: 200px;
}

.jquery-modal.blocker {
    z-index: 200;
}

.modal {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.modal .icon {
    font-size: 22px;
    color: white;
    padding: 15px 0;
    border-radius: 30px;
    float: left;
    margin-right: 15px;
    background: #2c2c9d;
    width: 50px;
    text-align: center;
}

.modal.success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.modal.success .icon {
    background: green;
}

.modal.danger{ 
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.modal.danger .icon {
    background: #a94442;
}

.modal.warning {
    color: #856404;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.modal.warning .icon {
    background: #856404;
}


.modal .title {
    font-size: 20px;
    margin-top: 5px;
    display: inline-block;
}

.modal .progress {
    background: rgba(0, 0, 0, 0.6);
    width: 0;
    position: absolute;
    height: 5px;
    bottom: 0;
    left: 0;
    -webkit-transition: width 0.01s ease-in-out;
    -moz-transition: width 0.01s ease-in-out;
    -o-transition: width 0.01s ease-in-out;
    transition: width 0.01s ease-in-out;

}


/* Indicadores progreso tutores */

.circle-chart strong {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  text-align: center;
  line-height: 40px;
  font-size: 25px;
}
.circle-chart {
  width: 100px;
  margin: 6px;
  display: inline-block;
  position: relative;
  text-align: center;
  line-height: 1.2;
}

.circle-chart strong i {
  font-style: normal;
  font-size: 0.6em;
  font-weight: normal;
}
.metricas-tutor .feedback,
.metricas-tutor .acciones {
    box-shadow: 0px 1px 7px #ccc;
    padding: 20px !important;
    background: #fff;
}
.metricas-tutor .feedback.col-6,
.metricas-tutor .acciones.col-6 {
    width: 48% !important;

}
.metricas-tutor .feedback.col-12 .col-6,
.metricas-tutor .acciones.col-12 .col-6 {
    width: auto;  
    min-width: 25%;
}

.metricas-tutor .acciones {margin-right: 4% !important;}
.metricas-tutor .botones button {
    margin: 40px 0 0 0;
    width: 140px;
    height: 35px;
    max-width: 100%;
}

.metricas-tutor .botones small {
    font-size: 11px;
    line-height: 13px;
    font-style: italic;
    display: block;
    padding-top: 40px;
    color: #858585;
}

/*.metricas-tutor .botones button i {
    font-size: 18px;
    padding: 6px 0;
}*/
.metricas-tutor h1 {margin-bottom: 2px;}
.metricas-tutor .title small {}
.metricas-tutor .decoration-less {margin-top: 5px;}
.metricas-tutor .botones {width: 200px; max-width: 50%;}

.hometable .met-icon,
.metricas-tutor .met-icon {
    font-size: 27px;
    float: left;
    padding: 7px 13px 10px 0;
    color: #1e1e1e;
    margin-left: 5px;
}

.sence {
    background: #013869;
    color: #fff;
    font-size: 10px;
    text-shadow: none;
    padding: 2px 5px;
    margin-left: 3px;
}

.metricas-tutor .ccontent {width: fit-content; margin: 0 auto;}

.alt-header {display: none; float: left;}
.alt-header h3, .alt-header h3 a {display: inline-block;}

@media only screen and (max-width: 600px) {
    .metricas-tutor .feedback.col-6,
    .metricas-tutor .acciones.col-6 {
        width: 100% !important;
        margin-bottom: 15px;
    }

    .metricas-tutor .ccontent {width: 100% !important;}
    .metricas-tutor .botones {width: 100% !important; margin: 0 auto;}
    .metricas-tutor .botones button {margin: 0; }
    .hometable.acciones {margin-bottom: 15px; margin-top: 0 !important;}
    .metricas-tutor .botones small {padding-top: 10px;}
}