:root {
    --white: #fff;
    --card-border: rgba(0,0,0,0.08);
    --veraneos: #14716a;
    --lime-lighter: #ecfaf6;
    --lime-16: #d9f3eb;
    --lime: #12b886;
    --lime-light: #c0f3cd;
    --lime-dark: #038b62;
    --blue-lighter: #ebf6f7;
    --blue-light: #b3e6eb;
    --blue: #129cab;
    --orange-lighter: #fdf2ec;
    --orange: #ee641c;
    --red-lighter: #fceeed;
    --red: #db2c24;
    --red-dark: #b50700;
    --gold: #ffb200;
    --purple: #7b0051;
    --tan: #b6a467;
    --paper: #faf9f8;
    --paper-dark: #f5f3f1;
    --paper-darker: #eee9e5;
    --ink-16: #dedfe0;
    --ink-lighter: #adb5bd;
    --ink-light: #868e96;
    --ink: #343a40;
    --border-radius: 4px;
}

@font-face {
    font-family: 'shimes';
    src: url('../fonts/shimestwo_personal-webfont.eot');
    src: url('../fonts/shimestwo_personal-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/shimestwo_personal-webfont.woff2') format('woff2'),
         url('../fonts/shimestwo_personal-webfont.woff') format('woff'),
         url('../fonts/shimestwo_personal-webfont.ttf') format('truetype'),
         url('../fonts/shimestwo_personal-webfont.svg#shimes_two_personal_useRg') format('svg');
    font-weight: normal;
    font-style: normal;

}

[ng-dblclick]:hover {
	cursor: pointer;
}

html {
	/*scroll-behavior: smooth;*/
	scroll-padding-top: 51px;
}

body {
	margin-top: 50px;
/*	background: var(--ink);*/
}

.navbar-inverse {
	background: #7f7c74;
	border-color: #7f7c74;
	color: var(--white);
}


.btn-group {
	background: #fff;
	border-radius: 4px;
}

.btn-group .btn, 
.navbar-inverse .btn-default {
	color: #aaacae;
	background-color: #f1f1f2;
	box-shadow: none;
	border-color: #f1f1f2;
	outline: none;
	font-weight: 600;
}

.btn-group .btn:focus,
.navbar-inverse .btn-default:focus {
	outline: none;
}

.btn-group .btn:hover,
.navbar-inverse .btn-default:hover {
	opacity: .8;
}

.btn-group .active {
	color: var(--white);
	background-color: var(--lime);
	box-shadow: none;
	border-color: var(--lime);
}

.btn-green {
	color: var(--white);
	background-color: var(--lime);
	box-shadow: none;
	border-color: var(--lime);
	outline: none;
	font-weight: 600;
}

.btn-green:hover {
	color: var(--white);
	opacity: .8;		
}

.btn-green[disabled] {
	background-color: var(--lime);
}



/** FOLDER **/
#modal-filters.right {
	text-align: left;
}

#modal-filters .form-control {
	margin-bottom: 10px;
}

#modal-filters hr {
	margin-left: -15px;
	margin-right: -15px;
}

#modal-filters .btn-danger {
	background-color: var(--white);
    border-color: var(--red);
    color: var(--red);
    margin-top: 10px;
} 

#modal-filters .btn-danger:hover {
	background-color: var(--white);
    border-color: var(--red-dark);
    color: var(--red-dark);
} 

#modal-filters .btn-danger:focus {
	outline: none;
}




/** PIPELINE **/

/* width */
::-webkit-scrollbar,
#msg-resa ::-webkit-scrollbar,
#pipeline ::-webkit-scrollbar,
#list-message ::-webkit-scrollbar,
#list-request::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track,
#msg-resa ::-webkit-scrollbar-track,
#pipeline ::-webkit-scrollbar-track,
#list-message ::-webkit-scrollbar-track,
#list-request::-webkit-scrollbar-track {
  background: transparent; 
}
 
/* Handle */
::-webkit-scrollbar-thumb,
#msg-resa ::-webkit-scrollbar-thumb,
#pipeline ::-webkit-scrollbar-thumb,
#list-message ::-webkit-scrollbar-thumb,
#list-request::-webkit-scrollbar-thumb {
  background: #888; 
  background: var(--ink-lighter); 
  background: #d3d0c8; 
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover,
#msg-resa ::-webkit-scrollbar-thumb:hover,
#pipeline ::-webkit-scrollbar-thumb:hover,
#list-message ::-webkit-scrollbar-thumb:hover,
#list-request::-webkit-scrollbar-thumb:hover {
  background: var(--bg-nav); 
}




#pipeline {
	background: #343a40;
	display: flex;	
	height: 100%;
}

.pipeline-col {
/*	width: 20%;*/
	width: 25% !important;
	padding: 10px;
}

.pipeline-col h2 {
	color: #fff;
	font-size: 18px;
	margin: 0;
	margin-bottom: 7px;
	/*text-indent: 15px;*/
	text-align: center;
}

.pipeline-col .inside {
	height: calc(100vh - 100px);
    background: linear-gradient(0deg,#343a40,rgba(134,142,150,.5));
    /*background: red;*/
    border-radius: 10px;
    padding: 8px;
    overflow-y: auto;
}

.pipeline-item {
	/*height: 168px;*/
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 2px 4px var(--card-border);
    margin-bottom: 8px;
    padding: 8px;
    display: flex;
    flex-direction: column;
    color: var(--ink);
    position: relative;
    overflow: hidden;
}


.pipeline-item p.folder-name {
	font-weight: 600;
	margin-bottom: 5px;
}
.pipeline-item p.folder-name span {
	text-transform: uppercase;
}

.pipeline-item .first-row {
	display: flex;
	align-items: center !important;
    justify-content: space-between;
    margin-bottom: 8px;
    margin-right: 12px;
}

.pipeline-item .first-row .badge {
	margin-left: 5px;
	margin-right: auto;
}

.pipeline-item .date {
	background-color: transparent;
	color: var(--blue);
	box-sizing: border-box;
	border-radius: var(--border-radius);
	line-height: 1.14;
	height: 24px;
	padding: 3px 6px;
	display: flex;
	align-items: center;
	max-width: 90px;
	font-weight: 600;
	white-space: nowrap;
	margin-left: 8px;
	font-size: 12px;
	line-height: 12px !important;
}

.pipeline-item .date.late {
	background-color: var(--red);
	color: var(--white);
}

.pipeline-item .action {
	box-sizing: border-box;
    border-radius: var(--border-radius);
    line-height: 1.34;
    height: 24px;
    padding: 3px 6px;
    display: inline-block;
    align-items: center;
    max-width: 190px;
    font-weight: 600;
	border: 1px solid var(--ink);
	font-size: 12px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.pipeline-item .content {
	color: var(--ink-light);
}

.pipeline-item .content .fa {
	margin-right: 5px;
	width: 14px;
	text-align: center;
}
	




/** CALENDAR **/
#viewCalendar .arrow-week {
	position: absolute;
    top: 18px;
    right: 5px;
    z-index: 2;
}

#viewCalendar .arrow-week:first-child {
    left: 5px;
    right: auto;
}

#viewCalendar .arrow-week i {
	font-size:20px;
	color: var(--ink-lighter);
}

#viewCalendar .arrow-week:hover i {
	font-size:20px;
	color: var(--ink-light);
}

#viewCalendar {
	background: var(--paper-darker);
	min-height: calc(100vh - 51px);
	display: flex;
	position: relative;
}

#viewCalendar .cal-day {
	float: none;
	padding: 10px;
	border: none;
}

#viewCalendar .cal-day h5 {
	color: #fff;
	text-align: center;
	font-size: 16px;
	margin-top: 0;
}
#viewCalendar .cal-day.today h5 {
	font-weight: 600;
/*	color: var(--orange);*/
}

#viewCalendar .cal-day .inside {
    height: calc(100vh - 115px);
    background: linear-gradient(0deg,var(--paper-darker),rgba(134,142,150,.5));
    border-radius: 10px;
    padding: 8px 5px;
    overflow-y: auto;
}

#viewCalendar .cal-day .inside table {
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 10px;
	background: #fff;
}

#viewCalendar .cal-day .inside table th {
	border: none;
}

#viewCalendar .cal-day .inside .pull-right {
	margin-right: 5px;
}

#viewCalendar .cal-day .inside table td {
	opacity: .7;
}

#viewCalendar .cal-day .inside table .a-bold td {
	font-weight: bold;
/*	color: var(--red-dark);*/
	opacity: 1;
}




/** LIST FOLDER **/
#viewList {
	background: var(--paper-darker);
	min-height: calc(100vh - 51px);
	padding: 10px;
}

#viewList table {
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
}

#viewList table td {
	vertical-align: middle;
}

#viewList table td:first-child {
	border-left: 10px solid transparent;
}

#viewList table td.isConfirmedBorder {
	border-left: 10px solid lightskyblue;
}

#viewList table td.isPreConfirmedBorder {
	border-left: 10px solid limegreen;
}


#viewList .date.late {
    background-color: var(--red);
    color: var(--white);
}

#viewList .date {
    background-color: transparent;
    color: var(--blue);
    box-sizing: border-box;
    border-radius: var(--border-radius);
    line-height: 1.14;
    height: 24px;
    padding: 3px 6px;
    display: flex;
    align-items: center;
    max-width: 90px;
    font-weight: 600;
    white-space: nowrap;
}

#viewList .action {
    box-sizing: border-box;
    border-radius: var(--border-radius);
    line-height: 1.34;
    height: 24px;
    padding: 3px 6px;
    display: inline-block;
    align-items: center;
    max-width: 190px;
    font-weight: 600;
    border: 1px solid var(--ink);
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


#table-actions .action {
	box-sizing: border-box;
    border-radius: var(--border-radius);
    line-height: 1.34;
    height: 24px;
    padding: 3px 6px;
    display: inline-block;
    align-items: center;
    /*max-width: 190px;*/
    max-width: 350px;
    font-weight: 600;
    border: 1px solid var(--ink);
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


#searchMapRight div[class^='col-'], #searchMapRight div[class*=' col-'] {
    padding-left: 5px;
    padding-right: 5px;
}







.navbar-inverse .btn-danger, .btn-danger {
    color: #fff;
    background-color: var(--red);
    border-color: var(--red);
}





#cal-year {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	align-items: flex-start;
	flex-basis: 16%;
	margin-top: 61px;
	color: var(--ink-light);

}

#cal-year .cal-month {
	width: 175px;
	display: flex;
	flex-wrap: wrap;
	/*width: 16.667%;*/
	margin: 15px;
}

#cal-year .month-title {
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	width: 100%;
	margin-bottom: 0px;
}

#cal-year .c-day {
	/*border: 1px solid #333;*/
	/*border-radius: 3px;*/
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	font-size: 10px;
	color: #ddd;
	color: var(--ink-lighter);
}

#cal-year .c-day-title {
	font-weight: bold;
	border: none;
	color: #fff;
	color: var(--ink-light);
}

#cal-year .c-day:not(.c-day-title):not(.offset):hover {
	background: var(--blue);
	color: #fff;
}

#cal-year .offset-0 {
	width: 150px;
	border: none;
}

#cal-year .offset-1 {
	width: 0px;
	border: none;
}

#cal-year .offset-2 {
	width: 25px;
	border: none;
}

#cal-year .offset-3 {
	width: 50px;
	border: none;
}

#cal-year .offset-4 {
	width: 75px;
	border: none;
}

#cal-year .offset-5 {
	width: 100px;
	border: none;
}

#cal-year .offset-6 {
	width: 125px;
	border: none;
}

#cal-year .danger {
	background-color: var(--lime);
	color: #fff;
}

.c-day ~ .c-day.danger {
	border-bottom-left-radius: 3px !important;
	border-top-left-radius: 3px !important;
}

.c-day.danger ~ .c-day.danger {
	border-bottom-left-radius: 0px !important;
	border-top-left-radius: 0px !important;
	border-bottom-right-radius: 3px !important;
	border-top-right-radius: 3px !important;	
}

#cal-year .month-total {
	font-size: 10px;
	text-align: center;
	font-weight: bold;
	width: 100%;
	margin-top: 5px;
}

#cal-year .cal-title {
	width: 100%;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

#cal-year .cal-title a {
	margin: 0 20px;
	color: var(--ink-lighter);
	text-decoration: none;
}

#cal-year .cal-title a:hover {
	color: var(--ink-light);
}



#modal-newRequest .modal-body h4,
#modal-duplicate-request .modal-body h4 {
	margin-top: 40px;
}

.choice-items {
	display: flex;
	margin: -5px;
	justify-content: center;
}

.choice {
	display: flex;
	flex-direction: column;
	width: 70px;
	height: 70px;
	padding: 5px;
    border-radius: 10px;
    border: 1px solid var(--ink-16);
    margin: 5px;
    justify-content: center;
    align-content: center;
    text-align: center;
    color: var(--ink-light);
    background: #fff;
}

.choice.active {
    border: 2px solid var(--lime);
    color: var(--lime);
    background: var(--lime-lighter);
}

.choice .symbol {
	font-size: 30px;
}

.choice .currency-name {
	text-transform: uppercase;
}

.choice img {
	width: 35px;
	margin: auto;
}

#modal-newRequest .table,
#modal-duplicate-request .table {
    margin-bottom: 10px;
}

#modal-newRequest .modal-body .btn,
#modal-duplicate-request .modal-body .btn {
    margin-bottom: 10px;
}

#modal-newRequest .modal-body .row,
#modal-duplicate-request .modal-body .row {
	text-align: center;
	display: flex;
}

#modal-newRequest .error,
#modal-duplicate-request .error {
	border: 1px solid var(--red);
	background: var(--red-lighter);
}



.modal-search .modal-content {
	background: var(--paper);
}

.modal-search .modal-content .close {
	font-size: 40px;
	font-weight: lighter;
	line-height: 30px;
}

.modal-search .modal-content .modal-title {
	text-transform: uppercase;
	color: var(--blue);
	text-align: center;
}

.modal-search .modal-content .modal-body {
	background: var(--paper-dark);
	display: flex;
	padding: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.modal-search .modal-content .modal-body.modal-body-hotels {
	flex-direction: column;
}

.modal-search .modal-content .tab-content {
	background: var(--paper-dark);
	display: flex;
	padding: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;	
}

.modal-search .modal-content .tab-content .tab-pane {
	width: 100%;
}

.modal-search .list-container {
	flex: 1;
	min-height: 100%;
	padding-right: 15px;
}

.modal-search .circuit-item,
.modal-search .production-item,
.modal-search .hotel-item,
.modal-search .lt-short-item {
	background: #fff;
}

.modal-search .form-container {
	width: 20%;
	height: calc(100vh - 10px);
	position: sticky;
	top: 10px;
	display: flex;
	flex-direction: column;
}

.modal-search .form-container #searchMapRight {
	margin-right: 0;
}

.modal-search .form-container #searchMapRight div[class^='col-'], .modal-search .form-container #searchMapRight div[class*=' col-'] {
	padding: 0;
}

.modal-search .form-container ng-map {
	flex: 1;
	margin-left: 0;
}



body .chosen-container-multi .chosen-choices li.search-choice {
    position: relative;
    margin: 3px 5px 3px 0;
    padding: 3px 20px 3px 5px;
    border: 1px solid var(--lime-dark);
    max-width: 100%;
    border-radius: 3px;
    background: var(--lime);
    /*background: #fff;*/
    /*background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
    background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-size: 100% 19px;
    background-repeat: repeat-x;
    background-clip: padding-box;*/
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    /*color: var(--lime-dark);*/
    line-height: 13px;
    cursor: default;
}

.chosen-container .chosen-results li.group-result {
    position: sticky;
    top: 0;
    background: #fff;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
	filter: brightness(160%);
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
	filter: brightness(400%);
}


.navbar-form .form-control {
	background: rgba(0,0,0,.2);
	border: none;
	color: var(--paper-darker);
}

.navbar-form .fa-search {
	color: var(--paper-darker) !important;
}

.navbar-form .form-control::placeholder { 
	color: var(--paper-darker);
	opacity: .5 !important; 
}





#photo-container .img img {
	transition: transform .2s;
	margin-bottom: 0 !important;
}

/*#photo-container .img:hover img {*/
#photo-container .img:hover {
	transform: scale(1.2);
	transition: transform .2s;
}

#photo-container .img:hover img {
	box-shadow: 0px 0px 25px #000;
}

#photo-container.photo-production .img {
	width: 12.5%;
}

#photo-container.photo-trip .img {
    width: 25%;
}

#photo-container .img-tags {
	display: none;
}

#photo-container .img:hover .img-tags {
	display: block;
    background: rgba(0,0,0,.6);
    color: #fff;
    font-size: 7px;
    position: absolute;
    left: 2px;
    right: 2px;
    bottom: 2px;
    text-align: center;
    padding: 2px;
}


#photo-container.photo-prod .img{
	width: 12.5%;
}

#photo-container.photo-trip .img{
	width: 25%;
}


#navbar-menu {
	display: inline;
    float: none;
    margin: 0;
    border: none;
    padding: 7px 9px;
    margin-top: -10px;
    margin-right: 10px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
}

#navbar-menu:hover {
    background: rgba(0,0,0,.2);
}

#navbar-menu .icon-bar {
	width: 20px;
    margin-left: auto;
    margin-right: auto;
}

#modal-menu .modal-content {
	background: var(--paper-dark);
}

#modal-menu .modal-header {
	color: var(--blue);
    text-transform: uppercase;
	background: var(--paper);
}

#the-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

#the-menu li {
    border-bottom: 1px solid #e5e5e5;
}

#the-menu li:hover {
	background: var(--paper);
}

#the-menu li a {
	padding: 12px;
	color: var(--ink-light);
	font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
    display: block;
}

#the-menu li a:hover {
	color: var(--lime);
}

#the-menu li a .fa {
	margin-right: 10px;
	width: 25px;
    text-align: center;
    color: var(--blue);
}

#the-menu li a:hover .fa {
	color: var(--lime);	
}



.navbar-inverse .chosen-container-single.chosen-disabled .chosen-single {
    border: none !important;
    box-shadow: none !important;
    background: rgba(0,0,0,.2) !important;
    padding: 6px 10px !important;
}


/*[datepicker-popup-wrap] {
	background: red !important;
}*/

[datepicker-popup-wrap] table ,
.datepicker-css table {
	margin: 0 5px !important;
}

[datepicker-popup-wrap] td, [datepicker-popup-wrap] th,
.datepicker-css td, .datepicker-css th {
	padding: 0 !important;
}

[datepicker-popup-wrap] td .btn,
.datepicker-css td .btn {
	font-size: 12px;
	background: none;
	border: none;
	font-weight: normal;
	color: #333 !important;
	padding: 5px 10px !important;
	margin-bottom: 0 !important;
}

[datepicker-popup-wrap] td .btn:hover,
.datepicker-css td .btn:hover {
	background: var(--blue) !important;
	color: #fff !important;
}

[datepicker-popup-wrap] th .btn:hover,
.datepicker-css th .btn:hover {
	background: var(--blue) !important;
	color: #fff !important;
}

[datepicker-popup-wrap] td .btn.active, [datepicker-popup-wrap] td .btn.active:disabled,
.datepicker-css td .btn.active, .datepicker-css td .btn.active:disabled {
	background: var(--blue);
	color: #fff !important;
}

[datepicker-popup-wrap] td .btn.active .text-info,
.datepicker-css td .btn.active .text-info {
	color: #fff !important;
}

[datepicker-popup-wrap] td .btn:disabled,
.datepicker-css td .btn:disabled {
	background: #ddd;
	border-radius: 0;
}

[datepicker-popup-wrap] th,
.datepicker-css th {
	font-size: 12px;
}

[datepicker-popup-wrap] th small,
.datepicker-css th small {
	font-size: 100%;
}

[datepicker-popup-wrap] th .btn,
.datepicker-css th .btn {
	font-size: 12px;
	background: none;
	border: none;
	color: #333;
}

[datepicker-popup-wrap] th .btn .fa,
.datepicker-css th .btn .fa {
	color: #333;
}

[datepicker-popup-wrap] th .btn:hover .fa,
.datepicker-css th .btn:hover .fa {
	color: #fff;
}

[datepicker-popup-wrap] td .text-muted,
.datepicker-css td .text-muted {
	color: #999;
}

[datepicker-popup-wrap] td:hover .text-muted,
.datepicker-css td:hover .text-muted {
	color: #fff;
}

[datepicker-popup-wrap] td:nth-last-child(2),
[datepicker-popup-wrap] td:last-child {
	background: var(--red-lighter);
	color: var(--red-dark);
	border-radius: 0 !important;
}

.datepicker-css {
	position: relative;
	display: inline-block;
}

.datepicker-css input.form-control {
	width: 100%;
}

.datepicker-css .fa-calendar {
	position: absolute;
	top: 10px;
	right: 10px;
	pointer-events: none;
}

.datepicker-css.datepicker-css-sm .fa-calendar {
	position: absolute;
	top: 9px;
	right: 8px;
	pointer-events: none;
}

.navbar-inverse .datepicker-css .fa-calendar {
	color: #fff;
}

.datepickerPayment .datepicker-css .fa-calendar {
	top: 2px;
}

.has-error.datepicker-css .form-control {
    background: #f2dede !important;
    color: #a94442 !important;
    border-color: #a94442 !important;
}

.has-error.datepicker-css .fa-calendar {
    color: #a94442;
}


.navbar-inverse  select.form-control option {
	background: #fff;
	color: #333;
}


.badge-category {
	background: var(--lime);
	color: #fff !important;
}

.badge-red {
	background: var(--red);
	color: #fff !important;
}

.per-pax {
	color: var(--ink-lighter);
    font-size: 12px;
    width: 100%;
    display: inline-block;
}

.price-total-header .per-pax {
	width: auto;
}

.border-br10, .border-br10 .tab-content {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}



.loader {
  border: 16px solid #d3d0c8;
  border-radius: 50%;
  border-top: 16px solid var(--bg-nav);
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
  margin: auto;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}




[contenteditable="true"]:focus-visible {
/*    padding-left: 1px;*/
    outline: none;
    outline: 1px solid var(--lime);
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(18 184 134 / 60%);
}

/*.rb-row-description[contenteditable="true"]:focus-visible {
	padding-left: 15mm;
}*/

.img-id {
	position: absolute;
    top: 10px;
    right: 15px;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
}