﻿@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;
    }
}

.alignbottom{
    position: absolute;
    top: 25px;
}

.alignleft {
	float: left;
}

.alignright {
	text-align: right;
}

.aligncenter {
	text-align: center;
}

.light-gray-background{
    background-color: #999;
}

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;
    }
}

/* Overflow Viewport Height */

div#DIVDashboardTextMessageConversationContainer {
    max-height: 70vh;
    overflow-wrap: break-word;
    overflow-x: hidden;
}

div#DIVNewTextMessageConversationContainer {
    max-height: 70vh;
    overflow-wrap: break-word;
    overflow-x: hidden;
}


/* 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: #eeeeee !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;
}    
 


/* 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;
    margin: 2px;
}

tbody > tr > td > .btn-sm {
    margin: 2px 0px 2px 0px;
    min-width: 32px;
    max-width: 32px;
    padding: 2px 7px;
    text-align: center;
    align-content: center;
    height: 32px;
}

.btn-align-bottom {
    margin-top: 25px;
}

.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;
    width: 500px;
    text-align: left;
    background-color: #fff;
}

.tt-hint {
    background: rgb(246, 246, 246) none repeat scroll 0% 0% !important;
}

.modal-content .tt-hint {
    background: #fff none repeat scroll 0% 0% !important;
}


.tt-dataset-search-results:active {
    background-color: #EAEAEA;
}

span.ui-iggrid-headertext {
    color: #fff !important;
}


/* 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: 0px;
    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);
}

.quick-action-dropdown{
    width: auto !important;
}

.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: 300px !important;*/
    font-size: 11px;
    left: -60px;
}

ul#ULAlertDropDown {
    height: 450px;
    min-height: 100%;
    overflow-x: scroll;
}

/* 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;
}


/* Footer */

footer {
	color: #aaa;
	margin: 30px 0;
	clear: both;
}

.footer a {
	font-size: 10px;
}

/* #Media Queries
================================================== */

@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%;
	}		
		}


@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;
    }
}

/* z-index bug fix for date picker element */
.ui-datepicker{
    z-index: 1050 !important;
}

#GRIDDashboardTimeClockHours > tbody > tr > td:nth-child(3) {
    text-align: right;
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
  .modal-xlg {
      width: 1633px !important;
  }
}

#LIQuickActions > ul {
    /*width: 300px !important;*/
}

#DIVTimeClock{
    padding-top: 5px;
    cursor: pointer !important;
}

.ui-iggrid-header.ui-widget-header.ui-iggrid-sortableheader.ui-state-default{
    background: #333 !important;
}