﻿/* FORM RESETS */

/**
 * Define consistent border, margin, and padding.
 */

input[type=text]::-ms-clear {
    /*remove the X in input fields (IE) for CB consistency*/
    display: none;
}

#Body{
    background-color:#808080;
    margin:0px;
}

.disabledDiv {
    pointer-events: none;
    opacity: 0.4;
}

#MainBodyDiv{
    border:none;
}

#wrapper{
    text-align:left;
    margin:0;
}

fieldset {
    border: 1px solid #A0A0A0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

html {
    font-family:'Tahoma', Helvetica, Arial, sans-serif;
    font-size:8pt;
    position: absolute;   /*NOT SURE WHY S.VONA ADDED THIS, IT'S CAUSING ISSUES AND INITIAL TESTING W/O IT IS PROVING BENEFICIAL, BUT THE ISSUE PAGES (SR/COD REC/EDI TRACKER) ARE NOW ACCOMODATING THIS POSITION SETTING*/ 
    min-height: 100%;
}

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    margin-right:2px;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

.bold {
    font-weight:bold;
}


textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* KEY STYLES */

#page header {
	background: #ffffff;
    height:39px;
    line-height:39px;
}

#page nav {
	float: left;
	display: block;
	font-size: 9pt;
	padding-left: 12px;
}
#page nav input[type=text] {
	width: 74px;
	height: 25px;
	padding: 0 2px;
	line-height: 25px;
	background: #ebebeb;
	border: none;
    color: #333;
}
#page nav li {
	float: left;
	list-style: none;
}
#page nav img {
	vertical-align: middle;
	margin: 0 1px;
}
#page nav, #page nav a {
	color: #959595;
}

.last {
	margin-right: 0 !important;
	padding-right: 0 !important;
}
a {
	text-decoration: none;
}

input {
	padding: 0;
}
.left {
	float: left;
}

.fullWidth{
    width:100%;
}

.smallBottomPadding{
    padding-bottom:3px;
}

.medMargin{
    margin:10px;
}

.noLeftMargin{
    margin-left:0px;
    padding-left:0px;
}

.smallLeftPadding{
    padding-left: 3px;
}
.medLeftPadding{
    padding-left:15px;
}
.largeLeftPadding{
    padding-left:30px;
}

.smallLeftMargin {
    margin-left:3px;
}
.smallLeftTopMargin {
    margin-left:3px;
    margin-top:2px;
}
.noTopMargin {
    margin-top: 0px !important;
}
.smallTopMargin {
    margin-top:2px;
}
.medTopMargin {
    margin-top:5px;
}
.largeTopMargin {
    margin-top:15px;
}
.right {
	float: right;
}
.smallRightMargin {
    margin-right:3px;
}
.medRightMargin {
    margin-right:15px;
}
.largeRightMargin {
    margin-right:30px;
}
.clear {
	clear: both;
}

.medLeftMargin{
    margin-left:5px;
}

.medTopMargin{
    margin-top:5px;
}

.pagePanelWrapper{
    width:100%;
    text-align:center;
    color:#111111;
}
.panelNameMargin{
    margin-left:10px;
}

#panelControlsWrapper{
    margin-left:3px;
}

/*#panelControlsWrapper{
    width:100%;
    text-align:center;
    font-size:8pt;
    background-color:#c3c3c3;
    display:inline-block;
    /*border-bottom: 1px solid #a1a1a1;
}
#panelControlsWrapper ul{
    float: left;
	display: block;
	font-size: 9pt;
}

#panelControlsWrapper_RO{
    /*margin-left:3px;
    /*padding-top:3px;
}

#panelControlsWrapper_RO li{
    list-style: none;
    margin-bottom:2px
}

#panelControlsWrapper li{
    float: left;
	list-style: none;
	margin-right: 12px;
}*/
#panelControlsLeft {
    float:left;
    display:inline-block;
}

#panelControlsLeft ul {
    list-style:none;
}

#panelControlsLeft ul li{
    float:left;
}

#panelControlsRight {
    float:right;
    text-align:right;
    display:inline-block;
}

#panelControlsRight ul {
    margin-right:10px;
    list-style:none;
    white-space:nowrap;
}

#panelControlsRight ul li{
    float:left;
    padding-left:10px;
}

#toolbar {
    font-family:'Open Sans','Tahoma', Helvetica, Arial, sans-serif;
    font-size:8pt;
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #666666;
    overflow: hidden;
    background-color: #e4e4e4;/*rgb(160,160,160)*/
}
/*@media screen and (-webkit-min-device-pixel-ratio:0) {
    #toolbar {
         background-image: linear-gradient(top, rgb(135,135,135) 22%, rgb(189,189,189) 61%);
	     background-image: -o-linear-gradient(top, rgb(135,135,135) 22%, rgb(189,189,189) 61%);
	     background-image: -moz-linear-gradient(top, rgb(135,135,135) 22%, rgb(189,189,189) 61%);
	     background-image: -webkit-linear-gradient(top, rgb(135,135,135) 22%, rgb(189,189,189) 61%);
	     background-image: -ms-linear-gradient(top, rgb(135,135,135) 22%, rgb(189,189,189) 61%);
	     background-image: -webkit-gradient(
		    linear,
		    right top,
		    right bottom,
		    color-stop(0.22, rgb(135,135,135)),
		    color-stop(0.61, rgb(189,189,189))
	        );
    }
}

@-moz-document url-prefix() {
    #toolbar {
         background-image: linear-gradient(top, rgb(135,135,135) 22%, rgb(189,189,189) 61%);
	     background-image: -o-linear-gradient(top, rgb(135,135,135) 22%, rgb(189,189,189) 61%);
	     background-image: -moz-linear-gradient(top, rgb(135,135,135) 22%, rgb(189,189,189) 61%);
	     background-image: -webkit-linear-gradient(top, rgb(135,135,135) 22%, rgb(189,189,189) 61%);
	     background-image: -ms-linear-gradient(top, rgb(135,135,135) 22%, rgb(189,189,189) 61%);
	     background-image: -webkit-gradient(
		    linear,
		    right top,
		    right bottom,
		    color-stop(0.22, rgb(135,135,135)),
		    color-stop(0.61, rgb(189,189,189))
	        );
    }
}*/


#toolbar div {
    font-size: 8pt;
}

#toolbar .wrapper {
	width: 100%;
}
#toolbar ul {
	float: left;
	display: block;
	font-size: 8pt;
	padding-left:0px;
}

#footer {
    background-color:#646464;
    font-family:'Tahoma', Helvetica, Arial, sans-serif;
    font-size:8pt;
	bottom:0px;
	height:30px;
	width:100%;
	position:fixed;
}

.pageMain{
	margin-left:160px;
    cursor: pointer;
}

.pageMax{
	margin-left:0px;
}

#controlToolbar {
    font-family:'Tahoma', Helvetica, Arial, sans-serif;
    font-size:8pt;
	height: 35px;
	line-height: 35px;
	border-bottom: 1px solid #666666;
    background-color:#C3C3C3;
}

#controlToolbar_tabs {
    font-family:'Tahoma', Helvetica, Arial, sans-serif;
    font-size:8pt;
	height: 25px;
	line-height: 25px;
	/*border-bottom: 0px;
    background-color:#898989;*/
    border-bottom: 1px solid #666666;
    background-color:#969696;
}

#controlToolbar_RO_tabs {
    font-family:'Tahoma', Helvetica, Arial, sans-serif;
    font-size:8pt;
	height: 30px;
	line-height: 28px;
	/*border-bottom: 0px;
    background-color:#898989;
    border-bottom: 1px solid #666666;*/
    background-color: #e4e4e4; /*rgb(160,160,160)*/;
}

#controlToolbar_RO {
    font-family:'Tahoma', Helvetica, Arial, sans-serif;
    font-size:8pt;
	border-bottom: 1px solid #666666;
    background-color:#C3C3C3;
    padding-top:3px;
}

#controlToolbar_RO li{
    list-style: none;
    margin-bottom:2px
}


#pageWrapper li{
    list-style: none;
}

.imageDiv a {
	width: 18px;
	height: 18px;
	display: block;
	float: right;
	margin: 5px 0 0 6px;
}

.imageDiv_noFloat a {
	width: 18px;
    display: block;
    line-height: 22px;
    height: 22px;
    margin: 5px 0 0 6px;
}

.xclose {
    background: url('../../Images/NewLayout/x.png') no-repeat;
}
.xclose:hover {
	background: url('../../Images/NewLayout/x-on.png') no-repeat;
    cursor:pointer;
}

.nodisplay{
    display:none;
}

.labelHeight{
    line-height:20px;
}
.controlHeight{
    line-height:30px;
}


#paging a{
    line-height:22px;
    vertical-align:middle;
    padding-right:25px;
    padding-bottom:8px;
}
.pagingInfo {
    line-height:25px;
    vertical-align:middle;
    padding-right:10px;
}

.toolbarButtons {
    display:inline-block;
}
.toolbarClose {
    float:right;
    margin-right:10px;
}
.toolbarWidget {
	display: block;
	background-position: 50% 50%;
    float:left;
	background-repeat: no-repeat;
	margin: 5px 2px 0;
}
.panelWidget {
	display: block;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	float: left;
	margin: 2px 2px 2px;
}
.play {
	background-image: url('../../Images/NewLayout/Play.png');
	width: 20px;
	height: 22px;
    cursor:pointer
}
.play:hover {
	background-image: url('../../Images/NewLayout/play-on.png');
	width: 20px;
	height: 22px;
    cursor:pointer
}
.play_listItem {
	background-image: url('../../Images/NewLayout/Play.png');
	width: 20px;
	height: 22px;
    cursor:pointer
}
.print {
	background: url('../../Images/NewLayout/print.png') 0 50% no-repeat;
    line-height: 30px;
    text-align:right;
    padding-bottom:2px;
}
.print:hover {
	background: url('../../Images/NewLayout/print-on.png') 0 50% no-repeat;
    line-height: 30px;
    cursor:pointer;
    text-align:right;
    padding-bottom:2px;
}
.dash{
    background-image: url('../../Images/Dashboard/dash-icon.png');
	width: 30px;
	height: 22px;
}
.dash:hover{
    background-image: url('../../Images/Dashboard/dash-icon-on.png');
    cursor:pointer
}
.sms {
    background-image: url('../../Images/NewLayout/sms.png');
    width: 30px;
    height: 22px;
}
    .sms:hover {
        background-image: url('../../Images/NewLayout/sms-on.png');
        cursor: pointer
    }
.qtlegend {
    background-image: url('../../Images/NewLayout/qtlegend.png');
    width: 25px;
    height: 25px;
}
    .qtlegend:hover {
        background-image: url('../../Images/NewLayout/qtlegend-on.png');
        cursor: pointer
    }
.view {
	background-image: url('../../Images/NewLayout/layout.png');
	width: 30px;
	height: 22px;
}
.view:hover {
	background-image: url('../../Images/NewLayout/layout-on.png');
    cursor:pointer;
}  
.feedback {
    background-image: url('../../Images/NewLayout/feedback.svg');
    height: 33px;
    margin: 2px !important;
}
.feedback:hover {
    background-image: url('../../Images/NewLayout/feedback_on.svg');
    cursor: pointer;
}
.theme {
    height: 24px;
    margin: 2px !important;
    margin-top: 8px !important;
}
.theme:hover {
    cursor: pointer;
} 

.magnify {
    background-image: url('../../Images/NewLayout/magnify.png');
    width:15px;
    height:15px;
}

.magnify:hover {
    background-image: url('../../Images/NewLayout/magnify-on.png');
    cursor:pointer;
}
.magnifyHover {
    background-image: url('../../Images/NewLayout/magnify-on.png');
    cursor:pointer;
} 
.moveupblack {
	background-image: url('../../Images/NewLayout/pushupblack.png'); 
	width: 30px;
	height: 22px;
}

.moveupblack:hover {
	background-image: url('../../Images/NewLayout/pushuphover.png');
    cursor:pointer;
}

.moveup {
	background-image: url('../../Images/NewLayout/pushup.png'); 
	width: 30px;
	height: 22px;
}
.moveup:hover {
	background-image: url('../../Images/NewLayout/pushuphover.png');
    cursor:pointer;
}

.movedown {
	background-image: url('../../Images/NewLayout/pushdown.png');
	width: 30px;
	height: 22px;
}
.movedown:hover {
	background-image: url('../../Images/NewLayout/pushdownhover.png');
    cursor:pointer;
}
.movedownblack {
	background-image: url('../../Images/NewLayout/pushdownblack.png');
	width: 30px;
	height: 22px;
}
.movedownblack:hover {
	background-image: url('../../Images/NewLayout/pushdownhover.png');
    cursor:pointer;
}

.view_Tablet {
	background-image: url('../../Images/NewLayout/layout.png');
	width: 30px;
	height: 22px;
    display: block;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	float: left;
	margin: 8px 2px 0;
}
.mail {
	background-image: url('../../Images/NewLayout/mail.png');
	width: 30px;
	height: 22px;
}
.mail:hover {
	background-image: url('../../Images/NewLayout/mail-on.png');
    cursor:pointer;
}
.mail_Tablet {
	background-image: url('../../Images/NewLayout/mail.png');
	width: 30px;
	height: 22px;
}
.help {
	background-image: url('../../Images/NewLayout/help.png');
	width: 30px;
	height: 22px;
}
.help:hover {
	background-image: url('../../Images/NewLayout/help-on.png');
    cursor:pointer;
}
.help_Tablet {
	background-image: url('../../Images/NewLayout/help.png');
	width: 30px;
	height: 22px;
}
.menu {
	background-image: url('../../Images/NewLayout/menu.png');
	width: 30px;
	height: 22px;
}

.userBarWidgets a{
    display: block;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	float: left;
	margin: 8px 2px 0;
}
.widget {
	display: block;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	float: left;
	margin: 8px 2px 0;
}
.inlineWidget {
	display: inherit;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.inlineBlockWidget{
    display:inline-block;
    margin:0px 2px -6px;
    background-repeat:no-repeat;
}


.logout {
	background: url('../../Images/NewLayout/logout.png') 0 50% no-repeat;
    line-height: 39px;
    text-align:right;
    padding-bottom:1px;
}
.logout:hover {
	background: url('../../Images/NewLayout/logout-on.png') 0 50% no-repeat;
    line-height: 39px;
    cursor:pointer;
    text-align:right;
    padding-bottom:1px;
}
.logout_Tablet {
	background: url('../../Images/NewLayout/logout.png') 0 50% no-repeat;
    line-height: 39px;
    text-align:right;
    padding-bottom:1px;
}
.logout2 {
	background: url('../../Images/NewLayout/logout.png') 0 50% no-repeat;
    line-height: 30px;
    text-align:right;
    padding-bottom:2px;
}
.logout2:hover {
	background: url('../../Images/NewLayout/logout-on.png') 0 50% no-repeat;
    line-height: 30px;
    cursor:pointer;
    text-align:right;
    padding-bottom:2px;
}

#main-wrapper {
    font-family:'Tahoma', Helvetica, Arial, sans-serif;
    font-size:8pt;
}


iframe{
    width:100%;
    height:100%;
    overflow:hidden;
}


#screensLeft {
    float:left;
    margin-left:2px;
    text-align:left;
}
#screensWrapper{
    display:inline;
}
#screens li {
	/*background: #6e6e6e;*/
        background: #696969;
        margin: 1px 1px 0px 0;
        padding: 0 4px;
        /*border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-top-right-radius: 5px;*/
        /*border-bottom: 1px solid #666666;*/
        color: #CCCCCC;
        width: 60px;
        text-align: center
    }
#screens li:hover {
	color: #ffffff;
    cursor: pointer;
    background-color: #505050;
}
#screens li.active {
	background: #f9f9f9;
	color: #111111;
}

#screens li.last {
	color: #ffffff;
	background: none;
	margin-left: 12px;
	-webkit-border-top-left-radius: 0;
	-moz-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-moz-border-top-right-radius: 0;
}
#screens a.close {
	width: 18px;
	height: 18px;
	display: block;
	float: right;
	background: url('../../images/Newlayout/x.png') no-repeat;
	margin: 5px 0 0 6px;
}
#screens a.close:hover {
	background: url('../../images/Newlayout/x-on.png') no-repeat;
}

.buttonSearch {
    line-height: 15px;
    display: inline-block;
    position: relative;
    margin: 4px;
    padding: 3px 9px;
    text-align: center;
    font-family: 'Open Sans', 'Tahoma', Helvetica, Arial, sans-serif;
    background: none repeat scroll 0% 0% #f68026 !important;
    color: #ffffff;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}

.buttonSearch_green {
    line-height:15px;
    display: inline-block;
    position: relative;
    margin: 4px;
    padding: 3px 9px;
    text-align: center;
    font-family: 'Open Sans','Tahoma', Helvetica, Arial, sans-serif;
    background: none repeat scroll 0% 0% #30cc2d !important;
    color:#ffffff;
 
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}

.button {
    line-height:15px;
    display: inline-block;
    position: relative;
    margin: 4px;
    padding: 3px 9px;
    text-align: center;
    font-family: 'Tahoma', Helvetica, Arial, sans-serif;
    background: none repeat scroll 0% 0% transparent !important;
    border:1px solid #ffffff;
    /*border-radius:3px;*/
    color:#393939;
 
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}

.buttonHover{
    background: none repeat scroll 0% 0% #696969 !important;
     color:#ffffff;
     cursor:pointer;
}

.buttonHover_green {
    background: none repeat scroll 0% 0% #106600 !important;
    color: #ffffff;
    cursor: pointer;
}

.button_darkBorder {
    line-height:15px;
    display: inline-block;
    position: relative;
    margin: 4px;
    padding: 3px 9px;
    text-align: center;
    font-family: 'Open Sans','Tahoma', Helvetica, Arial, sans-serif;
    background: none repeat scroll 0% 0% #cdcdcd !important;
    /*border:1px solid #999999;*/
    /*border-radius:3px;*/
    color:#333333;
 
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}
.button_darkBorderHover{
    background: none repeat scroll 0% 0% #333333 !important;
    /*border:1px solid #C9C9C9;*/
     color:#ffffff;
     cursor:pointer;
}

.buttonActive {
            line-height: 15px;
            display: inline-block;
            position: relative;
            margin: 4px;
            padding: 3px 9px;
            text-align: center;
            font-family: 'Tahoma', Helvetica, Arial, sans-serif;
            background: none repeat scroll 0% 0% #888888 !important;
            border: 1px solid #ffffff;
            /*border-radius: 3px;*/
            color: #ffffff;
            -webkit-transition: all .5s ease;
            -moz-transition: all .5s ease;
            -o-transition: all .5s ease;
            -ms-transition: all .5s ease;
            transition: all .5s ease;
        }

.textCenter{text-align:center;}
.textRight{text-align:right;}
.inlineBlock {
    display: inline-block;
}



/*CONTROLS*/
 .lst_Narrow{
     width:100px;
     height:150px;
     overflow-y:auto;
     overflow-x:hidden;
     white-space:nowrap;
 }

 .lst_Narrow_tag{
     width:57px;
     width:54px\9;
     display:inline-block;
     overflow:hidden;
     text-align:left;
     float:left;
 }

.lst_Narrow_item {
    width:72px;
    display:inline-block;
    white-space:nowrap;
    overflow:hidden;
    text-align:left;
}

 .lst_Medium{
     width:120px;
     height:134px;
     overflow-y:auto;
     overflow-x:hidden;
     white-space:nowrap;
 }

 .lst_Medium_tag{
     width:91px;
     width:88px\9;
     display:inline-block;
     overflow:hidden;
     text-align:left;
     float:left;
 }

.lst_Medium_item {
    width:106px;
    display:inline-block;
    white-space:nowrap;
    overflow:hidden;
    text-align:left;
    font-size:8pt;
}

.txt_Medium{
    width:120px;
}

.txt_Short{
    width:90px;
}

.ddl_Large{
    width:143px;
}

.ddl_Medium{
    width:120px;
}

.ddl_Short{
    width:71px;
    text-align: left;
}

a.hov1			{text-decoration: none; color: #000000}
a.hov1:visited  {text-decoration: none; color: #000000}
a.hov1:active   {text-decoration: none; color: #000000}
a.hov1:hover    {text-decoration: none; color: BLUE}	

.medRightPadding{
    padding-right: 5px;
}


.popupSpacing {
            display: block;
            height: 5px;
}

.popupSpacing_Validation {
            display: block;
            height: 10px;
}

.labelSpacing {
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
}

.nowrap{
    white-space: nowrap; 
}

.sysBody
{
    background-color:#e4e4e4;
}

.sysModal{
    background-color:#f3f3f3;
}

.whiteBG{
    background-color: #ffffff;
}
.w_20p {
    width: 20%;
}
.w_30p {
   width: 30%;
}
.w_40p {
   width: 40%;
}
.w_50p {
   width: 50%;
}
.w_60p {
   width: 60%;
}
.w_70p {
   width: 70%;
}
.w_80p {
   width: 80%;
}

.w_90p {
    width: 90%;
}
.w_99p {
    width: 99%;
}
.w_100p {
    width: 100%;
}




/*LOGIN PAGE*/
.white-back {
    background-color: #ffffff;
}/* #7a868f;}*/

.login-wrapper {
    width: 415px;
    margin: 0px auto;
    padding: 50px 0 0 0;
}

.login-box {
    background-color: #3D3E46;
    padding: 20px;
    color: #fff;
}

.login-wrapper h1 {
    font-size: 25px;
    font-weight: lighter;
}

.login-wrapper h2 {
    font-size: 16px;
    font-weight: lighter;
}

.user-icon i {
    margin:0 20px 0 0;
}

.secure-admin i {
    margin:0 10px 0 0;
}

.login-wrapper input{
    margin:0 0 15px 0;
}

.logo{text-align:center; margin:0 0 15px 0;}

.bg-danger {
    background-color: #f15b4e;
    padding: 20px;
    margin: 20px 0 0 0;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
}

.user-icon {
    background-color: #F58025;
    border: 5px solid #FFF;
    width: 150px;
    padding: 0px 0px 0px 21px;
    text-align: center;
    margin: 0px auto;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    height: 150px;
    font-size: 96px;
}

.username{
	background: #fff url(../../Images/NewLayout/Login/user-icon.png) no-repeat scroll 7px 4px;
    padding-left:40px;
}

.password{
    background: #fff url(../../Images/NewLayout/Login/password-icon.png) no-repeat scroll 7px 4px;
    padding-left:40px;
}

.login-wrapper .btn-warning {
    color: #FFF;
    background-color: #f68026;
    border-color: #EEA236;
    padding:10px 40px;
}

.login-wrapper .btn-warning:hover {
    background-color: #EEA236;
    border-color: #f68026;
}

.warning{font-weight: bold; font-size: 18px;}

.gridExportButton{
    vertical-align:middle;
    font-family: 'Open Sans',Meiryo,'Tahoma', Helvetica, Arial, sans-serif;
    vertical-align:text-top;
    color:#fff;
    padding-top:4px;
}

 /*OVERRIDE BOOTSTRAP*/
.form-control{ width: 95%;
                 display: inline;
}
/*END LOGIN PAGE*/

/*bootstrap overrides*/
a:focus, a:hover {
            text-decoration: none;
            color: #ffffff;
        }
/*end bootstrap overrides*/


/* G2 Look*/

.sysBody_g2
{
    background-color:#f9f9f9;
    font-family:'Open Sans',Meiryo,'Tahoma', Helvetica, Arial, sans-serif;
}

/* On/Off SWITCH*/
        .onoffswitch {
            position: relative; width: 25px;
            -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
        }
        .onoffswitch-checkbox {
            display: none;
        }
        .onoffswitch-label {
            display: block; overflow: hidden; cursor: pointer;
            border: 0px solid #999999; border-radius: 9px;
        }
        .onoffswitch-inner {
            display: block; width: 200%; margin-left: -100%;
            transition: margin 0.2s ease-in 0s;
        }
        .onoffswitch-inner:before, .onoffswitch-inner:after {
            display: block; float: left; width: 50%; height: 8px; padding: 0; line-height: 8px;
            font-size: 10px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
            box-sizing: border-box;
        }
        .onoffswitch-inner:before {
            content: "";
            padding-left: 0px;
            background-color: #eba678; color: #ffffff;
        }
        .onoffswitch-inner:after {
            content: "";
            padding-right: 0px;
            background-color: #999999; color: #ffffff;
            text-align: right;
        }
        .onoffswitch-switch {
            display: block; width: 14px; margin: -3px;
            background: #ffffff;
            position: absolute; top: 0; bottom: 0;
            right: 16px;
            border: 0px solid #999999; border-radius: 9px;
            transition: all 0.2s ease-in 0s; 
            box-shadow: 0px 3px 5px rgb(100,100,100);
        }
        .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
            margin-left: 0;
        }
        .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
            right: 0px; 
            background-color: #f28033;
            box-shadow:none;
        }
/* END On/Off Switch*/

.button_g2 {
    line-height:15px;
    background-color: #f28033;
    display: inline-block;
    position: relative;
    margin: 4px;
    padding: 3px 9px;
    text-align: center;
    font-family: 'Open Sans',Meiryo,'Tahoma', Helvetica, Arial, sans-serif;
    border:1px solid #ffffff;
    border-radius:3px;
    color:#ffffff;
 
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}

.buttonSearch_g2 {
    line-height:15px;
    display: inline-block;
    position: relative;
    margin: 4px;
    padding: 3px 9px;
    text-align: center;
    font-family: 'Open Sans',Meiryo,'Tahoma', Helvetica, Arial, sans-serif;
    background: none repeat scroll 0% 0% #696969 !important;
    border:1px solid #ffffff;
    border-radius:3px;
    color:#ffffff;
 
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}

.buttonHover_g2{
    background-color: #696969 !important;
     color:#ffffff;
     cursor:pointer;
     border:1px solid #ffffff;
}

.buttonSearchHover_g2{
    background-color: #999999 !important;
     color:#ffffff !important;
     cursor:pointer;
     border:1px solid #f28033;
}

.sectionLabel{
    font-family: 'Open Sans', Meiryo,Tahoma,Helvetica,Arial,sans-serif;
    color:dodgerblue
}

.headerLabel {
    font-family: 'Open Sans', Meiryo,Tahoma,Helvetica,Arial,sans-serif;
    color: #393939;
    line-height:20px;
    vertical-align:bottom;
}

.headerLabel_horizontal{
    font-family: 'Open Sans', Meiryo,Tahoma,Helvetica,Arial,sans-serif;
    color: #393939;
}

.headerLabel_ins {
    font-family: 'Open Sans', Meiryo,Tahoma,Helvetica,Arial,sans-serif;
    color: #000000;
}

.dropdown_g2{
    border: 1px solid #cccccc;
    font-family: 'Open Sans', Meiryo,Tahoma,Helvetica,Arial,sans-serif;
}

.tab_g2{
            height:400px !important;
            background-color:#f9f9f9 !important;
        }

#controlToolbar_g2 {
    font-size:8pt;
	height: 39px;
	line-height: 39px;
	border-bottom: 1px solid #666666;
    background-color:#f9f9f9;
}

#controlToolbar_RO_g2 {
    font-family: 'Open Sans',Meiryo,Tahoma, Helvetica, Arial, sans-serif;
    font-size:8pt;
	border-bottom: 1px solid #666666;
    background-color:#f9f9f9;
    padding-top:3px;
}

#controlToolbar_RO_g2 li{
    list-style: none;
    margin-bottom:2px
}

.closePage {
            color: #333333;
            font-size: 220%;
            cursor:pointer;
}

.closePage:hover,active{
            color:#7D9196;
}
/* End G2 Look*/



/*from George*/

.TableBarHeader{
   display:inline-block;
    height:31px;
    width:100%;
    background-color:#333;
    margin-left:1px;
}

.panelControlText{
    display:inline-block;
    float:left;
    padding: 10px 0px 10px 8px;
}

.panelControlHeaderText {
    display: inline-block;
    margin-left: 22px;
    margin-top: 10px;
    color: #fff;
}

/*BUTTONS*/

.orangeBttnDisabled{
    display: inline-block;
    text-align: center;
    width: 120px;
    height: 21px;
    font-weight: 400;
    text-decoration: none;
    background-color: #f68026;
    transition: background-color 0.2s, border 0.2s, color 0.2s;
    font-family: 'Open Sans',Meiryo,Tahoma, Helvetica, Arial, sans-serif;
    margin-right:6px;
    margin-bottom:8px;
    color: #fff;
}

.orangeSmBttn{
    display: inline-block;
    text-align: center;
    width: 80px;
    height: 21px;
    font-weight: 400;
    text-decoration: none;
    background-color: #f68026;
    transition: background-color 0.2s, border 0.2s, color 0.2s;
    font-family: 'Open Sans',Meiryo,Tahoma, Helvetica, Arial, sans-serif;
    margin-right:6px;
    margin-bottom:8px;
    color: #fff;
    cursor:pointer;
}
.orangeSmBttn:hover{
    background-color: #fda231;
    color: #fff;
}

.orangeBttn{
    display: inline-block;
    text-align: center;
    width: 120px;
    height: 21px;
    font-weight: 400;
    text-decoration: none;
    background-color: #f68026;
    transition: background-color 0.2s, border 0.2s, color 0.2s;
    font-family: 'Open Sans',Meiryo,Tahoma, Helvetica, Arial, sans-serif;
    margin-right:6px;
    margin-bottom:8px;
    color: #fff;
    cursor:pointer;
}
.orangeBttn:hover{
    background-color: #fda231;
    color: #fff;
}
.ButtonTextOrange{
    display:inline-block;
    text-align: center;
    margin-top:5px;
    font-size:12px;
    
}
.OrangeButtonIcon{
    display:inline-block;
    float:left;
    margin-top:1px;
    margin-left:3px;
    font-size:18px;
}



.grayBttnDisabled{
    display: inline-block;
    text-align: center;
    width: 120px;
    height: 21px;
    font-weight: 400;
    text-decoration: none;
    background-color: #333;
    transition: background-color 0.2s, border 0.2s, color 0.2s;
    font-family: 'Open Sans',Meiryo,Tahoma, Helvetica, Arial, sans-serif;
    margin-bottom:8px;
    margin-right:6px;
    color: #fff;
}

.grayBttnSm {
    display: inline-block;
    text-align: center;
    width: 80px;
    height: 21px;
    font-weight: 400;
    text-decoration: none;
    background-color: #cdcdcd;
    transition: background-color 0.2s, border 0.2s, color 0.2s;
    font-family: 'Open Sans',Meiryo,Tahoma, Helvetica, Arial, sans-serif;
    margin-right: 6px;
    margin-bottom: 8px;
    color: #333;
    cursor: pointer;
}

    .grayBttnSm:hover {
        background-color: #333;
        color: #fff;
    }

.grayBttn{
    display: inline-block;
    text-align: center;
    width: 120px;
    height: 21px;
    font-weight: 400;
    text-decoration: none;
    background-color: #cdcdcd;
    transition: background-color 0.2s, border 0.2s, color 0.2s;
    font-family: 'Open Sans',Meiryo,Tahoma, Helvetica, Arial, sans-serif;
    margin-right:6px;
    margin-bottom:8px;
    color: #333;
    cursor:pointer;
}
.grayBttn:hover{
    background-color: #333;
    color: #fff;
}
.ButtonTextgray{
    display:inline-block;
    text-align: center;
    margin-top:5px;
    font-size:12px;
    
}
.grayButtonIcon{
    display:inline-block;
    float:left;
    margin-top:2px;
    margin-left:4px;
    font-size:18px;
}

.floatLeftSide{
   float:left; 
}
.floatRightSide{
   float:right; 
}
.grayLgBttnDisabled{
    display: inline-block;
    text-align: center;
    width: 175px;
    height: 21px;
    font-weight: 400;
    text-decoration: none;
    background-color: #333;
    transition: background-color 0.2s, border 0.2s, color 0.2s;
    font-family: 'Open Sans',Meiryo,Tahoma, Helvetica, Arial, sans-serif;
    margin-bottom:8px;
    margin-right:6px;
    color: #fff;
}

.disabledbutton {
    pointer-events: none;
}

.grayLgBttn{
    display: inline-block;
    text-align: center;
    width: 175px;
    height: 21px;
    font-weight: 400;
    text-decoration: none;
    background-color: #cdcdcd;
    transition: background-color 0.2s, border 0.2s, color 0.2s;
    font-family: 'Open Sans',Meiryo,Tahoma, Helvetica, Arial, sans-serif;
    margin-right:6px;
    margin-bottom:8px;
    color: #333;
    cursor:pointer;
}
.grayLgBttn:hover{
    background-color: #333;
    color: #fff;
}
}
.orangeLgBttnDisabled{
    display: inline-block;
    text-align: center;
    width: 175px;
    height: 21px;
    font-weight: 400;
    text-decoration: none;
    background-color: #f68026;
    transition: background-color 0.2s, border 0.2s, color 0.2s;
    font-family: 'Open Sans',Meiryo,Tahoma, Helvetica, Arial, sans-serif;
    margin-bottom:8px;
    margin-right:6px;
    color: #fff;
}

.orangeLgBttn{
    display: inline-block;
    text-align: center;
    width: 175px;
    height: 21px;
    font-weight: 400;
    text-decoration: none;
    background-color: #f68026;
    transition: background-color 0.2s, border 0.2s, color 0.2s;
    font-family: 'Open Sans',Meiryo,Tahoma, Helvetica, Arial, sans-serif;
    margin-right:6px;
    margin-bottom:8px;
    color: #fff;
    cursor:pointer;
}
.orangeLgBttn:hover{
    background-color: #fda231;
    color: #fff;
}
/* END BUTTONS*/

/* CONTROLS*/
.checkbox-1{
    display:inline-block;
    float:left;
    width:20px;
    height:20px;
    background-color:#fff;
    border-radius: 0px;
    margin-left:3%;
    margin-top:3px;
    margin-bottom:10%;
    cursor: pointer;
}
/*END CONTROLS*/



/* end from George*/



















