@charset "UTF-8";

/*------------ GENERAL ------------ */
@import url('https://fonts.googleapis.com/css?family=Raleway');
@font-face {
    font-family: Raleway-Black;
    src:url(../font/Raleway-Black.ttf);
}

@font-face {
    font-family: Raleway-LightItalic;
    src:url(../font/Raleway-LightItalic.ttf);
}

@font-face {
    font-family: Raleway-ExtraBold;
    src:url(../font/Raleway-ExtraBold.ttf);
}

@font-face {
    font-family: Raleway-ExtraLightItalic;
    src:url(../font/Raleway-ExtraLightItalic.ttf);
}

@font-face {
    font-family: Raleway-BoldItalic;
    src:url(../font/Raleway-BoldItalic.ttf);
}

@font-face {
    font-family: Raleway-ExtraBoldItalic;
    src:url(../font/Raleway-ExtraBoldItalic.ttf);
}

@font-face {
    font-family: Raleway-ExtraLight;
    src:url(../font/Raleway-ExtraLight.ttf);
}

@font-face {
    font-family: Raleway-Bold;
    src:url(../font/Raleway-Bold.ttf);
}

@font-face {
    font-family: Raleway-Italic;
    src:url(../font/Raleway-Italic.ttf);
}

@font-face {
    font-family: Raleway-ThinItalic;
    src:url(../font/Raleway-ThinItalic.ttf);
}

@font-face {
    font-family: Raleway-SemiBoldItalic;
    src:url(../font/Raleway-SemiBoldItalic.ttf);
}

@font-face {
    font-family: Raleway-Medium;
    src:url(../font/Raleway-Medium.ttf);
}

@font-face {
    font-family: Raleway-Light;
    src:url(../font/Raleway-Light.ttf);
}

@font-face {
    font-family: Raleway-MediumItalic;
    src:url(../font/Raleway-MediumItalic.ttf);
}

@font-face {
    font-family: Raleway-SemiBold;
    src:url(../font/Raleway-SemiBold.ttf);
}

@font-face {
    font-family: Raleway-BlackItalic;
    src:url(../font/Raleway-BlackItalic.ttf);
}

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

@font-face {
    font-family: Raleway-Thin;
    src:url(../font/Raleway-Thin.ttf);
}

b {
	font-family: Raleway-Bold, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
}

i {
	font-family: Raleway-Italic, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
}

html {
	height: 100%;
  	box-sizing: border-box;
	background-color: #544E4A;
}

body {
	font-family: Raleway-Regular, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	font-size: 14px;
	line-height: 20px;
	margin:0;
	color:#333;
	height: 100%;
}

a {
	text-decoration:none !important;
	color:#333;
}

a:hover {
	text-decoration:none !important;
	color:#39BDD3;
}

main {
	position: relative;
	padding: 130px 60px 90px 60px;
	width: 100%;
	min-height: 100vh;
	background-color:#ececec;
}

#container-page {
	width: 100%;
	max-width: 1024px;
	margin: auto;
	display: table;
}

.title-page {
	text-transform: uppercase;
	font-family: Raleway-SemiBold, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 20px;
	line-height: 22px;
	margin-bottom: 40px;
	color: #333;
}

@media (max-width: 768px) {
	
	main {
		padding: 80px 20px 80px 20px;
	}

}





/*------------ WIZARD ------------ */
#smartwizard ul li {
	padding-bottom: 40px;
}

.sw-theme-default {
	background-color: transparent;
    border: none;
    box-shadow: none;
}

.sw-toolbar {
	background-color: transparent !important;
	border-bottom: none !important;
	padding-bottom: 20px;
}

.nav-tabs {
	border-bottom: none !important;
}

.btn {
	font-family: Raleway-Light, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.btn-info {
    color: #000 !important;
    background-color: #39BDD3 !important;
    border-color: #333 !important;
}

.btn-skip, .btn-search-all {
	color: #000 !important;
    background-color: #39BDD3 !important;
    border-color: #333 !important;
}

.btn-finish:hover {
	background-color: #544E4A !important;
	color: #FFF !important;
}

.disabled {
	color: #CCC !important;
	background-color: #ECECEC !important;
	border-color: #CCC !important;
}

.step-content {
	background-color: #FFF;
	padding: 20px 40px 20px 40px !important;
	box-shadow: 2px 4px 8px #bdbfca;
}

.sw-theme-default > ul.step-anchor > li.active > a {
	color: #544e4a !important;
}

.sw-theme-default > ul.step-anchor > li > a::after {
	background: #544e4a !important;
}





/*------------ CONTAINER STEP WIZARD ------------ */
.form-step {
	display: inline-block;
	width: 100%;
}

.container-form-item {
	margin-top: 20px;
	margin-bottom: 20px;
	width: 100%;
	float: left;
}

.container-form-item-50 {
	width: 49%;
}

.form-item-sx {
		margin-right: 1%;
}

.form-item-dx {
		margin-left: 1%;
}

.container-form-item label {
	font-family: Raleway-Regular, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.container-form-item input , .container-form-item select {
	font-family: Raleway-light, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.container-form-item textarea {
	font-family: Raleway-light, "Helvetica Neue", Helvetica, Arial, sans-serif;
	height: 100px;
}

.container-step hr {
	margin-top: 35px;
	margin-bottom: 30px;
}

.container-form-item label em {
	color: #39BDD3;
	font-size: 18px;
}

.form-item {
	display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.company-item {
	width: 50%;
	float: left;	
}

.container-form-item .logo-radio-button {
	width: 40px;
	border: none !important;
	box-shadow: none !important;
	margin-bottom: 0px;
}

.container-form-item .logo-company {
	height: 100%;
	max-height: 60px;
	margin-top: 10px;
}

@media (max-width: 768px) {
	.company-item {
		width: 100%;
	}
	
	.container-form-item-50 {
		width: 100%;
	}

	.form-item-sx {
			margin-right: 0%;
	}

	.form-item-dx {
			margin-left: 0%;
	}
	
}





/*------------ MESSAGE ------------ */
.general-error-box {
	width: 100%;
	background-color: #FFF;
	border-left: 10px solid #D20000;
	box-shadow: 2px 4px 8px #bdbfca;
	padding: 20px;
	margin-bottom: 20px;
	color: #D20000;
	display: none;
}

.general-error-box-bottom {
	margin-bottom: 0px;
	margin-top: 40px;
}

.form-error {
	width: 100%;
	background-color: #ececec;
	border-left: 10px solid #D20000;
	box-shadow: 2px 4px 8px #bdbfca;
	margin-top: 10px;
	padding: 10px 20px 10px 20px;
	color: #D20000 !important;
	text-transform: none !important;
	display: none;	
}

.container-messages {
	width: 100%;
	background-color: #ffffff;
	border-left: 10px solid #39BDD3;
	box-shadow: 2px 4px 8px #bdbfca;
	padding: 20px;
	margin-bottom: 20px;
}

.message-export {
	color: #228b22 !important;
	border-color: #228b22 !important;
	display: none;
}





/*------------ PRINT RESULT ------------ */
.container-results {
	background-color: #ffffff;
	box-shadow: 2px 4px 8px #bdbfca;
	padding: 40px 40px 20px 40px !important;
}

.search-row {
	display: inline-table;
	width: 100% !important;
	height: auto;
	margin-bottom: 2px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 14px;
}

.search-row-desktop {
	display: inline-table;
}

.search-row-mobile {
	display: none;
}

.search-row-head {
	margin-bottom: 20px;
	background-color: #39BDD3;
	border: 1px solid #333333;
	font-size: 14px;
	line-height: 16px;
	color: #333333;
	font-family: Raleway-SemiBold, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.search-row-even {
	background-color: whitesmoke;
}

.search-row-odd {
	background-color: #ECECEC;
}

.icon-search-option {
	width: 20px;
}

.pagination {
	width: 100%;
    text-align: center;
	margin-bottom: 0px;
}

.pagination ul li {
	list-style-type: none;
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 14px;
}

.pagination ul li.pagination-active {
	font-size: 18px !important;
}

.pagination ul li.pagination-active a {
	color:#39BDD3 !important;
}

.pagination ul li.prev, .pagination ul li.next {
	font-size: 12px !important;
}

.container-button-search-filter {
	display: inline-block;
	width: 100%;
	height: 30px;
	margin-bottom: 20px;
}

.button-search-filter, .button-search-filter-reset {
	position: relative;
	width: 30px;
	height: 30px;
	float: right;
	background-color: #FFF;
	cursor: pointer;
	box-shadow: 4px 4px 8px #BDBFCA;
	margin-left: 10px;
}

.icon-search-filter, .icon-search-filter-reset {
	width: 100%;
}

.container-search-filter {
	position: relative;
	width: 100%;
	background-color: #FFF;
	box-shadow: 4px 4px 8px #BDBFCA;
	margin-bottom: 30px;
	padding: 20px 40px 20px 40px;
	display: none;
}

.filter-box {
	width: 50%;
	float: left;
}

.filter-sx {
	padding-right: 10px;
}

.filter-dx {
	padding-left: 10px;
}

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

.search-col {
	float: left !important;
	text-align: center !important;
}

.search-col-company {
	width: 100%;
	font-size: 10px;
	text-align: left !important;
	padding-left: 10px;
}

.image-preview-memories {
	width: 90%;
}

.image-name {
	padding-top: 9%;
	padding-bottom: 10%;
	background-color: white;
}

.image-signature {
	padding-top: 9%;
	padding-bottom: 11%;
	background-color: white;
}

.container-add-messages-received {
	position: relative;
	width: 100%;
	background-color: #FFF;
	box-shadow: 4px 4px 8px #BDBFCA;
	margin-bottom: 30px;
	padding: 20px 40px 20px 40px;
}

#search-col-available-1 { width: 10%; }
#search-col-available-2 { width: 40%; }
#search-col-available-3 { width: 25%; }
#search-col-available-4 { width: 5%; }
#search-col-available-5 { width: 5%; }
#search-col-available-6 { width: 5%; }
#search-col-available-7 { width: 5%; }
#search-col-available-8 { width: 5%; }

#search-col-archive-1 { width: 10%; }
#search-col-archive-2 { width: 55%; }
#search-col-archive-3 { width: 25%; }
#search-col-archive-4 { width: 5%; }
#search-col-archive-5 { width: 5%; }

#search-col-version-1 { width: 10%; }
#search-col-version-2 { width: 20%; }
#search-col-version-3 { width: 70%; }

#search-col-memories-1 { width: 32%; }
#search-col-memories-2 { width: 32%; }
#search-col-memories-3 { width: 31%; }
#search-col-memories-4 { width: 5%; }

#search-col-messages-1 { width: 32%; }
#search-col-messages-2 { width: 32%; }
#search-col-messages-3 { width: 31%; }
#search-col-messages-4 { width: 5%; }

#search-col-place-list-1 { width: 20%; }
#search-col-place-list-2 { width: 50%; }
#search-col-place-list-3 { width: 20%; }
#search-col-place-list-4 { width: 5%; }
#search-col-place-list-5 { width: 5%; }

@media (max-width: 600px) {
	
	.search-row {
		font-size: 12px;
	}
	
	.container-results {
		padding: 5px 5px 5px 5px !important;
	}
	
	.search-row-desktop {
		display: none;
	}

	.search-row-mobile {
		display: inline-table;
	}
	
	.container-search-filter {
		padding: 5px 5px 5px 5px;
	}
	
	.filter-box {
		width: 100%;
	}

	.filter-sx {
		padding-right: 0px;
	}

	.filter-dx {
		padding-left: 0px;
	}

	#search-col-available-1 { width: 10%; }
	#search-col-available-2 { width: 60%; }
	#search-col-available-3 { width: 30%; }
	#search-col-available-4 { width: 25%; margin-top: 20px; margin-bottom: 20px; }
	#search-col-available-5 { width: 25%; margin-top: 20px; margin-bottom: 20px; }
	#search-col-available-6 { width: 25%; margin-top: 20px; margin-bottom: 20px; }
	#search-col-available-7 { width: 25%; margin-top: 20px; margin-bottom: 20px; }
	#search-col-available-8 { width: 25%; margin-top: 20px; margin-bottom: 20px; }
	
	#search-col-archive-1 { width: 10%; }
	#search-col-archive-2 { width: 60%; }
	#search-col-archive-3 { width: 30%; }
	#search-col-archive-4 { width: 50%; margin-top: 20px; margin-bottom: 20px; }
	#search-col-archive-5 { width: 50%; margin-top: 20px; margin-bottom: 20px; }

	#search-col-version-1 { width: 20%; }
	#search-col-version-2 { width: 80%; }
	#search-col-version-3 { width: 100%; margin-top: 20px; margin-bottom: 20px; text-align: left !important; padding-left: 20px; padding-right: 20px; }
	
	#search-col-messages-1 { width: 33%; }
	#search-col-messages-2 { width: 33%; }
	#search-col-messages-3 { width: 33%; }
	#search-col-messages-4 { width: 100%; margin-top: 20px; margin-bottom: 20px; text-align: left !important; padding-left: 20px; padding-right: 20px; }
	
	#search-col-place-list-1 { width: 20%; }
	#search-col-place-list-2 { width: 55%; }
	#search-col-place-list-3 { width: 25%; }
	#search-col-place-list-4 { width: 50%; margin-top: 20px; margin-bottom: 20px; }
	#search-col-place-list-5 { width: 50%; margin-top: 20px; margin-bottom: 20px; }

}




/*------------ LOGIN ------------ */
.login-background {
	background-color: #ECECEC;
}

.login-main {
	padding: 60px 20px 20px 20px;
	width: 100%; 
	display: table;
	background-color: #ECECEC;
	color: #FFF;
	font-family: Raleway-Light, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.login-form {
	background-color: #544E4A;
	max-width: 400px;
	margin: auto;
	padding: 20px;
	box-shadow: 4px 4px 8px #BDBFCA;
}

.login-container-logo {
	width: 100%;
	max-width: 100px;
	margin: auto;
	margin-bottom: 40px;
}

.login-container-copyright {
	width: 100%;
	max-width: 400px;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 40px;
	color: #333;
	font-size:9px;
	line-height: 12px;
}

.login-container-copyright a {
	color: #333;
}
.login-container-copyright a:hover {
	color: #39BDD3;
}

.login-error {
	color: #D20000;
	margin-top: 20px;
	height: 20px;
}





/*------------ DASHBOARD ------------ */
.container-dashboard {
	position: relative;
	width: 100%;
	background-color: #F00;
	display: table-row;
}

.dashboard-box {
	background-color: #FFF;
	box-shadow: 2px 4px 8px #bdbfca;
	padding: 20px 40px 20px 40px !important;
	margin-bottom: 40px;
	float: left;
}

.title-dashboard-box {
	color: #39BDD3;
	text-transform: uppercase;
	width: 100%;
	margin-bottom: 30px;
}

#dashboard-profile {
	width: 100%;
}

#dashboard-profile-text {
	width: 50%;
	float: left;
}

#dashboard-profile-graph {
	width: 50%;
	float: left;
}

#dashboard-profile-graph h6 {
	color: #333333;
}

.container-bar-animated {
	width: 100%;
	height: 20px;
	background-color: #ECECEC;
	margin-bottom: 20px;
	overflow: hidden;
}

.bar-animated {
	position: relative;
	height: 20px;
	background-color: #39BDD3;
	left: -100%;
}

.graph-text-percent {
	color: #FFF;
	padding-left: 5px;
	font-size: 10px;
	line-height: 20px;
}

#dashboard-last-available {
	width: 100%;
}

#dashboard-last-archive {
	width: 100%;
}

#dashboard-last-year-archive {
	width: 100%;
}

@media (max-width: 600px) {
	
	#dashboard-profile-text {
		width: 100%;
	}

	#dashboard-profile-graph {
		margin-top: 40px;
		width: 100%;
	}
	
}



