/* Admin main menu*/
/*-----------------------------------------------------------------------------------*/

.admin-menu {
    margin-left: 77px;
}

.admin-menu hr {
    margin-top: 2px;
    margin-bottom: 2px;
}

.nav-admin hr {
    margin-top: 2px;
    margin-bottom: 2px;
}


.admin-menu ul.menu-header li {
    border-left: none;
    border-right: none;
}

/* Admin page menu*/
/*-----------------------------------------------------------------------------------*/

#admin-panel-header h3{
  margin-bottom: 0px;  
  margin-top: 0px;  
}
#admin-panel-header > div{
    border-bottom: #80B600 solid 2px;
    margin-bottom: 5px;
}

#admin-panel-header nav{
    display: inline-block;
    margin-top: 5px;
}
#admin-panel-header ul,#admin-panel-header ol {
    margin-left: 0px;
    margin-bottom: 5px;
}

#cache_tags_list span.badge {
    margin-right: 5px;
    margin-bottom: 4px;
    cursor: pointer;
    position: relative;
}

.admin-content textarea {
    width: 95%;
    height: 250px;
}

 .admin-content select[multiple] {
    height: 150px;
}

.details-sidebar {
    background-color: #f7f7f7;
}

/*dodawanie nowego jadlospisu , widok rozszerzony*/

#ajaxform_dietplanext span[class^='req-']{
    margin-left: 1em;
     background-color: #EBF3D6;
}

/*jqgrid*/


.ui-jqdialog {
    width: 50% !important;
}


#ajaxform_weighting #unit_description,
#ajaxform_weighting #unit_text,
#ajaxform_weighting #meta_title,
#ajaxform_weighting #meta_keyword,
#ajaxform_weighting #meta_description
{
    height: 2.6em;
}


/*KONSULTACJE*/

#voucher-url-copyfield{
    width: 95%;
}

#order_topics ,#order_notes {
    height: 50px;
}

.order-details textarea {
    height: 80px;

}

/*PRODUKTY AFILIACYJNE*/

#affiliates-connect-controls p {
    font-size: 14px;
    font-weight: bold;
}

#affiliates-product-ilewazy .af-product-name {
    text-align: right;
    display: block;
    padding-top: 15px;

}
#affiliates-product-ilewazy  p {
    text-align: right;
}

.af-product-box img{
    width: 50px;
}
.af-product-box {
    vertical-align: middle;
    height: 70px;
}

/*UPLOAD*/

.himages-grid li {
    float: left;
    list-style: none outside none;
    margin-bottom: 25px;
}

.himage-sub {
    background: none repeat scroll 0 0 #EEEEEE;
    color: #777777;
    display: block;
    font: italic 12px georgia,serif;
    height: auto;
    max-width: 100%;
    overflow: hidden;
    padding: 4px 10px 12px;
    text-align: center;
    text-overflow: ellipsis;
    transition: all 0.5s ease 0s;
    white-space: nowrap;
    position: absolute;
    bottom: 0px;
    left:0px;
    right: 0px;

}
.himage-sub a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    color: #000000;
    display: block;
    font: 13px/30px "Open Sans",sans-serif;
    margin: 0 5px 5px;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out 0s;
}
.himage-sub a:hover {
    color: #CCCCCC;
    text-decoration: none;
}

.himage img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    /*    text-align: center;*/
}

.himages-grid {
    margin: 0;
}

.himages-grid li:hover {
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    transition: all 0.5s ease 0s;
}
.himages-grid li:hover .himage-sub {
    background-color: #FFFFFF;
}

.himage {
    position: relative;
    max-height: 130px;
    overflow: hidden;
}
.uimg-remove {
    position: absolute;
    right: 4px;
    top: 3px;
}


/* cms */
#meta_title,#meta_keyword,#meta_description,#disable_form_reason {
    height: 50px;
}






