/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
  padding: 5px;
  height: 40px;
  border: 1px solid #ccc;
  outline:none;
}
input:-moz-read-only { /* For Firefox */
  background-color: #f5f5f5;
  color:#999;
}
input:read-only {
  background-color: #f5f5f5;
  color:#999;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* Defaults */


body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  margin:0;
  background-color: #f0f0f0;
  color: #555;
  font-size:14px;
  line-height: 1.7em;
}
ul {
	margin:0;
	padding:0;
}
h1 {
    padding: 25px;
}
h2 {
	margin:0 0 15px 0;
}
.errors {
    border: 1px solid red;
    padding: 10px;
    background-color: #fdecec;
}
.errors li,.warnings li {
    list-style: none;
}
.warnings {
	background-color: #fff7e5;
	border: 1px solid #febf37;
	padding: 10px;
	margin: 25px 0 0;
}
[type="checkbox"], [type="radio"] {
    box-sizing: border-box;
    width:initial !important;
    height:initial !important;
}
form label {
  display: block;
}
main {
    margin-left: 155px;
    padding: 0 50px;
}
section {
    background-color: white;
    margin: 25px auto;
    max-width: 100%;
	padding:25px;
}
table {
    width: 100%;
  border-collapse: collapse;
}
table tr:nth-child(2n) {
    background: #F5F5F5;
}
table th,table td {
    padding:15px;
  text-align:left;
}
table th {
    background-color:#fff;
  /*! color:white; */s
  padding:20px 10px;
}
select {
	height:52px;
}
.panel input[type=submit],button {
	cursor: pointer;
	min-width: 150px;
	border-radius: 25px;
	border: none;
	background-color: steelblue;
	color: white;
	transition: all 0.6s ease-out 0s;
}
.panel input[type=submit]:hover,button:hover {
	background-color: black;
}
button.deactivate {
	background-color: lightcoral;
}
.panel:first-child {
	display:block;
}
.panel {
	display:inline-block;
}
.panel.accounts {
	vertical-align:top;
}

/* Header User Info */

section.accountInfo {
    max-width: 100%;
    margin: 0;
    text-align: right;
}
section.accountInfo h1 {
    padding: 0;
    float: left;
    margin: -3px 0 0 161px;
}
section.accountInfo svg {
	width: 18px;
	margin: 0px 5px 0 0;
	position: relative;
	top: 3px;
}
section.accountInfo svg path {
    fill:#7594b2;
}
section.accountInfo li {
    display:inline-block;
}
section.accountInfo li:first-child {
    padding:0 10px 0 0;
	margin:0 10px 0 0;
	border-right:1px solid #ccc;
}

/* left side */

header {
	background-color: #2f3e4d;
	position: fixed;
	top: 0;
	max-width: 155px;
	height: 100%;
	color: white;
	border-right: 0px solid #547673;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,.2);
	overflow: hidden;
	xpadding: 25px;
}
header ul li a {
	border-bottom: 1px solid #232f3a;
    padding: 25px 25px 26px;
    display: block;
    color: white;
    text-decoration: none;
	xfont-size: 16px;
	transition: all 0.6s ease-out 0s;
}
header ul li a:hover {
    background-color: #232f3a;
}
header ul li a.active {
    background-color: #232f3a;
}
header svg {
	width: 18px;
	height: 18px;
	margin: 0px 5px 0 0;
	position: relative;
	top: 3px;
}
header svg path {
    fill:#7594b2;
}

/* Footer */

footer {
    margin-left: 155px;
    padding: 0 50px 25px;
	text-align:center;
}
footer li {
    list-style:none;
}

/* Login */

body.login,body.forgot-password {
	background-color:#2f3e4d;
}
.login section,.forgot-password section {
	background-image: url("//media.travsrv.com/appSkins/23833/v6/themes/standard/images/login-image2.png?v=2");
	background-position: left center;
  background-color: #7594b2;
  max-width:800px;
  box-shadow: 0px 38px 35px 8px rgba(0,0,0,.2);
  margin: 5% auto 0;
  padding: 0;
}
.login section form,.forgot-password section form {
  background-color: white;
  max-width:50%;
  box-shadow: 0px 0px 21px 4px rgba(0,0,0,.2);
  margin: 0 0 0 auto;
  padding:25px;
}
.login section form div,.forgot-password section form div {
  margin: 0 0 15px 0;
  display: block;
}
.login section form div.forgot-password,.forgot-password section form div.forgot-password {
	float: right;
	margin: -40px 0 0;
}
.login section form label,.forgot-password section form label {
  color: #888;
}
.login section form input,.forgot-password section form input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #ccc;
  background-color: #f5f5f5;
}
.login section form div.remember-me label,.forgot-password section form div.remember-me label {
	display:inline-block;
}
.login section form input[type="checkbox"],.forgot-password section form input[type="checkbox"] {
    height: initial !important;
    width: initial !important;
    min-height: initial;
}
div.panel.input:last-child {
  text-align:center;
}
.login section form button,.forgot-password section form button {
  xcolor:white;
  xbackground-color: #333;
  xborder: none;
  padding: 0 55px;
  border-radius: 22px;
  margin: 0 auto;
}

/* search results */

main section {
    border-radius: 0;
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,.15);
  
}
.search-fields form {
	display:table;
	width:100%;
}
.search-fields form div {
	display: table-cell;
	width: 25%;
}
.search-fields form div:last-child {
    width: 15%;
    vertical-align: bottom;
    text-align: right;
}
.search-fields form div input {
	width:92%;
}
.search-fields form div:last-child button {
    padding: 0;
    display: block;
    width: 100%;
    height: 56px;
}
.ms-options-wrap {
	border: 1px solid #ccc;
	height: 40px;
	padding: 5px;
}
.ms-options-wrap button {
	background-color: transparent;
	color: inherit;
	padding: 0;
	text-align: left;
	width:150px;
	xmax-width: 150px;
	xmax-height: 40px;
	xborder-radius: 0;
	xoverflow: hidden;
	xvertical-align: middle;
}
.ms-options-wrap .ms-options {
	position: absolute;
	background-color: white;
	left: -1px;
	bottom: -45px;
	padding: 15px;
	box-shadow: 0px 3px 6px 1px rgba(0,0,0,.2);
	max-height: 310px !important;
	overflow: scroll !important;
}
.ms-options-wrap .ms-options ul {
    margin: 10px 0 0;
}
.ms-options-wrap .ms-options li {
	list-style: none;
	white-space: nowrap;
}
.ms-options-wrap .ms-options label {
	padding:0 !important;
}
.ms-options-wrap .ms-options label input {
	margin: 0 5px 0 0;
}

/* Hotel Details */

.hotel-details .panel {
    border-right: 1px solid #ccc;
    padding: 0 15px 0 0;
    margin: 0 10px 0 0;
}
.hotel-details .panel .label {
    font-weight:700;
}
.hotel-mappings form input {
    width: initial;
    padding: 0;
    height: initial;
    color: blue;
    background-color: transparent;
    border: none;
    text-decoration: underline;
    cursor: pointer;
}

/* Pager */

ul.pager {
  display: table;
}
ul.pager li {
  display: table-cell;
  padding: 0 7.5px;
}

/* error Page */

.error-page {
	background-color:#f2f2f2;
}
.error-page section {
	max-width: 800px;
	border: 10px solid #e5e5e5;
}
.error-page section h1 {
	padding: 0;
	color: red;
	letter-spacing: 1.5px;
}

@media only screen and (max-width: 1000px) {
	section.accountInfo h1 {
	    float: none;
	    margin: -3px 0 10px 161px;
	    line-height: 1.4;
	}
	header {
	    left: -123px;
		transition: all 0.6s ease-out 0s;
	}
	header.open {
	    left:0;
		z-index: 1;
	}
	.toggle {
	    float: right;
	}
	main {
	    margin-left: 26px;
	    padding: 0 5px;
	}
	.search-fields form div {
	    display: block;
	    width: 100%;
	}
	.login section {
	    width: 90%;
	}
	.login section form {
    	background-color: white;
    	max-width: 100%;
	}
	.search-fields form div {
	    display: block;
	    width: 100%;
	}
	main section {
	    overflow: scroll;
	}
	.hotel-details .panel {
	    display:block;
		border:none;
	}
	.toggle svg ellipse {
	  fill:white;
	}
}