
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #555;
    font-size: 14px;
    line-height: 1.4;
    font-family: 'Lato', sans-serif;

}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #E7E7E7;
    margin: 20px 0;
    padding: 0;
    clear: both;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

* {
box-sizing: border-box;
}
nav ul, #schedule ul, footer ul {
	margin:0;
	padding: 0;
	list-style:none;
}
li {
	margin: 0;
	padding: 0;
}
div {
	display: block;
	}
h1,
.h1 {
  font-size: 36px;
    font-weight: 300;
}
h2,
.h2 {
  font-size: 30px;
  font-weight: 300;
}
h3,
.h3 {
  font-size: 24px;
  font-weight: 300;
}
h4,
.h4 {
  font-size: 18px;
}
.striped{
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .05) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .05) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .05) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%, transparent 75%, transparent);
  -webkit-background-size: 6px 6px;
  background-size: 6px 6px;
}

.striped.gray{
	background-color: #efefef;
}

.striped.dark{
	background-color: #131111;
}
.striped.green{
	background-color: rgb(0, 224, 181);
}

a {
	text-decoration:none;
	
	color:#1B4A73;
}
ul {
margin:0;
padding:0;
}
ul.none{
	list-style:none;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
html, body {
    height: 100%;
}

footer, #page_wrap::after {
    height: 60px;
}
#page_wrap::after {
    content: "";
    display: block;
}

#page_wrap {
    margin-bottom: -60px;
    min-height: 100%;
    
    padding-bottom:40px;
}

footer {
    background-color:#D2D1D1;
    box-shadow:0 2px 8px rgba(0, 0, 0, 0.08);
}

footer .subfooter1{
	display:inline-block;
	float:right;
	text-align:right;
	
	line-height: 60px;
}

footer .subfooter1 .logo img{
	height:20px;
	width:121px;
}

footer .subfooter2{
	display:inline-block;
	float:left;
	padding-top:10px;	
}

footer .subfooter2 span{
	display: block;
}


/******** HEADER *************/
/***********NAV 1********************/

.nav {
	background-color: #1B4A73;
	min-height:60px;
	width: 100%;
	border-bottom: 1px solid #000000;
	position:relative;
	padding: 0 20px;
	color:#eee;
}

.nav .brand{
	font-size: 30px;
    line-height: 60px;
    display: inline-block;
    
    float:left;
    /*width: 12%;*/
    width:136px;
}

.nav .header_links{
	float: left;
    width: calc(100% - 136px);
}

.header_logout_container{
	width:40%;
	float:right;
}

.nav .user{
    float: right;
    position: relative;
    padding-right: 20px;
    line-height: 60px;
    padding-left: 20px;
	color:#fff;
	
    /*text-overflow: ellipsis;*/  
    height: 60px;  
    max-width: 70%;
    overflow: hidden;
    word-break: break-all;
     
}

/*.nav .user span{
	text-overflow: ellipsis; 
	display:block;
}*/


.nav a.user:hover{
	background-color:#EEEEEE;
	color:#1B4A73;
}


.nav .logout{
    float: right;
    background-color: #fff;
    cursor: pointer;
    position: relative;
    padding-right: 20px;
    padding-left: 20px;
    line-height: 60px;
    color:black;;
}

.nav .logout:hover{	
	background-color: #eee;	
}

.nav .logout:active{	
	background-color: #aaa;
	color: #eee;
}


#navigation{
	color: #fff;
    float: left;
    padding-left: 20px;
    position: relative;
    /*width:50%;*/

    width:60%;
}

#navigation .menu li{
	display: inline-block;
    float: left;
    position:relative;
    padding:0 2%;
}

#navigation .menu li:last-child{
	border-right:none;
}

#navigation .menu li a, #navigation .menu li span{
	color:#fff;	
	display:inline-block;
	line-height: 60px;
    font-size:1.1em;
}

#navigation .menu li:hover{
	background-color:#EEEEEE;
}


#navigation .menu li:hover a{
	cursor:pointer;
}

#navigation .menu li:hover a, #navigation .menu li:hover span{
	/*background-color:#EEEEEE;*/
	color:#1B4A73;
}

#navigation .menu li.active a{
	color:#3cb8d1;
}


/*#navigation .menu li.active{
	color:#3cb8d1;
}*/


#navigation .menu li .sub-menu{
	list-style: none;
	margin: 0 !important;
	display: none;
	position: absolute; 	
	left: 0;	
	z-index: 50000;	
	box-shadow: 0 4px 4px #333;	
	padding: 0 !important;	
	min-width: 140px;
	
	/*border-top:2px solid #1B4A73;*/
}


#navigation .menu li:hover .sub-menu{
   	display: block;
}


#navigation .menu li .sub-menu li{
   	display: block;  	
   	border-bottom: 1px solid #dedede;
    border-top: 1px solid #fff;
    /*border-left:3px solid #1b4a73;*/
   	width: 100%;
   	padding:0;
}

#navigation .menu li .sub-menu li a{
	color:#1B4A73;
	display:block;
	background-color:#EFEFEF;
	line-height:35px;
	
	padding:0 5%;
}

#navigation .menu li .sub-menu li:hover a{
	color:#1B4A73;
	background-color:#fff;
}


#navigation .select-menu {
	display:none;
}




.icon.active, .nav .user .user-arrow .fa.active{
		transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
	}
	
.nav .dropdown {
	display:none;
	margin-top: 0;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  width: 100%;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #131111;
	overflow: auto;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.nav .dropdown li{
	height:30px;
	line-height:28px;
	border: 1px solid #000000;
  	border-top:none;
  	color: #bbbbbb;
}

.nav .dropdown li .option{
	padding-left: 20px;
	float:left;
}
.nav .dropdown li .icon{
	padding-right: 20px;
	float:right;
	line-height: 28px;
}

/*****************NAV - SUB ******************************/


.sub-nav {
	width: 100%;
	position: relative;
	min-height:40px;
	padding:10px;
	background-color: #fff;
	overflow: auto;
	-webkit-box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  	box-shadow:0 2px 8px rgba(0,0,0,0.08);
}
.sub-nav ul li{
	float:left;
	height: 40px;
}
.sub-nav .btn{
	color: #5F5E5E;
    background-color: #f5f5f5;
    border: 1px solid #e6e6e6;
    margin-right: 20px;
}
.sub-nav .btn:active{
	/*color: white;*/
	background-color: #e6e6e6;
}

/**************** BREADCRUMB******************/

.breadcrumb{
	 width: 100%;
    position: relative;
   	/*height: 30px;*/
   	line-height: 30px;
    background-color: #333;
    overflow: auto;
    padding-left: 40px;
	color: #ccc;
}
.breadcrumb ul li{
	float:left;
	margin-right: 20px;
}

.breadcrumb a{
	color: #ccc;
}

/************************ LOGIN **********************/

.login-box{
	background-color: #f5f5f5;
	padding:20px;
	margin:auto;
	width:400px;
	margin-top: 5%;
	-webkit-box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  	box-shadow:0 2px 8px rgba(0,0,0,0.08);
  	overflow:auto;
  	color:#eee;
}

.login-box .header{
	  text-align: center;
    padding-top: 20px;
    padding-bottom: 40px;
    font-size: 24px;
    color:#1B4A73;
}

.login-box .text{
	text-align: center;
    color:#888;
}

.login-box .input {
	background-color: #E7E7E7;
	width: 318px;
	height: 40px;
	color: #888;
	padding: 0 15px;
	position: relative;
	margin-bottom:10px;
	border:none;
	vertical-align: top;
}

.login-box .icon-box{
	width:40px;
	height: 40px;
	background-color: #DADADA;
	color: #888888;
	line-height: 40px;
	display: inline-block;
  	vertical-align: top;
  	text-align: center;
  	float: left;
}

.login-box .logo{
	height:auto;
	width:100%;
	padding:20px;
}

.forgot{
	color: #888;
	float:left;
	text-decoration: underline;
}
.signin{
	color:#888;
	text-decoration: underline;
	float:right;
	font-size: 18px;
}


/******** SIDEBUTTON***************/

.side-btn, .side-btn-secondary{
    width: 100%;
    /*height: 40px;*/
    display: block;
    text-align: left;
    /*line-height: 38px;*/
    color: #adadad;
    /*padding-left: 15px;*/
    cursor: pointer;
    position:relative;
    
    padding:10px 15px;
}

.side-btn{
	border-bottom: 1px solid #e8e8e8;
	background-color: white;
}

.side-btn:active{	
	background-color: #f0f0f0;
}


.side-btn-secondary.active{
	background-color:#000;
}

.side-btn-secondary{
	background-color: #333;
	border-bottom: 1px solid #4E4E4E;
}

.side-btn-secondary:active{
	background-color: #222;
	
}

.side-btn.active:before{
		width:6px;
		left:0;
		position: absolute;
		/*height: 40px;*/
		background-color: #3CB8D1;
		content:'';
		display:block;
		pointer-events:none;
		cursor: default;
		
		top:0px;
		height:100%;
}

.side-btn:after{
	content:"\f054";
	color: #f0f0f0;
	position:absolute;
	right:10px;
	top:12px;
	font: normal normal normal 14px/1 FontAwesome;
}

.side-btn.active:after{
		content:"\f078";
		color: #f0f0f0;
		position:absolute;
		right:10px;
		top:12px;
		font: normal normal normal 14px/1 FontAwesome;
	}

/************** CARD ************************/

.card-header{
	background-color: #fff;
	/*height: 60px;*/
	width:100%;
	/*line-height:40px;*/
	color: #3CB8D1;
    font-weight: bold;
    font-size: 20px;
   /* line-height:60px;*/
    position:relative;
    
    min-height:60px;
}

.pagination_container {
    background-color:#F5F5F5;
    /*height:40px;*/
    line-height:40px;
    
    /*line-height:12px;*/
}


.pagination_container .page{
    color: #1B4A73;
    font-weight: bold;
    margin: 0 5px;
    
   padding: 0 5px;
    
    /*float:left;*/
    
    /*display:inline-block;
    padding:2.5px 5px;*/
}

.pagination_container span.page{
	/*background-color: #3CB8D1;*/
    border-radius: 5px;
    
    background-color:#1B4A73;
    color:#F5F5F5;
}

.pagination_container a.page{

}

.pagination_container a.page:hover{
	/*background-color: #3CB8D1;
    border-radius: 10px;*/
    
    /*text-decoration:underline;*/
    
    background-color:#D2D1D1;
    border-radius: 5px;
}

.pagination_container div .arrow{
	font-size:14px;
	border:none;
	/*border-color:#1b4a73;*/
	color:#1b4a73;
	
	/*display:inline-block;*/
}


.pagination_container div .arrow:hover{
	color:#F5F5F5;
	background-color:#1b4a73;
}

.pagination_container div .arrow:active{
	color:#F5F5F5;
	background-color:#1b4a73;
}

/*.card-header .pagination_container .current{
	background-color: #3cb8d1;
    border-radius: 6px;
    color: white;
    display: inline-block;
    
    font-size: 16px;
    font-weight: normal;
    line-height: 40px;
    margin: 10px 0;
    padding: 0 10px;
}*/

.card-header.title{
	color:#1B4A73;
}

.card-header .result{
	background-color: #f5f5f5;
    border-radius: 6px;
    color: #1b4a73;
    font-size: 16px;
    font-weight: normal;
    line-height: 40px;
    padding: 0 10px;
    position: absolute;
    right: 20px;
    top: 10px;
    z-index: 2;
}

.card-header .only_text{
	padding: 15px 5%;	
}


.card-header .text{
	display: inline-block;
	width: 87.5%;
	padding: 0 2.5%;
	
	margin:15px 0;	
}

.card-header .tag{
	/*z-index:2;
	background-color: #3CB8D1;
	color: white;
	position:absolute;
	right:20px;
	line-height: normal;
	line-height:40px;
	top:10px;
	font-size:16px;
	padding: 0 10px;
	font-weight: normal;*/
	
	position:absolute;
	background-color: #3CB8D1;
	color: white;
	line-height:40px;	
	font-size:16px;
	padding: 0 10px;
	font-weight: normal;
	/*margin:10px 0;*/
	top:10px;
	display: inline-block;
	width: 10%;
	text-align: center;
}


.card-footer{
	background-color: #333;
	height: 40px;
	width:100%;
	color:#ccc;
	line-height:40px;
}


.arrow{
	color:#ccc;
	cursor: pointer;
	width:100px;
	text-align:center;
}

.arrow.left{
	border-right: 1px solid #555;
}
.arrow.right{
	
	border-left: 1px solid #555;
}

.arrow:active{
	background-color:black;	
}
.reader{
	width: 100%;
	height:auto;
	background-color:#FFE999;
	padding:20px;
	text-align:center;
	
}

.reader div.close{
	text-align:right;
	margin-top:10px;
}

.reader div.close span{
	background-color: #fff9e3;
    /*border-radius: 5px;*/
    padding: 4px 10px;
}
	
.reader div.close span:hover{
	/*color:#FFF9E3;*/
	cursor:pointer;
	color:#FFE999;
	background-color:#555;
}
	

.side-question-container{
	height: 420px;
	/*height: 400px;*/
	overflow-y:scroll;
	background-color: #ddd;
}


.side-question-container#sortable li:hover{
	cursor:move;
}


.side-question-container p.empty_text{
	font-size: 1.2em;
	text-align:center;
}

.side-question{
	width:100%;
	height:auto;
	display:block;
	text-align: left;
	background-color:#FFF9E3;
	/*border-bottom: 1px solid #EFE7CA;*/
	border-bottom: 2px solid #EFE7CA;
	color: #5F5E5E;
	padding:10px;
	/*cursor: pointer;*/
	/*height: 50px;*/
	/*white-space:nowrap;*/
	overflow: hidden;
	/*text-overflow: ellipsis;*/
	padding-left:25px;
	position:relative;
}


.side-question.active{
	background-color: #FFE999;
	border-bottom: 1px solid #E6D07E;
}
.side-question.active:before{
	    content: "\f00c";
	    position:absolute;
	    left:6px;
	    top:14px;
	    color: #3CB8D1;
	    font: normal normal normal 14px/1 FontAwesome;
}

.side-question div.buttons_container{
	/*border-top: 1px solid #dddddd;
    float: right;
    margin-top: 5px;
    padding-top: 2px;*/
    margin-top:10px;
    text-align: right;
}

.side-question div.buttons_container span{
	/*background-color: #ffe999;
    border-radius: 5px;*/
    /*margin: 0 5px;
    padding: 2px 10px;*/
    background-color: #efe7ca;
    margin: 0 5px;
    padding: 2px 10px;
}

.side-question div.buttons_container span:hover{
	background-color:#555555;
	cursor:pointer;
	color:#FFF9E3;
}

.side-question-footer{
	width: 100%;
	background-color: #f5f5f5;
	height: 50px;
	padding: 10px 10px;
}


.progress-container{
	padding:10px;
	background-color: #fff;
	height:120px;
}

.progress{
	border-radius:50%;
	height:70px;
	width:70px;
	border: 3px solid rgb(0, 186, 151);
	margin:auto;
	text-align:center;
	line-height:64px;
	color:rgb(0, 186, 151);
}

/******************** COMMONS OBJECTS **********************************/
/*************BUTTON******************/
.btn {
	border:transparent;
	position:relative;
	display:block;
	cursor: pointer;
	text-align: center;
	color:white;
	margin:auto;
	height: 40px;
	line-height:40px;
  	padding:0 20px;
  	 white-space: nowrap; 
    text-overflow: ellipsis;
}

.btn.primary {
	background-color: #1B4A73;
	border:transparent;
	color:white;

}

.btn.primary.login {
	-webkit-appearance: none;
	-moz-appearance: none;
	border:none;
	margin:auto;
  	width:200px;
  	display: block;
  	margin-top: 20px;
  	margin-bottom:30px;
  	float:none;
}
.btn.primary:active {
	background-color:#13324E;
}

.btn.secondary{
	color: #5F5E5E;
      background-color: #f5f5f5;
    border: 1px solid #e6e6e6;
    margin-right: 20px;

}
.btn.secondary:active{
background-color: #e6e6e6;
}
 
.btn.long{
	width:200px;
}
.btn.small{
	height:30px;
	line-height: 28px;
}

.success-pan{
	padding: 20px;
	width: 100%;
}
/****************PANEL**********************/

.panel{
	background-color: white;
	position:relative;
	overflow: hidden;
	-webkit-box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  	box-shadow:0 2px 8px rgba(0,0,0,0.08);
  	padding: 20px;
}

.panel h4{
	margin:0;
	font-weight: normal;
}

.panel label, .custom-modal label{
	font-weight:bold;
	display:block;
	margin-bottom:10px;
	margin-top: 10px;
}

.panel .btn.primary, .panel .btn.secondary{
	
	float:left;
	margin-right:20px;
}

.panel .btn.center_button{
	display: block;
    float: none;
    margin: 25px auto;
 }
 
.panel-header {
	background-color: #2e2722;
	height: 40px;
	line-height: 40px;
	color:#bbbbbb;
	top:0;
	padding: 0 15px;
}

.panel-header.secondary{

	background-color: #1E3452;
}

.panel-body {
	background-color: #110f0f;
	overflow: auto;
 	padding: 20px;
}
.panel-body.no-padding{
	padding: 0;
}
.panel-footer {
	background-color: #2e2722;	
	padding: 20px 0;
}

.tag {
	border-radius: 6px;
  	padding: 3px 3px;
  	/*display: inline-block;*/
}
	.tag.header {
		margin-left:20px;
	}
	.tag.green{
		background-color: #01893e;
		color:white;
	}
	.tag.orange{
		background-color: #e04f00;
		color:white;
	}
	.tag.red{
		background-color:rgb(223, 62, 62);
		color:white;
	}
	
.circle{
	position:relative;
	display:block;
	border-radius:50%;
	height:25px;
	width:25px;
	line-height:25px;
	text-align: center;
	top: 7.5px;
	font-weight: bold;
	float:left;
	margin-right:20px;
}
	.circle.white{
		background-color: white;
		color: #111;
	}
	
.link {
	color: white;
	text-decoration: underline;
}

.li-row{
	width:100%;
	height: 40px;
	line-height:40px;
	color: #bbbbbb;
	background-color: #131111;
	display:table;
	border-bottom: solid 1px #000000;
	padding: 5px 0;
}
.li-row:nth-child(even){
	background-color: #110f0f;
}

.li-row.budget {
	background-color: #4D8E3F;
	font-size: 22px;
	color: #ffffff;
	padding-top:10px;
	padding-bottom: 10px;
}

.panel option{
	color: #bbbbbb;

}

.material-img{
	width:30px;
	height:30px;
	margin-right: 20px
}


.border-box.stl{
	display: inline-block;
	border-color: #888888;
	height: 30px;
	line-height: 28px;
	padding:0 20px;
	margin-left:20px;
}

.border-box .fa-trash{
	margin-left:50px;
	cursor: pointer;
	color: white;
}


/**************TABLE***************/



table a{
	text-decoration:underline;
	    color: #1B4A73;
}


table span.export_evaluation{
	text-decoration:underline;
	/*color:#1b4a73;*/
}

table span.export_evaluation:hover{
	cursor:pointer;
}
/************************* Connect **********/

.btn-box{
	margin-top: 40px;
	padding: 15px;
	margin-left:15px;
	margin-right: 15px;
	border-radius:6px;
	overflow:auto;
}

/******************* MODAL *******************/

.back-panel{
	z-index:5;
	background-color: rgba(0,0,0,0.7);
	width:100%;
	height: 100%;
	position:fixed;
	top:60px;
}

.success-panel {
	top: 10%;
	position:relative;
	display:block;
	z-index: 10;
	width: 300px;
	margin:auto;
	padding:20px;
	background-color: #2e2722;
	border-radius: 6px;
	border: 1px solid white;
}

.success-icon{
	margin: auto;
	font-size: 36px;
	text-align:center;
	border: 3px solid rgb(0, 224, 181);
	border-radius: 50%;
	height:65px;
	width:65px;
	line-height: 59px;
	margin-bottom:20px;
	color:rgb(0, 224, 181);
}

/****************PROJECT********************/
.project-header{
	color:#bbbbbb;
	width: 100%;
	height: 40px;
	line-height: 40px;
	background-color: #2e2722;
	text-align: left;
	margin-top:15px;
	padding: 0 20px;

	
	}
.project-nav-option{
	color: #888888;
	height: 40px;
	line-height: 40px;
	background-color: #131111;
	width:100%;
	position:relative;
	display:block;
	padding: 0 20px;
	border: 1px solid #000000;
	border-top:none;
	cursor:pointer;
}

.project-nav-option.active{
	color: white;
}
.project-nav-option.active:after{
	height: 39px;
	width:10px;
	position:absolute;
	left:0;
	top:0;
	background-color: #e04f00;
	display:block;
	content:'';
}

.project-space{
	width: 100%;
	background-color:#4e4e4e;
	height: 100%; 
}


#viewer{
	width:100%;
}
.scale{
	position:absolute;
	top: 60px;
	left:0;
	border: 1px solid #252525;
	z-index:5;
}

.scale.sm{
  top: 40px;
  height: 150px;
}

.screenshot{
	border-radius: 6px;
	border: 1px solid #252525;
	width:100%;
	height: auto;
}
.img-checkbox{
	display:block;
	margin:10px auto 20px auto;
}

.viewer-title{
   font-size: 18px;
  display: inline-block;
  vertical-align: -webkit-baseline-middle;
  text-align: center;
  padding: 0 50px;
  margin: auto;
}
/****************FORM**********************/
.form-control, select, input[type="search"]{
	background-color: #f5f5f5;
    border: 1px solid #e6e6e6;
	color: #888;
	height: 30px;
	padding:0 5px;
}

.form-control {
	/*max-width:650px;
	min-width: 250px;*/
	min-width:80%;
	max-width:80%;
}

.form-control.only_one{
	max-width: 650px;
	min-width: 250px;
}

input[disabled]{
	background-color:#e6e6e6;	
}

 textarea.form-control{
	height:auto;
	width: 100%;
}

label.label_with_description{
	margin-bottom: 0;
    margin-top: 15px;	
}

p.form_description{
	/*font-size: 0.9em;*/
    margin-top: 0;
    /*max-width: 650px;
    min-width: 250px;*/
    color:#888;
}

label, input{
	vertical-align:middle;
}
.checkbox{
	color: #ffffff;
	padding: 15px;
}

.checkbox.no-padding{
	padding:0;
}
.checkbox label{
	vertical-align: middle;
	cursor: pointer;
}
.checkbox input[type="radio"], .checkbox input[type="checkbox"]{
	vertical-align:middle;
	margin-right: 10px;
	cursor:pointer;
} 
input[type="checkbox"], input[type="radio"]{
	cursor: pointer;
}


.form-radio-container label{
	display:inline-block;
	cursor:pointer;
	margin-top:5px;
	margin-bottom:5px;
	
	color: #555;
}


.change_password_container{
	margin-top:25px;
}

.change_password_container span.link{
	display:inline-block;
	color:#1B4A73;
	text-decoration:underline;
}

.change_password_container span:hover{
	cursor:pointer;
}

.change_password_container input[type="text"], .change_password_container input[type="password"]{
	float:left;
	margin-right:10px;
}

.change_password_container .btn{
	height:30px;
	line-height:30px;
}

.change_password_container span.error_message{
	color:#C81919;
}

.options_container{
	
}

.options_container input[type="checkbox"], input[type="radio"]{
	margin-right:10px;
}

.options_container label{
	color: #888;
    display: inline-block;
    /*font-size: 0.9em;*/
    font-weight: normal;
    margin: 5px 0;
}

/************ICONS***************/
.fa.top-icon{
	position: absolute;
    left: 12px;
    top: 16px;
    z-index: 1;
}

/*.fa.green{
	color:#00BA1C;
}

.fa.light_green{
	color:#00BA97;
}

.fa.excel_green{
	color:#207347;
}

.fa.orange{
	color:#FFA600;	
}

.fa.blue{
	color:#3CB8D1;
}
.fa.darkblue{
	color:	#1B4A73;
}
.fa.wheat{
	color: #F5DEB3;
}
.fa.grey{
	color:#888;
}

.fa.pink{
	color:#F5A9BC;
}

.fa.red{
	color:#C81919;
}*/

/************COLORS AND BACKGROUNDS***************/

.fa.internal_mgmt_color{
	/*color:#F5DEB3;*/
	color:#ccc;
}

.green{
	color:#00BA1C;
}

.light_green{
	color:#00BA97;
}

.excel_green{
	color:#207347;
}

.orange{
	color:#FFA600;	
}

.blue{
	color:#3CB8D1;
}
.darkblue{
	color:	#1B4A73;
}
.wheat{
	color: #F5DEB3;
}
.grey{
	color:#888;
}

.pink{
	color:#F5A9BC;
}

.red{
	color:#C81919;
}


/********** MESSAGES ***********/
.error{
	color:#C81919;
}

.error.center{
	text-align:center
}

.error i{
	display:block;	
}

.error p{
	margin-top:0px;
	margin-bottom:0px;
}

.ok{
	color:#02C833;
}

.ok.center{
	text-align:center
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.clearfix:after {
    clear: both;
}
.clearfix{
	clear:both;
}

.margin-bottom-40{
	margin-bottom: 40px;
}
.margin-bottom-20{
	margin-bottom: 20px;
	}
.margin-bottom-10{
	margin-bottom: 10px;
	}
.margin-bottom-5{
	margin-bottom: 5px;
	}
.margin-top-20{
	margin-top: 20px;
}	
.margin-top-40{
	margin-top:40px !important;
}
.margin-top-100{
	margin-top:100px !important;
}

.padding-top-10{
	padding-top:10px;	
}

.padding-bottom-10{
	padding-bottom:10px;
}

.padding-top-15{
	padding-top:15px;	
}

.padding-bottom-15{
	padding-bottom:15px;
}

.border-box{
	border-radius: 5px;
	border: 1px solid #cccccc;
}
.display-table{
	display:table;
}
.display-table-cell{
	display:table-cell;
	padding: 0 20px;
	text-align: left;
}

.display-block{
	display:block;
}

.display-inline-block{
	display: inline-block;
}

.float-left{
	float:left;
}
.float-right{
	float:right !important;
}
.no-padding{
	padding:0 !important;
}
.no-margin{
	margin: 0!important;
}
.right-align{
	text-align: right;
}
.left-align{
	text-align:left;
}
.center-align{
	text-align: center;
}

.disabled{
	pointer-events:none;
	opacity: 0.5;
}

.option-text{
	  color:rgb(0, 215, 224);
 	 font-size: 14px;
}
.fa.margin-right{
	
	margin-right:10px;
}
.fa.margin-left{
	
	margin-left:10px;
}
.no-padding{
	padding:0;
}
.shadow{
	-webkit-box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  	box-shadow:0 2px 8px rgba(0,0,0,0.08);
}
.float-none{
	
	float:none !important;
}


.home_box_link{
    /*box-shadow: 0 4px 4px #d2d1d1;*/
    box-shadow:0 2px 2px #d2d1d1;
    /*margin: 0 10%;*/
    margin:15px 0;
    /*min-height: 160px !important;*/
    min-height: 140px !important;
    padding: 10% 5%;
    text-align: center;
    
    /*border-left:3px double;*/
   
}

/*.home_box_link.internal_user_management_box{
	border-color:#00ba97;
}

.home_box_link.external_user_management_box{
	border-color: #F5A9BC;
}*/

.home_box_link i{
	font-size: 3.5em;
    margin-bottom: 10px;
    
    color:#1B4A73;
}

.home_box_link span{
	display: block;
    font-size: 1.2em;
    font-weight: bold;
}

.home_box_link p{
	margin-bottom:0px;
}

.home_box_link:hover{
	cursor:pointer;
	background-color:#f5f5f5;
}






/********* CUSTOM MODAL PANEL*************/

.custom-modal{
	padding:20px;
	background-color: white;
	z-index:10;
	position: absolute;
	max-width:600px;
	top:3%;
	left:0;
	right:0;
	margin:auto;
}

.custom-modal .side-question-container{
	height: auto;
	max-height: 400px;
}



/************* STYLES OVERRIDE *****************/

.ui-widget-overlay{
 background:#666 none repeat scroll 0 0 !important;
 z-index:5;
}
.no-close .ui-dialog-titlebar-close {
 display: none;
}

.no-close .ui-dialog-titlebar{
 display: none;
}

.ui-widget-content {
    background: white;
}

.ui-widget input{
	background-color: #f5f5f5;
    border: 1px solid #e6e6e6;
	color: #888;
	height: 30px;
	padding:0 5px;
	width:100%;
}

.ui-widget-content .text{
	margin-bottom:10px;
}


/************ Window Example**********/

.saving_window {
 background-color: #fafafa !important;
    color: #333;
    font-size: 1em;
    height: auto !important;
    padding: 15px 0 !important;
    text-align: center;
    width: auto !important;
}

.saving_window i{
	font-size: 1.5em;
}

.saving_window .text{
 margin-top:15px;
 margin-bottom:15px;
 color:#666;
}


.alert_window {
	background-color: #fafafa !important;
    color: #333;
    font-size: 1em;
    height: auto !important;
    /*padding: 15px 0 !important;*/
    padding:15px 5% !important;
    text-align: center;
    width: auto !important;
}

.alert_window span.icon{
	color: rgb(223, 62, 62);
    font-size: 2em;
}

.alert_window .text{
	margin-top:15px;
 	margin-bottom:15px;
 	color:#666;
}

.alert_window button{
	margin-left: auto;
    margin-right: auto !important;
}

.alert_window .buttons_container {
	text-align:center;
}

.alert_window .buttons_container button{
	display: inline-block;
    margin-left: 2%;
    margin-right: 2%;
}

.alert_window.with_textarea textarea{
	width:100% !important;
	
	
	background-color: #f5f5f5;
    border: 1px solid #e6e6e6;
    color: #888;
}


.criterion_data_container{
	padding: 0 5%;
}

.criterion_data_container a{
	 color: #555;
}

.criterion_data_container a:hover{
	 color: #3cb8d1;
}

.criterion_data_container .category_title{
	/*border-bottom:1px solid #1B4A73; 
    font-size: 1.1em;
    font-weight: bold;*/
    
    background-color: #f5f5f5;
    font-size: 1.1em;
    font-weight: bold;
    padding: 5px 2%;
    position:relative;
}

.criterion_data_container .category_title .title{
	width: calc(100% - 100px);
	display: inline-block;
}

.criterion_data_container .category_title .result{
    background-color: #ffffff;
    border-radius: 6px;
    float: right;
    font-weight: bold;
    padding: 0 10px;
    
    
    width: 100px;
	text-align: center;
}

.criterion_data_container .indicators_container{
	/*padding:5px 2% 25px;*/
	margin-bottom:25px;
}

.criterion_data_container .indicators_container .item{
	border-bottom: 1px solid #f5f5f5;
    display: block;
    /*padding: 4px 2%;*/
    padding:10px 2%;
}

.criterion_data_container .indicators_container .item .title{
	width: calc(100% - 80px);
	display: inline-block;
}

.criterion_data_container .indicators_container .item  i{
	font-size:0.5em;
	vertical-align:middle;
}

.criterion_data_container .indicators_container .item .result{
	color: #1b4a73;
    float: right;
    font-weight: bold;
    
    width: 80px;
	text-align: right;
}

.error_container{
	text-align:center;
	padding:5% 10%;
}

.error_container i{
	font-size:10em;
}

.error_container h4{
	margin-top:10px;
}

.red{
	color:#C81919;
}




.filter_container{
	/*border-bottom: 2px solid #e6e6e6;*/
	margin-bottom: 15px;
	padding-bottom: 2%;
	text-align:center;
}

/*.filter_container select.form-control{
	margin-left:5px;
	margin-right:5px;
	margin-bottom:10px;
}*/

.filter_container select{
	width:100%;
	margin-bottom:10px;	
}


.filter_container .btn{
	height:25px;
	line-height:25px;
	
	margin-top:5px;
}

.list_container{
	background-color: #dddddd;
    border: 1px solid #e6e6e6;
    height: 200px;
    margin-bottom: 20px;
    overflow-y: scroll;
}

.list_container div.list_item{
	background-color: #f5f5f5;
   /* margin-bottom:10px;*/
    padding:0 10px 2px;  
    border-bottom:1px solid #dddddd;
}



.list_container div.list_item label{
	display:inline-block;
	margin: 5px 0px 5px 5px;
}

/*.list_container div.list_item label a{
	color:#1B4A73;
}*/

.criterion_data_precontainer{	
	margin-top:30px;
}

.criterion_data_precontainer.no_margin_top{	
	margin-top:0px;
}
.criterion_data_precontainer .criterion_title_container{
	padding:10px;
	background-color:#F5F5F5;
	color:#1B4A73;
	/*margin-bottom:15px;*/
	border-bottom:2px solid #1B4A73;
}

.criterion_data_precontainer .criterion_title_container .title{
	font-size:1.1em;
	font-weight:bold;
	
	width: calc(100% - 100px);
	display: inline-block;
}

.criterion_data_precontainer .criterion_title_container .title.only_label{
	width:100%;
	display:block;
}

.criterion_data_precontainer .criterion_title_container .result{
    float: right;   
    width: 100px;
	text-align: right;	
}

/*.chart_container{
	width:700px;
	height:450px;
	margin-left:auto;
	margin-right:auto;
	margin-top:100px;
}*/

.criterion_data_precontainer.with_graph{	
	width:calc(100% - 700px);
	float:left;
}

.spider_graph{
	width:700px;
	height:450px;
	margin-left:auto;
	margin-right:auto;
}

.spider_graph.with_results_container{
	float:left;
}

.spider_graph.with_results_container .legend table{
	position:relative !important;
	font-size:14px !important;
}

.banner_box{
	background-color:#F5F5F5;
	text-align:center;
	padding:15px 2%
}

.banner_box span{
	color:#1B4A73;
	display:inline-block;
}

.banner_box span:hover{
	text-decoration:underline;
	cursor:pointer;
}

.content_breadcrumb{
	padding:5px;
	color:#333333;
	font-size:1.1em;
	font-weight:bold;
}

/************ Responsive COLS ***************/

.row {
  margin-right: -15px;
  margin-left: -15px;
  display:block;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}


.detail_container{
	
}

.detail_container label{
	font-weight:normal;
	margin:0px;
}

.detail_container .label_data{
	font-size: 1.1em;
    font-weight: bold;
    /*margin: 0 0 15px;*/
}

.my_datatable .btn.secondary.assignation_button{
	float:none;
	margin:0 auto;
	background-color:#f0f0f0;
}

.my_datatable .btn.secondary.assignation_button:hover{
	background-color:#fff;
}

.list_no_bullet{
	list-style:none;
}

.my_datatable ul{
	list-style:none;
}


.results_report_container{
	
}

.results_report_container .level_container{
	
}

.results_report_container .level_container .text{
	/*display:inline-block;*/
}

.results_report_container .level_container img{
	float: left;
	padding-right: 40px;
	max-width: 450px;
	margin-bottom: 25px;
	box-sizing: border-box;
}


.results_report_container .criterion_results_container{
	/*width:calc(100% - 700px);
	float:left;*/
}

.results_report_container .criterion_results_container h4{
	font-weight:normal;
}
/* ESTILOS RESPONSIVE */

/* ==========================================================================
   RESPONSIVE Media Queries for Responsive Design.
   ========================================================================== */

/********************  SM *****************************/
@media (min-width: 768px) {
	.section{
		padding-left:20px !important;
		padding-right:20px !important;
	
	}

  .container {
    width: 750px;
  }
  #burger{
  	display:none;
  }
  
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
}
/****************** MD  ***********************************/
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
  #burger{
  	display:none;
  }
  
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
}


/****************** LONG  ***********************************/

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
  #burger{
  	display:none;
  }
  
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
}


/*@media (min-width: 768px) and (max-width:980px){*/
@media (min-width: 600px) and (max-width:980px){
	#navigation{
		padding-left:5px;
		font-size:0.9em;
		width:70%;
	}
	
	.header_logout_container{
		width:30%;
	}
	
	.nav .logout{
		line-height:30px;		
		float:none;
		display:block;
		width: 80%;
		margin: 0 auto;
		text-align: center;
	}
	
	.nav .user{
		line-height:30px;
		height:30px;
		float:none;
		display:block;
		width: 80%;
		margin: 0 auto;
		text-align: center;
		max-width:80%;
	}
}
	

@media (max-width: 1200px){
	.spider_graph.with_results_container{
		float:none;
	}
	.criterion_data_precontainer.with_graph{
		width:100%;
	}
}

@media (max-width: 767px){
	.signin{
		float: left;
	    font-size: 14px;
	    margin-top: 10px;
	}	

	nav .user .avatar, nav .user .username {
		display:none;
		
	}
	
	#burger{
		width: 35px;
		top: 30px;
		right:20px;
		display: block;
		background:transparent;
		height: 32px;
		position:absolute;
		cursor: pointer;
	}

	#burger div{
		border-radius: 4px;
		height: 4px;
		width: 35px;
		background: #ffffff;
		position: absolute;
		display: block;
	}
	#burger .line1 {
	top: 0px;
	}
	#burger .line2 {
	top: 10px;
	}
	#burger .line3  {
	top: 20px;
	}  
	
	
	#burger div{
		transition: 0.3s linear;
		-webkit-transition: 0.3s linear;
	}
	
	#burger.active .line2 {
		background-color:transparent;
	}

	#burger.active .line1{
		/*top:10px;*/
		transform:translate(0,10px) rotate(45deg);
		-webkit-transform:translate(0,10px) rotate(45deg);
	}
	
	#burger.active .line3 {
		transform:translate(0,-10px) rotate(45deg);
		-webkit-transform:translate(0,-10px) rotate(-45deg);
	} 

	.login-box{
		width:300px;
	}
	
	.login-box .input{
		width:220px;
	}

	.nav .logout{
		line-height:30px;
	}
	
	.nav .user{
		line-height:30px;
	}	
	
	.menu{display:none}

	.select-menu{
		background-color: inherit;
	    border: medium none;
	    display: block !important;
	    color:#fff;
	    
	    margin-top:15px;
	}
	
	.select-menu:hover{
		cursor:pointer;
	}

	.select-menu :hover{
		cursor:pointer;
	}
	
	
	
		
	.spider_graph{
		width:450px
	}
	



	.results_report_container .level_container img{
		max-width: 100%;
		float: none;
		margin-left: auto;
		margin-right: auto;
		padding-right: 0px;
		display: block;
	}
	
	.results_report_container .level_container .text{
		display:block;
	}


}


@media (min-width: 600px) and (max-width:767px){
		#navigation{
		padding-left:5px;
		font-size:0.9em;
		width:50%;
	}
	
	.header_logout_container{
		width:50%;
	}

}
	

@media (max-width:600px){
	.nav{
		min-height:120px;
	}
	.nav .brand{
		width:100%;
		text-align:center;
	}
	

	.nav .header_links{
		width:100%;
	}
	
	#navigation{
		width:20%;
		padding-left:0px;
	}
	
	.header_logout_container{
		width:80%;
	}
	
	.nav .logout{
		line-height:30px;
	}
	
	.nav .user{
		line-height:30px;
		height:30px;
	}
	

	.spider_graph{
		width:300px;
	}
	
	
}


@media (max-width: 500px) {
	footer{
		font-size:0.9em;
	}
	
	footer .subfooter1{
		width:100%;
		float: left;
		text-align:left;
		line-height:20px;
	}
	
	footer .subfooter1 .logo img {
	    height: 18px;
	    width: 109px;
	}
		
	footer .subfooter2{
		width:100%;
		padding-top:0px;
	}
	
	
	
	.results_report_container .level_container img{
		max-width:100%;
	}
}







