/** -----------------------------------------------------------------------------------------------------
 * 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: #198f11;}
b,strong{color:#198f11}

h1,h2{font-weight: 300;margin-bottom:20px}
.right{float:right}
.submit-right {text-align: right;  margin-bottom: 30px;}
/*bootstrap buttons*/
.btn:active{outline:none;box-shadow:none;border-color:#fff!Important}
.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:#579778;border-color:#fff;color:#fff!Important;padding: 10px 30px;}
.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: #579778;
}
/*bootstrap dropdown*/
.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;
    /* outline-offset: -2px; */
}

