h1,
.edit-form td,
.items-list td,
.edit-form td input,
.edit-form td select,
.search-form input,
.search-form select,
.ui-autocomplete-input,
.form-textarea,
.search-form h2,
.form-seach-by-head,
.filter-selectall,
ul.form-search-by, 
.form-search-keyword .head,
.form-search-separate .head,
.form-no-results,
.form-list-results-found,
.items-list tr.header th a,
.items-list tr.header th
{
    font-family: 'Exo 2', sans-serif;
}

h1 {
	    font-weight: 800;
}

.edit-form,
.items-list,
.search-form
{
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    padding: 1px 5px;
    margin: 10px 2px 5px 2px;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    0px 2px 3px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         0px 2px 3px 0px rgba(50, 50, 50, 0.75);  
}

.edit-form td,
.items-list td
{
    color: #222;
    font-size: 14px;
    vertical-align: top;
}

.edit-form td {
    padding: 1px 3px;
    border: none !important;
}

.edit-form .items-list td {
    max-width: 500px;
}

.items-list th {
 text-align: left;   
}

.items-list td {
/*    max-width: 600px;
*/
}

.form-textarea,
.edit-form td input,
.edit-form td select,
.search-form input,
.search-form select,
.subparents-list input,
.subparents-list select
{
     border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 2px 10px;
}

.edit-form td select option.selected,
.search-form select option.selected,
ul.checkboxes li label.selected
{
    color: #1111ff;
    font-weight: bold;
}

.edit-form td input[type="button"],
.edit-form td input[type="submit"]
{
    color: #222;
    background: #ddd;
    padding: 8px;
}

.edit-form td.label {
    font-weight: bold;
    width: 22%;
}

.edit-form td.value {
}

.plain {
    background: none;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin: 0px;
/*    min-width: 580px !important;
*/    diplsay: block;
}

.textarea-no-edit {
    min-width: 100px;
    max-width: 250px;
}

.items-list {
/*    min-width: 40%;*/
    padding: 2px;
    margin-left: auto;
    margin-right: auto;
}

.items-list td {
    padding: 2px 5px 0 5px;
    border-right: 1px solid #eee;
}

.items-list td:last-child {
    border: none;
}

.items-list tr.header {
}

.items-list tr.header th {
    border-bottom: 1px solid #ccc;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 5px 10px;
/*
    background: #ddd;
*/
    background: #7DCBFF;
}

.items-list tr.header th a {
    font-size: 14px;
    color: #000055;
}

.items-list tr.header th {
    font-size: 14px;
    color: #444;
}

.search-form {
    overflow: hidden;
    padding: 10px;
    margin-bottom: 20px;
}

.search-form h2 {
    color: #333;
    font-size: 18px;
    font-weight: 800;
    margin: 1px 0 1px 0;
}

.form-search-keyword {
}

.form-search-separate {    
}

.form-seach-by-head {
    color: #333;
    font-size: 13px;
    font-weight: 800;
    cursor: pointer;
    margin: 5px 0;
}

.form-seach-by-head:hover {
    color: #666;
    text-decoration: underline;
}

ul.form-search-by {  
    color: #333;
    font-size: 12px;
    font-weight: 500;
}

ul.form-search-by li {
    padding: 0px;
}


.form-search-keyword,
.form-search-separate
{
/*    float: left; */
    display: inline-block;
    margin-right: 20px;
}

.form-search-keyword .head,
.form-search-separate .head
{
    color: #333;
    font-size: 13px;
    font-weight: 600;
    padding-bottom: 4px;
    border-bottom: 1px solid #ddd; 
    margin-bottom: 10px;
}

.form-search-separate ul.checkboxes {
    list-style-type: none;
    -webkit-padding-start: 0;   
    max-width: 500px;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}

.form-no-results {
    color: #990000;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}

.form-list-results-found {
    color: #222;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.form-image-show {
    float: left;
    width: 400px;
    margin: 20px;
}    

.form-image-remove {
    float: left;
    bottom: 0px;
    padding: 100px 0 0 20px;
    margin: 20px;    
    vertical-align: middle;
    width: 200px;
}

.form-image-add {
    float: none;
    font-weight: bold;
    margin: 15px 0;
    padding-top: 15px;
    border-top: 1px solid #ccc;
}

.form-list-collapse-text {
    
}

.form-list-collapse {
  cursor: pointer;
  position: relative;
  background: url('../images/plus.png') no-repeat;
  margin: 1px;
  width: 25px;
  height: 25px;
}

.form-list-collapse-expanded {
   background: url('../images/minus.png') no-repeat;
}

.nav-pages {
    float: right;
    vertical-align: inherit;
}
.nav-pages-title {
    float: left;
    font-size: 11px;
    font-weight: bold;
    padding-right: 8px;
    line-height: 25px;
}
.nav-pages a:link,
.nav-pages a:visited,
.nav-pages a:hover,
.nav-pages a:active
{
    border: medium none;
    color: #ffffff;
    font-family: MetaPlusMedium;
    font-size: 10pt;
    line-height: 25px;
}

.nav-pages .nav-links-right a:link,
.nav-pages .nav-links-right a:visited,
.nav-pages .nav-links-right a:hover, 
.nav-pages .nav-links-right a:active
{
    color: gray;
}

.nav-pages a.right-arrow,
.nav-pages a.left-arrow
{
    float: left;
}

.nav-pages .current-page {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    font-family: Exo2;
    font-size: 10pt;
    font-weight: normal;
    line-height: 25px;
    margin-left: 1px;
    margin-right: 1px;
    padding: 0 4px;
}

.nav-pages .right-delimiter {
    margin-left: 1px;
    margin-right: 1px;
}

.nav-links-left {
    height: 21px;
    padding: 0 0 0 2px;
}

.nav-links-right {
    background: white;
    float: left;
    height: 25px;
    min-width: 25px;
    padding: 0 2px 0 0;
    border-top: 1px solid lightgray;
    border-right: 1px solid lightgray;
    border-bottom: 1px solid lightgray;
}

.current-nav-links-left {
    height: 21px;
    padding: 0 0 0 2px;
}

.current-nav-links-right {
    background: #34a140;
    float: left;
    height: 25px;
    min-width: 25px;
    padding: 0 2px 0 0;
    border-top: 1px solid lightgray;
    border-right: 1px solid lightgray;
    border-bottom: 1px solid lightgray;
}

.nav-pages > div:nth-child(2) {
    border: 1px solid lightgray;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -o-border-top-left-radius: 5px;
    -o-border-bottom-left-radius: 5px;
    -khtml-border-top-left-radius: 5px;
    -khtml-border-bottom-left-radius: 5px;
    background-clip: padding-box;
}

.nav-pages > div:last-child {
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -o-border-top-right-radius: 5px;
    -o-border-bottom-right-radius: 5px;
    -khtml-border-top-right-radius: 5px;
    -khtml-border-top-right-radius: 5px;
    background-clip: padding-box;
}

.form-ajax-edit {
    cursor: text;
    text-align: left;
    display: inline;
    margin: 2px;
    min-width: 20px;
}

.form-delete {
    background: url('../images/delete.png') no-repeat;
    cursor: pointer;
    display: inline;
    padding: 0 8px;   
}

.nowrap {
    white-space: nowrap;
}

a.form-button-add {
    background: #ddd;
    color: #222;
    display: block;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    line-height: 7px;
    border: 1px solid #222;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    width: 10px;
    height: 10px;
    padding: 5px;
    margin-left: 5px;
     -webkit-box-shadow: 0px 2px 3px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    0px 2px 3px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         0px 2px 3px 0px rgba(50, 50, 50, 0.75);  
}

a.form-button-add:hover {
    background: #eee;
    color: #111;
}

.color-dot {
    float: left;
    width: 4px;
    height: 4px;
    margin-top: 7px;
}

.new-added {
    background: #FA8E8E !important;
}

.form-textarea {
    height: 175px; 
    width: 580px;
}

.items-list tr.listinghover {
    background: #FAEB48;
    background: #FDFFD4;
}

.filter-input {
    background: #FAF88E;
}

.filter-selectall {
    font-weight: bold;
}

.form-chart {
    width: 330px;
    height: 265px;
    overflow: hidden;
}

.subparents-list {
    padding-left: 15px;
}

.subparents-list h4 {
    margin-bottom: 0px;
}

.subparents-list ul {
    margin-top: 5px;
    margin-left: 10px;
    padding-left: 10px;
    list-style-type: none;
    float: left;
}

.subparents-list ul li {
    width: 400px;
}

.parents-block {
    float: left;
    margin-right: 20px;
}

.parents-block-header {
    width: 100%;
    min-width: 970px;
    float: left;
    background: #9DF059;
    padding: 0px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin: 0px 0px 5px 0px;
    vertical-align: middle;
}

.parents-block-header h3 {
    margin: 0px !important;
}

.parents-block-header table td {
    border: 0px !important;
}

.parents-list,
.parents-list-chart
{
    float: left;
}

.parents-list-chart {
    margin-left: 20px;
}

.parents-list h4 {
    background: #E9F502;
    padding: 3px 10px 3px 30px;
    margin-top: 3px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.parents-list .selector {
    float : left;
    min-width: 140px;
}

.parents-list h5 {
    font-size: 13px;
    margin: 3px 0;
}

.no-serials-avail {
    color: #ff2222;
    padding-left: 20px;
}

.showroom-i {
    border: 1px solid #ccc;
    background: #34a140;
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    line-height: 7px;
    border: 1px solid #fff;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    width: 10px;
    height: 10px;
    margin: 2px 5px;
     -webkit-box-shadow: 0px 2px 3px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    0px 2px 3px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         0px 2px 3px 0px rgba(50, 50, 50, 0.75);
    cursor: pointer;
    position: absolute;
    padding: 3px 3px 3px 3px;
    text-align: center;    
}

.text-column,
.form-ajax-edit
{
    position: relative;
    max-width: 350px;
    height: 30px;
    overflow-y: hidden;
}

.text-column .read-more {
    color: #ff1111;
    background: #fff;
    border: 1px solid #ccc;
    padding: 3px;
    position: absolute;
    right: 3px;
    bottom: 0px;
    opacity: 0.6;
    cursor: pointer;
    white-space: nowrap;
     -webkit-border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    -o-border-top-right-radius: 5px;
    -o-border-top-left-radius: 5px;
    -khtml-border-top-right-radius: 5px;
    -khtml-border-top-left-radius: 5px;
}

.parents-block .form-list-collapse {
    width: auto;
    height: 25px;
    padding: 3px 0px 0px 30px;
    color: #333;
    font-weight: bold;   
}

.avail-skus-table {
    border-right: 1px solid #ccc !important;
    margin-right: 20px;
    padding-right: 5px;
    width: 300px;
}

.not-avail-skus-table {
    width: 200px;
}

.avail-skus-table h5 {
    color: #37AD0C;
    text-decoration: underline;
}

.not-avail-skus-table h5 {
    color: #ff0000;
    text-decoration: underline;
}

table td.discontinued {
    color: #ff1111;
    outline: 1px solid #ff1111;
    font-size: 14px;
}

.loading-spinner {
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.7;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 2000;    
}

.ball {
    position: fixed;
    top: 50%;
    left: 50%;    
    background-color: rgba(0,0,0,0);
    border: 5px solid rgba(0,183,229,0.9);
    opacity: .9;
    border-top: 5px solid rgba(0,0,0,0);
    border-left: 5px solid rgba(0,0,0,0);
    border-radius: 50px;
    box-shadow: 0 0 35px #2187e7;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    -moz-animation: spin .5s infinite linear;
    -webkit-animation: spin .5s infinite linear;
    opacity: 1;
}

.ball1 {
    top: 50%;
    background-color: rgba(0,0,0,0);
    border: 5px solid rgba(0,183,229,0.9);
    opacity: .9;
    border-top: 5px solid rgba(0,0,0,0);
    border-left: 5px solid rgba(0,0,0,0);
    border-radius: 50px;
    box-shadow: 0 0 15px #2187e7;
    width: 30px;
    height: 30px;
    left: 30px;
    margin: 10px auto;
    position: relative;
    -moz-animation: spinoff .5s infinite linear;
    -webkit-animation: spinoff .5s infinite linear;
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
    };
}

@-moz-keyframes spinoff {
    0% {
        -moz-transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(-360deg);
    };
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    };
}

@-webkit-keyframes spinoff {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(-360deg);
    };
}
