/*profile picture*/

img.profile-picture{
	height: 100%;
	border-radius: 50%;
}

.select-img{
	text-align: center;
}

.select-img button{
	border-radius: 50%;
}

.select-img button i{
	font-size: 1.5em;
	margin-top: 10px;
	margin-left: 1px;
}

.with-icon .icon{
	margin:0px !important;
	width: 50px;
	height: 50px;
	right: 10%;
	bottom: 12%;
	top: unset;
}

.Profile-img{
	position: relative;
	width: max-content;
	margin: auto;
}

.Profile-img img{
	width: 200px;
	height: 100%;
	border-radius: 0%;
}

/*end profile picture*/
/*SubMenu*/
#main-menu ul.menu > li:hover > ul, .chaser ul.menu > li:hover > ul{
	top: 68px;
}

.chaser ul.menu > li:hover > ul, .chaser ul.menu > li:hover > .megamenu-wrapper{
	top: 50px !important;
}
/*end SubMenu*/

div.travelo-box div.row.profile > div.col-xs-12 {
	font-size: 14px;
	margin-bottom: 6px;
}

div.travelo-box div.row.profile > div.col-xs-12 div.title{
	margin-bottom: 10px;
	font-weight: bolder;
	font-size: 20px;
}

div.travelo-box div.row.profile > div.col-xs-12 div.detail{
	margin-bottom: 10px;
	font-weight: normal;
	font-size: 18px;
}

.title
, .title-2{
	color: #2d3e52;
	margin-bottom: 10px;
	font-weight: bolder;
}

.title{
	font-size: 15px;
}

.title-2{
	font-size: 17px;
}

.copy-button.title{
	margin-top: 20px;
}

.travelo-box hr{
	border:1px solid black;
}

.headertext{
	font-weight: 700;
	text-align: left;
	font-size: 24px;
}

.soap-login-page #main div.row {
	text-align: left;
}


.toggle-container .panel.style1 .panel-title > div {
	padding: 15px;
}

.panel-title > div {
	padding: 15px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
	text-align: left;
}

.panel-title > div div.col-sm-4{
	text-align: right;
}

.panel-title > div div.col-sm-5{
	text-align: right;
}

table.dataTable .panel{
	margin:5px 0px;
}

table.dataTable .panel .form-group{
	margin-bottom: 0px
}

.panel-title div p{
	margin-bottom: 3px
}

@media only screen and ( max-width: 992px ) {
	table.dataTable .panel .form-group{
		margin-bottom: 15px
	}
}

@media only screen and ( min-width: 992px ) {
	.panel-title div p:nth-last-child(1){
		margin-bottom: 0px
	}
}

/* Modals */
.modal-header{
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.modal-footer{
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.modal-title {
	margin-bottom: 0;
	line-height: 1.5;
	font-size: 14px;
	font-weight: 500;
}
.modal-content{
	border-radius: 0.25rem;
	font-size: 14px;
	background: #fff;
	border: 0px solid rgba(0, 0, 0, .1);
}
.close{
	font-size: 1.4rem;
	font-weight: 400;
	color: #000;
	opacity: .7;
}
.close:hover{
	font-size: 1.4rem;
	font-weight: 400;
	color: #000;
	background: unset;
}

.swal-modal{
	border-radius: 0.25rem;
	background-color: #000;
}
.swal-button,.swal-button:focus{
	background-color: rgba(255, 255, 255, 0.2);
	box-shadow: none;
}

.swal-button--cancel {
	color: #fff;
	background-color: rgba(255, 255, 255, 0.2);
}

.swal-text {
	text-align: center;
	color: rgba(255,255,255,.7);
	font-size: 13px;
	font-weight: 400;
	line-height: 1.6;
}

.swal-title {
	color: #ffffff;
}

.swal-footer {
	text-align: center;
}

.swal-button {
	padding: 0px 24px;
}

.swal-icon--success:after,
.swal-icon--success:before {
	background: transparent;
}
.swal-icon--success__hide-corners {
	background: transparent;
}
/* End Modals */
/*Data Table*/
.pagination > li.first > a:hover,
.pagination > li.previous > a:hover,
.pagination > li.next > a:hover,
.pagination > li.last > a:hover {
	background: #fdb714;
}

.pagination > li.first.disabled > a, .pagination > li.first.disabled > span, .pagination > li.previous.disabled > a,
.pagination > li.previous.disabled > span, .pagination > li.next.disabled > a, .pagination > li.next.disabled > span, 
.pagination > li.last.disabled > a, .pagination > li.last.disabled > span {
	background-color:#fff;
	color: #777;
	cursor:not-allowed;
	border-color: #ddd;
}

.pagination > li.first > a,
.pagination > li.previous > a,
.pagination > li.next > a,
.pagination > li.last > a {
	background:#98ce44;
	padding: 0 15px;
}

/*Headre*/
#header .logo img, #footer .logo img, .chaser .logo img {
	opacity: 1 !important;
}

#header .logo img.header_custome, .chaser .logo img.header_custome {
	height: 68px;
	margin-top: -22px
}

@media only screen and ( max-width: 991px ) {
	#header .logo img.header_custome, .chaser .logo img.header_custome {
		height: 65px;
		margin-top: -18px;
	}
}
/*end Headre*/

/*chaser*/
.chaser .logo img.chaser_custome {
	margin-top: -1px;
	height: 50px;
}
/*end chaser*/
/*Select2 */
.disabled-select {
	background-color: #d5d5d5;
	opacity: 0.5;
	border-radius: 3px;
	cursor: not-allowed;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}

select[readonly].select2-hidden-accessible + .select2-container {
	pointer-events: none;
	touch-action: none;
}

select[readonly].select2-hidden-accessible + .select2-container .select2-selection {
	background: #eee;
	box-shadow: none;
}

select[readonly].select2-hidden-accessible + .select2-container .select2-selection__arrow,
select[readonly].select2-hidden-accessible + .select2-container .select2-selection__clear {
	display: none;
}
/*endselect2*/
@media (min-width:1200px) {
	.container {
		width:90%;
	}
}

section#content {
	min-height: 70vh;
}

div.progress p {
	position: absolute;
	width: 88%;
}

.table-responsive {
	border: unset;
}

.change-year .ui-datepicker-prev,
.change-year .ui-datepicker-next,
.change-year .ui-datepicker-prev,
.change-year .ui-datepicker-next {
	top: 21px;
}

.change-year select.ui-datepicker-month,
.change-year select.ui-datepicker-year {
	width: 33%;
	color: black;
	height: 32px;
}

h1.HeadTitle{
	color: #077cf6;
	font-weight: bolder;
}

.tab-container .tab-content .tab-pane .row{
	margin:unset;
}

table.CustomeTable{
	font-weight: bolder;
	padding: unset;
}

table.CustomeTable div.Col1Header, table.CustomeTable div.Col1HeaderLast{
	width: 145px;
	float: left;
	color: #57575c;
}

table.CustomeTable div.Col1Header{
	margin-bottom: 10px;
}

table.CustomeTable div.Col1Header b, table.CustomeTable div.Col1HeaderLast b {
	text-decoration: underline;
}

table.CustomeTable div.Col1Detail{
	margin-left: 0px;
	width: calc( 100% - 151.5px );
	float: right;
}

table.CustomeTable div.Col2Header {
	text-align: left;
	color: #57575c;
	text-decoration: underline;
}

table.CustomeTable div.Col2Detail{
	text-align: left;
}

table.CustomeTable button{
	font-size: 12px;
	padding: 6px 10px;
}

table.CustomeTable button.button-status{
	margin-right: 5px;
	text-transform: uppercase;
}

@media only screen and ( min-width: 992px ) {
	div.Table{
		display: flex;
		align-items: center;
		justify-content: center;
	}
}

@media only screen and ( max-width: 768px ) {
	div.Table{
		margin-bottom: 5px;
	}
}

div.Filter{
	display: none;
}

section#content{
	padding-top: 20px;
}

.mb-3, .my-3{
	margin-bottom: 1rem !important;
}

.input-group{
	position:relative;
	display:flex;
	display:-ms-flexbox;
	-ms-flex-wrap:wrap;
	-ms-flex-align:stretch;
	align-items:stretch;
	width:100%;
}

.input-group > .custom-select:not(:last-child), .input-group > .form-control:not(:last-child){
	border-top-right-radius:0;
	border-bottom-right-radius:0;
}

.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child), .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text{
	border-top-left-radius:0;
	border-bottom-left-radius:0;
}

.clear-padding {
	padding: unset;
}

.icon-action {
	width: 65px;
	height: 65px;
	word-wrap: break-word;
}

.button-action {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
}

.button-action > * {
	width: 150px;
	margin: 5px;
}

.button-action .btn {
	border-color: white;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal;
	display: block;
}

@media only screen and (max-width: 700px) {
	.button-action {
	  display: grid;
	  grid-template-columns: 1fr 1fr;
	  grid-column-gap: 10px;
	  grid-row-gap: 10px;
	}

	.button-action > * {
		width: 100%;
	}
}

.full-size{
	width: 100%;
}

.time {
	font-size: 1.1em;
}

.text-uppercase {
	text-transform: uppercase;
}
