﻿@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700');
* {margin: 0; padding: 0;}
*,*:after, *:before {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}
html,body {
    min-height: 100vh;
    font-family: 'Open Sans', sans-serif;
    overflow: auto;
    overflow-x: hidden;
}
body * {
    font-family: 'Open Sans', sans-serif;
}
body {
  margin: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.3;
  color: #212529;
  text-align: left;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
*:focus {
  outline: none;
  outline: 0 auto -webkit-focus-ring-color;
  outline-offset: 0;
}
.clearfix:after, .clearfix:before {
    content: '';
    display: table;
}
.clearfix:after {clear: both;}
.loginPage {
    height:100vh;
    background-position:center;
    background-repeat:no-repeat;
    overflow: auto;
    background-size: cover;
}
.loginPage .login_container {
    padding: 50px;
}
.loginPage .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;
}
.header {
    position: fixed;
    z-index: 998;
    left: 0;
    right: 0;
    top: 0;
}
#main {
    min-height: calc(100% - 106px);
    margin-top: 104px;
}
.expandSection {
    top: 104px;
}
@media(min-width: 1081px) {
    #main {
        min-height: calc(100% - 86px);
        margin-top: 85px;
    }
    .expandSection {
        top: 84px;
    }
    .filterTitle {
        max-width: 130px;
    }
}
@media(min-width: 1140px) {
    .filterTitle {
        max-width: 200px;
    }
}

.header .version {
	color:#dadada;
	width:90px;
	font-size:8pt; 
    height:45px; 
    line-height:48px;
     float:left;
}
.logopage {
    height:100vh;
}
.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 .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;
}

#btnRefresh {
    
}



.bread-crumbs
{
	width:100%;
	height:24px;
	background-image:url(../Images/section-title-bg.png);
	border-bottom:1px solid #222;
}

.footer {
  
    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;
}
/*ADFS CSS start*/
.err-adfsmsg {
    width: 100%;
    float: left;
    margin-top: 5%;
    color: #fff;
    font-size: 1.2em !important;
    transition: all 0.3s;
}
.adfsuser_field {
    background: transparent url('../Images/mail.svg') no-repeat;
    background-size: 30px auto;
    background-position: 0% center;
    margin-top: 4%;
}

.adfsemail_field {
    background: transparent url('../Images/mail.svg') no-repeat;
    background-size: 30px auto;
    background-position: 0% center;
    margin-top: 4%;
}

.adfspassword_field {
    background: transparent url('../Images/password1.svg') no-repeat;
    background-size: 30px auto;
    background-position: 0% center;
    margin-top: 4%;
}

.adfssubmit_btn {
    width: 40%;
    float: left;
    font-size: 1.1em !important;
    background: transparent;
    border: #ccc solid 1px;
    color: #fff;
    margin-top: 2%;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s;
    outline: none;
    height: 52px;
    line-height: 52px;
}

.err-msg {
    color: red;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    text-align: center;
    position: relative;
    float: left;
    width: 100%;
}

.mandatory-adfsfield {
    color: rgb(255, 0, 0);
    float: left;
    margin: 50px 0px 0px 0px;
    padding: 0px;
    width: 28px;
    text-align: center;
}

.mandatory-adfslable {
    color: #fff;
    float: left;
    margin: 39px 0px 0px 0px;
    padding: 0px;
    width: 28px;
    text-align: center;
    font-size: 20px !important;
}

/*.login_container {
    width: 30%;
    height: auto;
    margin: 0 auto;
    position: relative;
    top: 40%;
    transform: translateY(-40%);
}*/

.login_container input {
    width: 100%;
    border: 0;
    padding: 5px 0px;
    color: #414141;
    font-size: .9em !important;
    outline: none;
    height: 30px !important;
    background-color: white !important;
    border-bottom: solid 1px #ccc;
}
/*ADFS CSS End*/


.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 {
    background-color:#35485f;
    padding: 5px 10px;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.title-panel .run-report {
    width: auto; 
    float: left;
    background-color: #3697dd; 
    background-image: url(../Images/icon-run.png);
    height: 30px;
    line-height: 28px;
    background-position: right; 
    background-repeat: no-repeat;  
    padding-left: 8px;
    padding-right: 22px;
    border: 1px solid rgba(255, 255, 255, 0.50);
    color:#fff;
    font-size: 14px;
}
.title-panel .btn {
    padding: 5px 12px;
}
/*.title-panel select
{
    padding: 4px;
    margin-top: 4px;
    margin-right: 5px;


}*/
/*.title-panel input
{
    padding: 5px;
    margin-top: 6px;
    margin-right: 5px;
    height: 29px;
    border: 0px solid #999;
    vertical-align: middle;
}*/

.title-panel .date {
        background-image:url(../Images/date-icon.png);
    background-position:right; 
    background-repeat:no-repeat;
    width:140px;
    height:29px;
    margin-top:4px;
}
.title-panel label
{
    color: rgba(255, 255, 255, 0.74); 
    margin-right:5px;
    font-size:16px;
}

.title-panel h1
{
    padding:0px; float:left;
    text-transform:uppercase; margin-right:25px;
}
 
 
.headerbar {
                
         
          width: 100%;
          background-color: #ddd;
         }
  .headerbox {
          margin-left:10px;
                            }
  .frmdtnew{
         display: inline-block;
         float: left;
          font-size:14px;
                color:black;
                            }
  .boxstyle {
                                    
                                    padding:5px 0 5px 5px;
                            }





/* separators */
.separator
{
	width:20px; background-image:url(../Images/seperator.png); height:inherit; background-position:center; background-repeat:no-repeat;
}

/* Sections */
.section
{
	
}
.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;
    font-weight: bold;
    height: 40px;
    background-color: #232F3E;
    line-height: 40px;
    /*text-indent: 10px;*/
    color: #fff;
    font-size: 8pt;
    /*overflow: hidden;*/
    padding: 0 7px;
    min-width: 99%;
  

}
.section .title .countname
{
    font-size: 8pt;
}
.section .title input
{
    margin-left: 20px;
    /*margin-top: 7px;*/
    height:25px;
}
.section .title .icon-button, .section .title .button
{
	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{
    color: #FFF;
    height: 24px;
    line-height: 24px;
    font-size: 8pt;
    border-radius: 50px;
    /*margin-top: 8px;*/
    min-width:35px;
    padding-right: 12px;
    padding-left: 12px;
    margin-top: 2px;
}
.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.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:3px;-moz-border-radius:3px;border-radius:3px; border:1px solid #666;
	cursor:pointer; padding-left:5px; padding-right:5px;
    text-indent:0px;text-align:center;color:#fff; font-size:9pt;
	background-color:#333; height:25px; line-height:28px;
}
.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;
}

.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
{
	background-color:#fff;color:#333;
}
.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:7px;-moz-border-radius:7px;border-radius:7px; border:1px solid #666; 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-bg
{
	background-image:url(../images/login-bg.jpg);
	background-size:cover;
	background-position:center;
}

.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;
}


.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;
    height:40px;
}
.ui-autocomplete {
	max-height: 200px;
	overflow-y: auto;
	overflow-x: hidden;
	font-size: 9pt;
}




.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 */

.xj-menu 
{
	width:750px; height:24px; 
	float:left;padding:0px !important; margin:0px;
	margin-left:20px;
	z-index:99999; position:relative;
}
.xj-menu ul 
{
	padding:0px !important; margin:0px !important;
}
.xj-menu ul li
{
	padding:0px; margin:0px; margin-top:8px; 
	float:left; list-style:none;cursor:pointer;	
	width:100px;height:28px; line-height:28px;
	background-image:URL(images/menu-bg.png);border:1px solid #676767;	
	color:#fff;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);
	
}

.xj-menu ul li a
{
    text-decoration: none;
    color:#fff;
    height:28px; 
    line-height:28px;
    font-size: 9pt;
}

.xj-menu > ul > li
{
	color: #F0EDED;
	font-size: 9pt !important;
}
.xj-menu ul li:first-child
{
	-webkit-border-radius: 4px 0px 0px 4px;
	-moz-border-radius: 4px 0px 0px 4px;
	border-radius: 4px 0px 0px 4px; 
}
.xj-menu ul li:last-child
{
	-webkit-border-radius: 0px 4px 4px 0px;
	-moz-border-radius: 0px 4px 4px 0px;
	border-radius: 0px 4px 4px 0px; 
}
.xj-menu ul li:hover
{
	background-image:URL(images/menu-bg-active.png);
}
.xj-menu ul .active
{
	border:1px solid #888;
	background-image:URL(images/menu-bg-active.png);	
}
.xj-menu ul li ul
{
	position:relative; left:0px; top:0px; display:none;
	-webkit-box-shadow: 0px 2px 6px rgba(50, 50, 50, .7);
	-moz-box-shadow:    0px 2px 6px rgba(50, 50, 50, .7);
	box-shadow:         0px 2px 6px rgba(50, 50, 50, .7);
	-webkit-border-radius: 0px 0px 5px 5px !important;
	-moz-border-radius: 0px 0px 5px 5px !important;
	border-radius: 0px 0px 5px 5px !important; 
	width:150px;
}
.xj-menu ul li ul li
{
	float:none;
    margin:0px; 
    left:0px;
	text-align:left; 
    text-indent:8px; 
	height:30px; 
    line-height:30px;
    width:175px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px; 
	background-image:none;
	background-color:#333;
	border:1px solid #2a2a2a;
	border-top:1px solid #676767;
	font-size: 9pt;
	
}
.xj-menu ul li ul li:hover
{
	border:1px solid #2a2a2a;
	border-top:1px solid #676767;
}
.xj-menu ul li ul li:first-child
{
	-webkit-border-radius: 0px 5px 0px 0px !important;
	-moz-border-radius: 0px 5px 0px 0px !important;
	border-radius:  0px 5px 0px 0px !important; 
	
}
.xj-menu ul li ul li:last-child
{
	-webkit-border-radius: 0px 0px 5px 5px !important;
	-moz-border-radius: 0px 0px 5px 5px !important;
	border-radius: 0px 0px 5px 5px !important; 
	
}
/* header buttons */
.header-btns
{
	float:right;
}
.header-btns ul
{
	padding:0px; margin:0px;
	margin-top:6px;
	margin-right:5px;
}
.header-btns ul li {
            float: left;
            list-style: none;
            -webkit-border-radius: 0px;
            -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: 100px;
            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:hover
{
	background-color:#000;	
}
.header-btns ul li img {
                height: auto;
                margin-right: 10px;
                position: relative;
                top: 3px;
                width: 20px;
            }
/* icons for header btns*/

 .header-btns ul .profile {
            background-image: URL(../images/user.png);
            margin: 2px -62px 0px 3px;
        }


 .header-btns ul .logout {
            background-image: URL(../images/logout.png);
            /*background-color: #191919;*/
            padding: 3px 5px;
            background-size: 27px auto;
            margin: 2px 8px 0 0;
        }
.header-btns ul .setting
{
	background-image:URL(images/settings.png);
}

/* header info */
/*Profile submenu info starts*/
.profileSubMenu {
    margin-left: -23px !important;
}

    .profileSubMenu li {
        width: 80px !important;
    }
    
/*Profile submenu info ends*/
.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 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;
}
.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;
}
/*User Profile css start*/
/*.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;
}*/
.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;
}
.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;
}
.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 solidelements #efefef;
    padding: 5px;
}
 .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_profile {
    height: 26px;
    line-height: 26px !important;
}
    
    .grey_profile {
    color: #333 !important;
    border: 1px solid #777;
    background-color: #ccc;
}

    .grey_profile:hover {
        background-color: #efefef;
    }
/*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: 6px;
    background-color: #000;
    background-position: center;
    height: 25px;
}
.gridchart
{
    background-image:url(../Images/chart.jpg);
    background-repeat: no-repeat;
    width:25px;
    cursor:pointer;
    margin-top:2px;
}
.float-left{
	float:left !important;
}
.float-right{
	float:right !important;
}
.float-none {float:none !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;}
.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%;
}
.m5l
{
	margin-left:5px;
}
/* margings-right */
.m5r
{
	margin-right:5px;
}
.m15r
{
	margin-right:15px;
}

.red
{
	background-color:red;
	color:#fff;
}
.orange
{
	background-color:orange;
	color:#000;
}
.yellow
{
	background-color:yellow;
	color:#000;
}

.green
{
	background-color:#33CC66;
	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;
}


/* End ui.core Style */



/**
	start  popup style
*/
.add-tab-pop-up {
    display: none;
    position: absolute;
    top: 100px;
    z-index: 10;
    margin-top:6px;
    background: #fff;
    min-height: 60px;
}

.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;*/
}

/* End popup Style */

.hw100p {
    width:100%;
    height:100%;
}

/* New Login Page */

.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; 
}
.login-logo
{
    margin-top:25px; margin-left:30px; width:214px; height:94px;
    background-image:url(../images/login-logo.png);position:relative;
}
.reportText {
    position: absolute;
    bottom: 20px;
    left: 224px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 24px;
    letter-spacing: -0.5px;
}
.msg-alert {
    font-size: medium !important;
    font-family: Verdana !important;
}
.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;
}
.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;
}
.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;
}

.forgot-password-text {
    font-family: Tahoma;
    color: #444;
    float: left;
    font-size: 10pt;
    width: 400px;
    margin-left: 45px;
    margin-bottom: 20px;
    margin-top:25px;
}
.dialog-pop-up {
    border: 1px solid #444;
    background-color: #fff;
    z-index: 10;
    font-family: Trebuchet MS;
    box-shadow: rgba(0,0,0,0.4) 5px 5px;
    -moz-box-shadow: rgba(0,0,0,0.3) 4px 4px 4px;
    -webkit-box-shadow: rgba(0,0,0,0.3) 4px 4px 4px;
}
.dialog-pop-up .dialog-header {
    background-color: #efefef;
    background-image: url(images/chat-pop-up-header-bg.png);
    height: 42px;
    width: 100%;
    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: 13px;
    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;
}

.mt-3 {
    margin-top: 3px !important;
}

#backslider
{
margin:0;
padding:0;
width:auto;
position:fixed;
}
/*.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;
}*/

.mandate {
    border-bottom: 1px solid #cb0100 !important;
    color: #666;
    font-size: 9pt;
}

/*New Login Starts*/ 

 .loginPage .overlay {
    width: 100%;
    min-height: 100%;
    background-image: url(../images/back-pattern.png);
    background-repeat: repeat;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 10px;
    position: relative;
    z-index: 9;
}
 @media(min-height: 500px) {
     .loginPage .overlay {
         height: 100%;
     }
 }
 .overlay_login {
    max-width: 450px;
    margin: 0 auto;
    background: linear-gradient(225deg, transparent 50px, white 50px);
    position: relative;
}
.login_logo
{
   width:100%;
}

.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;
}
.forget, .tc {
    width: 50%;
    float: left;
    margin-top: 5%;
    color: #fff;
    font-size: 1em;
    transition: all 0.3s;
}

.tc {
    float: right;
    text-align: right;
    width: 25%;
}
.popup {
    width: 600px;
    /*height: 500px;*/
    background: #fff;
    position: relative;
    top: 50%;
    /*transform: translateY(-50%);*/
    margin: 0 auto;
    z-index: 11;
    padding: 10px;
    border-radius: 5px;
    overflow-y: auto;
    left: 386px !important;
}
.back {
    width: 35%;
    float: right;
    font-size: 1.1em;
    background: transparent;
    border: #ccc solid 1px;
    color: #fff;
    margin-top: 2%;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s;
    outline: none;
    height: 52px;
    line-height: 52px;
}
.btn_container
{
    width: 100%;
}

.submit_btn {
    width: 60%;
    float: left;
    font-size: 1.1em !important;
    background: transparent;
    border: #ccc solid 1px;
    color: #fff;
    /*margin-top: 2%;*/
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s;
    outline: none;
    height: 52px;
    line-height: 52px;
}

.submit_btn:hover {
    background: #069ecf;
    border: #069ecf solid 1px;
}

.login_btn_right {
    width: 37%;
    float: right;
    text-align: right;
}

.or {
    font-size: 11px;
    height: 26px;
    width: 26px;
    line-height: 26px;
    border-radius: 50%;
    background: #ddd;
    text-align: center;
    font-weight: 700;
    margin: 0 auto;
}

.social_btn {
    width: 34%;
    height: 42px;
    transition: all 0.3s;
    background-repeat: no-repeat;
    background-size: 25px auto;
    background-position: center;
    cursor: pointer;
}
.social_btn + .social_btn {
    margin-top: 10px;
}

.social_btn:hover {
    box-shadow: 0 -4px 0 0 rgba(0,0,0,0.5) inset;
}
.displayFlex > .social_btn {
    width: 52px;
}

.facebook {
    background-image: url(../images/facebook.svg);
    background-color: #3B5998;
}

.google {
    background-image: url(../images/google_plus.svg);
    background-color: #DB4437;
}
.left {
	float: left;
}

.right{
	float: right;
}

.col_2 {
	width: 49%;
	margin:1% 1% 0% 0%;
	height: 161px;
	overflow-y: hidden;
    overflow-x:hidden;
}
.graph_container {
	width: 100%;
	height: 200px;
    margin:0% 0% 0% 0%;
}
.main_table {
	width: 100%;
	background: #f4f4f4;
	border: #dedede solid 1px;
	border-bottom: 0px;
}

.ui-jqgrid .ui-jqgrid-btable {
  table-layout:auto;
}

.msg-alert1 {
    font-size: medium !important;
    font-family: Verdana !important;
    color: red !important;
    width: 100% !important;
}

.input_field1 {
    background:none;
    background-size: 30px auto;
    background-position: 0% center;
    margin-top: 5%;
}
.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;
}
/*.customScrollHeight .ui-jqgrid-bdiv {
    height: calc(100% - 27px)!important;
}
.customScrollHeight .frozen-bdiv.ui-jqgrid-bdiv, .customScrollHeight.headerLg .ui-jqgrid-bdiv {
    height: calc(100% - 44px)!important;
}
.customScrollHeight.headerLg .frozen-bdiv.ui-jqgrid-bdiv {
    height: calc(100% - 61px)!important;
}*/
.customScrollHeight {width: auto !important;}

.dropSheet {
    position: absolute;
    background-color: White;
    z-index: 1000;
    top: 14%;
    left: 25%;
    font-size: small;
    padding: 10px;
    border-style: solid;
    border-width: medium;
    width:750px;
}
.status_indicator {
    width: 12px;
    height: 12px;
    margin: 14px 0 0 10px;
}
.blue_bg {
    background-color:#146ca7;
}
.green_bg {
    background-color:#16a085;
}
.blue_txt {
    color:#146ca7 !important;
}

 .green_txt {
    color:#16a085 !important;
}

.gridtxt_center_align {
    float:none !important;
    text-align:center;
    border-right: 1px solid #bfbfbf !important;
}

.custom-jqgrid-pb-hgt {
    border-right: 1px solid #bfbfbf !important;
}

.text_center, .text-center {
     text-align:center !important;
}
.text-right {
     text-align:right !important;
}
.text-left {
     text-align:left !important;
}

.ui-jqgrid tr.jqgrow td {
    border-bottom: 1px solid #eee !important;
}
.ui-jqgrid tr.jqgrow td {
    background: #fff !important;
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
    background: #ccc !important;
    border-radius: 0;
}

.ui-state-default {
    /*background:#fff !important;*/
    /*border:0 !important;*/
}

 #pscrolling {
    background: #ddd !important;
    border-radius: 0;
}
 
 #divADFSlogin input:focus{
	border:none;
}
 /* dashboard styles */

 .ESD-summary-ActiveFilter {
    width:100%;
    height:30px;
    padding:3px;
    float:left;
}
/*.ESD-summary-Checkbox*/
.summaryFilter {
    display: inline-block;
    vertical-align: middle;
    background-color:#0079a5;
    position:relative;
    color:#fff;
    max-width:100%;
    border-radius:12px;
    margin:5px;
    padding: 3px 12px;
}
.summaryFilter input[type=checkbox] {
    margin-right: 4px;
}
input[type=checkbox], input[type=radio] {
    margin: 0;
    vertical-align: middle;
}
.myText {
    display: inline-block;
    vertical-align: middle;
}
.removeSummaryFilter {
    height: 15px;
    width: 15px;
    border: 1px solid;
    border-radius: 50%;
    line-height: 12px;
    margin-left: 5px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    margin-right: -6px;
    opacity: 0;
}
.summaryFilter:hover .removeSummaryFilter {opacity: 1;}
.summary {
    background-color: #efefef;    
    /*flex-wrap: wrap;*/
    white-space: nowrap;  
    height: 82px;
    overflow: hidden;  
}
.summaryScroll {
    overflow: auto;
    padding: 5px 10px;
}
.summary-block {
    min-width: 130px;
    background-color: #fff;
    padding: 10px;
    margin: 5px;
    box-shadow: 1px 1px 3px 0 rgba(0,0,0,0.2);
    position: relative;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    top: 0;
    display: inline-block;
    vertical-align: bottom;
}
.summary-block:after {
    content: '';
    position:absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background-color:#98abc5;
    height: 3px;
}
.summary-block:hover {
    box-shadow: 0 1px 4px 1px rgba(0,0,0,0.3);
    top: -3px;
}
.summaryTitle {
    color:#666;
    font-size: 0.8rem;
    margin-bottom: 6px;
    font-weight: 600;
}
.summary-block .summaryCount {
    font-size: 1rem;
    font-weight: 600;
}
.text-blue {color: #1abbee;}
.text-darkblue {color: #133db9;}
.text-red {color: #d2430a;}
.text-orange {color: #ff9b00;}
.text-green {color:#37bb85;}

.text-blue.summary-block:after {background-color: #1abbee;}
.text-darkblue.summary-block:after {background-color: #133db9;}
.text-red.summary-block:after {background-color: #d2430a;}
.text-orange.summary-block:after {background-color: #ff9b00;}
.text-green.summary-block:after {background-color:#37bb85;}

.ESD-graph-container{
    padding:5px; box-sizing:border-box;
    display:inline-flex;
    width:100%;
}

.visualize-show-spy-tab {
    /*position: absolute;*/
    z-index: 1000;
    left: 5px;
    bottom: 0px;
    float:left;
}
.chartCollapseButton {
    padding: 0;
    line-height: 24px;
    font-size: 16px;
    color: #2d2d2d !important;
    cursor: pointer;
    border: 0;
    background: #ddd;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    margin-top: 8px;
    position: relative;
    display: none;
}
.chartCollapseButton i {
    font-size: 20px;
    color: #2d2d2d;
    position: relative;
    z-index:1;
}
.chartCollapseButton:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 50%;
    bottom:50%;
    left:50%;
    background: rgba(0,0,0,0.1);
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.chartCollapseButton:hover:before {
    top: 0;
    right: 0;
    bottom:0;
    left:0;
}
.kuiIcon {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.ESD-container {
    border: 1px solid #98abc5;
    background-color: #fff;
    min-height: 200px;
    background-color: #fff;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.25);
    padding:10px;
}

.panel {
    /*border: 1px solid #98abc5;*/
    background-color: #fff;
    /*min-height: 200px;*/
    background-color: #fff;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.25);
    position: relative;
}
.ESD-container h4, .panel h4 {
    font-size: 15px;
    margin-bottom: 10px;
    font-weight: 600;
}
.panel-header {
    padding: 5px 10px;
    background: rgba(152, 171, 197, 0.5);
    font-weight: 600;
    /* color: #fff; */
    position: relative;
    font-size: 13px;
}
/*.ESD-container div {
    width:100%;
    text-align:left;
}
.ESD-container span
{
    font-size:11pt;
    color: #486684;
    font-family:sans-serif;
}*/

/*.ESD-container-1cols {
    width:100%;
}
.ESD-container-2cols {
    width:50%;
}

.ESD-container-3cols {
    width:33.33%;
}

.ESD-container-4cols {
    width:25%;
}

.ESD-container-5cols {
    width:20%;
}*/


#dschartTooltip {
    max-width:200px;
    height:auto;
    background: #ffc60e;
    position: absolute;
    z-index:9999;
    font-size: 12px;
    pointer-events: none;
    border: 1px solid #aaa;
    box-shadow: 0 4px 8px rgba(0,0,0,.2);
    stroke: #000;
    padding: 2px 4px 2px 4px;
    box-sizing: border-box;
    display:none;    
}

#dschartTooltip > * {
    padding: 3px;
}
.EST-container-height{
    height: 200px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 8px;
}
.EST-container-border{
    margin-bottom: 0px;
}
.EST-container-padding8{
    padding:8px;
}
.flex-vertical{
    display:inline-flex;
    flex-direction:column;
}
.dropdown{
display:inline-table;
}
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}

.changeColor {
    background-color: #98abc5;
    color:white;
}
.add-tab-pop-up .dynatree-container {
    /*width: 312px !important;*/
}
/*sss to change*/
.ui-multiselect-menu {
    z-index: 999;
}
/*end*/
.multiCheckDropdown {
    display: none;
    padding-left: 0 !important;
    position: absolute;
    width:408px !important;
    box-shadow: 1px 1px 4px 0 rgba(0,0,0,0.15);
}
.mainMultiCheck {
    margin-top:-25px;
}
.multiCheckDropdown .ui-helper-reset {
    padding: 8px;
}
.multiCheckDropdown .ui-widget-header li + li {
    margin-left: 8px;
}
.multiCheckDropdown .ui-widget-header li, .ui-widget-header li > a > span {
    display: inline-block;
    /*vertical-align: middle;*/
    padding: 0;
}
.multiCheckDropdown .ui-helper-reset li a {
    display: block;
}
.multiCheckDropdown .ui-icon {
    height: 15px;
    margin-top: 1px;
    margin-right: 2px;
}
.multiCheckDropdown .ui-icon-circle-close {
    margin-top: 0;
    margin-right: 0;
}
.multiCheckDropdown .ui-widget-header {
    background-color: lightSlateGray;
    color: #fff; 
    padding: 8px;
    margin-bottom: 0;
    font-size: 14px;
}
.ui-widget-content {border-width: 1px;}

.multiDisMenuCheckBox {height: auto !important;}
.ui-widget-header .multiDisMenuCheckBox {
    float: right;
    padding: 0;
    color: #fff;
    /*margin-left: 5px;*/
    text-align: right;
    margin-top: 2px;
}
.ui-widget-header .multiDisMenuCheckBox li a {
    color: #fff;
    /*font-size: 14px;*/
    font-weight: normal;
}
.multiDisMenu{
    float: left;
    font-weight: 100;
}
.multiCheckDropdown .multiDisMenu input, .filterSm{
    width: 112px;
    font-size: 11px;
    border: 0;
    background:#fff;
    margin-left: 5px;
    padding: 4px;
}
.multiCheckDropdown .ui-widget-header .ui-icon-check, .multiCheckDropdown .ui-widget-header .ui-icon-closethick,
.multiCheckDropdown .ui-widget-header .ui-icon-circle-close {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    /*font-size: inherit;*/
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background:transparent;
    vertical-align: middle;
}
.multiCheckDropdown .ui-widget-header .ui-icon-check:after {
    content: "\f046";
}
.multiCheckDropdown .ui-widget-header .ui-icon-closethick:after {
    content: "\f096";
}
.multiCheckDropdown .ui-widget-header .ui-icon-circle-close:after {
    content: "\f00d";
}
/*dis end*/

/*MoreFilter*/
.grayBg {
    background-color: #f3f1f3;
}
.whiteBg {background:#fff;}
.FilterBtn {
      background-color: #3697dd;
      width: 25%;
      color:white; 
      border: 1px solid;
      margin-top:8px;
      height: 28px;
      margin-left:15px;  
}
/*More filter end*/

.changeSelect {
    padding: 4px 8px 0px 0px;
}
.changeSelect button.ui-multiselect {
    width: auto !important;
    border-radius: 0;
    position: relative;
    padding-right: 24px;
    height: 29px;
    line-height: 1;
    vertical-align: top;
}
.changeText button.ui-multiselect .ui-icon + span {
    font-size: 8px;
    display: none;
}
.changeText button.ui-multiselect .ui-icon {
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -6px;
    width: 16px;
    height: 12px;
    background-image: url(images/ui-icons_222222_256x240.png);
    background-position: -64px -16px;
}
.changeText button.ui-multiselect:before {
    /*content: "Distibutor";*/
    font-size: 12px;
    color:black;
    font-family:Roboto;
    
}
/*header*/
.commstyleheader {
    margin-left: -26px; 
    display:inline-block;
}

#ddlDistributorDetails {
    height:0;width: 0;
    opacity:0;
}

#divDistributor .ui-multiselect {visibility: hidden;display: none;}

/*Responsive for saleDashboard*/

.padder-t {
    /*padding-top: 10px;*/
}
.padder-b {
    /*padding-bottom: 10px;*/

}
.myWrap {
    /*padding-left: 5px;
    padding-right: 5px;*/
}
.myWrap, .myRow, .myCol-3, .myCol-4 {
            box-sizing: border-box;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            -ms-box-sizing: border-box;
            -o-box-sizing: border-box;
           }
.myRow {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            height:auto;
           
            /*margin-left: -5px;
            margin-right: -5px;*/
        }
.myCol-3 {
             position: relative;
            height:auto;
            /*min-height: 1px;*/
            padding-right: 5px;
            padding-left: 5px;
}
myCol-6 {
    margin-left:0;
    margin-right:0;
}
.myCol-4 {
    /*position: relative;
    height:auto;
    width: 100%;*/
    /*min-height: 1px;*/
    /*padding-right: 5px;
    padding-left: 5px;*/
}
.m-b-sm {
    margin-bottom: 10px;
}
#divDistributorTreeHeader #spnToggleExpand {
    display: none;
}

@media(min-width:768px) {
    .myCol-6 {
        width:49%;
    }
    .myCol-12 {
        width:98%;
    }
}

@media only screen and (max-width: 992px) {

    .myCol-3 {
        /*width:48%;*/
        margin-left:15px;
    }
    .myCol-6 {
        width:390px;
        margin-left:12px;
    }
    .myCol-12 {
        width:390px;
        margin-left:15px;
    }
}

@media screen and (min-width:801px) {
    .ESD-graph-container {
        padding:5px; 
        box-sizing:border-box;
        display:inline-flex;
        width:100%;
        margin-bottom:-12px;
    }  
    .ESD-container-1cols {
        width:100%;
        margin-right:9px;         
    }
    .ESD-container-2cols {
        width:50%;
        margin:15px;        
    }
    .ESD-container-3cols {
        width:33.33%;
        margin:10px;
    }
    .ESD-container-4cols {
        width:25%;
        margin:10px;
    }
    .ESD-container-5cols {
        width:20%;
        margin:10px;
    }
}

@media screen and (max-width:800px) {
    .ESD-graph-container {
        padding:5px; 
        box-sizing:border-box;
        display:block;
        width:100%;
    }  
   .ESD-container-1cols {
        width:100%;
        clear:both;
         margin-left:5px;
    }    
    .ESD-container-2cols {
        width:100%;         
        clear:both;
        margin-bottom:10px;
    }   
}
/* End responive*/

/*Category*/
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
/*.btn-default  {
    border-color: #ccc;
}*/
.btn-dropdown {
    display: inline-block;
    padding: 6px 12px;
    border: 1px solid lightgray ;
    background-color:#fff;
}
.dropdownGroup .btn-dropdown + .btn-dropdown {margin-top: 10px;}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 9px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.filterHeader {
    padding: 8px;
    font-size: 13px;
    box-sizing: border-box;
    width:auto;
    background-color:lightslategray;
    color:white;
}
.displayFlex {
    display: flex;
}
.vCenter {
    align-items: center;
}
.alignRight {
    margin-left: auto;
}
.itemCenter {
    justify-content: center;
}
.flex-grow-1 {
    flex-grow: 1;
}
.dropdownGroup {
    padding: 0 5px;
}

.m-l-xs-n {
    margin-left: -5px;
    margin-top:10px;
}
.m-r-xs-n {
    margin-right: -5px;
    margin-bottom:10px;
}

/**/
.wrapper-xs {padding:5px;}
.wrapper-sm {padding:10px;}
.wrapper {padding:15px;}
.wrapper-md {padding:20px;}
.wrapper-lg {padding:25px;}
.m-l-xs {margin-left:5px;}
.m-l-n-xs {margin-left: -5px;}
.m-l-sm {margin-left:10px;}
.m-l-n-sm {margin-left:-10px;}
.m-l {margin-left:15px;}
.m-l-n {margin-left:-15px;}
.m-l-md {margin-left:20px;}
.m-l-n-md {margin-left:-20px;}
.m-l-lg {margin-left:25px;}
.m-l-n-lg {margin-left:-25px;}
.m-t-xs {margin-top:5px;}
.m-t-n-xs {margin-top: -5px;}
.m-t-sm {margin-top:10px;}
.m-t-n-sm {margin-top:-10px;}
.m-t {margin-top:15px;}
.m-t-n {margin-top:-15px;}
.m-t-md {margin-top:20px;}
.m-t-n-md {margin-top:-20px;}
.m-t-lg {margin-top:25px;}
.m-t-n-lg {margin-top:-25px;}
.m-r-xs {margin-right:5px;}
.m-r-n-xs {margin-right: -5px;}
.m-r-sm {margin-right:10px;}
.m-r-n-sm {margin-right:-10px;}
.m-r {margin-right:15px;}
.m-r-n {margin-right:-15px;}
.m-r-md {margin-right:20px;}
.m-r-n-md {margin-right:-20px;}
.m-r-lg {margin-right:25px;}
.m-r-n-lg {margin-right:-25px;}
.m-b-xs {margin-bottom:5px;}
.m-b-n-xs {margin-bottom: -5px;}
.m-b-sm {margin-bottom:10px;}
.m-b-n-sm {margin-bottom:-10px;}
.m-b {margin-bottom:15px;}
.m-b-n {margin-bottom:-15px;}
.m-b-md {margin-bottom:20px;}
.m-b-n-md {margin-bottom:-20px;}
.m-b-lg {margin-bottom:25px;}
.m-b-n-lg {margin-bottom:-25px;}
.m-l-none {margin-left: 0 !important;}
.m-t-none {margin-top: 0 !important;}
.m-r-none {margin: 0 !important;}
.m-b-none {margin-bottom: 0 !important;}
.m-none {margin: 0 !important;}
.b-t {border-top: 1px solid #ddd;}
.b-r {border-right: 1px solid #ddd;}
.b-b {border-bottom: 1px solid #ddd;}
.b-l {border-left: 1px solid #ddd;}
.b-none {
    border: 0 !important;
}
.b-all {border: 1px solid #ddd;}
button {cursor: pointer;}
button:focus {
  outline: none;
  outline: 0 auto -webkit-focus-ring-color;
  outline-offset: 0;
}
.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    background: #ddd;
    padding: 5px 16px;
    font-size: 14px;
    line-height: 1.3;
    /*border-radius: .2rem;*/
    cursor: pointer;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    font-family: 'Open Sans', sans-serif;
}
.btn.btn-sm {
    padding: 4px 12px;
    /*font-size: 13px;*/
    line-height: 1;
}
.btn-rounded {
    border-radius: 50px;
}
.btn-block {
    display: block;
    width: 100%;
}
.btn-default {
    background: #aaa;
    color: #fff;
    border-color: #aaa;
}
.btn-default:hover {
    background: #888;
    color: #fff;
    border-color: #888;
}
.btn-primary {
    color: #fff;
    background-color: #3697dd;
    border-color: rgba(255, 255, 255, 0.50);
}
.btn-primary:hover {
    color: #fff;
    background-color: #1e6aa0;
    border-color: rgba(255, 255, 255, 0.50);
}
.btn-warning {
    background: #ff9b00;
    color: #fff;
}
.btn-warning:hover {
    background: #ff9b00;
    color: #fff;
}
.btn-info {
    background:#1abbee;
    color: #fff;
}
.btn-info:hover {
    background:#1abbee;
    color: #fff;
}
.btn-success {
    background: #37bb85;
    color: #fff;
    border-color: #aaeed2;
}
.btn-success:hover {
    background: #219164;
    color: #fff;
    border-color: #77bda0;
}
.btn-width-md {
    min-width: 100px;
}
.inline {
    display: inline-block;
}
.v-middle {
    vertical-align: middle;
}
table {
    border-collapse: collapse;
    /*width: 100% !important;*/
}
table.ui-jqgrid-btable {
    width: 100% !important;
}
.table {
    width: 100%;
    font-size: 12px;
    border-collapse: collapse;
}
.table tr th, .table tr td {
    padding: 6px;
    line-height: 1.42857143;
    vertical-align: top;
    border: 1px solid #ddd;
}
.table tr th, .table thead td {
    vertical-align: bottom;
    font-weight: 600;
    text-align: left;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgb(219, 241, 214);
    /*border: 1px solid black;*/
}
/*added rst*/
.table-striped tr th, .table-striped tr td {
    width: 116px !important;
}
td.sorting_1 {
    /*width: 60px;*/
}

.table-responsive {
    overflow: auto;
    padding-bottom: 10px;
}
.scrollTbody > tbody tr td, .table > tbody tr td {
    border-top: 0;
    position: relative;
}
.scrollTbody thead, .scrollTbody tfoot {
    display: table;
    width: 100%;
}
table.scrollTbody > tbody {
    display: block;
    width: 100%;
    overflow: auto;
    overflow-x: hidden;
    max-height: 310px;
}
.scrollTbody > tbody > tr {
    display: table;
    width: 100%;
	table-layout:fixed;
}
.dataChartTable .scrollTbody.tColumn-3 tr td, .scrollTbody.tColumn-3 tr th {
    width: 45%;
}
.dataChartTable .scrollTbody.tColumn-4 tr td, .scrollTbody.tColumn-4 tr th {
    width: 30%;
}
.dataChartTable [class*='tColumn-'].scrollTbody tr td:first-child, .dataChartTable [class*='tColumn-'].scrollTbody tr th:first-child {
    /*width: 10%;*/
    width: 82px !important;
}
.dataChartTable .table {
    min-width: 520px;
}

/*.table-fixed thead {
  width: 97%;
}
.table-fixed tbody {
  height: 230px;
  overflow-y: auto;
  width: 100%;
}
.table-fixed thead, .table-fixed tbody, .table-fixed tr, .table-fixed td, .table-fixed th {
  display: block;
}
.table-fixed tbody td, .table-fixed thead > tr> td {
  float: left;
  border-bottom-width: 0;
  width: 33.33%;
}*/

/**/

.form-control {
    width: 100%;
    border: 1px solid #ddd;
    padding: 5px;
    height: 30px;
    font-family: 'Open Sans', sans-serif;
}
.form-control:focus {
    box-shadow: 0px 0px 3px rgba(26, 187, 238, 0.6);
    border-color: #1abbee;
}
.form-control-sm {
    padding-top: 3px;
    padding-bottom: 3px;
    height: 24px;
}
.selectWrap select{
    -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 26px;
}
.selectWrap select::-ms-expand {
    display: none;
}
.selectWrap {position:relative;}
.selectWrap:after {
    content: "\f107";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 16px;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position:absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 7;
    pointer-events: none;
    color: #333;
}
.ui-jqgrid-jquery-ui.ui-jqgrid .ui-jqgrid-bdiv .stockAnalysisTable tr.ui-row-ltr > td {padding-left: 5px;}

.filterTitle {
    padding-right: 10px;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.1;
}
.filterItem {
    display: inline-block;
    vertical-align: middle;
    background-color: #fff;
    color: #333;
    padding: 5px 10px 6px;
    cursor: pointer;
    max-height: 30px;
}
.filterItem + .filterItem {
    margin-left: 4px;
}
.filterHeading, .filterItem .ui-icon {
    display: inline-block;
    vertical-align: middle;
}
.filterItem .ui-icon {
    margin-left: 5px;
    width:12px;
    margin-right: -5px;
}
.filterItem .ui-icon-triangle-1-s{
    background-position: -66px -18px;
}
.filterItem .ui-icon-fliter {
    width:18px;
    height: 18px;
    background-size: 18px;
}
.filterItem i {
    margin-left: 5px;
    margin-right: -4px;
    vertical-align: middle;
}
.filterItem.active {
    background-color: #1abbee;
    color: #fff;
    box-shadow: 0px 1px 3px 1px rgba(255,255,255,0.6);
}
#layout2 .ui-jqgrid-view {
    height: calc(100% - 68px);
}

.datePicker {
    position: relative;
}
.datePicker .form-control {
    padding-right: 30px;
    cursor: pointer;
}
.datePicker:after {
    content: '';
    position: absolute;
    right: 4px;
    top: 50%;
    width: 24px;
    height: 24px;
    background-image: url(../Images/calendar.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 18px;
    pointer-events: none;
    opacity: 0.5;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.ui-pg-table td.ui-jqgrid-pg-left, .ui-pg-table td.ui-jqgrid-pg-center, 
.ui-pg-table td.ui-jqgrid-pg-right, .ui-pg-table td {
    border-right: 0 !important;
}
.ui-jqgrid-bdiv ui-corner-bottom {
    width: auto !important;
}

[id^="jqGrid_"] .ui-pg-table td.ui-jqgrid-pg-right, .ui-pg-table td.ui-jqgrid-pg-right {
    text-align: right;
    padding-right: 20px !important;
}

.ui-jqgrid-jquery-ui.ui-jqgrid .ui-jqgrid-bdiv tr.ui-row-ltr > td {
    padding-left: 5px !important;
    font-size: 13px;
    padding-right: 5px !important;
}
.moreFilterBlock {
    border: 1px solid #ddd;
    border-top: 0;
    background: #fff;
}
.moreFilterBlock .btn + .btn {
    margin-left: 2%;
}
.boxShadow {
    box-shadow: 1px 1px 4px 0 rgba(0,0,0,0.15);
}
.ui-multiselect-checkboxes li + li {
    margin-top: 5px;
}
.ui-multiselect-checkboxes label {
    padding: 4px 6px !important;
    display: block;
    border: 0 !important;
    cursor: pointer!important;
    font-size: 13px;
}
.ui-multiselect-checkboxes input[type='checkbox'] {
    margin: -2px 5px 0 0;
    vertical-align: middle;
    top: 0;
}
.ui-multiselect-checkboxes label.ui-state-hover {
    border: 0;
    background-color: #eee;
}
#divProductTree, #divProductTree .dynatree-container,
#divOutletTree, #divOutletTree .dynatree-container {
    max-width: 320px !important;
    width: auto !important;
}
.titleBar.title {
    height: 38px;
    padding: 2px 15px;
    line-height: normal;
}
.titleBar.title .float-left {
    margin-top: 3px;
}
.titleBar.title .float-right {
    margin-top: 1px;
}
.titleBar .form-control {border:0;}
.noDataMsg {
    padding: 20px;
    margin-top:30px;
    max-width: 600px;
    margin-left: auto;
    margin-right:auto;
    text-align: center;
    font-size: 15px;
    color: #AEB8BF;
    background-image: url(../Images/empty-box-open.svg);
    background-position: center bottom;
    background-size: 50px;
    padding-bottom: 60px;
    background-repeat: no-repeat;
}
.noData, .noDataText {
    text-align: center;
    padding: 10px;
    color: #AEB8BF;
}
.noData + .noData {
    display: none;
}
#columnFilter, .actionBtn.expBtn {display:none;}
.ui-jqgrid tr.jqgrow > td, .ui-jqgrid tr.jqgroup > td, .ui-jqgrid tr.jqfoot > td, .ui-jqgrid tr.ui-subgrid > td, .ui-jqgrid tr.ui-subtblcell > td {
    white-space: inherit;
}

.ui-jqgrid .ui-jqgrid-htable th {
    padding: 7px 5px 5px !important;
    background: #efefef !important;
    border-bottom: 1px solid #bfbfbf !important;
}
.ui-jqgrid .ui-jqgrid-view .ui-jqgrid-htable th.ui-th-column {
    text-align: left;
}
.ui-jqgrid .ui-jqgrid-resize-ltr {
    margin: 0;
}
.ui-jqgrid-hbox {
    background: #efefef;
}
.ui-jqgrid .ui-jqgrid-htable th div {
    /*height: 15px !important;*/
    line-height: 15px !important;
    /*border-right: 1px solid #bfbfbf !important;*/
    /*margin-top: 6px !important;*/
    position: relative;
    text-indent: inherit !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 13px;
    text-align: inherit !important; 
    overflow: visible !important;
}
.ui-jqgrid .ui-jqgrid-htable th + th div:after {
    content: '';
    font-weight: 400;
    position: absolute;
    right: -5px;
    background: #bfbfbf;
    top: 50%;
    transform: translateY(-56%);
    height: 15px;
    width: 1px;
}
.dateTooltip {
    position: absolute;
    left: 100%;
    top: 2px;
    background: #000;
    color: #fff;
    padding: 4px 10px;
    z-index:1;
    display: none;
    white-space: nowrap;
    margin-left: 2px;
    border-radius: 3px;
}

.show.user_icon_btn ul:after, .user_icon_btn.show ul:before {
	bottom: 100%;
	right: 6px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.user_icon_btn.show ul:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #fff;
	border-width: 8px;
	margin-right: 1px;
}
.user_icon_btn.show ul:before {
	border-color: rgba(221, 221, 221, 0);
	border-bottom-color: #ddd;
	border-width: 9px;
}
label input[type=checkbox], label input[type=radio] {
    margin: 0;
    vertical-align: middle;
}
.daterangepicker {
    min-width: 240px;
    box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.15);
    font-family: 'Open Sans', sans-serif;
}
.daterangepicker .ranges {
    max-height: 240px;
    overflow: auto;
    /*float: none !important;*/
}
.daterangepicker .ranges ul {
    width: auto !important;
    max-width: 240px;
    padding: 5px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.daterangepicker .ranges li {
    padding: 5px 12px;
    max-width: 50%;
    width: 100%;
    font-size: 13px;
}
.daterangepicker .ranges + .drp-calendar {
    border-left: 1px solid #ddd;
}
.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
}
.rowFlex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

[class*="col-"] {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-lg-1 {
      -ms-flex: 0 0 8.333333%;
      flex: 0 0 8.333333%;
      max-width: 8.333333%;
    }

    .col-lg-2 {
      -ms-flex: 0 0 16.666667%;
      flex: 0 0 16.666667%;
      max-width: 16.666667%;
    }

    .col-lg-3 {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%;
    }

    .col-lg-4 {
      -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
      max-width: 33.333333%;
    }

    .col-lg-5 {
      -ms-flex: 0 0 41.666667%;
      flex: 0 0 41.666667%;
      max-width: 41.666667%;
    }

    .col-lg-6 {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
    }

    .col-lg-7 {
      -ms-flex: 0 0 58.333333%;
      flex: 0 0 58.333333%;
      max-width: 58.333333%;
    }

    .col-lg-8 {
      -ms-flex: 0 0 66.666667%;
      flex: 0 0 66.666667%;
      max-width: 66.666667%;
    }

    .col-lg-9 {
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%;
    }

    .col-lg-10 {
      -ms-flex: 0 0 83.333333%;
      flex: 0 0 83.333333%;
      max-width: 83.333333%;
    }

    .col-lg-11 {
      -ms-flex: 0 0 91.666667%;
      flex: 0 0 91.666667%;
      max-width: 91.666667%;
    }

    .col-lg-12 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
    }
}
.pd-t-10{
    padding-top: 10px;
} 
.pd-b-10 {
    padding-bottom: 10px;
}
.daterangepicker .drp-buttons .btn {
     font-weight: 400; 
    padding: 3px 8px 4px;
}
.daterangepicker .calendar-table td {font-weight: 600;}
.ui-widget {
    font-family: 'Open Sans', sans-serif;
    /*font-size: inherit;*/
}
.actionBtn {
    background: transparent;
    border: 0;
    display: inline-block;
    vertical-align: middle;
    margin-left: 2px;
    margin-right: 2px;
    border-radius: 50%;
    position: relative;
    text-align: center;
}
.titleBar .actionBtn {
    color: #fff;
    border-radius: 50%;
    height: 32px;
    width: 32px;
    line-height: 28px;
    background: rgba(255,255,255,0.1);
}
.titleBar .actionBtn i {position: relative;pointer-events: none;z-index: 1;}
.titleBar .actionBtn:before {
    content: '';
    position:absolute;
    left: 30%;
    top: 30%;
    bottom: 30%;
    right: 30%;
    opacity: 0;
    background: rgba(255,255,255,0.3);
    border-radius: 50%;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}
.titleBar .actionBtn:hover:before {
    opacity: 1;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}
.message-alert {
    border: 1px solid;
    padding: 6px 20px 6px 8px;
    border-radius: 5px;
    /*font-size: 13px;*/
    position: relative;
    display: none;
    cursor: pointer;
}
.login_container .message-alert {
    margin-bottom: 15px;
}
.message-alert .close-alert {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.error-alert {
    color: #a71212;
    background: #f7d5d5;
}
.success-alert {
    color: #2d7511;
    background: #d1e4ca;
}
.warning-alert {
    color: #f58b04;
    background: #ecdfc6;
}
.info-alert {
    color: #0093ff;
    background: #d8e9ef;
}
.message-alert:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    /*color: #fff;*/
}
.error-alert:after {content:"\f057";}
.success-alert:after {content:"\f058";}
.warning-alert:after {content:"\f071";}
.info-alert:after {content:"\f05a";}
#errormsg2, #errormsg {display: none;}
.exLink {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 4px 0;
}
.login_container .exLink {
    /*color: #fff;*/
    font-size: 13px;
}
.login_container .exLink:hover {
    color: #1abbee;
}
a.exLink:after, a.exLink:before {
    content: '';
    position: absolute;
    height: 1px;
    left: 35%;    
    right: 35%;
    bottom: 0;
    transition: all 0.3s ease-in-out;
    background: #212529;
}
/*a.exLink:before {
    background: #212529;
    right: 0;
}*/
a.exLink:hover:after {
    left: 0;    
    right: 0;
    background: #1abbee;
}
.user_field:-webkit-autofill, .password_field:-webkit-autofill {
    transition-delay: 99999s;
}
.fieldWrap {
    position: relative;
    margin-bottom: 20px;
}
.fieldWrap input {
    margin: 0;
    padding-right: 36px;
}
.fieldWrap > i {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 30px;
    background-repeat:  no-repeat;
    background-position: center center;
    background-size: 24px;
    pointer-events: none;
    z-index: 9;
}
.userFieldIcon {
    background-image: url(../images/username.png);
}
.pwdIcon {
    background-image: url(../images/password.png);
}
.emailIcon {
    background-image: url(../images/email.svg);
}

.loginBtn, .backBtn {
    width: 50px;
    font-size: 1.1em !important;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s;
    outline: none;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;    
}
.backBtn {
    background: #aaa;
}
.loginBtn {
    background: #d35400;
}
.loginBtn img, .backBtn img {
    width: 100%;
    padding: 13px;
}
.loginBtn:hover, .backBtn:hover {
    box-shadow: 0 -4px 0 0 rgba(0,0,0,0.5) inset;
}
.btnOutline {
    font-size: 1.1em;
    background: transparent;
    border: #333 solid 1px;
    color: #333;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s;
    outline: none;
    height: 42px;
    line-height: 42px;
    padding: 0 15px;
}
.btnOutline:hover {
    box-shadow: 0 -4px 0 0 #333 inset;
}

/*modal*/
.modal-window {
    position: fixed;
    top: 0px !important;
    left: 0px !important;
    right: 0px;
    bottom: 0px;
    /*overflow: auto;
    overflow-x: hidden;*/
    z-index: 1000;
    display: none;
    padding: 20px 15px;
}
.modal-overlay {
    background: rgba(0,0,0,0.5);
}
.modal-box {
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    position: relative;
    max-height: calc(100% - 40px);
}
.modal-sm {
    max-width: 300px;
}
.modal-md {
    max-width: 720px;
}
.modal-lg {
    max-width: 920px;
}
.modal-xl {
    max-width: 92%;
}
/*.verticalMdlAlign {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
}*/
.modal-header, .modal-body, .modal-footer {
    padding: 8px 10px;
    display: flex;
    width: 100%;
}
.modal-header h3 {
    font-size: 17px;
    font-weight: 600;
}
.modal-header h4 {
    font-size: 14px;
    font-weight: 600;
}
.modal-close {
    margin-left: auto;
    font-size: 24px;
    height: 24px;
    line-height: 1;
    min-width: 24px;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
    position: relative;
    background: rgba(0,0,0,0.1);
    z-index: 1;
    border: 0;
}
.modal-close:before {
    content: '';
    position:absolute;
    left: 30%;
    top: 30%;
    bottom: 30%;
    right: 30%;
    opacity: 0;
    background: rgba(0,0,0,0.2);
    border-radius: 50%;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    z-index: -1;
}
.filterHeader .modal-close {color: #fff;font-size: 18px;margin-top:-4px;margin-right:-2px;}
.modal-close:hover:before {
    opacity: 1;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}
.vScroll {
    overflow: auto;
    overflow-x: hidden;
    max-height: 100%;
}
#policyDialog .vScroll {
    /*max-height: calc(100vh - 200px);*/
    max-height: calc(100vh - 154px);
}
.h-100 {height: 100%;}
.w-100 {width: 100%;}
.dropdownGroup .filterTitle {
    margin-top: 0;
    padding-right: 0;
}
#masterFilter {
    /*max-width: 572px;*/
}
.multiselectBtnWrap button.ui-multiselect {
    border: 1px solid #ccc;
    width: 180px !important;
    padding: 5px 8px;
    font-size: 13px;
    text-align: left;
}
.multiselectBtnWrap {margin-top: 10px;}
.iconImgSm.actionBtn {
    background: #fff;
}
.iconImgSm img {
    max-height: 18px;
}
.titleBar .actionBtn.iconImgSm:before {
    background: rgba(0,0,0,0.2);
}
.ui-multiselect .ui-icon {
    float: right;
    margin: 1px -5px 0 0;
}
.dataChartTable, .showTable .dataChart {
    display: none;
}
.dataChartTable {font-size: 13px;}
.showTable .dataChartTable {
    display: block;
}
.dataChart {
    overflow: auto;
}
.multiselectBtnWrap .ui-multiselect > span {pointer-events: none;}
.subMultiCheck .ui-multiselect-close {
    display: none !important;
}
.list {
    padding-left: 20px;
}
.list > li + li {
    margin-top: 5px;
}
.blockUI {
    z-index: 999999 !important;
}
.blockUI.blockOverlay {
    opacity: 0.6 !important;
}
.ui-jqgrid-hbox {
    width: 100%;
}
.relative{position: relative;}
.sectionLoader {
    position: absolute;
    z-index: 99;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255,255,255,0.8);
    /*-webkit-filter: blur(5px);
    filter: blur(5px);*/
}
.sectionLoader .loaderIcon {
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    padding: 2px;
}
.sectionLoader .loaderIcon img {
    vertical-align: middle;
}
#btnCustomReportColSave {
    float: right;
    display: none;
    color: #fff;
    background-color: #3697dd;
    padding: 5px 10px;
}
#btnCustomReportColClose {
    float: right;
    display: none;
    left: 3px;
}
#columnFilter {
    color: #fff;
    background-color: #3697dd;
    border-color: rgba(255, 255, 255, 0.50);
}
.columnFilter {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9;
    background: #fff;
    box-shadow: 1px 2px 4px 0 rgba(0,0,0,0.1);
    min-width: 200px;
    min-height: 100px;
    max-height: 240px;
    overflow: auto;
    overflow-x: hidden;
    display: none;
    color: #333;
}
.selectWrap .btn-sm {
    padding-right: 24px;
}
/*.columnFilterWrap {
    position: relative;
}
.columnFilterWrap:hover .columnFilter {
    display: block;
}*/
.columnFilter ul {
    list-style: none;
    margin: 0;
    padding: 5px 0;
}
.columnFilter .radio-check {
    display: block;
}
label.radio-check {
    cursor: pointer;
    font-weight: 400;
    font-size: 14px;
    padding: 4px 8px;
}
label.radio-check:hover {
    background: #f7f7f7;
}
.radio-check input[type=checkbox] {
    display: none;
}
.radio-check input[type=checkbox] + .i-check {
    width: 16px;
    height: 16px;
    border: 1px solid #bbb;
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
    margin-top: -1px;
}
.radio-check input[type=checkbox] + .i-check:after {
    content: "\f00c";
    opacity: 0;
}
.radio-check input[type=checkbox]:checked + .i-check:after {
    opacity: 1;
}
.columnFilterDialog.ui-widget-content {z-index: 999;}
.ui-widget-overlay {
    z-index: 997;
}
.columnFilterDialog {
    padding: 0;
    width: auto !important;
    left: 350px !important;
    top: 55px !important;
}

.columnFilterDialog .ui-button {
    margin: 0 !important;
    border: 0;
    padding: 5px 10px;
    background: #ccc;
}
.columnFilterDialog .ui-button + .ui-button {
    margin-left: 8px !important;
}
.columnFilterDialog .ui-dialog-titlebar {
    background: #778899;
    color: #fff;
} /*ui-corner-all ui-widget-header ui-helper-clearfix ui-draggable-handle*/
.columnFilterDialog .ui-dialog-titlebar-close {
    padding: 0;
    height: 20px;
    width: 20px;
    margin-top: -10px !important;
    background: rgba(0,0,0,0.3);
    font-size: 0;
    right: 4px;
    border-radius: 50%;
    text-align: center;
}
.columnFilterDialog .ui-icon-closethick {
    margin: 0 !important;
    display: inline-block!important;
    position: static;
    background-image: url(../../assets/Images/close-icon.png);
    background-position: center;
    height: 100%;
    background-repeat: no-repeat;
}
.columnFilterDialog .ui-dialog-content {
    padding: 5px;
    max-height: calc(100vh - 110px) !important;
}
.columnFilterDialog .ui-multiselect {
    max-width: inherit;
}
.columnFilterDialog .ui-multiselect .count {
    float: none;
    padding: 4px 10px;
    display: inline-block;
    height: auto;
    margin-top: 1px;
}
.columnFilterDialog .actions.ui-widget-header {
    border-bottom: 1px solid #ddd !important;
    margin: 0;
    padding: 4px 0;
}
.columnFilterDialog .ui-multiselect div.available {
    border-color:#ddd;
}
.columnFilterDialog .ui-multiselect .add-all, .columnFilterDialog .ui-multiselect .remove-all {
    float: right;
    padding: 4px 10px;
}
.columnFilterDialog .ui-widget-header .search {
    margin-top: 0;
    height: 22px;
    margin-bottom: 0;
}
.ui-element .ui-icon-arrowthick-2-n-s {
    height: 14px;
}
.ui-element .ui-icon-plus {height: 16px;}
.columnFilterDialog ul.connected-list {
    padding-right: 3px !important;
}
.columnFilterDialog .ui-multiselect li a.action {
    right: 6px;
}
.columnFilterDialog .ui-multiselect li {
    padding-top: 2px;
    padding-right: 4px;
    padding-bottom: 2px;
    cursor: move;
    height: auto;
}
.columnFilterDialog .ui-multiselect li:nth-child(odd) {
    background: #f0f0f0 !important;
}
.columnFilterDialog .ui-multiselect li:hover {
    background: #d8edf7 !important;
}
.columnFilterDialog .ui-multiselect {
    border: 0;
    padding: 0;
}
.columnFilterDialog .ui-dialog-buttonpane {
    margin: 0;
}
.columnFilterDialog .ui-dialog-buttonset .ui-button {
    min-width: 80px;
}
.columnFilterDialog .ui-dialog-buttonset .ui-button:first-child {
    color: #fff;
    background-color: #3697dd;
}
#grid_frozen, .frozen-div table.ui-jqgrid-htable {
    width: auto !important;
}
#grid_frozen tr td {
    width: 150px;
}
.refreshView {
    /*padding-left: 5px;*/
    line-height: 1.2;
}
.font12 {font-size: 12px;}
.font11 {font-size: 11px;}
.semiBold {
    font-weight: 600;
}
.dbChartWrap .panel .wrapper-sm {
    min-height: 148px;
}

.itemReload {
    padding: 0;
    line-height: 24px;
    color: #fff;
    cursor: pointer;
    border: 0;
    background: rgba(0,0,0,0.1);
    width: 24px;
    height: 24px;
    border-radius: 50%;
    position: relative;
    /*display: none;*/
}
.itemReload i {
    position: relative;
    z-index:1;
}
.itemReload:before {
    content: '';
    position: absolute;
    top: 40%;
    right: 40%;
    bottom:40%;
    left:40%;
    background: rgba(0,0,0,0);
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.itemReload:hover:before {
    top: 0;
    right: 0;
    bottom:0;
    left:0;
    background: rgba(0,0,0,0.1);
}

/**/
#tblTemplate {
     display: inline-block;
    vertical-align: middle;
    background-color: #fff;
    color: #333;
    padding: 5px 10px 6px;
    cursor: pointer;
    max-height: 30px;
    max-height: 230px;
    max-width: 950px;
}
#tblTemplate, th, td {
    border: 1px solid black;
    border-collapse: collapse;
}
#tblTemplate, caption {
    padding: 10px;
    color:darkcyan
}
.dialog-ovelay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.50);
    z-index: 999999
}
.dialog-ovelay .dialog {
    width: 400px;
    margin: 100px auto 0;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,0.15);
}
.dialog-ovelay .dialog header {
    padding: 10px 8px;
    background-color: #778899;
}
.dialog-ovelay .dialog header h3 {
    font-size: 15px;
    margin: 0;
    color: #fff;
    font-weight: 600;
}
.dialog-ovelay .dialog .dialog-msg {
    padding: 12px 10px
}
.dialog-ovelay .dialog .dialog-msg p {
    /*color: #333*/
}
.dialog-ovelay .dialog footer {
    border-top: 1px solid #e5e5e5;
    padding: 8px 10px
}
.link-template {
  padding: 5px 10px;
  cursor: pointer
}

.btn-dropdown-filterWrap:hover .dropdown-filter {
    display: block;
}
.btn-dropdown-filter {
    border: 1px solid #fff;
    color: #fff;
    position: relative;
    background: transparent;
    min-width: 150px;
    text-align: left;
    display: flex;
    padding: 5px 8px !important;
}
.btn-dropdown-filter span {
    flex-grow: 1;
}
.btn-dropdown-filter i {
    margin-left: 6px;
}
.btn-dropdown-filter i:before {
    font-size: 16px;
    line-height: 1;
}
.dropdown-filter {
    position: absolute;
    left: 0;
    top: 100%;
    background: #fff;
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 99;
    box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.15);
    min-width: 100%;
    color: #333;
    max-height: 250px;
    overflow: auto;
    overflow-x: hidden;
    display: none;
}
.dropdown-filter li {    
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
}
.dropdown-filter li:hover, .dropdown-filter li.selected {
    background: #eee;
    box-shadow: 3px 0 0 0 #4abcee inset;
}
.dropdown-filter li span {
    flex-grow: 1;
    padding: 5px 10px;
}
.dropdown-filter li i {
    padding: 6px;
    color: #d60f0f;
    position: relative;
    text-align: center;
}
.dropdown-filter li i:hover {
    color: #a70e0e;
}
.dropdown-filter li i:before {
    position: relative;
    z-index: 1;
}
.dropdown-filter li i:after {
    position: absolute;
    content: '';
    border-radius: 20px;
    background: rgba(0, 0, 0, 0.2);
    top: 50%;
    left: 50%;
    right: 50%;
    bottom: 50%;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.dropdown-filter li i:hover:after {
    top: 3px;
    left: 1px;
    right: 1px;
    bottom: 3px;
}
.ui-pg-table, .ui-pg-table td {
    border: 0 !important;
}
.myToast {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
}
.myToastMsg {
    box-shadow: 1px -1px 3px 1px rgba(0,0,0,0.2);
    background:#fff;
    padding: 10px;
    border-radius: 4px;
    font-size: 13px;
    display: flex;
    align-items: center;
    max-width: 220px;
    margin: 10px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    right: 0;
    position: relative;
}
.rightSlideMrgn.myToastMsg {
    right: -230px;
}
.myToastMsg .msg {
    flex-grow: 1;
    padding-left: 10px;
}

.myToastMsg.error {
    background: #d14242;
    color: #fff;
}
.myToastMsg.info {
    background: #0f70bd;
    color: #fff;
}
.myToastMsg.success {
    background: #37bb85;
    color: #fff;
}
.applyBtn[disabled] {
    opacity: 0.4;
    pointer-events: none;
}
/*slideshow*/
#slideshow {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
#slideshow .item {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
/*loader*/
.loaderWrap {
    width: 80px;
    background: #eee;
    position: relative;
    text-align: center;
    padding: 8px;
}
.chartLoader {
    display: flex;
    align-items: baseline;
    height: 50px;
    position: relative;
    width: 80px;
    margin: 0 auto;
}
.loaderBar {
    width: 12px;
    background: #1abbee;
    position: absolute;
    bottom: 0;
    animation-duration: 3s;
    -webkit-animation-duration: 3s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}
.loaderBar:nth-of-type(1) {
    animation-name: bar1;
    -webkit-animation-name: bar1;
    left: 0;
}
.loaderBar:nth-of-type(2) {
    animation-name: bar2;
    -webkit-animation-name: bar2;
    left: 17px;
    background: #c71d1d;
}
.loaderBar:nth-of-type(3) {
    animation-name: bar3;
    -webkit-animation-name: bar3;
    left: 34px;
}
.loaderBar:nth-of-type(4) {
    animation-name: bar4;
    -webkit-animation-name: bar4;
    left: 51px;
    background: #c71d1d;
}
.loaderBar:nth-of-type(5) {
    animation-name: bar5;
    -webkit-animation-name: bar5;
    left: 68px;
}        
@keyframes bar1 {
    0% {top: 80%;}
    25% {top: 5%;}
    50% {top: 65%;}
    75% {top: 40%;}
    100% {top: 80%;}
}
@-webkit-keyframes bar1 {
    0% {top: 80%;}
    25% {top: 5%;}
    50% {top: 65%;}
    75% {top: 40%;}
    100% {top: 80%;}
}
@keyframes bar2 {
    0% {top: 45%;}
    25% {top: 75%;}
    50% {top: 10%;}
    75% {top: 80%;}
    100% {top: 45%;}
}
@-webkit-keyframes bar1 {
    0% {top: 45%;}
    25% {top: 75%;}
    50% {top: 10%;}
    75% {top: 80%;}
    100% {top: 45%;}
}
@keyframes bar3 {
    0% {top: 0;}
    25% {top: 35%;}
    50% {top: 75%;}
    75% {top: 50%;}
    100% {top: 0;}
}
@-webkit-keyframes bar1 {
    0% {top: 0;}
    25% {top: 35%;}
    50% {top: 75%;}
    75% {top: 50%;}
    100% {top: 0;}
}
@keyframes bar4 {
    0% {top: 55%;}
    25% {top: 0%;}
    50% {top: 35%;}
    75% {top: 65%;}
    100% {top: 55%;}
}
@-webkit-keyframes bar1 {
    0% {top: 55%;}
    25% {top: 0%;}
    50% {top: 35%;}
    75% {top: 65%;}
    100% {top: 55%;}
}
@keyframes bar5 {
    0% {top: 35%;}
    25% {top: 40%;}
    50% {top: 20%;}
    75% {top: 0%;}
    100% {top: 35%;}
}
@-webkit-keyframes bar1 {
    0% {top: 35%;}
    25% {top: 40%;}
    50% {top: 20%;}
    75% {top: 0%;}
    100% {top: 35%;}
}
/*loader end*/
.blockPage {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    padding: 8px;
}
.imgScalex {
    transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
}

.filterItemGroup {
    /*overflow: auto;
    max-width: calc(100vw - 214px);
    white-space: nowrap;*/
    height: 30px;
    overflow: hidden;
    /*position: relative;*/
} 
.itemWrap {
    overflow: auto;
    max-width: calc(100vw - 214px);
    white-space: nowrap;
}
.itemWrap .filterItemWrap {
    /*float: left;
        padding: 0 4px;*/
    padding: 0 2px;
    display: inline-block;
}
.itemWrap .filterItem {
    display: block;
    margin: 0;
    position: relative;
}

.infoOverlay {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9995;
    background: rgba(0,0,0,0.7);
}
.hrScrollInfo {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -26px;
    z-index: 9999;
    color: #fff;
    white-space: nowrap;
    pointer-events: none;
    font-size: 11px;
    text-align: center;
}
.infoImg {
    height: 52px;    
    width: 52px;    
    animation: swipe 4s infinite;
    -webkit-animation: swipe 4s infinite;
}
.infoImg + div {
    margin-top: -26px;
}
.hrScrollInfo img {
    max-height: 26px;
    vertical-align: middle;    
}
@keyframes swipe {
    0% {transform: skewX(0deg);}
    25% {transform: skewX(12deg);}
    50% {transform: skewX(0deg);}
    75% {transform: skewX(-20deg);}
    100% {transform: skewX(0deg);}
}
@-webkit-keyframes swipe {
    0% {transform: skewX(0deg);}
    25% {transform: skewX(12deg);}
    50% {transform: skewX(0deg);}
    75% {transform: skewX(-20deg);}
    100% {transform: skewX(0deg);}
}
.infoOverlay .btn {
    position: absolute;
    bottom: 120px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    min-width: 100px;
}
.masterFilterItems {
    overflow: auto;
    max-height: calc(100vh - 192px);
} 
#filterDatePicker{display:none;}
.flowHidden {
    overflow: hidden !important;
}
.multipleReport .ui-jqgrid-bdiv {
    max-height: calc(100vh - 182px) !important;
}
#monthSelect {
    display: none;
}
.summaryCount .loaderIcon {
    font-size: 14px;
}
#divDistributorTreeHeader #spnToggleExpand {
    display: none;
}
#divDistributorTreeHeader {
    min-width: 318px;
    min-height: 80px;
}
#divDistributorTreeHeader #distributorTree, .readyTree .sectionLoader {display: none;}
#divDistributorTreeHeader.readyTree #distributorTree, #divDistributorTreeHeader.showDbFilter {display: block;}
#divDistributor {
    width: 310px;
}
.distributorList, .orderTypeList, .TransactionTypeList {
    margin: 0;
    padding: 0 12px;
    max-height: 345px;
    overflow: auto;
    overflow-x: hidden;
    font-size: 13px;
    list-style: none;
}
.showDb .distributorList, .orderTypeList, .TransactionTypeList {
    display: block;
}
/*.showDb .sectionLoader {
    display: none;
}*/
    .distributorList li:after, .distributorList li:before, .orderTypeList li:after, .orderTypeList li:before, .TransactionTypeList li:after, .TransactionTypeList li:before {
        content: '';
        display: table;
    }
    .distributorList:before, .orderTypeList:before, .TransactionTypeList:before {
        clear: both;
    }
    .distributorList li label, .orderTypeList li label, .TransactionTypeList li label {
        margin: 0;
        padding: 4px 0;
        display: inline-block;
    }
        .distributorList li label input[type=checkbox], .orderTypeList li label input[type=checkbox], .TransactionTypeList li label input[type=checkbox] {
            float: left;
            margin-top: 3px;
        }
            .distributorList li label input[type=checkbox] + span, .orderTypeList li label input[type=checkbox] + span, .TransactionTypeList li label input[type=checkbox] + span {
                margin-left: 18px;
                display: block;
            }
#searchInput {
    width: 130px;
    padding: 4px;
}
#searchDistributor {
    width: 24px;
    height: 24px;
    padding: 0;
}
#checkedItem span {margin-right: 5px;}

.dbFooter {
    padding: 0 10px;
}
.pgCtrl {
    margin-right: -10px;
}
.pgCtrl i {
    width: 28px;
    font-size: 24px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    cursor: pointer;
}
.pgCtrl i:hover {
    background: #bbb;
}

.pgCtrl i.disabled, #clearDistributor.disabled {
    pointer-events: none;
    opacity: 0.5;
}
.curPoint {cursor: pointer;}
#checkedItem {
    color: #212529;
}
#checkedItem.active {
    background: #99e6ff;
}
.filterAllCheck .btn-sm {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 13px;
}
.simple-btn {
    background: transparent;
    border: 0;
    height: 32px;
    width: 32px;
    line-height: 28px;
    color: #fff;
    font-size: 1.2rem;
    vertical-align: middle;
    margin-left: 2px;
    margin-right: 2px;
}

/*fileListBtn*/
#fileListBtn {overflow: visible;}
.fileListSec {
    position: fixed;
    top: 0;
    right: -290px;
    bottom: 0;
    background: #fff;
    z-index: 999;
    box-shadow: 0 3px 4px 0 rgba(0,0,0,0.3);
    width: 280px;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}
#fileListSec.open {
    right: 0;
}
#fileListSec .modal-close {
    margin: 0;
}
#fileListSec h3 {
    font-weight: 600;
    margin-left: 5px;
    flex-grow: 1;
}
.fileList {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: auto;
    height: calc(100% - 70px);
}
.fileList > li {
    position: relative;
    padding: 6px 30px 6px 12px;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}
.fileList > li:nth-child(even) {
    background: #f7f7f7;
}
.fileList li:hover {
    box-shadow: -1px 2px 2px 0 rgba(0,0,0,0.2);
    z-index: 1;
}
.fileList h5 {
    font-weight: 600;
    font-size: 13px;
    word-wrap: break-word;
}
.downloadFile {
    position: absolute;
    right: 1px;
    padding: 4px;
    top: 6px;
}
.downloadFile  i {
    color: #0f70bd;
    font-size: 18px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
a.downloadFile:hover i, .moreReportList a:hover i {
    color: #00bdf2;
}
.expTime, .expStatus {
    font-size: 12px;
}
.expTime {
    color: #888;
}
.text-warning {
    color: #ffa500;
}
.text-danger {
    color: #f00 !important;
}
.text-info {
    color: #0f70bd;
}
.text-success {
    color: #37bb85;
}
.downloadFile.disabled, button.disabled, a.disabled {
    pointer-events: none;
    opacity: 0.4;
}

.hasMoreReport {
    padding: 8px 10px;
    top: 0;    
    cursor: pointer;
    right: 0;
    bottom: 0;
}
.hasMoreReport > i {
    font-size: 24px;
}
.hasMoreReport:hover {
    background: #d6d6d6;
}
.moreReportList {
    display: none;
    position: absolute;
    background:#fff;
    /*border: 1px solid #eee;*/
    right: 0;
    top: 100%;
    top: 86%;
    z-index: 9;
    padding: 2px 0;
    box-shadow: -1px 2px 2px 0 rgba(0,0,0,0.2);
    max-height: 320px;
    overflow: auto;
    width:83px;
}
.hasMoreReport:hover .moreReportList {
    display: block;
}
.moreReportList a {
    display: block;
    white-space: nowrap;
    padding: 2px 4px;
    font-size: 13px;
}
.moreReportList a i {
    margin-left: 6px;
    font-size: 16px;
}
.moreReportList a:hover {
    background: #f7f7f7;
}
#searchExportReport.form-control {
    border: 0;
}
#fileListBtn img {
    max-height: 24px;
}
.exportNotification {
    position: absolute;
    width: 8px;
    height: 8px;
    background: #e91e63;
    border-radius: 50%;
    z-index: 1;
    top: 0;
    left: 0;
    display: none;
}
.exportNotification:after {
    content: '';
    position: absolute;
    background: rgba(228, 5, 67, 0.5);
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.exportNotification:after {
    -webkit-animation: bbl 3s infinite;
    animation: bbl 3s infinite;
}
@-webkit-keyframes bbl {
  0% {width: 8px;height: 8px;}
  75% {width: 30px;height: 30px;opacity: 0;}
  100% {width: 30px;height: 30px;opacity: 0;}
}
@keyframes bbl {
  0% {width: 8px;height: 8px;}
  75% {width: 30px;height: 30px;opacity: 0;}
  100% {width: 30px;height: 30px;opacity: 0;}
}
.emptyReoprtMsg {
    text-align: center;
    margin-top: 20px;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 72px;
    right: 0;
    color: #aaa;
}
.busy-item {
    position: relative;
    pointer-events: none;
}
.busy-item:after {
    content: '';
    position: absolute;
    background-color: rgba(255, 255, 255, 0.3);
    background-image: url(../Images/ajax-loader.gif);background-repeat: no-repeat;background-position: center;
    background-size: 18px;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    z-index: 9;
}
.expandSection .dataChart, .expandSection .dataChartTable {
    overflow: auto;
    /*height: calc(100% - 75px);*/
}
.ui-widget-content.jqgroup td {
    background: #d2dbe6;
}
@media(max-height: 767px) {
    .columnFilterDialog ul.connected-list {
        height: calc(100vh - 200px) !important;
    }    
}
@media(max-height: 479px) {
    .distributorList, .orderTypeList, .TransactionTypeList {
        max-height: calc(100vh - 182px);
    }
    .add-tab-pop-up ul.dynatree-container {
        height: calc(100vh - 154px) !important;
    }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  
   /*style form IE Browser*/
}

@media (min-width: 768px) {
    #divDistributor {
        width: 372px;
    }
}
@media (min-width: 992px) {
    .title-panel .run-report {
        padding-left: 12px;
        padding-right: 22px;
    }
    .min-width-100 {min-width:100px;}
    .dbChartWrap .panel {
        /*min-height: 480px;*/
    }
}
@media (min-width: 1200px) {
    .filterItem + .filterItem {
        margin-left: 6px;
    }
    .form-control {
        padding-left:10px;
        padding-right: 10px;
    }
    .displayFlex > .social_btn {
        width: 70px;
    }
    #btnRefresh .md {
        display: none;
    }
    #masterFilter {
        max-width: 592px;
        margin-right: -220px;
    }
}
@media(min-width: 1441px) {
    .fitTableHead th {
        width: auto !important;
    }
}
@media(max-width: 1199px) {
    .title-panel .m-l {
        margin-left: 10px;
    }
    .title-panel .m-r {
        margin-right: 10px;
    }
    .title-panel .run-report {
        padding-left: 6px;
        padding-right: 22px;
    }
    .filterItem {
        padding-left: 8px;
    }
    #btnRefresh .lg {
        display: none;
    }
    /*.dbChartWrap .col-lg-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }*/
}
@media(max-width: 1080px) {
    .filterTitle {width: 100%;margin-bottom:5px;margin-top:0;}
}
@media(max-width: 991px) {
    #config-date {
        width: 0;
        padding-left: 0;
    }    
    .title-panel .datePicker:hover .dateTooltip {
        display: block;
    }
    .userTitle {
        /*display: none;*/
    }
    .logo  {margin-left: -10px;}

    .title-panel .datePicker:after {
        background-image: url(../Images/calendar-white.svg);
        right: 0;
        background-size: 22px;
        opacity: 1;
    }
    #config-date {
        background: transparent;
        border: 0;
        padding-right: 24px;
    }
    .loginPage .login_container {
        padding: 36px;
    }
    .filterItemGroup {
        margin-left: 8px;
        margin-right: 8px;
    }
    .container-fluid {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (max-width: 767px) {
    .summary-block {min-width: inherit;}
    .filterItem {
        padding-left: 6px;
        padding-bottom: 5px;
    }
    .filterItem + .filterItem {
        margin-left: 2px;
    }
    .filterItem {
        font-size: 13px;
    }
    .filterItem i {
        margin-left: 3px;
        font-size: 13px;
    }
    .title-panel .m-l {
        margin-left: 5px;
    }
    .title-panel .m-r {
        margin-right: 5px;
    }
    .filterItem .ui-icon-fliter {
        width: 16px;
        height: 16px;
        background-size: 14px;
    }
    .filterItem .ui-icon {
        margin-left: 2px;
    }
    .title-panel .run-report {
        height: 28px;
        line-height: 26px;
        min-width: 44px;
        padding-right: 6px;
        background-image: inherit;
    }
    #config-date {height: 28px;}
    .multiselectBtnWrap button.ui-multiselect {
        width: 100% !important;
        max-width: inherit;
    }
    .title-panel .btn {
        padding: 4px 10px;
    }
    html, body {
        /*overflow-x: auto;*/
    }
    
    #main {
        /*height: calc(100% - 123px);*/
        min-height: calc(100% - 102px);
        margin-top: 101px;
    }
    .expandSection {
        /*top: 100px;*/
        top: 0;
    }
    .expandSection .dataChart, .expandSection .dataChartTable {
        overflow: auto;
        height: calc(100% - 70px);
    }
    .expandSection > .wrapper-sm.relative {
        padding: 5px;
    }
    #masterFilter, .mainMultiCheck {
        right: 5px !important;
        width: auto;
    }  
    .modal-window {
        padding-left: 10px;
        padding-right: 10px;
    }
    .filterItemGroup {
        height: 28px;
    }  
    #monthSelect select.form-control{
        height: 28px;
        padding-top: 2px;
        padding-bottom: 2px;
        padding-right: 20px;
    }
    .titleBar.title {
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media(max-width: 520px) {
    .moreFilterBlock .dropdownGroup + .dropdownGroup {
        margin-top: 10px;
    }
    .moreFilterBlock .wrapper-sm.displayFlex {
        display: inherit;
    }
    .moreFilterBlock {
        left: 5px;
    }
    .refreshView {
        display: none;
    }
    .itemWrap {
        max-width: calc(100vw - 118px);
    }
    .ui-pg-table .ui-jqgrid-pg-left {display: none;}
    .ui-pg-table td.ui-jqgrid-pg-right {
        padding-right: 8px !important;
    }
    /*.ui-jqgrid .ui-pg-table .ui-pg-button {margin: 0;}*/
    .sectionLoader .loaderIcon {
        font-size: 12px;
    }
    .sectionLoader .loaderIcon img {
        max-height: 12px;
    }
    .dbChartWrap [class*="col-"] {
        padding-right: 0; 
        padding-left: 0; 
        margin-top: 0;
        margin-bottom: 0; 
    }
    .titleBar .m-l-sm {
        margin-left: 3px;
    }
}
@media(max-width: 480px) {
    .hide-xs {display: none !important;}
    .multiCheckDropdown {
        left: 5px !important;
        right: 5px !important;
        width: auto !important;
    }
    .mainMultiCheck.multiCheckDropdown {
        left: 2px !important;
    }
    .multiCheckDropdown .ui-widget-header {
        font-size: 12px;
    }
    .multiCheckDropdown .ui-widget-header li + li {
        margin: 0;
    }
    #divOutletTree, #divProductTree, #divTerritoryTreeHeader, #divSalesTreeHeader {
        left: 2px !important;
    }
    .usersInfoBtn {
        margin-right: -8px;
    }
    .userTitle {
        margin-right: 0;
        max-width: 66px;
    }
    .userTitleWrap {margin-right: 0;}
    .navToggle {
        margin-right: 5px;
    }
    #divDistributor {
        left: 5px !important;
        right: 5px !important;
        width: auto !important;
    }
    .multiCheckDropdown .multiDisMenu input {
        width: 104px;
    }
    .multiCheckDropdown .ui-widget-header {
        padding: 5px;
    }
}

/*@media (min-width: 1720px) {
    .dbChartWrap .col-lg-6 {
            -ms-flex: 0 0 33.333%;
            flex: 0 0 33.333%;
            max-width: 33.333%;
    }
}*/

.noChartData {
    color: #AEB8BF;
    width: 100%;
    font-size: 16px;
    margin-top: 10%;
}
.noChartData  .noChartIcon {
    font-size: 40px;
}
.hideElement {
    display: none !important;
}
.refresh-files {
    border: 0;
    padding: 0;
    background: #c3d3e2;
    width: 24px;
    height: 24px;
    text-align: center;
    border-radius: 50%;
}
.rotate-animation i {
    animation: rotate 1s linear infinite;
    -webkit-animation: rotate 1s linear infinite;
}
@keyframes rotate {
    0% {transform: rotate(0deg);}
    100% {transform: rotate(360deg);}
}
@-webkit-keyframes rotate {
    0% {transform: rotate(0deg);}
    100% {transform: rotate(360deg);}
}

/*dashboard table sort*/
.order-table { cursor: pointer; }
.order-table:after, .order-table--asc:after, .order-table--desc:after {
    /*font-size: .7em;
    width: 1em;*/
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /*margin-left: 6px;*/    
    color: #687882;
    position: relative;
    left: 6px;
}
.order-table:after { content: '\f0dc'; }
.order-table--asc:after { content: '\f0d7'; } /*down*/
.order-table--desc:after { content: '\f0d8'; } /*up*/

.tableFilterCell {
    position: absolute;
    right: 2px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    padding: 6px;
    cursor: pointer;
    display: none;
    background: #fff;
}
.table-striped tbody tr:nth-of-type(odd) .tableFilterCell {
    background: #dbf1d6;
}
.tableFilterCell:hover {
    color: #00bdf2;
}
.scrollTbody > tbody tr td:hover .tableFilterCell {
    display: block;
}
.dataTable .hasFilter {
    /*padding-right: 28px;*/
    /*min-width: 170px;*/
}

/*New dashboard*/
.activeStatusWrap {
    max-height: 64px;
    overflow: hidden;
}
.noWrap {white-space: nowrap;}
.hrScroll {
    overflow: auto;
    overflow-y: hidden;
}
.activeStatus {
    padding: 8px 10px;
    text-align: center;
    background: #dbf1d6;
    display: inline-block;
    vertical-align: middle;
}
.value-text {
    font-size: 1rem;
    font-weight: 600;
}
.date-text {
    font-size: 0.9rem;
    margin-top: 4px;
}
.greenState .activeStatus {
    /*background:#dbf1d6;*/
    background: #92d28f;
}
.blueState .activeStatus {
    /*background:#a2cce2;*/
    background: #2777b8;
    color: #fff;
}

.dataChartTable .dataTables_filter label, .dataChartTable .dataTables_length label {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.dataChartTable .dataTables_length label .form-control {
    margin: 0 8px;
}
.datatable.table thead tr th, .datatable.table thead tr td {
     font-weight: 600; 
}
.datatable.table tr th, .datatable.table tr td {
    border-color: #ddd;
    /*padding-left: 8px;
    padding-right: 8px;*/
    padding: 6px 8px;
}
.table.dataTable.no-footer {
    border-color: #ddd;
}
.datatable.table tr th + th, .datatable.table tr td + td {
    border-left: 0;
}
.dataChartTable .dataTables_wrapper .dataTables_paginate .paginate_button {
    min-width: 24px;
    padding: 0.2em;
}
.dataChartTable .dataTables_wrapper .dataTables_paginate {
    padding-top: 0.6em;
}
/*#SMAndASMSalesTable .datatable thead {
    width: 100% !important;
}*/
.logPage .ui-jqgrid-bdiv {
    height: calc(100% - 100px) !important;
}

.dataChartTable .dataTables_wrapper .dataTables_filter {
    font-size: 0;    
}
.dataChartTable .dataTables_wrapper .dataTables_filter label {
    position: relative;
}
.dataChartTable .dataTables_wrapper .dataTables_filter label:before {
    content: "\f002";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 15px;
    color: #a7a7a7;
    position: absolute;
    left: 2px;
    padding: 4px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.dataChartTable .dataTables_wrapper .dataTables_filter label .form-control {
    margin-left: 0;
    padding-left: 24px;
}

.rightOptionBtn {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 4px 8px;
    background: rgba(0,0,0,0);
    border: 0;
    cursor: pointer;
}
.rightOptionBtn img {
    height: 18px;
    pointer-events: none;
}

.expandSection {
    position: fixed;
    /*top: 86px;*/
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    padding: 0;
    margin: 0;
    background: #fff;
}
.minimize, .expandSection .maximize {
    display: none;
}
.expandSection .minimize {
    display: block;
}
.noScroll {
    overflow: hidden !important;
    height: 100% !important;
}

.expandSection .scrollTbody thead {
    width: 100% !important;
}
.dataChartTable .dataTables_wrapper {
    display: table;
    width: 100%;
}
.showAction {
    display: none;
}
.ui-jqgrid .ui-jqgrid-pager {
    border-top: 0 !important;
}
.dynamicReportTable tbody tr td + td {
    width: 150px;
}
.ui-jqgrid .ui-jqgrid-resize {
    top: 50%;
    margin-top: -13px;
}
.ui-jqgrid-view .ui-jqgrid-view .ui-jqgrid-bdiv {
    max-height: calc(100vh - 400px) !important;
}

table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting {
        background-image: none !important;
}
.btn-select-tree {
    border: 0;
    background: transparent;
    padding: 5px 8px;
    /*color: #778899;*/
    color: #35485f;
    font-weight: 600;
}
/*.active.btn-select-tree {
    color: #35485f;
}*/
.add-tab-pop-up .disabled {
    pointer-events: none;
    opacity: 0.8;
}
.ui-jqgrid .ui-pg-button:hover {
     padding: 1px !important; 
}
.ui-jqgrid-jquery-ui.ui-jqgrid .ui-pg-table {
    padding-bottom: 0;
}
.ui-jqgrid-jquery-ui.ui-jqgrid .ui-pg-table td {
    font-size: 13px;
}
.ui-jqgrid-jquery-ui.ui-jqgrid .ui-pg-input {    
    padding: 0 2px;
    text-align: center;
    line-height: 1.5;
    font-size: 13px;
    height: 21px;
}
.ps-scrollbar-x {
    z-index: 6;
}
.ui-jqgrid-jquery-ui.ui-jqgrid .ui-jqgrid-bdiv tr.ui-row-ltr > td:last-child {
    padding-right: 15px !important;
}
.ui-pg-table .ui-corner-all.ui-pg-button {
    width: 20px;
}
.ui-pg-table {
    text-align: center;
}

/*.filterSelected:after {
    content: '';
    position: absolute;
    left: 3px;
    bottom: 7px;
    height: 3px;
    background: #081246;
    width: 3px;
    border-radius: 50%;
    box-shadow: 0 -6px 0 0 #081246, 0 -12px 0 0 #081246 /*#ff9c03*//*;
}*/
.filterSelected:before {
    content: '';
    position: absolute;
    left: 0; 
    width: 3px;
    top: 0;
    bottom: 0;
    background: rgba(252, 189, 13, 1);
}
.filterSelected .filterHeading, .filterSelected i {
    position: relative;
    z-index: 2;
}

.donutChart svg {
    width: 100%;
    height: 100%;
}
.donutChart path.slice {
    stroke-width: 2px;
    cursor: pointer;
}
.donutChart polyline {
    opacity: .3;
    stroke: #69707D;
    stroke-width: 2px;
    fill: none;
}
.donutChart .labels text {
    fill: #69707D;
    font-size: 0.66rem;
}
.domain {
    fill: #bbb;
}
.lineChart path { 
  stroke: steelblue;
  stroke-width: 1;
  fill: none;
} 
.dataChart svg .x.axis, .dataChart svg .y.axis, .dataChart svg .y.axis, .dataChart svg .y.axis {font-size: 12px;}
.axis path,
.axis line {
	fill: none;
	stroke: grey;
	stroke-width: 1;
	shape-rendering: crispEdges;
}
.ellipsize-left {
    white-space: nowrap;                   
    overflow: hidden;
    text-overflow: ellipsis;  
    width: 100%;
    direction: rtl;
    text-align: left;
}
.dataTable-scroll {
    overflow: auto;
    max-height: 400px;
    width: 100%;
}
.grid line {stroke: lightgrey;stroke-opacity: 0.7;shape-rendering: crispEdges;}
.grid path {stroke-width: 0;}

@media(min-width: 768px) {
    .expandSection table.scrollTbody > tbody {
        max-height: inherit;
    }    
    #groupColumn {
        max-width: 130px;
    }       
}

@media(max-width: 767px) {
    .datatable.table tr th, .datatable.table tr td {
        padding: 5px 8px; 
        font-size: 13px;
    }    
    .dataChartTable .dataTables_wrapper .dataTables_paginate {
        margin-top: 0;
        float: right;
        font-size: 13px;
    }
    .dataChartTable .dataTables_wrapper .dataTables_info, .dataChartTable .dataTables_wrapper .dataTables_filter, .dataChartTable .dataTables_wrapper .dataTables_length {
        float: left;
        font-size: 13px;
    }
    .dataChartTable .dataTables_wrapper .dataTables_filter {
        font-size: 0;
        margin-left: 18px;
    }
    .expandSection table.scrollTbody > tbody {
        max-height: calc(100vh - 200px);
    } 
}
.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%
}
/*#application-footer
{
    display:none !important;
}*/
/*#quicksightEmbedContainer .clickable-quicksight-attribution {
    height: 0;
    display: none !important;
}*/
/*.quicksight-embedding-iframe {
    height: 700px !important;

}*/
.quicksight-embedding-iframe {
    height: calc(100% + 30px);
}
.pb-5{
    padding-bottom : 10px;
}
.border-box{
    box-sizing : border-box;
}