﻿html,body {
    height:100%;
}


span.activated {
    background-image: url("images/tick-green.png");
    width: 28px;
    height: 24px;
    background-size: 100% 100%;
    position:relative;
    display:block;
    margin:auto;
    border-style:none;
    border:0px;
    outline:none;
  }
.uppercase {
    text-transform: uppercase;
}

.MainMenuNotSelected a
{
    font-weight: normal !important;
    color: #BA5050 !important;
}

.subMenu span
{
    padding-right: 15px;
}

.subMenuTitle
{
    font-weight: bold;
    color: #000000;
}

.subMenuSelected
{
    font-weight: bold;
}

.subMenuNotSelected
{
}

.subMenuSelectedNotLink
{
    color: #BA5050;
}

.subMenu
{
    padding-bottom: 15px;
}

.dataContainer
{
    clear: both;
}

.successMessage
{
    font-weight: bold;
    font-size: 1.3em;
    color: #00BE00;
}

.warningMessage
{
    font-weight: bold;
    font-size: 1.3em;
    color: #B79900;
}

.failureMessage
{
    font-weight: bold;
    font-size: 1.3em;
    color: #ff0000;
}

.innerData
{
    float: left;
}

.innerData li
{
    max-width: 1000px;
}

.innerData .odd
{
    background-color: #E5F7FF;
}

.innerData .even
{
}

.innerTitle
{
    font-weight: bold;
    font-size: 1.2em;
}

.innerLabel
{
    float: left;
    width: 275px;
}

.roleList li
{
    list-style: none;
    width: 500px;
}

.roleList .even
{
    background-color: #E5F7FF;
}

a.deleteButton
{
    display: block;
    float: left;
    overflow: hidden;
    background: url(Images/delete.png) no-repeat top left;
    width: 15px;
    height: 15px;
    margin-top: 4px;
}

a.deleteButton:link
, a.deleteButton:hover
, a.deleteButton:active
, a.deleteButton:visited
{
    text-decoration: none;
    color: #ffffff;
}

.body
{
    /*background-color: #656565;*/
    font-size: .75em;
    font-family: Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #696969;
    
}
.body.nobg{
    background-color: #ffffff;
}

a:link
{
    color: #BA5050;
    text-decoration: underline;
}
a:visited
{
    color: #BA5050;
}
a:hover
{
    color: #FF1E1E;
    text-decoration: none;
}
a:active
{
    color: #1CA4FF;
}

p, ul
{
    margin-bottom: 20px;
    line-height: 1.6em;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
}

h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}

h2
{
    padding: 0 0 10px 0;
}

h3
{
    font-size: 1.2em;
}

h3 span
{
    margin-left: 25px;
}

h3 span label
{
    margin-left: 10px;
    font-weight: bold;
    color: #0CB2FF;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}
.page.full
{
    width: 98%;
    background-color: #ffffff;
    height:calc(100% -1);
}


#header
{
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
}

#header h1
{
    font-weight: bold;
    margin: 0;
    color: #fff;
    border: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 32px !important;
    background-image: url(Images/logo.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 270px;
}

#header a
{
    text-decoration: none;
}

#header ul a:hover
, #header ul a:active
{
    text-decoration: none;
}

#header ul a:link
, #header ul a:visited
{
    text-decoration: underline;
}


.full #main
{
    padding: 5px 5px 5px 5px;
}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu
{
    border-bottom: 1px #656565 solid;
    padding: 0 0 2px;
    position: relative;
    margin: 0;
}

ul#menu li
{
    display: inline;
    list-style: none;
}

ul#menu li#greeting
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    color: #fff;
}

ul#menu li a
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: underline;
    line-height: 2.8em;
    background-color: #EFF4F9;
    color: #F20404;
}

ul#menu li a:hover
{
    background-color: #fff;
    text-decoration: none;
    color: #FF1E1E !important;
}

ul#menu li a:active
{
    background-color: #BCE8FF;
    text-decoration: none;
}

ul#menu li.selected a
{
    text-decoration: underline;
    background-color: #fff;
    color: #000;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset 
{
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #CCC;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input[type="text"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

input[type="password"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

/* TABLE
----------------------------------------------------------*/

table 
{
  border: solid 1px #EFF4F9;
  border-collapse: collapse;
}

table td 
{
  padding: 5px;   
  border: solid 1px #EFF4F9;
}

table th
{
  padding: 6px 5px;
  text-align: left;
  background-color: #EFF4F9; 
  border: solid 1px #EFF4F9;   
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}


#menucontainer
{
    margin-top:40px;
}

div#title
{
    display:block;
    float:left;
    text-align:left;
}

#logindisplay
{
    font-size:1.1em;
    display:block;
    text-align:right;
    margin:10px;
    color:White;
}

#logindisplay a:link
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:visited
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:hover
{
    color: white;
    text-decoration: none;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label,
.editor-label,
.display-field,
.editor-field
{
    margin: 0.5em 0;
}

.editor-field
{
    color: #000;
}

.text-box
{
    width: 30em;
}

.text-box.multi-line
{
    height: 6.5em;
}

.tri-state
{
    width: 6em;
}

.formSubContainer
{
    float: left;
    margin: 10px 20px 10px 10px;
    max-width: 600px;
}

.formSubContainer textarea
{
    width: 350px;
    height: 100px;
    font-family: Verdana,Helvetica,Sans-Serif;
    font-size: 14px;
}

#contactInfoData
, #creditCardData
{
    line-height: 2em;
}

#contactInfoData label
, #creditCardData label
{
	float: left;
    font-weight: bold;
    width: 150px;
}

.productLevelList .productName
{
    min-width:215px;
    display:inline-block;
}

.fieldBlock
{
    margin-bottom: 20px;
}

a:hover.button {
   background-color: #999;
}

a.button 
{
    margin: 0 .16em;
    vertical-align: middle;
    text-decoration: none;
    border-radius: 4px;
    color: #2e2e2e;
    border-color: #c5c5c5;
    background-color: #e3e3e3;
    background-image: none,linear-gradient(to bottom,rgba(255,255,255,.6) 0,rgba(255,255,255,.0) 100%);
    display: inline-block;
    box-shadow: none;
    border-style: solid;
    border-width: 1px;
    padding: 2px 7px 2px;
    font-family: inherit;
    line-height: 1.72em;
    text-align: center;
    cursor: pointer;
  
}
.icontext
{
    overflow: visible;
}
.icon
{
    vertical-align: text-top;
    margin-left: -0.3rem;
    background-image: url('images/sprite.png');
    border-color: transparent;
    opacity: .8;
    display: inline-block;
    width: 16px;
    height: 16px;
    overflow: hidden;
    background-repeat: no-repeat;
    font-size: 0;
    line-height: 0;
    text-align: center;
}
.add-button
{
    background-position: -32px -64px;
}

.save-button
{
    background-position: -32px -31px;
}

.cancel-button
{
    background-position: -32px -15px;
}


.val-text 
{
    color:red;
    font-weight:bold;
}
.success-text
{
    color:green;
    font-weight:bold;
}

.breadcrum
{
    font-weight:bold;
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
/**/
}
.color-swatch
{
    width:30px;
    height:30px;
    display:block;
}

.titletext:after
{
    content:"Bernina Control Center";
}



/*.serialNumbers input[type="text"]{
    width:200px;
}
.serialNumbers select{
    width:222px;
}*/

/*.serialNumbers.search input[type="text"] , .serialNumbers.search select{
    width:200px;
}*/



.serialNumbers .left, .serialNumbers .right{
    margin:8px;
}

.summary.errors{
    font-weight: bold;
    color: #ff0000;
}
.summary.success{
    font-weight: bold;
    color: #00BE00;
}


a.csv
{
    display: block;
    /*float:left;*/
    background-image: url("images/csv.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    background-size: 50px 50px;
    cursor: pointer;
    height: 100%;
    position: relative; 
    width: 50px;
    min-height:50px;
    margin:10px;
    vertical-align: middle;

}

td.actionList{
    width: 30px;
}
a.actions
{
    display: block;
    float:left;
    background-image: url("images/setting-gear.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    background-size: 25px 25px;
    cursor: pointer;
    height: 100%;
    position: relative;
    width: 25px;
    min-height:25px;
    margin:auto;
}
.reason-info{
    font-size:10px;
}

.input-error
{
    border:1px solid red;
}

td span.success {
    background-image: url("images/tick-green.png");
    width: 16px;
    height: 16px;
    background-size: 100% 100%;
    position:relative;
    display:block;
    margin-left:15px;
    border-style:none;
    border:0px;
    outline:none;
  }

td span.failed {
    background-image: url("images/cross-red.png");
    width: 16px;
    height: 16px;
    background-size: 100% 100%;
    position:relative;
    display:block;
    margin-left:15px;
    border-style:none;
    border:0px;
    outline:none;
  }

.nodata
{
    font-size: 20px;
    margin: auto;
    text-align: center;
    color:red;
}
.loader {  
    display : block;  
	position : fixed;
	background-image : url('images/loader-1.gif');   
	background-repeat : no-repeat;
	background-position : center;
	left : 0;
	bottom : 0; 
	right : 0;
	top : 0;
	margin:auto;
    width:128px;
    height:128px;
}

.action-list a
{
    display:block;
    width:100%;
}






.add-model-list
{
    overflow-y: auto;
    height:130px;
    margin: 10px 10px 10px 0;
}
.add-model-list div {
    
    float: left;
    padding: 1px;
    height: 30px;
    width: 49%;
    display:inline-flex;
}

.add-model-list div label.checked, .hoopList label.checked{
    background: url(images/tick.jpg);
    background-size: 100%;
}
.hoopList label
{
    border: 0px !important;
}
.add-model-list label, .hoopList label{
    border: 1px solid #888;
    margin: 5px 5px 5px 0;
    background: #ddd;
    height: 20px;
    width: 20px;
    display: block;
}
.add-model-list span{
    float:left;
    line-height: 30px;
    overflow: hidden;
   
}
.add-model-list div label {
    /* IE10 Consumer Preview */ 
    background-image: -ms-linear-gradient(bottom right, #FFFFFF 0%, #C7C7C7 100%);
    /* Mozilla Firefox */ 
    background-image: -moz-linear-gradient(bottom right, #FFFFFF 0%, #C7C7C7 100%);
    /* Opera */ 
    background-image: -o-linear-gradient(bottom right, #FFFFFF 0%, #C7C7C7 100%);
    /* Webkit (Safari/Chrome 10) */ 
    background-image: -webkit-gradient(linear, right bottom, left top, color-stop(0, #FFFFFF), color-stop(1, #C7C7C7));
    /* Webkit (Chrome 11+) */ 
    background-image: -webkit-linear-gradient(bottom right, #FFFFFF 0%, #C7C7C7 100%);
    /* W3C Markup, IE10 Release Preview */ 
    background-image: linear-gradient(to top left, #FFFFFF 0%, #C7C7C7 100%);
}

.hoops .error
{
    border:1px solid red;
    color:black;
}

.hoops #upload_picker
{
    width:200px;
    
}

.hoops .fieldBlock
{
    margin-bottom: 12px;
}
.delete{
    cursor:pointer;
}


section.job-history h2 {
    width:100%;
    text-align:center;
    padding:0px;
    margin:0px;
    line-height: normal;
}
.job-history .outer {
    background: #85b5d9 none repeat scroll 0 0;
    border: 1px solid #a6c9e2;
    position:relative;
    padding-top: 37px;
}
.job-history tr {
    overflow-y: hidden;
    background-color: #fff;
}
.job-history table {
    border-spacing: 0;
    width:100%;
    
}
.job-history th {
    background-color: #fff;
    border: medium none;
    color: transparent;
    height: 0;
    line-height: 0;
    padding-bottom: 0;
    padding-top: 0;
    white-space: nowrap;
}
.jobs .job-history .container {
    background: #fff none repeat scroll 0 0;
    height: 300px;
    overflow-y: auto;
}
.job-history th:first-child div {
    border: medium none;
}
.job-history th div {
    /*background: #85b5d9 none repeat scroll 0 0;*/
    background: transparent none repeat scroll 0 0;
    border-left: 1px solid #a6c9e2;
    color: #fff;
    line-height: normal;
    margin-left: -6px;
    padding: 9px 6px;
    position: absolute;
    top: 0;
}
.job-history td.Completed {
    background: transparent none repeat scroll 0 0;
    border-left: 1px solid #a6c9e2;
    color: #fff;
    line-height: normal;
    margin-left: -6px;
    padding: 9px 6px;
    position: absolute;
    top: 0;
}
.job-history span.Completed {
    background-image: url("svg/icon_success.svg");
    width: 32px;
    height: 32px;
    background-size: 100% 100%;
    position:relative;
    display:block;
    margin:auto;
    border-style:none;
    border:0px;
    outline:none;
  }
.job-history span.Failed {
    background-image: url("svg/icon_error.svg");
    width: 32px;
    height: 32px;
    background-size: 100% 100%;
    position:relative;
    display:block;
    margin:auto;
    border-style:none;
    border:0px;
    outline:none;
  }


.dashboard section.job-history {
    position: relative;
    width:275px;
}
.dashboard .job-history .container {
    background: #fff none repeat scroll 0 0;
    height: 300px;
    overflow-y: auto;
}

.jobs .job-history .container {
    background: #fff none repeat scroll 0 0;
    height: 500px;
    overflow-y: auto;
}
/*column layout for configuration*/
.left
{
    width:10%;
    float:left;
}
.right
{
    width:90%;
    float:right;
}
#subMenu
{
    margin-left:-30px;
    display: inline;
    list-style: outside none none;
}

#subMenu .selected 
{
    font-weight:bold;
}
.subMenu .refresh
{
    float:right;
    display:none;
}


.dialog-toolbar{
    position:absolute;
    bottom:10px;
    right:10px;
}


.xdsoft_datetimepicker
{
    margin-left:7px;
    margin-top:10px;
}

input[type="text"].error{
    border:2px solid red;
}

.devLogs input[type="text"]
{
    width:400px;
}

.developerLogs table
{
    width:100%;
}
.developerLogs .title, .developerLogs table th{
    font-weight:bold;
}
.developerLogs textarea
{
    width:100%;
    height:150px;
}

#diaManageProducts select{
    width:250px;
    font-weight:bold;
    font-size: 16px;
    margin: 10px 0px;
}



#info
{
    width:100%;
    text-align:center;
    font-size:15px;
}
#versionNumber {
    bottom: 15px;
    color: white;
    font-size: 1.5em;
    text-align: right;
}
.icon-delete {
    background-image: url("svg/icon_delete.svg");
    width: 32px;
    height: 32px;
    background-size: 100% 100%;
    position: relative;
    display: block;
    margin: auto;
    border-style: none;
    border: 0px;
    outline: none;
    background-color: #85B5D9;
    cursor: pointer;
}

.icon-edit {
    background-image: url("svg/icon_edit.svg");
    width: 32px;
    height: 32px;
    background-size: 100% 100%;
    position: relative;
    display: block;
    margin: auto;
    border-style: none;
    border: 0px;
    outline: none;
    background-color: #85B5D9;
    cursor: pointer;
}