/**
* (c) 2013, Aitium.
* Common styles that is used to a whole site
*/

/* Margin and padding presets */
.mt0 {margin-top: 0 !important;} .mt5 {margin-top: 5px;} .mt10 {margin-top: 10px;} .mt15 {margin-top: 15px;} .mt20 {margin-top: 20px;}
.mb0 {margin-bottom: 0 !important;} .mb5 {margin-bottom: 5px;} .mb10 {margin-bottom: 10px;} .mb15 {margin-bottom: 15px;} .mb20 {margin-bottom: 20px;}
.ml5 {margin-left: 5px;} .ml10 {margin-left: 10px;} .ml15 {margin-left: 15px;}
.mr5 {margin-right: 5px;} .mr10 {margin-right: 10px;} .mr15 {margin-right: 15px;}

/* Font sizes */
.fs12 {font-size: 14px;} .fs14 {font-size: 14px;} .fs16 {font-size: 16px;}

/* Lists */
.list-mb5 li {margin-bottom: 5px;} .list-mb5 li:last-child {margin-bottom: 0;}

/* Strong text */
.bold {font-weight: bold;}
.normal {font-weight: normal;}

/* Form */
.form-vertical label.control-label {display: block;}
.form-size-short {width: 150px;} .form-size-pre-medium {width: 320px;} .form-size-medium {width: 400px;} .form-size-long {width: 550px;} .form-size-extralong {width: 750px;}
.form-control-inline,
.inline-block {
    display: inline-block;
}
.form-control-inline-auto {
    display: inline;
    width: auto;
}
.width100 {
    width: 100%;
}
.block {
    display: block;
}
.form-control-pre,
.form-control-after {
    display: inline-block;
}
.form-control-pre {
    min-width: 10px;
    margin-right: 10px;
}
.form-control-after {
    min-width: 10px;
    margin-left: 10px;
}

/* Labels */
.label-iconed {
    font-size: 85%;
    padding: 10px 6px;
    position: relative;
}
.label-iconed .glyphicon {
    font-size: 200%;
    margin-right: 5px;
    top: 7px;
}
.label-transpared {
    background-color: transparent !important;
    color: #969696;
    white-space: normal;
    display: block;
}
.label-transpared .glyphicon {
    float: left;
    top: 0;
}
.label-iconed-padded {
    padding-left: 30px;
    display: block;
    text-align: left;
}

/* Captcha */
img.captcha {
    cursor: pointer;
}
.captcha-form label {
    display: block;
}
.captcha-form input {
    margin-bottom: 0;
    margin-left: 10px;
    text-transform: uppercase;
    max-width: 110px;
    display: inline-block;
}

/* Help-block */
.help-block-my {
    color: #737373;
    display: block;
    margin-bottom: 10px;
    margin-top: 5px;
}

/* Turn off cloudim anchor */
#cloudim_cr {
    display: none;
}
/* Required filed maked by star */
.required-field {
  color: #FF0000;
  font-weight: bold;
  margin: 0 2px;
}

/* Bootstrap fix */
.tab-pane {
    padding-top: 15px;
}

/* Clear */
.clear {
    clear: both;
}

/* Breadcrumb */
.breadcrumb {
    font-size: 13px;
    margin: 0 0 10px;
    padding: 5px 15px;
}
.breadcrumb .crumb-current a {
    color: #474747;
}

/* Media gallery */
.media-items .media-item {
    display: block;
    float: left;
    height: 150px;
    margin-right: 8px;
    width: 170px;
}
.media-items a, .media-items a img {
    display: block;
}
.media-items .media-image-name {
    margin-top: 2px;
    text-align: right;
}
/* icons */
a.padded4icon, span.padded4icon {
    margin-right: 15px;
    padding-left: 20px;
}
a.padded4icon-right, span.padded4icon-right {
    margin-left: 5px;
    padding-right: 20px;
}
/*help icon*/
.help-icon {
    cursor: help;
    margin: 0 5px;
}
/* button sizes*/
.btn-lg-long {
    padding-left: 50px;
    padding-right: 50px;
}
/* Tables */
.table1 {
    width: 100%;
}
.table1 td,
.table1 th {
    padding: 5px;
}

.table-bottom tr td {
    vertical-align: bottom;
}
.table-bottom tr td img {
    vertical-align: bottom;
}
.table-hover tr:hover {
    background-color: #F2FFF5;
}
/* site search fix*/
.search-content * {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
}
.list-tree li {
    display: block;
    margin: 20px 20px;
}
.list-tree li a.control {
    display: none;
}
.list-tree li:hover a.control {
    display: inline;
}
.widget-column {
    float: left;
}
.widget-column-2 {
    width: 48%;
    margin-right: 2%;
}
.widget-column-3 {
    width: 31%;
    margin-right: 2%;
}
.widget-column:last-child {
    margin-right: 0;
}
.cp-short {
    background-color: #383838;
    padding: 5px 0;
    color: #fff;
}
.cp-short ul {
    margin: 0;
}
.cp-short ul li {
    display: inline;
    margin-right: 15px;
}
.cp-short ul li:last-child {
    margin-right: 0;
}
.cp-short a {
    color: #B2DDEA;
}
.cp-short a:hover,
.cp-short a:active,
.cp-short a:focus {
    color: #fff;
    text-decoration: none;
}
.form-actions {
    border-top: 1px solid #e5e5e5;
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 20px 0 20px;
}
.form-actions:before, .form-actions:after {
    content: "";
    display: table;
    line-height: 0;
}
.form-actions:after {
    clear: both;
}
.form-actions .btn {
    margin-right: 15px;
}

.cookie-notice {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #333;
    color: white;
    padding: 15px;
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1000;
}

.cookie-notice p {
    margin: 0;
}

.cookie-notice button {
    background-color: #4CAF50;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
}

.cookie-notice button:hover {
    background-color: #45a049;
}