﻿* {
	-webkit-font-smoothing: antialiased;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
}

body {
  background-color: #ffffff;
  font: 17px 'Open Sans', sans-serif;
  margin: 0;
  padding: 0;
}

div#site-container{
    padding-top: 85px;
    background-color: #fff;
    /*overflow-y: hidden;*/
}

img
{
    border: 0;
}

.main-content {
    overflow: hidden;
}

header {
  overflow: hidden;
  display: block;
  padding: 20px 20px 5px 20px;
  height: 85px;
  position: fixed;
  top: 0;
  z-index: 2;
  background-color: #fff;
}

#header-title
{
    padding: 8px;
    margin-left: 20px;
}

footer 
{
    text-align: center;
    padding: 0 10px;
    position: fixed;
    bottom: 2px;
    width: 100%;
    background-color: #fff;
}

footer span
{
      display: inline-block;
      margin-top: 0;
      text-align: center;
      width: 100%;
      font-size: 14px;
}

footer .footer-link
{
    font-size: 14px;
    text-align: right;
    float: right;
}

section:not(#slidingMenu)
{
    padding: 5px;
}

header div:first-child {
    -moz-transition: all 0.15s ease-in-out;  /* FF4+ */
    -o-transition: all 0.15s ease-in-out;  /* Opera 10.5+ */
    -webkit-transition: all 0.15s ease-in-out;  /* Saf3.2+, Chrome */
    -ms-transition: all 0.15s ease-in-out;  /* IE10 */
    transition: all 0.15s ease-in-out; 
}

#brandLogo
{
    max-height: 50px;
}

.logo {
  float: left;
}

a:link, a:visited, a:active, a:hover {
  color: #feb70f;
  text-decoration: none;
}

a {
  color: #333333;
  outline: medium none;
  text-decoration: underline;
}

.page_title {
  float: left !important;
  font-size: 18px;
}

.site-width {
    width: 100%;
    /*max-width: 1170px;*/
    max-width: 1380px;
    margin: 0 auto;
}

.left
{
    float: left;
}

.footerLogoLink
{
    position: relative;
    display: block;
    float: right;
}

footer .footerLogo
{
    background-image: url("https://static.pcibooking.net/Images/poweredmobile150pxwidth.png");
    background-repeat: no-repeat;
    height: 42px;
    width: 150px;
    float: left;/**/
    background-size: 100%;
}

a#menu-icon {
    background-color: #333333;
    color: #feb70f;
    height: 29px;
    width: 45px;
    font-size: 22px;
    margin: 10px 7px 5px 0;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    line-height: 26px;
    position: absolute;
    left: 20px
}

a#menu-icon:hover
{
    text-shadow: rgb(255, 246, 224) 0px 0px 5px, 
		rgb(255, 255, 255) 0px 0px 7px, 
		rgb(255, 255, 255) 0px 0px 10px, 
		rgb(233, 196, 110) 0px 0px 15px, 
		rgb(233, 196, 110) 0px 0px 20px;
}

.inset-text {
	/* Shadows are visible under slightly transparent text color */
	text-shadow: rgb(116, 162, 83) 0px 0px 5px, 
		rgb(255, 255, 255) 0px 0px 7px, 
		rgb(255, 255, 255) 0px 0px 10px, 
		rgb(184, 225, 133) 0px 0px 15px, 
		rgb(184, 225, 133) 0px 0px 20px;
}

section#slidingMenu {
    padding-top: 85px;
}

#accordian {
	width: 100%;
	margin: 50px auto 0 auto;
}
/*heading styles*/
#accordian h2 {
	font-size: 14px;
	line-height: 34px;
	padding: 0 10px;
	cursor: pointer;
	margin-bottom: 0;
	color: #feb70f !important;
	background: #333333; 
}
/*heading hover effect*/
#accordian h2:hover {
	
}
/*iconfont styles*/
#accordian h2 i {
	font-size: 16px;
	margin-right: 10px;
	color: #feb70f !important;
}
/*list items*/
#accordian li {
	list-style-type: none;
	border-bottom: 2px solid #ffffff;
}
#accordian ul ul li 
{
    border-bottom: 2px solid #ffffff;
}

/*links*/
#accordian ul ul li a {
	color: #333333;
	text-decoration: none;
	font-size: 12px;
	line-height: 38px;
	display: block;
	padding: 0 15px;
	/*transition for smooth hover animation*/
	transition: all 0.15s;
}

#accordian ul li ul li.active a
{
    color: #feb70f !important;
    font-weight: bold;
}

/*hover effect on links*/
#accordian ul ul li a:hover {
	background: #ffffff;
	border-left: 5px solid #feb70f;
}
/*Lets hide the non active LIs by default*/
#accordian ul ul {
	display: none;
}
#accordian li.active ul {
	display: block;
	border-left: none;
}

/* Mobile Portrait/Landscape classes */

.portrait {
    display: block;
    width: 0;
    height: 0;
    opacity: 0;
    -moz-transition: all 0.75s ease-in-out; /* FF4+ */
    -o-transition: all 0.75s ease-in-out; /* Opera 10.5+ */
    -webkit-transition: all 0.75s ease-in-out; /* Saf3.2+, Chrome */
    -ms-transition: all 0.75s ease-in-out; /* IE10 */
    transition: all 0.75s ease-in-out;
}

.landscape {
    background-image: url(https://static.pcibooking.net/Images/rotate.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    display: block;
    background-color: #fff;
    opacity: 1;
}

.feedback-message-landscape {
    margin-bottom: 0 !important;
}

.footer-custom-text-landscape {
    padding-bottom: 0 !important;
    padding-right: 110px !important;
    padding-left: 10px;
}

.footer-landscape {
    max-height: 34px !important;
}

.page-title-landscape {
    margin-bottom: 6px;
}

.site-container-landscape {
    padding: 44px 2px 0 2px;
    opacity: 0;
    width: 0 !important;
    height: 0 !important;
}

.menu-icon-landscape {
    position: absolute;
    top: 8px;
    left: unset;
    width: 30px;
    height: 30px;
    padding: 1px !important;
    margin: 0 !important;
    font-size: 20px;
    right: 66px;
}

span.pending-status, span.closed-status {
    background-color: #e53e3a;
    padding: 1px 15px 3px;
    color: #fff;
    -webkit-border-radius: 3;
    -moz-border-radius: 3;
    border-radius: 3px;
    -webkit-box-shadow: 0px 1px 5px #666666;
    -moz-box-shadow: 0px 1px 5px #666666;
    box-shadow: 0px 1px 5px #666666;
}

table.dataTable thead .sorting_desc, table.dataTable thead .sorting, table.dataTable thead .sorting_asc {
    background-position: -6px center !important;
}

/* Phone */
@media only screen and (min-width: 320px) and (max-width: 720px), (max-width: 720px) {
    h1
    {
        font-size: 18px;
    }

    header
    {
        padding: 5px 2px 5px 2px;
        height: 44px;
        border-bottom-width: 2px !important;
        overflow: visible !important;
    }

    .logo {
      max-width: 40% !important;
    }

    #header-title
    {
        padding: 3px 2px 3px 7px;
        margin-left: 10px;
        margin-left: 0;
        height: 37px;
        line-height: 35px;
        border-left: 0 !important;
    }

    div.live-label {
        margin-top: 2px !important;
        float: right !important;
        margin-right: 2px;
    }

    #brandLogo
    {
        padding-right: 10px;
        max-height: 37px !important;
        width: unset;
        border-right: 0 !important;
    }

    h1 {
      font-size: 18px;
      line-height: 22px;
      margin-bottom: 10px !important;
    }

    footer {
        padding: 0;
        font-size: 12px;
        bottom: 0 !important;
        max-height: 90px !important;
    }

    footer p
    {
        margin: 0;
        padding: 0;        
    }

    footer .footer-link
    {
        margin-right: 5px;
    }

    footer .footerLogo
    {
        height: 22px;
        width: 90px;
    }

    a.footerLogoLink{
        bottom: 1px;
        right: 1px;
    }    

    div#site-container {
        padding: 44px 5px 0 5px;
        width: 100%;
    }

    section#slidingMenu {
        padding-top: 72px !important;
    }

    section.main-content{
        padding: 0 !important;
    }

    #accordian {
        margin-top: 30px;
    }

    #accordian ul ul {
	    display: block !important;
    }

    a#menu-icon{
        position: absolute;
        top: 46px;
        left: 5px;
        width: 28px;
        height: 28px;
        padding: 1px !important;
        margin: 0 !important;
        font-size: 20px;
    }

    .dataTables_length,.dataTables_info {
        display: none;
    }

    div.footer-custom-text {
        padding-bottom: 24px !important;
    }
}
