﻿html, body {
   font-family: 'Roboto', sans-serif;
    padding: 0;
    margin: 0;
    height: 100%;
    background-color: rgb(235, 238, 240) !important;
    font-size: 15px;
    color: #555;
    line-height: 32px;
    text-align: left;
}


.radio label {
    line-height: 20px !important;
}


/** Adjustment for Bootstrap Input Groups heights */

.not-allowed:hover {
    cursor: not-allowed;
}

.overflow-gracefully {
    overflow: hidden; 
    text-overflow: ellipsis; 
    white-space: nowrap;
}

td.overflow-gracefully {
    max-width:0;    
}



/** Bootstrap customizations **/
 .btn-sample { 
         color: #FFFFFF; 
         background-color: #329CDA; 
         border-color: #329CDA; 
     } 
 
.btn-sample:hover, 
.btn-sample:focus, 
.btn-sample:active, 
.btn-sample.active, 
.open .dropdown-toggle.btn-sample { 
    color: #FFFFFF; 
    background-color: #26729E; 
    border-color: #329CDA; 
} 
 
.btn-sample:active, 
.btn-sample.active, 
.open .dropdown-toggle.btn-sample { 
    background-image: none; 
} 
 
.btn-sample.disabled, 
.btn-sample[disabled], 
fieldset[disabled] .btn-sample, 
.btn-sample.disabled:hover, 
.btn-sample[disabled]:hover, 
fieldset[disabled] .btn-sample:hover, 
.btn-sample.disabled:focus, 
.btn-sample[disabled]:focus, 
fieldset[disabled] .btn-sample:focus, 
.btn-sample.disabled:active, 
.btn-sample[disabled]:active, 
fieldset[disabled] .btn-sample:active, 
.btn-sample.disabled.active, 
.btn-sample[disabled].active, 
fieldset[disabled] .btn-sample.active { 
    background-color: #329CDA; 
    border-color: #329CDA; 
} 
 
.btn-sample .badge { 
    color: #329CDA; 
    background-color: #FFFFFF; 
}

.btn-thin {
    line-height: 0.85
}

.btn-full-width {
    width: 100%
}


/** Product Filter styling **/
.order-by-column {
    color: #337ab7 !important;
    display: inline-block;
}

.order-by-column:hover {
    cursor: pointer;
}


.alert-text {
    font-weight: bold;
    color: #F00;
}

/** Filter Tags **/
.filter-tag-container {
    border-radius: 4px; 
    border: 1px solid rgb(203, 219, 238); 
    color: #666; 
    padding: 5px; 
    height: 28px; 
    background-color: rgb(233, 243, 255);
    font-size: 0.85em;
        
}

.filter-description {
    vertical-align: top; 
    display: inline-block; 
    padding-top: 0px;    
    overflow: hidden; 
    text-overflow: ellipsis; 
    white-space: nowrap;
    max-width: 150px;
    line-height: 1.5em !important;

}

a.filter-remove i {
    display:inline-block; 
    padding-top:2px;
}

a.filter-remove {
    color: #777;
}

a.filter-remove:hover {
    color: #AAA;
    text-decoration: none;
}

a.filter-remove:active, a.filter-remove:focus, a.filter-remove:visited {
    text-decoration: none;    
}


.spinner-layer {
    position: fixed;
    top: 0%;
    left: 0%;
    z-index: 2000;
	width: 100%; 
	height: 100%;
	background:rgba(255, 255, 255, 0.5);
    /* filter: alpha(opacity=50); */
}

.spinner {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -40px; /* half width of the spinner gif */
    margin-top: -40px; /* half height of the spinner gif */
    text-align: center;
    z-index: 900;
    overflow: auto;
    width: 80px; /* width of the spinner gif */
    height: 80px; /*hight of the spinner gif +2px to fix IE8 issue */
}

.spinner .img-spinner {
    width: 80px;
    height: 80px;
}



/** Exception Page styling **/
h2 {
    font-size: 24px;
    font-weight: 600; 
}

h4 {
    font-weight: 100;
    font-size: 22px;
    color: #999;
}

.system-page {
    background-color: #FFF;  min-height: 650px;padding-top: 50px;padding-bottom: 50px;
}

.system-page h2.header {
    color: #666;        
}

.medium-spacer {
    height: 50px;
}

.small-spacer {
    height: 20px;
}
.tiny-spacer {
    height: 10px;
}


.system-page-content {
    max-width:85%; 
    margin-left:auto; 
    margin-right: auto;
}

.system-page-content p  {
    text-align: justify;
}

.system-page label {
    font-weight: 700;
    font-size: 16px;
}

.form-check-label {
    font-weight: 400;
    font-size: 16px;
}

.system-page .validationMessage {
    color: #f00;
}
.system-page input[type="checkbox"], input[type="radio"]{
    width: 20px;
    height: 20px;
}



a.profile-link {
    color: #CCC;
}

a.profile-link:hover {
    color: #FFF;
    text-decoration: none; 
}

a.no-underline:hover, a.no-underline:active {
    text-decoration: none;
}


/**  **/

.card-block .card-title {
    letter-spacing: 0.5em;
    font-size: 1.0em;
    text-transform: uppercase;
    color: #555;
    margin-bottom: 30px;
    line-height: 30px;
}

.sub-title {
    letter-spacing: 0.5em;
    font-size: 1.0em;
    text-transform: uppercase;
    color: #555;
}


/** General Helpers **/
div.hcentered {
    margin-left: auto;
    margin-right: auto;
}

.nowrap {
    white-space: nowrap
}

.ta-left {
    text-align: left;
}

.ta-right {
    text-align: right;
}

div.vert-center {
  display: table;
  height: 100px;
  width: 100%;
  text-align: center;
}

div.vert-center span {
  display: table-cell;
  vertical-align: middle;
}


/** Responsive video player styling **/
.flex-video {
  position: relative;
  padding-top: 1.66em;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 1.1em;
  overflow: hidden;
}
.flex-video.widescreen { padding-bottom: 57.25%; }
.flex-video.vimeo { padding-top: 0; }
.flex-video iframe,
.flex-video object,
.flex-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 767px) {
  .flex-video { padding-top: 0; }
}
/** Responsive video player styling **/


/**  **/
.goog-te-gadget-simple {
    background-color: #292b2c !important; /* Same as Bootstrap Navbar */
    border:none !important;
}

 .goog-te-menu-value {
    color: #FFF !important;
}

div.skiptranslate + nav {
    padding-top:60px;
}
