@font-face {
    font-family: "univers";
    src: url("/fonts/Univers.ttf") format("truetype");
}

html,body{
    width: 100%;
    height:100%;
}
body
{
    margin: 0;
    padding: 0;
    color: #2E2D2C;
    background: white;
    font-size: 12px;
}
*{
    font-family: 'univers';
}

#page
{
    position: relative;
    background: transparent;
    height: 100%;
}


#main-content-top {
    height: 35px;
    width: 100%;
}

#content
{
    padding: 20px;
}
@media (max-width: 950px){
    #content
    {
        padding: 20px 0px;
    }
}
#sidebar
{
    padding: 20px 20px 20px 0;
}

#footer
{
    padding: 10px;
    font-size: 0.6em;
}

.footer-container { float: left; width: 33%; color: #38527c; font-size: 13px; padding: 20px 0px;}
.footer-container ul { list-style-type: none; padding:0; margin:0; }
.footer-container ul a { text-decoration: none; }
.footer-container ul li { padding: 3px 0px; }
.footer-bottom { border-top: 1px solid #D1D1D1; font-size: 13px; padding-top: 10px; color: #666;}
.footer-bottom a { text-decoration: none; }


#mainmenu
{
    background:white url(bg.gif) repeat-x left top;
}

#mainmenu ul
{
    padding:6px 20px 5px 20px;
    margin:0px;
}

#mainmenu ul li
{
    display: inline;
}

#mainmenu ul li a
{
    color:#ffffff;
    background-color:transparent;
    font-size:12px;
    text-decoration:none;
    padding:5px 8px;
}

#mainmenu ul li a:hover, #mainmenu ul li.active a
{
    color: #6399cd;
    background-color:#EFF4FA;
    text-decoration:none;
}

#amenu-wrapper {
    width: 300px;
    position: absolute;
    background-color: #e3eef4;
    border-right: 1px solid black;
    z-index: 0;
    top: 0;
    box-shadow: 0px 0px 8px 5px rgba(66, 66, 66, .5);
    font-family: 'univers';
}

div.flash-error, div.flash-notice, div.flash-success
{
    padding:.8em;
    margin-bottom:1em;
    border:2px solid #ddd;
}

.error-wrapper {
    background-color: rgba(255, 255, 255, 0.7);
    margin: 30px;
    padding: 20px;
    min-height: 300px;
}

.error-wrapper hr {
    background-color: black;
}

div.flash-error
{
    background:#FBE3E4;
    color:#8a1f11;
    border-color:#FBC2C4;
}

div.flash-notice
{
    background:#FFF6BF;
    color:#514721;
    border-color:#FFD324;
}

div.flash-success
{
    background:#E6EFC2;
    color:#264409;
    border-color:#C6D880;
}

div.flash-error a
{
    color:#8a1f11;
}

div.flash-notice a
{
    color:#514721;
}

div.flash-success a
{
    color:#264409;
}

div.form .rememberMe label
{
    display: inline;
}

div.view
{
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #C9E0ED;
}

div.breadcrumbs
{
    font-size: 0.9em;
    padding: 5px 20px;
}

div.search-form
{
    padding: 10px;
    margin: 10px 0;
    background: #eee;
}

.portlet-decoration
{
    padding: 3px 8px;
    background: #B7D6E7;
    border-left: 5px solid #6FACCF;
}

.portlet-title
{
    font-size: 12px;
    padding: 0;
    margin: 0;
    color: #298dcd;
}

.portlet-content
{
    font-size:0.9em;
    margin: 0 0 15px 0;
    padding: 5px 8px;
    background:#EFFDFF;
}

.portlet-content ul
{
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin: 0;
    padding: 0;
}

.portlet-content li
{
    padding: 2px 0 4px 0px;
}

.operations
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.operations li
{
    padding-bottom: 2px;
}

.operations li a
{
    font: bold 12px Arial;
    color: #0066A4;
    display: block;
    padding: 2px 0 2px 8px;
    line-height: 15px;
    text-decoration: none;
}

.operations li a:visited
{
    color: #0066A4;
}

.operations li a:hover
{
    background: #80CFFF;
}
.bg-grey {
    background-color: #f2f2f2;
}

/*---Erd begin */
.blink {
  animation: blinker 1s step-start infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.block-comment{
    background-color: #F5F5DC;
}
.chosen-container-single .chosen-single {
    background:none!important;
}
.quantity-selector{
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
	align-items: center;
	align-items: flex-end;
}
.quantity-selector>.quantity-input{
    width: 38px;
    height: 20px;
    text-align: center;
}
.quantity-selector>.quantity-btn{
    cursor: pointer;
    margin: 7px 3px 0px 3px;
    display: inline-block;
    border-radius: 2px;
    color: black;
    width: 33px;
    height: 33px;
	background-color: #f2f2f2;
	font-size: 20px;
    text-align: center;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}
.quantity-selector>.quantity-btn:hover{
    background-color: #e1e1e1;
} 