@import "fancybox.css";
@import "icons.css";
@import "iviewer.css";
@import "input.css";
@import "popup.css";
@import "favorites.css";
@import "images.css";
@import "slideshow.css";
@import "discussion.css";

.help {
    background: yellow;
    border: 2px solid red;
    margin-bottom: 2px;
    text-align: center;
    font-weight: bold;
    display: none;
    
}
.main-container {
    
}

.grid-box {
    
}

.test {
    border: 1px solid red;
}
/*************/
body {
    background: #d2955a;
    font-family: arial unicode MS,arial,helvetica,sans-serif;
}

body, a {
    color: #A76322;
    text-decoration: underline
}

h3,
.cim {
    font-size: 14pt;
    font-weight: bold;
}

#main-title {
    color: #fff;
    font-weight: normal;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18pt;
    font-family: Impact, Charcoal, sans-serif;
    transform:scale(1,1.8);
}

.site-content {
    padding-top: 25px;
}

.site-footer {
    padding: 0;
    color: #fff;
}

.site-footer-one {
    text-align: center;
}

.site-footer-one a {
    color: #fff;
    font: bold 10px verdana,arial,sans-serif;
}

.site-footer-xs {
    text-align: center;
}

.site-footer-xs a {
    text-decoration: underline;
    display: inline-block;
    padding: 5px 0;
    color: #fff;
    font: bold 14pt verdana,arial,sans-serif;
}

.site-pager {
    text-align: center;
    font-weight: bold;
}

.site-pager-rpp {
    text-align: right;
    font-weight: bold;
}

.site-pager-rpp select {
    font-weight: normal;
    color: #000;
}

.back-to-list {
    text-align: center;
}

.totals-header-top {
    border-top: 1px solid #d2955a;
}

.totals-header {
    border-bottom: 1px solid #d2955a;
    padding-top: 5px;
    padding-bottom: 5px;
}

.right-data {
    text-align: right;
    font-size: 10pt;
    
}
.right-links a {
    text-decoration: none;
}

.col-half-offset{
    margin-left:4.166666667%
}

.white-bg {
    background: #fff;
}

.menu-bg {
    background-color: #f6eade;
    background-image: url('../image/oldalt_kep.gif');
    background-repeat: no-repeat;
    background-size: 100%;
    padding-top: 20px;
}

.table-row {
    /*display: table;*/
    overflow: hidden; 
}

.table-row > [class*="col-"] {
    margin-bottom: -99999px;
    padding-bottom: 99999px;
}

.dashed-border {
    border-right: 1px dashed #8DA665;
}

ul { list-style:none; padding:0px; margin:0px; }
ul li { padding:0px; margin:0px; }
ul.menu { font-weight:bold; }
ul.menu a { text-decoration:underline; }
ul.menu li { padding:0px 0px 10px 0px; }
ul.menu ul { margin-left:5px; font-size:11px; font-weight:normal; }
ul.menu ul li { padding:1px 0px; }

.menu a { text-decoration: none; }
.menu td { margin: 0; padding: 5px; }


.field-row {
    margin-top: 10px;
}
.field-title {
    font-weight: bold;
}

.field-value {
    
}

/**********/
nav .menu-toggle {
    text-transform: uppercase;
    cursor: pointer;
}


.icon-bar-holder {
    padding-top: 16px;
    float: right;
}


nav .icon-bar {
    background: #fff;
    display: block;
    width: 25px;
    height: 4px;
}

nav .icon-bar + .icon-bar {
    margin-top: 4px;
}

div#menu-xs-holder {
    padding: 0;
    display: none;
}
/**/
div#menu-xs {
    width: 100%;
    background-color: #874e17;
    border-bottom: 1px solid #d2955a;
    
}

div#menu-xs ul {
    margin: 0;
    font-size: 12pt;
    margin: 0;
    padding: 0;
}

div#menu-xs li {
    margin: 0;
    padding: 0;
}

div#menu-xs li a {
    width: 100%;
    display: inline-block;
    font-size: 14pt;
    text-decoration: none;
    font-weight: normal;
    letter-spacing: 1.5pt;
    color: #fff;
}

div#menu-xs li a:hover {
    background-color: #f6eade;
    color: #d2955a;
}

div#menu-xs .menu-group {
    width: 100%;
    display: inline-block;
    text-align: left;
    visibility: hidden;
 
}

div#menu-xs .menu-title {
    width: 100%;
    display: inline-block;
    text-align: right;
}

form input[type=text],
form textarea,
form select{
    border: 1px solid #CCCCCC;
    color: #000;
}

submit, button{ 
    color: red;
}

a.del {
    color: #ff0000;
    text-decoration: none;
}

.page-link.disabled {
    color: #ddd !important;
    text-decoration: none;
}
.page-link.active {
    color: #000 !important;
    text-decoration: none;
}

.bpop {
    font-weight: bold;
    cursor: pointer;
}