@font-face{
    font-family: raleway;
    src: url('./Raleway-Regular.ttf')  format('truetype');
}

html,body
{
    height: 100%;
    overflow: hidden;
    font-size:10pt;
    box-sizing: border-box;
}

@include media-breakpoint-up(sm) {
  html {
    font-size: 8px;
  }
}

@include media-breakpoint-up(md) {
  html {
    font-size: 9px;
  }
}

@include media-breakpoint-up(lg) {
  html {
    font-size: 10px;
  }
}

body
{
    font-family: raleway,Arial,Helvetica,sans-serif;
    position: relative;
    text-align: center;
    color: #222;
    margin: 0;
    padding: 0;
    background-color: #eeeeee;
}
.clear
{
    font-size: 0px;
    visibility: hidden;
    height: 0px;
    margin: 0;
    text-indent: -100000em;
    clear: both;
}

div.error, div.warning, div.info
{
    width: 50%;
    border-width: 1px;
    border-style: solid;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 10px;
    margin: 15px auto;
    color: #000;
    z-index:2;
}

.error, .error_state
{
    border-color: #9F0000;
    background-color: #FF5F65;
}

.warning
{
    border-color: #d4d700;
    background-color: #f0f1a5;
}

.info
{
    border-color: #002793;
    background-color: #ACC1F9;
}

.close_message
{
    float: right;
    cursor: pointer;
    font-weight: bold;
}

.text
{
    font-weight: bold;
    color: white;
}


a
{
    text-decoration: none;
}

img
{
    border: 0;
}

.hidden
{
    display: none;
}

#loading
{
    display: none;
}

.ww
{
    overflow-wrap: break-word;
    max-width: 400px;
}

#SimpleDialog
{
    z-index: 2000;
}

/******************************** BOTONES E INPUTS *****************************/

button
{
    background-color: #01C853;
    color: #fafafa;
    text-align: center;
    margin: 2px;
}

button:hover
{
    background-color: #02e55d;
    color: #fafafa;
}

button:focus
{
    border: 1px solid #4D90FE;
}

input[type="text"], input[type="password"], button, select,textarea
{
    padding: 4px;
    font-size: 10pt;
    font-family: raleway,Arial,Helvetica,sans-serif;
   
}

select
{
    padding: 3px;
    font-size: 10pt;
    font-family: raleway,Arial,Helvetica,sans-serif;
}


textarea {
  max-width: 100%;
}

.textarea_layer{
  width: 100%;
  min-width:600px;
}

div.textarea_layer textarea {
  max-width: 100%;
  width: 100%;
  height: 60px;
}

div.textarea_layer_mobile textarea {
  max-width: 100%;
  width: 100%;
  height: 60px;
}


textarea {
  max-width: 100%;
}

.new_line
{
    clear: both;
    
}


.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 28px;
}

.switch input {display:none;}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #4669A6;
}

input:focus + .slider {
  box-shadow: 0 0 1px #4669A6;
}

input:checked + .slider:before {
  -webkit-transform: translateX(22px);
  -ms-transform: translateX(22px);
  transform: translateX(22px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 28px;
}

.slider.round:before {
  border-radius: 50%;
}

/**************** SOBREESCRIBIM JQUERY-UI ******************************/

.ui-widget, .ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button
{
    font-family: raleway,Arial,Helvetica,sans-serif;
}

.ui-button
{
    padding: 3px 5px;
}

/******************* SOBREESCRIBIM COLPICK ********************************/

.colpick
{
    z-index: 1000;
}

/********************************** GENERAL ***************************************/

#container
{
    width: 100%;
    min-height: 100%;
}

#container_div
{
    position: absolute;
    top: 40px;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
}

#container_bottom
{
    width: 100%;
    height: 100%;
    flex: 1 0 auto;
}

#container_main
{
    /*flex: 1;*/
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #DEDEDE;
}



#dialog_layer
{
    display: none;
}

#title_list,.title_list
{
    text-align: left;
    font-size: 14pt;
    background-color: #FAFAFA;
    color: #222222;
    overflow: hidden;
    min-height: 30px
}


.toolbar_fix{
	position: absolute;
	top: 0;
	left: 0;
	z-index:1;
	width:100%;
}

.title_space{
	width:100%;
	height:40px;
}

#title_item, .div_title_list, #div_title_list
{
    padding: 5px 10px;
    float: left;
}

.div_title_list{
	padding: 5px 10px;
	float:clear;	
}

.log_image
{
    max-width: 24px;
}

.date
{
    width: 80px;
}

.small_input
{
	width: 20px;	
}

.right
{
    float: right;
    overflow: auto;
}

.left
{
    float: left;
    overflow:auto;
}


.color_picker_input, #button_color_picker
{
    float: left;
}

#background_color
{
    width: 80px;
}

#button_color_picker
{
    margin-left: 10px;
    border: 1px solid #333333;
    width: 24px;
    height: 24px;
    vertical-align: bottom;
}

#button_color_picker.modify_color
{
    cursor: pointer;    
}


#create_button {
    text-align:left;    
}

/**************** BUSCADOR *******************/

#search
{
    width: 100%;
    text-align: left;
    background-color: #FAFAFA;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}


#search_mobile
{
    width: 100%;
    text-align: left;
    background-color: #FAFAFA;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    display:none;
    
}

#search, #search input, #search select
{
    font-size: 10pt;
}

.items_search
{
    padding: 5px;
}

.items_search_mobile
{
	background-color: #DDDDDD;	
}
.search_title
{
    padding: 5px;
    font-weight: bold;
}

.input_filter
{
    float: left;
    padding: 7px;
 /*   background-color: #DDDDDD;*/
  	margin-right: 10px;	
    min-height: 24px;
   
}

.input_filter_mobile
{
    float: left;
    padding: 10px;
    background-color: #DDDDDD;
    margin-right: 10px;
    min-height: 24px;
	float:clear; 
	width:98%;  
}

#hide_finder, .hide{
	display:none;
}

.input_filter select, .input_filter input
{
	padding: 1px;
}
.filter_actions
{
    float: left;
    margin-left: 10px;
    margin-top: 8px;
}

.filter_actions button
{
    margin-right: 3px;
}


.date_input input{
	float:left;
	width:100px;
}

.date_input select{
	float:left;
	width:55px;
}
.input_filter img, .date_input img
{
    max-width: 24px;
    vertical-align: bottom;
    margin-left: 2px;
    cursor: pointer;
}

 .date_input img
 {
     float:left;	
 }
.filter_group
{
	float:left;
	background-color: #DDDDDD;
    margin-bottom: 8px;
    margin-right: 15px;
}

/******************** PAGINADOR *****************/


.pager{
    float:left;
    width:100%;
}

.pager_table
{
    width: 100%;
}

.itempsperpagina
{
    width: 30px;
    margin-right: 10px;
}

a.paginador_pagina
{
    color: #090DB7;
}

a:visited
{
    text-decoration: none;
}

a.paginador_pagina.actual
{
    font-size: 13pt;
    font-weight: bold;
    color: #c40000;
}

/*************** LISTA ***********************/

#list
{
	margin-top:10px;
	display:block;
	position: relative;
	padding: 5px;
    flex: 1 0 auto;
}

#list_mobile
{
    padding: 15px;
    margin-bottom: 25px;
}


.table
{
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
    color: #222222;
}

.table_mobile
{
    width: 100%;
    border-collapse: collapse;
    color: #222222;
}



.table th a, .table td a, .table th a:visited, .table td a:visited
{
    color: #090D96;
}

.table th
{
    padding: 3px;
    border-top: 1px solid #bbbbbb;
    border-bottom: 1px solid #bbbbbb;
    background-color: #fafafa;
}

.table td
{
    padding: 3px;
    border-bottom: 1px solid #bbbbbb;
}


.edit_item
{
   font-weight: bold; 
   cursor:pointer;
}

.blocked
{
    max-width: 20px;
    vertical-align: bottom;
}


.load_order{
    cursor:pointer;
    color: #090D96; 
}

.publish{
	cursor: pointer;
	font-weight: bold;
}

/********************* FICHA (DATASHEET) *****************************/

#datasheet
{
    padding: 10px;
    border-top: 1px solid #e5e5e5;
}

#actions
{
    float: right;
    text-align: right;
    padding: 4px;
}


table.datasheet td, table.datasheet th
{
    padding: 3px;
}
.form-inline > table.datasheet td .text-left > label {
    justify-content: left;     width: 200px;
}
.form-inline > table.datasheet td .text-left > .label > .switch { margin-right: 5px;

}


table.profile_rights
{
    margin-bottom: 10px;
    border-collapse: collapse;
}

table.profile_rights th
{
    padding: 3px;
    border-top: 1px solid #bbbbbb;
    border-bottom: 1px solid #bbbbbb;
    background-color: #fafafa;
}

#list_users_area, .list_autocomplete {
    
    overflow:auto;
    max-height:300px;
    float: left;
    z-index: 5;
}

.search_enabled{
	color:blue;
	font-weight:bold;
}

.orden_modificado {
	cursor:pointer;
};

img.delete_user
{
   vertical-align: bottom; 
}

.delete_user
{
    cursor: pointer;
}

.long
{
    width: 300px;
}

.very_long
{
    width: 500px;
}

.very_long_mobile{
	width:165%;
}

.quantity{
	width:30px;
}

.note
{
    margin-left: 10px;
    color: #666666;
    font-style: italic;
}




/***********************************************
 *
 * 
 * PAGINA NOT FOUND
 * 
 *  
 ***********************************************/

#div_form
{
    margin: 150px auto 0;
    padding: 10px;
    width: 400px;
}


.test{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2a6313+0,88cc6e+100 */
	border-radius: 5px;
	font-weight:bold;	 
	/*background-image:url("../images/test.png");
	background-repeat:repeat;*/

}

h1
{
    text-align: center;
}

#img_login
{
    width: 200px;
    font-size: 20pt;
    text-align: center;
    margin-bottom: 15px;
}


/***** DRAG AND DROP UPLOADER***/

.box,.box2,.box3
{
	background-color: #c8dadf;
	position: relative;
	padding: 20px 00px;
    text-align: center;
    min-width:320px;
    max-width:650px;
}

.box.has-advanced-upload,.box2.has-advanced-upload,.box3.has-advanced-upload
{
	outline: 2px dashed #92b0b3;
	outline-offset: -10px;
	
	-webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
	transition: outline-offset .15s ease-in-out, background-color .15s linear;
}

.box.is-dragover,.box2.is-dragover,.box3.is-dragover
{
	outline-offset: -20px;
	outline-color: #c8dadf;
	background-color: #fff;
}
.box__dragndrop,
.box__icon
{
	display: block;
}
.box.has-advanced-upload .box__dragndrop,.box2.has-advanced-upload .box__dragndrop,.box3.has-advanced-upload .box__dragndrop
{
	display: inline;
}
.box.has-advanced-upload .box__icon,.box2.has-advanced-upload .box__icon,.box3.has-advanced-upload .box__icon
{
	width: 100%;
	height: 24px;
	fill: #92b0b3;
	display: block;
	margin-bottom: 10px;
	
}

.box__input{
	min-width:260px;
}

.box.is-uploading .box__input, .box2.is-uploading .box__input, .box3.is-uploading .box__input,
.box.is-success .box__input, .box2.is-success .box__input, .box3.is-success .box__input,
.box.is-error .box__input, .box2.is-error .box__input, .box3.is-error .box__input
{
	visibility: hidden;
}

.box__uploading,
.box__success,
.box__error
{
	display: none;
}
.box.is-uploading .box__uploading, .box2.is-uploading .box__uploading, .box3.is-uploading .box__uploading,
.box.is-success .box__success, .box2.is-success .box__success, .box3.is-success .box__success,
.box.is-error .box__error, .box2.is-error .box__error, .box3.is-error .box__error
{
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;

	-webkit-transform: translateY( -50% );
	transform: translateY( -50% );
}
.box__uploading
{
	font-style: italic;
}
.box__success
{
	-webkit-animation: appear-from-inside .25s ease-in-out;
	animation: appear-from-inside .25s ease-in-out;
}
@-webkit-keyframes appear-from-inside
{
	from	{ -webkit-transform: translateY( -50% ) scale( 0 ); }
	75%		{ -webkit-transform: translateY( -50% ) scale( 1.1 ); }
	to		{ -webkit-transform: translateY( -50% ) scale( 1 ); }
}
@keyframes appear-from-inside
{
	from	{ transform: translateY( -50% ) scale( 0 ); }
	75%		{ transform: translateY( -50% ) scale( 1.1 ); }
	to		{ transform: translateY( -50% ) scale( 1 ); }
}

.box__restart
{
	font-weight: 700;
}
.box__restart:focus,
.box__restart:hover
{
	color: #39bfd3;
}

.box__file
{
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
.box__file + label
{
	max-width: 80%;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
}
.box__file + label:hover strong,
.box__file:focus + label strong,
.box__file.has-focus + label strong
{
	color: #39bfd3;
}
.box__file:focus + label,
.box__file.has-focus + label
{
	outline: 1px dotted #000;
	outline: -webkit-focus-ring-color auto 5px;
}
.box__file + label *
{
	/* pointer-events: none; */ /* in case of FastClick lib use */
}

.no-js .box__file + label
{
	display: none;
}

.delete_drag{
	cursor: pointer;
}

.general_properties{
	position:absolute;
	border: 1px solid #666666;
	z-index:5;
	color:black;
	margin-left:-1px;	
}

.general_properties div{
	padding-top: 2px;
	padding-bottom: 2px;
}





/**************** SOBREESCRIBIM BOOTSTRAP.CSS **********************/

pre
{
    overflow: visible;
}

input[type="checkbox"] {
    margin: 3px;
}

dl{
	margin-bottom: 0;
}


#form video {
  width: 100%    !important;
  height: auto   !important;
}

#login{
    padding-bottom: 7rem;
}


#footer-eu{

    background-color: #efefef;
    text-align: center;
}

#footer-eu .footer-container{
    width: 100%;
}


#footer-eu .logo-eu, #footer-eu .text-eu{
    display: table-cell;
    vertical-align: middle;
}
.logo-eu { width: 110px; }

#footer-eu img
{
    height: 38px;
    vertical-align: bottom;
}

.div-eu{
    width: 640px;
    display: table;
    table-layout: fixed;
}

.revisio
{
    border-top: 1px solid #888888;
    padding: 10px;
}


div.scroll-keyframes {
   white-space: nowrap;
   height: 140px;
   width:100%;
   overflow-x: scroll;
   overflow-y: hidden;    
}


div.scroll-keyframes img {
    display: inline-block;
}

/*


.scroll-keyframes {

    height: 140px;
    border: 0px solid black;
    left: 0px;
    top: 0px;
    display:inline-block;
    overflow-x: scroll;
    overflow-y: hidden;
}*/

  .carousel-inner img {
      width: 100%;
      height: 100%;
  }
  



/**************** SIDENAVS ********************/

#sidenavLeft {
	display: block;
	height: 100%;
	background-color: blue;
	position: absolute !important;
	z-index: 2;
	overflow: auto; 
}

#sidenavRight {
	display: none;
	right:0px;
	height: 100%;
	width:200px;
	background-color: red;
	position: fixed !important;
	z-index: 1;
	overflow: auto; 
	right:0px
	
	
}


.card-asset.card-body{
	height:165px;
}

.card-asset.card-header{
	height:45px;
}

/*
@media screen and (min-width: 576px) {
	.card-asset.card-header{
		height:40px;
	}

	.card-asset.card-body{
		height: 175px;
	}
}


@media screen and (min-width: 768px) {
	.card-asset.card-body{
		height: 165px;
	}
	
	.card-asset.card-header{
		height:40px;
	}
}

@media screen and (min-width: 992px) {
	.card-asset.card-body{
		height: 150px;
	}
	
	.card-asset.card-header{
		height:40px;
	}
}

@media screen and (min-width: 1200px) {
	.card-asset.card-body{
		height: 165px;
	}
	
	.card-asset.card-header{
		height:40px;
	}
}
*/
@media screen and (min-width: 1500px) {
	.col-2x-1{
	    -webkit-box-flex: 0;
	    -ms-flex: 0 0 10%;
	    flex: 0 0 10%;
	    max-width: 10%;
			
	}
	.col-2x-2 {
	    -webkit-box-flex: 0;
	    -ms-flex: 0 0 16.666667%;
	    flex: 0 0 16.666667%;
		max-width: 16.666667%;
	
	}

	.col-2x-3 {
	    -webkit-box-flex: 0;
	    -ms-flex: 0 0 25%;
	    flex: 0 0 25%;
	    max-width: 25%;
	
	}
	
	.col-2x-4 {
	    -webkit-box-flex: 0;
	    -ms-flex: 0 0 33%;
	    flex: 0 0 33%;
	    max-width: 33%;
	
	}
	
	.col-2x-5 {
	    -webkit-box-flex: 0;
	    -ms-flex: 0 0 41%;
	    flex: 0 0 41%;
	    max-width: 41%;
	
	}
	
	.col-2x-6{
	    -webkit-box-flex: 0;
	    -ms-flex: 0 0 50%;
	    flex: 0 0 50%;
	    max-width: 50%;
	}	


	.col-2x-7{
	    -webkit-box-flex: 0;
	    -ms-flex: 0 0 58%;
	    flex: 2 0 58%;
	    max-width: 58%;
	}	


	.col-2x-8{
	    -webkit-box-flex: 0;
	    -ms-flex: 0 0 66%;
	    flex: 0 0 66%;
	    max-width: 66%;
	}	

	.col-2x-7{
	    -webkit-box-flex: 0;
	    -ms-flex: 0 0 58.3333%;
	    flex: 0 0 58.3333%;
	    max-width: 58.3333%;
	}	
	
	.col-2x-9{
	    -webkit-box-flex: 0;
	    -ms-flex: 0 0 75%;
	    flex: 0 0 75%;
	    max-width: 75%;
	}	
	
	.col-2x-10{
	    -webkit-box-flex: 0;
	    -ms-flex: 0 0 80%;
	    flex: 0 0 80%;
	    max-width: 80%;
	}
	
	
	.col-2x-11{
	    -webkit-box-flex: 0;
	    -ms-flex: 0 0 90%;
	    flex: 0 0 90%;
	    max-width: 90%;
	}
			
	.col-2x-12{
	    -webkit-box-flex: 0;
	    -ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	    max-width: 100%;
	}	
	
}


@media screen and (min-width: 1900px) {
	.col-3x-1{
	    -webkit-box-flex: 0;
	    -ms-flex: 0 0 8.3333%;
	    flex: 0 0 8.3333%;
	    max-width: 8.3333%;
			
	}
	.col-3x-2 {
	    -webkit-box-flex: 0;
	    -ms-flex: 0 0 16.6666%;
	    flex: 0 0 16.6666%;
	    max-width: 16.6666%;
	
	}
	
	.col-3x-3{
		-webkit-box-flex: 0;
	    -ms-flex: 0 0 25%;
	    flex: 0 0 25%;
	    max-width: 25%;
	}

	.col-3x-4{
		-webkit-box-flex: 0;
	    -ms-flex: 0 0 25%;
	    flex: 0 0 25%;
	    max-width: 25%;
	}
		
	.col-3x-7{
	    -webkit-box-flex: 0;
	    -ms-flex: 0 0 58.3333%;
	    flex: 0 0 58.3333%;
	    max-width: 58.33333%;
	}	

	
	.col-3x-9{
	    -webkit-box-flex: 0;
	    -ms-flex: 0 0 75%;
	    flex: 0 0 75%;
	    max-width: 75%;
	}	
	
		
	.col-3x-11{
	    -webkit-box-flex: 0;
	    -ms-flex: 0 0 88%;
	    flex: 0 0 88%;
	    max-width: 88%;
			
	}
	
}





@media screen and (min-width: 1900px) {
	.cela_asset{
		min-width:310px;
		height:370px;
	}
}


@media screen and (min-width: 1500px) {
	.cela_asset{
		min-width:282px;
		height:370px;
	}
}

@media screen and (max-width: 1500px) {
	.cela_asset{
		height:370px;
		min-width:300px;
	}
}




@media screen and (max-width: 992px) {
	.cela_asset{
		height:370px;
		min-width: 303px;
	}
}


@media screen and (max-width: 768px) {
	.cela_asset{
        min-width: 370px;
		height:340px;
	}
}

@media screen and (max-width: 575px) {
	.cela_asset{
		min-width:288px;
		max-width:100%;
		height:370px;
		
	}
}

/* Datepicker Styles */

.ui-datepicker-trigger {
    border:none;
    background:none;
	max-width:24px;
	max-height:30px;
}


.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0;
    padding-left: 0;
    color: #6c757d;
    content: "/";
}

.carousel-inner{
	max-height: 105px;
}


.div-folders{
	margin-left:-10px;
	padding-left:0px;
}

/*
.file-drop-zone{
	max-height: 100px;	
}
*/
.file-drop-zone-title{
	padding: 0;
}


.remove_editors{
	cursor:pointer;
}
	/*
#add_editors{
	cursor:pointer;
	position:absolute;
	top:30px;
	right:19px;
}*/

.addEditorUser, .cursor-pointer{
	cursor:pointer;
}

.pointer{
	cursor: pointer;
}

.card-work{
	height:420px;
	overflow:hidden;
	
}

.word-break{
	word-break: break-all;
}



.bg-imac{
	background-color: #4669A6;
}

.border-imac{
	border-color: #4669A6;
}

.text-imac{
	color: #4669A6;
}

/************************* PREVIEW VIDEO 360 *************************/

.div_canvas
{
    margin: 0;
    padding: 0;
    line-height: 0;
    text-align: center;
}

#canvas_video
{
    width: 100%;
}

#video_controls
{
    text-align: center;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
}

#video_controls svg
{
    cursor: pointer;
}

.fa-border
{
    border-color: #000000;
}

.vid_con:hover
{
    color: #28a745;
    border-color: #28a745;
}


/***************** TIME ******************/

#controls_time
{
    overflow: hidden;
    margin-bottom: 5px;
    width: 151px;
}

#title_time, #time_video
{
    float: left;
}

#title_time
{
    padding: 3px;
}

.sep_time
{
    float: left;
    padding: 3px;
}

.time_square
{
    float: left;
    padding: 3px;
    border: 1px solid #333333;
    border-radius: .1em;
    margin: 0 2px;
    width: 27px;
    height: 27px;
}

#seek_bar
{
    cursor: pointer;
    height: 15px;
    margin: 0 auto 10px;
    border: 1px solid #4669A6;
    overflow: hidden;
    position: relative;
    width: 100%;
}

#seek_bar span
{
    background-color: #4669A6;
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 0px;
}

.title_video
{
    overflow: hidden;
    width: 100%;
    margin-bottom: 10px;
}


#name_video
{
    float: left;
}

#duration_video
{
    float: right;
}

.modal-xl {
    max-width: 1000px;
}

.card-header{
	height:60px;
}

#loadEditors{
	max-height: 600px;
	overflow: auto;
}



/*Styling for errors on form*/
.form_error span {
  width: 80%;
  height: 35px;
  margin: 3px 10%;
  font-size: 1.1em;
  color: #D83D5A;
}
.form_error input {
  border: 1px solid #D83D5A;
}

/*Styling in case no errors on form*/
.form_success span {
  width: 80%;
  height: 35px;
  margin: 3px 10%;
  font-size: 1.1em;
  color: green;
}
.form_success input {
  border: 1px solid green;
}
#error_msg {
  color: red;
  text-align: center;
  margin: 10px auto;
}

.w-20 {

    width: 20% !important;

}


.modalRightBottom{
    position:fixed;
    right: 0;
    bottom:0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
}

.carousel-control-prev, .carousel-control-next {
    background-color: black;
    opacity: 0.3;

}

.modal-body .select2-container { min-width: 150px; }

#CreateInstance > .modal-dialog { min-width: 450px;}
#modalPrepack  .modal-body { overflow: auto; max-height: 750px; }




.instance-draw-as-card  label {
    margin-bottom: 0;
}
.instance-draw-as-card .d-button {
    background: #28a745;
    color: white;
    padding: 6px 8px;

    font-size: 12px;
}
