/**
1. COMMON
2. HEADER
3. FORMS
**/

/**********
*	COMMON
**********/

body{
	font-family: 'Century Gothic', sans-serif;
	color: #58595b;
	/*font-size: 14px; */
  	line-height: 1.42857;
  	margin-bottom: 10px;
}

#footer{
	position: absolute;
	bottom: 10px;
	width: 83%;
	margin: auto;
	text-align: center;
	font-size: 0.8em;
}


/* titles */
h1, h2, h3, h4 {
    font-weight: 300;
}

/* size */
.size-xs{
	font-size: 0.8em;
}

.size-s{
	font-size: 0.9em;
}

.size-l{
	font-size: 1.5em;
}

.size-xl{
	font-size: 2em;
}

.size-xxl{
	font-size: 3em;
}

/* align */
.center{
	text-align: center;
}

.left{
	text-align: left;
}

.right{
	text-align: right;
}

.vertical-center{
	vertical-align: middle;
}

.margin-top{
	margin-top: 20px;
}

.bold{
	font-weight: bold;
}

/* links */
a.disabled  {
   pointer-events: none;
   cursor: default;
   color: #58595b;
}

a {
    font-weight: 400;
    background-color: transparent;
    color: #043C58;
    text-decoration: none;
}


.btn, .btn:hover, .btn:active, .btn:focus {
    background: #0A6182 none repeat scroll 0 0;
    color: #FFF;
    border-radius: 0;
    font-weight: 500;
    padding: 6px 24px;
}

.btn-xs, .btn-xs:hover, .btn-xs:active, .btn-xs:focus{
	 padding: 1px 5px !important;
}

.btn-success, .btn-success:hover, .btn-success:focus, .btn-success:active {
    background-color: #0A6182 !important;
    border-color: #043C58 !important;
    color: #fff;
}

.btn-default-white, .btn-default-white:hover, .btn-default-white:focus, .btn-default-white:active {
	background-color: #fff !important;
	border-color: #0A6182 !important;
	color: #0A6182;
}

.btn-disabled, .btn.disabled{
	pointer-events: none;
	cursor: default;
	color: #58595b;
	background-color: #DFF3FD !important;
	border-color: #D1D3D4;
	opacity: 0.65;
}

td.actions a.btn, td p.actions a.btn{
	width: 100%;
	margin-bottom: 5px;
}

.help {
    padding-left: 10px;
    text-align: right;
    width: 20px;
}


.alert-info .popover{
	color: #4a4a4a;
}

.alert{
	border-radius: 0;
}

.alert-warning{
	background-color: #FFF;
	border-color: #F5A61C;
	border-width: 2px;
	color: #58595b;
}
.alert-info{
	background-color: transparent;
	border-color: #45ADD6;
	border-width: 2px;
	color: #58595b;
}
.alert-success{
	background-color: transparent;
	border-color: #50AC48;
	border-width: 2px;
	color: #58595b;
}

.alert-danger{
	background-color: transparent;
	border-color: #f15d63;
	border-width: 2px;
	color:#58595b;
}

.label-info, .panel-primary .panel-heading{
	background-color: #2D7B9A;
	border: none;
	color: #FFF;
}

.label{
	border-radius: 0;
	font-weight: 500;
}

.progress-bar-success{
	background-color: #50AC48;
}


.panel-primary .panel-heading .popover{
	color: #808285;
}

.uppercase{
	text-transform: uppercase;
}

.border-right{
	border-right: 1px solid #DFF3FD
;
}

/* visibility */
.visibility-hidden{
	visibility: hidden; /*hide the element but keeps the size*/
}

/* tables */
.well .table{
	background-color: #FFF;
}

table.center td, table.center th{
	text-align: center !important;
	vertical-align: middle !important;
}

tr.border-top-double{
	border-top: 3px solid #DFF3FD;
}

tr.border-bottom-double{
	border-bottom: 3px solid #DFF3FD;
}

tr.more-visible, td.more-visible{
	font-weight: bold;
}

.bootstrap-table .pagination-detail{
	display: none;
}

.pagination-detail{
	display: none !important;
}

/* icons */
.icon-xs{
	height: 10px;
}

.icon-s{
	height: 15px;
}

.icon-m{
	height: 25px;
}

/* colors */
.red{
	color: #f15d63;
}

.green{
	color: #50AC48;
}

.yellow{
	color: #F5A61C;
}

/*lists*/
.center ul{
	text-align: left;
	margin-left: 15%;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    background-color: #57BBEA ;
    color: #fff;
		border-radius: 0;
}

.nav-pills > li > a:hover {
		border-radius: 0;
}

.icon-superman{
	width: 30px;
	height: 15px;
	display: inline-block;
	background-image: url('../img/assets/superman-flying.svg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 30px;
}

dt:after {
	content:" : ";
}

dt, dd{
	display: inline;
	line-height: 30px;
}

dd:after{
	 content:"\A";
	 white-space:pre;
}

/* fix minor bug in google charts */
svg > g > g:last-child { 
	pointer-events: none 
}

/**********
*	HEADER
**********/

header {
    background-color: #DFF3FD;
    padding-bottom: 5px;
}

header a:hover {
    color: #043C58;
    text-decoration: none;
}

/* language switcher */
#language-switcher{
	background-color: #043C58;
}

#language-switcher .navbar-nav {
    padding: 8px 0;
}

#language-switcher a, #language-switcher a:hover, #language-switcher a:active, #language-switcher a:visited{
	color: #FFF;
	text-decoration: none;
	background-color: #043C58;
	padding: 0 8px;
}

/* Breadcrumbs */
ol#wo-breadcrumbs{
	background-color: transparent;
	color: #FFF;
	padding-left: 0;
	margin-bottom: 0;
}

ol#wo-breadcrumbs a{
	color: #FFF;
}

.breadcrumb > li + li::before{
	content: '> ';
	color: #FFF;
}

/* Nav */

.navbar-header {
    padding: 15px 0;
}

#main-navbar .navbar-nav {
/*padding-left: 50px;*/
padding-top: 23px;
}

#main-navbar li a::after {
    color: transparent;
    content: attr(title);
    display: block;
    font-weight: 500;
    height: 1px;
    margin-bottom: -1px;
    overflow: hidden;
    visibility: hidden;
}

#main-navbar li a {
    display: inline-block;
    margin: 0 15px;
    padding: 6px 5px;
    text-align: center;
	text-transform: uppercase;
}

#main-navbar li a:hover {
	font-weight: 500;
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

#main-navbar li a:active {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

/* logo */
#app-logo{
	display: inline-block;
	width: 250px;
	margin: 30px 0 10px 0;
}


/**********
* BODY
**********/

/* Intro */
.intro {
    font-size: 16px;
    margin-bottom: 30px;
}

.blue-degrade {
     background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #57BBEA 0%, #0A6182 100%) repeat scroll 0 0;
    /*background-color: #50AC48;*/
    color: #fff;
}

.intro h1{
	margin-bottom: 20px;
  	margin-top: 10px;
	padding: 0
}

.intro form {
	border-top: #FFF solid 1px;
	border-bottom: #FFF solid 1px;
	margin: 20px 0 55px;
    padding: 40px 0 25px;
}

/**********
*	FORMS
**********/
input.input-xs{
	max-width: 400px;
}

input{
	max-width: 550px;
}

input.input-xxs{
	max-width: 250px;
}

input[type=text], input[type=password], input[type=email]{
	width: 550px;
}

select{
	display: block;
	width: 550px;
}

.form-group.center input, .form-group.center select{
	margin: auto;
}

.input-inline{
	display: inline;
}

label {
	display: inline;
}

.modal-header h4 label{
	font-weight: normal;
}

input.checkbox-block{
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

input.checkbox-block+label{
	font-weight: 300;
}

input.checkbox-block+label:after{
	content: "\A";
	white-space: pre;
}

input[type="checkbox"].styled:checked + label:after,
input[type="radio"].styled:checked + label:after,
.checkbox input[type=checkbox]:checked + label:after {
    font-family: 'Glyphicons Halflings';
    content: "\e013";
}

input[type="checkbox"].styled:checked label:after,
input[type="radio"].styled:checked label:after,
.checkbox label:after {
    padding-left: 4px;
    padding-top: 2px;
    font-size: 9px;
}

.radio-success input[type="radio"]:checked + label::after{
	background-color: #50AC48;
}

.radio-success input[type="radio"]:checked + label::before{
	border-color: #50AC48;
}

.checkbox-success input[type="checkbox"]:checked + label::before, .checkbox-success input[type="radio"]:checked + label::before{
	background-color: #50AC48;
	border-color: #50AC48;
}

input[type="checkbox"].styled:checked  + label{
	color: #0A6182;
	font-weight: bold;
}

.checkbox-vertical label{
	padding-left: 4px;
}

.checkbox-vertical label::after{
	content: '\A';
    white-space: pre;
}

input[type="radio"]+label{
	margin-right: 20px;
}

.radio-lg label {
	padding-right: 20px;
}

select.input-size{
	max-width: 550px;
}

.stats-type-radio .select-type label{
	font-weight: normal;
	padding-left: 5px;
}

/*jquery typehead*/
.center ul.typeahead-list {
    margin: auto;
    width: 550px;
    position: relative;
}

.typeahead-field input {
	background-color: #FFF;
}

select:disabled{
	background: #DFF3FD;
}

.typeahead-field input:disabled{
	background: #DFF3FD;
}

.blue-degrade select{
	color: #4a4a4a;
}

ul.form-errors {
    list-style: none;
    padding: 0;
		margin: 0;
}

ul.form-errors li:before {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 0 10px;
    content: "\e107";
}

/* SCROLLBAR */
::-webkit-scrollbar {
	width: 12px;
}
::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
::-webkit-scrollbar-thumb {
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

/* NAV */
.nav-pills{
	margin-bottom: 10px;
}

.btn-modale{
	word-wrap: break-word;
	white-space: normal;
	word-break: break-word;
}

/* TABS */
.tab-content{
	border: 1px solid #DFF3FD;
	padding: 10px;
}
.pdf-language{
	padding-left:20px;
}
.modal-trigger :hover{
	cursor: pointer;
}
.modal-home-page{
	vertical-align: middle;
}
.modal-home-page li{
	list-style-type:none;
	margin-bottom: 5px;
}

.help-contact-row{
	border-top: 1px solid #57BBEA;
	border-bottom: 1px solid #57BBEA;
	margin: 20px 0 55px;
  padding: 40px 0 25px;
}

.title_bar{
	background-color: #0A6182;
}
.popover .arrow {
	visibility: hidden;
}
.popover{
	width: 200px;
}
.point-half{
	margin-left: 50%;
}

.pagination > li > a, .pagination > li > span{
	background-color: #DFF3FD;
	color: #58595b;
}

.pagination > .active > a, 
.pagination > .active > span, 
.pagination > .active > a:hover, 
.pagination > .active > span:hover, 
.pagination > .active > a:focus, 
.pagination > .active > span:focus{
	background-color: #0A6182;
	border-color: #0A6182;
}

.panel-primary{
	border-color: #57BBEA;
}

.datepicker table tr td.active.active{
	background-color: #57BBEA;
	background-image: none;
	text-shadow: none;
}

.question-div{
	padding: 10px;
	margin: 20px 20px;
	border-radius: 1%;
}

.bg-info{
	background-color: #57BBEA !important;
	color: #FFF !important;
	padding: 10px;
	margin: 15px auto;
	max-width: 70%;
}