/* button outline default */
.btn-plain
{
	border: none;
	background-color: transparent;
	padding: 5px;
    box-sizing: border-box;
	border-bottom: 2px solid transparent;
	transition: 0.5s;
}

.btn-plain:hover
{
	border-bottom: 2px solid #71C6E5;
	transition: 0.5s;
}

/** for scrollspy side **/
section.group
{
    padding-top: 10rem;
    margin-top: -10rem;
}

.fixed
{
    position: fixed;
}

/* sidebar */
.bs-docs-sidebar 
{
    margin-bottom: 20px;
}

/* all links */
.bs-docs-sidebar .nav>li>a 
{
    color: black;
    border-left: 2px solid transparent;
    padding: 4px 20px;
    font-size: 12px;
    font-weight: 400;
}

/* nested links */
.bs-docs-sidebar .nav .nav>li>a 
{
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 30px;
    font-size: 10px;
    text-decoration: none;
}

/* active & hover links */
.bs-docs-sidebar .nav>.active>a, 
.bs-docs-sidebar .nav>li>a:hover, 
.bs-docs-sidebar .nav>li>a:focus 
{
    color: #563d7c;                
    text-decoration: none;          
    background-color: transparent;  
    font-weight: bolder;
    border-left: 2px solid #563d7c;
}

/* all active links */
.bs-docs-sidebar .nav>.active>a, 
.bs-docs-sidebar .nav>.active:hover>a,
.bs-docs-sidebar .nav>.active:focus>a 
{
    font-weight: 700;
}

/* nested active links */
.bs-docs-sidebar .nav .nav>.active>a, 
.bs-docs-sidebar .nav .nav>.active:hover>a,
.bs-docs-sidebar .nav .nav>.active:focus>a 
{
    font-weight: 500;
}

/* hide inactive nested list */
.bs-docs-sidebar .nav ul.nav 
{
    display: none;           
}

/* show active nested list */
.bs-docs-sidebar .nav>.active>ul.nav 
{
    display: block;           
}

/** Width & Height **/
.w-3  {  width: 3% !important; }
.w-4  {  width: 4% !important; }
.w-5  {  width: 5% !important; }
.w-10 {  width: 10% !important; }
.w-15 {  width: 15% !important; }
.w-20 {  width: 20% !important; }
.w-25 {  width: 25% !important; }
.w-30 {  width: 30% !important; }
.w-35 {  width: 35% !important; }
.w-40 {  width: 40% !important; }
.w-45 {  width: 45% !important; }
.w-50 {  width: 50% !important; }
.w-55 {  width: 55% !important; }
.w-60 {  width: 60% !important; }
.w-65 {  width: 65% !important; }
.w-75 {  width: 75% !important; }
.w-80 {  width: 80% !important; }
.w-85 {  width: 85% !important; }
.w-90 {  width: 90% !important; }
.w-95 {  width: 95% !important; }
.w-100 {  width: 100% !important; }
.w-auto {  width: auto !important; }
.w-sizing { resize: horizontal !important; }
.h-15 {  height: 15% !important; }
.h-25 {  height: 25% !important; }
.h-50 {  height: 50% !important; }
.h-75 {  height: 75% !important; }
.h-100 {  height: 100% !important; }
.h-200 {  height: 200px !important; }
.h-auto {  height: auto !important; }
.h-sizing { resize: vertical !important; }
.fixed-sizing { resize: none !important; }

/** Additional Aligntment **/
.l-50 {left: 50%;}
.l-n50 {left: -50%;}

/** Special Character **/
.dash {
	display:inline-block;
	padding: 0 1rem !important;
    -webkit-transform:scale(2,0.85);
    -moz-transform:scale(2,0.85);
    -ms-transform:scale(2,0.85);
    -o-transform:scale(2,0.85);
    transform:scale(2,0.85);
}

/** Display **/
.d-none { display: none !important; };
.d-block { display: block !important; overflow: auto !important; }
.d-inline { display: inline !important;}
.d-inline-block { display: inline-block !important;}

/** Border **/
.border{ border: 1px solid #e5e5e5 !important ;}
.border-top{ border-top: 1px solid #e5e5e5 !important ;}
.border-right{ border-right: 1px solid #e5e5e5 !important ;}
.border-bottom{ border-bottom: 1px solid #e5e5e5 !important ;}
.border-left{ border-left: 1px solid #e5e5e5 !important ;}
.border-0{ border: 0 !important ;}
.border-top-0{ border-top: 0 !important ;}
.border-right-0{ border-right: 0 !important ;}
.border-bottom-0{ border-bottom: 0 !important ;}
.border-left-0{ border-left: 0 !important ;}

/** Overflow/Position **/
.overflow-auto { overflow: auto !important;}
.overflow-hidden { overflow: hidden !important;}
.overflow-scrollbar {
	/*width: 100%;*/ 
	overflow-x: scroll !important;
	padding-bottom: 275px;
	margin-bottom: -275px;
}
.overflow-up {
	width: 100%;
	display: inline-block; 
	overflow-x: scroll !important;
	padding-top: 275px;
	margin-top: -275px;
}

.position-static { position: static !important;}
.position-relative { position: relative !important;}
.position-absolute { position: absolute !important;}
.position-fixed { position: fixed !important;}
.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

/* Catering */
.catering-header
{
	margin-top: 1rem !important;
	margin-bottom: 1rem !important;
	margin-left: 6rem !important;
	margin-right: 1rem !important;
}

/** Space tab **/
.tab-0 { margin-left: 4rem; }
.tab-1 { margin-left: 6rem; }
.tab-2 { margin-left: 8rem; }
.tab-3 { margin-left: 10rem; }
.tab-4 { margin-left: 12rem; }
.tab-5 { margin-left: 14rem; }

/** Padding/Margin **/
.m-0 {margin: 0 !important;}
.mt-0, .my-0 {margin-top: 0 !important;}
.mr-0, .mx-0 {margin-right: 0 !important;}
.mb-0, .my-0 {margin-bottom: 0 !important;}
.ml-0, .mx-0 {margin-left: 0 !important;}
.m-1 {margin: 0.25rem !important;}
.mt-1, .my-1 {margin-top: 0.25rem !important;}
.mr-1, .mx-1 {margin-right: 0.25rem !important;}
.mb-1, .my-1 {margin-bottom: 0.25rem !important;}
.ml-1, .mx-1 {margin-left: 0.25rem !important;}
.m-2 {margin: 0.5rem !important;}
.mt-2, .my-2 {margin-top: 0.5rem !important;}
.mr-2, .mx-2 {margin-right: 0.5rem !important;}
.mb-2, .my-2 {margin-bottom: 0.5rem !important;}
.ml-2, .mx-2 {margin-left: 0.5rem !important;}
.m-3 {margin: 1rem !important;}
.mt-3, .my-3 {margin-top: 1rem !important;}
.mr-3, .mx-3 {margin-right: 1rem !important;}
.mb-3, .my-3 {margin-bottom: 1rem !important;}
.ml-3, .mx-3 {margin-left: 1rem !important;}
.m-4 {margin: 1.5rem !important;}
.mt-4, .my-4 {margin-top: 1.5rem !important;}
.mr-4, .mx-4 {margin-right: 1.5rem !important;}
.mb-4, .my-4 {margin-bottom: 1.5rem !important;}
.ml-4, .mx-4 {margin-left: 1.5rem !important;}
.mt-4h {margin-top: 2rem !important;}
.m-5 {margin: 3rem !important;}
.mt-5, .my-5 {margin-top: 3rem !important;}
.mr-5, .mx-5 {margin-right: 3rem !important;}
.mb-5, .my-5 {margin-bottom: 3rem !important;}
.ml-5, .mx-5 {margin-left: 3rem !important;}
.m-6 {margin: 4.5rem !important;}
.mt-6, .my-6 {margin-top: 4.5rem !important;}
.mr-6, .mx-6 {margin-right: 4.5rem !important;}
.mb-6, .my-6 {margin-bottom: 4.5rem !important;}
.ml-6, .mx-6 {margin-left: 4.5rem !important;}
.mt-7, .my-7 {margin-top: 1rem !important;}
.mr-7, .mx-7 {margin-right: 5.5rem !important;}
.mb-7, .my-7 {margin-bottom: 1rem !important;}
.ml-7, .mx-7 {margin-left: 5.5rem !important;}
.p-0 {padding: 0 !important;}
.pt-0, .py-0 {padding-top: 0 !important;}
.pr-0, .px-0 {padding-right: 0 !important;}
.pb-0, .py-0 {padding-bottom: 0 !important;}
.pl-0, .px-0 {padding-left: 0 !important;}
.p-1 {padding: 0.25rem !important;}
.pt-1, .py-1 {padding-top: 0.25rem !important;}
.pr-1, .px-1 {padding-right: 0.25rem !important;}
.pb-1, .py-1 {padding-bottom: 0.25rem !important;}
.pl-1, .px-1 {padding-left: 0.25rem !important;}
.p-2 {padding: 0.5rem !important;}
.pt-2, .py-2 {padding-top: 0.5rem !important;}
.pr-2, .px-2 {padding-right: 0.5rem !important;}
.pb-2, .py-2 {padding-bottom: 0.5rem !important;}
.pl-2, .px-2 {padding-left: 0.5rem !important;}
.p-3 {padding: 1rem !important;}
.pt-3, .py-3 {padding-top: 1rem !important;}
.pr-3, .px-3 {padding-right: 1rem !important;}
.pb-3, .py-3 {padding-bottom: 1rem !important;}
.pl-3, .px-3 {padding-left: 1rem !important;}
.p-4 {padding: 1.5rem !important;}
.pt-4, .py-4 {padding-top: 1.5rem !important;}
.pr-4, .px-4 {padding-right: 1.5rem !important;}
.pb-4, .py-4 {padding-bottom: 1.5rem !important;}
.pl-4, .px-4 {padding-left: 1.5rem !important;}
.p-5 {padding: 3rem !important;}
.pt-5, .py-5 {padding-top: 3rem !important;}
.pr-5, .px-5 {padding-right: 3rem !important;}
.pb-5, .py-5 {padding-bottom: 3rem !important;}
.pl-5, .px-5 {padding-left: 3rem !important;}
.p-6 {padding: 4.5rem !important;}
.pt-6, .py-6 {padding-top: 4.5rem !important;}
.pr-6, .px-6 {padding-right: 4.5rem !important;}
.pb-6, .py-6 {padding-bottom: 4.5rem !important;}
.pl-6, .px-6 {padding-left: 4.5rem !important;}
.m-n1 {margin: -0.25rem !important;}
.mt-n1, .my-n1 {margin-top: -0.25rem !important;}
.mr-n1, .mx-n1 {margin-right: -0.25rem !important;}
.mb-n1, .my-n1 {margin-bottom: -0.25rem !important;}
.ml-n1, .mx-n1 {margin-left: -0.25rem !important;}
.m-n2 {margin: -0.5rem !important;}
.mt-n2, .my-n2 {margin-top: -0.5rem !important;}
.mr-n2, .mx-n2 {margin-right: -0.5rem !important;}
.mb-n2, .my-n2 {margin-bottom: -0.5rem !important;}
.ml-n2, .mx-n2 {margin-left: -0.5rem !important;}
.m-n3 {margin: -1rem !important;}
.mt-n3, .my-n3 {margin-top: -1rem !important;}
.mr-n3, .mx-n3 {margin-right: -1rem !important;}
.mb-n3, .my-n3 {margin-bottom: -1rem !important;}
.ml-n3, .mx-n3 {margin-left: -1rem !important;}
.m-n4 {margin: -1.5rem !important;}
.mt-n4, .my-n4 {margin-top: -1.5rem !important;}
.mr-n4, .mx-n4 {margin-right: -1.5rem !important;}
.mb-n4, .my-n4 {margin-bottom: -1.5rem !important;}
.ml-n4, .mx-n4 {margin-left: -1.5rem !important;}
.m-n5 {margin: -3rem !important;}
.mt-n5, .my-n5 {margin-top: -3rem !important;}
.mr-n5, .mx-n5 {margin-right: -3rem !important;}
.mb-n5, .my-n5 {margin-bottom: -3rem !important;}
.ml-n5, .mx-n5 {margin-left: -3rem !important;}
.m-auto {margin: auto !important;}
.mt-auto, .my-auto {margin-top: auto !important;}
.mr-auto, .mx-auto {margin-right: auto !important;}
.mb-auto, .my-auto {margin-bottom: auto !important;}
.ml-auto, .mx-auto {margin-left: auto !important;}
.pb-sidebar {padding-bottom: 10rem !important;}

/** Form Input Placeholder **/
::-webkit-input-placeholder { text-transform: none;}
:-moz-placeholder { text-transform: none;}
::-moz-placeholder { text-transform: none;}
:-ms-input-placeholder { text-transform: none;}
::placeholder { text-transform: none;}

/** Text-color **/
.text-color {color: #71c6e5 !important;}
.text-white {color: #FFFFFF !important;}
.text-red {color: #f44336 !important;}
.text-green {color: #1ab394 /*#00c851*/ !important;}
.text-blue {color: #71c6e5 !important;}

/** Image Placeholder **/
.img-placeholder {
	height: 150px;
    border: solid 1px #ccc;
    padding: 15px;
    border-radius: 5px;
}
.img-placeholder:hover {
	animation: bounce 1.5s infinite;
	-webkit-animation: bounce 1.5s infinite;
	-moz-animation: bounce 1.5s infinite;
	-o-animation: bounce 1.5s infinite;
}

/** Separator <hr> **/
.hr-thin { border-width: 1px !important; }
.hr-regular { border-width: 2px !important; }
.hr-bold { border-width: 3px !important; }

/** General **/
html, body {
	height: 100%;
}
body {
	font-family: 'Roboto', sans-serif;
}
.sm-margin
{
	margin-bottom: 8px !important;
}
.no-margin
{
	margin: 0px !important;
}
.wrapper {
	min-height: 100%;
	padding-bottom: 60px;
	position: relative;
}
.nav-tabs {
	margin-bottom: 10px;
}
.navbar {
	margin: 0;
	/*border-bottom: 2px #DDD solid !important;*/
}
.user {
	padding: 15px;
}
.max-z-index {
	z-index: 1000;
}
.break-word {
	word-break: break-word !important;
}
.h-overflow-x { overflow-x: hidden !important }
.h-overflow-y { overflow-y: hidden !important }
[data-toggle="collapse"] {
	cursor: pointer;
}
.navbar-fixed-top + .content {
	padding-top: 50px;
}
#navbar-fixed-top {
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 15px !important;
	padding-right: 20px;
}
.content > .container-fluid, .content > .container {
	padding-top: 10px;
}
.navbar-margin {
	margin-top: 12px;
	margin-bottom: 8px;
	margin-left: -28px;
}
.footer {
    background-color: #F5F5F5 !important;
    border-top: 1px solid #E7E7E7;
    padding: 10px;
    bottom: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 500;
    font-size: 12px !important;
    color: #565656 !important;
}
.label-detail
{
	font-weight: bold !important;
	color: #575757 !important;
	font-size: 12px !important;
	text-transform: uppercase !important;
}
.link-label
{
	font-weight: normal !important;
	border-bottom: 2px dotted #70C6E5 !important;
	cursor: pointer !important;
	color: #70C6E5;
}
.label-header
{
	font-size: 10px;
	margin-top: -10px;
	color: #898989;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.sub-header
{
	color: #8c8c8c;
}
.form-helper
{
    color: #8c8c8c;
    font-size: 8px;
    text-transform: uppercase;
    letter-spacing: 0.075rem;
}
.header-info
{
	font-size: 17px !important;
}
.default-min-height
{
	min-height: 200px;
}
.separator
{
	margin-bottom: -10px;
}
.center-element 
{
	margin: 0 auto;
}

.align-top
{
	vertical-align: top !important;
}

.align-middle
{
	vertical-align: middle !important;
}

/** Text Style **/
.text-left  { text-align: left !important; }
.text-right { text-align: right !important; }
.text-bold  { font-weight: bold; }
.text-black  { font-family: "Roboto Black" !important; }

/** Buttons **/
.btn-group .btn {
	border-radius: 0;
	margin-left: -1px;
}
.smaller-button
{
	padding: 3px 15px !important;
}
.button-footer
{
	padding-top: 15px !important;
}
.button-footer-page
{
	padding-left: 15px !important;
	text-align: left !important;
	margin-top: 30px !important;
}
.btn {
	border-radius: 4px !important;
	outline: 0 none;
}
.btn-report {
	padding-top: 1.85rem !important;
}
.btn-primary {
	background: #71C6E5 none repeat scroll 0 0 !important;
	border-color: #489BB9 !important;
	color: white !important;
}
.btn-primary:focus, .btn-primary:hover {
	background-color: #4A8DA5;
}
.btn-success {
	background: #00c851 none repeat scroll 0 0;
}
.btn-success:focus, .btn-success:hover {
	background-color: #00d255 !important;
}
.btn-warning {
	background: #f80 none repeat scroll 0 0;
}
.btn-warning:focus, .btn-warning:hover {
	background-color: #ff961f !important;
}
.btn-danger {
	background: #F24D6D none repeat scroll 0 0;
}
.btn-danger:focus, .btn-danger:hover {
	background-color: #F24D6D !important;
}
.btn-info {
	background: #33b5e5 none repeat scroll 0 0;
}
.btn-info:focus, .btn-info:hover {
	background-color: #4ABDE8 !important;
}
.btn-icon {
	width: 23px !important;
}
.btn, .pager li a {
	transition: all 0.2s ease-out 0s;
}
.btn-file {
	position: relative;
	overflow: hidden;
}
.btn-file input[type=file] {
	position: absolute;
	top: 0;
	right: 0;
	min-width: 100%;
	min-height: 100%;
	font-size: 100px;
	text-align: right;
	filter: alpha(opacity=0);
	opacity: 0;
	outline: none;
	background: white;
	cursor: inherit;
	display: block;
}
button:disabled.btn-default{
	background-color: #e6e6e6;
	pointer-events: none;
	color: black;
}
.disabled-button
{
	color: white;
}
.opa-btn:enabled:active 
{
	opacity: 1;
}
.opa-btn:disabled
{
	opacity: 0.4;
}
.toolbar-btn
{
	margin-right: 5px;
}
.btn.dropdown-toggle.disabled.btn-default
{
	background: #eeeeee;
}

/** Helper **/
.position-static {
	position: static;
}
.position-relative {
	position: relative;
}
.flex {
	display: flex;
}
.vertical-center {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.modal-dialog.vertical-center {
	margin: 0;
	position: absolute;
	left: 50%;
	transform: translate(-50%, -100%) !important;
}
.cd-top {
	bottom: 35px;
	right: 15px;
	position: fixed;
	z-index: 10;
	border-radius: 4px;
	padding: 10px;
	height: 50px;
	width: 40px;
	display: none;
}
.cd-top > i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.font-12 {
	font-size: 12px;
}
.bs-bars {
	line-height: normal !important;
}

/** MENU - Login **/
.login-image {
	max-height: 190px;
	margin: auto;
}

/** Error Message **/
.help-block {
    color: #F24D6D !important;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    font-size: 0.85rem;
    margin-top: 0.4rem !important;
    margin-bottom: 0 !important;
}

.has-error .form-control,
.has-error .bootstrap-select .dropdown-toggle {
    border-color: #F24D6D;
}

has-error .help-block,
.has-error .control-label, 
.has-error .radio, 
.has-error .checkbox, 
.has-error .radio-inline, 
.has-error .checkbox-inline, 
.has-error.radio label, 
.has-error.checkbox label, 
.has-error.radio-inline label, 
.has-error.checkbox-inline label {
    color: #f24d6d !important;
}

/** Modals and Panels **/
.modal.bootstrap-modal > .modal-dialog {
	position: fixed;
	top: 30%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 300px;
}
.modal-content {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, .175);
    box-shadow: 0 10px 25px rgba(0, 0, 0, .175);
}
.modal-xlg
{
	width:90%;
}
.overlay {
	cursor: wait;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #000;
	z-index: 9998;
	opacity: 0.5;
}
.expand-heading {
    padding: 12px 20px !important;
    background-color: #71c6e5 !important;
    border-bottom: 7px solid #69b3ce !important;
}
.__panel__ {
	position: fixed;
	background-color: #fff;
	max-width: 1200px;
	min-width: 300px;
	top: 1em;
	left: 50%;
	z-index: 9999;
	transform: translate(-50%, 0);
}
.__panel__ .panel-body {
	max-height: 400px;
	overflow: auto;
}
#__loader__ {
	position: fixed;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
	min-width: 500px;
	z-index: 9999;
	font-weight: 900;
}
.table a {
	margin-left: 1rem;
}
div.list-group .list-group {
	padding-left: 15px;
}
.m-panel
{
	margin-top: -15px;
}
.modal-fixed-height {
	height: 400px;
	overflow: scroll;
}

/** Media CSS **/
@media (max-width: 767px) {
	.text-center-xs {
		text-align: center;
	}
	.navbar .visible-xs:not(.user){
		display: inline-block !important;
	}
}
@media (min-width: 768px) {
	.wrapper, .footer {
		padding-left: 0;
	}
}

/** Sidebar **/
.sidebar {
	background-color: #f5f5f5;
	border-right: 1px solid #eee;
	z-index:499;
}
.sidebar .nav-stacked .nav-stacked > li {
	padding-left: 15px;
}
li.has-subnav ul {
	display: none;
}
.bi-fa {
	display: table-cell !important;
	width: 30px !important;
	height: 30px;
	margin-left: 20px;
	margin-right: 3px;
}
nav ul,
nav li{
	outline:0;
	margin:0;
	padding:0;
}
.main-menu .nav-text {
	display:table-cell;
	vertical-align:middle;
	width: 100% !important;
	padding-right: 25px;
}
.main-menu>ul {
	margin: 7px 0;
}
.main-menu li>a {
	display:table;
	color:#999;
	text-decoration:none;
	-webkit-transform:translateZ(0) scale(1,1);
	-webkit-transition:all .1s linear;
	transition:all .1s linear;
}
.main-menu li:hover>a,
nav.main-menu li.active>a,
.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus,
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus,
.no-touch .dashboard-page nav.dashboard-menu ul li:hover a,
.dashboard-page nav.dashboard-menu ul li.active a {
	color:white;
}

/** Bootstrap-datetimepicker **/
.datepicker tr td,
.datepicker tr th {
	border: none;
}
.bootstrap-datetimepicker-widget.dropdown-menu 
{
    padding: 7px ;
    width: 22em;
}
.bootstrap-datetimepicker-widget table td span {
    height: unset;
}
.bootstrap-datetimepicker-widget table td span.active,
.bootstrap-datetimepicker-widget table td.active, 
.bootstrap-datetimepicker-widget table td.active:hover {
    background-color: #74d0ef;
}
.bootstrap-datetimepicker-widget .datepicker-decades .decade {
    line-height: 1.8em;
    height: unset;
    padding: 9px;
}
@media(max-width:663px) {
	#dashboardContainer img
	{
	  max-width: 110px;
	  max-height: 110px; 
	}
}
@media(max-width:768px) {
	#sqiva-apps-menu
	{
	  min-width: 400px;
	}
	#sqiva-apps-menu img
	{
	  max-width: 40px;
	  max-height: 40px; 
	}
	#burgerIcon
	{
		text-align: left !important;
	}
	#burgerIcon font
	{
		font-size:12px;
	}
}

@media(max-width:1199px) {
	#dashboardContainer .txtImg
	{
	  line-height: 0!important;
	}
}

/** Sub-content **/
.subcontent
{
	margin-bottom: 15px;
}
.subcontent-title
{
	font-size : 13px;
	font-weight: bold;
	margin-bottom: 5px;
}

/** Tables **/
.no-wrap-col {
	white-space: nowrap; 
	overflow: hidden;
}

.table-fixed-col{
	table-layout: fixed;
    word-break: break-word;
}
.table-compact > tbody > tr > td {
	padding: 3px !important;
	font-family: "Roboto Medium";
}
.fixed-table-pagination{
	display:none !important;
}
.pagination-info {
	margin-right: 5px;
}
.dropdown-scroll {
	max-height: 165px;
	overflow-y: auto;
}
.bootstrap-table-pagination > .pagination-size .dropdown-menu {
	right: 0;
	left: auto;
}
td.clickable {
	cursor: pointer;
}
.table-hover tr:hover {
	cursor: pointer;
}
.bootstrap-table .table
{
	border-bottom: none;
}
.bootstrap-table thead:not(.dow):not(.picker-switch)
{
	background-color: transparent !important;
	color: #575757;
	text-transform: uppercase !important; 
}
.bootstrap-table tbody
{
   color: #898989;
}
.table td, .table th, .fixed-table-container
{
	border: none !important;
}
#tblSumList .table-border-right {
	border-right: 2px solid #eee !important;
    padding-right: 15px !important;
}

.table th
{
	border-bottom: medium solid #DDD !important;
}
.table-striped > tbody > tr:nth-of-type(2n+1)
{
	background-color: transparent !important;
}
.table-striped > tbody > tr:nth-of-type(2n)
{
	background-color: #f1f1f1 !important;
}
.table-input-xsm
{
	width: 80% !important;
}
.bootstrap-table .sort-with-right-align .sortable
{
	padding-right: 23px !important;
}
.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > td,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > thead > tr > th {
    border: none;
}
.table-btn
{
	height:30px;
}
.fixed-table-body {
	overflow: visible;
}
.fixed-table-footer {
	min-width: inherit !important;
}
table.scrollable {
	overflow-y: auto; 
}
.scrollable > thead > tr > th {
	position: sticky; 
	background: white;
    border-bottom: solid 1px #dddddd !important;
	top: 0;
}

/** Breadcrumb **/
.breadcrumb
{
	background-color: white;
	color: #70c6e5;
	font-weight: normal !important;
	font-family: 'Roboto Bold' !important;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 20px;
	margin-bottom: 10px;
	letter-spacing: 1px;
}
.breadcrumb a
{
	color: darkgray !important;
}
.breadcrumb > li + li:before
{
	content: "\3E";
	color: lightgray !important;
	padding: 0 10px !important;
}

/** Bold Headers and Labels **/
.bold-header, 
.bold-label
{
    font-family: Roboto Black;
    color: '#565656';
    font-weight: 20px;
}
.bold-header-margin
{
    margin-bottom: 25px;
}
.bold-label-info
{
	text-transform: uppercase;
	color: #565656 !important;
	font-weight: bold !important;
	font-size: 12px !important;
}

/** Panes **/
.tab-border {
    border: 1px solid #ddd !important;
    border-top-color: transparent !important;
}
.pane-border
{
    border: solid 2px #efefef; 
    border-radius: 3px;
}
.pane
{
    padding-top: 0px; 
    padding-bottom: 10px; 
    padding-left: 20px; 
    padding-right: 20px;
}
.pane-left-border
{
    border-left: 2px solid #e6e6e6;
}
.pane-right-border
{
    border-right: 2px solid #e6e6e6;
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    .pane-left-border,
    .pane-right-border
    {
        border-left: none;
        border-right: none;
    }
}

/** MENU - Inventory Management **/
.menu-subcontent
{
	margin-bottom: 30px !important;
}
.menu-subcontent h3
{
	margin-top: 0px !important;
}
.subpanel-custom
{
	border: 2px solid #e6e6e6 !important;
	border-radius: 3px !important;
}
.subpanel-custom-content
{
	padding: 8px 25px !important;
}
.subpanel-custom-content h3
{
	font-family: 'Roboto Black' !important;
	margin-top: 12px !important;
	margin-bottom: 20px !important;
}
.subpanel-custom-content label
{
	/*font-weight: normal !important;*/
	text-align: left !important;
}
.subpanel-borderless-footer
{
	padding: 3px 0px !important;
	border-top: 2px solid #e6e6e6 !important;
}
.subpanel-custom-footer
{
	background-color: #f5f5f5;
	padding: 10px !important;
	border-top: 2px solid #e6e6e6;
}
.subpanel-row
{
	padding: 5px 0px !important;
}

/** Checkboxes (including service days) **/
.checkbox-primary > label
{
	font-family: 'Roboto' !important;
}
.day-css
{
	float: left !important;
	padding-right: 17px !important;
	padding-left: 5px !important;
}
.form-check-label {
    font-size: 14px;
    font-family: 'Roboto Bold';
}
/** MENU - SSR **/
.content-table-with-pagination
{
	margin-top: 20px !important;
	margin-bottom: 50px !important;
}

.content-table-with-pagination h3
{
	margin-top: 0px !important;
	margin-bottom: -38px !important;
}

/** Bootstrap-table Pagination **/
.prev-page
{
	background: #71C6E5 !important;
	border-color: #489BB9 !important;
	color: white !important;
	margin-right: 7px !important;
	margin-left: 10px !important;
}

.next-page
{
	background: #71C6E5 !important;
	border-color: #489BB9 !important;
	color: white !important;
}

.btn[name = "refresh"] 
{
  	margin-right: 7px !important;
} 

.input-group.date .input-group-addon
{
	background-color: #f5f5f5;
	color: #575757 !important;
	cursor: pointer !important;
}

.input-group-addon {
	font-size: .9em;
}

.checkbox
{
	padding-left: 26px !important;
}

.searchServiceDay p, .checkBoxSubClass p
{
	font-size: 10.5px !important;
	color: #a1a1a1 !important;	
	font-family: 'Roboto Bold' !important;
}

.tableServDay > tbody > tr > td
{
	padding: 1px !important;
	font-size: 11px !important;
	color: #999;
}

.tableServDay > tbody > tr > td > .checkbox > label
{
	cursor: default !important;
}

.select-all
{
	padding-right: 5px !important;
	cursor: pointer !important;
	font-size: 10px !important;
}

.select-none
{
	padding-left: 5px !important;
	color: #71C6E5;
	cursor: pointer !important;
	font-size: 10px !important;
}

#selectAll
{
	padding-right: 5px !important;
	cursor: pointer !important;
	font-size: 10px !important;
}

#selectNone
{
	padding-left: 5px !important;
	color: #71C6E5;
	cursor: pointer !important;
	font-size: 10px !important;
}

.checkbox label ::after
{
	margin-left: -20px !important;
}
.pane-border
{
	border-bottom-right-radius: 0px !important;
	border-bottom-left-radius: 0px !important;
}

.pane-border-footer
{
	border-left: solid 2px #e6e6e6;
	border-right: solid 2px #e6e6e6;
	border-bottom: solid 2px #e6e6e6;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	background-color: #f5f5f5;
}

.groupCheckboxDateSSS .groupCheckboxSSS
{
	padding: 0px !important
}

.checkboxDateSSS #check_date
{
	margin-left: -17px !important;
}

.checkboxDateSSS label::before
{
	margin-top: -2px !important;
	margin-left: -19px !important;
}

.checkboxDateSSS label::after
{
	margin-top: -2px !important;
	margin-left: -20px !important;
}

.servDayCheckbox{
	-moz-transform:scale(1.2);
	margin-left: -16px !important;
	margin-top: 2px !important;
}

/** MENU - Book Management ***/
#contactInfoHolder
{
	margin-top: 35px !important;
}
#tblContactInfo > tbody > tr > td
{
    padding: 0 !important;
}
#tablePrice
{
	margin: 10px auto 20px auto !important;
	border-collapse: collapse !important;
}
#tablePrice, #tablePrice td, #tablePrice th {
    border: 2px solid #575757 !important;
}
#tablePrice thead {
	background-color: #ddd !important;
	color: #575757 !important;
}
.align-right
{
	text-align: right !important;
	padding-top: 3px;
	padding-bottom: 3px;
}
.align-left
{
	text-align: left !important;
	font-weight: bold !important;
	padding: 3px !important;
	color: #565656 !important;
}
.timeHolder
{
	font-size: 16px !important;
	margin-top: -5px !important; 
	color: #565656 !important;
}
.main
{
	padding-left: 30px;
	padding-right: 30px;
	margin-top: -10px;
}
#otherDetailHolder .label-field-header
{
	color: #565656;
	font-size: 22px !important;
	padding-top: 5px !important;
}
.container-header
{
	padding-right: 0px !important;
	padding-left: 0px !important;
}
#div_table_header { 
	width: 100% !important;
}
.collapseContainer {
	width: 100%;
	height: 2px;
	margin-bottom: 25px;
	background-color: #ddd;
	position: relative;
}
.collapseButton {
	display: inline-block;
	vertical-align: middle;
	width: 35px;
	height: 35px;
	background-color: #ddd;
	border: solid 4px white;
	border-radius: 50%;
	position: absolute;
	top: -17px;
	bottom: 17px;
	left: calc(50% - 5px);
	text-align: center; 
	padding-top: 6px;
}
#divTableHeaderDetail
{
	margin-bottom: 35px !important;
	padding-left: 5px !important;
}
#divTableHeaderDetail span
{
	font-weight: bold !important;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
	color: white !important;
	background-color: #74d0ef !important;
	outline: none;
}

/** MENU - Report **/
.customtable
{
	height: 300px !important;
	min-width: 200% !important;
}

.customtable .bootstrap-table-pagination 
{
	width: 120%;
	margin-left: 0 !important;
	padding-top: 15px !important;
	float: left !important;
	position: sticky; 
	background: white;
    z-index: 999;
    top: 0;
    left: 0;
}

.customtable .scrollable > thead > tr > th {
	position: sticky; 
	background: white;
    border-bottom: solid 1px #dddddd !important;
	top: 45px;
}

.customtable .th-inner
{
    border-bottom: solid 1px #dddddd !important;
    padding-bottom: 5px !important;
    padding-bottom: 5px !important;
}

.th-inner.sortable
{
	background: none !important;
}

.th-inner.sortable:not(.desc):not(.asc)::after {
	font: normal normal normal 14px/1 FontAwesome; 
	font-size: 1em;
	color: #cfcfcf;
	margin-left: 5px;
	content: "\f0dc";
}

.th-inner.sortable.desc::after {
	font: normal normal normal 14px/1 FontAwesome; 
	font-size: 1em;
	margin-left: 5px;
	content: "\f0de";
}

.th-inner.sortable.asc::after {
	font: normal normal normal 14px/1 FontAwesome; 
	font-size: 1em;
	margin-left: 5px;
	content: "\f0dd";
}
	
/** MENU - Admin **/
.pwd{
	background-color: #fbfbfb;
	margin-bottom: 0;
	padding-bottom: 15px;
}
.header{
	padding: 14px;
	border-top: 1px solid #e5e5e5;
}
#password + .glyphicon {
	cursor: pointer;
	pointer-events: all;
}

/** Status Pill **/
.status-pill {
	padding: 3px 5px;
	border-radius: 10px;
	height: 19px;
	text-align: center;
	color: white;
	font-size: 9px;
}
.ok{
	background-color:#74d0ef;
}
.locked{
	background-color:#f24d6d;
}
.pill-muted {
	background: #f3f3f3 !important;
    color: #9c9c9c !important;
}
.leftie {
    float: left;
}
.md-pill {
	height: 24px;
    font-size: 0.85em;
    font-weight: 900;
    font-family: 'Roboto Bold';
}

/** Tabs **/	
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	color: #555;
	cursor: default;
	background-color: #fff;
	border: 1px solid #ddd;
	border-top-width: 1px;
	border-top-color: rgb(221, 221, 221);
	border-bottom-color: rgb(221, 221, 221);
	border-bottom-color: transparent;
	border-top-color: #74d0ef;
	border-top-width: 2px;
}

.nav-tabs > li > a {
	margin-right: 2px;
	line-height: 1.42857143;
	border: 1px solid transparent;
	border-radius: 0 0 0 0;
}

.nav.nav-tabs a {
	color: #b6b6b6;
	text-decoration: none;
}

nav.dashboard-menu ul li.active a {
	color: #fff;
	background-color: #74d0ef;
}

.table a {
	margin-left: 0rem;
}

a:hover, a:focus {
	color: #55555f;
	text-decoration: underline;
}

.nav-tabs > li > a:hover {
	border-bottom-color: #74d0ef;
	border-bottom-width: 2px;
}

.nav-tabs > li.disabled > a {
	color: #b6b6b6;
}

.nav > li > a:hover, .nav > li > a:focus {
	text-decoration: none;
	background-color: white;
}

#editPrivilege > div > div > table > tbody > tr > td > div > div > ul > li.selected > a{
	color: #656565 !important;
}

.dropdown-menu {
	font-size: 12px;
}

.dropdown-menu>li>a:hover {
	color: white !important;
	background-color: #74d0ef;
}

/* MENU - Main Layout */
#circle{
	background: #71c6e5;
    padding: 10px;
    height: 50px;
    width: 50px;
    border-radius: 100px;
    opacity: 0.5;
    position: fixed;
    bottom: 55px;
    vertical-align: middle;
    right: 30px;
    text-align: center;
    color: white;
    font-size: 20px;
    z-index: 9998;
}
#circle:hover{
	opacity: 1;
}
#divBookCode{
	visibility: hidden;
	background: white;
    padding: 10px 0px 10px 10px;
    z-index: 9997;
    position: fixed;
    bottom: 55px;
    right: 30px;
    border-radius: 100px;
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.3);
}
.visible{
	visibility: visible !important;
	transform:translate(-10px);
	transition-duration: 0.3s;
	opacity: 100;
}
#inputGlobalBookCode{
	border-radius: 1px !important;
	text-transform: uppercase;
	border: none;
}
#inputGlobalBookCode:focus{
	border: none !important; 
}
.hid {
	transform:translate(20px);
	transition-duration: 0.3s;
	opacity: 0;
}
kbd {
    display: inline-block;
    margin: 0 .1em;
    padding: .1em .6em;
    font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
    font-size: 11px;
    line-height: 1.4;
    color: #242729;
    text-shadow: 0 1px 0 #FFF;
    background-color: #e1e3e5;
    border: 1px solid #adb3b9;
    border-radius: 3px;
    box-shadow: 0 1px 0 rgba(12,13,14,0.2), 0 0 0 2px #FFF inset;
    white-space: nowrap;
}
.help{
	width: 500px;
    text-align: center;
}
.modal-dialog-help {
    width: 500px;
    margin: 30px auto;
}
.change-pass{
	width: 425px;
}
.padding-icon
{
	padding: 10px 14px;
    transition: all 0.3s ease-out 0s;
}

/** Form Controls **/
.form-control {
	border-radius: 3px !important;
}
.form-control:focus {
	border: 1px solid #45526E !important;
	box-shadow: none;
}
.checkbox label::after{
	margin-left: -21px !important;
}
.chk-label {
	text-transform: capitalize !important;	
}
.form-group.required label:not(.labelCheckbox)::after,
label.required::after{
	content: "*";
	color: red;
	/*margin-left: 0.35rem;*/
}
.radio-primary input[type="radio"]:checked + label::after
{
	content: "" !important;
	/*margin-left: 0 !important;*/	
}

.form-group.required span.control-label::after {
	content: "*";
	color: red;
}

.form-group.notrequired span.control-label::after {
	content: "";
}

.form-horizontal .control-label {
	text-align: left !important;
	text-transform: uppercase !important;
	padding-right: 0px !important;
	color: #565656 !important;
	font-weight: bold;
	font-size : 12px !important;
}
.plain-group {
	border: none;
    background: none;
}
/*.form-group>.control-label {
	text-transform: uppercase !important;
}*/

/** Color ***/
a {
	cursor: pointer;
}
.user {
	background-color: #2D384E;
	color: #eeeeee;
}
.panel {
	box-shadow: 0 7px 20px 0 rgb(0 0 0 / 10%);
}
.panel-msg {
	padding: 20px;
    border-radius: 6px;
    font-size: 12px;
    margin-bottom: 20px;
}
.panel-heading {
	/*background-color: #45526E !important;
	color: white !important;*/
	color:#575757 !important; 
	background-color: #f8f8f8 !important
}
td.clickable {
	color: #337ab7;
	text-decoration: underline;
}
.table-striped > tbody > tr:nth-of-type(2n+1) {
	background-color: #F5F5F5;
}
.table-hover > tbody > tr:hover, 
table:not(.no-highlight) tr.selected td:not(.day):not(.uncolor) {
	background-color: #B3E5FC !important;
}
.label-upload {
	text-transform: uppercase !important;
	color: #898989 !important;
	font-weight: normal !important;
	font-size: 11px !important;
}

/*screen-md*/
@media (min-width: 992px){ 
	.col-md-1-5 {width:15% !important;}
	.col-md-10-5 {width: 85% !important;}
	.col-md-offset-1-5 {margin-left: 15% !important;}
	.col-md-offset-5 {margin-left: 50% !important;}
}

/** Customize Size **/
.panel-heading
{
	padding:7px 15px !important;
}
.__confirm__ .panel-heading
{
	background-color: #F8F8F8;
	border-bottom: 1px solid #DDD;
	color: #575757 !important;
	padding: 10px 15px !important;
	font-size: 16px;
	font-weight: normal;
}
.__confirm__ .panel-heading span
{
	font-family: 'Roboto Bold' !important;
	color: #575757 !important;
}
.__confirm__ .panel-body
{
	padding: 20px 25px !important;
    font-family: 'Roboto' !important;
}
.__confirm__ .panel-footer
{
	background-color: #F8F8F8 !important;
	padding: 10px 15px !important;
}
.__alert__ .panel-heading
{
	background-color: #F8F8F8 !important;
	border-bottom: 1px solid #DDD !important;
	color: #575757 !important;
	padding: 7px 15px !important;
	font-size: 16px;
	font-weight: normal;
	font-family: 'Roboto Bold' !important;
	color: #575757 !important;
}
.__alert__ .panel-body
{
	padding: 25px 15px !important;
    font-family: 'Roboto' !important;
}
.__alert__ .panel-footer
{
	background-color: #F8F8F8 !important;
	padding: 10px 15px !important;
}
.btn .btn-default .__no__, .btn .btn-primary .__yes__
{
	padding: 5px 10px !important;
}
.content, .bootstrap-table, .panel, .navbar, .form-control
{
	font-size : 12px !important;
}
.navbar 
{
	font-size: 12px !important;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}
.panel-title
{
	font-size: 13px !important;
}
.btn, .bootstrap-table-pagination
{
	font-size: 11px !important;
}
.btn-sm, .form-control
{
	height: 30px;
}
.th-inner
{
	padding: 2px!important;
	font-family: "Roboto Black";
}
.input-xsm, .input-xsm button
{
	height: 25px;
	padding: 2px 5px;
	/*font-size: 12px;*/
	line-height: 1.5; /* If Placeholder of the input is moved up, rem/modify this. */
	border-radius: 3px !important;
	font-size: 0.925em !important;
}
.input-xsm {
}
.button-xsm
{
	height: 25px;
	padding: 2px 7px;
	font-size: 12px;
	line-height: 1.5; /* If Placeholder of the input is moved up, rem/modify this. */
	border-radius: 3px;
}
.input-xsm ul li a, .typeahead li a
{
	margin: 0;
	padding-left: 5px; 
	text-align: left;
}

/** LAYOUT - Sub-dashboard **/
#dashboardContainer
{
	margin-top: 22px !important;
}
.subdashboard-container
{
	margin-top: 22px !important;
}
.subdashboard-menu-border
{
    border: 2px solid #dadada !important;
    border-radius: 100px !important;
    padding: 5px 15px;
    margin-bottom: 10px;
}
.subdashboard-menu-border:hover
{
	border: 2px solid #71C6E5 !important;
	transition: all 0.3s ease-out 0s;
}
.subdashboard-menu-border:hover > span > font
{
	color: #71C6E5;
}
.subdashboard-menu-border font
{
	font-size: 11px !important;
	text-transform: uppercase !important;
	font-family: 'Roboto' !important;
	letter-spacing: 0.5px !important;
	color: #828282 !important;
	font-weight: bold !important;
}
.subdashboard-img
{
	width: 30px !important;
	height: 30px !important;
}
.subdashboard-content
{
	width: 90% !important;
}
.subdashboard-content h3
{
	text-align: left !important;
	padding-left: 10px !important;
	color: #565656 !important;
}

/** LAYOUT - Main Dashboard **/
.img-icon
{
	width: 50px;
	height: 50px;
}
.img-icon-2
{
	width: 90px;
	height: 90px;
	padding: 18%;
}
.padding-icon .hvr-text > font
{
    font-size: 9px;
    letter-spacing: 1px;
}
.padding-icon-2
{
	margin-top: 2.5em;
}
.padding-icon-2 .hvr-text > font
{
	font-size:11px;
}
.hvr-text > font
{
	color: #565656;
	text-align: center !important;
}
.hvr-text:hover > font
{
	color: #46D5E0;
	transition: 0.5s;
}
.hvr-text-2
{
	cursor: pointer;
}
.hvr-text-2:hover > font
{
	color: #46D5E0;
	transition: 0.2s;
	font-size: 15px;
	font-weight: bold;
}
.circle-border
{
	background: #f0f6f7;
	width: 90px;
	height: 90px;
	position: relative;
	border-radius: 100%;
	margin: 0 auto;
	transition: all 0.2s ease-out;
	cursor: pointer;
}
.circle-border:hover
{
	background: #eaf3f6;
	animation: bounce 2.5s infinite;
	-webkit-animation: bounce 2.5s infinite;
	-moz-animation: bounce 2.5s infinite;
	-o-animation: bounce 2.5s infinite;
}

.circle-menu-title
{
	padding-top: 5px;
	text-align: center;
	letter-spacing: 2px;
}
#dashboardContainer
{
	margin-top: 22px !important;
}
.subdashboard-header{
	margin-left: 5%;
}
@media (min-width: 1100px){
    #dashboardContainer{
        margin: auto 15%;
    }
    .sub-dashboard-container{
        padding: 0 20%;
    }
    .subdashboard-header{
		margin-left: 15%;
	}
}

/** Dropdown Menu **/
ul#burgerIcon {
    max-width: none !important;
}
#burgerIcon > li {
	padding: 10px;
}

/**----------------**/
/** DCS Stylesheet **/
/**----------------**/

/** Progress Bar **/
.progress {
	position: relative;
	border-radius: 30px;
}

.progress span {
	position: absolute;
    display: block;
    font-size: 10px;
    width: 100%;
    font-weight: 700;
 }

.progress-bar {
	border-radius: 30px;
	background-color: #74d0ef;
}

/** MENU - Check-in Search **/
.selected-flight
{
	margin:-1px 0px; 
	padding: 10px 0px;
	cursor: pointer;
	z-index: 100;
}

.non-selected-flight
{
	margin:-1px 0px; 
	padding: 10px 0px;
	border: 2px solid #efefef;
	cursor: pointer;
}

/** MENU - Aircraft **/
.default-min-height
{
	min-height: 200px;
}

/** MENU - Check In **/
.traveldocStatusRed
{
	border-radius:50%;
	width:17px;
	height:17px;
	background-color: #e75858;
	float:left;
}

.traveldocStatusAmber
{
	border-radius:50%;
	width:17px;
	height:17px;
	background-color: #e0a000;
	float:left;
}

.traveldocStatusGreen
{
	border-radius:50%;
	width:17px;
	height:17px;
	background-color: #34b858;
	float:left;
}

.traveldocStatusNone
{
	border-radius:50%;
	width:17px;
	height:17px;
	background-color: #959c84;
	float:left;
}

.statusColorRed
{
	color: #e75858;
}

.statusColorAmber
{
	color: #e0a000;
}

.statusColorGreen
{
	color: #34b858;
}

.statusColorNone
{
	color: #959c84;
}

#tblPax td {
	vertical-align: inherit !important;
}

#tblBg td {
	vertical-align: top !important;
}

.checked-in-seat {
	pointer-events: none !important;
}

/** Menu Guide (SHIFT+?) **/
kbd {
    display: inline-block;
    margin: 0 .1em;
    padding: .1em .6em;
    font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
    font-size: 11px;
    line-height: 1.4;
    text-shadow: 0 1px 0 #FFF;
    background-color: #e1e3e5;
    border: 1px solid #adb3b9;
    border-radius: 3px;
    box-shadow: 0 1px 0 rgba(12,13,14,0.2), 0 0 0 2px #FFF inset;
    white-space: nowrap;
}
.help{
	width: 350px;
    text-align: center;
}
.modal-dialog-help {
    width: 300px;
    margin: 30px auto;
}
.two-column {
	width: 680px;
}
.segment{
	padding-top: 15px;
    border-top: 1px solid #e5e5e5;
}

/** DCS Custom **/
.large{
	font-size: 15px;
	float: left;
}

.medium-text{
	font-size: 14px;
	float: left;
}

.status-pill-sm {
	cursor: pointer;
	padding: 4px 8px;
	border-radius: 10px;
	margin-left: 5px;
	text-align: center;
	color: white;
	font-size: 9px;
	background-color:#71c6e5;
	float: left;
}

.margin-left-1
{
	margin-left: 1rem !important;
}

.hr-ctr
{
	background-color: red; 
	float: left; 
	margin-top: 10px;
}

.status-pill-md
{
	cursor: pointer;
	padding: 8px 22px;
	border-radius: 17px;
	margin-left: 0px;
	text-align: center;
	color: white;
	font-size: 10px;
	background-color: #71c6e5;
	float: left;
	font-weight: bold;
}

.status-pill-md-default{
	color: grey !important;
}

.status-pill-md-default
{
	cursor: pointer;
	padding: 8px 22px;
	border-radius: 17px;
	margin-left: 0px;
	text-align: center;
	color: white;
	font-size: 10px;
	float: left;
	font-weight: bold;
}

.status-pill-md-default.disabled
{
	cursor: not-allowed;
}

/** Switcher **/
/* The switch - the box around the slider */
	.switch {
	  position: relative;
	  display: inline-block;
	  width: 30px;
	  height: 17px;
	}

	/* Hide default HTML checkbox */
	.switch input {display:none;}

	/* The slider */
	.slider {
	  position: absolute;
	  cursor: pointer;
	  top: 0;
	  left: 0;
	  right: 0;
	  bottom: 0;
	  background-color: #ccc;
	  -webkit-transition: .4s;
	  transition: .4s;
	}

	.slider:before {
	  position: absolute;
	  content: "";
	  height: 13px;
	  width: 13px;
	  left: 2px;
	  bottom: 2px;
	  background-color: white;
	  -webkit-transition: .4s;
	  transition: .4s;
	}

	input:checked + .slider {
	  background-color: #2196F3;
	}

	input:focus + .slider {
	  box-shadow: 0 0 1px #2196F3;
	}

	input:checked + .slider:before {
	  -webkit-transform: translateX(13px);
	  -ms-transform: translateX(13px);
	  transform: translateX(13px);
	}

	/* Rounded sliders */
	.slider.round {
	  border-radius: 34px;
	}

	.slider.round:before {
	  border-radius: 50%;
	}

/** Font Weight **/
.font-regular { font-weight: normal !important; }
.font-bold { font-weight: bold !important; }

/** Rotate Animation **/
.rotate-item{
    -moz-transition: all 2s linear;
    -webkit-transition: all 2s linear;
    transition: all 2s linear;
}

.rotate-item.down{
    -moz-transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
    transform:rotate(180deg);
}

/** Error Messages & Animation **/
img.error-icon {
    -webkit-animation: up-down 1.5s infinite  alternate;
    animation: up-down 1.5s infinite  alternate;
}

@-webkit-keyframes up-down {
    0% { transform: translateY(0); }
    100% { transform: translateY(30px); }
}
@-moz-keyframes up-down {
    0% { transform: translateY(0); }
    100% { transform: translateY(30px); }
}
@-o-keyframes up-down {
    0% { transform: translateY(0); }
    100% { transform: translateY(30px); }
}
@keyframes up-down {
    0% { transform: translateY(0); }
    100% { transform: translate(5px,30px); }    
}

/** Animation - Bounce **/
@-webkit-keyframes bounce {
	0%, 30% {transform: translateY(0);}
	15% {transform: translateY(-1rem);}
}
@-moz-keyframes bounce {
	0%, 30% {transform: translateY(0);}
	15% {transform: translateY(-1rem);}
}
@-o-keyframes bounce {
	0%, 30% {transform: translateY(0);}
	15% {transform: translateY(-1rem);}
}
@keyframes bounce {
	0%, 35% {transform: translateY(0);}
	10% {transform: translateY(-0.75rem);}
}
.twitter-typeahead
{
	width: 100% !important;
}
.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
  color: #999
}

.tt-menu {    /* used to be tt-dropdown-menu in older versions */
  width: 100%;
  /*position: static !important;*/
  margin-top: 4px;
  padding: 4px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
     -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
          box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
  padding: 3px 20px;
  line-height: 24px;
}

.tt-suggestion.tt-cursor,.tt-suggestion:hover {
  color: #fff;
  background-color: #0097cf;

}

.tt-suggestion p {
  margin: 0;
}

/** Charts **/
.float-left { float: left !important; }
.float-right { float: right !important; }

.percent-mark {
	margin-left: 5px;
}

.circle-label {
    background: #71c6e5;
    width: 15px;
    height: 15px;
    border-radius: 20px;
    float: left;
}

.fill-green { background: #1ab394; }
.fill-yellow { background: #ffd04b; }

/* WS DOC LIST STYLING TOC */
.custom-toc
{
	top: 51px;
	bottom: 0;
	right: 0;
	min-width: 350px;
	background: #f5f5f5;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	border-left: 1px solid #eee;
	transition: 1s ease;
	overflow-y: auto;
}

@media only screen and (max-width: 1600px)
{
	.custom-toc
	{
		min-width: 280px;
		transition: 1s ease;
	}
}

@media only screen and (max-width: 1300px)
{
	.custom-toc
	{
		min-width: 200px;
		transition: 1s ease;
	}
}

@media only screen and (max-width: 900px)
{
	.custom-toc
	{
		min-width: 0;
		background: transparent;
		padding-top: 15px;
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 0;
		border-left: none;
		transition: 1s ease;
	}
}

.toc-parent > li > a
{
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 1.2px;
}

.toc-parent > li.active > a
{
	color: red !important;
	font-weight: bolder;
	text-transform: uppercase;
}

.toc-parent > li
{
	list-style: none;
}

.handle
{
  	position: relative;
}

.accordion > input[type="checkbox"] 
{
  	position: absolute;
  	left: -100vw;
}

.accordion .content 
{
  	height: 0;
  	display: none;
}

.accordion > input[type="checkbox"]:checked ~ .content
{
  	height: auto;
  	display: block;
}

.accordion label 
{
  	display: block;
}

.accordion .handle 
{
  	margin: 5px;
  	font-size: 1.125em;
  	line-height: 1.2em;
}

.accordion label 
{
  	color: #333;
  	cursor: pointer;
  	font-weight: bolder;
}

.accordion label:hover,
.accordion label:focus 
{
  	background: #d8d8d8;
}

.accordion .handle label:before 
{
  	font-family: 'fontawesome';
  	content: "\f078";
  	display: inline-block;
  	margin-right: 10px;
  	font-size: 1.2em;
  	line-height: 1.556em;
  	vertical-align: middle;
}

.accordion > input[type="checkbox"]:checked ~ .handle label:before 
{
  	content: "\f077";
}

.accordion p:last-child 
{
  	margin-bottom: 0;
}

/* * Custom Tooltipster * */
.tooltipster-sidetip.tooltipster-punk.tooltipster-bottom .tooltipster-arrow-border{
	border-bottom-color: gray !important;
}

.tooltipster-sidetip.tooltipster-punk .tooltipster-box {
    background: gray !important;
    border: 0px solid !important;
    /* border-style: tra !important; */
}