﻿body {
    color: #555555 !important;
    font-family: Calibri;
    margin: 0px;
    padding: 0px;
}

div { -webkit-overflow-scrolling: touch; }

.thumnail {
    -moz-border-radius: 5px; /* Firefox 3.6 and earlier */
    background-color: #0D0D0D;
    border-radius: 2px;
    left: 4px;
    opacity: .6;
    width: 10px;
}

.scrollbar {
    background-color: transparent;
    right: 0px;
    width: 14px;
}

.ResStatus {
    cursor: pointer;
    font-size: small;
}

.RowContainer { clear: both; }

.mainHeader {
    background-image: url('../Images/headershade.jpg');
    background-position: bottom;
    background-repeat: repeat-x;
    border-bottom-color: Silver;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    height: 120px;
    width: 100%;
}

.min-header-width { min-width: 1200px; }

.roundbox {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.overlay {
    background-color: rgba(255, 255, 255, 0.51);
    display: none;
    height: 100%;
    left: 0px;
    opacity: 0.6;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 100;
}

#expPanel {
    -moz-box-shadow: 10px 10px 18px rgba(0, 0, 0, 0.9);
    -webkit-box-shadow: 10px 10px 18px rgba(0, 0, 0, 0.9);
    background-color: #F3F3F2;
    border-color: #aa837e;
    border-style: solid;
    border-width: 1px;
    box-shadow: 10px 10px 18px rgba(0, 0, 0, 0.9);
    display: none;
    left: 50%;
    margin-left: -100px;
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px;
    position: absolute;
    top: 30%;
    z-index: 101;
}

.corner5 {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.corner8 {
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.mainloginwindow {
    left: 50%;
    margin-left: -200px;
    margin-top: -180px;
    position: absolute;
    top: 35%;
}

.loginwindow {
    background-color: rgba(255, 255, 255, 0.50);
    border-color: #d3d4d2;
    border-style: solid;
    border-width: 2px;
    /*font-family: Arial;*/
    color: #6c6c6c;
    font-size: 14px;
    height: 200px;
    text-align: center;
    width: 400px;
}

.loginwindow input {
    margin-left: 15px;
    width: 200px;
}

.input {
    border-color: #d3d4d2;
    border-style: solid;
    border-width: 2px;
    height: 25px;
    padding-left: 7px;
}

#daterange input {
    height: 23px;
    margin-bottom: 0px;
    width: 100px;
}

.MenuOverlay {
    background-image: url('../Images/headershade2.jpg');
    background-position: bottom;
    background-repeat: repeat-x;
    display: none;
    height: 78px;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 1236px;
}

.mainHeader2 {
    background-color: #dddddd;
    background-image: url('../Images/headershade2.jpg');
    background-position: bottom;
    background-repeat: repeat-x;
    height: 68px;
    left: 0px;
    padding-top: 10px;
    position: absolute;
    top: 0px;
    width: 100%;
}

.menubar {
    /*background-image:url('../Images/header.jpg');
    background-repeat :repeat-x; */
    background-color: #3fafc5;
    height: 45px;
    text-align: right;
    width: 100%;
}

.menubar > #divLogo {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.90);
    border-radius: 5px;
    float: left;
    margin-left: 20px;
    margin-right: 50px;
    margin-top: 18px;
    padding: 10px 20px 10px 10px;
}

.divider {
    background-color: Silver;
    float: left;
    height: 70%;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 10px;
    width: 1px;
}

.leftpane {
    background-color: #d6d8d4;
    background-image: url('../Images/leftpaneshadow.jpg');
    background-position: right;
    background-repeat: repeat-y;
    float: left;
    padding-bottom: 20px;
    position: relative;
    width: 265px;
}

.leftbox {
    background-color: White;
    border-color: Silver;
    border-style: solid;
    border-width: 1px;
    margin: 10px 20px;
    width: 225px;
}

.imenuitem {
    background-color: rgb(63, 175, 197);
    border-bottom-width: 0px;
    border-color: rgba(53, 53, 53, 0.3);
    border-style: solid;
    border-width: 1px;
    color: #ffffff;
    cursor: pointer;
    float: left;
    /*font-weight: bold !important;*/
    font-size: 0.85em;
    /*width: 120px;*/
    height: 23px;
    /*border-top-left-radius: 2px;
    border-top-right-radius: 2px;*/
    /*text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);*/
    /*font-family: 'Expletus Sans', 'Lato' !important;*/
    letter-spacing: 1px;
    margin-left: 2px;
    margin-top: 21px;
    padding: 6px 10px;
    text-align: center;
}

.menuitem {
    background-color: White !important;
    color: #3FAFC5 !important;
    height: 24px !important;
    text-decoration: underline;
}

/*
.menuitem
{
  background-color:White;
  margin-top:30px;
  margin-left:3px;
  float:left;
  padding-top:6px;
  width:120px;
  height:24px;
  text-align:center;
  border-style:solid;
  border-color:Silver;
  border-width:1px;
  border-bottom-width:0px;
  border-top-left-radius: 10px;
  border-top-right-radius:10px;
  color:#c73b3a;
  font-weight:bold;
  cursor:pointer;
}
*/

table, th, td { border: 1px solid silver; }

#years td {
    cursor: pointer;
    text-align: center;
    width: 40px;
}

#quarters td {
    cursor: pointer;
    text-align: center;
    width: 50px;
}

#months td {
    cursor: pointer;
    text-align: center;
    width: 30px;
}

.TabPage { width: 800px; }

.TabPage td:hover { }

.TDashboardR1 {
    background-color: #e5f3f6;
    height: 28px;
    width: 100%;
}

.TDashboardR2 {
    background-color: White;
    height: 28px;
    width: 100%;
}

.TDashboardCells {
    float: left;
    /*color: black;*/
    font-size: 0.9em;
    overflow: hidden;
    text-align: right;
    width: 160px;
}

.TDashboardCellsTitle {
    float: left;
    font-size: 0.9em;
    margin-left: 10px;
    overflow: hidden;
    padding-top: 4px;
    width: 150px;
}

.TDashboardCellsTitle input {
    background-color: #e2e3e1;
    border-style: none;
    border-width: 0px;
    height: 20px;
    margin-top: -6px;
    outline: none;
    text-align: left;
    width: 80px;
}

.TDashboard {
    clear: both;
    font-size: medium;
    margin: 0px;
    padding: 0px;
}

#Cal_Date_1 {
    color: #359cb0;
    cursor: pointer;
    font-weight: normal;
    margin-left: 20px;
    text-align: center;
    text-decoration: underline;
}

.TDashboardHeader {
    background-color: #3fafc5;
    color: #555555;
    font-size: medium;
    font-weight: bold;
    height: 25px;
    padding-top: 4px;
}

.Menu {
    background-color: #C4CACF;
    cursor: pointer;
    font-size: medium;
    height: 20px;
    text-align: center;
    width: 150px;
}

.MenuSelected {
    background-color: #2B82C9;
    color: White;
}

.Month td {
    cursor: pointer;
    font-size: small;
    height: 18px;
    text-align: center;
    width: 50px;
}

.Year td {
    cursor: pointer;
    font-size: small;
    height: 18px;
    text-align: center;
    width: 30px;
}

.Quarter td {
    cursor: pointer;
    font-size: small;
    height: 18px;
    text-align: center;
    width: 50px;
}

.property, .statusitem, .channelitem, .groupRow {
    background-color: White;
    cursor: pointer;
    font-size: 12px;
    margin-top: 1px;
    padding: 6px 0px 6px 10px;
}

.SelectedProp, .SelectedYear, .SelectedMonth, .SelectedQuarter, .SelectedStatus, .SelectedChannel, .SelectedGroup {
    background-color: #4cbad1;
    color: White;
}

.paging {
    color: black;
    cursor: pointer;
    font-size: small;
    margin-left: 30px;
    text-decoration: underline;
}

.percentage_opt {
    color: Gray;
    font-size: small;
    margin-left: 2px;
}

.pageselected {
    color: #088ca6;
    /*font-weight: bold;*/
}

.Chart1 {
    background-color: #C4CACF;
    margin: 20px;
}

#ProgressBar {
    display: none;
    height: 100%;
    left: 0px;
    padding-top: 25%;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 1003;
}

.ChartTitle {
    cursor: pointer;
    float: left;
}

.ChartTitleSetup {
    /*    background-color:#C4CACF;*/
    font-size: 14px;
    height: 25px;
    margin-left: 0px;
    padding-top: 5px;
    text-align: center;
    width: 216px;
}

.ChartTitleStat {
    /*    background-color:#C4CACF;*/
    font-size: 12px;
    height: 21px;
    margin-left: 0px;
    padding-top: 4px;
    text-align: center;
    width: 119px;
}

.ChartTitleMC {
    background-color: #898989;
    color: White;
    font-size: 12px;
    height: 21px;
    margin-left: 2px;
    padding-top: 4px;
    text-align: center;
    width: 98px;
}

.ChartContainer {
    background-color: #f6f7f6;
    border-color: Silver;
    border-style: solid;
    border-width: 1px;
    padding: 0px;
    position: relative;
}

.SelectedChartTitle {
    background-color: #3fafc5;
    color: White;
}

.ChartOverlay {
    background-color: rgba(255, 255, 255, 0.80);
    left: 100px;
    position: relative;
    text-align: center;
    top: 100px;
    z-index: 4;
}

.ChartOverlayImg {
    position: absolute;
    z-index: 8;
}

.ChartOption {
    background-color: Silver;
    border-color: White;
    border-style: solid;
    border-width: 2px;
    cursor: pointer;
    float: left;
    font-size: 14px;
    height: 20px;
    padding-top: 5px;
    text-align: center;
    width: 140px;
}

#StatTable, #StatTableHdr {
    margin: 10px;
    width: 900px;
}

.btn {
    background-color: #3fafc5;
    border: solid 1px #3797aa;
    color: White;
    cursor: pointer;
    padding: 6px;
    text-align: center;
    /*-webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;*/
    width: 90px;
}

.RowSep {
    background-color: white;
    clear: both;
    height: 1px;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.TableTitle { display: inline-block; }

.TableTitle div {
    background-color: #4cbad1;
    color: White;
    float: left;
    height: 20px;
    margin-left: 1px;
    padding: 5px;
    text-align: center;
}

.MTableRows {
    height: 450px;
    overflow-x: hidden;
    overflow-y: hidden;
}

.TableRows { clear: both; }

.TableRows .fixrow {
    background-color: #9ed3dd;
    height: 18px;
    margin-top: 1px;
    overflow: hidden;
    padding: 5px;
}

.TableRows .row2 {
    background-color: rgba(202, 199, 199, 0.5);
    height: 18px;
    margin-left: 1px;
    margin-top: 1px;
    overflow: hidden;
    padding: 5px;
}

.TableRows .row {
    background-color: Silver;
    border-bottom: 1px solid #9ED3DD;
    float: left;
    height: 18px;
    margin-left: 1px;
    overflow: hidden;
    padding: 5px;
}

.TableExpand {
    cursor: pointer;
    float: right;
    margin-top: 0px;
    width: 22px;
}

.TableExpand img {
    height: 22px;
    width: 22px;
}

.mcs6_container {
    background-color: #eeefed;
    height: 400px;
    width: 225px;
}

.mcs6_container .customScrollBox {
    height: 100%;
    overflow: hidden;
    position: relative;
}

.mcs6_container .customScrollBox .container {
    background-color: #eeefed;
    float: left;
    position: relative;
    top: 0;
    width: 211px;
}

/*border-right-style:solid;border-right-width:1px;border-right-color:silver;}*/

.mcs6_container .customScrollBox .content { clear: both; }

.mcs6_container .dragger_container {
    border-left: 1px solid Silver;
    border-right: 1px solid white;
    float: left;
    height: 380px;
    margin: 10px 0 0 7px;
    position: relative;
    width: 0px;
}

.mcs6_container .dragger {
    -khtml-border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    background: #898989;
    border-radius: 6px;
    height: 20px;
    margin-left: -5px;
    overflow: hidden;
    position: absolute;
    width: 9px;
}

.mcs6_container .dragger_pressed {
    -khtml-border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    background: #656565;
    border-radius: 6px;
    height: 40px;
    margin-left: -5px;
    overflow: hidden;
    position: absolute;
    width: 9px;
}

#MainRep {
    float: left;
    overflow: visible;
    width: 100px;
}

.charttype {
    background-color: #eeefed;
    display: none;
    height: 65px;
    left: 300px;
    position: absolute;
    top: 10px;
    z-index: 100;
}

.charttype img {
    cursor: pointer;
    float: left;
    margin-left: 40px;
    margin-right: 40px;
}

.ChatTypeSelected {
    border-bottom-color: Gray;
    border-bottom-style: solid;
    border-bottom-width: 2px;
}

.chartheader {
    background-color: #2d2d2d;
    color: White;
    height: 24px;
    padding-top: 3px;
    width: 100%;
}

.point {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: #898989;
    border-color: #cccccc;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    color: #ffffff;
    display: none;
    height: 20px;
    left: 0px;
    padding-left: 15px;
    padding-right: 15px;
    position: absolute;
    top: 0px;
    z-index: 100;
}

.barselected {
    border-color: red;
    border-style: solid;
    border-width: 2px;
    display: none;
    position: absolute;
    z-index: 100;
}

#pnlsavegroup {
    background-color: #e2e4e0;
    border-color: red;
    border-style: solid;
    border-width: 1px;
    display: none;
    left: 100px;
    padding: 10px;
    position: absolute;
    width: 200px;
    z-index: 10;
}

.delgroups {
    background-image: url('../images/delete-record-md.png');
    background-position: right;
    background-repeat: no-repeat;
    color: Red;
    font-weight: bold;
}

.groups {
    background-color: #e2e4e0;
    border-color: red;
    border-style: solid;
    border-width: 1px;
    display: none;
    left: 100px;
    padding-bottom: 10px;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 10px;
    position: absolute;
    top: 60px;
    width: 200px;
    z-index: 10;
}

.linkReport > a {
    background-color: #e1e1e1;
    border-color: Silver;
    border-radius: 2px;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    font-size: 0.9em;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 10px;
    padding: 0px 20px;
    text-align: right;
    width: 400px;
}

.beta > a {
    background-color: rgba(232, 13, 13, 0.82);
    color: White;
}

.form-control, input {
    /*border-width: 2px;*/
    -webkit-box-shadow: none;
    box-shadow: none;
}

.input-group {
    border-collapse: separate;
    box-sizing: border-box;
    color: #3FAFC5;
    display: table;
    font-size: 10px;
    line-height: 1.42857143;
    position: relative;
}

.form-control {
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #dce4ec;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    color: #808080;
    display: block;
    font-size: 15px;
    height: 43px;
    line-height: 1.42857143;
    padding: 10px 15px;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    width: 100%;
}

select {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

select { text-transform: none; }

.input-sm {
    border-radius: 3px;
    box-sizing: border-box;
    font-size: 13px;
    height: 33px;
    line-height: 1.5;
    padding: 6px 9px;
}

span.input-sm { width: 100px !important; }

.input-group-addon {
    background-color: #ecf0f1;
    border: 1px solid #dce4ec;
    border-radius: 4px;
    color: #3FAFC5;
    font-size: 15px;
    font-weight: normal;
    line-height: 1;
    padding: 10px 15px;
    text-align: center;
}

.input-group-addon, .input-group-btn {
    vertical-align: middle;
    white-space: nowrap;
    width: 1%;
}

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.input-group-addon, .input-group-btn, .input-group .form-control { display: table-cell; }

.input-group .form-control {
    float: left;
    position: relative;
    width: 100%;
    z-index: 2;
}

select.input-sm {
    height: 35px;
    line-height: 33px;
}

.input-sm, .form-horizontal .form-group-sm .form-control {
    border-radius: 3px;
    font-size: 13px;
    height: 33px;
    line-height: 1.5;
    padding: 6px 9px;
}

select {
    -webkit-appearance: menulist;
    -webkit-rtl-ordering: logical;
    -webkit-writing-mode: horizontal-tb;
    align-items: center;
    background-color: white;
    border: 1px solid;
    border-image-outset: initial;
    border-image-repeat: initial;
    border-image-slice: initial;
    border-image-source: initial;
    border-image-width: initial;
    box-sizing: border-box;
    color: black;
    color: initial;
    cursor: default;
    display: inline-block;
    font: -webkit-small-control;
    letter-spacing: normal;
    margin: 0em;
    text-align: start;
    text-indent: 0px;
    text-shadow: none;
    text-transform: none;
    white-space: pre;
    word-spacing: normal;
}

input[id*="_rbFilter"] > label { vertical-align: middle !important; }

#progress_overlay {
    background: rgba(0, 0, 0, 0.35);
    background-color: rgba(0, 0, 0, 0.35);
    color: rgba(115, 115, 115, 0.2);
    display: none;
    height: 100%;
    left: 0px;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 1050;
}

#content_progress {
    -moz-box-shadow: 10px 10px 18px rgba(0, 0, 0, 0.9);
    -webkit-box-shadow: 10px 10px 18px rgba(0, 0, 0, 0.9);
    background-color: #FFF;
    border-color: #FFF;
    border-style: solid;
    border-width: 1px;
    box-shadow: 10px 10px 18px rgba(0, 0, 0, 0.9);
    color: Black;
    height: 130px;
    left: 50%;
    margin-left: -80px;
    margin-top: -60px;
    opacity: 0.9;
    position: absolute;
    text-align: center;
    top: 35%;
    width: 200px;
}

.content_progress_body {
    background: #FFFFFF url('../Images/ProgressCircle_40px.gif') no-repeat;
    height: 40px;
    left: 55%;
    margin-left: -25px;
    margin-top: -30px;
    position: absolute;
    top: 65%;
    width: 40px;
}

.roundbox {
    -moz-border-radius: 5px 20px;
    border-radius: 5px 20px;
    /*-webkit-border-radius: 5px 20px;*/
}