/** -----------------------------------------------------------------------------------------------------
 * content.css
 * @license http://www.opensource.org/licenses/bsd-license.php New BSD License
 * @copyright Copyright &copy; Szincsák András
 * @author Szincsák András <andras@szincsak.hu>
 * @version 1.0
* ------------------------------------------------------------------------------------------------------ */
a {
    color: #60738f;
    font-weight: 400;
}

a:hover,
a:hover b {
    color: #111d2e;
    text-decoration: none
}

b,
strong {
    color: #60738f
}

a strong {
    font-weight: 400;
    font-size: 1.1em
}

a.mono strong {
    font-family: 'Azeret Mono';
    font-weight: 400;
    font-size: 1.1em;
    padding: 0 10px
}

hr {
    width: 100%
}

h1 {
    font-weight: 400;
    margin-bottom: 20px;
    color: #3a6792;
    text-transform: uppercase;
}

h2 {
    font-weight: 300;
    margin-bottom: 20px;
    color: #000
}

h1 .right-link {
    float: right;
    font-size: 16px;
    font-weight: bold
}

.submit-right {
    text-align: right;
    margin-bottom: 30px;
}

/*bootstrap buttons*/

.text-inactive {
    color: #ccc
}

.btn:active {
    outline: none;
    box-shadow: none;
    border-color: #fff !Important
}

.btn-center {
    display: block;
    margin: 20px auto;
    width: 30%
}

.btn-normal {
    margin: 5px 10px 10px 0;
    padding: 10px 15px;
    background: #e3e3e3;
    outline: none !Important;
    text-shadow: none !Important;
    ;
    background-image: none !Important;
    border: none;
    border-radius: 5px;
    box-shadow: none !Important;
}

.btn-primary {
    background: #3a6792;
    border-color: #fff;
    color: #fff !Important;
}

.btn-primary a {
    color: #fff;
    text-decoration: none !Important
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
    background: #88aab9 !Important;
    border-color: #fff !Important;
    outline: none !Important;
    box-shadow: 1px 1px 5px #aaa;
}

.btn-primary.disabled,
.btn-primary:disabled {
    background-color: #eee;
    color: #555;
    border-color: #999;
    cursor: not-allowed;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #88aab9;
    border-color: #fff;
}

/*bootstrap dropdown*/
.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #3a6792;
}

.dropdown-item.old {
    color: #fff;
    background-color: #9c9c9c;
}

.dropdown-item.current {
    color: #fff;
    background-color: #456877;
}

.dropdown-item.active.old {
    color: #fff;
    background-color: #ccc;
}

.dropdown-item.active.current {
    color: #fff;
    background-color: #658897;
    border: 1px solid #fff;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: none !important;
}


#sectionMain a.audit {
    bottom: 20px
}

a.audit {
    color: #739594;
    font-size: 1.2em;
    position: fixed;
    ;
    margin: 0 x;
    bottom: 10px;
    right: 10px;
    z-index: 9999;
}

a.audit>.badge {
    font-size: .4em;
    vertical-align: top;
}

pre {
    font-size: .8em !Important;
    line-height: 1em
}

.hovering {
    cursor: alias;
    opacity: .6
}

h2 small.button {
    float: right;
    display: block;
    font-size: .4em;
    border: 1px solid #e3e8ed;
    padding: 5px 10px;
    border-radius: 5px;
}

.thumb {
       padding-bottom: 23px ! Important;
}

.thumb:hover {
    background: #54626f
}

a.thumbimage {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 12vh;
    background-size: cover;
    background-position: center;


}

.thumbimage span {
position: relative;
    font-size: .7em;
    top: 100%;
    left: 0;
    right: 0;
    display: block;
    word-break: break-all;
    height: 18px;
    text-align: center;
    background: #54626f;
    color: #fff;
    line-height: 1em;
    padding: 2px 5px;
}

.btn-outline-primary {
    color: #3a6793;
    border-color: #d0d0d0;
}
.btn-outline-primary:hover {
    color: #fff;
    background-color: #3a6793;
    border-color: #d0d0d0;
}

legend small{
    display: block;
    line-height: 1em;
    font-size: .5em;
    margin-bottom: 20px;
    color: #86898d;
}