@import '../../steelblue/styles/style.css';
/*.panel,*/ #mainMenu {
    float: left;
}
a, a:hover{ text-decoration: none; border-bottom: 0; }
.panel{
    width: 90%;
}

.panelTitleRight {
    height: 26px;
}

.clearfloat {
    clear: both;
}

div.stacktrace {
    margin-left: 18px;
    margin-bottom: 8px;
}

.actionpageWrapper {
    width: 100%;
}

input[type="text"], input[type="password"], select, textarea {
    font-family: Arial, Verdana, Lucida Sans, Lucida Sans Unicode, Tahoma, Trebuchet MS;
    color: #434343;
    font-size: 13px;
    padding: 4px;
    border: none;
    border: solid 1px #ccc;
    background: #f9f9f9;
    border-radius: 5px;
    -moz-border-radius: 5px; // Per Firefox
    -webkit-border-radius: 5px; // Per Chrome
}

.fieldlabel {
    font-size: 13px;
    color: #595959;
}

span.generic_buttonAction_active a {
    background: none;
    border: solid 1px #ccc;
    color: #333333;
    font-weight: bold;
    padding: 5px 10px;
    text-decoration: none;
    border-radius: 5px;
    -moz-border-radius: 5px; // Per Firefox
    -webkit-border-radius: 5px; // Per Chrome
}

span.generic_buttonAction a {
    background: #028534;
    display: inline-block;
    border: none;
    color: #FFFFFF;
    font-weight: bold;
    padding: 5px 10px;
    text-decoration: none;
    border-radius: 5px;
    -moz-border-radius: 5px; // Per Firefox
    -webkit-border-radius: 5px; // Per Chrome
}

span.generic_buttonAction a:hover {
    background: #028534;
    color: #C1D8DF;
}

span.generic_buttonAction2 a {
    background: #E96408;
    border: none;
    color: #FFFFFF;
    font-weight: bold;
    padding: 5px 10px;
    text-decoration: none;
    border-radius: 5px;
    -moz-border-radius: 5px; // Per Firefox
    -webkit-border-radius: 5px; // Per Chrome
}

span.generic_buttonAction2 a:hover {
    background: #E96408;
    color: #EFCBB3;
}

.dummy_space {
    font-size: 17px;
    color: #028534;
    border-bottom: solid 2px #ccc;
    padding-bottom: 3px;
    font-weight: bold;
    margin-top: 20px;
}

.dummy_help {
    border: 1px solid #ccc;
    background-color: #FFFCF2;
    padding: 5px;
    margin-bottom: 10px;
    border-radius: 5px;
    -moz-border-radius: 5px; // Per Firefox
    -webkit-border-radius: 5px; // Per Chrome
}

.dummy_space_blank {
    margin-bottom: 10px;
}

a.atkonetomanyrelation,
a.atkmanytomanyselectrelation-link,
#catalog_suppliers_supplier_contacts > a {
    background: #028534;
    display: inherit;
    border: none;
    color: #FFFFFF !important;
    font-weight: 300;
    padding: 5px 10px;
    text-decoration: none;
    border-radius: 3px;
}
a.atkmanytomanyselectrelation-link{
    display: inline-block;
}
li > a.atkmanytomanyselectrelation-link{
    background-color: #fff;
    color: #028534 !important;
}

a.aggiunginuovovideo:hover {
    color: #C1D8DF !important;
    display: inherit;
}

a.aggiunginuovovideo {
    background: #028534;
    width: 105px;
    display: inherit;
    border: none;
    color: #FFFFFF !important;
    font-weight: bold;
    padding: 5px 10px;
    text-decoration: none;
    border-radius: 5px;
    -moz-border-radius: 5px; // Per Firefox
    -webkit-border-radius: 5px; // Per Chrome
}

a.atkonetomanyrelation:hover {
    color: #C1D8DF !important;
    display: inherit;
}

a.atkadminaddlink {
    margin-bottom: -20px;
    background: #028534;
    display: inherit;
    border: none;
    color: #FFFFFF !important;
    font-weight: bold;
    padding: 5px 10px;
    text-decoration: none;
    border-radius: 5px;
    -moz-border-radius: 5px; // Per Firefox
    -webkit-border-radius: 5px; // Per Chrome
}

a.atkadminaddlink:hover {
    color: #C1D8DF !important;
    display: inherit;
}

.passivetab a {
    font-size: 14px;
    padding-top: 2px;
    padding: 8px 15px;
}

.activetab a {
    font-size: 14px;
    padding-top: 2px;
    color: #028534;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-top: 1px solid #028534;
    border-right: 1px solid #028534;
    border-left: 1px solid #028534;
    padding: 8px 15px;
    font-weight: bold;
}

.field {
    font-size: 13px;
}

span.legend {
    position: relative;
    background-color: #FFF;
    padding: 3px;
    top: -10px;
    left: 10px;
    font: 700 14px Arial, Helvetica, sans-serif;
    color: #E94D1F;
}

.legend_border {
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
}

.atkmanytoonerelation_search {
    width: 500px;
}

/* Stili permuta*/

.permuta input {
    border: solid 1px #E7E7E7;
    background: #FFFFFF url(/images/sf_input.jpg) top left repeat-x;
    font: 12px Helvetica, Arial, sans-serif;
    color: #474747;
    line-height: 135%;
    padding: 4px;
    margin-bottom: 5px;
    width: 166px;
    border-radius: 0px;
}

.permuta select {
    border: solid 1px #E7E7E7;
    background: #FFFFFF url(/images/sf_input.jpg) top left repeat-x;
    font: 12px Helvetica, Arial, sans-serif;
    color: #474747;
    line-height: 135%;
    padding: 2px;
    width: 176px;
    margin-bottom: 5px;
    border-radius: 0px;
}

.permuta .label {
    font-size: 13px;
    color: #585858;
    margin-top: 8px;
    text-align: left;
    margin-bottom: 5px;
}

.permuta .checkbox input {
    width: 12px;
    padding: 0px;
    margin-left: 0px;
    background: none;
    border: none;
}

.permuta .checkbox label {
    font-size: 12px;
    margin-right: 10px;
}

.controperizia_differenza {
    background: #FFB03A;
}
.panelTitle{ height: auto; }
.panelTitleText{
    background: none;
    background-color: #028534;
    padding: 5px 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    height: auto;
    float: none;
}
.panelTitleRight{
    display: inline-block;
    float: none;
    height: auto;
    position: static;
}
#atkbusy{
    position: static;
    margin-left: 5px
}
#action-buttons button,
td > a[href*="atkaction=add"],
td > a[href*="atkaction=export"],
#loginform-content input[name="login"],
#itemaddlink > a{
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 0;
    background: linear-gradient(to bottom, #2ca344 0%, #028534 100%);
    border-radius: 3px;
    color: #fff;
    padding: 6px 18px;
    font-size: 15px;
}
td > a[href*="atkaction=add"],
td > a[href*="atkaction=export"]{
    padding: 4px 10px;
    font-size: 13px;
}
td > a[href*="atkaction=add"]:before,
td > a[href*="atkaction=export"]:before{
    display: inline-block;
    margin-right: 3px;
    font-size: 11px;
    font-family: 'FontAwesome';
}
td > a[href*="atkaction=add"]:before{
    content: "\f067";
}
td > a[href*="atkaction=export"]:before{
    content: "\f08e";
}

#loginform-content input[name="login"]{
    width: 100%;
    margin-top: 10px;
}
#action-buttons{ text-align: right }
#action-buttons button:hover{
    background: linear-gradient(to bottom, #028534 0%, #2ca344 100%);
}
.field a{ color: #028534; }
#action-content > table{
    width: 100%;
}
.tabsContent{
    border-top: 1px solid #028534;
    margin-top: -19px;
}
.tabsContent .tabsContent{ margin-top: -3px }
#dealers_dealers_skill > div{ margin-bottom: 10px }
.home h1{
    font-size: 12px;
    padding: 10px;
    color: #028534;
    margin: 0;
    border-top: 1px solid #028534;
    border-right: 1px solid #028534;
    border-left: 1px solid #028534;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.home h2{ margin: 0; padding: 10px; border-bottom: 1px solid #028534; }
.home h2 a{ border-bottom: 0 }
.home h2 a:hover{
    border-bottom: 0
}
