﻿body
{
    overflow-x: hidden;
}

label {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.form-horizontal {
    /* text-align:right; */
    text-align: left;
}

.btn-margin-left {
    margin-left: 75px;
}

.btn-margin-right {
    margin-right: 75px;
}

.ng-modal-overlay {
    /* A dark translucent div that covers the whole screen */
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0,0.8);

}

.ng-modal-dialog {
    /* A centered div above the overlay with a box shadow. */
    z-index: 10000;
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 0; /* Default */
    /*Center the dialog*/
    top: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}

.ng-modal-dialog-content {
    padding: 10px;
    text-align: left;
    height: 100%;
    border-radius: 0;
}

.ng-modal-close {
    position: absolute;
    top: 3px;
    right: 5px;
    padding: 5px;
    cursor: pointer;
    font-size: 120%;
    display: inline-block;
    font-weight: bold;
    font-family: 'arial', 'sans-serif';
}

form .ng-dirty.ng-invalid-required {
    background: pink;
    color: black;
}

form .ng-dirty.ng-invalid-url {
    background: pink;
    color: black;
}

form .ng-dirty.ng-invalid-date {
    background: pink;
    color: black;
}

form .ng-dirty.ng-valid-required {
    background: green;
    color: white;
}

div.error {
    color: red;
    font-weight: bold;
}

.navbar-nav {
    width: 100%;
    text-align: center;
}

li:hover {
    cursor: pointer;
}

.userTree:hover {
    cursor: pointer;
    color: skyblue;
}

.error {
    color: red;
}

.modal-content {
    position: relative;
    top: 150px;
}

.modal-body{
    padding:25px;
}
.modal-contentA {
    /* A centered div above the overlay with a box shadow. */
    background-color: white;
    border-radius:10px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    position: absolute;
    top: 25%;
    left: 35%;
    opacity:1;
}

.modal-contentB {
    /* A centered div above the overlay with a box shadow. */
    background-color: white;
    border-radius:10px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    position: absolute;
    top: 5%;
    left: 25%;
    opacity: 1;
    width: 50%;
}

.preview {
    height:150px; 
    width: 150px; 
    border: 1px black solid;
}

#days
{
    border-top: 2px black solid;
    border-right: 2px black solid;
    border-left:2px black solid;
    border-bottom: 2px black solid;
    text-align:center;
}
#days:hover
{
    cursor: pointer;
    background-color: greenyellow;
}

.daysInactive
{
    border-top: 2px black solid;
    border-right: 2px black solid;
    border-left:2px black solid;
    border-bottom: 2px black solid;
    text-align:center;
    background-color:gray;
}

.inputOptions
{
    /*height:25px;*/
}

.inputSize
{
      /*width: 98px;
        height: 40px;*/
}


#charttabul p {
    font-size: 22px;
    font-weight: bold;
    font-style: italic;
    color: rgb(62, 62, 62);
    margin: 18px;
}

#chartdetails {
    width: 100%;
    margin-bottom: 20px;
    float: left;
    padding: 7px 11px;
}

#chartdatali1, #chartdatali2 {
    float: left;
    background-color: rgb(200,200,200);
    padding: 0px 19px;
    margin: 5px 2px 5px 0px;
    color: black;
    list-style: none;
}

#chartdatali1:hover, #chartdatali2:hover, #chartdatali1:hover a, #chartdatali2:hover a {
		background-color: #337ab7;
		color:white;
	}
	#chartdatali1 a, #chartdatali2 a {
		text-decoration: none;
		color: white;
		font-size: 14px;
		font-style: italic;
		text-shadow: 1px 0px 3px rgb(157, 157, 157);
        
	}
	#chartdatali1 { border-radius: 4px 0px 0px 4px; margin-left: 1px;}
	#chartdatali2 { border-radius: 0px 4px 4px 0px;}
	#chartdetails .active {
		background-color: #337ab7;
        border-color: #2e6da4;
	}

    #griddivdashboard {
    overflow: auto;
    height: 450px;
    width: 100%;
}

#contentBox {
    margin: 0 auto;
    width: 100%;
}

#contentBox .column {
    float:left;
    margin-bottom: -17px !important;
    margin-left: 3px !important;
    width: 33%;
    -webkit-filter: brightness(100%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

#contentBox .column:hover {
    -webkit-filter: brightness(120%);
}

#contentBox > .panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}


.minitable thead > tr > th.Date {
  width: 200px;
}

.minitable tbody > tr > *:nth-child(1) {
  width: 200px;
}

.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
    content: "\e114";    /* adjust as needed, taken from bootstrap.css */
    float: left;        /* adjust as needed */
    color: grey;         /* adjust as needed */
}
.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080";    /* adjust as needed, taken from bootstrap.css */
}

.nav > li {
    background: -webkit-linear-gradient(left, #FFFFFF , #cfcfcf) !important; /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #FFFFFF, #cfcfcf) !important; /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #FFFFFF, #cfcfcf) !important; /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #FFFFFF , #cfcfcf) !important; /* Standard syntax */
    text-align: right;
}

.nav > li > a {
    padding: 9px 10px !important;
    border: 1px solid;
    border-radius: 1px !important;
    border-color: #cfcfcf !important;
    margin-bottom: -2px;
    margin-top: 1px;
    color: #b7b7b7 !important;
    font-weight: bold;
    font-size: 12px;
}

.nav-pills > li.active {
    background-color: #FFFFFF !important;
}

.nav-pills > li.active > a {
    color: #555555 !important;
    border-right: 0px !important;
}


.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    background-color: #FFFFFF !important;
}


@font-face {
    font-family: "digital-7";
    src: url(digital-7.ttf);
}

.st-sort-ascent:before{
    content: '\25B2';
}

.st-sort-descent:before{
    content: '\25BC';
}

@-webkit-keyframes BNORMAL {
    from {background-color: yellow;}
    to {background-color: blue;}
}

@keyframes BNORMAL {
    from {background-color: yellow;}
    to {background-color: blue;}
}

@-webkit-keyframes NORMAL {
    from {background-color: yellow;}
    to {background-color: green;}
}

@keyframes NORMAL {
    from {background-color: yellow;}
    to {background-color: green;}
}

@-webkit-keyframes ALARM {
    from {background-color: yellow;}
    to {background-color: red;}
}

@keyframes ALARM {
    from {background-color: yellow;}
    to {background-color: red;}
}

@-webkit-keyframes CRITICAL {
    from {background-color: yellow;}
    to {background-color: red;}
}

@keyframes CRITICAL {
    from {background-color: yellow;}
    to {background-color: red;}
}

@-webkit-keyframes WARNING {
    from {background-color: yellow;}
    to {background-color: orange;}
}

@keyframes WARNING {
    from {background-color: yellow;}
    to {background-color: orange;}
}


.AlarmUnAck {
    -webkit-animation-name: ALARM; /* Chrome, Safari, Opera */
    -webkit-animation-duration: 2s; /* Chrome, Safari, Opera */
    animation-name: ALARM;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

.AlarmAck {
    background-color: red;
}

.WarningUnAck {
    -webkit-animation-name: WARNING; /* Chrome, Safari, Opera */
    -webkit-animation-duration: 2s; /* Chrome, Safari, Opera */
    animation-name: WARNING;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

.WarningAck {
    background-color: orange;
}

.CriticalUnAck {
    -webkit-animation-name: CRITICAL; /* Chrome, Safari, Opera */
    -webkit-animation-duration: 2s; /* Chrome, Safari, Opera */
    animation-name: CRITICAL;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

.CriticalAck {
    background-color: red;
}

.NormalUnAck {
    -webkit-animation-name: NORMAL; /* Chrome, Safari, Opera */
    -webkit-animation-duration: 2s; /* Chrome, Safari, Opera */
    animation-name: NORMAL;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

.NormalAck {
    background-color: green;
}

.BNormalUnAck {
    -webkit-animation-name: BNORMAL; /* Chrome, Safari, Opera */
    -webkit-animation-duration: 2s; /* Chrome, Safari, Opera */
    animation-name: BNORMAL;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

.BNormalAck {
    background-color: blue;
}