.the_body_class {    
    /*background: #033153 url("../images/back_image.jpg") no-repeat right top;   */
    background: url(../images/back_image.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#page {
    padding-top: 44px;
    /*background-color:white;
    background-position:initial initial;
    background-repeat:initial initial;
    border:1px solid #C9E0ED;
    margin-bottom:5px;
    margin-top:5px;*/
    background-attachment:fixed;
    background-image:url("../../../images/cross.jpg");
    background-position:0 0;
    background-repeat:initial initial;
}
.monitoring-container {
    background-color:#EFEEF1;
    border:1px solid #635375;
    border-bottom-left-radius:3px;
    border-bottom-right-radius:3px;
    border-top-left-radius:3px;
    border-top-right-radius:3px;
    margin-top:9px;
    padding:5px;
    position:relative;
}
.container-title {
    background-image:-webkit-gradient(linear, 0 0%, 0 100%, color-stop(0.35, #FFFFFF), color-stop(0.42, #FFFFFF), color-stop(0.63, #EFEEF1));
    /*color:#635375;*/
    color: #ff0000;
    font-size:12px;
    font-weight:bold;
    left:50px;
    padding:0 3px;
    position:absolute;
    top:-8px;
}
#monitor-text-container {
    /*padding:4px 0 10px;*/
}

.group {
    -webkit-box-shadow:#CCCCCC 2px 2px 5px;
    background:#F3F3F3;
    border:1px solid #999999;
    border-bottom-left-radius:4px;
    border-bottom-right-radius:4px;
    border-top-left-radius:4px;
    border-top-right-radius:4px;
    box-shadow:#CCCCCC 2px 2px 5px;
    margin-bottom:1em;
    padding-bottom:1em;
}

.group h2 {
    -webkit-box-shadow:#999999 1px 1px 15px inset;
    background-color:#BBBBBB;
    box-shadow:#999999 1px 1px 15px inset;
    color:#FFFFFF;
    font-size:1.4em;
    font-weight:normal;
    margin-top:0;
    padding:0.1em 0.3em;
    text-shadow:#777777 0 1px 0;
}


.summary ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.summary ul li {
    height: 52px;
    clear: both;
    margin-bottom: 14px;
}

.summary ul li .summary-icon {
    width: 36px;
    height: 36px;
    float: left;
    margin-right: 10px;
    padding: 6px;
    background: white;
    border: #DDD 1px solid;
    -webkit-box-shadow: inset 0 0 3px #EEE;
    -moz-box-shadow: inset 0 0 3px #eee;
    box-shadow: inset 0 0 3px #EEE;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.summary ul li .summary-number {
    font-size: 20px;
    font-weight: bold;
    display: block;
    padding-top: 8px;
}

.summary ul li .summary-title {
    display: block;
    text-transform: uppercase;
    font-size: 11px;
    color: #AB4000;
}

.stat-block {
    margin-bottom: 20px;
    padding: 10px;
    min-height:40px;
    background: #F1F1F1;
    background: -moz-linear-gradient(top, #F1F1F1 0%, #DBDBDB 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F1F1F1), color-stop(100%, #DBDBDB));
    background: -webkit-linear-gradient(top, #F1F1F1 0%, #DBDBDB 100%);
    background: -o-linear-gradient(top, #F1F1F1 0%, #DBDBDB 100%);
    background: -ms-linear-gradient(top, #F1F1F1 0%, #DBDBDB 100%);
    background: linear-gradient(to bottom, #F1F1F1 0%, #DBDBDB 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#dbdbdb', GradientType=0 );
    border: 1px solid #DDD;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 0 #F9F9F9;
    -moz-box-shadow: inset 0 1px 0 #f9f9f9;
    box-shadow: inset 0 1px 0 #F9F9F9;
}

.stat-block ul {
    margin: 0px;
    padding: 0px;
}

.stat-block li {
    list-style: none;
    float: left;
}

.stat-block .stat-graph {
    width: auto;
    background: white;
    padding: 10px 10px 8px 10px;
    border: #D7D7D7 1px solid;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-right: 10px;
}

.stat-block .stat-count {
    width: 90px;
}

.stat-block .stat-count span:last-child {
    color: #666;
    font-size: 12px;
    font-weight: normal;
    padding-top:3px;
}

.stat-block li span {
    display: block;
}

.stat-block .stat-count span:first-child {
    color: #1D2E7B;
    font-weight: bold;
    font-size: 20px;
}

.stat-block .stat-percent {
    width: 40px;
    float: right !important;
    text-align: center !important;
}

.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 {
    min-height:1px;
    padding-left:15px;
    padding-right:15px;
    position:relative;
}

.panel-default {
    border-color:#DDDDDD;
}
.panel {
    -webkit-box-shadow:rgba(0, 0, 0, 0.0470588) 0 1px 1px;
    background-color:#FFFFFF;
    border:1px solid transparent;
    border-bottom-left-radius:4px;
    border-bottom-right-radius:4px;
    border-top-left-radius:4px;
    border-top-right-radius:4px;
    box-shadow:rgba(0, 0, 0, 0.0470588) 0 1px 1px;
    margin-bottom:20px;
}
.text-center {
    text-align:center;
}

.accordion-heading {
    background-color:#F5F5F5;
    border-color:#DDDDDD;
    color:#333333;
    font-weight: bold;
}

.panel-default > .panel-heading {
    background-color:#F5F5F5;
    border-color:#DDDDDD;
    color:#333333;
}

.panel-heading {
    border-bottom-color:transparent;
    border-bottom-style:solid;
    border-bottom-width:1px;
    border-top-left-radius:3px;
    border-top-right-radius:3px;
    padding:10px 15px;
}

.panel-title {
    color:inherit;
    font-size:16px;
    margin-bottom:0;
    margin-top:0;
}

.panel-body { padding:0px; }
.panel-body table tr td { padding-left: 15px }
.panel-body .table {margin-bottom: 0px; }

.panel-primary {
    border-color:#428BCA;
}

.panel-primary > .panel-heading {
    background-color:#428BCA;
    border-color:#428BCA;
    color:#FFFFFF;
}

.xxrow {
    margin-left:-15px;
    margin-right:-15px;
}

.winnerTable {
    max-width: 100%;
    border-spacing: 0px;
    width: 100%; 
    margin-bottom: 20px; 
    border-width: 1px 1px 1px 0px; 
    border-top-style: solid; 
    border-right-style: solid; 
    border-bottom-style: solid; 
    border-top-color: rgb(221, 221, 221); 
    border-right-color: rgb(221, 221, 221); 
    border-bottom-color: rgb(221, 221, 221); 
    border-top-left-radius: 4px; 
    border-top-right-radius: 4px; 
    border-bottom-right-radius: 4px; 
    border-bottom-left-radius: 4px; 
    color: rgb(51, 51, 51); 
    font-family: 'Arial Narrow', Arial, sans-serif; 
    font-size: 12px;
}

.winnerHead {
    text-align: right; 
    vertical-align: top; 
    border-top-width: 1px; 
    border-top-style: solid; 
    border-top-color: rgb(221, 221, 221); 
    border-left-width: 1px; 
    border-left-style: solid; 
    border-left-color: rgb(221, 221, 221);
}

.winnerTd {
    vertical-align: top; 
    border-top-width: 1px; 
    border-top-style: solid; 
    border-top-color: rgb(221, 221, 221);
    border-left-width: 1px; 
    border-left-style: solid; 
    border-left-color: rgb(221, 221, 221);
}

.winnerHeadC {
    text-align: right; 
    vertical-align: top; 
    border-top-width: 1px; 
    border-top-style: solid; 
    border-top-color: rgb(221, 221, 221);
    border-left-width: 1px; 
    border-left-style: solid;
    border-left-color: rgb(221, 221, 221); 
    border-top-left-radius: 4px; 
    background-color: rgb(249, 249, 249);
}

.winnerTdC {
    vertical-align: top; 
    border-top-width: 1px; 
    border-top-style: solid; 
    border-top-color: rgb(221, 221, 221);
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: rgb(221, 221, 221);
    border-top-right-radius: 4px; 
    background-color: rgb(249, 249, 249);
}

.panel-group .panel {
    border-radius: 4px;
    margin-bottom: 0;
    overflow: hidden;
}

*, *:before, *:after {
    box-sizing: border-box;
}
*, *:before, *:after {
    box-sizing: border-box;
}
div#mymain-body {
    margin: 0 auto;
    background: linear-gradient(#fff, #f2f6f9) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 6px;
    box-shadow: 0 0 0 1px rgba(14, 41, 57, 0.12), 0 2px 5px rgba(14, 41, 57, 0.44), 0 -1px 2px rgba(14, 41, 57, 0.15) inset;
}
div#myoperations {
    background: linear-gradient(#fff, #f2f6f9) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 6px;
    box-shadow: 0 0 0 1px rgba(14, 41, 57, 0.12), 0 2px 5px rgba(14, 41, 57, 0.44), 0 -1px 2px rgba(14, 41, 57, 0.15) inset;
    width: 220px;
}
div#mywrap {
    min-height: 100%;
    position: relative;
}
div.mybox {
    width: 330px;
    position: relative;
}
div#mymain-body form {
    padding: 14px;
}
div#myheader {
    height: 90px;
    margin: 0 auto;
    padding: 14px;
    width: 220px;
}
div#mymain-body div.mytitle h2 {
    color: #1e2b32;
    font-family: 'Arial Narrow', Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    padding: 17px 24px;
    text-align: center;
}
input.myinput {
    box-sizing: border-box;
    width: 100%;
}
p.forgot {
    color: #777;
    float: right;
    font-size: 12px;
    line-height: 12px;
    padding: 5px 0;
}

.accordion-heading a:after {
    font-family: 'Glyphicons Halflings';
    content: "\2212";
    float: right;
    color: grey;
}
.accordion-heading a.collapsed:after {
    content: "\2b";
}

    /*
    .panel-body table tr td {
        padding-left: 15px;
    }
    .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
        border-top: 1px solid #ddd;
        line-height: 1.42857;
        padding: 8px;
        vertical-align: top;
    }*/
