.container {
    width: 1280px !important;
}

#myDA, #newDA, #carrierList {
    /* width: 100%; */
}

#login-form .row label {
    width: 50px;
}

body {
    font-size: 12px !important;
}

div.form input, div.form textarea, div.form select {
    margin: 0 !important;
}

div.view {
    margin: 3px 0 !important;
}

th, td, caption {
    padding: 4px 5px 2px 5px !important;
}

.ui-tabs-panel #radio label {
    width: 70px !important;
    float: left;
    display: block;
}

.ui-tabs-panel {
    padding: 7px !important;
    font-size: 10px !important;
}

.price {
    font-size: 9px !important;
}

div.form label {
    display: inline-block;
}

/* JOOMLA inherited */
#main div ul { margin: 0; }

div.clr, div#clr {
    clear:both;
}

div.filters {
    margin: 0px 0px 5px 0px;
}

div.colapsable {
    border: 1px solid #77bbbd;
    margin-bottom: 5px;
}

div.colapseAction {
    background-color: #77bbbd;
    padding-left: 5px;
}

div.colapseBox {
    padding: 3px 3px 3px 3px;
}

div.colapsable span#off {
    display:none;
}

div.colapseAction .ki-inline-icon {
    display: inline-block;
}

div.colapseAction span {
    height: 16px;
    display: inline-block;
}

span#colapseText {
    font-weight: normal;
}

div.tabsWrapper {
    margin: 5px 0 5px 0;
}

div.tabsWrapper ul {
    margin: 0 0 0 0;
}

ul#tabs li span,
.ui-tabs li span
{
    padding: 0px 0px 0px 5px;
    display: inline-block;
    background-color: inherit;
}
ul#tabs li span#total{
    width: 15px;
    text-align: right;
}
ul#tabs li{
    float: left;
    background-color: #e5dfcc;
    list-style-type:none;
    border-top: 1px solid #dadbd5;
    border-left: 1px solid #dadbd5;
    border-right: 1px solid #dadbd5;
    cursor: pointer;
}
ul#tabs li.active {
    font-weight: bold;
    background-color:#157DEC !important;
}
ul#tabs li.active span{
    z-index:100;
    background-color:#157DEC !important;
}
ul#tabs li.highlight {
    background-color: red;
}

div.tabContent {
    border: 1px solid #dadbd5;
    display:none;
    margin-top: -1px;
}
div.tabContent#item-0 {
    border: 1px solid #dadbd5;
    display: block;
}

div.description {
    background-color: #dfcea1;
    width: 250px;
}
div.controlset .description {
    background-color: #dfcea1;
    width: 150px;
}
div.shortdesc {
    background-color: #dfcea1;
    width:80%;
}

table.kiTable-inner {
    margin: 3px 3px 3px 3px;
}

table.kiTable {
    border-spacing: 0;
    border: 1px solid grey;
}

table.kiTable th {
    border: 1px solid grey;
    background-color: #75adb1;
    padding: 2px 3px 2px 3px;
}

table.kiTable td {
    border: 1px solid #75adb1;
    padding: 2px 3px 2px 3px;
}

.text-size {
    font-size: 1.3em;
}

.selectionHeader {
    border: 1px solid grey;
    background-color: #75adb1;
}

.selectionContent {
    border: 1px solid grey;
}

input:focus, select:focus, textarea:focus
{
    border-color: #87CEEB;
    background-color: #F0F8FF;
}

input:hover, select:hover, textarea:hover
{
    border-color: #87CEEB;
    background-color: #F0F8FF;
}

td.ltbBorder {
    border-left: 1px solid #75adb1;
    border-top: 1px solid #75adb1;
    /*border-right: 1px solid #75adb1;*/
    border-bottom: 1px solid #75adb1;
}

td.trbBorder {
    /*border-left: 1px solid #75adb1;*/
    border-top: 1px solid #75adb1;
    border-right: 1px solid #75adb1;
    border-bottom: 1px solid #75adb1;
}

td.noBorder,
table.kiTable td.noBorder
{
    border: 0px solid grey;
    padding: 2px 3px 2px 3px;
}
table.noBorder {
    border: 0px solid grey;
}

table#service-list{
    border-spacing: 0px 3px;
}

#service-list td#serviceproduct,
#service-list th#serviceproduct,
#service-list td#serviceitem,
#service-list th#serviceitem {
    width: 200px;
}

#service-list td#comment,
#service-list th#comment {
    width: 100px;
}

button.imgBtn {
    background-color: inherit;
    cursor: pointer;
    border-width: 0px;
    padding: 0;
    margin: 0;
}

input.kiBtn {
    font-size:11px;
    font-family:Verdana,sans-serif;
    font-weight:bold;
    color:#888888;
    background-color:#EEEEEE;
    border-color: #BBBBBB;
    border-style: solid;
    border-width: 2px;
}
input.kiBtn:hover {
    color: #6666AA;
    background-color: #EEEEF4;
    border-color: #9999DD;
}

table#partners-list {
    width: 800px;
}
table.itemsList td,
table#status-hist td,
table#invoice-hist td,
table#payment-hist td {
    border: 1px solid #75adb1;
}

.ok {
    background-color: #22ff22;
}

tr.header th,
th.header {
    border-left: 1px solid grey;
    background-color: #75adb1;
    padding-left: 3px;
    padding-right: 3px;
}


/*table.itemsList th,
table#order-list th,
table#partners-list th,
table#activities-list th,
table#addrList th,
table#contactList th,
table#status-hist th,
table#payment-hist th,
table#payment-list th,
table#invoice-hist th {
        border: 1px solid grey;
        background-color: #75adb1;
        padding-left: 3px;
        padding-right: 3px;
}*/

input.digits, input.number, td.number, th.number {
    text-align: right;
    padding-right: 2px;
}

div#itemErrors {
    border: 1px solid red;
    padding-left: 10px;
    display:none;
}

div#itemErrors label{
    display: block;
}

div.description {
    background-color: #dfcea1;
    width: 250px;
}

div.dotari, div.guide{
    padding-left: 5px;
}

div.dotari h4, div.guide h4 {
    background-color: #77bbbd;
    padding-left: 3px;
    margin-top: 0px;
    margin-bottom: 0px;
}

div.dotari div#rulou-handle {
    float: left;
    border: 1px solid black;
}

div.dotari .boxItems {
    border: 1px solid black;
    margin-bottom: 5px;
}

div.guide div {
    border: 1px solid #77bbbd;
    padding-left: 5px;
    padding-right: 5px;
    background-color: #FFFED5;
}
div.guide div.item {
    border: 1px solid #77bbbd;
    padding-left: 5px;
    padding-right: 5px;
    background-color: #FFFED5;
    display:none;
}

/*table#order-list td,
table#payment-list td,
table#activities-list td,
table#addrList td,
table#contactList td,
table#partners-list td {
        padding-left: 3px;
        padding-right: 3px;
        border-right: 1px solid grey;
}*/

td.order-details{
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    background-color: #FFFFAA;
    border: 1px solid #77bbbd;
}

.error, .ki-error {
    border-color:red;
    background-color: #FFFFD5;
    border: 1px solid red;
    color: red; 
}

.ki-warning {
    background-color: #FFFFD5;
}

.ki-info {
    background-color: lightgreen;
}

div.error {
    padding-left: 5px;
}

div.dashboard {
}

div.dashboard .box,
.box
{
    border: 1px solid #77bbbd;
    margin: 5px 5px 5px 5px;
    float: left;
    width: 300px;
    display:block;
}

.boxProfile
{
    border: 1px solid #77bbbd;
    margin: 5px 5px 5px 5px;
    float: left;
    width: 484px;
    display:block;
}

.boxProfile .wrapper
{
    border: 1px solid grey;
    margin: 5px 5px 5px 5px;
    display:block;
    float: left;
    width: 465px;
    padding: 2px 2px;
}

.floatLeft { float: left; }
.floatRight { float: right; }
.textPDF { font-size: 1.2em; color: #0088CE; font-weight : bold; }

/* TODO dan : reduce this and combine classes */
.floatLeftStatus { float: left; position: relative; width: 50%; }
.floatRightStatus { float: right; position: relative; width: 50%; }
.col { position: relative; width:25%; }

#order-status {
    width: 200px;
}
.order.box {
    width: 300px;
    padding: 0;
    background: inherit;
}
#order-status table {
    width: 194px;
}
.order.box table {
    width: 294px;
}

#order-data .box table {
    font-size: 0.8em;
}

.smallbox
{
    border: 1px solid #77bbbd;
    margin: 5px 5px 5px 5px;
    width: 30px;
    padding: 3px;
    display: block;
}

.fullbox
{
    border: 1px solid #77bbbd;
    margin: 5px 5px 5px 5px;
    display: block;
}

.fullbox-inner {
    margin: 5px 5px;
}

.smalltext{
    font-size: 0.8em;
}

.title{
    background-color: #77bbbd;
    padding-left: 5px;
    font-weight: bold;
}

.box .report{
    padding: 3px 3px 3px 3px;
}

div#statusTab {
    border: 1px solid #dadbd5;
    padding: 5px 5px 5px 5px;
    margin-top: -1px;
}
div#actionTab-0 .comments {
    float: right;
    margin-left: 5px;
    border: 1px solid #dadbd5;
    display: block;
    width: 250px;
}
div#statusTab .comments .list {
    display: block;
    overflow: auto;
    max-height: 300px;
    wodth: 250px;
}
div#statusTab .comments .button {
    float: right;
}
div#statusTab .comments .list .oldComment {
    clear:both;
    display: block;
    width: 220px;
    padding: 2px 2px 2px 2px;
}
div#statusTab .comments .list .oldComment #time {
    float: left;
    font-size: 10px;
    color: grey;
}
div#statusTab .comments .list .oldComment #user {
    float: right;
    font-size: 10px;
    color: grey;
}
div#statusTab .comments .list .oldComment #comment {
    clear: both;
    font-size: 10px;
    color: black;
    border-bottom: 1px solid gray;
}

div.tabContent,
div#processTab,
div#paymentTab {
    border: 1px solid #dadbd5;
    padding: 5px 5px 5px 5px;
    margin-top: -1px;
}

#serviceItem-list {
    margin: 0 0 10px 20px;
}
div#paymentTab input,
div#paymentTab select/*,
table#activities-list input,
table#activities-list textarea*/ {
    font-size:10px;
}

tr.totals {
    background-color: #aaaaaa;
}

td.redirect {
    cursor: pointer;
    background-color: #e8e8e8;
}

td.money {
    width: 100px;
    padding-right: 5px;
}

img.actionLR {
    width: 45px;
    height: 65px;
}

tr.delayed,
td.delayed,
table#status-hist td.delayed {
    background-color: red;
}

table.kiTable th.headerSort {
    background-image: url(img/bg.gif);
    background-repeat: no-repeat;
    background-position: center right;
    padding-right: 20px;
    cursor: pointer;
}

table.kiTable th.headerSortUp {
    background-image: url(img/asc.gif);
    background-color: #3399FF;
    background-repeat: no-repeat;
    background-position: center right;
}

table.kiTable th.headerSortDown {
    background-image: url(img/desc.gif);
    background-color: #3399FF;
    background-repeat: no-repeat;
    background-position: center right;
}

/* old styles */

table.boxTable, div.boxTable, td.boxTable {
    border: 1px solid blue;
    margin-bottom: 5px;
}

#orderForm .required  {
    color: black;
    font-weight: normal;
}


/*table#order-list th , table#order-details th{
        background-color: #eee;
}*/

table#order-details {
    border:1px solid black;
}

table#order-details td, table#order-details th {
    padding-left: 3px;
    padding-right: 3px;
    border-right: 1px solid white;
    border-bottom: 1px solid black;
}

table#order-details td.last, table#order-details th.last{
    padding-left: 3px;
    padding-right: 3px;
    border-right: 0px solid black;
}

td.date {
    text-align: center;
}

tr.even, tr.row1, table#status-hist td,
table#invoice-hist td , table#payment-hist td {
    background-color: lightgray;
}

tr.row0 {
    /*background-color: lightblue;*/
}

tr.order-details {
    display: none;
}

tr.highlight {
    background-color: lightyellow;
}

.red {
    color: red;
}

.green {
    color: green;
}

table.left, span.left {
    float:left;
}

div.legend, th.legend {
    background-color: #77bbbd;
    padding-left: 5px;
}

div.legend span#filteroff {
    display:none;
}

div #filters {
    border: 1px solid lightgray;
}

div.color_picked {
    height: 16px;
    width: 16px;
    padding: 0 !important;
    border: 1px solid #ccc;
    line-height: 16px;
    float: left;
}
span.color_picked {
    float: left;
    padding-left:10px;
}
img.hand {
    cursor: pointer;
}

td.extradetails {
    border: 0px solid black;
}
td.details {
    border: 0px solid black;
}

/* ki 1.6*/
tr.details>td{
    font-size: 0.8em;
    padding: 10px 10px 10px 10px;
    background-color: #FFFFAA;
    border: 1px solid #77bbbd;
}

#oiSummary {
    font-size: 0.8em;
    height: 6em;
    overflow:auto;
    display:block;
    padding-right: 20px;
    max-width: 200px;
}


/* colorPicker */
div.color_wrap {
    display: block;
    /*width: 200px;*/
}

div.color{
    line-height: 32px;
}

div.color_wrap span {
    display: block;
    float: left;
    width: 150px;
}

div.color_wrap input {
    width: 220px;
    float: left;
}

div.preview {
    border: 1px solid #75ADB1;
    float: left;
    display: block;
    width: 30px;
    height: 30px;
    margin-right: 5px;
}

div.properties {
    /*float:left;*/
    display: block;
    /*width: 350px;*/
    /*border: 1px solid black;*/
}

div.properties>table tr th {
    width: 95px;
}

div#rulouProp.properties {
    float: none;
}

div.properties table {
    width: 400px;
}
div#grilajeProp.properties table
,div#peretiavProp.properties table {
    width: 100%;
}
div#rulouProp.properties table {
    width: 100%;
}

div.itempreview {
    float: right;
    display: block;
    width: 500px;
    /* border: 1px solid black; */
    position: relative;
    margin: 5px 0;
}

.itempreview .preview {
    border: 1px solid black;
    display:block;
    float: left;
    position: relative;
}

.itempreview div {
    border: 1px solid black;
    display:block;
    float:left;
}

.itempreview #clr {
    clear:both;
    border: none;
}

.itempreview #actioning {
    width: 3px;
    position: absolute;
    background-color: red;
    border:1px solid black;
}

.itempreview #summary {
    border: 0;
    text-align: center;
}

.extra-select optgroup {
    /*display: none;*/
}

.itemProp {
    margin: 5px 0px;
    width: 350px;
}

#rulousvg {
    margin: 10px 10px 10px 140px;
}

#plasasvg {
    margin: 10px 10px 10px 140px;
}

.highlight-red {
    background-color: #ff0000;
}

.highlight-green {
    background-color: #00ff00;
}

.highlight-yellow {
    background-color: rgb(255, 199, 80);
}

.ui-effects-transfer { border: 2px dotted gray; }

td.w45 {width: 45px;}

.kiTable th.dashpivot {
    background-color: #bffbb2;
}

.buttons {
    float: left;
    width: 100%;
    margin: 5px 0px;
    text-align: center;
}

.confirmPopup {
    font-size:1.2em;
    text-align: left;
}

.successMessage {
    background-color: #ccffcc;
    color: green;
}

.failMessage {
    border-color:red;
    background-color: #FFFFD5;
    border: 1px solid red;
    color: red;
}

.confirmPopup .ui-dialog-buttonset {
    float: left;
    width: 100%;
}

.confirmPopup .ui-dialog-title {
    font-size: 1.1em;
}

#priceBox.priceBox { display: none; }

#priceBox.priceBox.itempreview { 
    float: none;
    margin: 10px 10px;
} 
#priceBox.priceBox.itempreview, 
#priceBox.priceBox.itempreview div {
    /* border: 1px solid black; */
    border: none;
}
.price {
    width: 180px;
    margin: 0 10px;
    font-size: 1.2em;
}
.price #total {
    font-size: 1.2em;
    font-weight: bold;
}
.pricesplit {
    font-size: 0.9em;
    font-style: italic;
}
.pricesplit td {
    text-align: right;
}

select.extra-select {
    max-width: 265px;
}

.disclaimer {
    color: red;
    text-align: center;
    font-size: 1.4em;
}
.totalprice {
    border: 3px solid white;
    font-weight: bold;
    min-width: 100px;
    min-height: 15px;
    font-size: 1em;
    text-align: right;
}

.totalprice .info { text-align: left; }

.totalprice label {margin-right:5px}

.totalprice>div {margin: 2px 5px;}
.totalprice>.total {color: red; font-size: 1.4em;}

.totalprice>.total.savings {color: black; font-size: 1em;}

.totalprice .pricecomp span { display: inline-block; width: 60px;}

#window {
    background: #fff;
}

.confirm .product {
    background: #dadbd5;
}

.confirm .size ,
.confirm .colors {
    float: left;
    list-style: none;
    margin-right: 10px;
}

.confirm .options {
    float: left;
    margin-right: 10px;
    width: 400px;
}

.confirm .options li {
    margin-left: 5px;
}
.confirm .options li:first-child {
    list-style: none;
}

.confirm h4 {
    background-color: #77BBBD;
    padding-left: 5px;
    margin: 5px 0;
}

.confirm .details ul {
    margin: 0 15px 0 0;
    padding: 5px;
}

#order-header {
    width: 100%;
}

#order-title {
    text-align: center;
}

#registration-form fieldset ,
#remind-form fieldset {
    float: left;
    margin: 0 20px 20px 0 ;
}

#registration-form div fieldset ,
#remind-form div fieldset {
    clear: both;
    margin: 0 20px 20px 0 ;
}

#registration-form fieldset .row,
#remind-form fieldset .row
{
    width: 300px;
    float: left;
    display:block;
    clear: left;
}

#registration-form fieldset .row label,
#remind-form fieldset .row label
{
    float: left;
    line-height: 22px;
}

#registration-form fieldset .row input,
#registration-form fieldset .row select,
#remind-form fieldset .row input
{
    float: right;
}

#registration-form fieldset .row .errorMessage ,
#remind-form fieldset .row .errorMessage 
{
    clear: both;
}

.model-form .row label {
    line-height: 22px;
    width: 85px;
}

.model-form .row {
    vertical-align: top;
}

img.btnIcon {
    width: 24px;
    height: 24px;
}

div#existing, div#new {
    padding: 15px 15px 15px 15px;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    float:left;
    width: 200px;
}

div#existing .row{
    margin: 10px 0px;
}

div#new p { margin-right: 15px;}
div.halfWidth {
    width: 50%;
}

.model-actions a {
    width: 70px;
}

.rulou1, .rulou2, .rulou3 {
    width: 290px !important;
}

.rulouProp th {
    width: 78px !important;
}

.rulouProp table,
.priceBox table
{
    width: inherit;
}

.priceRow {
    text-align: right;
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
    margin: 2px;
}

.priceRow.priceDetail {
    text-align: right;
    font-style: italic;
    font-weight: normal;
    font-size: 10px;
    line-height: 12px;
}

.rulou .priceRow {
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
    margin: 2px;
    width: 200px;
}

.rulou .priceRow.priceDetail {
    text-align: center;
    font-style: italic;
    font-weight: normal;
    font-size: 10px;
    line-height: 12px;
    width: 200px;
}

.orderitem .priceRow {
    width: 100px;
}

.priceBox .rulou {
    width: 200px !important;
}

.priceBox .finalPrice {
    background-color: lightgreen;
}

.steps {
    margin: 5px;
    text-align: center;
}

.orderButtons {
    text-align: center;
}

input:focus {
    border: 1px solid green;
}
select:focus {
    border: 1px solid green;
}

#confirmItemAdd {
    display: none;
    text-align: center;
    background: #ccffcc;
}

#failItemAdd {
    display: none;
    text-align: center;
    background: #ccffcc;
}


.steps button.step div.step {
    font-size: 2.5em;
    float: left;
}

.orderButtons div.step {
    float: left;
    margin: 2px 5px;
}

.steps button.step.current div.step {
    color: #ff9900;
    font-weight: bold;
}

.steps button.step div.label {
    float: left;
    margin: 2px 5px;
    text-align: left;
    width: 70px;
}
.steps button.step.current div.label {
    color: black;
}

.orderButtons div.label {
    float: left;
    margin: 2px 5px;
    text-align: left;
    font-family: Arial,Helvetica,sans-serif;
}

.orderButtons .floatRight {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    color: #050505;
    padding: 5px 10px;
    background: -moz-linear-gradient(
        top,
        #ffffff 0%,
        #ebebeb 50%,
        #dbdbdb 50%,
        #b5b5b5);
    background: -webkit-gradient(
        linear, left top, left bottom, 
        from(#ffffff),
        color-stop(0.50, #ebebeb),
        color-stop(0.50, #dbdbdb),
        to(#b5b5b5));
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #949494;
    -moz-box-shadow:
        0px 1px 3px rgba(000,000,000,0.5),
        inset 0px 0px 2px rgba(255,255,255,1);
    -webkit-box-shadow:
        0px 1px 3px rgba(000,000,000,0.5),
        inset 0px 0px 2px rgba(255,255,255,1);
    box-shadow:
        0px 1px 3px rgba(000,000,000,0.5),
        inset 0px 0px 2px rgba(255,255,255,1);
    text-shadow:none;
}

.orderButtons .cancelBtn {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    padding: 7px 15px;
    color: #050505;
    background: -moz-linear-gradient(
        top,
        #ff8585 0%,
        #f5b1b1);
    background: -webkit-gradient(
        linear, left top, left bottom, 
        from(#ff8585),
        to(#f5b1b1));
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #b85f00;
    -moz-box-shadow:
        0px 1px 3px rgba(000,000,000,0.5),
        inset 0px -1px 0px rgba(255,255,255,0.7);
    -webkit-box-shadow:
        0px 1px 3px rgba(000,000,000,0.5),
        inset 0px -1px 0px rgba(255,255,255,0.7);
    box-shadow:
        0px 1px 3px rgba(000,000,000,0.5),
        inset 0px -1px 0px rgba(255,255,255,0.7);
    text-shadow: none;
}

#buttonAdd {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    color: #050505;
    padding: 2px 10px;
    background: -moz-linear-gradient(
        top,
        #6ceb7b 0%,
        #6ceb7b);
    background: -webkit-gradient(
        linear, left top, left bottom, 
        from(#6ceb7b),
        to(#6ceb7b));
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #6ceb7b;
    -moz-box-shadow:
        0px 1px 3px rgba(000,000,000,0.5),
        inset 0px 0px 2px rgba(255,255,255,1);
    -webkit-box-shadow:
        0px 1px 3px rgba(000,000,000,0.5),
        inset 0px 0px 2px rgba(255,255,255,1);
    box-shadow:
        0px 1px 3px rgba(000,000,000,0.5),
        inset 0px 0px 2px rgba(255,255,255,1);
    text-shadow:none;
}

#buttonAdd:focus {
    font-weight: bolder;
}

.text {
    text-align: center;
}

.cancelledDoc { color: red; }

#nav-bar {
    padding: 0 !important; 
    background: rgba(0, 0, 0, 0.6) !important;
}

#nav li.active {
    background: #008CCC !important;
}

#nav li.parent {
    font-size: 13px !important;
}


#nav li.floatRight {
    float: right;
}

#nav{ width: 100%; }
#login-form .buttons {
    font-family: Arial,Helvetica,sans-serif;
    text-align: left;
}
#popup-colors .colors .color {
    width: 150px;
    height: 40px;
    line-height: 20px;
    overflow: hidden;
    float: left;
    text-align: center;
    color: black;
    font-weight: bold;
    cursor: pointer;
    margin: 5px 5px;
    padding: 3px 3px;
    border: 1px solid #AAA;
    background-size: 100% 100%;
}

#popup-colors .colors .color:hover{
    border-color: #99ff99;
}
#popup-colors .colors .color.selected{
    border-color: #00cc00;
    border-width: 3px;
    padding: 1px 1px;
}

.ral8014, .ral8019, .nuc, .mahon, .stejar, .wenge
, .ren2178001, .ren2097013, .ren2178007, .ral9005
, .ral5011, .ral6009, .ral3005, .ral6005, .ral7016, .ren2052089
, .color-white
{ color: white !important; }

.contact-info {
    float:right;
    width: 320px;
    line-height: 80%;
}

.contact-info-left {
    float:left;
    width: 600px;
}

.contact-info-labels {
    font-weight: bold;
    font-size: 110%;
}

.extra-select {
    width: 250px;
}

input[type=submit] {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    color: #050505;
    padding: 5px 10px;
    background: -moz-linear-gradient(
        top,
        #ffffff 0%,
        #ebebeb 50%,
        #dbdbdb 50%,
        #b5b5b5);
    background: -webkit-gradient(
        linear, left top, left bottom, 
        from(#ffffff),
        color-stop(0.50, #ebebeb),
        color-stop(0.50, #dbdbdb),
        to(#b5b5b5));
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #949494;
    -moz-box-shadow:
        0px 1px 3px rgba(000,000,000,0.5),
        inset 0px 0px 2px rgba(255,255,255,1);
    -webkit-box-shadow:
        0px 1px 3px rgba(000,000,000,0.5),
        inset 0px 0px 2px rgba(255,255,255,1);
    box-shadow:
        0px 1px 3px rgba(000,000,000,0.5),
        inset 0px 0px 2px rgba(255,255,255,1);
    text-shadow:none;
}

input[type=submit]:hover, a.btn:hover,
button:hover, button:focus {
    /*    -moz-box-shadow:
            0px 3px 3px rgba(000,000,000,0.5),
            inset 0px 0px 2px rgba(255,255,255,1);
        -webkit-box-shadow:
            0px 3px 3px rgba(000,000,000,0.5),
            inset 0px 0px 2px rgba(255,255,255,1);
        box-shadow:
            0px 3px 3px rgba(000,000,000,0.5),
            inset 0px 0px 2px rgba(255,255,255,1);*/
    text-shadow:none;
}

a.btn {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    color: #050505;
    display: inline-block; 
    padding: 5px 10px;
    width: min-content;

    background: -moz-linear-gradient(
        top,
        #ffffff 0%,
        #ebebeb 50%,
        #dbdbdb 50%,
        #b5b5b5);
    background: -webkit-gradient(
        linear, left top, left bottom, 
        from(#ffffff),
        color-stop(0.50, #ebebeb),
        color-stop(0.50, #dbdbdb),
        to(#b5b5b5));
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #949494;
    -moz-box-shadow:
        0px 1px 3px rgba(000,000,000,0.5),
        inset 0px 0px 2px rgba(255,255,255,1);
    -webkit-box-shadow:
        0px 1px 3px rgba(000,000,000,0.5),
        inset 0px 0px 2px rgba(255,255,255,1);
    box-shadow:
        0px 1px 3px rgba(000,000,000,0.5),
        inset 0px 0px 2px rgba(255,255,255,1);
    text-shadow: none;
    text-decoration: none;
}

input[type=radio]:focus {
    border: 1px solid red;
}

#userInfo {
    margin: 5px 5px;
    text-align: right;
}
#userInfo #name {
    font-weight: bold;
}

#userInfo #company {
    font-style: italic;
}

.optDetails .preview.selected{
    border: 2px solid #92FA92;
    -moz-box-shadow:
        0px 1px 3px rgba(000,000,000,0.5),
        inset 0px 0px 2px rgba(255,255,255,1);
    -webkit-box-shadow:
        0px 1px 3px rgba(000,000,000,0.5),
        inset 0px 0px 2px rgba(255,255,255,1);
    box-shadow:
        0px 1px 3px rgba(000,000,000,0.5),
        inset 0px 0px 2px rgba(255,255,255,1);
}

.optDetails>div {
    padding: 3px 3px;
}

#selectedColors {
    margin-left: 140px;
}
.usagaraj #selectedColors {
    margin-left: 0;
}
#selectedColors .colors {
    float: left;
    width: 200px !important;
}

#selectedColors .colors.usagaraj {
    width: inherit !important;
}

#radio label {
    float: left;
}

.child-order h3 {
    margin: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #949494;
    padding: 3px;
    background: #0FC;
}

.invoiceRow {
    width: 90%;
    padding: 5px;
    margin: 0 0;
    border: 1px solid #C9E0ED;
}

.paymentRow {
    width: 90%;
    padding: 5px;
    margin: 0 0;
    border: 1px solid #C9E0ED;
}

#logo {
    padding: 0;
}

.hidden {
    display: none;
}

table, th, td {
    vertical-align: top;
}

td.editPrice {
    text-align: right;
}

td.editPrice.modified {
    background: #AF3;
}

td.editPrice input {
    text-align: right;
}

.basePrices td.editPrice input {
    width: 30px;
}

.colorPrices td.editPrice input {
    width: 50px;
}

.extraPrices td.editPrice input {
    width: 70px;
}

.previewProduct {
}

#handle_out_img {
    position: relative;
    width: 140px;
}

#handle_out_img input[type=radio] {
    position: absolute;
    z-index: 100;
}

#handle_out_img .handle_out_sus {
    top: 14px;
    right: 7px;
}
#handle_out_img .handle_out_jos {
    top: 51px;
    right: 7px;
}
#handle_out_img .handle_out_fata {
    top: 100px;
    left: 5px;
}

/*#products .ng-invalid {
    border: 1px solid red;
}

#products .rulouProp.ng-invalid ,
#products .rulouProp .ng-invalid {
    border: 1px solid black;
}*/

.text_filter {
    width: 90%;
}
.number_range_filter {
    width: 60%;
}

#order-list td { table-layout:fixed; width: 50px; overflow:hidden; word-wrap:break-word; }
#order-list {table-layout:fixed;}

.transformBox div {float: right; clear: right;}

/* SVG Styles */
svg .tick,
.tickx, .ticky {
    stroke-width: 1px;
    stroke: rgba(128, 128, 128, 0.5);
    fill: none;
}
            
svg .axis path,
svg .axis line {
    fill: none;
    stroke: black;
    shape-rendering: crispEdges;
}

svg .axis text {
    font-family: sans-serif;
    font-size: 9px !important;
}

svg .series path {
    stroke-width: 2px;
    fill: none;
}

svg circle.targets {
    fill-opacity: 0.4;
}

svg .chartTitle {
    font-size: 18px;
    font-weight: bold;
}

.mm-container, .flexbox {
   /*display: -webkit-box;*/
   /*-webkit-box-orient: horizontal;*/
   width: 100%;
}

.mm-container > ul , .flexbox > .tile {
    -webkit-box-flex: 1;
    /*border:1px solid red;*/ 
    margin: 10px 10px;
    padding-left: 5px;
    list-style-type: none;
}
.mm-container > ul#recipes > li {
    padding: 5px 5px;
}

.mm-container > ul#parts > li {
    padding: 0;
    margin: 2px 0;
    border: 1px solid rgb(172, 187, 169);
}

.mm-container > ul#parts > li:nth-child(odd) {
    background-color: lightgray;
}

.mm-container > ul:last-child {
    -webkit-box-flex: 2;
}

.mm-container .highlight {
    background: rgb(28, 177, 214);
}

.flexbox > .tile {
    padding: 5px 5px;
    margin: 3px;
    word-wrap:break-word;
}

.flexbox > .tile:nth-child(1) { -webkit-box-flex: 1;width: 100px;}
.flexbox > .tile:nth-child(2) { -webkit-box-flex: 1; width: 100px;}
.flexbox > .tile:nth-child(3) { -webkit-box-flex: 1;width: 100px;}
.flexbox > .tile:nth-child(4) { -webkit-box-flex: 0.2;width: 20px;}
.flexbox > .tile:nth-child(5) { -webkit-box-flex: 1;width: 100px;}
.flexbox > .tile:nth-child(6) { -webkit-box-flex: 1;width: 100px;}
.flexbox > .tile:nth-child(7) { -webkit-box-flex: 0.2;width: 20px;}

.mm-container > .leftSide {
    -webkit-box-flex: 2.5;
    border: 1px solid black;
    overflow: hidden;
    width: 600px;
}
.mm-container > .rightSide {
    -webkit-box-flex: 1;
    border: 1px solid black;
}

.mm-container .groupRow td {
    border-bottom: 1px solid black;
    padding: 0;
}

.mm-container .childRow>td {
    padding-left: 40px !important;
    margin-left:20px;
    background-color: rgb(245, 245, 245);
}

.childTable td {border-bottom: 1px solid black;}

.childTable td:nth-child(1), .childTable th:nth-child(1),
.childTable td:nth-child(2), .childTable th:nth-child(2) {background-color: rgb(203, 245, 245);}

.childTable tr:nth-child(1) th:nth-child(2) {background-color: inherit;}

.childTable .partForm td {border: none;}

table.addPart, table.addGroup {border:1px solid black;}
table#parts {-webkit-box-flex: 20;}
table#parts .riRow td {border-bottom: 1px solid black;}

.notpriced1 {color: red;}

.promo {
    border: 1px solid #e3e3e3;
    padding: 10px;
    margin: 10px 0;
    display: block;
}

.form .row label {width: 100px;}
.form .row label span {float: right; margin-right: 5px;}
.form.contest {margin-left: 200px; margin-right: 200px;}

.awards {
    font-size: 16px;
    padding: 10px;
}
.awards .tickets li {
float: left;
display: block;
margin: 5px 5px;
padding: 5px 20px 5px 5px;
width: 420px;
height: 214px;
background-image: url(../images/ticket_bg.png);
background-size: contain;
text-align: right;
line-height: 50px;
color: white;
font-weight: bold;
font-size: 18px;
}

.contestStatus {
background-color: #008000;
font-size: 16px;
line-height: 26px;
padding: 10px;
border-radius: 10px;
color: white;
}

.contact-today { background-color: green !important; }
.contact-missed { background-color: red !important; }
.highlight-yellow { background-color: yellow !important; }
.toDeliver { background-color: green !important; }
.cfstatus-notchanged { background-color: rgb(255, 199, 80) !important; }
.text-muted {color: #999999; font-size: 80%;}
.ki-badge {
    background-color: #999999;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    display: inline-block;
    padding: 2px 4px;
    padding-right: 9px;
    padding-left: 9px;
    font-size: 11.844px;
    font-weight: bold;
    line-height: 14px;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    white-space: nowrap;
    vertical-align: baseline;
}
.ki-badge-2 {background-color: #468847;}
.ki-badge-3 {background-color: #b94a48;}

.bc-container table input[type="number"] {width: 50px;}
.categVals .optContainer {display: inline-block;}
.categVals span.opt {float: left;width: 150px; margin: 2px 5px ;}

.radioPicture { margin: 10px 10px;}
.radioPicture:hover { background: #DDD; }
.product-notification {padding: 5px; line-height: 15px; font-weight: bold; margin-left: 5px;}
/*.tab-peretiav {background-color: 'lightgreen';}*/
/*.tab-copertine {background-color: #FFFF9C;}*/

.appContainer .invHeader.invIssuer {float: left; max-width: 300px;}
.appContainer .invHeader.invPayer {float: right; max-width: 300px;}
.appContainer .invHeader.order {float: left; max-width: 200px; margin-left: 20px;}
.pagebreak {page-break-after: always;}
.product {font-weight: bold;}

#radio #rulou-standard-label .ui-button-text {background-color: white; color:black; font-weight:bolder;}
#radio #rulou-standard-label.ui-state-active .ui-button-text {background-color: white; color:black; font-weight:bolder;border-bottom: 2px solid blue;}

#radio #rulou-practic-label .ui-button-text {background-color: red; color:white; font-weight:bolder;}
#radio #rulou-practic-label.ui-state-active .ui-button-text {background-color: red; color:white; font-weight:bolder;border-bottom: 2px solid blue;}

#radio #rulou-premium-label .ui-button-text {background-color: black; color:gold; font-weight:bolder;}
#radio #rulou-premium-label.ui-state-active .ui-button-text {background-color: black; color:gold; font-weight:bolder;border-bottom: 2px solid blue;}

#kiTableCR {width: auto;}
span.weekday {display: inline-block; border: 1px solid grey; width: 15px; text-align: center;}
span.weekday.selected {background-color: green;}
li.selected {border: 3px solid green; font-weight: bolder; padding: 2px 2px; margin: 2px 2px;}

ul#routes {margin: 0; list-style: none; margin: 0; padding: 0;}

#newDA li {
    list-style-type:none;
}

input.ng-invalid, input.ng-invalid-required, input.ng-invalid-max {
    border: 1px solid red 
}

div.row
{
    clear: left;
    margin: 2px;
    padding: 2px;
}

div.row .label {
    font-weight: bold;
}

div.row .border {
    /* border: 1px solid red; */
}

div.col-md-1 {
    float: left;
    width: 8.3333%;
}
div.col-md-2 {
    float: left;
    width: 16.6667%;
}
div.col-md-3 {
    float: left;
    width: 25%;
}
div.col-md-4 {
    float: left;
    width: 33.3333%;
}
div.col-md-5 {
    float: left;
    width: 41.6667%;
}
div.col-md-6 {
    float: left;
    width: 50%;
}
div.col-md-7 {
    float: left;
    width: 58.3333%;
}
div.col-md-8 {
    float: left;
    width: 66.6667%;
}
div.col-md-9 {
    float: left;
    width: 75%;
}
div.col-md-10 {
    float: left;
    width: 83.3333%;
}
div.col-md-11 {
    float: left;
    width: 91.6667%;
}
div.col-md-12 {
    float: left;
    width: 100%;
}
