﻿* {    
    font-size: 12px;
    font-family: Verdana, Tahoma, Arial;
}

html, body {
    height: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
}

.handCursor
{
    cursor: pointer;    
}

/* SPLASH SCREEN */
#splashScreen {            
    width: 100%;
    height: 100%;
    background: #ffffff;           
}        

#splashScreen-content {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 60px;
    margin-top: -30px;
    margin-left: -24px;
}

#splashScreen-img {
    width: 48px;
}



/* 
======================================================================
DETAIL VIEW STYLING
====================================================================== 
*/
.sb-groupings {
    margin-bottom: 15px;
    margin-left: 15px;
}

.sb-groupDivision {
    border-bottom: 1px solid #d1d1d1;
    margin-bottom: 25px;
    margin-right: 10px;
}

.sb-groupHeader {    
    background-color: #daecf4;    
    color: #747474;
    padding-right: 10px;
    display: inline-block;
    position: relative;
    top: 9px;
}

.sb-detailCell {
    margin-bottom: 10px;
}

.sb-detailItem {
    display: table-cell;
}

.sb-detailItem.at-left {    
    padding-right: 35px;
}

.sb-detailItem.at-middle {    
    padding-right: 35px;
}

.sb-detailItem.at-placeHolder {    
    width: 35px;
    vertical-align: bottom;
}

.sb-detailItem-placeHolderText {
    padding-left: 2px;
}

.img_disabled {   			
   opacity: 0.5;
   filter: alpha(opacity=40);
   zoom: 1;  /* needed to trigger "hasLayout" in IE if no width or height is set */ 
}


/* 
======================================================================
KENDO TEXTBOX
====================================================================== 
*/

.k-textbox:disabled { 
    opacity: 0.7;
    filter: alpha(opacity=70); /* For IE8 and earlier */ 
    background-color: rgb(218, 236, 244);     
}

/*  An input k-textbox is indented extra in the Kendo style sheet (for some reason), 
    so we'll override this to make all the inputs match up (i.e. textbox, kendo numerictextbox, 
    kendo datepicker, etc.
*/
input.k-textbox {
    text-indent: 0em;
}



/* 
======================================================================
KENDO INPUT
====================================================================== 
*/

.k-input:disabled { 
    opacity: 0.7;
    filter: alpha(opacity=70); /* For IE8 and earlier */    
}

.table-fixed
{
    table-layout: fixed;
    width: 100%;    
}

.listView-summaryItem {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #d9d9d9;    
    padding: 10px;
    margin-bottom: 10px;          
    background-color: #FFFFFF;             
}

.listView-summaryItem-leftCol {
    vertical-align: middle;
    text-align: left;    
}

.listView-summaryItem-rightCol {         
    width: 50px;
    text-align: right;    
}

.view-content {    
    border-radius: 10px;   
    margin-bottom: 10px;    
    border: 1px solid #d9d9d9;            
}

.sb-table {    
   display: table;    
}

.sb-table-cell {    
   display: table-cell;  
   margin-bottom: 20px;     
}

.sb-table-row {
    display: table-row;
    height: 50px;
}

.sb-table-cell {
    display: table-cell;
    vertical-align: middle;   
}

.sb-table-cell-right-small {
    display: table-cell;
    padding-right: 10px;    
    vertical-align: middle;   
    text-align: right;
    width: 80px;
}

.sb-table-cell-right {
    display: table-cell;
    padding-right: 20px;    
    vertical-align: middle;   
    text-align: right;
    width: 80px;
}

.sb-table-cell-left-small {
    display: table-cell;
    padding-right: 10px;    
    vertical-align: middle;   
    text-align: left;    
}

.sb-table-cell-left {
    display: table-cell;
    padding-right: 20px;    
    vertical-align: middle;   
    text-align: left;
    width: 80px;
}

.sb-required-label {
    color: red;
}

.input-label {
    padding-left: 3px;    
}

.input-xsmall {    
    width: 50px;
}

.input-small {    
    width: 190px;
}

.input-medium {
    width: 287px;
}

.input-mediumLarge {
    width: 395px;
}

.input-large {
    width: 610px;
}

.input-date {    
    width: 85px;
}

.middleAlign {
    vertical-align: middle;
}

.adminRolesList {
    list-style-type: none;
    margin: 10px;
    padding: 0px;
}

.sb-mfg-dd {
    white-space: nowrap !important;
    width: auto!important;
    overflow-x: hidden !important;
    min-width:243px !important;
}

.sb-catalogNumberAuto {
    width: 500px; 
    margin-right:10px;
    border-right:thin;    
}

.sb-stockIndicator {
    width: 25px;  
    border-left:thin;   
    float:right;    
}

.sb-uppercase {
    text-transform:uppercase;
}

.sb-ac-loading {
    display:none !important;
}

.sb-subemail-padding {
    margin-left: 5px;
}

.k-edit-form-container {
    width: 98%;
}



/* 
======================================================================
BUTTONS
====================================================================== 
*/

.btn-right.k-item {
    float: right !important;
}

.sb-toolbar-leftBtn { 
    float: left;
    margin: 0px 10px 0px 0px; 
    vertical-align: middle;    
}

.sb-refreshImgBtn {   
    margin-left: 10px;
    background-repeat: no-repeat; 
    background-position: left;
    width: 50px;  
    text-align: right;
    vertical-align: middle;   
}

.sb-move-column-btn {
    width: 10%;
    display: inline-block;
    vertical-align:middle;
    text-align: center;
    padding-top: 96px;
    margin-right: 6px;
    margin-left: 2px;
}

.at-projectLinkImgBtn {    
    background-image: url("../Images/project_container.png") !important; 
    background-repeat: no-repeat; 
    background-position: center;   
    width: 30px;      
}

.at-fileOpenImgBtn {    
    background-image: url("../Images/file_open.png") !important; 
    background-repeat: no-repeat; 
    background-position: center;   
    width: 30px;      
}

.at-lockedImgBtn {    
    background-image: url("../Images/locked.png") !important; 
    background-repeat: no-repeat; 
    background-position: center;   
    width: 30px;      
}

.sb-btn-set-medium-width {
	width: 90px;
}

.sb-listview-btn {
    width: 157px !important;
	margin-left: 0px !important;
	margin-right: 0px !important;
	border-radius: 0 !important;
}

.sb-btn-gray {
    background-color: #f8f8f8;
}

.sb-btn-blue {
    background-color: #428bca;
    color: white;
    border-color: #357ebd;
}

.sb-btn-hover:hover {
	background-color: #428bca;
    color: white;
    border-color: #357ebd;
}

.sb-btn-blue-hover:hover {
	background-color: #0070c0;
    color: white;
    border-color: #357ebd;
}

.availColumn {
    cursor: pointer;
}

.selectColumn {
    cursor: pointer;
}


/* 
======================================================================
LISTVIEW
====================================================================== 
*/

.sb-listview-row {
    width: 325px;
    height: 385px;
    text-align: left;
}

.sb-listview-right-margin {
    width: 155px;
    margin-right: 7px;
    display: inline-block;
    vertical-align:top;
}

.sb-listview-margin {
    width: 155px;
    display: inline-block;
    vertical-align:top;
}

/*.sb-disabled-listview-item {
    background-color: #ccc !important;
    color: #000000 !important;
    border-radius: 2px;
}

.k-listview > div {
    background-color: #0070c0;
    color: #ffffff;
    border-radius: 2px;
}*/



/* 
======================================================================
TREEVIEW
====================================================================== 
*/
.sb-layout-lists {
    width: 155px;
    height: 320px;
    border-width: 1px !important;
}

.sb-disabled-treeview-item {
    color: #999;
}


.sb-disabled-treeview-item:hover {
    background: none;
    color: #999 !important;
}

.sb-disabled-treeview-item.k-state-selected {
    border: none;
    background: none;
}

.sb-disabled-treeview-item.k-state-active {
    border: none;
    background: none;
}

.sb-disabled-treeview-item.k-state-focused {
    border: none;
    background: none;
}

.sb-disabled-treeview-item:focus{
    outline: none !important;
}


/* 
======================================================================
KENDO TOOLBAR
====================================================================== 
*/

.sb-toolbar { 
    padding-left: 0px;
    padding-right: 10px;
    height: 45px;
}

.sb-row-relative {
    position: relative;
}


/* 
======================================================================
KENDO MOBILE BUTTON GROUP
====================================================================== 
*/

.km-button .km-state-active {
    background: #0070c0;
}
.km-button {
    border-color: #0070c0;
}



/* 
======================================================================
ACUITY UI ELEMENTS
====================================================================== 
*/
.abUiInline {
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.abUiInline label {
    background-color: #e9e9e9;
    border-color: #C8C8C8;
    border-style: solid;
    border-width: 1px 0 1px 1px;
    display: flex;
    margin: 0 !important;
    padding: 4px 10px;
}

.abUiInline .k-textbox {
    background-color: #ffffff;
    border: 1px solid #c8c8c8;
    border-radius: 0 !important;
    box-shadow: none !important;
    margin: 0;
    padding: 1;
    width: 180px;
}

.abWindowMargin {
    margin: 10px;
}

.limit-list {
    overflow-y: auto;
    max-height: 45px;
    border: none;
    box-shadow: none;
}

.windowFooter {
    background-color: #e2e2e2;
    border-radius: 0 0 3px 3px;
    border-top: 1px solid #c8c8c8;
    bottom: 0;
    flex-grow: 1;
    height: 50px;
    left: 0;
    position: absolute;
    width: 100%;
}


/* 
======================================================================
SCHEDULE BUILDER MISCELLANEOUS
====================================================================== 
*/

#scheduleSubscriptionGrid > .k-grid-content {
    height: 371px;
}

.sb-text-align-center {
    text-align: center;
}

.sb-text-align-right {
    text-align: right;
}

.sb-text-align-left {
    text-align: left;
}

.sb-center-element {
    margin: auto;
}

.sb-fade-text {
    color: #b0b0b0;
}

.sb-zero-margin {
    margin: 0;
}

.sb-full-width {
    width: 100%;
}

.sb-half-width {
    width: 50%;
}

.sb-third-width {
    width: 33%;
}

.sb-color-white {
    color: #ffffff;
}

.sb-color-bootstrap-blue {
    color: #0070c0;
}

.sb-transparent {
    background: none;
    border: none;
}

.sb-scheduleVersionRadioList {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.sb-newWindow-margins {
    margin: 10px 10px 10px 10px;
}

.sb-bottom-right-corner {
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.btn-size-margin-small {
    margin: 3px 3px 3px 3px;
    width: 50px;
}

.sb-section-inline {
    display: inline-block;
}

.sb-section-xsmall-left-margin {
    display: inline-block;
    margin-left: 5px;
}

.sb-section-small-left-margin {
    display: inline-block;
    margin-left: 12px;
}

.sb-section-medium-left-margin {
    display: inline-block;
    margin-left: 20px;
}

.sb-section-xsmall-right-margin {
    display: inline-block;
    margin-right: 5px;
}

.sb-section-small-right-margin {
    display: inline-block;
    margin-right: 12px;
}

.sb-section-medium-right-margin {
    display: inline-block;
    margin-right: 20px;
}

.sb-small-right-margin {
    margin-right: 10px;
}

.sb-xsmall-top-margin {
    margin-top: 5px;
}

.sb-small-margin-top {
    margin-top: 10px;
}

.sb-large-margin-top {
    margin-top: 40px;
}

.sb-medium-sides-margin {
    margin-left: 20px;
    margin-right: 20px;
}

.sb-small-medium-sides-margin {
    margin-left: 15px;
    margin-right: 15px;
}

.sb-row-xsmall-spacing {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 2px;
}

.sb-row-small-spacing {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 2px;
}

.sb-xsmall-margin-right {
    margin-right: 5px;
}

.sb-small-margin-right {
    margin-right: 10px;
}

.sb-small-margin-left {
    margin-left: 10px;
}

.sb-row-xsmall-bottom-margin {
    margin-bottom: 5px;
}

.sb-row-small-bottom-margin {
    margin-bottom: 10px;
}

.sb-row-medium-bottom-margin {
    margin-bottom: 20px;
}

.sb-row-medium-large-bottom-margin {
    margin-bottom: 25px;
}

.sb-row-large-bottom-margin {
    margin-bottom: 30px;
}

.sb-row-align-right {
    float: right;
}

.sb-row-align-left {
    float: left;
}

.sb-max-grid-height {
    height: 600px;
}

.sb-remove-border {
    border: none !important;
}

.sb-bottom-toolbar-btn {
    float: right;
    margin: 5px;
}

.sb-remove-padding {
    padding: 0 0 0 0 !important;
}

.sb-small-right-padding {
    padding-right: 10px;
}

.sb-center-button-image {
    display: inline-table;
    margin: auto;
}

.sb-large-font-style {
    font-size: 18px !important;
    font-family: Arial !important;
    white-space: nowrap;
}

.sb-float-right-transparent-menu {
    float: right;
    border: none;
    background: none;
}

.sb-no-list-style {
    list-style-type: none;
}

.sb-hidden {
    display: none;
}

.sb-bold-font {
    font-weight: bold;
}

.sb-small-tr-spacing {
    border-collapse: separate;
    border-spacing: 1px 12px;
}

.sb-instructions {
    font-size: 0.98em;
}

.sb-hint {
    font-size: 0.8em;
}

.sb-visibility {
    visibility: visible;
}

.sb-link {
    color: #428bca;
    text-decoration: underline;
}

.sb-link:hover {
    color: #036c9c;
    cursor: pointer;
}

.sb-no-list-view-style {
    list-style: none;
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
}

/* 
======================================================================
SCHEDULE BUILDER ELEMENT SPECIFIC
====================================================================== 
*/

#headerContainer.k-last.k-state-focused {
    border: none !important;
    box-shadow: none !important;
}

#activeCheckBoxContainer {
    margin-top: 6px;
}

/*Use if we no longer want the menu to wrap*/
/*#scheduleLinesMenu {
    min-width: 1572px;
}*/

#scheduleLinesMenu li.k-item {
    height: 31px;
}

#scheduleLinesMenu li.k-item > span {
    padding-left: 9px;
    padding-right: 9px;
}

#headerContainer {
    border-width: 0 0 0 0 !important;
}

#layoutMenu > li.k-item {
    border: none !important;
}

.k-context-menu ul li {
    max-height: 16px;
    max-width: 36px;
    margin: 0px 7px 0px 0px;
}

#bcc {
    margin-left: 65px;
}

#files {
    display: none;
}

#rolesCheckBoxList {
    vertical-align: top;
}

#scheduleContentContainer {
    max-height: 100%;
    padding: 10px;
}

#scheduleLines {
    background-color: #f5f5f5;
    padding: 5px 15px 15px 15px;
}

#scheduleVersionInfo {
    border-color: #f5f5f5;
    border-width: 1px;
    border-style: solid;
    padding: 15px;
}

#scheduleHeaderContainer {
    background-color: #0070c0;
    padding: 10px;
}

#scheduleFooterContainer {
    background-color: #0070c0;
    position: fixed;
    padding-top: 5px;
    padding-bottom: 5px;
    bottom: 0px;
    left: 0px;
    width: 100%;
}

#userNameMenuItem > span > .k-icon.k-i-arrow-s {
    background-image: url('MetroBlack/sprite.png') !important;
}

#schedulePreferencesMenu > li.k-state-hover {
    background-color: transparent !important;
    background-image: none;
}

#schedulePreferencesMenu > li > span.k-state-active {
    background-color: transparent !important;
    background-image: none;
}

#schedulePreferencesMenu .k-animation-container {
    left: auto !important;
    right: -3px !important;
}

#schedulePreferencesMenu.k-animation-container {
    margin-left: 20px;
}

#userNameMenuItem > div > ul.k-group {
    background-color: #0070c0 !important;
    color: #ffffff !important;
}

#scheduleLinesToolbar {
    border: none;
    min-width: 700px;
}

#scheduleLinesToolbar > a > img.k-image {
    display: inline-table;
    margin: auto;
}

#scheduleLinesToolbar > a.k-button {
    background: none;
    border: none;
}

#scheduleLinesToolbar > div.k-split-button > a > img.k-image {
    display: inline-table;
    margin: auto;
}

#scheduleLinesToolbar > div.k-split-button > a > .k-icon.k-i-arrow-s {
    background-image: none;
}

#scheduleLinesToolbar > div.k-split-button > a.k-split-button-arrow {
    margin-top: 20px;
    background: none;
    background-size: 10px;
    background-repeat: no-repeat;
    background-image: url('../Images/down_arrow.png') !important;
    background-position-y: 11px;
    border: none;
}

#scheduleLinesToolbar > div.k-overflow-anchor {
    border-width: 1px !important;
    border-radius: 4px !important;
}

#scheduleLinesToolbar.k-toolbar-resizable {
    overflow: visible !important;
}

#scheduleLinesToolbar > a.k-button:hover {
    background-color: #ebebeb;
}

#scheduleLinesToolbar > a.k-button.k-state-disabled:hover {
    background: none;
}

#scheduleLinesToolbar > a.k-button:active {
    color: #999 !important;
}

#btnVisual {
    background: none;
    border: none;
}

#btnGearToolMore {
    background: none;
    border: none;
}

#navigationToolbar {
    padding-bottom: 10px;
    box-shadow: none;
}

#navigationToolbar > div.k-button-group > a.k-toggle-button {
    border: none;
    background: none;
    color: #000000;
    text-decoration: underline;
    font-weight: bold;
    margin-right: 10px;
}

#navigationToolbar > div.k-button-group > a.k-toggle-button.k-state-active {
    color: #0070c0 !important;
    text-decoration: none !important;
}

#moreMenuItem > span.k-link {
    padding-top: 20px;
}

#moreMenuItem > span.k-link > span {
    display: none;
}

#footerMoreMenu > li.k-state-hover {
    background-color: transparent !important;
    background-image: none;
}

#footerMoreMenu > li > span.k-state-active {
    background-color: transparent !important;
    background-image: none;
}

#moreMenuItem > div > ul.k-group {
    background-color: #0070c0 !important;
    color: #ffffff !important;
}

#scheduleVersionLabel {
    display: inherit;
    margin-top: 5px;
}

#versionInfoDiv {
    width: 1000px;
}

#rightCol {
    float: right;
    width: 600px;
}

#leftCol {
    width: 400px;
}

#layoutMenu {
    margin: 0;
}

#layoutMenu > li > div > ul.k-group {
    box-shadow: 0px 5px 10px rgba(0,0,0,0.2);
}

#layoutMenu > li > span.k-link {
    padding-bottom: 8px;
}

#layoutMenu > li > span.k-link > img.k-image {
    display: inline-table;
    margin: auto;
}

#layoutMenu > li > span.k-link > span.k-icon {
    background-image: url("../Images/down_arrow.png") !important;
    background-size: 10px !important;
    background-position: 5px 7px !important;
}

#otherMenu {
    margin: 0;
}

#otherMenu > li.k-item {
    border: none;
}

#otherMenu > li > span > img {
    display: inline-table;
    margin: auto;
}

#otherMenu > li > span.k-link > span.k-icon {
    background-image: url("../Images/down_arrow.png") !important;
    background-size: 10px !important;
    background-position: 5px 7px !important;
}


#scheduleLinesToolbar > div.k-separator {
	line-height: 48px;
	margin-bottom: 5px;
}

#layoutBottomRow  {
	width: 325px;
}

#txtLayoutName {
    margin-top: 5px;
    width: 215px;
    border-radius: 0px;
}

#listAvailableCols > ul > li.k-item {
    padding: 0px;
    color: #000000;
}

#listSelectedCols > ul > li.k-item {
    padding: 0px;
    color: #000000;
}

#schGrid {
    height: 100%;
}

#preferencesMenuHeader {
    opacity: 1;
}

#preferencesMenuHeader > span {
    color: #ffffff;
}

#productSpecSheetContainer > li > ul > li > div > input {
	position: static !important;
}

#productSpecSheetContainer > li.km-group-container {
    margin-bottom: 20px;
}

#productSpecSheetContainer > li.km-group-container > div.km-group-title {
	border: none;
    text-indent: 0px;
}

#productSpecSheetContainer > li > ul.km-list > li {
	background: none;
	border: none;
}

#productSpecSheetContainer > li > ul.km-list {
	border-color: #f5f5f5;
	border-style: solid;
	border-width: 2px;
}

/*#preferencesMenuHeader > span:before,
#preferencesMenuHeader > span:after {
    content: "" !important;
    position: absolute !important;
    height: 5px !important;
    border-top: 1px solid white !important;
    top: 0 !important;
    width: 40% !important;
}*/



/* 
======================================================================
SCHEDULE BUILDER PRINT SPECIFIC
====================================================================== 
*/
.printRight {
    float: right;
}

.printLeft {
    float: left;
}

#txtMessage:-ms-input-placeholder {
    color: #adadad;
}

#printFooter {
    position: absolute;
    padding-top: 10px;
    padding-bottom: 10px;
    bottom: 0px;
    left: 0px;
    width: 600px;
    border-style: solid;
    border-width: 1px 0 0 0;
    border-color: #ccc;
    background-color: #f5f5f5;
}

#printEmailButtons {
    width: 185px;
}

#printContactsContainer {
    max-height: 58px;
    overflow-y: auto;
    border: none;
    box-shadow: none;
}

.k-header .k-item .k-link .k-image {
    display: block;
    margin: auto;
    height: 20px;
}

.more-icon {
    height: 7px !important; 
}

.scheduleMain .box {
    background-color: #f4f4f4;
    border: 1px solid #c8c8c8;
    display: inline-block;
    position: relative;
    width: 100%;
}

.scheduleMain .box .rfa-iframe {
    width: 100%;
    min-height: 750px;
}
