﻿.main-page-content {
    /*box-shadow: 12px 0 15px -4px rgba(31, 73, 125, 0.8), -12px 0 8px -4px rgba(31, 73, 125, 0.8);*/
    margin-top: 20px;
    margin-bottom: 20px;
}

.table-header {
    font-size: 13px;
    color: white;
    height: 25px;
    background: #405E9A;
}

.gy-support-footer {
    padding-top: 10px;
    padding-bottom: 10px;
}

.all-gy-site-icon {
    font-size: 25px;
    color: #003399;
    padding-right: 10px;
    width: 40px;
}

.right-side {
    float: right;
}

#otherSites .list-group .list-group-column ul li .h6 {
    float: left;
    margin: 6px 0 0;
}

.radioReportMenu {
    margin-top:8px;
    text-align:left;
}

/*.mainInfoContainer {
    background-color:#405E9A;
    font-weight:bold;
    font-size:15px;
    text-align:center;
    color:white;
    border-bottom:20px solid #405E9A;
}*/

.mainInfoBox {
    color:#fff;
    margin-bottom:20px;
    background: #405E9A;
    height: 100px;
}

.border-info-box {
    border-bottom: 5px solid yellow;
}

.mainInfoBoxUp {
    font-size: 28px;
    font-weight: bold;
    margin: 0 auto;
    height: 50%;
}

.mainInfoBoxDown {
    margin:0 auto;
    font-size:16px;
    /*white-space: nowrap;*/
    height: 50%;
}

.editSummaryButton {
    width:185px;
    margin:20px auto;
    line-height:30px;
    font-size: 12px;
    text-align:center;
    cursor:pointer;
}

.reportDatePicker {
    max-width:225px;
    margin:0 auto;
    margin-top:10px;
    height:25px;
}

.circle {
    -moz-border-radius: 50px; 
    -webkit-border-radius: 50px; 
    border-radius: 50px;
    /*
    color: white;
    background: radial-gradient(#405E9A 12px,transparent 14px);
    */
}

.circle span {
    cursor:pointer;
}

#tblData {
    text-align:center;
}

#tblData > thead > tr > th {
    text-align:center;
}

.viewButton {
    background-image: linear-gradient(-45deg,#1e468d 0,#1e468d 15px,#405e9a 15px,#405e9a 100%)!important;
    color: white;
    text-shadow:none;
    cursor:pointer;
}

.viewButton:hover {
    color: white;
}

.arrow_box {
	position: relative;
	background: #405e9a;
    font-size:10pt;
}
.arrow_box:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(64, 94, 154, 0);
	border-top-color: #405e9a;
	border-width: 15px;
	margin-left: -15px;
}

.heatMapHeader {
    color:#333333;
    font-size:18px;
    fill:#333333;
}

#editSummaryPanel label {
    font-size:10px;
}

.f-s-12 {
    font-size: 12px;
}

.m-lr-10 {
    margin: 0 10px 0 10px;
}

.full-width {
    width: 100%;
}

.m-t-10 {
    margin-top: 20px;
}

.m-t-20 {
    margin-top: 20px;
}

.email-icon {
    margin-top: 30px;
    padding: 0px;
}

.m-b-20 {
    margin-bottom: 20px;
}

.m-0 {
    margin: 0px;
}

.p-0 {
    padding: 0px;
}

.request-btn {
    background-color: #76ab76;
    border-color: #2f5a0a;
}

.request-btn > a {
    color: #fff;
}

.alert-danger > .danger-color {
    color: #a94442; 
}

/****************************
***** begin tipsy.css
*****************************/
.tipsy { padding: 5px; font-size: 11px; position: absolute; z-index: 100000; }
  .tipsy-inner { padding: 5px 8px 4px 8px; background-color: black; color: white; font-size:12px; max-width: 200px; text-align: center; }
  .tipsy-arrow { position: absolute; background: url('../images/tipsy.gif') no-repeat top left; width: 9px; height: 5px; }
  .tipsy-n .tipsy-arrow { top: 0; left: 50%; margin-left: -4px; }
	.tipsy-nw .tipsy-arrow { top: 0; left: 10px; }
	.tipsy-ne .tipsy-arrow { top: 0; right: 10px; }
  .tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -4px; background-position: bottom left; }
	.tipsy-sw .tipsy-arrow { bottom: 0; left: 10px; background-position: bottom left; }
	.tipsy-se .tipsy-arrow { bottom: 0; right: 10px; background-position: bottom left; }
  .tipsy-e .tipsy-arrow { top: 50%; margin-top: -4px; right: 0; width: 5px; height: 9px; background-position: top right; }
  .tipsy-w .tipsy-arrow { top: 50%; margin-top: -4px; left: 0; width: 5px; height: 9px; }
/****************************
***** end tipsy.css
*****************************/

.select2-results > ul.select2-results__options > li.select2-results__option {
    min-height: 32px;
}