﻿.container
{
    background-color: #fff;
    color: #333;
    font-size: .85em;
    font-family: "Segoe UI" , Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    min-height: 800px;
    border: 1px solid gray;
    border-radius: 10px;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
}


.error {
color: white;
background-color: rgba(153, 22, 22, 0.64);
}

#loading
{
    text-align:center;
    background-color:#F7F7F7;
    
    -webkit-transition: background-color 1000ms fadein ;
    -moz-transition: background-color 1000ms fadein ;
    -o-transition: background-color 1000ms fadein ;
    -ms-transition: background-color 1000ms fadein;
    transition: background-color 1000ms fadein ;
}

nav img
{
    padding-left: 3px;
    float: left;
    margin-top: 16px;
}

.navbar-default .navbar-nav > li:hover
{
    text-shadow: 1px 1px 2px gray;
    background-color: white !important;
    color: White;
}

.navbar-default .navbar-nav > li.active
{
    font-weight: bold;
    background: #6bba70; /* Old browsers */
    background: -moz-linear-gradient(top, #6bba70 0%, #6bba70 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6bba70), color-stop(100%,#6bba70)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #6bba70 0%,#6bba70 100%); /* Chrome10+,afari5.1+ */
    background: -o-linear-gradient(top, #6bba70 0%,#6bba70 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #6bba70 0%,#6bba70 100%); /* IE10+ */
    background: linear-gradient(to bottom, #6bba70 0%,#6bba70 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6bba70', endColorstr='#6bba70',GradientType=0 ); /* IE6-9 */
}

.navbar-default .navbar-nav > li
{
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.5s;
    padding-left: 10px;
    border-right: 1px solid gray;
    color: White;
}

.navbar-default .navbar-nav > li.logout
{
    border: none; /* reset borders */
    border-left: 1px solid gray;
    position: absolute;
    right: 0;
}
.navbar-collapse
{
    padding: 0px;
}

.navbar-default .navbar-nav > li > a
{
    margin-left: 8px;
    padding-left: 30px;
    margin-left: 0px;
}
header
{
    margin-left: 6px;
    padding-bottom: 30px;
}
#wrapper
{
    padding: 1px;
    padding-bottom: 10px;
}

.dataTables_scrollBody
{
    min-height: 444px;
}
#tabbedpane
{
    width: 406px;
    float: right;
    margin-top: -20px;
    text-align: right;
}
#tabbedpane label
{
    font-weight: normal;
}

#tabbedpane .tab input
{
    width: 80px;
}

#tabbedpane .tab label
{
    width: 100px;
}
#tabbedpane .tab input[type="radio"]
{
    width: 25px;
}

#tabbedpane input[type="checkbox"]
{
    width: 20px;
}
#tabbedpane #amounttype
{
    float: right;
    width: 173px;
}
tbody tr:hover > td, tbody tr:hover > t
{
    background-color: #eaeaea !important;
}

table.dataTable tr{
    cursor:pointer;

}

table.dataTable td
{
    background-color: white !important;
    border: 1px lightgrey;
}
table.dataTable tr.odd
{
    background-color: white;
    border: 1px lightgrey;
}
table.dataTable tr.even
{
    background-color: white !important;
    border: 1px lightgrey;
}
table.dataTable td
{
    padding: 1px 10px;
}

#pagination .rows
{
    float: left;
    padding-right: 10px;
}

#pagination
{
    margin-left: 10px;
    margin-top: 6px;
}

#paginationinfo
{
    float: right;
    padding-right: 10px;
}
#pagination form select
{
    width: 40px;
}

.pagination li.active a
{
    background-color: #6bba70;
    border-color: #6bba70;
}
.pagination a
{
    color: #6bba70;
}

.pagination li a:hover
{
    background-color: #6bba70;
    color: White;
    border-color: #6bba70;
}


.pagination li.active a:hover
{
    background-color: White;
    color: #6bba70;
    border-color: #6bba70;
}

.paginate_active
{
    background-color: #6bba70 !important;
}

a.paginate_button:hover
{
    background-color: #6bba70 !important;
}

#blocked_date
{
    margin-left: 6px;
}
table.dataTable {
        margin: 0 auto;
    clear: both;
    width: 100%;
}
table.dataTable thead th
{
        padding: 3px 10px 0 2px;
    border-bottom: 1px solid #000;
    font-weight: bold;
    cursor: pointer;
}


.searchField
{
    float: right;
}

#filterbutton 
{
    margin-top: 10px;
 float:right !important;   
}
.extrafilters
{
    margin-left: 20px;
    width: 300px;
}
.actionButton
{
    border: 1px solid gray;
    margin-left: 3px;
    padding: 5px;
    background: -moz-linear-gradient( 		top, 		#f2f2f2 0%, 		#ffffff);
    background: -webkit-gradient( 		linear, left top, left bottom,  		from(#f2f2f2), 		to(#ffffff));
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border: 1px solid #000000;
    -moz-box-shadow: 0px 1px 3px rgba(000,000,000,0.5), inset 0px 0px 1px rgba(255,255,255,0.7);
    -webkit-box-shadow: 0px 1px 3px rgba(000,000,000,0.5), inset 0px 0px 1px rgba(255,255,255,0.7);
    box-shadow: 0px 1px 3px rgba(000,000,000,0.5), inset 0px 0px 1px rgba(255,255,255,0.7);
}
.actionButton:hover
{
    background-color: Gray;
}
.actionButton a
{
    color: black;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 25px;
    margin-left: -25px;
}

/*** Form styling **/

fieldset
{
    text-align: center;
}
form
{
    width: auto;
    display: inline-block;
    text-align: left;
}

.formcolumnwrapper
{
    float: left;
    margin-left: 20px;
    margin-right: 20px;
}

form label
{
    float: left;
    width: 163px;
    text-align: left;
}

form .formrow
{
    margin-bottom: 10px;
    min-height: 35px;
}

.buttoncolumn a
{
    padding-left: 20px;
    margin-left: -20px;
}
form input, form select
{
    float: left;
    width: 233px;
}
form .field-validation-error
{
    color: red;
    clear: both;
    float: right;
    display: none; /** This can be turned off at the moment since all errors will be shown on top of the form in the validation summary div **/
}

form .ui-datepicker-trigger
{
    border: 1px solid gray;
}
form input.input-validation-error
{
    box-shadow: 0 0 3px red;
}

form input[type="submit"]
{
    border: 1px solid gray;
    width: 100px;
}

form select[multiple]
{
    display: inline-block;
    width: 200px;
    height: 100px;
    float: none;
}

form .multiplebuttons input[type="button"]
{
    width: 70px;
}
form .multiplebuttons
{
    text-align: left;
    display: inline-block;
    vertical-align: top;
}

form .editor-submit
{
    clear: both;
    float: right;
}

form .formrow .checkbox
{
    margin-top: 0px;
    width: auto;
    padding-left: 10px;
}

form .formrow input[type="checkbox"]
{
    width: auto;
}
form #login
{
    border: 1px solid lightGrey;
    padding: 30px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

form #login h2
{
    font-size: 30px;
    margin-top: -32px;
}
legend
{
    padding-left: 5px;
    text-align: left;
}

form .fullwidth
{
    text-align: center;
}

form .addprice
{
    margin-top: 30px;
}
.clear
{
    clear: both;
}

hr
{
    margin: 0px;
}

.left
{
    float: left !important;
}

.right
{
    float: right;
}

#selectButtons
{
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 70px;
}

#selectleftandright
{
    font-weight: bold;
}
#selectleftandright > select[multiple]
{
    height: 250px;
}


.selectedproducts
{
    margin-top: -15px;
}


.excludedproducts
{
    margin-left: 20px;
}
.selectedproducts > select[multiple]
{
    width: 241px;
    height: 250px;
}

.smallspacing
{
    min-height: 20px !important;
}

#freeprints
{
    text-align: left;
}


.pricehover :hover
{
    background-color: #6bba70;
}

#addPriceRows input, select
{
    width: 80px;
}


#addPriceRows label
{
    padding-left: 5px;
    width: 60px;
}

#priceRowTables
{
    clear: both;
    margin-top: 10px;
    text-align: left;
}

/**  FOR ALL CUSTOM BUTTONS**/

.buttons
{
    display: inline-block;
    background: #eeeeee; /* Old browsers */
    background: -moz-linear-gradient(top, #eeeeee 0%, #eeeeee 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #eeeeee 0%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #eeeeee 0%,#eeeeee 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #eeeeee 0%,#eeeeee 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, #eeeeee 0%,#eeeeee 100%); /* W3C */
    border: 1px solid #a1a1a1;
    padding: 0 2em;
    margin-left: 3px;
    font: bold 1em/2em Arial, Helvetica;
    text-decoration: none;
    color: #333;
    -moz-border-radius: .2em;
    -webkit-border-radius: .2em;
    border-radius: .2em;
    cursor: pointer;
}

.buttons:before
{
    float: left;
    width: 1em;
    text-align: center;
    font-size: 1.7em;
    margin: 0 0.5em 0 -1em;
    padding: 0 .2em;
    pointer-events: none;
    color: #6bba70;
}

.add:before
{
    content: "\271A";
}
.delete:before
{
    content: "\2718";
    color: red;
    padding: 0em;
    margin: 0px;
    width: 10px;
}

.buttons:hover
{
    color: dimgray;
}

table td
{
    text-align: left;
}

#errorbox
{
    color: Red;
    margin-left: 10px;
}
.validation-summary-errors
{
    margin: 20px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 1px;
    position: relative;
    display: block;
    margin: 0;
    padding: 8px 20px 7px 10px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #d29191;
    -webkit-box-shadow: 0px 0px 6px rgba(244, 187, 187, 0.7);
    -moz-box-shadow: 0px 0px 6px rgba(244, 187, 187, 0.7);
    box-shadow: 0px 0px 6px rgba(244, 187, 187, 0.7);
    color: White;
    background-image: linear-gradient(top, #d29191, #bb5e5e);
}

.validation-summary-errors li
{
    list-style: none;
}

.pricingAmount
{
    clear: both;
}

.pricingAmount label
{
    width: 35px;
}
.pricingAmount input[type="radio"]
{
    margin-left: 10px;
    width: auto;
}
#customerorhierarchy select
{
    width: 300px;
}

.simulatepricediscount
{
    color: Red;
}
.newPriceLabel
{
    width:130px;
}
.newPrice
{
    width: 70px;
}

.goBackLink a
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    color: #000000;
    padding: 6px 11px;
    background: -moz-linear-gradient( 		top, 		#6bba70 0%, 		#6bba70);
    background: -webkit-gradient( 		linear, left top, left bottom, 		from(#6bba70), 		to(#6bba70));
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border: 1px solid dimgray;
    margin-left: 8px;
}

.goBackLink a:hover
{
    color: White;
}

#authenticationError
{
    
border: 1px solid;
    margin: 10px 0px;
    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;-moz-border-radius:.5em;
-webkit-border-radius:.5em;
border-radius:.5em;
  color: #D8000C;
    background-color: #FFBABA;    
}


#topmenu
{
 float:right;
 padding-right:10px;       
}

#topmenu  .topmenuitem
{
 border-left: 1px solid gray;
 border-bottom: 1px solid gray;
 border-right: 1px solid gray;
 padding: 10px;
 background-color:#f8f8f8;
 float:left;
 margin-left: 20px;
    
}
#topmenu  .topmenuitem:hover
{
    
    background: #6bba70; /* Old browsers */
    background: -moz-linear-gradient(top, #6bba70 0%, #6bba70 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6bba70), color-stop(100%,#6bba70)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #6bba70 0%,#6bba70 100%); /* Chrome10+,afari5.1+ */
    background: -o-linear-gradient(top, #6bba70 0%,#6bba70 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #6bba70 0%,#6bba70 100%); /* IE10+ */
    background: linear-gradient(to bottom, #6bba70 0%,#6bba70 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6bba70', endColorstr='#6bba70',GradientType=0 ); /* IE6-9 */   
}

#topmenu  .topmenuitem a
{
    padding: 20px;
    margin-left: -20px;
}

#rowcount
{clear:both;
 float:right;
}
#actionRightColumn
{
    width:466px;
    
}

#actionRightColumn input[type="text"], input[type="number"]
{
    width: 60px; 
    
}

#actionRightColumn select
{
    width: 300px;
}

#currentactionlabel
{
    width: 80px;
}

.hideonscreen
{
   
   /** visibility:collapse;
    display:none; **/
}

.comment
{  max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.subgroups{
    min-height: 16px !important;
}


/** NEW FORM FIXES **/

#pricingform{
    width:100%;

}

fieldset .halfwidth {
    border: 1px solid #c0c0c0; 
    padding: 10px;

}
.halfwidth{
    width:48%;

}
.left.halfwidth {
    margin-left:10px;

}

.right.halfwidth {
    margin-right:10px;

}


form.dealerIndex {
    display: block;
}