
html{
	font-family: raleway !important;
}

.page-content {
/*  background-color: #626262 !important;*/
}

/* here you can put your own css to customize and override the theme */

.block_center {
  text-align: center;
  height: 100%;
}
 
/* The ghost, nudged to maintain perfect centering */
.block_center:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em; /* Adjusts for spacing */
}

/* The element to be centered, can
   also be of any width and height */ 
.center_centered {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}

.center_vertical{
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}


.control-label {
    font-weight: 600;
}

.panel-title {
    font-weight: 400 !important;
}

.page-title {
	color: #65885A;
    font-weight: 400 !important;
    border-bottom: 1px solid #D6D437 !important;
}

.page-title>span {
	color: #879184;
}

span.red{
	color:red;
}

span.green{
	color:green;
}

span.background-green{
	background-color: #4BBE2E;
}

span.white{
	color :white;
}

input.lightgray{
	color:lightgray;
}

span.required{
	color:red;
}

.checkboxList {
    /*border:1px solid #e5e5e5;*/
    background-color:#fff; 
    color:#000;
    height: 100px; 
    overflow-y: scroll;
}

[ng-cloak], .ng-cloak
{
  display: none !important;
}


.st-sort-ascent:before {
    content: '\25B2';
    float: right;
}

.st-sort-descent:before {
    content: '\25BC';
    float: right;
}

.lr-drop-target-before{
  border-left: 2px solid orange;
}

.lr-drop-target-after{
  border-right: 2px solid orange;
}

[st-sort] {
cursor: pointer;
}


/* ************************************** */
/* Mandatory CSS required for ng-sortable */
/* ************************************** */

.as-sortable-item, .as-sortable-placeholder {
    /*display: block;*/
}

.as-sortable-item {
    -ms-touch-action: none;
    touch-action: none;
}

.as-sortable-item-handle {
    cursor: move;
}

.as-sortable-placeholder {

}

.as-sortable-drag {
    position: absolute;
    pointer-events: none;
    z-index: 9999;
}

.as-sortable-hidden {
  display: none !important;
}

/* ******************************************* */
/* Optional CSS, default style for ng-sortable */
/* ******************************************* */

.as-sortable-item, .as-sortable-placeholder {
    min-height: 20px;
    margin: 1px 2px 5px 1px;
    border-radius: 10px;
}

.as-sortable-item {
    border: solid 1px darkgrey;
    background-color: #ffffff;
}

.as-sortable-item-handle {
}

.as-sortable-placeholder {
    border: 1px dashed darkgrey;
    box-sizing: border-box;
   /* background-color: #dbdbdb;*/
   background-color: #ff0000;
}

.as-sortable-drag {
    opacity: .8;
}

.as-sortable-hidden {
}

li.dropdown.custom-language .dropdown-toggle {
padding: 11px 4px 10px 9px;
}
li.dropdown.custom-language .dropdown-toggle:hover {
  text-decoration: none;
}

@media (max-width: 767px){
	.header .nav > li > .dropdown-menu.language:after, 
	.header .nav > li > .dropdown-menu.language:before {
		margin-right: 180px;
	}

	.header .nav > li > .dropdown-menu.language {
  		margin-right: -180px;
	}
	
	.hidden_on-xs{
		display: none
	}
}



#map_canvas {
    height: 100%;
    width: 100%;
    margin: 0px;
}

#map_canvas {
    position: relative;
}

.angular-google-map-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
   
}

.angular_google_map_middle {
    display: table;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}


.cropArea {
	background: #E4E4E4; 
	overflow: hidden; 
	width:100%; 
	height:350px;
	position: relative;
}

.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}


div.center-cropped {
    width: 100px;
    height: 100px;
    overflow:hidden;
}
div.center-cropped img {
    min-height: 100%;
    min-width: 100%;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
}

.margin-10 {
	margin: 10px;
}
.btn-change-pass {
	margin: 8px;
}
.category-name {
	/* margin-top: 64px; */
	font-size: 16px;
	height: 28px;
	padding-top: 2px;
}

.finalmessage {
	padding: 10px 30px;
	background: #E3F3E3;
	border: 1px solid #037103;
	color: #037103;
	font-size: 15px;
}
.finalmessage h2 {
	margin-bottom: 20px;
}
.finalmessage p {
	line-height: 20px;
	margin-bottom: 20px;
}

.finalmessage-warning {
  color: #c09853 !important; 
  background-color: #fcf8e3 !important;
  border-color: #c09853 !important;
}


.finalmessage-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #7099A2;
}


.white-box {
	padding: 5px;
	background-color: white;
}
.inlineblock {
	display: inline-block;
}

/**** iut-list */

.iut-list-general{
	
	
	background-color: rgb(170, 170, 170);     
	box-sizing: border-box; 
	padding:4px; 
	margin-bottom: 10px;

	
	border-radius: 5px !important;
	
	-webkit-box-shadow: 3px 3px 3px 0px rgba(189, 97, 0, 0.92);
	-moz-box-shadow: 3px 3px 3px 0px rgba(189, 97, 0, 0.92);
	box-shadow: 3px 3px 3px 0px rgba(189, 97, 0, 0.92);	
	
	
	
	
} 

.iut-list-general-active{
	background-color: #EA9E40;
}
.iut-list-general:hover{
	/* border: 1px solid #ec2306; */ 
}

.iut-img-general{
	-webkit-box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.65);
	-moz-box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.65);
	box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.65);
}

.iut-list-sidebar-buttons a{
	display: block;
}

@media (max-width: 767px){
	.iut-img-surveys{
		width: 80px;
		height: 80px;	
	}
	
	.iut-list-general .cardtext{
	  font-size: 14px;
	  padding-bottom: 4px;
	}	
	
	.iut-list-general .cardtext2{
		padding-bottom:4px; 
		font-size: 12px; 
	}
	
	.iut-list-sidebar-buttons a{
		display: block;
	}	
	
	.iut-list-sidebar-buttons .btn-round-round > img{
		width: 30px;
		height: 30px;
		padding: 3px;
	}
	
	.iut-list-extra-buttons .btn-round-round > img{
		width: 30px;
		height: 30px;
		padding: 3px;	
	}
}


@media (min-width : 768px){	
	.iut-img-surveys{
		width: 150px;
		height: 150px;	
	}

}

.back-yellow {
	background-color: #eca22e !important;
  	color: #fff !important;
  	outline: none !important;
	padding: 7px 14px;
	font-size: 14px;
	text-shadow: none;
	border-width: 0;
	display: inline-block;
	margin-bottom: 5px; 
	font-weight: normal;
}
.back-green {
	background-color: #1F941F !important;
}
.opacity-15 {
	opacity: 0.15;
}

.iut-list-sidebar{
	background-color: rgba(92, 97, 122, 1); 
	box-sizing: border-box; 
	padding: 10px; 
	border: 1px solid #A4F8F7; 
	margin-bottom: 5px;

	border-radius: 5px !important;
} 







/********* iOS toggle *******/

/* http://www.cssscript.com/ios-7-style-switches-with-pure-css-css3/ */


.checkbox-label::before, .checkbox-label::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  outline: none;
  font-family: Helvetica Neue,helvetica,arial,verdana,sans-serif;
}

.ios-toggle,
.ios-toggle:active {
  position: absolute;
  top: -5000px;
  height: 0;
  width: 0;
  opacity: 0;
  border: none;
  outline: none;
}

.checkbox-label {
  display: block;
  position: relative;
  padding: 10px;
  /* margin-bottom: 20px; */
  font-size: 12px;
  line-height: 16px;
  width: 100%;
  height: 36px;
  /*border-radius*/
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  background: #CFCFCF;
  cursor: pointer;
  max-width: 60px;
  float: right;
}

.checkbox-label:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  line-height: 34px;
  text-indent: 40px;
  height: 36px;
  width: 36px;
  /*border-radius*/
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  top: 0px;
  left: 0px;
  right: auto;
  background: white;
  /*box-shadow*/
  -webkit-box-shadow: 0 3px 3px rgba(0,0,0,.2), 0 0 0 2px #dddddd;
  -moz-box-shadow: 0 3px 3px rgba(0,0,0,.2), 0 0 0 2px #dddddd;
  box-shadow: 0 3px 3px rgba(0,0,0,.2), 0 0 0 2px #dddddd;
}

.checkbox-label:after {
  content: attr(data-off);
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  left: -300px;
  padding: 10px;
  height: 100%;
  width: 300px;
  text-align: right;
  color: #DF4D2C;
  white-space: nowrap;
}

.ios-toggle:checked + .checkbox-label {
  /*box-shadow*/
  -webkit-box-shadow: inset 0 0 0 20px rgba(19,191,17,1), 0 0 0 2px rgba(19,191,17,1);
  -moz-box-shadow: inset 0 0 0 20px rgba(19,191,17,1), 0 0 0 2px rgba(19,191,17,1);
  box-shadow: inset 0 0 0 20px rgba(19,191,17,1), 0 0 0 2px rgba(19,191,17,1);
}

.ios-toggle:checked + .checkbox-label:before {
  
   left: calc(100% - 36px); 
  /*box-shadow*/
  -webkit-box-shadow: 0 0 0 2px transparent, 0 3px 3px rgba(0,0,0,.3);
  -moz-box-shadow: 0 0 0 2px transparent, 0 3px 3px rgba(0,0,0,.3);
  box-shadow: 0 0 0 2px transparent, 0 3px 3px rgba(0,0,0,.3);
}

.ios-toggle:checked + .checkbox-label:after {
  content: attr(data-on);
  display: block;    position: absolute;    z-index: 0;    top: 0;    
  left: -300px;    padding: 10px;    height: 100%;    width: 300px;    text-align: right;    color: #DF4D2C;    white-space: nowrap;
}

/*
.ios-toggle1. + .checkbox-label {

  -webkit-box-shadow: inset 0 0 0 0px rgba(19,191,17,1), 0 0 0 2px #dddddd;
  -moz-box-shadow: inset 0 0 0 0px rgba(19,191,17,1), 0 0 0 2px #dddddd;
  box-shadow: inset 0 0 0 0px rgba(19,191,17,1), 0 0 0 2px #dddddd;
}

.ios-toggle1:checked + .checkbox-label {

  -webkit-box-shadow: inset 0 0 0 18px rgba(19,191,17,1), 0 0 0 2px rgba(19,191,17,1);
  -moz-box-shadow: inset 0 0 0 18px rgba(19,191,17,1), 0 0 0 2px rgba(19,191,17,1);
  box-shadow: inset 0 0 0 18px rgba(19,191,17,1), 0 0 0 2px rgba(19,191,17,1);
}

.ios-toggle1:checked + .checkbox-label:after { color: rgba(19,191,17,1); }
*/


/***** vertical alingment columns */
.valign {
  font-size: 0;
}

.valign > [class*="col"] {
  display: inline-block;
  float: none;
  vertical-align: middle;
}


/**** custom radio buttons  ****/

.radio-button-default {
    display:none;
}
.radio-button-default + label:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  vertical-align: middle;
  margin-right: 8px;
  background-color: rgb(255, 255, 255);
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, .3);
  border-radius: 8px;
  border: 1px rgb(161, 161, 161) solid;
}

.radio-button-default:checked + label:before {
  content: "\2022";
  color: rgb(19, 191, 17);
  background-color: white;
  font-size: 2.3em;
  text-align: center;
  line-height: 11px;
}

/* directiva my-show */
.my-show-element.ng-hide-add {
  display:block !important;
  opacity: 1; 
  transition: opacity 1s;
}
.my-show-element.ng-hide-add.ng-hide-add-active {
  opacity: 0;
}
.my-show-element.ng-hide-remove {
  display:block !important;
  opacity: 0; 
  transition: opacity 1s;
}
.my-show-element.ng-hide-remove.ng-hide-remove-active {
  opacity: 1;
}


/**** panels ***/

.panel-orange{
	 border: 1.5px solid #98C08A;
}

.panel.panel-orange{
	background-color: #FCFFE0;
}

.panel-orange>.panel-heading {
    color: #FFF;
    background-color: #8FAF84;
    border: 1px solid #98C08A !important;
    border-bottom: 2px solid #98C08A !important;
}

/*** ellipsis ****/

.ellipsis1 {
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1; /* number of lines to show */
   line-height: 1.2em;        /* fallback */
   max-height: 1.2em;       /* fallback */
}

.ellipsis2 {
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 2; /* number of lines to show */
   line-height: 1.2em;        /* fallback */
   max-height: 2.4em;       /* fallback */
}

.ellipsis4-container {
   min-height: 4.8em;
}

.pointer {
	cursor: pointer !important;
}


/**** SELECT2   ****/

.select2-container-multi .select2-choices .select2-search-choice{
	background-color: #F3F7F4;
}


/*********** FORMS   ***************/
.form-control {
  border: 1.5px solid #69986C;
}
.select2-container-multi .select2-choices {
  border: 1.5px solid #69986C;
}
.select2-drop-active {
  border: 1.5px solid #69986C;
}
.select2-drop {
  border: 1.5px solid #69986C;
}


/**** FIXED columns + fluid   ***/


.col-img-fixed, .col-img-right {
  float: left;
}

.col-img-fixed {
  width: 160px;
}

.col-img-right {
  width:calc(100% - 160px );
}

@media (max-width: 767px){
	.col-img-fixed {
	  width: 80px;
	}
	.col-img-right {
	  width:calc(100% - 80px );
	}	
	

	
}

/* Orden preguntas (estadisticas) */
.q_position {
	background: rgb(200, 50, 50);
	font-size: 18px !important;
	border-radius: 100% !important;
	padding: 5px 10px;
	line-height: 25px;
}

.colorBoxSurvey>.panel-heading {
	color: #FFF;
	background-color: #69986C;
	border: 1px solid #69986C;
}
.colorBoxSurvey>.panel-body {
	border: 1px solid #69986C;
}
.colorBoxSurvey>.btn {
	color: rgb(60, 60, 60);
	background-color: #E8E8E8;
}




/***
UI Loading
***/
.spinner {
  position: fixed;
  z-index: 10051;
  width: 100px;
  top: 40%;
  left: 50%;
  margin-left: -55px;
  text-align: center;
}

.spinner > div, .spinner2 > div {
  width: 18px;
  height: 18px;
  background-color: #57BA4D;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
  animation: bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.spinner .bounce1, .spinner2 .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce1, .spinner2 .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}


/****************/

.myButton {
	-moz-box-shadow: 0px 10px 14px -7px #276873;
	-webkit-box-shadow: 0px 10px 14px -7px #276873;
	box-shadow: 0px 10px 14px -7px #276873;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #599bb3), color-stop(1, #408c99));
	background:-moz-linear-gradient(top, #599bb3 5%, #408c99 100%);
	background:-webkit-linear-gradient(top, #599bb3 5%, #408c99 100%);
	background:-o-linear-gradient(top, #599bb3 5%, #408c99 100%);
	background:-ms-linear-gradient(top, #599bb3 5%, #408c99 100%);
	background:linear-gradient(to bottom, #599bb3 5%, #408c99 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#599bb3', endColorstr='#408c99',GradientType=0);
	background-color:#599bb3;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:20px;
	font-weight:bold;
	padding:13px 32px;
	text-decoration:none;
	text-shadow:0px 1px 0px #3d768a;
	border-radius: 4px !important;
	width: 30px;
	height: 40px;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #408c99), color-stop(1, #599bb3));
	background:-moz-linear-gradient(top, #408c99 5%, #599bb3 100%);
	background:-webkit-linear-gradient(top, #408c99 5%, #599bb3 100%);
	background:-o-linear-gradient(top, #408c99 5%, #599bb3 100%);
	background:-ms-linear-gradient(top, #408c99 5%, #599bb3 100%);
	background:linear-gradient(to bottom, #408c99 5%, #599bb3 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#408c99', endColorstr='#599bb3',GradientType=0);
	background-color:#408c99;
}
.myButton:active {
	position:relative;
	top:1px;
}


@-webkit-keyframes bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0.0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes bouncedelay {
  0%, 80%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 40% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}



.imgbutton{
    opacity: 0.6;
    filter: alpha(opacity=60); /* For IE8 and earlier */
}

.imgbutton:hover {
    opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}

.cardtext{
  color: rgb(39, 104, 14);
  font-size: 22px;
  line-height: 1.2;
  padding-bottom: 10px;
}	

.cardtext2{
	padding-bottom:10px; 
	color:white; 
	font-size: 16px; 
	line-height: 1.2;
}



img {
    -webkit-filter:grayscale(0%);
    transition: -webkit-filter .1s linear;
}

.iut-btn-right{
	float: left;
}


.btn-round-square>img{
	width: 35px;
	height: 35px;
	
}

 

a {
  -webkit-transition: color .4s ease, background-color .4s ease;
  transition: color .4s ease, background-color .4s ease;
}

.navbar-brand {
  padding-top: 10px;
}

ul.page-sidebar-menu > li:hover > a {
  background: rgba(224, 34, 34, 0.54) !important;
}

.survey-title{
  font-weight: bold;
  font-size: 20px;
  /*padding-bottom: 1.3em;*/
  font-family: raleway;
}


.survey-name{
  font-weight: bold;
  font-size: 22px;
  line-height: 20px !important;
  font-family: raleway;
}

.survey-description{
	font-size: 18px;
	font-weight: normal;
	line-height: 25.2000007629395px;
	font-familiy: raleway;
}



.btn-defaultgreen:hover, .btn-defaultgreen:focus, .btn-defaultgreen:active, .btn-defaultgreen.active {
  color: #333;
  background-color: #13BF11;
  border-color: #318930;
}

.btn-defaultceleste:hover, .btn-defaultceleste:focus, .btn-defaultceleste:active, .btn-defaultceleste.active {
  color: #333;
  background-color: #C7F3FE;
  border-color: #40ACA4;
}

.img-gray:hover{
	-webkit-filter:grayscale(75%);
}






/******* CARD 2    *****/




	

.card2-thumb {
  width: 150px;
  margin-right: 10px;
  float: left;
}

.card2-panel-right {
  float: left;
  width: calc(100% - 160px); /* 160px:  width 150px (thumb) + margin-right 10px (thumb) */
  overflow: hidden;
}

.card2-sideright{
	float: left;
	width: 65px;
}

.card2-main{
	float: left;
 	margin-right: 10px;
	width: calc(100% - 75px);
}

.card2{
	min-height: 170px;
	max-height: 170px;
	overflow: hidden;
}

	
.initimage {
	display: block;
	margin: 0 auto;
	margin-bottom: 25px;
}


/* Custom, iPhone Retina */
@media only screen and (min-width : 320px){
	.card2-thumb {
	  width: 50px;
	  margin-right: 5px;
	}

	.card2-panel-right {
	  width: calc(100% - 55px); /* 160px:  width 50px (thumb) + margin-right 5px (thumb) */
	}
	
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px){
	.card2-thumb {
	  width: 50px;
	  margin-right: 10px;
	}
	
	.card2-panel-right {
	  width: calc(100% - 60px); /* 160px:  width 50px (thumb) + margin-right 10px (thumb) */
	}
		
}

/* Small Devices, Tablets */
@media only screen and (min-width : 600px){
	.card2-thumb {
	  width: 150px;
	  margin-right: 10px;
	  float: left;
	}
	
	.card2-panel-right {
	  float: left;
	  width: calc(100% - 160px); /* 160px:  width 150px (thumb) + margin-right 10px (thumb) */
	  overflow: hidden;
	}
	
	.card2-sideright{
		float: left;
		width: 65px;
	}
	
	.card2-main{
		float: left;
	 	margin-right: 10px;
		width: calc(100% - 75px);
	}
	
	.card2{
		min-height: 170px;
		max-height: 170px;
		overflow: hidden;
	}
	
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px){
	
	.initimage {
		display: inline-block;
		margin-right: 25px;
	}

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px){

}


/**** card  ****/

.item-card > .thumb {
  width: 90px;
  margin-right: 10px;
  float: left;
}

.overlay {
  overflow: hidden;
  background: rgba(0, 0, 0, 0);
  border: 0;
}

.item-card > .card-content {
  float: left;
  width: calc(100% - 100px);
  padding-top: 4px;
  overflow: hidden;
}

.item-card {
  position: relative;
  display: block;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(195, 217, 65, 0.07);
  -webkit-box-shadow: 0 0 1px 0px #AAA, 0 2px 0px 0px #999,0 5px 10px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 1px 0px #aaa, 0 2px 0px 0px #999999,0 5px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 2px 1px #AAA, 0 3px 0px 0px #999,1 5px 10px rgba(0, 0, 0, 0.25);
  -webkit-transition: all .1s linear .1s;
  -moz-transition: all .1s ease-in-out .1s;
  transition: all .1s ease-in-out .1s;
   margin-bottom: 10px;
  height: 90px;
    padding-right:10px;
}

.img-card{
	width: 90px;
	height: 90px;
}
.item-card > div > .description{
	color : black;
	font-size :12px;
}
.item-card > .card-content > .name{
	color: rgb(252, 252, 252);
	cursor: auto;
	/* display: inline; */
	font-family: Oswald, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 18px;	
	margin-bottom: 4px;
	margin-top: 4px;
}


.item-card > .card-content > .name:hover {
  color: #909090 !important;
}

.item-card > .card-content > .name:visited {
  color: #D2CFCF !important;
}

.item-card > .card-content > .name  {
  text-decoration: none;
  color: #757474;
  transition: all 0.2s ease 0s;
  outline: 0;
}




/**** iut-list-type1  ****/

.iut-list-type1{
	background-color: rgb(170, 170, 170);   
	box-sizing: border-box; 
	padding:4px; 
	margin-bottom: 10px;

	/* border: 1px solid #A4F8F7; */ 
	border-radius: 5px !important;
	-webkit-box-shadow: 3px 3px 3px 0px rgba(189, 97, 0, 0.92);
	-moz-box-shadow: 3px 3px 3px 0px rgba(189, 97, 0, 0.92);
	box-shadow: 3px 3px 3px 0px rgba(189, 97, 0, 0.92);
} 

.iut-list-type1:hover{
}

.iut-list-type1 > .thumb {
  float: left;
}

.iut-list-type1 > .thumb50 {
  width: 50px;
  margin-right: 10px;
}

.iut-list-type1 > .thumb > img{
	-webkit-box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.65);
	-moz-box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.65);
	box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.65);
}

.iut-list-type1  > .content {
 /* float: left;*/
 /* width: 100%;*/
  overflow: hidden;
}

.iut-list-type1  > .content60 {
  width: calc(100% - 60px);
}

.iut-list-type1  .content  .name{
  color: rgb(39, 104, 14);
  font-size: 18px;
  line-height: 1.2em;
  padding-bottom: 1.4em;
}

.iut-list-type1  .content .description{
	color : white;
	font-size :14px;
}

.iut-list-type1  .content .content-right150{
	float: right;
	width: 150px;
}

.iut-list-type1  .content .content-left{
	float: left;
}


/********* general Content ****/

.iut-content-name{
  color: rgb(39, 104, 14);
  font-size: 18px;
  line-height: 1.2;
}


/*************** iut-group-selector ***************/

.ui-select-choices-row{
	background-color: #FAFAFA;	
	margin: 3px;
}


/************* social networks ****************/
.facebook{
	background-color: #305891;
	color : white;
	font-size: 12px;
}

.facebook:visited, .facebook:hover, .facebook:focus{
	color : white;
}

.googleplus{
	background-color: #f8694d;
	color : white;
	font-size: 12px;
}
.googleplus:visited, .googleplus:hover, .googleplus:focus{
	color : white;
}

.twitter{
	background-color: #2ca8d2;
	color : white;
	font-size: 12px;
}
.twitter:visited, .twitter:hover, .twitter:focus{
	color : white;
}

.whatsapp{
	background-color: #58C042;
	color : white;
	font-size: 12px;
}

.whatsapp:visited, .whatsapp:hover, .whatsapp:focus{
	color : white;
}

.social-network-small-icon{
	/*margin-left:-15px;*/
	margin-right: 3px;
	width: 15px;
}

.social-network-medium-icon{
    margin-top: -5px;
    margin-right: -5px;
    width: 30px;
}


/***** Slick Carousel *****/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/***** slick-theme.css *****/
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    margin-top: -10px\9; /*lte IE 8*/
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    /* background: transparent; */
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: 25px;
    z-index: 9998;
    background: #000;
    border-radius: 50%;
    opacity: 0.7;
    width: 20px;
    height: 20px;
}
[dir='rtl'] .slick-prev
{
    right: 25px;
    left: auto;
}
.slick-prev:before
{
	z-index: 9999;
    content: "\2039";
}
[dir='rtl'] .slick-prev:before
{
    content: "\2039";
}

.slick-next
{
    right: 25px;
    z-index: 9998;
    background: #000;
    -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
    opacity: 0.7;
    width: 20px;
    height: 20px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: 25px;
}
.slick-next:before
{
	z-index: 9999;
    content: "\203a";
}
[dir='rtl'] .slick-next:before
{
    content: "\203a";
}

/* Dots */
.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -45px;

    display: block;

    width: 100%;
    padding: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 30px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* slick images (custom) */
.slick-image {
	height: 100px;
	margin: 0 5px !important;
	border: 2px solid #333 !important;
}

    
/**** UI tree **/

.angular-ui-tree-handle {
    background: none !important;
    border: 0 !important; 
    color: black !important;
    padding: 0px !important;
    margin-right: 4px;
    cursor: pointer;
    text-decoration: none;
    font-weight: normal !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 20px;
    line-height: 20px;
        
}

.card-state, .card-state:hover {
	text-decoration: none;
}

/* DASHBOARD */
.dashboard .dashboard-panel {
	background: #222;
}
.dashboard h3 {
	color:white;
}
.dashboard .dashboard-box {
	border: 1px solid #1d1d1d;
	background: #333 url(../img/bg-widget-head.png) repeat-x;
	-moz-box-shadow: 0px 0px 5px 2px #1d1d1d;
    -webkit-box-shadow: 0px 0px 5px 2px #1d1d1d;
    box-shadow: 0px 0px 5px 2px #1d1d1d;
    min-height: 230px;
}
.dashboard .dashboard-box .easyPieChart {
	margin: 10px auto 0 auto;
	width: 150px;
	height: 150px;
	line-height: 150px;	
	font-size: 20px;
	color: #fff;
}
.dashboard .dashboard-box .easyPieChart span {
	font-size: 40px;
}
.dashboard .dashboard-box .serial {
	width: 95% !important;
	margin: 0 auto;
}
@media (max-width: 991px){
	.dashboard-panel .col-md-4,
	.dashboard-panel .col-sm-6 {
		margin-top: 20px;
	}
}


/* COOKIES */
.cookies-box {
	position:fixed;
	bottom:0;
	min-height:110px;
	width:100%;
	background: rgba(86, 86, 86, 0.85);
	color:white;
	text-align:center;
	padding:8px 10%;
}
.cookies-legal, .cookies-legal:hover {
	color:white;
	text-decoration:underline;
}
.cookies-btn {
	margin: 5px;
	padding: 2px 10px;
	color: white;
}
.cookies-btn-accept {
	background: #7AA503;
}
.cookies-btn-cancel {
	background: #AD2222;
}


.iut-tag {
	padding : 4px;
	margin : 3px; 
	display : inline-block;
}

.iut-tag-questiontype {
	background-color : #2C52A6;
	color : white;
}

