﻿html *
{
   font-family: Arial, sans-serif;
}

.ui-autocomplete.ui-widget {
    font-family: Verdana,Arial,sans-serif;
    font-size: 10px;
    max-height: 200px; 
    overflow-y: auto;
}

#headerContainer {
    overflow: auto;
    padding-bottom: 5px;
}

.icon { display: none; }
.hasicon { position: relative; }
.hasicon .icon {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 32px;
    cursor: pointer;
}

html {
    background: #ffffff;
    margin: 0;
    padding: 0;
    height: 100%;
}

.compImage {
    margin: 0;
}

#renderBody {
    min-height: 440px;
}

.quoteImage {
    margin: 0;
}

.slideshow { height: 600px; width: 160px; bottom: 700px;position: absolute;}
.slideshow img { padding: 15px; border: 1px solid #ccc; background-color: #eee; }

.cyclediv {
    background: #EDE9F7;
    background : -webkit-gradient(linear, left top, left bottom, from(#EDE9F7), to(#E6E1F4));
	background : -moz-gradient(linear, left top, left bottom, from(#EDE9F7), to(#E6E1F4));
}

/*.roundcorners {
    border: 1px solid #d6d6d6; 
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.25);
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,.25);
    border-radius : 8px;
    -moz-border-radius : 8px;
    -webkit-border-radius : 8px;
}*/

body {
/*    border-top: solid 10px #000; */
    color: #8076b5;
    font-size: .85em;
    /*font-family: "Times-Roman", Verdana, Helvetica, Sans-Serif !important;*/
    font-family: "Roboto", Sans-Serif !important;
    margin: 0;
    padding: 0;
    height: 100%;
}

#bodydiv {
    position: absolute;
    top: 95px;
    width:100%;
    bottom: 30px;
}

header, footer, hgroup,
nav, section {
    display: block;
}

mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

h1, h2, h3,
h4, h5, h6 {
    color: #4b4295;
    margin-bottom: 0;
    padding-bottom: 0;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.75em;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

    h5 a:link, h5 a:visited, h5 a:active {
        padding: 0;
        text-decoration: none;
    }


/* main layout
----------------------------------------------------------*/
.content-wrapper {
    margin: 0 auto;
}

#bodydiv {
    /*background: #ffffff;
    background : -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#E4DFF3));
	background : -moz-gradient(linear, left top, left bottom, from(#ffffff), to(#E4DFF3));
    clear: both;
    padding-bottom: 0px;
    position: relative;
    height: 100%;*/
}

.main-content {
    padding-left: 0px;
    padding-top: 0px;
}

.featured + .main-content {
    background: url("../Images/heroAccent.png") no-repeat;
}

#headerdiv {
    width:100%;
    position: relative; 
    top: 0px; 
    height: 80px; 
    padding-right: 0px;
    left: 0px;
}

header .content-wrapper {
    clear: both;
    padding-top: 0px;
    height: 80px;
    width: 100%;
    position: relative;
    top: 0px;
}

.footerRelativePosition {
     clear: both;
     position: relative;
     z-index: 10;
     background: none repeat scroll 0 0 #E4DFF3;
}

.footerFixedPosition {
    background: none repeat scroll 0 0 #E4DFF3;
    bottom: 3px;
    height: 25px;
    left: 0;
    position: absolute;
    width: 100%;
}

.footerdiv {
    clear: both;
    text-align: center;
	margin:0px;
    padding: 0px 0px 0px 0px;
	overflow:auto; /* makes sure the container fits the floated list-items below */
	background-color:#cecece; /* moved and lightened the background color from ul#menu li */
	/*-webkit-border-radius: 10px; 
	-moz-border-radius: 10px;  
	border-radius: 10px;
	box-shadow: 2px 2px 3px #000;
	-webkit-box-shadow: 2px 2px 3px #000;
	-moz-box-shadow: 2px 2px 3px #000;*/
    background : #cecece;
	/*background : -webkit-gradient(linear, left top, left bottom, from(#8076b5), to(#4b4295));
	background : -moz-gradient(linear, left top, left bottom, from(#8076b5), to(#4b4295));*/
	/*border: 1px solid #4b4295;*/
    position: relative;
    left: 1px; 
    bottom: 0px; 
    height: 100%;
    width:100%;
    /*font-family:Tahoma, Verdana, Arial, sans-serif;*/
    font-family: "Roboto", sans-serif !important;
	font-size:14px;
	text-shadow: rgba(165,165,165, 1) 1px 1px 2px;
	color:#000000;
}

/* site title
----------------------------------------------------------*/
.site-title {
    color: #c8c8c8;
    font-family: Rockwell, Consolas, "Courier New", Courier, monospace;
    font-size: 2.3em;
    margin: 0;
}

.site-title a, .site-title a:hover, .site-title a:active {
    background: none;
    color: #c8c8c8;
    outline: none;
    text-decoration: none;
}


/* login
----------------------------------------------------------*/
#login {
    display: block;
    font-size: .85em;
    margin: 0 0 10px;
    text-align: right;
}

#login a {
    background-color: #d3dce0;
    margin-left: 10px;
    margin-right: 3px;
    padding: 2px 3px;
    text-decoration: none;
}

#login a.username {
    background: none;
    margin: 0;
    padding: 0;
    text-decoration: underline;
}

#login ul {
    margin: 0;
}

#login li {
    display: inline;
    list-style: none;
}

#signinout
{
    color: #9782be; 
    display: inline-block; 
    list-style: none; 
    position: absolute; 
    right: 3%; 
    top: 1%;
    z-index:5;
}

#signinout li
{
    padding-right: 10px;
    padding-left: 10px;
}

#signinout li a
{
    padding-left:5px;
}

.listseperater
{
    border-right:2px dotted #9782be;   
}

#signinout > li :hover
{
    text-decoration-style:none;
    color:whitesmoke;
}

/* page elements
----------------------------------------------------------*/
/* featured */
.featured {
    background-color: #fff;
}

    .featured .content-wrapper {
        background-color: #7ac0da;
        background-image: -ms-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -o-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #7ac0da), color-stop(1, #a4d4e6));
        background-image: -webkit-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        color: #3e5667;
        padding: 20px 40px 30px 40px;
    }

        .featured hgroup.title h1, .featured hgroup.title h2 {
            color: #fff;
        }

        .featured p {
            font-size: 1.1em;
        }

/* page titles */
hgroup.title {
    margin-bottom: 10px;
}

hgroup.title h1, hgroup.title h2 {
    display: inline;
}

hgroup.title h2 {
    font-weight: normal;
    margin-left: 3px;
}

/* features */
section.feature {
    width: 300px;
    float: left;
    padding: 10px;
}

/* ordered list */
ol.round {
    list-style-type: none;
    padding-left: 0;
}

ol.round li {
    margin: 25px 0;
    padding-left: 45px;
}

ol.round li.zero {
    background: url("../Images/orderedList0.png") no-repeat;
}

ol.round li.one {
    background: url("../Images/orderedList1.png") no-repeat;
}

ol.round li.two {
    background: url("../Images/orderedList2.png") no-repeat;
}

ol.round li.three {
    background: url("../Images/orderedList3.png") no-repeat;
}

ol.round li.four {
    background: url("../Images/orderedList4.png") no-repeat;
}

ol.round li.five {
    background: url("../Images/orderedList5.png") no-repeat;
}

ol.round li.six {
    background: url("../Images/orderedList6.png") no-repeat;
}

ol.round li.seven {
    background: url("../Images/orderedList7.png") no-repeat;
}

ol.round li.eight {
    background: url("../Images/orderedList8.png") no-repeat;
}

ol.round li.nine {
    background: url("../Images/orderedList9.png") no-repeat;
}

/* content */
article {
    float: left;
    width: 70%;
}

aside {
    float: right;
    width: 25%;
}

aside ul {
    list-style: none;
    padding: 0;
}

aside ul li {
    background: url("../Images/bullet.png") no-repeat 0 50%;
    padding: 2px 0 2px 20px;
}

.label {
    font-weight: 700;
}



/* login page */

.loginformbox {
    left: 20%;
    width: 60%;
    height: 180px;
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #333;
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.25);
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,.25);
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    padding-top: 20px;
    padding-left: 20px;

}

#loginForm {
    width: 100%;
    left: 10px;
    text-align: left;
}

    #loginForm .validation-error {
        display: block;
        margin-left: 15px;
    }

    #loginForm .validation-summary-errors ul {
        margin: 0;
        padding: 0;
    }

    #loginForm .validation-summary-errors li {
        display: inline;
        list-style: none;
        margin: 0;
    }

    #loginForm input {
        width: 80%;
    }

    #loginForm input[type="checkbox"],
    #loginForm input[type="submit"],
    #loginForm input[type="button"],
    #loginForm button {
        width: auto;
    }

#socialLoginForm {
    margin-left: 40px;
    float: left;
    width: 40%;
}

    #socialLoginForm h2 {
        margin-bottom:  5px;
    }

#socialLoginList button {
    margin-bottom: 12px;
}

#logoutForm {
    display: inline;
}

/* contact */
.contact h3 {
    font-size: 1.2em;
}

.contact p {
    margin: 5px 0 0 10px;
}

.contact iframe {
    border: 1px solid #333;
    margin: 5px 0 0 10px;
}

/* forms */
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

    fieldset legend {
        display: none;
    }

    fieldset ol {
        padding: 0;
        list-style: none;
    }

        fieldset ol li {
            padding-bottom: 5px;
        }

label {
    display: block;
    font-weight: 600;
    margin-bottom: 1px !important;
}

label.checkbox {
    display: inline;
}

::-webkit-scrollbar
{
  width: 10px;  /* for vertical scrollbars */
  height: 10px; /* for horizontal scrollbars */
}

::-webkit-scrollbar-track
{
  background: rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb
{
  background: rgba(0, 0, 0, 0.5);
}

.nopadding {
   padding: 0 0 0 0 !important;
   margin: 0 0 0 0 !important;
}

input, textarea
{
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #333;
    font-size: 0.8em;
    margin: 5px 0px 6px 0;
    padding: 5px;
   
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.25);
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,.25);
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

textarea {
    font-family: "Roboto", sans-serif;
    width: 20%;
}

    input:focus, textarea:focus {
        border: 1px solid #7ac0da;
    }

    input[type="checkbox"] {
        background: transparent;
        border: inherit;
        width: auto;
    }

    input[type="submit"],
    input[type="button"],
    button {
        background-color: #62BBE9;
        border: 1px solid #4b4295;
        cursor: pointer;
        font-size: 0.8em;
        font-weight: 600;
        color: #ffffff;
        padding: 7px;
        margin-right: 8px;
        width: auto;
        border: 1px solid #4b4295; 
        -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.25);
        -moz-box-shadow: 0 2px 5px rgba(0,0,0,.25);
        border-radius : 8px;
        -moz-border-radius : 8px;
        -webkit-border-radius : 8px;
    }

    td input[type="submit"],
    td input[type="button"],
    td button {
        font-size: 1em;
        padding: 4px;
        margin-right: 4px;
    }

/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
    font-size: 0.8em;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}


/* tables
----------------------------------------------------------*/
table {
    border-collapse: collapse;
    border-spacing: 0;
    /*margin-top: 0.75em;
    border: 1px solid #4b4295;*/
    color: #4b4295;
}

th {
    font-size: 0.8em;
    text-align: left;
    border: none 0px;
    padding-left: 0;
}

    th a {
        display: block;
        position: relative;
    }

    th a:link, th a:visited, th a:active, th a:hover {
        color: #333;
        font-weight: 600;
        text-decoration: none;
        padding: 0;
    }

    th a:hover {
        color: #000;
    }

    th.asc a, th.desc a {
        margin-right: .75em;
    }

    th.asc a:after, th.desc a:after {
        display: block;
        position: absolute;
        right: 0em;
        top: 0;
        font-size: 0.75em;
    }

    th.asc a:after {
        content: '▲';
    }

    th.desc a:after {
        content: '▼';
    }

td {
    padding: 0em 0.5em 0em 0em;
    border: 0 none;
    font-size: 0.8em;
}

tr.pager td {
    padding: 0 0 0 0;
}


/* ===== Quote area ===== */

/*select.selectpicker {

    font-size: 0.9em; 
    font-weight: bold; 
    color: #8076b5;
    width:100px;
}*/

section.searchPanel {

    padding-left: 1%; 
    padding-top: 0px; 
    width: 99%; 
    height: 99%;
}

section.searchPanel form{

    height: 99%;
}

section.searchPanel label{

    font-size: 0.9em; 
    font-weight: bold; 
    color: #8076b5;
}

#compSearch label {

    color: #8076b5;
    font-size:1.0em;
}

.roundcorners#map_canvas {

    width:250px; 
    height:250px;
}

.autoComplete {
    color: #8076b5;
    font-size:1.0em;
}

.ui-autocomplete-loading {

    background: white url('../images/loader.gif') right center no-repeat;
    width:16px;
}

/* ----Quote Form-------- */

.quoteForm select, .quoteForm button, .quoteForm input, .quoteForm label {

    margin-top:4px; margin-bottom:8px;
}

.quoteForm #hospitalSearchButton{

    color: white; font-weight:bold; height:1.8em; width: 4em;

}

.quoteForm select  {

    background-color:pink; width:100%;
}

.quoteForm input {

    background-color:skyblue; border: 1px solid rgba(0, 0, 0, 0.15);
}

.quoteErrorStar{

    color:red; font-size:1.2em; display:none;
}


/* ---------------------- */

/* ====================== */

.layoutAlertMessage {

    margin-left: 10px;
    margin-right: 10px;
}

/* ====================== */

/* Language dropdown  */

.languageDropdown {

    position:absolute; 
    right:4%; 
    top:5px;
}

.languageDropdown select{

    width:8em;
}


/* ====================== */

select, select .dropdown {
    /* Size and position */
    position: relative;
    margin: 0 auto;
    padding: 4px;

    /* Styles */
    background: #fff;
    border-radius: 7px;
    border: 1px solid rgba(0,0,0,0.15);
    box-shadow: 0 1px 1px rgba(50,50,50,0.1);
    cursor: pointer;
    outline: none;
}

table
{
	font-size: 12px;
	margin: 5px;
    width: 90%;
	text-align: left;
	border-collapse: collapse;
	/*border: 1px solid #69c;*/
}

table th
{
	padding: 0px 2px 2px 2px;
	font-weight: normal;
	font-size: 15px;
	color: #039;
	border-bottom: 1px solid #69c;
}
table td
{
	padding: 2px 2px 2px 2px;
	color: #4C64AA !important;
}
.table-hover tbody tr:hover td
{
	color: #339;
    background: #a4d4e6 !important;
    cursor: pointer;
}

label {
    margin-bottom: 1px;
}

.mainImage {
    margin: 5px;
}

.secondaryImage {
    margin: 5px;
}

.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: 999px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight
{
    background: #E8E5F4 !important;
    border: #E8E5F4 !important;
}

.btn-info {
    background-color: transparent !important;
}

.dropdown-menu>li>a {
    color: #2779AA !important;
    /*font-size: 0.8em;*/
}

#mainImageContainer {
    min-height: 320px;
}

.highlightChangedAuditValue {
    background-color: lightsalmon;
}

.modalQuoting {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
                url('https://i.stack.imgur.com/FhHRx.gif') 
                50% 50% 
                no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden;   
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .modalQuoting {
    display: block;
}

table.table {
    margin-right: 0px;
    margin-top: 0px;
    margin-left: 0px;
}

/* Overule Bootstrap Padding for Accordions*/
.col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12{padding-left:15px;padding-right:0px !important}

.banner-nonpriced {
    background-position: 12px 0px;
    background-repeat: no-repeat;
    height: 40px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    background-size: 100% 100%; 
    width: 40px;
    background-image: url('https://qt.arcroyal.ie/Images/component/notpriced.png');
}

.banner-nonapproved {
    background-position: 12px 0px;
    background-repeat: no-repeat;
    height: 40px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    background-size: 100% 100%; 
    width: 40px;
    background-image: url('https://qt.arcroyal.ie/Images/component/notapproved.png');
}

.banner-discontinued {
    background-position: 12px 0px;
    background-repeat: no-repeat;
    height: 40px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    background-size: 100% 100%; 
    width: 80px;
    background-image: url('https://qt.arcroyal.ie/Images/component/discontinued.png');
}

.glyphicon-remove:hover{
    cursor: pointer;  
}

/*Overlay*/
.highlight{
    color:red;
}

.cellcenter{
    text-align : center;
}

 .jquerymodal {

    background-color:#fff;
    display:none;
    width:350px;
    padding:15px;
    text-align:left;
    border:2px solid #333;

    opacity:0.8;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    -moz-box-shadow: 0 0 50px #ccc;
    -webkit-box-shadow: 0 0 50px #ccc;
  }

  .jquerymodal h2 {
    background:url(/Images/info.png) 0 50% no-repeat;
    margin:0px;
    padding:10px 0 10px 45px;
    border-bottom:1px solid #333;
    font-size:20px;
  }

  .jquerymodal .closeicon
  {
      background-image: url(/Images/close.png);
      width : 35px;
      height: 35px;
      position:absolute;
      right: -17px;
      top:-17px;
      cursor: pointer;
  }

  .readonlyeditfield
  {
      background-color: darkgray;
  }

  .hospitalmgt table td
  {
      font-size:medium;
      padding-right:10px;
  }

  .navdropdown 
  {
      border-color: #e7e7e7;
      /* border: 1px; */
      border-style: solid;
      background: #f8f8f8;
      margin-top: 5px;
      border-radius: 5px;
      color: #9782be;
      font-family: "Roboto", sans-serif;
      font-size: 16px;
  }

.navdropdown > li > a {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
} 

.helpsign {
    color: #62BBE9; 
    margin-top: -5px;
    margin-right: 7px;
    cursor: pointer;
}

/* Fade transition for carousel items */
.carousel .item {
    left: 0 !important;
      -webkit-transition: opacity .4s; /*adjust timing here */
         -moz-transition: opacity .4s;
           -o-transition: opacity .4s;
              transition: opacity .4s;
}
.carousel-control {
    background-image: none !important; /* remove background gradients on controls */
}
/* Fade controls with items */
.next.left,
.prev.right {
    opacity: 1;
    z-index: 1;
}
.active.left,
.active.right {
    opacity: 0;
    z-index: 2;
}

/*.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    width: 500px !important;
}*/

.ui-drag-handle {
    cursor: move; /* fallback if grab cursor is unsupported */
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}