﻿@charset "utf-8";

/* Table of Contents
==================================================
	#Fonts
    #Login Styles
	#Site Styles
	#Page Styles
    #Form Styles
	#Navigation
	#Custom Colored Panels
	#Media Queries
	*/


/* #Fonts
================================================== */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);

/* #Site Styles
================================================== */

html {
    height: 100%;
}

.hidden{
    display: none;
}

body {
    margin: 100px 0 0 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
	background-color: #222;
}

@media screen and (min-width:768px) {
    body {
        margin-top: 90px;
    }
}

.alignleft {
	float: left;
}

.alignright {
	text-align: right;
}

.aligncenter {
	text-align: center;
}

a:link, a:visited, a:active, a:focus {
	color: #f26329;
	text-decoration: none;
	text-transform: none;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}

a:hover {
	color: #222;
}

p {
	font-family: 'Open Sans', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', sans-serif;
}

h2 {
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #333;
	font-weight: 800;
}


/* #Login Styles
================================================== */

.hdr {
	position: relative;
}

header {
    width: 100%;
    height: auto;
	min-height: 100%;
    padding-bottom: 0;
    padding-left: 0%;
	position: absolute;
	visibility: visible;
	overflow: hidden;
	display: inline;
	margin:-100px 0 0 0;
    z-index: -1;

    -moz-animation-name: dropHeader;
    -moz-animation-iteration-count: once;
    -moz-animation-timing-function: ease-in;
    -moz-animation-duration: .9s;

    -webkit-animation-name: dropHeader;
    -webkit-animation-iteration-count: once;
    -webkit-animation-timing-function: ease-in;
    -webkit-animation-duration: .9s;

    animation-name: dropHeader;
    animation-iteration-count: once;
    animation-timing-function: ease-in;
    animation-duration: .9s;

}

header:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-left: 0px;
    border-bottom: 730px solid transparent;
    border-left: 1690px solid #ddd;
}

@-moz-keyframes dropHeader {0% { top: -1200px; } 100% {top: 0; }}
@-webkit-keyframes dropHeader {0% { top: -1200px; } 100% {top: 0; }}
@-o-keyframes dropHeader {0% { top: -1200px; } 100% {top: 0; }}
@keyframes dropHeader {0% { top: -1200px; } 100% {top: 0; }}

#login {
    padding-top: 50px;
    max-width: 735px;
    margin: 0 auto;
}

#login p {
	text-transform: uppercase;
	letter-spacing: 1.5px;
	font-family: 'Open Sans', sans-serif;
	font-size: 17px;
	margin: 20px auto 10px 0;
}
 
.fade-in {
    opacity:0;  /* make things invisible upon start */
    -webkit-animation:fadeIn ease-in 1;  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
    -moz-animation:fadeIn ease-in 1;
    animation:fadeIn ease-in 1;
 
    -webkit-animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
    -moz-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
 
    -webkit-animation-duration:1s;
    -moz-animation-duration:1s;
    animation-duration:1s;
}
 
.fade-in.fone {
-webkit-animation-delay: 0.7s;
-moz-animation-delay: 0.7s;
animation-delay: 0.7s;
}
 
.fade-in.ftwo {
-webkit-animation-delay: 1.2s;
-moz-animation-delay:1.2s;
animation-delay: 1.2s;
}
 
.fade-in.fthree {
-webkit-animation-delay: 1.6s;
-moz-animation-delay: 1.6s;
animation-delay: 1.6s;
}

@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

.box {
	width: auto;
	height: 100%;
	min-height: 300px;
	background-color: rgba(255,255,255,.9);
	border: 10px solid rgba(0,0,0,.1);
	margin: 40px 0;
}

.brand img {
    max-width: 100%;
}

#btm {
	color: #eee;
	font-size: 10px;
	letter-spacing: 1px;
}

#btm a:hover {
	color: #fff;
}


/* #Page Styles
================================================== */

#wrapper {
    padding-left: 0;
}

#page-wrapper {
    width: 100%;
    padding: 0;
    background-color: #F6F6F6;
}

.huge {
    font-size: 50px;
    line-height: normal;
}

@media screen and (min-width:768px) {
    #wrapper {
        padding-left: 225px;
    }

    #page-wrapper {
        padding: 10px;
    }
}


/* Tree Node CSS */

.ui-igtree {
    margin: 20px 0;
    border: 1px solid #eee;
}

.ui-igtree a {
    font-size: 18px;
}

.ui-igtree a.ui-state-hover, .ui-igtree a.ui-state-focus {
    border: none !important;
    background-color: #3F83D1 !important;
    color: #fff !important;
}

.ui-igtree-expander {
    top: 1em;
    margin-top: -6px;
}

.spriteFolder {
    background-image: url('../images/folder_24.png');
    background-repeat: no-repeat;
    background-position: center;
    opacity: .9;
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-top: 5px;
    vertical-align: sub;
}      

.spriteDocument    {
    background-image: url('../images/file_24.png');
    background-repeat: no-repeat;
    background-position: center;
    opacity: .9;
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-top: 5px;
    vertical-align: sub;
}    
 

/* File Viewer */
.fileviewer {
    height: 960px !important;
}


/* Footer */

footer a:hover {
    color: #eeeeee;
}


/* #Form Styles
================================================== */

.ui-iggrid > .btn {
    max-width: 34px;
    min-width: 34px;
    margin: 2px;
}

input:-webkit-autofill {
    -webkit-box-shadow:0 0 0 50px white inset;
    -webkit-text-fill-color: #333;
}

input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 50px white inset;
    -webkit-text-fill-color: #333;
}

.btn { 
    color: #eee !important;
}

.btn-dropdown {
    background-color: transparent;
    color: #333 !important;
    text-align: left !important;
}

.btn-dropdown:hover {
    color: #606060 !important;
}

.fa {
    margin-right: 6px !important;
}

.tt-dropdown-menu {
    background-color: #F6F6F6;
    border: 1px solid #ccc;
    box-shadow: 0px 1px 2px rgba(74, 74, 74, 0.2);
    padding: 5px 0px;
    min-width: 100px;
    text-align: left;
}

.tt-dataset-search-results {
        padding: 3px;
}

.tt-dataset-search-results:active {
    background-color: #EAEAEA;
}


/* Captcha */

input#WebCaptcha1__editor {
    width: auto !important;
    padding: 6px 12px;
    border: 1px solid #CBCBCB;
    float: left;
    margin:5px 0;
}

.igc_CaptchaImageArea img {
    width: 100%;
}

.igc_RefreshAndAudioButtonsArea {
    text-align: right;
    margin: 7px 0;
}


/* #Navigation
================================================== */

.logo {
	width: 225px;
	padding: 0;
}

.logo img {
	width: 100%;
	padding: 0;
	margin: 0 0 0 -17px;
}

.top-nav {
    padding: 0 45px 0 15px;
	min-height: 90px;
}

.top-nav>li {
    display: inline-block;
}

.top-nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 20px;
    color: #999;
}

.top-nav>li>a:hover,
.top-nav>li>a:focus,
.top-nav>.open>a,
.top-nav>.open>a:hover,
.top-nav>.open>a:focus {
    color: #fff;
    background-color: transparent;
}

.top-nav>.open>.dropdown-menu {
    float: left;
    position: absolute;
    margin-top: 0;
    border: 1px solid rgba(0,0,0,.15);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.top-nav>.open>.dropdown-menu>li>a {
    white-space: normal;
}

ul.message-dropdown {
    padding: 0;
    max-height: 250px;
    overflow-x: hidden;
    overflow-y: auto;
}

li.message-preview {
    width: 275px;
    border-bottom: 1px solid rgba(0,0,0,.15);
}

li.message-preview>a {
    padding-top: 15px;
    padding-bottom: 15px;
}

li.message-footer {
    margin: 5px 0;
}

ul.alert-dropdown {
    width: 200px;
}


/* Side Navigation */

@media(min-width:768px) {
    .side-nav {
        position: fixed;
        top: 90px;
        left: 225px;
        width: 225px;
        margin-left: -225px;
        border: none;
        border-radius: 0;
        overflow-y: auto;
        background-color: #222;
    }

    .side-nav>li>a {
        width: 225px;
    }

    .side-nav li a:hover,
    .side-nav li a:focus {
        outline: none;
        background-color: #000 !important;
    }
}

.side-nav>li>ul {
    padding: 0;
}

.side-nav>li>ul>li>a {
    display: block;
    padding: 10px 15px 10px 38px;
    text-decoration: none;
    color: #999;
}

.side-nav>li>ul>li>a:hover {
    color: #fff;
}


/* Custom Colored Panels */

.huge {
    font-size: 40px;
}

.panel-green {
    border-color: #5cb85c;
}

.panel-green .panel-heading {
    border-color: #5cb85c;
    color: #fff;
    background-color: #5cb85c;
}

.panel-green a {
    color: #5cb85c;
}

.panel-green a:hover {
    color: #3d8b3d;
}

.panel-red {
    border-color: #d9534f;
}

.panel-red .panel-heading {
    border-color: #d9534f;
    color: #fff;
    background-color: #d9534f;
}

.panel-red a {
    color: #d9534f;
}

.panel-red a:hover {
    color: #b52b27;
}

.panel-yellow {
    border-color: #f0ad4e;
}

.panel-yellow .panel-heading {
    border-color: #f0ad4e;
    color: #fff;
    background-color: #f0ad4e;
}

.panel-yellow a {
    color: #f0ad4e;
}

.panel-yellow a:hover {
    color: #df8a13;
}

.panel-group .panel-heading{
    cursor: pointer;
}


/* Footer */

footer {
	color: #aaa;
	margin: 30px 0;
	clear: both;
}

.footer a {
	font-size: 10px;
}


/* #Media Queries
================================================== */


/* Calendar */
.calendar {
	text-align:center;
	padding:20px 0;
    margin-bottom: 10px;
}


/* Event Calendar */

#DIVDashboardCalendar {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  font-weight: 700;
}
#DIVDashboardCalendar .clndr-controls {
  padding: 14px;
  background-color: #414141;
  color: #fff;
  text-align: center;
}
#DIVDashboardCalendar .clndr-controls .clndr-previous-button {
  float: left;
  text-align: left;
}
#DIVDashboardCalendar .clndr-controls .clndr-next-button {
  float: right;
  text-align: right;
}
#DIVDashboardCalendar .clndr-controls .clndr-previous-button,
#DIVDashboardCalendar .clndr-controls .clndr-next-button {
  width: 30px;
  cursor: pointer;
  -webkit-user-select: none;
  /* Chrome/Safari */

  -moz-user-select: none;
  /* Firefox */

  -ms-user-select: none;
  /* IE10+ */

}
#DIVDashboardCalendar .clndr-controls .clndr-previous-button:hover,
#DIVDashboardCalendar .clndr-controls .clndr-next-button:hover {
  opacity: 0.5;
}
#DIVDashboardCalendar .clndr-grid {
  float: left;
  width: 65%;
  border-right: 2px solid #fff;
}
#DIVDashboardCalendar .clndr-grid .days-of-the-week {
  width: 100%;
  background-color: #28851E;
}
#DIVDashboardCalendar .clndr-grid .days-of-the-week .header-day {
  float: left;
  width: 14.2857%;
  padding: 14px;
  text-align: center;
  color: #fff;
}
#DIVDashboardCalendar .clndr-grid .days {
  width: 100%;
}
    #DIVDashboardCalendar .clndr-grid .days .day,
    #DIVDashboardCalendar .clndr-grid .days .empty {
        float: left;
        width: 14.2857%;
        height: 66px;
        padding: 24px 0;
        text-align: center;
        color: #4f4f4f;
        border-bottom: 2px solid #fff;
        background-image: url('../images/triangle.svg');
        background-size: cover;
        background-position: center;
        cursor: pointer;
    }
#DIVDashboardCalendar .clndr-grid .days .day.event .day-number,
#DIVDashboardCalendar .clndr-grid .days .empty.event .day-number {
  padding-bottom: 4px;
  border-bottom: 2px solid #28851E;
}
#DIVDashboardCalendar .clndr-grid .days .day.adjacent-month .day-number,
#DIVDashboardCalendar .clndr-grid .days .empty.adjacent-month .day-number {
  opacity: 0.3;
}
#DIVDashboardCalendar .clndr-grid .days .today {
  background-color: #fff;
  background-image: none;
}
#DIVDashboardCalendar .event-listing {
  float: left;
  width: 35%;
}
#DIVDashboardCalendar .event-listing .event-listing-title {
  padding: 14px;
  background-color: #414141;
  text-align: center;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
}
#DIVDashboardCalendar .event-listing .event-item {
  padding: 14px;
  color: #4f4f4f;
  cursor: pointer;
}
#DIVDashboardCalendar .event-listing .event-item-location {
  font-weight: 400;
}
.noselect {
  -webkit-user-select: none;
  /* Chrome/Safari */

  -moz-user-select: none;
  /* Firefox */

  -ms-user-select: none;
  /* IE10+ */

}
@media all and (max-width: 768px) {
  #DIVDashboardCalendar .clndr-grid {
    width: 100%;
    border: none;
  }
  #DIVDashboardCalendar .event-listing {
    display: none;
  }

}

@media screen and (max-width: 1366px) , screen and (max-height: 768px) {
	header:after {
        border-bottom: 650px solid transparent;
        border-left: 1200px solid #eeeeee;
	}		
	#login {
        padding-top: 30px;
	}

}

	@media only screen and (max-width: 959px) {}

	@media only screen and (min-width: 768px) and (max-width: 959px) {
	header:after {
border-bottom: 500px solid transparent;
border-left: 800px solid #eeeeee;
	}
	.container {
		margin: 0 auto;
	}	
		}

	@media only screen and (max-width: 767px) {}


	@media only screen and (min-width: 480px) and (max-width: 767px) {
	header:after {
border-bottom: 500px solid transparent;
border-left: 600px solid #eeeeee;
	}	

	.container {
		margin: 0 0 0 7%;
	}	
        footer {
        color: #fff !important;
    }
		}

@media only screen and (max-width: 479px) {
    header:after {
        border-bottom: 500px solid transparent;
        border-left: 800px solid #eeeeee;
    }
    .navbar-header {
    width: 100px;
    float: right;
    }
    .alignleft {
        float: none;
        text-align: left;
    }

    .container {
        width: 100%;
        margin: 0 auto;
    }
        footer {
        color: #fff !important;
    }
}

table.fullwidth {
    width:100% !important;
}

/* z-index bug fix for date picker element */
.ui-datepicker .ui-datepicker-calendar a {
    z-index: 1050 !important;
    color: #444 !important;
}

.dropdown-menu > .active > a{
    background-color: #E7E7E7;
}

div#ui-datepicker-div {
    z-index: 99999999 !important;
}

.btn-align-bottom {
    margin-top: 25px;
}

/* touch screen scroll bar fix */
.ui-iggrid-scrolldiv {
    overflow: scroll !important;
}

.ui-iggrid-table .btn {
    margin: 2px 0px 2px 0px;
    min-width: 32px;
    max-width: 32px;
    padding: 2px 7px;
    text-align: center;
    height: 32px;
}

.tooltip {
    z-index: 9999999 !important;
}

.badge-notify{
   background:red;
   position:relative;
   top: -7px;
   left: -8px;
}

/* override the sorting classes for grid column headers */
.ui-iggrid-sortableheader{
    background-color: #333 !important;
}

/*.ui-state-default{
    color: #fff !important;
}*/

/* code for multiple select boxes */
button:focus, .button:active:focus { outline: none !important; outline-style: none; }
.btn:focus, .btn:active:focus, .btn.active:focus { outline: none !important; outline-style: none; }
.ms-choice, .ms-choice:focus { border: 0px solid #aaa !important;}

.navbar-fixed-top, .navbar-fixed-bottom {
    position: absolute !important;
}

@media (min-width: 768px) {
    .side-nav {
        position: absolute !important;
    }
}

.font-size-16-px{
    font-size: 16px !important;
}

.extra-padding-top{
    padding-top: 16px !important;
}

.datepicker-calendar-day-green {
    background-image: none;
}

.ui-datepicker .ui-datepicker-calendar .datepicker-calendar-day-green > a {
    background-color: #dff0d8 !important;
}

.datepicker-calendar-day-red {
    background-image: none;
}

.ui-datepicker .ui-datepicker-calendar .datepicker-calendar-day-red > a {
    background-color: #f2dede !important;
}

.red-text {
    color: red !important;
}

.green-text {
    color: green !important;
}

.cursor-pointer {
    cursor: pointer !important;
}

.ui-iggrid td.ui-state-active, .ui-iggrid th.ui-iggrid-rowselector-class.ui-state-active, .ui-iggrid tbody .ui-iggrid-mergedcell.ui-state-active, .ui-iggrid tbody .ui-iggrid-mergedcellstop.ui-state-active {
    background: #fff !important;
    color: #444 !important;
    border: 1px solid #fff !important;
}

.ui-iggrid .ui-ig-altrecord td.ui-state-active, .ui-iggrid .ui-ig-altrecord th.ui-iggrid-rowselector-class.ui-state-active, .ui-iggrid tbody .ui-ig-altrecord .ui-iggrid-mergedcell.ui-state-active, .ui-iggrid tbody .ui-ig-altrecord .ui-iggrid-mergedcellstop.ui-state-active {
    background: #f0f0f0 !important;
    color: #444 !important;
    border: 1px solid #f0f0f0 !important;
}

.ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    border: 1px solid #fff !important;
    color: #444 !important;
}

.ui-iggrid tr.ui-state-focus td, .ui-iggrid tr.ui-state-focus th, .ui-iggrid tr.ui-ig-altrecord.ui-state-focus td, .ui-iggrid tr.ui-ig-altrecord.ui-state-focus th {
    border-top: 1px solid #fff !important;
    border-bottom: 1px solid #fff !important;
}

.ui-iggrid tr.ui-state-focus td, .ui-iggrid tr.ui-state-focus th, .ui-iggrid tr.ui-ig-altrecord.ui-state-focus td, .ui-iggrid tr.ui-ig-altrecord.ui-state-focus th {
    border-top: 1px solid #fff !important;
    border-bottom: 1px solid #fff !important;
}

input.checkbox-md {
    transform: scale(1.5);
}