﻿/* #region HTML RESET */

.validationMessage
{
    color:red;
    font-weight:600;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr,
acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot,
thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu,
nav, section, summary, time, mark, audio, video {
    font: inherit;
    margin: 0;
}

/* #endregion */

html {
    padding: 0;
    color: black;
    background: #EFEFEF;
}

body {
    height: 100vh; /*test**/
    font-size: 18px;
    margin: 0 auto;
    /*max-width: 1100px;*/
    background-color: transparent;
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
    /*text-transform: uppercase;*/
    letter-spacing: -1px !important;
    color: #777;
}

section.main {
    margin-top: 80px;
}

.navbar .brand {
    padding: 6px 30px 12px 30px;
    margin-bottom: -8px;
    height: 48px;
}

h2.page-title {
    font-size: 32px;
}

.brand .title {
    float: left;
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
    font-size: 145%;
    font-weight: 900;
    letter-spacing: -2px;
    margin: 2% 0;
    padding-left: 0px;
    -webkit-text-shadow: 2px 2px rgba(0, 0, 0, 0.15);
    text-shadow: 2px 2px rgba(0, 0, 0, 0.15);
    text-transform: uppercase;
    text-transform: initial;
    text-decoration: none;
    color: #abaa9d;
}

span.title {
    /*background: url(/content/images/icon.png) no-repeat left center;*/
    -moz-background-size: 45px;
    -o-background-size: 45px;
    -webkit-background-size: 45px;
    background-size: 45px;
}



.page-splash {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1f1f1f;
    opacity: 0.2;
    pointer-events: auto;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity 0.1s linear;
    -moz-transition: opacity 0.1s linear;
    -o-transition: opacity 0.1s linear;
    transition: opacity 0.1s linear;
}

.page-splash-message {
    text-align: center;
    margin: 10% 0 0 0;
    font-size: 400%;
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
    font-weight: normal;
    -webkit-text-shadow: 2px 2px rgba(0, 0, 0, 0.15);
    text-shadow: 2px 2px rgba(0, 0, 0, 0.15);
    text-transform: uppercase;
    text-decoration: none;
    font-family: monospace;
    color: #abaa9d;
    padding: 0;
}

.page-progress-bar {
    margin: 10% 30% 0 30%;
}

.toast {
    font-weight: normal;
}

.toast-info {
    background-color: #194D7B;
}

.toast-bottom-right {
    bottom: 50px;
}

.navbar-content-center {
    text-align: center;
}


.deletedstyle label {
    text-decoration: line-through;
}


footer a {
    font-weight: bold;
}

footer span {
    padding: 10px 80px;
    font-size: 18px;
}

.offset-top {
    padding-top: 20px;
}

.moffset-top {
    margin-top: 10%;
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: black;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.activeMember {
    width: 15px;
    height: 15px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    background-color: green;
}

.inActiveMember {
    width: 15px;
    height: 15px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    background-color: black;
}

/*------------------------------------------------------------------
[ Widget / .widget ]
*/
.widget {
    position: relative;
    clear: both;
    width: auto;
    margin-bottom: 2em;
    /* Clearfix Hack */
    /* Widget Table */
    /* Widget Plain */
    /* Widget Box */
}

    .widget .widget-header {
        position: relative;
        height: 40px;
        line-height: 40px;
        background: #E9E9E9;
        background: -moz-linear-gradient(top, #fafafa 0%, #e9e9e9 100%);
        /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fafafa), color-stop(100%, #e9e9e9));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #fafafa 0%, #e9e9e9 100%);
        /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #fafafa 0%, #e9e9e9 100%);
        /* Opera11.10+ */
        background: -ms-linear-gradient(top, #fafafa 0%, #e9e9e9 100%);
        /* IE10+ */
        background: linear-gradient(top, #fafafa 0%, #e9e9e9 100%);
        /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#E9E9E9');
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#E9E9E9')";
        border: 1px solid #D5D5D5;
        -webkit-border-top-left-radius: 4px;
        -webkit-border-top-right-radius: 4px;
        -moz-border-radius-topleft: 4px;
        -moz-border-radius-topright: 4px;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        -webkit-background-clip: padding-box;
    }

        .widget .widget-header h3 {
            top: 0;
            position: relative;
            left: 10px;
            display: inline-block;
            margin-right: 3em;
            font-size: 15px;
            font-weight: 400;
            color: #555;
            line-height: 18px;
            text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.5);
        }

        .widget .widget-header [class^="icon-"],
        .widget .widget-header [class*=" icon-"] {
            display: inline-block;
            margin-top: -3px;
            margin-left: 13px;
            margin-right: -2px;
            font-size: 16px;
            color: #555;
            vertical-align: middle;
        }

    .widget .widget-content {
        padding: 25px 15px 15px;
        background: #FFF;
        border: 1px solid #D5D5D5;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }

    .widget .widget-header + .widget-content {
        border-top: none;
        -webkit-border-top-left-radius: 0;
        -webkit-border-top-right-radius: 0;
        -moz-border-radius-topleft: 0;
        -moz-border-radius-topright: 0;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    .widget.widget-nopad .widget-content {
        padding: 0;
    }

    .widget .widget-content:before,
    .widget .widget-content:after {
        content: " ";
        /* 1 */
        display: table;
        /* 2 */
    }

    .widget .widget-content:after {
        clear: both;
    }

    .widget .widget-content:before,
    .widget .widget-content:after {
        content: " ";
        /* 1 */
        display: table;
        /* 2 */
    }

    .widget .widget-content:after {
        clear: both;
    }

    .widget.widget-table .widget-content {
        padding: 0;
    }

    .widget.widget-table .table {
        margin-bottom: 0;
        border: none;
    }

        .widget.widget-table .table tr td:first-child,
        .widget.widget-table .table tr th:first-child {
            border-left: none;
        }

    .widget.widget-plain {
        background: transparent;
        border: none;
    }

        .widget.widget-plain .widget-content {
            padding: 0;
            background: transparent;
            border: none;
        }

    .widget.widget-box .widget-content {
        background: #E3E3E3;
        background: #FFF;
    }

     .chart-holder {
        width: 100%;
        height: 250px;
        padding: 0px;
        position: relative;
    }

/*------------------------------------------------------------------
[2. Stats / .stats]
*/

.stats {
	width: 100%;
	display: table;
	padding: 0 0 0 10px;
	margin-top: .5em;
	margin-bottom: 1.9em;
}

.stats .stat {
	display: table-cell;
	width: 20%;
	vertical-align: top;
	
	font-size: 11px;
	font-weight: bold;
	color: #999;
}

.stat-value {
	display: block;
	margin-bottom: .55em;
	
	font-size: 30px;
	font-weight: bold;
	letter-spacing: -2px;
	color: #444;
}

.stat-time {
	text-align: center;
	padding-top: 1.5em;
}

.stat-time .stat-value {
	color: #F90;
	font-size: 40px;
}

.stats #donut-chart {
	height: 100px;
	margin-left: -20px;	
}

/*------------------------------------------------------------------
[ Stacked / .stacked ]
*/
.stacked {
  position: relative;
}
.stacked:after,
.stacked:before {
  content: '';
  position: absolute;
  display: block;
  height: 1px;
  bottom: -2px;
  left: 3px;
  right: 3px;
  background-color: #ffffff;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  border: 1px solid #d3d3d3;
  border-top: 0;
}
.stacked:before {
  bottom: -4px;
  left: 6px;
  right: 6px;
}



#big_stats 
{ 
	width: 100%; 
	display: table;
	margin-top: .5em;
	margin-bottom: 1em;
	
}

.big-stats-container .widget-content {
	background: #E9E9E9;
	background:-moz-linear-gradient(top, #FAFAFA 0%, #E9E9E9 100%); /* FF3.6+ */
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#FAFAFA), color-stop(100%,#E9E9E9)); /* Chrome,Safari4+ */
	background:-webkit-linear-gradient(top, #FAFAFA 0%,#E9E9E9 100%); /* Chrome10+,Safari5.1+ */
	background:-o-linear-gradient(top, #FAFAFA 0%,#E9E9E9 100%); /* Opera11.10+ */
	background:-ms-linear-gradient(top, #FAFAFA 0%,#E9E9E9 100%); /* IE10+ */
	background:linear-gradient(top, #FAFAFA 0%,#E9E9E9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#E9E9E9');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#E9E9E9')";
}

#big_stats .stat
{
	width: 25%;
	height: 90px;
	text-align: center;
	display: table-cell;
	padding: 0;
	position: relative;
	
	border-right: 1px solid #CCC;
	border-left: 1px solid #FFF;
}

#big_stats .stat:first-child {
	border-left: none;
}

#big_stats .stat:last-child {
	border-right: none;
}

#big_stats .stat h4
{
	font-size: 11px;
	font-weight: bold;
	color: #777;
	margin-bottom: 1.5em;
}

#big_stats .stat .value
{
	font-size: 42px;
	font-weight: bold;
	color: #333;
	line-height: 1em;
}


/***************************/
/* Boostrap overrides      */

.navbar .btn, .navbar .btn-group {
    margin-top: 16px;
}

.navbar-fixed-top .navbar-inner {
    padding-left: 1em !important;
    padding-right: 1em !important;
    padding-top: 0;
    padding-bottom: 0;
    border-width: 0;
}

.navbar-fixed-bottom .navbar-inner {
    padding: 6px;
}

.navbar {
    text-transform: uppercase;
}

.loader .page-progress-bar {
    margin: 14px 0 0 0;
    height: 20px;
}

.loader {
    visibility: hidden;
}

    .loader.active {
        visibility: visible;
    }

.btn {
    text-transform: uppercase;
    letter-spacing: 1px;
}

.btn-info {
    background-color: #0081C2;
    background-image: -moz-linear-gradient(top,#77CCFF,#194D7B);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#77CCFF),to(#194D7B));
    background-image: -webkit-linear-gradient(top,#77CCFF,#194D7B);
    background-image: -o-linear-gradient(top,#77CCFF,#194D7B);
    background-image: linear-gradient(to bottom,#77CCFF,#194D7B);
    background-repeat: repeat-x;
    border-color: #77CCFF #2f96b4 #194D7B;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff77CCFF', endColorstr='#ff194D7B', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

    .btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
        color: white;
        background-color: #0081C2;
        *background-color: #0081C2;
        background-color: #194D7B;
        *background-color: #194D7B;
    }

    .btn-info:active,
    .btn-info.active {
        background-color: #0081C2 \9;
        background-color: #194D7B \9;
    }


numberInput
{
   float:right
}


.vag {
    text-transform: uppercase;
    letter-spacing: 1px;
}

.vag-nav {
    background-color: #abaa9d;
    background-image: -moz-linear-gradient(top,#abaa9d,#949385);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#abaa9d),to(#949385));
    background-image: -webkit-linear-gradient(top,#abaa9d,#949385);
    background-image: -o-linear-gradient(top,#abaa9d,#949385);
    background-image: linear-gradient(to bottom,#abaa9d,#949385);
    background-repeat: repeat-x;
    border-color: #abaa9d #949385 #949385;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff77CCFF', endColorstr='#ff194D7B', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

    .vag-nav:hover, .vag-info:active, .vag-info.active, .vag-info.disabled, .vag-info[disabled] {
        color: #EFEFEF;
        background-color: #abaa9d;
        *background-color: #abaa9d;
        background-color: #949385;
        *background-color: #949385;
    }

    .vag-nav:active,
    .vag-nav.active {
        background-color: #aaa6a6;
        background-color: #9c9b8f;
        color: black;
    }

    .vag-nav::selection {
        /*color:white;*/
    }

header {
    height: 50px;
    margin-bottom: 25px;
}

.linkActive
{
    margin-left:20px;
}

.orb-container {
    font-size: x-small;
}


.inner-table>tbody>tr>td {
    padding: 7px 7px !important;
}
.hover-list-item {
    background-color:#b7d3f1;

}
.hover-list-item:hover {
    background-color:black;
    color:white;

}
.df-container {
    display:flex;
    flex-direction:column;
    width:100%;
}
.df-row {
    display:flex;
    flex-direction:row;
    justify-content:center;
    width:100%;
    align-items:center;
    padding:5px;
}
    .df-row-hover:hover{
        background: #EFEFEF;
    }

strong {
    font-weight:bold
}
/* End Boostrap overrides  */
/***************************/

@media only screen and (max-width: 979px) {
    .page-splash-message {
        font-size: 150%;
    }

    .navbar-fixed-bottom {
        position: fixed;
    }

    footer span {
        padding: 10px 50px;
        font-size: 14px;
    }
}

