/*@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700&subset=greek,latin);*/

@font-face {
    font-family: "AlumincoFont";
    src: url("pfdindisplaypro-reg_0.ttf.xhtml") format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "AlumincoFont";
    src: url("pfgindisplaypro-bold_1_0.ttf.xhtml") format('truetype');
    font-weight: bold;
    font-style: normal;
}

.FontDosisRegular {
    font-family: "AlumincoFont","Trebuchet MS"  !important;
}

body{
    font-family: "AlumincoFont","Trebuchet MS"  !important;
    font-size: 13px !important;
    letter-spacing: -0.2px
} 

body .ui-widget-content {
    background-color: #ffffff;
    border: none;
    padding: 0.857em 1em;
}
.BigTopic {
    font-family: "AlumincoFont","Trebuchet MS"  !important;
    margin: 0px 0px 10px !important;
    font-weight: normal;
    color: #003D50;
    font-size: 26px;
}
ul.checkout-bar li.active:before {
    background: #8bc53f;
    z-index: 1;
}
.ui-datatable table {
     border-collapse: initial; 
    width: 100%;
    table-layout: fixed;
}
ul.checkout-bar li.visited {
    /*background: #ECECEC;*/
    color: #57aed1;
    z-index: 1;
}
.white{
    color: inherit!important;
}
.white_color{
    color:white!important;
}
.profile-menu-button:hover {
     border-color: inherit!important; 
} 



.ShadowBox {
    /*box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;*/
    width: auto;
    display: block;
    padding: 10px 15px;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23)!important;
    -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23)!important;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23)!important;
}

/*Layout Menu */

/*#layout-menu>li>a{width:80%; padding:15px 10%; display:block; font-family: 'AlumincoFont';
                  -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}
#layout-menu li ul li{font-family: 'AlumincoFont'; font-size:14px;}


.ui-widget, .ui-widget .ui-widget .ui-outputlabel,.ui-inputfield {
    font-family: "AlumincoFont","Trebuchet MS"  !important;
    font-size: 13px !important;
}

.ui-button{
    font-family: "AlumincoFont","Trebuchet MS"  !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    letter-spacing: 0.3px !important;
    max-width: 300px !important;
}

.ui-button-text {
    font-family: "AlumincoFont","Trebuchet MS"  !important;
    font-size: 14px !important; 
}

.bigButton{
    min-width: 200px !important;
    max-width: 300px !important;
    margin-top: 5px !important;
    margin-bottom:  5px !important;
}

.ui-datatable thead th{
    font-family: "AlumincoFont","Trebuchet MS"  !important;
    font-size: 13px !important;
    padding-left: 3px !important;
    padding-right: 3px !important;
}

.ui-datatable table tbody td {
    font-family: "AlumincoFont","Trebuchet MS"  !important; 
    font-size: 13px !important;
    padding-left: 3px !important;
    padding-right: 3px !important;
}

.ui-datepicker { 
    font-family: "AlumincoFont","Trebuchet MS"  !important;
    font-size: 16px !important;
}

#left {
    float: left; 
    padding: 5px;
    width: 200px; 
}


.left_content { 
    margin-left: 200px;
    margin-top: 25px
}



#top a:link, #top a:visited {
    color: white;
    font-weight : bold;
    text-decoration: none;
}

#top a:link:hover, #top a:visited:hover  {
    color: black;
    font-weight : bold;
    text-decoration : underline;
}

a.ui-icon-home{
    display: none !important;
}

ul>li.ui-icon-triangle-1-e{
    display: none !important;
}

ul>li.ui-icon-triangle-1-e ~ li.ui-icon-triangle-1-e {
    display: block !important;
}


.ui-breadcrumb ul li .ui-menuitem-link {
    margin-top: 0px !important;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
.img-rounded {
    border-radius: 6px;
}
.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.img-circle {
    border-radius: 50%;
}

.AlumincoButton .ui-button-text{background-color:#D30008;}
.AlumincoButton:hover .ui-button-text, .AlumincoButton:focus .ui-button-text{background-color:#D62D35;}

.ui-button-text-only{
    min-width: 100px !important;
    margin-right: 5px !important;
}

.ui-inputfield {
    border: 1px solid #047CA1 !important;
}

.ui-chkbox-box {
    margin-top: 9px!important;
}

#logo-al img {
    margin: 0 auto;
    width: 172px;
}

.PanelgridNoRows{
    border:0px !important;
    background:none !important;
}

.numberInput .pe-inputNumber {
    text-align: right;
    width: 100%;
}

.numberInput80 .pe-inputNumber {
    text-align: right;
    width: 80%;
}

.numberInputItemsQuantity .pe-inputNumber {
    text-align: right;
    width: 31.7%;
}

.fixed-size {
    padding: 0px;
}

.ui-selectonemenu-label { 
    font-size: 13px !important;
}

.ui-selectonemenu-list { 
    font-size: 13px !important;
}



.ui-effects-wrapper{
    height: auto!important;
}

@media (min-width: 960px){
    #layout-menu-cover{float:unset!important;}
}

.NonEditable{
    opacity: 1!important;
}

.user_manual_icon{
    background-image: url('/b2b/resources/images/user_manual_icon_blue.png');
    height:23px;
    width:23px;
    display: inline-block!important; 
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.wrapp { 
    white-space: normal !important;
}*/
