
@import url('header.css');
@import url('menu.css');
html,body
{
height: 100%;
}
body
{
	margin:0px;padding:0px;
	min-width:960px;
	overflow:hidden;
    height: 100%;
}
/*
body *
{
	font-family:Verdana; font-size:8pt;
}*/
/*Body*/
body, html {
    margin: 0px;
    min-width: 900px;
    background-color: #efefef;
}

body, td, div, p, h1, h2, h3, h4, h5, h6, span, input, textarea, b {
    font-family: Trebuchet MS !important;
    /*color: #333;*/
}

body, td, div, p, span, input, textarea, b, a {
    font-size: 8pt !important;
}
/*Body Ends*/
.header
{
	height:45px;
	min-width:1024px;
	background-image:url(Images/header-bg.png);
    width:100%;
}
/*.header div
{
	float:left;
}*/
.header .version
{
	color:#dadada;
	width:60px;
	font-size:8pt; height:45px; line-height:48px;
    float:left;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}
/*.header .logo
{
	height:43px;
	width:294px;
	background-image:url(../Images/Reports_CW.svg);
	background-repeat: no-repeat;
    float:left;
}*/
.ui-grid-searchimage{height:25px;}
.hierarchy
{
    margin:0px;
    padding:0 12px; 
    background-repeat:no-repeat;
	background-image:url(Images/tree-icon.png);
}
.highlight-text-tree
{  
    color: White;
    background-color: red;    
    text-align: center;
    border:1px solid gray;
    text-indent: 0px;
    min-width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 8.5pt;     
    
}
/* header panel */
.header .nav
{
	height:45px; margin:0px; margin-left:2px; float:left;
	padding:0px;
}
.header .nav li
{
	float:left; padding-left:15px; padding-right:15px; list-style:none; margin-top:8px;
	background-image:url(Images/nav-bg.png); height:28px; line-height:28px;
	font-size:8pt; color:#ddd; cursor:pointer; z-index:100; position:relative;
}
.header .nav li:first-child
{
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-top-left: 3px;
	-moz-border-radius-bottom-left: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	border-left:1px solid #121212;
}

.header .nav li:last-child
{
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-top-left: 3px;
	-moz-border-radius-bottom-left: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	border-right:1px solid #121212;
}
.header .nav .single
{
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-top-left: 3px;
	-moz-border-radius-bottom-left: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	
}

.header .nav li ul
{
	height:28px; padding:0px; margin:0px;
	width:125px; position:absolute;
	display:none;
}

.header .nav li ul li
{
	float:none; margin:0px;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
	border: 0px !important;
	margin-left:-10px !important;
	background-image:none;
	background-color:#272727;
	border-bottom:1px solid #353535;width:auto;
}
.header .nav li ul .seperator-top
{
	border-bottom:1px solid #000 !important;
}
.header .nav li ul .seperator-bottom
{
	border-top:1px solid #444 !important;
}


.header .nav li ul li ul
{
	position:absolute;
	display:none; float:left;
}

.header .nav li ul li:hover > ul
{
	display:block; margin-left:130px; margin-top:-28px;
}
.header .nav .icon
{
	padding-right:0px; 
}
.header .nav .icon div
{
	background-position:center; background-repeat:no-repeat;
	width:28px; height:28px;float:right;
	border-left:1px solid #111; margin-left:10px;
}
.header .search-box
{
	float:left; height:45px; width:205px;
	margin-left:10px;
}
.header .search-box input
{
	width:inherit; height:24px; line-height:24px; text-indent:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 
	border:1px solid #ccc; 
	padding:0px; margin:0px; margin-top:8px;
	background-position: right; background-repeat:no-repeat;
	background-color:#edeceb;
}

.header .station-list
{
	margin-right: 10px;
	width: 245px;
	display:none;
	height: 45px; 
	font-size: 8pt !important;
}
.header .station-time
{
	margin-right: 10px;
	height: 45px; 
	line-height: 45px;
	color: #ddd;
	font-size: 8pt !important;
}
.header .ui-buttonset
{
	
	margin-top: 8px;

}
.header .ui-buttonset .default-button
{
	background-image: url(Images/nav-bg.png);
	font-size: 8pt;
	color: #ddd;
	border: 0px;
	
}
.header .ui-buttonset .default-button .ui-button-text
{
	background-image: url(Images/nav-bg.png);
	border: 0px;
}
/* bread crumbs */
.bread-crumbs
{
	width:100%;
	height:24px;
	background-image:url(Images/section-title-bg.png);
	border-bottom:1px solid #222;
}
/* footer panel */
.footer {
    /*background-color:rgba(0, 0, 0, 0.50) !important;*/ 
    color:#aaaaaa; height:24px; position:absolute; bottom:0px; width: 100%; line-height:24px;
    border-top:1px solid rgba(255, 255, 255, 0.50);
    font-family:Tahoma; font-size:9pt; text-indent:10px;
    display:block;
}
.footer
{
    height: 24px;
    line-height: 24px;
    width: 99%;
    background-color: #333;
}


/* tabs panel */
.tabs
{
	padding:0px; margin:0px; list-style:none; width:100%; height: 40px;
	border-bottom:1px solid #1d1d1d;
}
.tabs li
{
	height:32px; line-height:32px;margin-top:7px;
	padding-left:10px; padding-right:10px; float:left;
	font-size:9pt; font-weight:bold; margin-right:1px; cursor:pointer;
	-webkit-border-radius:3px 3px 0px 0px;
	-moz-border-radius: 3px 3px 0px 0px;
	border-radius: 3px 3px 0px 0px;
	color:#e5e5e5; border: 1px solid #1d1d1d;
	background-color:#797776; background-image:url(Images/tab-bg.png);
}
.tabs li:hover
{
	background-image:none;
	background-color:#999 
}
.tabs .active, .tabs .active:hover
{
	background-color:#d2d2d2; background-image:url(Images/active-tab-bg.png);
	color:#484848;
	border-bottom:1px solid #f2f2f3;
}
.tabs li:first-child
{
	margin-left:10px;
}
.tabs .icon span
{
	
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
	border-radius:7px; 
	width:14px; height:14px;
 	float:right; 
	margin-right:-8px; margin-top:2px; margin-left:10px;
	background-position:center; background-repeat:no-repeat;
	background-color:#ccc;
}
.tabs .icon span:hover
{
	background-color:#efefef; 
}
.tabs .icon .add
{
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
	border-radius:7px; 
	width:14px; height:14px;
 	float:left; 
	margin-right:2px; margin-top:9px; margin-left:0px;
	background-position:center; background-repeat:no-repeat;
	background-color:#ccc;
}
.tabs .btn
{
	padding-right:0px !;
}
.tabs .btn span
{
	-webkit-border-radius:0px 4px 0px 0px;
	-moz-border-radius:0px 4px 0px 0px;
	border-radius:0px 4px 0px 0px; 
	width:20px; height:32px;
 	float:right; 
	margin-left:10px;
	background-position:center; background-repeat:no-repeat;
}
/* title panel */
.title-panel
{
    height: 40px;
    width: 100%;
    font-size: 8pt;
    float: left !important;
    background-color: #34495e;
    color:#fff;
    color:#fff;
}
.title-panel .count,
.title-panel .button,
.title-panel input,  .title-panel .radio-button, .title-panel .checkbox, .title-panel .ui-multiselect, .title-panel .icon-24x24, .title-panel .slider
{
	margin-top:8.5px; margin-right:7px;margin-left:7px;
}
.title-panel .*
{
	margin-top:10px; margin-left:10px; margin-right:3px;
}
.title-panel .select-drop-down
{
	margin-top:8.5px; margin-right:7px;margin-left:7px;
	padding-right:2px;
}
.title-panel .progress-bar-container
{
	margin-top:10px; margin-left:5px;
}
.title-panel .label 
{
	font-size:9pt; color:#333; margin:12px; margin-right:0px;
}

/* separators */
.separator
{
	width:20px; background-image:url(Images/seperator.png); height:inherit; background-position:center; background-repeat:no-repeat;
}
/* panel - container */
.panel-container
{
	margin:0px; padding:0px;display: block;
}
.panel-container .center-panel
{
	float:left;
}
.panel-container .handle
{
	background-color:#ccc; 
	width:6px; height:inherit; float:left; cursor:pointer;
	border-right:1px solid #111;
	border-left:1px solid #111;
	background-image:url(Images/handle.png); background-repeat:no-repeat; background-position:center;
}
.panel-container .handle.top-wing, .panel-container .handle.bottom-wing
{
	height: 6px;
}
.panel-container .handle:hover
{
	background-color:#999;
}
.panel-container .left-panel, .panel-container .right-panel, .panel-container .top-panel, .panel-container .bottom-panel
{
	overflow:auto;
	float:left;
	display: block;
    /*display: none;*/
}
.panel-container .double-arrow-left
{
	background-image:url(Images/double-arrow-left.png); 
	background-repeat:no-repeat; 
	background-position:center;
}
.panel-container .double-arrow-right
{
	background-image:url(Images/double-arrow-right.png); 
	background-repeat:no-repeat; 
	background-position:center;
}

/* Sections */
.section
{
	height:inherit;
}
.count
{
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px; text-indent:0px; padding-left:7px; padding-right:7px;
	height:11px; line-height:11px; text-align:center;
  	color:#ffe401; font-size:7pt; font-weight:bold;
	background-color:#222; 
}
.section .title
{
    width: inherit;
    height: 28px;
    line-height: 28px;
    font-weight: bold;
    text-indent: 10px;
    color: #333;
    background-color: #dedede;
    font-size: 9pt !important;
    overflow: hidden;
    padding: 5px 0;
    font-weight: 500;
    border-bottom: solid 1px #ccc;
}
.title span{font-size: 9pt !important;    font-weight: 500;}
.section .title .countname
{
    font-size: 8pt;
}
.section .title .icon-button, .section .title .button, .section .title input
{
	margin:4px; margin-left:0px; margin-top:2px;
}
.section .title .checkbox
{
	color:#fff000; font-weight:bold; margin-top:5px; margin-left:5px; text-indent:3px;
}
.section .title .separator
{
	width:1px; background-color:#999; margin-left:5px; margin-right:5px;
	background-image:none;
}
.section .title .count
{
	margin-right:3px; margin-left:3px; margin-top:3px; color:#FFF; height:18px; line-height:18px; font-size:8pt;
}
.section  .section-dtls
{
	background-color: #efefef;
}
.whiteborder {
    border-bottom: 1px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: white;
}
/* accordion panel */
.accordian
{
	padding:0px; margin:0px;
}
.accordian li
{
	background-image:url(Images/accordian-panel-title-bg.png);
	list-style:none; background-repeat:no-repeat; background-repeat:repeat-x;background-size: 40px;
}
.accordian li h1
{
	font-weight:bold; height:40px; line-height:40px; padding:0px; margin:0px;text-indent:5px;
	cursor:pointer; color:#f1f1f1; border-top:1px solid #777;border-bottom:1px solid #111;
	background-image:url(Images/accordian-down-arrow.png); background-position:left; background-repeat:no-repeat; 
}
.accordian li.selected
{
	background-color: black;/*url("../Images/title-panel-bg.png");*/
	color: #000;
}

.accordian li h1 .checkbox
{
	color:#fff;
}
.accordian li h1 .count
{
	color:#fff; font-weight:bold; margin-right:3px; margin-top:3px;
}
.accordian li h1 .dimmed-text
{
	color:#ccc;
	display: inline-block;
    width: 50px;
	
}
.accordian li .dtls
{
	background-color:#efefef; width:100%; color:#333;
	font-size:9pt; font-weight:normal;
	display:none; max-height:300px; text-indent:10px; min-height:1px; padding-top:5px;padding-bottom:5px;
}

/* simple grid view */
.simple-grid
{
	padding:0px; margin:0px; 
	list-style:none; width:100%;
}

.simple-grid tr td
{
	padding-left:5px;
	padding-top:2px;
	height:30px;line-height:18px; font-size:9pt;
	background-color:#fff; color:#444;
	border-bottom:1px dashed #ccc;
	cursor:pointer;
}
.simple-grid tr td .line-2
{	
	font-size:8pt; color:#777;
}
.simple-grid tr td .highlight-round
{
	-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px; border:1px solid #666; padding-left:3px;padding-right:3px;	
	text-align:center; font-size:7pt; background-image:url(Images/progress-bar-bg.png); height:14px; line-height:14px; margin-bottom:2px; margin-right:5px;
}
.simple-grid tr td .highlight-bar
{
	width:3px;
	background-image:url(Images/progress-bar-bg.png); height:inherit; margin-right:7px; float:left;
}
.simple-grid .double-line td
{
	height:40px; vertical-align:text-top;
}

.simple-grid tr:hover td, .simple-grid tr .selected
{
	color:#000;
	background-color:#e8f3ff;
}

.simple-grid .grdheader
{
	padding-left:5px;
	height:30px; line-height:30px; font-size:9pt;
	background-color:#E4E4E4; color:#333; font-weight:bold;
	border-bottom:1px solid #aaa; text-align:left;
}
.simple-grid thead tr:hover td
{
	background-color:#E4E4E4; color:#333; cursor:default;
}
.simple-grid tr td .round-grid-button
{
	margin:5px;
}
.simple-grid tr td a
{
	color:#4ea3f0; font-size:8pt;
	text-decoration:none;
}
.simple-grid tr td a:hover
{
	color:#013b6e;
}
.simple-grid tr .grid-expanded-row
{
	background-color:#efefef; border:1px solid #ddd;
}
.simple-grid tr .active-user
{
	background-image:url(Images/active-user.png);
	background-position:right; background-repeat:no-repeat;
	height:24px; width:24px;
}
.simple-grid tr .in-active-user
{
	background-position:right; background-repeat:no-repeat;
	height:24px; width:24px;
	color:#ccc;
}


/* Permission */
.permissions, .permissions li ul, .permissions li ul li ul
{
	width:100%; border-collapse:collapse;
	margin:0px; padding:0px; list-style:none;
}
.permissions li input
{
	margin-top:4px;
}
.permissions li h1
{
	font-size:9pt; font-weight:normal; padding:0px; margin:0px;
	min-height:30px; line-height:30px; background-color:#fff; text-indent:24px;
	color:#999; border-bottom:1px dashed #ccc; cursor:pointer;
}
.permissions li h1:hover
{
	background-color:#efefef;
}
.permissions li ul li h2:hover
{
	background-color:#e8f3ff;
}
.permissions li .round-grid-button 
{
	margin:4px !important;
	
}
.permissions li .on
{
	background-color:#ddd; color:#000;
}
.permissions li .none
{
	background-image:url(Images/permission-none.png);
	background-position:left; background-repeat:no-repeat;
}
.permissions li .full
{
	background-image:url(Images/permission-full.png);
	background-position:left; background-repeat:no-repeat;
}
.permissions li .partial
{
	background-image:url(Images/permission-partial.png);
	background-position:left; background-repeat:no-repeat;
}
.permissions li ul, .permissions li ul li ul
{
	display:none;
}
.permissions li ul li
{
	background-color:#f9f9f9;
	font-size:10pt; font-weight:normal; padding:0px; margin:0px;
	min-height:30px; line-height:30px;
	font-size:8pt; color:#888;
}
.permissions li ul li h2
{
	font-size:9pt; font-weight:normal; padding:0px; margin:0px;
	min-height:30px; line-height:30px; background-color:#fff; text-indent:30px;
	color:#999; border-bottom:1px dashed #ccc; cursor:pointer;
}
.permissions li ul li .on
{
	background-color:#f9f9f9; color:#333;
}

.permissions li ul li ul li
{
	min-height:30px; max-height:100px; overflow:auto; background-color:#fff; text-indent:35px;
	border-bottom:1px dashed #ccc;
	font-size:9pt; color:#999;
	padding-left:70px; padding-bottom:3px;
}

.permissions li ul li ul li div
{
	float:left; height:18px; line-height:18px;
	text-indent:0px; text-align:center; padding-left:5px; padding-right:5px; font-size:8pt; color:#bcbcbc;
	margin-top:5px;margin-right:3px;

	background-color:#f9f9f9;
	background-position:right; background-repeat:no-repeat; padding-right:30px;
	background-image:url(Images/add-16x16.png);	
	-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px; border:1px solid #e3e2e2; cursor:pointer;

}
.permissions li ul li ul li div:hover
{
	border:1px solid #555; color:#555;
}
.permissions li ul li ul li .on
{
	background-color:#fff;
	background-position:right; background-repeat:no-repeat; padding-right:30px;
	background-image:url(Images/close-16x16.png);	
	border:1px solid #0cff00;
	background-color:#ebffc3;
}
/* form elements & buttons */

.xForm
{
 	width:100%; background-color:#efefef; border-collapse:separate;
}

.xForm tr td
{
	font-size:8pt; color:#555; font-weight:bold; padding:0px; padding-left:2px;
	border:0px;background-color:inherit;
}
.xForm .mandatory td
{
	font-size:7pt;color:red; font-weight:normal; text-indent:5px; height:10px;
}
.xForm .spacer
{
	height:5px;
}
.xForm .separator-hor td
{
	height:26px; 
	background-image:url(Images/seperator-hor.png);
	background-color:#bbb;
	-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px; border:1px solid #999;
}
.xForm .separator-hor td .exp-col
{
	background-color:#efefef;
	background-image:url(Images/exp-col.png);
	width:20px; height:20px; cursor:pointer;
	-webkit-border-radius:9px;-moz-border-radius:9px;border-radius:9px; border:1px solid #999; margin-right:4px;
}
.xForm .separator-hor td .label
{
	font-size:8.5pt; font-weight:bold; text-align:center;
	height:18px; line-height:18px; margin-left:5px;
	color:#000;
	
	text-shadow: 0px 1px 1px #ddd;
    -webkit-text-shadow: 0px 1px 1px #ddd;
    -moz-text-shadow: 0px 1px 1px #ddd;
}
.xForm .separator-hor td .exp-col:hover
{
	background-color:#ddd;
}
.xForm .labels td
{
	font-size:9pt; color:#555; font-weight:bold;
	padding-left:5px; padding-bottom:0px;
}
.form-actions
{
	height:25px; padding:5px;
	border-top:1px solid #333;
}
input
{
    height: 20px;
    line-height: 20px;
    font-size: 9pt;
    color: #333;
    padding-left: 6px;
    padding-right: 1px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: none;
    vertical-align: middle;
}
input.mandatory, textarea.mandatory
{
	border-left:2px solid red;
}
textarea
{
	font-size:9pt; color:#333; padding-left:1px; padding-right:1px;
	-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px; border:1px solid #999; vertical-align:middle;
}
.checkbox
{
	cursor: pointer;font-size:9pt; color:#555; font-weight:normal;
	height: 20px; line-height:20px;  
	padding-left:22px; 
	padding-top:2px; 
	padding-bottom:2px; margin-right:0px; 
	background-image:url(Images/check-box.png); background-repeat:no-repeat; background-position:left;
}
.checkbox:hover
{
	color:#0066FF;
}
.checkbox-checked
{
	background-image:url(Images/check-box-checked.png);
}

.button
{
-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer;
    padding-left: 5px;
    padding-right: 5px;
    text-indent: 0px;
    text-align: center;
    color: #333;
    font-size: 9pt;
        background-color: #efefef;
    height: 25px;
    line-height: 25px;
}
.icon-button
{
	-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;
	height:24px; width:24px;
}
.icon-button:hover
{
	height:24px; width:24px;cursor:pointer; background-color:#000;
}
.icon-microphone
{
    background-image:url(Images/microphone.png);
    background-repeat:no-repeat;    
    height:32px;
}
.highlight {
    color:red;
}
.round-grid-button
{
	-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px; border:1px solid #ddd;
	cursor:pointer; height:20px; width:20px;
	background-color:#f9f9f9;
	background-position:center; background-repeat:repeat-x;
	margin:0px !important;margin-right:2px !important;
}
.round-grid-button:hover
{
	background-color:#fff;
}
.button:hover
{
	    opacity: 0.8;
}
.radio-button
{
	padding:0px; list-style:none; margin:0px;
}
.radio-button li
{
	float:left; height:24px; line-height:24px;
	border:1px solid #5e5e5e; 
	/*background-image:url(../Images/radio-button-bg.png);*/
	padding-left:7px;padding-right:7px;
	font-size:8pt; font-weight:bold; cursor:pointer;color: #666;
}
.radio-button li:hover
{
	color: #111;
}
.radio-button li:first-child
{
	-webkit-border-radius:6px 0px 0px 6px;
	-moz-border-radius:6px 0px 0px 6px;
	border-radius:6px 0px 0px 6px; 	
}
.radio-button li:last-child
{
	-webkit-border-radius:0px 6px 6px 0px;
	-moz-border-radius:0px 6px 6px 0px;
	border-radius:0px 6px 6px 0px; 	
}
.radio-button .active
{
	color:#111;
	background-color:#efefef;
}

.default
{
	height:24px; line-height:23px; 
}
.large
{
	height:36px; line-height:36px; 
}

.select-drop-down
{
	-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px; border:none; padding-left:7px;
	height:24px; line-height:23px;cursor:pointer; position:relative;
	padding-right:30px; background-position:right;
}
.select-drop-down-control
{
	-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px; border:1px solid #666; padding-left:7px;
	height:24px; line-height:23px;cursor:pointer; position:relative;
	background-position:right;
}
.select-drop-down h1
{
	padding:0px; margin:0px;
	color:#000; font-size:8pt; font-weight:bold;
}

.select-drop-down ul
{
	display:none; position:absolute; padding:0px; margin:0px; background-color:#fff; border:1px solid #999;
	text-align:left; list-style:none;
	
	-webkit-box-shadow:  0px 3px 3px 0px rgba(00, 00, 00, .2);
    -moz-box-shadow:  0px 3px 3px 0px rgba(00, 00, 00, .2);
    box-shadow:  0px 3px 3px 0px rgba(00, 00, 00, .2);
	z-index:1000;
}
.select-drop-down ul li
{
	border-bottom:1px solid #ccc;padding-left:5px; padding-right:5px; min-height:24px; font-weight:normal; color:#333;font-size:8pt;
}
.select-drop-down ul li:hover
{
	background-color:#e8f3ff;
}
.progress-bar-container
{
	-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px; border:1px solid #aaa;
	height:16px; background-color:#efefef; margin-left:10px;
	background-image:url(Images/progress-bar-bg.png);
}
.progress-bar
{
	-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;
	height:16px;
}
.red-flag
{
	width:24px; height:24px; padding:12px; padding-left:5px; padding-right:5px; margin-right:10px;background-position:center; background-repeat:no-repeat;
	background-image:url(Images/flag.png);  border:1px solid transparent;
}
.green-flag
{
	width:24px; height:24px; padding:12px; padding-left:5px; padding-right:5px; margin-right:10px;background-position:center; background-repeat:no-repeat;
	background-image:url(Images/green-flag.png);  border:1px solid transparent;
}
.icon-24x24
{
	width:24px; height:24px; background-position:center; background-repeat:no-repeat;
}

/* login panel styles */

.login-panel
{
	background-color: rgba(255, 255, 255, .90) ;
	width:300px; height:250px;
	border:12px solid  rgba(0, 0, 0, 0.2);
	border-radius:8px; -moz-border-radius:8px; -webkit-border-radius:8px;
	position:absolute; text-align:center;
    left:100px; bottom:100px;
}
.login-panel-logo
{
	background-image:url(images/logo.png);	
	width:inherit; 
    height:58px;
	background-position:center; background-repeat:no-repeat;
    margin-top:15px;
}
.login-panel h1
{
	font-size:17pt; font-weight:normal; color: rgba(0, 0, 0, 0.70);
	text-shadow: 1px 1px 0px #fff;
	-moz-text-shadow: 1px 1px 0px #fff;
	-webkit-text-shadow: 1px 1px 0px #fff;
	margin:0px; padding:0px; width:inherit; text-align:center; margin-top:40px;
}

.loginpage-customer
{
    background-image:url('');
    position:absolute; 
    z-index:10; 
    right:100px; 
    top:0;
}

/*.login-button {
    font-family:Tahoma; color:#fff; float:left;
    font-size:11pt !important; font-weight:bold;height:40px; line-height:40px; padding-left:10px; width:100px; background-color:#00aeef; cursor:pointer;
    border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px; 
    margin-left:25px; margin-top:20px; border:1px solid #fff; background-image:url(../images/login-arrow.png); background-position:right; background-repeat:no-repeat;
}
.login-button:hover {
    background-color:rgba(0, 174, 239, 0.54);
}*/

.login-textbox {
    background-color:#eee;border:1px solid #ccc; width:250px; margin-left:0px; height:40px;
    border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px; padding-left:40px;
    background-position:left; background-repeat:no-repeat; 
    font-size:11pt !important;
}
/*.username {
    border-bottom-left-radius:0px;-webkit-border-bottom-left-radius:0px;-moz-border-bottom-left-radius:0px;
    border-bottom-right-radius:0px;-webkit-border-bottom-right-radius:0px;-moz-border-bottom-right-radius:0px;
    background-image:url(../images/username.png); 
}
.password {
    border-top-left-radius:0px;-webkit-border-top-left-radius:0px;-moz-border-top-left-radius:0px;
    border-top-right-radius:0px;-webkit-border-top-right-radius:0px;-moz-border-top-right-radius:0px;
    border-top:1px solid #fff;background-image:url(../images/password.png); 
}*/
.alert{	
    width:280px; 
    height:25px; 
    text-indent:0; 
    clear:both;
    line-height:25px;
}


.login-panel a
{
	color:#333; font-size:8pt;
}
.login-panel .alert
{
	display: none;
	float: left;
	color: red;
	font-size: 7pt;
}
.labels1
{	
	text-align:center; font-weight: bold; color:#660000;font-size:8pt;
	text-shadow: 0px 1px 1px #fff; background-color:#fff;  cursor:default;   
	white-space: nowrap;
	height: 25px; line-height: 25px;
	padding-left: 3px; padding-right: 3px;
	vertical-align:middle;
	border:1px solid black;
	min-width: 100px;
	display:table-cell;
}
.slider
{
    margin-left: 10px;
}
.slider .slider-details
{
    width:100%;
    text-align:center;
    font-size:9pt; 
}
.slider .ui-slider-horizontal
{
    height: 0.4em;
}

.slider .ui-slider .ui-slider-handle
{
    width: 0.8em;
    height: 0.8em;
}
.arrv-Booked
{
    background-color:#CADEA0;
}
.arrv-BookedProcessed
{
    background-color:#F4D28A;
    color: Black;
}
.arrv-GoShow
{
    background-color:#AECEF4;
}
.arrv-NoShow
{
    background-color:#FF7F7F;
}
.arrv-GoShowProcessed
{
    background-color:#F4D28A;
    color: Black;
}
.arrv-Dispatched
{
    background-color:#BBBBBB;
    color: Black;
}
input.search
{
	width: 250px;
	font-size: 11pt;
}
::-webkit-scrollbar {
    width: 8px;
}
 
::-webkit-scrollbar-track {
    border-radius: 0px;
	background-color:#fff;
}
::-webkit-scrollbar-track:hover {
    border-radius: 0px;
	background-color:#efefef;
}
 
::-webkit-scrollbar-thumb {
    border-radius: 8px;
	background-color:#bbb;
}
.ui-autocomplete {
	max-height: 200px;
	overflow-y: auto;
	overflow-x: hidden;
	font-size: 9pt;
}
.ui-datepicker
{
	font-size: 9pt;
}

input.date
{
	background-image:url(Images/date-icon.png);
	background-position:right;	
	background-repeat:no-repeat;
	width: 105px;
        margin-top: 8.5px;
}
input.parameterclass
{
	background-position:right;	
	background-repeat:no-repeat;
	width: 105px;
        margin-top: 4px;
    height: 25px;
}
input.hasDatepicker {
    background-image: url(Images/date-icon.png);
	
}
.ui-jqgrid tr.jqgrow td .flight-number{
	font-size: 12pt;
}
.ui-jqgrid tr.jqgrow td .station{
	font-size: 7pt;
}

.ui-jqgrid tr.jqgrow td .flight-detail {
	margin-right: 3px;
	margin-left: 3px;
	margin-top: 5px;
	color: #ccc;
	font-size: 11pt;
}

/* Starts Menu Style */


/*#menu
{
    width: 450px;
    height: 24px;
    float: left;
    padding: 0px !important;
    margin: 0px;
    margin-left: 50px;
    z-index: 99;
    position: relative;
}
#menu .menu
{
    position: absolute;
}
#menu *
{
    list-style: none;
    border: 0;
    padding: 0;
    margin: 0;
    
}
#menu a
{
    display: block;
    padding: 7px 14px 7px 14px;
    white-space: nowrap;
}
#menu li
{
    float: left;
    background: #fff;
    height:24px;
    line-height:15px !important;
    
}
#menu li:first-child
{
    -webkit-border-radius: 4px 0px 0px 4px;
    -moz-border-radius: 4px 0px 0px 4px;
    border-radius: 4px 0px 0px 4px;
}
#menu li:last-child
{
    -webkit-border-radius: 0px 4px 4px 0px;
    -moz-border-radius: 0px 4px 4px 0px;
    border-radius: 0px 4px 4px 0px;
}
#menu li ul li
{
    float: none;
    height: 24px;
}
#menu li li:first-child, 
#menu li li:last-child
{
    -webkit-border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
}

#menu div
{
    visibility: hidden;
    position: absolute;
    background: url(../images/pix.gif);
}
#menu div div
{
    margin: -24px 0 0 -1px;
    left: 100%;
}
#menu li:hover > div
{
    visibility: visible;
}

#menu a
{
    text-decoration: none;
    position: relative;
    z-index: 77;
}
#menu a:hover
{
}

#menu > ul > li
{
    padding: 0px;
    margin: 0px;
    margin-top: 8px;
    float: left;
    list-style: none;
    cursor: pointer;
    height: 28px;
    line-height: 20px;
    background-image: URL(../images/menu-bg.png);
    border: 1px solid #676767;
    text-align: center;
    -webkit-text-shadow: 0px 1px 1px rgba(0, 0, 0, 1);
    -moz-text-shadow: 0px 1px 1px rgba(0, 0, 0, 1);
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 1);
    
    
}
#menu > ul > li:hover > a
{
    background: url(../images/menu-bg-active.png);
}
#menu > ul > li:hover > a span
{
    color: #ececec;
}
#menu > ul > li.active
{
    background: url(../images/menu-bg-active.png);
}
#menu span
{
    color: #ececec;font-size:9pt !important;font-family: Trebuchet MS !important;
}
#menu li
{
    background-image: URL(../images/menu-bg.png);
     min-width: 60px;
}

#menu li li a
{
    padding: 0;
    position: static;
    text-align: left;
    text-decoration: none;
}

#menu li li a:hover
{
    background: url(../images/menu-bg-active.png);
    color: #ffffff;
}
#menu li li a:hover span
{
    background-color: #222;
    color: #ffffff;
}
#menu li li a.parent span
{
    background: url(../images/pointer.gif) no-repeat right 9px;
    _background-position: right 10px;
}
* + html #menu li li a.parent span
{
    background-position: right 10px;
}
#menu li li span
{
    display: block;
    text-transform: none;
    line-height: 19px;
    margin: 0px;
    min-width: 120px;
    padding: 2px 25px 2px 14px;
    background-color:#333;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background-color: #333;
    border-top: 1px solid #676767;
}
#menu li li span.active
{
    background-color: #222;
}
#menu li div
{
}
#menu div div
{
    _margin-top: -25px;
    _background: #c4c4c4;
}
#menu li li li
{
    _border: 1px solid #c4c4c4;
}
#menu div div div
{
    _background: #c4c4c4;
}
#menu li li li li
{
    _border: 1px solid #c4c4c4;
}

div#menu li.back
{
    width: 10px;
    height: 32px;
    z-index: 8;
    position: absolute;
}
div#menu li.back .left
{
    width: auto;
    height: 32px;
    float: none;
    position: relative;
    top: 0;
    left: 0;
    visibility: visible;
}*/


/* header buttons */
.header-btns
{
	float:right;
    height:100%;
}
.header-btns ul
{
	padding:0px; margin:287px;
	margin-top:6px;
	margin-right:65px;
}
   .header-btns ul li {
            float: left;
            list-style: none;
            -webkit-border-radius: 1px;
            -moz-border-radius: 4px;
            /*border-radius: 4px;*/
            /*width: 50px;*/
            height: 30px;
            /*margin: 0 0 1px;*/
            padding: 2px 5px;
            padding-top: 2.4px;
            text-align: center;
            width: 32px;
            cursor: pointer;
            border: 0 none;
            color: #fff;
            font-family: Arial;
            /*background-repeat: no-repeat;
            background-position: center;*/
            background: #333333 none no-repeat scroll 0 0;
        }
.header-btns ul li img {
    height: auto;
    margin-right: 10px;
    position: relative;
    top: 3px;
    width: 20px;
}
.header-btns ul li:hover
{
	background-color:#000;	
}

/* icons for header btns*/

.header-btns ul .profile
{
	background-image:URL(Images/user.png);
}

.header-btns ul .logout
{
	background-image:URL(Images/logout.png);
}
.header-btns ul .setting
{
	background-image:URL(images/settings.png);
}

/* header info */
.header-info
{
	float:right;
}
.header-info ul
{
	padding:0px; margin:0px;
	margin-top:6px;
	margin-right:5px;
}
.header-info ul li
{
	list-style:none;
	margin:1px; 
	background-repeat:no-repeat;
	background-position:center;
	color: #F0EDED;
}


/* Ends Menu Styles */

/* Start Chart Style */

.dc-chart {
    float: left;
}

.dc-chart rect.bar {
    stroke: none;
    cursor: pointer;
}

.dc-chart rect.bar:hover {
    fill-opacity: .5;
}

.dc-chart rect.stack1 {
    stroke: none;
    fill: red;
}

.dc-chart rect.stack2 {
    stroke: none;
    fill: green;
}

.dc-chart rect.deselected {
    stroke: none;
    fill: #ccc;
}

.dc-chart .pie-slice {
    fill: white;
    font-size: 12px;
    cursor: pointer;
}

.dc-chart .pie-slice :hover {
    fill-opacity: .8;
}

.dc-chart .selected path {
    stroke-width: 3;
    stroke: #ccc;
    fill-opacity: 1;
}

.dc-chart .deselected path {
    stroke: none;
    fill-opacity: .5;
    fill: #ccc;
}

.dc-chart .axis path, .axis line {
    fill: none;
    stroke: #000;
    shape-rendering: crispEdges;
}

.dc-chart .axis text {
    font: 10px sans-serif;
}

.dc-chart .grid-line {
    fill: none;
    stroke: #ccc;
    opacity: .5;
    shape-rendering: crispEdges;
}

.dc-chart .grid-line line {
    fill: none;
    stroke: #ccc;
    opacity: .5;
    shape-rendering: crispEdges;
}

.dc-chart .brush rect.background {
    z-index: -999;
}

.dc-chart .brush rect.extent {
    fill: steelblue;
    fill-opacity: .125;
}

.dc-chart .brush .resize path {
    fill: #eee;
    stroke: #666;
}

.dc-chart path.line {
    fill: none;
    stroke-width: 1.5px;
}

.dc-chart circle.dot {
    stroke: none;
}

.dc-chart g.dc-tooltip path {
    fill: none;
    stroke: grey;
    stroke-opacity: .8;
}

.dc-chart path.area {
    fill-opacity: .3;
    stroke: none;
}

.dc-chart .node {
    font-size: 0.7em;
    cursor: pointer;
}

.dc-chart .node :hover {
    fill-opacity: .8;
}

.dc-chart .selected circle {
    stroke-width: 3;
    stroke: #ccc;
    fill-opacity: 1;
}

.dc-chart .deselected circle {
    stroke: none;
    fill-opacity: .5;
    fill: #ccc;
}

.dc-chart .bubble {
    stroke: none;
    fill-opacity: 0.6;
}

.dc-data-count {
    float: right;
    margin-top: 15px;
    margin-right: 15px;
}

.dc-data-count .filter-count {
    color: #3182bd;
    font-weight: bold;
}

.dc-data-count .total-count {
    color: #3182bd;
    font-weight: bold;
}

.dc-data-table {
}

.dc-chart g.state {
    cursor: pointer;
}

.dc-chart g.state :hover {
    fill-opacity: .8;
}

.dc-chart g.state path {
    stroke: white;
}

.dc-chart g.selected path {
}

.dc-chart g.deselected path {
    fill: grey;
}

.dc-chart g.selected text {
}

.dc-chart g.deselected text {
    display: none;
}

.dc-chart g.county path {
    stroke: white;
    fill: none;
}

.dc-chart g.debug rect {
    fill: blue;
    fill-opacity: .2;
}

.dc-chart g.row rect {
    fill-opacity: 0.8;
    cursor: pointer;
}

.dc-chart g.row rect:hover {
    fill-opacity: 0.6;
}

.dc-chart g.row text {
    fill: white;
    font-size: 12px;
    cursor: pointer;
}

.dc-legend {
    font-size: 11px;
}

.dc-legend-item {
    cursor: pointer;
}

.dc-chart g.axis text {
    /* Makes it so the user can't accidentally click and select text that is meant as a label only */
    -webkit-user-select: none; /* Chrome/Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10 */
    -o-user-select: none;
    user-select: none;
    pointer-events: none;
}

.dc-chart path.highlight {
    stroke-width: 3;
    fill-opacity: 1;
    stroke-opacity: 1;
}

.dc-chart .highlight {
    fill-opacity: 1;
    stroke-opacity: 1;
}

.dc-chart .fadeout {
    fill-opacity: 0.2;
    stroke-opacity: 0.2;
}

/* End Chart Style */

/* Start ui.core Style */

.block
{
    display:block !important;
}
/*.hide
{
	display:none;
}*/
.dateicon {
	background-image:url(Images/date-icon.png);
	background-position:right;	
	background-repeat:no-repeat;
	width: 100px;
}
.dimmedDiv
{
    background-image: URL(/assets/Images/loginV2/dimmedDivBg.png);    
    position:absolute;
    top:0;
    left:0; display:none;
    width:100%;
    height:100%;
    z-index:99;
}
.mainDiv {
    position: absolute;
    border: 5px solid white;
    -moz-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-border-radius: 5px;
    height: 200px;
    width: 350px;
    z-index: 99;
   
    background-color: #e1e1e1;
    padding: 20px;
}

.userProfileDiv, .userAboutDiv {
    position: absolute;
    border: 5px solid white;
    -moz-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-border-radius: 5px;
    z-index: 99;
    display: none;
    background-color: #e1e1e1;
    padding: 5px;
}
/*User Profile css start*/
.xj-add-new-jobs-container {
    height: auto;
    width: 500px;
    border: 1px solid #ccc;
    border-bottom: 1px solid #999;
    padding: 5px;
    background-color: #fff;
    margin-top: 2px;
    overflow: auto;
    margin-left: 1px;
}

    .xj-add-new-jobs-container h1 {
        font-size: 10pt !important;
        margin: 2px;
        width: 100%;
        letter-spacing: 1px;
        color: #555;
    }

.xj-form {
    padding: 2px;
    min-height: 22px;
    border: 1px solid #efefef;
    margin-top: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
}

.xj-form-group-dark {
    padding: 2px;
    min-height: 22px;
    border: 1px solid #bbb;
    margin-top: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
}

.xj-form-group {
    background-color: #ccc;
}
.multiline {
    min-height: 50px;
}

.label {
    min-width: 72px;
    height: 24px;
    line-height: 24px;
    padding-left: 5px;
    padding-right: 5px;
    color: #777;
}

.xj-form .label {
    min-width: 72px;
    float: left;
    height: 24px;
    line-height: 24px;
    padding-left: 5px;
    padding-right: 5px;
    color: #777;
}

.xj-form .elements {
    min-width: 300px;
    margin-top: 1px;
}

    .xj-form .elements .label {
        min-width: 60px;
        float: left;
        height: 24px;
        line-height: 24px;
        padding-left: 5px;
        padding-right: 5px;
        color: #777;
    }

        .xj-form .elements .label h2 {
            width: 24px;
            height: 18px;
            line-height: 18px;
            padding: 0px;
            margin: 0px;
            -webkit-border-radius: 9px;
            -moz-border-radius: 9px;
            border-radius: 9px;
            color: #fff;
            text-align: center;
            background-color: #777;
            font-size: 8pt;
            margin-top: 4px;
        }

.xj-form .label_large {
    width: 140px;
}

.xj-form .label_medium {
    width: 100px;
}

.xj-form .label_small {
    width: 80px;
}

.xj-form .label_w70 {
    width: 70px;
}

.inputaction, .field_id {
    max-width: 100px;
}

.xj-form .elements input {
    padding: 0px;
    padding-left: 4px;
    width: 160px;
    float: left;
}

.xj-form .elements .largeinput {
    width: 260px;
}

.xj-form .elements select {
    padding: 0px;
    width: 165px;
    vertical-align: middle;
    float: left;
}

.xj-form .elements textarea {
    padding: 0px;
    width: 370px;
    vertical-align: middle;
    float: left;
}

.xj-form .elements input[type='checkbox'] {
    margin: 0 0 0 5px;
    vertical-align: top;
    width: 16px;
    float: left;
}

.xj-form .elements .steps {
    width: 320px;
}

.xj-form .elements .basic {
    width: 415px;
}

.xj-form .dragger {
    /*background-image:url(../images/dragger.png); */
    background-position: left;
    background-repeat: repeat-y;
    background-color: #ccc;
    width: 2px;
    height: 26px;
    float: left;
    margin-right: 5px;
    margin-left: -2px;
    margin-top: -2px;
    border-right: 1px solid #ccc;
}

.xj-form .arrowpoint {
    background-image: url(images/arrow.jpg);
    background-repeat: no-repeat;
    width: 32px;
    height: 28px;
    background-position: center;
}

.xj-form .start {
    background-color: #ccff51;
    width: 8px;
    height: 26px;
    float: left;
    cursor: default;
    margin-right: 5px;
    margin-left: -2px;
    margin-top: -2px;
    border-right: 1px solid #ccc;
}

.xj-form .end {
    background-color: #ff0000;
    width: 8px;
    height: 26px;
    float: left;
    cursor: default;
    margin-right: 5px;
    margin-left: -2px;
    margin-top: -2px;
    border-right: 1px solid #ccc;
}

.scroller-container {
    width: 530px;
    height: 600px;
    overflow: auto;
    border: 1px solidelements #efefef;
    padding: 5px;
}

.divscroller-container {
    width: 100%;
    height: 600px;
    border: 1px solid #efefef;
    padding: 5px;
}
/*User Profile css ends*/
/* icons */
.close
 {
    width: 20px;
    height: 20px;
    background-image: url(Images/close-icon.png) !important;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #999;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    cursor: pointer;
    background-color : transparent !important;
    border:1px solid transparent !important;
}
.close:hover
{
    background-image: url(Images/close-hov-icon.png);
    background-color: #aa0000;
}
.add
{
	background-image:url(Images/icon-add.png);
}
.nav-down-arrow
{
	background-image:url(Images/nav-down-arrow.png);
}
.nav-right-arrow
{
	background-image:url(Images/nav-right-arrow.png);
}
.icon-add
{
	background-image:url(Images/icon-add.png);
}
.icon-save
{
	background-image:url(Images/icon-save.png);
}
.icon-search
{
	background-image:url(Images/icon-search.png);
}
.icon-username
{
	background-image:url(Images/icon-username.png);
}
.icon-password
{
	background-image:url(Images/icon-password.png);
}
.icon-map-pin
{
	background-image:url(Images/icon-map-pin.png);
}
.refresh-24x24
{
	background-image:url(Images/refresh-24x24.png);
}
.edit-24x24
{
	background-image:url(Images/edit-24x24.png);
}
.save-24x24
{
	background-image:url(Images/save-24x24.png);
}
.copy-24x24
{
	background-image:url(Images/copy-24x24.png);
}
.add-24x24
{
	background-image:url(Images/add-24x24.png);
}
.down-arrow
{
	background-image:url(Images/down-arrow.png);
}

.gridchooser
{
    background-image:url(Images/settings_silver.png);    
    background-repeat: no-repeat;
    width:30px;
    cursor:pointer;
}
.gridpdf
{
    background-image:url(Images/file_pdf.png);    
    background-repeat: no-repeat;
    width:25px;
    cursor:pointer;
    margin-top:2px;
}
.gridexcel
{
    background-image:url(Images/file_Excel.png);    
    background-repeat: no-repeat;
    width:25px;
    cursor:pointer;
    margin-top:2px;
}

.gridsubscribe {
    background-image: url('Images/subscribe_icon.png');
    background-repeat: no-repeat;
    width: 25px;
    cursor: pointer;
    margin-top: 2px;
}
.gridchart
{
    background-image:url(Images/chart.jpg);
    background-repeat: no-repeat;
    width:25px;
    cursor:pointer;
    margin-top:2px;
}
.gridemail
{
    background-image:url(Images/email.png);
    background-repeat: no-repeat;
    background-size:24px;
    width:23px;
    cursor:pointer;
    margin-top:2px;
}
.float-left
{
	float:left !important;
}
.flex{
    display:flex;
}
.float-right
{
	float:right !important;
}
  
.scroll
{
	overflow:auto;
}
/* widths */
.w10{width:10px;}
.w20{width:20px;}
.w30{width:30px;}
.w40{width:40px;}
.w50{width:50px;}
.w60{width:60px;}
.w70{width:70px;}
.w80{width:80px;}
.w90{width:90px;}
.w100{width:100px;}
.w110{width:110px;}
.w120{width:120px;}
.w130{width:130px;}
.w140{width:140px;}
.w150{width:150px;}
.w160{width:160px;}
.w170{width:170px;}
.w180{width:180px;}
.w190{width:190px;}
.w200 { width:200px !important;}
.w212 { width:212px !important;}
.w232 { width:232px !important;}
.w240{width:200px;}
.w250{width:250px;}
.w275{width:275px;}
.w300{width:300px;}
.w400{width:400px;}
.w420{width:420px;}
.w430{width:430px;}
.w600{width:600px;}
.w750{width:750px;}
.w800{width:800px;}
.w850{width:850px;}
.w860{width:860px;}

.w100p{width:100%;}
.w95p{width:95%;}
.w5p{width:5%;}
.w50p{width:49%;}

/*  heights */
.h15{height:15px;}
.h25{height:25px;}
.h30{height:30px;}
.h60{height:60px;}
.h100{height:100px;}
.h150{height:150px;}
.h200{height:200px;}
.h250{height:250px;}
.h300{height:300px;}
.h350{height:350px;}
.h400{height:400px;}
.h1450{height:450px;}
.h500{height:500px;}
.h50p
{
	height:50%;
}
.h100p
{
	height:100%;
}
/* margings-right */
.m5r
{
	margin-right:5px;
}
.m15r
{
	margin-right:15px;
}

.red
{
	background-color:red;
	color:#fff;
}
.orange
{
	background-color:orange;
	color:#000;
}
.orange1 {
    background-color: #ff5c01;
    color: #fff !important;
    border: 1px solid #ff5c01;
}
.yellow
{
	background-color:yellow;
	color:#000;
}

.green
{
	background-color:#93d700;
    border: 1px solid #555;
	color:#fff;
}
.gold
{
    background-color:gold;
}
.blue
{
	color:#fff !important; 
	border:1px solid #17549b; 
	background-color:#498ae1;
}
.blue:hover
{
	background-color: #afd4ff;
}
.light-grey
{
	background-color:#efefef;
	color:#333;
}
.light-grey:hover
{
	background-color:#fff;
}
.grey
{
	background-color:#ccc;
	color:#000;
}
.ffp-blue
{	
	background-color:#0066FF;
}
.ffp-silver
{	
	background-color:#ddd;
}
.ffp-gold
{	
	background-color:gold;
}
.ffp-platinum
{	
	background-color:#666666;
}
.ffp-io
{	
	background-color:#FF0000;
}
.green-led
{
	background-image:url(Images/green-led.png);
	background-position:center; background-repeat:no-repeat;
	height:24px; width:24px;
}
.br6
{
    -webkit-border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius-top-left: 6px;
	-moz-border-radius-bottom-left: 6px;
	border-radius: 6px 6px;
}
.bgnorepeat
{
    background-repeat:no-repeat;
    background-position:top;
}
.float-clear
{
	clear:both;
}


.login-panel select
{
	height:30px; line-height:30px; padding-left:5px; background-position:left; background-repeat:no-repeat;
	border:1px solid #8fbee6;border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px;	
}
.icon-forgot-password { background-image:url(images/forgot-password.png)}

.no-left-curve
{
    border-radius:0px 3px 3px 0px !important; -moz-border-radius:0px 3px 3px 0px  !important; -webkit-border-radius:0px 3px 3px 0px  !important;
}
.no-right-curve
{
	border-radius:3px 0px 0px 3px !important; -moz-border-radius:3px 0px 0px 3px !important;  -webkit-border-radius:3px 0px 0px 3px !important; 
}

.icon-button
{
	background-position:center; background-repeat:no-repeat; cursor:pointer;
	border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px;border: 1px solid transparent;
}
	.icon-button:hover { background-color:rgba(255, 255, 255, 0.70);border: 1px solid rgba(0, 0, 0, 0.25); }

.small-button {height:24px;line-height:24px;}
.medium-button {height:32px; line-height:32px;}
.large-button {height:48px;line-height:48pt;}

.green-gradient-bg
{
	background: #e6f0a3; /* Old browsers */
	background: -moz-linear-gradient(top, #e6f0a3 0%, #d2e638 50%, #c3d825 51%, #dbf043 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6f0a3), color-stop(50%,#d2e638), color-stop(51%,#c3d825), color-stop(100%,#dbf043)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e6f0a3 0%,#d2e638 50%,#c3d825 51%,#dbf043 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e6f0a3 0%,#d2e638 50%,#c3d825 51%,#dbf043 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e6f0a3 0%,#d2e638 50%,#c3d825 51%,#dbf043 100%); /* IE10+ */
	background: linear-gradient(to bottom, #e6f0a3 0%,#d2e638 50%,#c3d825 51%,#dbf043 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6f0a3', endColorstr='#dbf043',GradientType=0 ); /* IE6-9 */
}
	.green-gradient-bg:hover
	{
		background: #dbf043; /* Old browsers */
		background: -moz-linear-gradient(top, #dbf043 0%, #c3d825 49%, #d2e638 50%, #e6f0a3 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dbf043), color-stop(49%,#c3d825), color-stop(50%,#d2e638), color-stop(100%,#e6f0a3)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #dbf043 0%,#c3d825 49%,#d2e638 50%,#e6f0a3 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #dbf043 0%,#c3d825 49%,#d2e638 50%,#e6f0a3 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #dbf043 0%,#c3d825 49%,#d2e638 50%,#e6f0a3 100%); /* IE10+ */
		background: linear-gradient(to bottom, #dbf043 0%,#c3d825 49%,#d2e638 50%,#e6f0a3 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbf043', endColorstr='#e6f0a3',GradientType=0 ); /* IE6-9 */
	}

.mt-15 {
    margin-top: 15px !important;
}
.mt-5 {
    margin-top: 5px;
}
.ml-32{
    margin-left:15px !important;
}


/* End ui.core Style */


/* New Login Page */

.overlay {
    width: 100%;
    height: 100%;
    background-image: url(Images/back-pattern.png);
    background-repeat: repeat;
    background-color: rgba(0,0,0,0.5);
}

.login_container input {
    width: 100%;
    border: 0;
    border-bottom: #ccc solid 1px;
        padding: 15px 40px 0 0px;
    font-size: 1.2em !important;
    outline: none;
        height: 50px !important;
    border-radius: 0;
}
.login_logo {
    width: 100%;
    float: left;
}

    .login_logo img {
        width: 100%;
        height: auto;
    }

.login_logo_heading {
    width: 24%;
    padding-left: 6%;
    border-left: #ccc solid 1px;
    font-size: 20px !important;
    color: #fff;
    float: left;
    margin: 15% 0% 0% 4%;
    text-transform: uppercase;
    font-weight: 600;
    text-align: right;
}
.user_field {
    background-color: transparent;
    background-image: url('Images/username.png');
    background-repeat: no-repeat;
    background-size: 30px auto;
    background-position: 100% center;
    margin-top: 5%;
}

.password_field {
    background-color: transparent;
    background-image: url('Images/password.png');
    background-repeat: no-repeat;
    background-size: 30px auto;
    background-position: 100% center;
    margin: 4% 0% 5% 0%;
}
.submit_btn {
float: right;
    height: 55px;
    width: 55px;
    background-color:#d25400;
    border-radius: 50%;
    cursor:pointer;
}

    .submit_btn:hover{
        background: #c44e00;
    }
    .submit_btn img{    width: 50%;
    padding: 14px;}
    .privacy-terms-main{width:100%; display:inline-flex;}
.privacy-terms-main a div {
    color: #4188be;
    font-size: 9pt !important;
}
.divider-login-link{     border-right: solid 1px #ccc;
    height: 15px;
    float: left;
    margin-left: 15px;
    margin-right: 15px;}
    .back {
    height: 55px;
    width: 55px;
    cursor: pointer;
}
.back img{ width: 50%;
    padding: 14px 0;}
#divforgotpassword input{    margin: 5% 0% 5% 0%;}
.login_btn_right {
    width: 37%;
    float: right;
    text-align: right;
}
.or {
    font-size: 1em;
    color: #fff;
    float: left;
    padding-top: 25px;
    margin-right: 9%;
}
.social_btn {
    width: 34%;
    height: 52px;
    border: #fff solid 1px;
    margin-top: 6%;
    float: left;
    margin-right: 4%;
    transition: all 0.3s;
}

    .social_btn:hover {
        background-color: #069ecf;
        border: #069ecf solid 1px;
        cursor: pointer;
    }

.facebook {
    background: url(Images/facebook.svg) no-repeat;
    background-size: 25px auto;
    background-position: center;
}

.google {
    background: url(Images/google_plus.svg) no-repeat;
    background-size: 25px auto;
    background-position: center;
    margin-right: 0;
}

.forget, .tc {
    margin-top: 5%;
    color: #4188be;
    font-size: 9pt !important;
    transition: all 0.3s;
}

.tc {
    float: right;
    text-align: right;
    width: 25%;
}
.popup {
width: 600px;
    position: relative;
    top: 50%;
    margin: 0 auto;
    z-index: 11;
    left: 29% !important;

}

/* above*/
.login-box
{
    background-image:url(images/login-panel-box.png);
    width:515px; height:322px; position:absolute; bottom:100px; left:100px;
    font-family:Verdana !important; font-size:10px !important; 
}
.msg-alert {
    font-size: medium !important;
    font-family: Verdana !important;
}
.login-logo
{
    margin-top:25px; margin-left:30px; width:214px; height:94px;
    background-image:url(images/login-logo.png);position:relative;
}
.login-box input {
    margin-left: 110px;
    width: 250px;
    height: 30px;
    border: 0px;
    margin-bottom: 10px;
    background-color: transparent;
    border-bottom: 1px dashed #7b8082;
    font-size:13px !important;font-family:Verdana !important;
}
.username
{
    background-image:url(images/username.png);
    background-repeat:no-repeat; padding-left:40px;
    background-position:left top;
}
.password
{
    background-image:url(images/password.png);
    background-repeat:no-repeat; padding-left:40px;
    background-position:left top;    
}
.email
{
    background-image:url(images/email.png);
    background-repeat:no-repeat; padding-left:40px;
    background-position:left top;
}
.login-box .login-button
{
    height:36px;line-height:36px; width:auto; float:left;
    background-color:#f6d66e; font-size:9pt !important; font-weight:bold;
    padding-left:20px; padding-right:20px; border:1px solid #909293;
    border-radius:2px;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    margin-left: 110px; cursor:pointer;
    font-family:Verdana !important;
}
.forgot-password-text {
    font-family: Tahoma;
    color: #444;
    float: left;
    font-size: 10pt;
    width: 400px;
    margin-left: 45px;
    margin-bottom: 20px;
    margin-top:25px;
}
.changePasswordDiv {
    position: absolute;
    border: 5px solid white;
    -moz-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-border-radius: 5px;
    z-index: 900001;
    display: none;
    background-color: #e1e1e1;
    padding: 5px;
}
.dialog-pop-up {
    border: none;
    z-index: 10;
    background: #efefef;
    padding: 5px;
    border-radius: 5px;
}
.dialog-pop-up .dialog-header {
    background-color: #efefef;
    /*background-image: url(images/chat-pop-up-header-bg.png);*/
    height: 42px;
    width: auto;
    clear: both;
    cursor: move;
}
.dialog-pop-up .content {
    overflow: auto;
    width: inherit;
}
.dialog-pop-up .dialog-header .closepopup {
    height: 30px;
    width: 30px;
    margin-top: 4px;
    margin-right: 4px;
    background-color: #efefef;
    background-image: url('Images/close-message-pop-up.png');
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    float: right;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #ccc;
}
.dialog-pop-up .dialog-header .closepopup:hover {    
    background-image: url('Images/close-message-pop-up-hover.png');
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;    
}
.nice-text {
    font-family: Tahoma;
    color: #444;
    float: left;
        font-size: 9pt !important;
    line-height: 14pt;
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    text-align: justify;
    text-justify: inter-word;
}
.center-text {
    text-align: center !important;
}
mt-5 {
    margin-top: 5px !important;
}
.login-box .login-button:hover
{
    background-color:rgba(246, 214, 110, 0.38); 
}
.login-box .login-alert
{
    font-size:9pt; color:#ff0000;
    width:280px; 
    height:25px; 
    text-indent:0; 
    clear:both;
    line-height:25px;
    margin-left:110px;
    font-family: 'Trebuchet MS';
}
.titlel{
    font-size:10pt !important; font-weight:bold; color:rgba(255, 255, 255, 0.79);font-family:Verdana !important;
    height:30px;line-height:30px;
     border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border:1px solid #fff; border-bottom:0px; float:left;
    margin-left:225px; background-color:#0bb8ed;
    margin-top:-17px; padding-left:20px; padding-right:20px; 
     border-bottom-left-radius:0px;
    -webkit-border-left-radius:0px;
    -moz-border-left-radius:0px;

     border-bottom-right-radius:0px;
    -webkit-border-right-radius:0px;
    -moz-border-right-radius:0px;
}
.hide{
    display:none;
}
.hideimportant{
    display:none !important;
}
.forgot-password {
    font-size:9pt; margin-left:10px; margin-top:10px; width:auto; float:left; 
}
.forgot-password-info
{
    height:auto; font-size:9pt; text-align:center; margin-bottom:10px;
}

#backslider
{
margin:0;
padding:0;
width:auto;
position:fixed;
}

/* Start JQChart Style */

.ui-jqchart { position: relative; }

.ui-jqchart .ui-jqchart-toolbar { position: absolute; margin: 0; padding: 2px; list-style-type: none; white-space: nowrap; }
.ui-jqchart .ui-jqchart-toolbar li { display: inline; margin: 0 2px; padding: 2px 0; cursor: pointer; float: left; }
.ui-jqchart .ui-jqchart-toolbar span.ui-icon { float: left; margin: 0 2px; }
.ui-jqchart .ui-jqchart-toolbar-separator { height: 16px; width: 1px; }

.ui-jqchart .ui-jqchart-tooltip 
{ 
    position: absolute; white-space: nowrap; padding: .2em .4em; z-index: 9999; border: 1px solid #dddddd; color: #333333;
    background: white; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; -o-box-shadow: 0 0 5px #aaa;
    -moz-box-shadow: 0 0 5px #aaa; -webkit-box-shadow: 0 0 5px #aaa; box-shadow: 0 0 5px #aaa; 

}

* html .ui-jqchart .ui-jqchart-tooltip { background-image: none; }
body .ui-jqchart .ui-jqchart-tooltip { border-width: 2px; }

.ui-jqrangeslider { position: relative; }

.ui-jqrangeslider .ui-jqrangeslider-arrow-left { position: absolute; width: 18px; cursor: pointer; vertical-align: middle; }
.ui-jqrangeslider .ui-jqrangeslider-arrow-icon-left { position: absolute; }
.ui-jqrangeslider .ui-jqrangeslider-arrow-right { position: absolute; width: 18px; cursor: pointer; }
.ui-jqrangeslider .ui-jqrangeslider-arrow-icon-right { position: absolute; }
.ui-jqrangeslider .ui-jqrangeslider-handle-left { position: absolute; width: 12px; cursor: ew-resize; }
.ui-jqrangeslider .ui-jqrangeslider-handle-icon-left { position: absolute; }
.ui-jqrangeslider .ui-jqrangeslider-handle-right { position: absolute; width: 12px; cursor: ew-resize; }
.ui-jqrangeslider .ui-jqrangeslider-handle-icon-right { position: absolute; }
.ui-jqrangeslider .ui-jqrangeslider-slider-horizontal { position: absolute; cursor: move; cursor: grab; cursor: -moz-grab; }
.ui-jqrangeslider .ui-jqrangeslider-slider-horizontal-dragging { cursor: -moz-grabbing; cursor: grabbing; }
.ui-jqrangeslider .ui-jqrangeslider-background-horizontal { position: absolute; }
.ui-jqrangeslider .ui-jqrangeslider-background-horizontal-left { position: absolute; }
.ui-jqrangeslider .ui-jqrangeslider-background-horizontal-right { position: absolute; }

.ui-jqrangeslider .ui-jqrangeslider-arrow-bottom { position: absolute; height: 18px; cursor: pointer; }
.ui-jqrangeslider .ui-jqrangeslider-arrow-icon-bottom { position: absolute; }
.ui-jqrangeslider .ui-jqrangeslider-arrow-top { position: absolute; height: 18px; cursor: pointer; }
.ui-jqrangeslider .ui-jqrangeslider-arrow-icon-top { position: absolute; }
.ui-jqrangeslider .ui-jqrangeslider-handle-bottom { position: absolute; height: 12px; cursor: ns-resize; }
.ui-jqrangeslider .ui-jqrangeslider-handle-icon-bottom { position: absolute; }
.ui-jqrangeslider .ui-jqrangeslider-handle-top { position: absolute; height: 12px; cursor: ns-resize; }
.ui-jqrangeslider .ui-jqrangeslider-handle-icon-top { position: absolute; }
.ui-jqrangeslider .ui-jqrangeslider-slider-vertical { position: absolute; cursor: move; cursor: grab; cursor: -moz-grab; }
.ui-jqrangeslider .ui-jqrangeslider-slider-vertical-dragging { cursor: -moz-grabbing; cursor: grabbing; }
.ui-jqrangeslider .ui-jqrangeslider-background-vertical { position: absolute; }
.ui-jqrangeslider .ui-jqrangeslider-background-vertical-bottom { position: absolute; }
.ui-jqrangeslider .ui-jqrangeslider-background-vertical-top { position: absolute; }

   
.icon-fb {
    /*background: url(../images/icon_fb_small.png) no-repeat;*/
    height: 31px;
    width: 32px;
    float: left;
    margin-left: 5px;
    margin-top: 3px;
    cursor:pointer;
}
.icon-google {
    /*background: url(../images/icon_google_small.png) no-repeat;*/
    height: 31px;
    width: 32px;
    float: left;
    margin-left: 3px;
    margin-top: 3px;
    cursor:pointer;
}
.form-group {
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border: 1px solid #dddddd;
    margin: 10px;
    float: left;
    margin-top: 20px;
}
.cols-1 {
    width: 98%;
}
.form-group h1 {
    height: 10px;       
    margin: 0px;
    margin-top: -10px;
    margin-left: 10px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #fff;
    max-width: 150px;
    color: #3e3e3e;
}
.form-group .row {
    height: 36px;
    width: 50%;
    min-width: 280px;
    float: left;
    font-size: 9pt;
}
/*.label 
{
	font-size:9pt; color:#333; margin:7px; margin-right:0px;
}*/


/*.xj-add-new-jobs-container {
    height: auto;
    width: 465px;
    border: 1px solid #ccc;
    border-bottom: 1px solid #999;
    padding: 5px;
    background-color: #fff;
    margin-top: 2px;
    overflow: auto;
    margin-left: 1px;
}

    .xj-add-new-jobs-container h1 {
        font-size: 10pt !important;
        margin: 2px;
        width: 100%;
        letter-spacing: 1px;
        color: #555;
    }*/

    .label5 {
    min-width: 72px;
    height: 24px;
    line-height: 24px;
    padding-left: 5px;
    padding-right: 5px;
    color: #777;
    float: left;
}

.dms_popup_field
{
    float: left;
}

.xj-form .label {
    min-width: 72px;
    float: left;
    height: 24px;
    line-height: 24px;
    padding-left: 5px;
    padding-right: 5px;
    color: #777;
}

.label_large {
    font-size: 10pt;
}
.xj-form .label_large {
    width: 140px;
}

.xj-form {
    padding: 2px;
    min-height: 22px;
    border: 1px solid #efefef;
    margin-top: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
}

     
.mandatory {
    font-size: 9pt !important;
    font-weight: bold;
}

.mandatory-field {
    background-image: URL(images/mandatory.gif);
    background-repeat: no-repeat;
    background-position: right;
    width: 16px;
    height: 14px;
    vertical-align: middle;
    border-style: none;
    border-collapse: collapse;
    background-color: transparent;
}
/*Profile css starts*/
.profileSubMenu
{
    margin-left: -23px !important;
}

.profileSubMenu li
{
    width: 80px !important;
}
/*Profile css Ends*/
/*.ui-selectmenu-status {
    padding-top: 1px !important;
}*/

.ui-selectmenu {
    height: 25px !important;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
        border: none;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
   
    /*background-color:transparent !important;*/        
    background:transparent !important;
     background-color: #fff !important;
}

.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}

.ui-timepicker-div dl {
    text-align: left;
}

    .ui-timepicker-div dl dt {
        height: 25px;
        margin-bottom: -25px;
    }

    .ui-timepicker-div dl dd {
        margin: 0 10px 10px 65px;
    }

    .default1
{
	height:24px; line-height:23px; 
}

    .button_profile {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding-right: 10px;
    padding-left: 10px;
    text-decoration: none !important;
    cursor: pointer;
    text-indent: 0px;
    text-align: center;
    font-size: 8pt;
    margin: 2px;
    background-repeat: no-repeat;
    background-position: right;
    float: left;
    font-weight: bold;
}

    .button_profile .count {
        margin-top: 0px;
        margin-right: -8px;
    }
    .default {
    height: 26px;
    line-height: 26px !important;
}

    .grey_profile {
    color: #333 !important;
    border: 1px solid #777;
    background-color: #ccc;
}

    .grey_profile:hover {
        background-color: #efefef;
    }
    .xj-form1 {
    padding: 2px;
    min-height: 22px;
    border: 1px solid #efefef;
    margin-top: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
}
    .wrap {
    white-space: normal !important;
}

    .label2 {
    min-width: 72px;
    height: 24px;
    line-height: 24px;
    padding-left: 5px;
    padding-right: 5px;
    color: #777;
}

    .countn {
    padding: 5px 10px;
    margin-left: 3px;
    min-width: 20px;
    height: 20px;
    line-height: 20px !important;
    font-size: 9pt !important;
    text-align: center;
    text-indent: 0px !important;
    font-weight: bold;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

    
.refreshbtn {
    height: 23px;
    line-height: 23px !important;
    text-align: center;
    text-indent: 0px;
    margin-top: 10px !important;
    margin-left: 5px;
}
.vert-seperator{ background-image:url(images/vert-seperator.png); float:left; background-repeat:repeat-y; background-position:center; width:20px; height:inherit;}
#main{
    height: 100% !important;
}
.ui-draggable{
    top:72px !important;
}

.main_table
{
	width: 100%;
	background: #f4f4f4;
	border: #dedede solid 1px;
	border-bottom: 0px;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

.col_2
{
	width: 48%;
	margin:1% 1% 0% 0%;
	height: auto;
	/*overflow-y: hidden;*/
    overflow-x:hidden;
}

.wrapper
{
	width: 98%;
}

.input_field1 {
    background:none;
    background-size: 30px auto;
    background-position: 0% center;
    margin-top: 5%;
}

.msg-alert1 {
    font-size: medium !important;
    font-family: Verdana !important;
    color: red !important;
    width: 100% !important;
}

.custome-logo
{
	position:absolute; z-index:10000;
	width:130px; 
	background-color:white;
	border:1px solid #aaa;
	top:0px; right:100px;
	padding:30px;
}
.custome-logo img
{
	width: 130px;
	height:auto;
}
.monthonly .ui-datepicker-calendar{
    display:none;
}
.ui-datepicker-calendar.monthonly  {
    display:none;
}

.ui-jqgrid-bdiv {
    /*height: 480px !important;*/
}
.text-right {
    text-align: right !important;
}



/**
	start  popup style
*/
.add-tab-pop-up {
    display: none;
    position: absolute;
    top: 100px;
    left: 100px;
    z-index: 10;
}

.add-tab-pop-up-body {
    background-color: White;
}

.add-tab-pop-up-left {
    width: 14px;
    background-image: url(images/left.png);
}

.add-tab-pop-up-right {
    width: 14px;
    background-image: url(images/right.png);
}

.add-tab-pop-up-top {
    height: 14px;
    background-image: url(images/top.png);
}

.add-tab-pop-up-topleft {
    height: 14px;
    width: 14px;
    background-image: url(images/topLeftCurve.png);
}

.add-tab-pop-up-topright {
    height: 14px;
    width: 14px;
    background-image: url(images/topRightCurve.png);
}

.add-tab-pop-up-bottom {
    height: 14px;
    background-image: url(images/bottom.png);
}

.add-tab-pop-up-bottomleft {
    height: 14px;
    width: 14px;
    background-image: url(images/bottomLeftCurve.png);
}

.add-tab-pop-up-bottomright {
    height: 14px;
    width: 14px;
    background-image: url(images/bottomRightCurve.png);
}

.add-tab-pop-up-content {
    min-width: 500px;
    min-height: 500px;
    /*float:left;*/
}
#layout2 .ui-jqgrid-bdiv {
    height: calc(100vh - 143px) !important;
}

.elementstyle{
 position:absolute;
 right:0;
}

/*report table style*/
.staticReportSection .ui-jqgrid-view, .staticReportSection .ui-jqgrid-view * {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.staticReportSection table.ui-jqgrid-btable, .staticReportSection .ui-jqgrid-htable {
    width: 100% !important;
}
.staticReportSection .ui-jqgrid .ui-jqgrid-htable th {
    background: #efefef !important;
    border-bottom: 1px solid #bfbfbf !important;
    padding: 7px 5px 5px !important;
}
.staticReportSection .ui-jqgrid-view .ui-icon-triangle-1-n {
    background-position: 1px -16px;
}
.staticReportSection .ui-jqgrid .ui-jqgrid-htable th div {
    height: auto;
    text-indent: inherit !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.5;
}
.staticReportSection .ui-jqgrid .ui-jqgrid-resize {
    height: 22px !important;
}
.staticReportSection .ui-jqgrid-hbox {
    background: #efefef;
}
.staticReportSection .ui-jqgrid .ui-jqgrid-bdiv tr > td {
    padding-left: 5px !important;
    padding-right: 5px !important;
}
.staticReportSection .ui-jqgrid .ui-jqgrid-htable th .ui-jqgrid-resize {
    text-indent: 0;
    margin-left: -4px;
    z-index: 1;
}
.noData {
    padding: 30px;
    font-size: 13px !important;
    color: #888;
    letter-spacing: 0.5px;
    text-align: center;
}

/* End popup Style */

.login_container {
        padding: 50px;
}
.login_container:before {
    content: "";
    position: absolute;
    top: 0%;
    right: 0%;
    width: 0px;
    height: 0px;
    border-bottom: 70px solid #00bdf2;
    border-right: 70px solid transparent;
    margin: -1px 0 0 0;
    padding: 1px 0 0 0;
}
 .overlay_login {
    max-width: 450px;
    margin: 0 auto;
    background: linear-gradient(225deg, transparent 50px, white 50px);
    position: relative;
    top:20%;
}
.list-group-btn {
        margin: auto;
        /*width: 60%;*/
        padding: 10px;
    }

    .list-group {
        display: flex;
        flex-direction: column;
        padding-left: 0;
        margin-bottom: 0;
        border-radius: 0.25rem;
    }

    .list-group-item {
        position: relative;
        display: block;
        padding: 0.5rem 1rem;
        color: #212529;
        text-decoration: none;
        background-color: #fff;
        border: 1px solid rgba(0,0,0,.125);
        margin-bottom: 5px;
    }

    button.list-group-item:hover {
        background-color: #1abbee !important;
    }
   

.ddselect:hover {
     background: #1abbee;
     color: #fff;
}
 .ddselectoption:not(:checked) {
     background: #fff;
     color: #000;
}
 .col-sm-2 {
     width: 18%;
     float: left;
     padding: 0 10px 
}
 .custom-card {
     margin: 10px 0;
     box-shadow: 1px 2px 5px #aaa;
}
 .custom-card span {
     position: absolute;
     font-weight: 500;
     font-size: 14px;
     padding: 0 5px;
     background-color: #fff;
     box-shadow: 1px 1px 4px #aaa;
     z-index: 9;
}
 .custom-card .card-top {
     height: 130px;
     padding: 10px;
     cursor: pointer;
}
 .custom-card .card-img-top {
     height: 120px;
     width: 100%;
     flex-shrink: 0;
     vertical-align: middle;
     border-style: none;
     border-top-left-radius: calc(0.25rem - 1px);
     border-top-right-radius: calc(0.25rem - 1px);
}
 .custom-card .c-body {
     padding: 12px;
     border-top: 1px solid #aaa;
}
 .custom-card .c-body p {
     margin: 0;
     font-size: 16px;
     font-weight: 500;
     color: #585858;
     cursor: pointer;
}
 .custom-card .c-body p.time-stamp {
     margin: 0;
     font-size: 12px;
     color: #aaa;
     margin-top: 5px;
     cursor: text;
}
 .custom-card .card-img-top:hover {
     opacity: 50% 
}
 .quicksight-embedding-iframe {
     height: calc(100% + 30px);
}
 .pb-5{
     padding-bottom : 10px;
}
 .border-box{
     box-sizing : border-box;
}