@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: #312783;
}

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

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

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

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-Bold, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 20px;
	line-height: 22px;
	margin-bottom: 40px;
	color: #000;
}

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

h4 {
	line-height: 26px;
}

@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;
	text-transform: uppercase !important;
}

.btn-info {
    color: #FEFEFE !important;
    background-color: #312783 !important;
    border-color: #FEFEFE !important;
}

.btn-skip, .btn-search-all {
	color: #FEFEFE !important;
    background-color: #312783 !important;
    border-color: #FEFEFE !important;
}

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

.disabled {
	color: #ccc !important;
	background-color: #efefef !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;
}

.container-form-item label {
	font-family: Raleway-Light, "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: #312783;
	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 {
	height: 100%;
	max-height: 60px;
	margin-top: 10px;
}

.label-continent {
	width: 100%;
	font-size: 16px;
	margin-top: 40px;
}

.container-form-item-check {
	width: 25% !important;
	float: left !important;
}

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





/*------------ 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 #312783;
	box-shadow: 2px 4px 8px #bdbfca;
	padding: 20px;
	margin-bottom: 20px;
}

.container-messages-error {
	border-left: 10px solid #D20000 !important;
	color: #D20000 !important;
}

.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: #312783;
	font-size: 14px;
	line-height: 16px;
	color: #FEFEFE;
	font-family: Raleway-Regular, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

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

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

.search-row-error {
	background-color: #ff9999 !important;
}

.search-row-syncro {
	background-color: #d8fbf4 !important;
}

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

.icon-contact {
	width: 40px;
}

.icon-language {
	width: 20px;
}

.icon-client-type {
	height: 20px;
	margin-top: 10px;
}

.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:#312783 !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;
}

.box-empty {
	height: 100px;
}

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

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

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

.btn-recall {
	background-color: #08af23 !important;
}

.btn-recall:hover {
	background-color: #333333 !important;
}

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

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

.col-price {
	background-color: #dddddd;
}

.col-price-total {
	background-color: darkcyan; color: #fff;
}

.row-empty {
	background-color: #FFF !important;
}

.col-description {
	background-color: #dddddd !important;
}

.icon-disabled {
	opacity: 0.4;
}

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

#search-col-agent-list-1 { width: 5%; }
#search-col-agent-list-2 { width: 5%; }
#search-col-agent-list-3 { width: 10%; }
#search-col-agent-list-4 { width: 35%; }
#search-col-agent-list-5 { width: 35%; }
#search-col-agent-list-6 { width: 5%; }
#search-col-agent-list-7 { width: 5%; }

#search-col-report-agent-availability-list-1 { width: 60%; }
#search-col-report-agent-availability-list-2 { width: 20%; }
#search-col-report-agent-availability-list-3 { width: 20%; }

#search-col-client-list-1 { width: 5%; }
#search-col-client-list-2 { width: 10%; }
#search-col-client-list-3 { width: 20%; }
#search-col-client-list-4 { width: 20%; }
#search-col-client-list-5 { width: 25%; }
#search-col-client-list-6 { width: 5%; }
#search-col-client-list-7 { width: 5%; }
#search-col-client-list-8 { width: 5%; }
#search-col-client-list-9 { width: 5%; }

#search-col-good-list-1 { width: 10%; }
#search-col-good-list-2 { width: 35%; }
#search-col-good-list-3 { width: 40%; }
#search-col-good-list-4 { width: 15%; }
#search-col-good-list-5 { width: 5%; }
#search-col-good-list-6 { width: 5%; }
.description_with_order_quantity {
	width: 30% !important;
}

#search-col-call-list-1 { width: 5%; }
#search-col-call-list-2 { width: 10%; }
#search-col-call-list-3 { width: 15%; }
#search-col-call-list-4 { width: 15%; }
#search-col-call-list-5 { width: 15%; }
#search-col-call-list-6 { width: 30%; }
#search-col-call-list-7 { width: 5%; }
#search-col-call-list-8 { width: 5%; }

#search-col-order-list-1 { width: 5%; }
#search-col-order-list-2 { width: 15%; }
#search-col-order-list-3 { width: 20%; }
#search-col-order-list-4 { width: 20%; }
#search-col-order-list-5 { width: 30%; }
#search-col-order-list-6 { width: 5%; }
#search-col-order-list-7 { width: 5%; }

#search-col-ordered-good-list-1 { width: 10%; }
#search-col-ordered-good-list-2 { width: 30%; }
#search-col-ordered-good-list-3 { width: 35%; }
#search-col-ordered-good-list-4 { width: 15%; }
#search-col-ordered-good-list-5 { width: 5%; }
#search-col-ordered-good-list-6 { width: 5%; }

#search-col-home-call-list-1 { width: 5%; }
#search-col-home-call-list-2 { width: 10%; }
#search-col-home-call-list-3 { width: 15%; }
#search-col-home-call-list-4 { width: 15%; }
#search-col-home-call-list-5 { width: 15%; }
#search-col-home-call-list-6 { width: 35%; }
#search-col-home-call-list-7 { width: 5%; }

#search-col-home-order-list-1 { width: 5%; }
#search-col-home-order-list-2 { width: 20%; }
#search-col-home-order-list-3 { width: 20%; }
#search-col-home-order-list-4 { width: 20%; }
#search-col-home-order-list-5 { width: 30%; }
#search-col-home-order-list-6 { width: 5%; }

#search-col-home-client-list-1 { width: 5%; }
#search-col-home-client-list-2 { width: 10%; }
#search-col-home-client-list-3 { width: 25%; }
#search-col-home-client-list-4 { width: 15%; }
#search-col-home-client-list-5 { width: 15%; }
#search-col-home-client-list-6 { width: 25%; }
#search-col-home-client-list-7 { width: 5%; }

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

#search-col-home-branch-list-1 { width: 30%; }
#search-col-home-branch-list-2 { width: 30%; }
#search-col-home-branch-list-3 { width: 40%; }

#search-col-prospect-list-1 { width: 5%; }
#search-col-prospect-list-2 { width: 25%; }
#search-col-prospect-list-3 { width: 25%; }
#search-col-prospect-list-4 { width: 30%; }
#search-col-prospect-list-5 { width: 5%; }
#search-col-prospect-list-6 { width: 5%; }
#search-col-prospect-list-7 { width: 5%; }

#search-col-report-agent-list-1 { width: 20%; }
#search-col-report-agent-list-2 { width: 11%; }
#search-col-report-agent-list-3 { width: 11%; }
#search-col-report-agent-list-4 { width: 11%; }
#search-col-report-agent-list-5 { width: 11%; }
#search-col-report-agent-list-6 { width: 11%; }
#search-col-report-agent-list-7 { width: 11%; }
#search-col-report-agent-list-8 { width: 14%; }

#search-col-report-area-list-1 { width: 20%; }
#search-col-report-area-list-2 { width: 11%; }
#search-col-report-area-list-3 { width: 11%; }
#search-col-report-area-list-4 { width: 11%; }
#search-col-report-area-list-5 { width: 11%; }
#search-col-report-area-list-6 { width: 11%; }
#search-col-report-area-list-7 { width: 11%; }
#search-col-report-area-list-8 { width: 14%; }

#search-col-report-year-list-1 { width: 20%; }
#search-col-report-year-list-2 { width: 11%; }
#search-col-report-year-list-3 { width: 11%; }
#search-col-report-year-list-4 { width: 11%; }
#search-col-report-year-list-5 { width: 11%; }
#search-col-report-year-list-6 { width: 11%; }
#search-col-report-year-list-7 { width: 11%; }
#search-col-report-year-list-8 { width: 14%; }

.recall-container-month-button {
	display: inline;
}

.report-container-month-button {
	display: inline;
}

.recall-button-month {
	width: 7%;
	height: 30px;
	float: left;
	border: none;
	border-radius: 10px;
	margin-right: 2%;
	color: #FFF;
}

.report-button-month {
	width: 6.5%;
	height: 30px;
	float: left;
	border: none;
	border-radius: 10px;
	margin-right: 2%;
	color: #FFF;
}

.container_check_report_agents {
	width: 100%;
}

.container_check_report_agents_row {
	width: 100%;
	display: inline;
	margin-bottom: 10px;
}

.container_check_report_agents_box {
	width: 25%;
	float: left;
	margin-bottom: 10px;
}

.container_check_report_agents_box label {
	font-weight: normal;
}

.container_check_report_areas {
	width: 100%;
}

.container_check_report_areas_row {
	width: 100%;
	display: inline;
	margin-bottom: 10px;
}

.container_check_report_areas_box {
	width: 25%;
	float: left;
	margin-bottom: 10px;
}

.container_check_report_areas_box label {
	font-weight: normal;
}

.container_check_report_years {
	width: 100%;
}

.container_check_report_years_row {
	width: 100%;
	display: inline;
	margin-bottom: 10px;
}

.container_check_report_years_box {
	width: 25%;
	float: left;
	margin-bottom: 10px;
}

.container_check_report_years_box label {
	font-weight: normal;
}

@media (max-width: 1024px) { 

	.recall-button-month {
		width: 14.6%;
		margin-bottom: 2%;
	}

	.report-button-month {
		width: 18%;
		margin-bottom: 2%;
	}
	
}

@media (max-width: 600px) { 

	.recall-button-month {
		font-size: 10px;
	}

	.report-button-month {
		font-size: 10px;
	}
	
}


.turnover-container-month-button {
	display: inline;
}

.turnover-button-month {
	width: 6.5%;
	height: 30px;
	float: left;
	border: none;
	border-radius: 10px;
	margin-right: 2%;
	color: #FFF;
}

@media (max-width: 1024px) { 

	.summary-button-month {
		width: 13%;
		margin-bottom: 2%;
	}
	
}

@media (max-width: 600px) { 

	.summary-button-month {
		font-size: 10px;
	}
	
}

@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%;
	}
	
	.box-empty {
		display: none;
	}

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

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

	#search-col-version-1 { width: 20%; }
	#search-col-version-2 { width: 80%; }
	#search-col-version-3 { width: 90%; padding-left: 5%; padding-right: 5% }
	
	#search-col-agent-list-1 { width: 5%; }
	#search-col-agent-list-2 { width: 5%; }
	#search-col-agent-list-3 { width: 10%; }
	#search-col-agent-list-4 { width: 40%; }
	#search-col-agent-list-5 { width: 40%; }
	#search-col-agent-list-6 { width: 10%; margin-top: 20px; margin-bottom: 20px; }
	#search-col-agent-list-7 { width: 10%; margin-top: 20px; margin-bottom: 20px; }

	#search-col-report-agent-availability-list-1 { width: 60%; }
	#search-col-report-agent-availability-list-2 { width: 20%; }
	#search-col-report-agent-availability-list-3 { width: 20%; }
	
	#search-col-client-list-1 { width: 5%; }
	#search-col-client-list-2 { width: 10%; }
	#search-col-client-list-3 { width: 20%; }
	#search-col-client-list-4 { width: 30%; }
	#search-col-client-list-5 { width: 30%; }
	#search-col-client-list-6 { width: 10%; margin-top: 20px; margin-bottom: 20px; }
	#search-col-client-list-7 { width: 10%; margin-top: 20px; margin-bottom: 20px; }
	#search-col-client-list-8 { width: 10%; margin-top: 20px; margin-bottom: 20px; }
	
	#search-col-good-list-1 { width: 10%; }
	#search-col-good-list-2 { width: 35%; }
	#search-col-good-list-3 { width: 35%; }
	#search-col-good-list-4 { width: 20%; }
	#search-col-good-list-5 { width: 10%; margin-top: 20px; margin-bottom: 20px; }
	#search-col-good-list-6 { width: 10%; margin-top: 20px; margin-bottom: 20px; }
	.description_with_order_quantity {
		width: 35% !important;
	}
	
	#search-col-call-list-1 { width: 5%; }
	#search-col-call-list-2 { width: 10%; }
	#search-col-call-list-3 { width: 15%; }
	#search-col-call-list-4 { width: 20%; }
	#search-col-call-list-5 { width: 20%; }
	#search-col-call-list-6 { width: 30%; }
	#search-col-call-list-7 { width: 10%; margin-top: 20px; margin-bottom: 20px; }
	#search-col-call-list-8 { width: 10%; margin-top: 20px; margin-bottom: 20px; }
	
	#search-col-order-list-1 { width: 5%; }
	#search-col-order-list-2 { width: 20%; }
	#search-col-order-list-3 { width: 20%; }
	#search-col-order-list-4 { width: 20%; }
	#search-col-order-list-4 { width: 35%; }
	#search-col-order-list-6 { width: 10%; margin-top: 20px; margin-bottom: 20px; }
	#search-col-order-list-7 { width: 10%; margin-top: 20px; margin-bottom: 20px; }
	
	#search-col-ordered-good-list-1 { width: 10%; }
	#search-col-ordered-good-list-2 { width: 35%; }
	#search-col-ordered-good-list-3 { width: 35%; }
	#search-col-ordered-good-list-4 { width: 15%; }
	#search-col-ordered-good-list-5 { width: 5%; }
	#search-col-ordered-good-list-6 { width: 10%; margin-top: 20px; margin-bottom: 20px; }
	
	#search-col-home-call-list-1 { width: 5%; }
	#search-col-home-call-list-2 { width: 10%; }
	#search-col-home-call-list-3 { width: 15%; }
	#search-col-home-call-list-4 { width: 20%; }
	#search-col-home-call-list-5 { width: 20%; }
	#search-col-home-call-list-6 { width: 30%; }
	#search-col-home-call-list-7 { width: 10%; margin-top: 20px; margin-bottom: 20px; }
	
	#search-col-home-order-list-1 { width: 5%; }
	#search-col-home-order-list-2 { width: 20%; }
	#search-col-home-order-list-3 { width: 20%; }
	#search-col-home-order-list-4 { width: 20%; }
	#search-col-home-order-list-5 { width: 35%; }
	#search-col-home-order-list-6 { width: 10%; margin-top: 20px; margin-bottom: 20px; }

	#search-col-home-client-list-1 { width: 5%; }
	#search-col-home-client-list-2 { width: 10%; }
	#search-col-home-client-list-3 { width: 20%; }
	#search-col-home-client-list-4 { width: 15%; }
	#search-col-home-client-list-5 { width: 15%; }
	#search-col-home-client-list-6 { width: 30%; }
	#search-col-home-client-list-7 { width: 10%; margin-top: 20px; margin-bottom: 20px; }
	
	#search-col-branch-list-1 { width: 40%; }
	#search-col-branch-list-2 { width: 20%; }
	#search-col-branch-list-3 { width: 40%; }
	#search-col-branch-list-4 { width: 10%; margin-top: 20px; margin-bottom: 20px; }
	#search-col-branch-list-5 { width: 10%; margin-top: 20px; margin-bottom: 20px; }
	
	#search-col-home-branch-list-1 { width: 30%; }
	#search-col-home-branch-list-2 { width: 30%; }
	#search-col-home-branch-list-3 { width: 40%; }
	
	#search-col-prospect-list-1 { width: 5%; }
	#search-col-prospect-list-2 { width: 30%; }
	#search-col-prospect-list-3 { width: 30%; }
	#search-col-prospect-list-4 { width: 30%; }
	#search-col-prospect-list-5 { width: 10%; margin-top: 20px; margin-bottom: 20px; }
	#search-col-prospect-list-6 { width: 10%; margin-top: 20px; margin-bottom: 20px; }
	#search-col-prospect-list-7 { width: 10%; margin-top: 20px; margin-bottom: 20px; }

	#search-col-report-agent-list-1 { width: 20%; }
	#search-col-report-agent-list-2 { width: 11%; }
	#search-col-report-agent-list-3 { width: 11%; }
	#search-col-report-agent-list-4 { width: 11%; }
	#search-col-report-agent-list-5 { width: 11%; }
	#search-col-report-agent-list-6 { width: 11%; }
	#search-col-report-agent-list-7 { width: 11%; }
	#search-col-report-agent-list-8 { width: 14%; }

	#search-col-report-area-list-1 { width: 20%; }
	#search-col-report-area-list-2 { width: 11%; }
	#search-col-report-area-list-3 { width: 11%; }
	#search-col-report-area-list-4 { width: 11%; }
	#search-col-report-area-list-5 { width: 11%; }
	#search-col-report-area-list-6 { width: 11%; }
	#search-col-report-area-list-7 { width: 11%; }
	#search-col-report-area-list-8 { width: 14%; }

	#search-col-report-year-list-1 { width: 20%; }
	#search-col-report-year-list-2 { width: 11%; }
	#search-col-report-year-list-3 { width: 11%; }
	#search-col-report-year-list-4 { width: 11%; }
	#search-col-report-year-list-5 { width: 11%; }
	#search-col-report-year-list-6 { width: 11%; }
	#search-col-report-year-list-7 { width: 11%; }
	#search-col-report-year-list-8 { width: 14%; }

}




/*------------ PREVIEW ------------ */
.container-preview {	
	background-color: #ffffff !important;
	width: 100%;
	margin: auto;
	padding: 20px;
	box-shadow: 4px 4px 8px #BDBFCA;
	display: table;
	margin-bottom: 40px;
}

.preview-row {
	width: 100%;
	float: left;
}

.title-section {
	width: 20%;
	float: left;
	text-align: right;
	padding: 20px;
	font-family: Raleway-Bold, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.container-section {
	width: 80%;
	float: left;
	text-align: left;
	padding: 20px;
}

@media (max-width: 600px) {
	
	.container-preview {
		width: 80%;
	}
	
	.title-section {
		width: 100%;
		padding: 4px 0;
		text-align: left;
	}

	.container-section {
		width: 100%;
		padding: 20px 0;
	}
	
}
	


/*------------ 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-Regular, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

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

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

.login-form label {
	color: #efefef;
	font-family: Raleway-Light, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.btn-home {
	background-color: #FFFFFF !important;
	color: #333333 !important;
	border-color: #bdbfca !important;
}

.btn-home:hover {
	background-color: #312783 !important;
	color: #FEFEFE !important;
}

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

.login-container-copyright a {
	color: #000000;
}
.login-container-copyright a:hover {
	color: #312783;
}

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





/*------------ PAGINA OPEN ------------ */
.container-x {
	width: 100%;
	text-align: right;	
}

.open-row {
	width: 100%;
	display: flex;
}

.open-box {
	background-color: #FFF;
	box-shadow: 2px 4px 8px #bdbfca;
	padding: 40px 40px 40px 40px !important;
	margin-bottom: 40px;
	margin-right: 4%;
	width: 48%;
	text-align: left;
	float: left;
}

.open-box  p {
	font-size: 24px;
	font-weight: bold;
}

.open-missing-message {
	text-transform: uppercase;
	color: #D20000;
	font-weight: 700;
}


@media (max-width: 768px) {
	
	.open-row {
		display: inline;
	}
	
	.open-box {
		margin-right: 0%;
		width: 100%;
	}

}



/*------------ DASHBOARD ------------ */
.dashboard-row {
	width: 100%;
	display: flex;
}

.dashboard-box {
	background-color: #FFF;
	box-shadow: 2px 4px 8px #bdbfca;
	padding: 40px 40px 40px 40px !important;
	margin-bottom: 40px;
	margin-right: 5%;
	width: 16%;
	text-align: left;
	float: left;
}

.dashboard-box p {
	font-size: 24px;
	font-weight: bold;
}


@media (max-width: 768px) {
	
	.dashboard-row {
		display: inline;
	}
	
	.dashboard-box {
		margin-right: 0%;
		width: 100%;
	}

}



/*------------ PAGINA BRANCH ------------ */
.branches-row {
	width: 100%;
	display: flex;
}

.branches-box {
	background-color: #FFF;
	box-shadow: 2px 4px 8px #bdbfca;
	padding: 40px 40px 40px 40px !important;
	margin-bottom: 40px;
	margin-right: 4%;
	width: 48%;
	text-align: left;
	float: left;
}


/*------------ PAGINA INFORMATIONS ------------ */
.client-informations-row {
	display: inline;
}

.client-informations-title {
	width: 25%;
	float: left;
	text-align: right;
	padding-right: 10px;
	padding-bottom: 10px;
}

.client-informations-value {
	width: 70%;
	float: left;
	padding-bottom: 10px;
}





.canvasjs-chart-credit {
	display: none !important;
}

.print-mago-code {
	font-size: 12px;
}

