/*-----------------------------------------------------------------------------------*/
/*		Search
/*-----------------------------------------------------------------------------------*/
.benomax_search_input{
    width: 250px;
    background: #fff;
    border: 1px solid #dcdcdc;
    color: #444!important;
    font-size: 12px;
    display: inline-block;
    font-weight: bold;
    height: 30px;
    line-height: 14px;
    min-width: 54px;
    padding: 0 8px;
    text-decoration: none!important;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-user-select: none;
}
.benomax_search_input:hover{
    border-color: #c6c6c6;
}
.benomax_search_input:focus{
    border-color: #4285F4;
}
.benomax_search_button{
    background: #f5f5f5;
    background: -webkit-linear-gradient(top,#f5f5f5,#f1f1f1);
    background: linear-gradient(top,#f5f5f5,#f1f1f1);
    border: 1px solid #dcdcdc;
    color: #444!important;
    font-size: 12px;
    cursor: pointer!important;
    display: inline-block;
    font-weight: bold;
    height: 30px;
    line-height: 14px;
    min-width: 54px;
    padding: 0 8px;
    text-decoration: none!important;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-user-select: none;
}
.benomax_search_button:hover {
    border-color: #c6c6c6;
    color: #222!important;
    -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.15);
    box-shadow: 0 1px 0 rgba(0,0,0,.15);
    background: #f8f8f8;
    background: -webkit-linear-gradient(top,#f8f8f8,#f1f1f1);
    background: linear-gradient(top,#f8f8f8,#f1f1f1);
}

/*-----------------------------------------------------------------------------------*/
/*		noscript
/*-----------------------------------------------------------------------------------*/
.benomax-noscript{
    background: #FFFF5D;
    border: solid 2px red;
    padding:25px 0;
    text-align: center;
}
.benomax-noscript h2,.benomax-noscript p{
    color: red!important;
}
.benomax-noscript a{
    text-decoration: underline!important;
    color: blue!important;
}
.benomax-noscript a:hover{
    text-decoration: none!important;
    color: darkblue!important;
}

/*-----------------------------------------------------------------------------------*/
/*		contact form
/*-----------------------------------------------------------------------------------*/
#benomax-contact-form input,#benomax-contact-form textarea{
    color: #F2F2F2;
    background: #5A5A5A;
    border:solid 2px #3C3C3C;
}
#benomax-contact-form .control-label{
    line-height: 36px;
    padding: 0!important;
}
#benomax-contact-form input.form-control{
    padding: 10px 12px!important;
    height: 40px!important;
    width: 100%;
}
#benomax-contact-form textarea.form-control{
    padding: 10px 12px!important;
    width: 100%;
}
.benomax-clear{
    clear: both;
    line-height: 0;
}
#benomax-contact-main-fields,#benomax-contact-textarea{
    margin-bottom: 10px;
}

/*-----------------------------------------------------------------------------------*/
/*		toaster
/*-----------------------------------------------------------------------------------*/
#toast-container{z-index: 100000000000!important;}

/*-----------------------------------------------------------------------------------*/
/*		print
/*-----------------------------------------------------------------------------------*/
@media print {
    *, *::before, *::after {
        text-shadow: none!important;
        box-shadow: none!important;
    }
    @page {
        size: a3;
    }
    a:not(.btn) {
        text-decoration: underline;
    }
    abbr[title]::after {
        content: ' ('attr(title)') ';
    }
    pre {
        white-space: pre-wrap!important;
    }
    pre, blockquote {
        page-break-inside: avoid;
    }
    .print-hide {
        display: none!important;
    }
    .print-show {
        display: inherit!important;
    }
    .benomax-sidebar, .benomax-upbody, .benomax-downbody, .benomax-middlebody {
        display: none!important;
    }
    body {background: #FFFFFF!important;color: #000000;}
}

/*-----------------------------------------------------------------------------------*/
/*		User messages plugin
/*-----------------------------------------------------------------------------------*/
.messages-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.messages-list ul li {
    padding: 8px 16px;
    margin-bottom: 16px;
    border-left: solid 3px;
}
.messages-list-light ul li {
    border-color: #E0E0E0;
}
.messages-list-dark ul li {
    border-color: #5A5A5A;
}
.messages-list p {
    margin: 0 0 8px!important;
}
.messages-list p:last-child {
    margin-bottom: 0!important;
}
.text-sec {
    font-size: 85%;
}

/*-----------------------------------------------------------------------------------*/
/*		Random sentence plugin
/*-----------------------------------------------------------------------------------*/
.tile-body:after, .tile-body:before {
    content: '';
    display: table;
    clear: both;
}
.tile-body.random-sentence img {
    max-width: 128px; 
    height: auto;
}