@import url(https://fonts.googleapis.com/css?family=Roboto:700,400&subset=latin,latin-ext);
@import url(https://fonts.googleapis.com/css?family=Oswald:400,300&subset=latin,latin-ext);

@import url(https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200);
@font-face {
  font-family: 'Material Symbols Outlined';
  font-style: normal;
  font-weight: 100 700;
  src: url(https://fonts.gstatic.com/s/materialsymbolsoutlined/v39/kJEhBvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oFsI.woff2) format('woff2');
}

@font-face {
    font-family: 'CalibriRegular';
    src: url('font01/calibri-webfont.eot');
    src: url('font01/calibri-webfont.eot?#iefix') format('embedded-opentype'),
         url('font01/calibri-webfont.woff') format('woff'),
         url('font01/calibri-webfont.ttf') format('truetype'),
         url('font01/calibri-webfont.svg#CalibriRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SansitaOneRegular';
    src: url('font02/sansitaone-webfont-webfont.eot');
    src: url('font02/sansitaone-webfont-webfont.eot?#iefix') format('embedded-opentype'),
         url('font02/sansitaone-webfont-webfont.woff') format('woff'),
         url('font02/sansitaone-webfont-webfont.ttf') format('truetype'),
         url('font02/sansitaone-webfont-webfont.svg#SansitaOneRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    font: 12px CalibriRegular;
    background-color: #eee;
    border: 0px;
    margin: 0px;
    padding: 0px;
    /*
    background-image: url( '/img/bg-dedamraz.jpg' );
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center top;
    */
}

table, p {  font: 14px CalibriRegular; }

form, h1, h2, h3, h4, h5 { font-family: CalibriRegular; border: 0px; margin:0px; padding: 0px; }

a { text-decoration: none; } 
/* a:link, a:active, a:visited { color: #444444; }  */
a:hover { text-decoration: none; } 
a:hover.nohover { text-decoration: none; }

/* .superbox { display: block; position: absolute; top: 0px; width: 980px; left: 50%; margin: 0; margin-left: -490px; padding: 0; border-width: 0; overflow: inherit; } */
.superbox { width: 980px; margin: auto; }

.fadePage {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 150;
}
.fadePage:before
{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #000;
  opacity:.65;
  filter:alpha(opacity=65);
}

.masterbox { padding: 0; border-width: 0; overflow: hidden; }
.centrebox { width: 980px; display: block; float: left; margin: 0 0 5px 0; padding: 0; border-width: 0; overflow: hidden; -moz-border-radius: 15px; border-radius: 15px; }
.rightcol { display: table-cell; float: right; width: 310px; height: 100%; min-height: 100%; margin: 0; padding: 5px; background-color: #DDEEFF; padding-bottom: 32768px; margin-bottom: -32768px; -moz-border-radius: 0 0 15px 0; border-radius: 0 0 15px 0; }
.maincol { margin: 0 315px 0 0; padding: 5px; background-color: white; }

.brand_right{
    height: 60px;
    right: 50%;
    margin-right: -950px;
    position: fixed;
    text-align: left;
    top: 2px;
    width: 450px;
    overflow: hidden;
    background: #000;
}
.brand_left{
    height: 60px;
    left: 50%;
    margin-left: -950px;
    position: fixed;
    text-align: right;
    top: 2px;
    width: 450px;
    overflow: hidden;
    background: #000;
}
* html .brand_right {position:absolute;height:60px;}
* html .brand_left {position:absolute;height:60px;}
* html{
    overflow-x: hidden;
}

.servis-container { width: 966px; float: left; display: block; margin: 1px 0 0 0; padding: 0 0 0 14px; height: 28px; background-color: #234; border-width: 0; -moz-border-radius: 15px; border-radius: 15px; }
.servis-button { font: 14px Oswald; float: left; width: 115px; padding: 2px 2px 1px 2px; color: #b7b7b7; text-align: center; }
.servis-button a {
    display: table-cell;
    float: left;
    width: 111px;
    padding: 1px 2px 2px 2px;
    font: 14px Oswald;
    color: #fff;
    text-decoration: none;
    text-align: center;
}
.servis-button a:hover, .servis-button-extra a:hover {
    color: #000;
	background-color: #6cf;
}
.servis-button a:active, .servis-button-extra a:active {
    color: #ffd800;
	background-color: #bd3330;
}
.servis-button-a a, .servis-button-a a:hover, .servis-button-a a:active {
    display: table-cell;
    float: left;
    width: 111px;
    margin: 2px 2px 3px 2px;
    padding: 1px 2px 2px 2px;
    font: 14px Oswald;
    background-color:#069;
    color: #def;
    text-decoration: none;
    text-align: center;
}
.servis-button-extra a {
    display: table-cell;
    float: left;
    width: 111px;
    margin: 3px 2px 3px 2px;
    padding: 2px 2px 1px 2px;
    font: 14px Oswald;
    background-color: black;
    color: #ffbb00;
    text-decoration: none;
    text-align: center;
}

.header-button-container { float: left; margin: 4px 0; width: 980px; text-align: right; }
.header-logo { width: 120px; float: left; margin: 5px 0; text-align: left; }
.header-social-container { float: left; margin: 18px 1px 0 2px; width: 128px; text-align: center; }
.header-social-icon { float: left; margin: 0; }
.header-banner { display: flex; width: 728px; height: 90px; float: right; margin: 5px 0; background-color: #FFEEDD; text-align: center; -moz-border-radius: 15px; border-radius: 15px; overflow: hidden; }
.banner { float: left; display: block; width: 300px; border: 1px solid black; margin-bottom: 5px; background-color: white; text-align: center; overflow: hidden; }

.footer-google-link { width: 950px; float: left; display: block; text-align: center; margin: 0 0 5px 0; padding: 3px 14px 3px 14px; background-color: #eee; border: 1px solid #ddd; -moz-border-radius: 15px; border-radius: 15px; }

.footer-socialbox-title { width: 952px; float: left; display: block; margin: 0 0 5px 0; padding: 0 14px 0 14px; height: 28px; background-color: #333; border-width: 0; -moz-border-radius: 15px; border-radius: 15px; }
.footer-socialbox-title-ttl { width: 750px; font: 14px Oswald; color: #9cf; padding: 3px 0 5px 0; float: left; }

.footer-socialbox {
    width: 980px;
    display: block;
    float: left;
    background-color: #666;
    margin: 0 0 5px 0;
    padding-bottom: 12px;
    border-width: 0;
    overflow: hidden;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
.footer-socialbox-fb, .footer-socialbox-etarget, .footer-socialbox-twitter, .footer-socialbox-gplus, .footer-socialbox-instagram {
    float: left;
    display: block;
    width: 300px;
    background-color: #eee;
    text-align: center;
    margin: 12px 0 0 12px;
    overflow: hidden;
    -moz-border-radius: 7px;
    border-radius: 7px;
}
.footer-socialbox-fb, .footer-socialbox-etarget {
    height: 250px;
    padding: 5px;
}
.footer-socialbox-twitter {
    margin-top: 12px;
    padding: 20px 5px 20px 5px;
}
.footer-socialbox-gplus {
    margin-top: 12px;
    padding: 9px 5px 9px 5px;
}
.footer-socialbox-gplus a {
    color: #000;
    font: 14px CalibriRegular;
}
.footer-socialbox-gplus a:hover {
    color: #00a;
}
.footer-socialbox-instagram {
    margin-top: 12px;
    padding: 18px 5px 18px 5px;
}
.footer-links { margin: 0; width: 980px; float: left; display: block; padding: 4px 0 4px 0; text-align: center; color: #0bf; font: 18px Oswald; overflow: hidden; background-color: #234; border-width: 0; -moz-border-radius: 15px; border-radius: 15px; }
.footer-links a { color: #def; text-decoration: none; }
.footer-links a:hover{ color: #9cf; }
.footer-links a:active{ color: #0bf; }
.footer-copyright { width: 980px; float: left; display: block; margin: 5px 0 5px 0; padding: 0 0 5px 0; text-align: center; color: black; font: 14px CalibriRegular; background-color: #eee; border-width: 0; -moz-border-radius: 15px; border-radius: 15px; }
.footer-copyright a { color: black; font-weight: bold; text-decoration: none; }
.footer-copyright a:hover { color: #369; }
.footer-copyright a:active { color: #036; }

.footer-alexa {
  float: right;
  display: block;
  text-align: right;
  width: 150px;
  padding-right: 20px;
  margin-top: -75px;
}

.footer-bigmenu {
    float: left;
    display: block;
    width: 950px;
    margin-bottom: 5px;
    padding: 15px;
    background-color: #333;
    border-width: 0;
    text-align: justify;
    color: #630;
    font-family: Arial, Verdana, 'Trebuchet MS';
    font-size: 12px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
.footer-bigmenu-logo { float: left; display: block; margin: 10px 10px 10px 0; padding: 0; width: 120px; border: 0; }
.footer-bigmenu-logo a { opacity: 0.75; filter: alpha(opacity=75); }
.footer-bigmenu-logo a:hover { opacity: 0.9; filter: alpha(opacity=90); }
.footer-bigmenu-servis { float: left; display: block; margin: 10px 10px 0 10px; padding: 0; width: 115px; border: 0; overflow: hidden; }
.footer-bigmenu-servis-title { float: left; display: block; padding: 3px 0 3px 0; width: 125px; border-bottom: 1px dotted #ffd800;font: 14px Oswald; color: #ffd800; }
.footer-bigmenu-servis-link { float: left; display: block; padding: 3px 0 3px 0; width: 125px; border-bottom: 1px dotted #666;font: 13px Oswald; color: #ffd800; }
.footer-bigmenu-servis-link a { color: #ccc; }
.footer-bigmenu-servis-link a:hover { color: #9cf; }
.footer-bigmenu-servis-link a:active { color: #0bf; }
.footer-bigmenu-social { float: right; display: block; width: 790px; margin: 5px 20px; padding-top: 10px; border-top: 1px dotted #FFD800; text-align: right; }
.footer-bigmenu-social-icon { float: right; margin-left: 5px; }

#social{background-color: #ddd; display: block; list-style-type: none; margin-left: -565px; padding: 33px 5px 15px 5px; position: fixed; text-align: center; top: 167px; width: 60px; min-height: 250px; left: 50%; owerflow: hidden; -moz-border-radius: 15px; border-radius: 15px; }
.div10top{margin-top: 10px;}.div10Bottom{margin-bottom: 10px;}.d20top{margin-top: 20px;}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font: normal 18px Roboto;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 3px 10px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  /*color: #333333;*/
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #dddddd;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #bebebe;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #dddddd;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #4582ec;
  border-color: #4582ec;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #1863e6;
  border-color: #175fdd;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #4582ec;
  border-color: #4582ec;
}
.btn-primary .badge {
  color: #4582ec;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #3fad46;
  border-color: #3fad46;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #318837;
  border-color: #2f8034;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #3fad46;
  border-color: #3fad46;
}
.btn-success .badge {
  color: #3fad46;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #2aabd2;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #eb9316;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d9534f;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #c12e2a;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d9534f;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  color: #4582ec;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #134fb8;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #b3b3b3;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 14px 16px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.btn-dark {
  color: #ffffff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover,
.btn-dark:focus,
.btn-dark.focus,
.btn-dark:active,
.btn-dark.active,
.open > .dropdown-toggle.btn-dark {
  color: #ffffff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark:active,
.btn-dark.active,
.open > .dropdown-toggle.btn-dark {
  background-image: none;
}
.btn-dark.disabled,
.btn-dark[disabled],
fieldset[disabled] .btn-dark,
.btn-dark.disabled:hover,
.btn-dark[disabled]:hover,
fieldset[disabled] .btn-dark:hover,
.btn-dark.disabled:focus,
.btn-dark[disabled]:focus,
fieldset[disabled] .btn-dark:focus,
.btn-dark.disabled.focus,
.btn-dark[disabled].focus,
fieldset[disabled] .btn-dark.focus,
.btn-dark.disabled:active,
.btn-dark[disabled]:active,
fieldset[disabled] .btn-dark:active,
.btn-dark.disabled.active,
.btn-dark[disabled].active,
fieldset[disabled] .btn-dark.active {
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark .badge {
  color: #343a40;
  background-color: #ffffff;
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover,
.btn-light:focus,
.btn-light.focus,
.btn-light:active,
.btn-light.active,
.open > .dropdown-toggle.btn-light {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light:active,
.btn-light.active,
.open > .dropdown-toggle.btn-light {
  background-image: none;
}
.btn-light.disabled,
.btn-light[disabled],
fieldset[disabled] .btn-light,
.btn-light.disabled:hover,
.btn-light[disabled]:hover,
fieldset[disabled] .btn-light:hover,
.btn-light.disabled:focus,
.btn-light[disabled]:focus,
fieldset[disabled] .btn-light:focus,
.btn-light.disabled.focus,
.btn-light[disabled].focus,
fieldset[disabled] .btn-light.focus,
.btn-light.disabled:active,
.btn-light[disabled]:active,
fieldset[disabled] .btn-light:active,
.btn-light.disabled.active,
.btn-light[disabled].active,
fieldset[disabled] .btn-light.active {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light .badge {
  color: #f8f9fa;
  background-color: #212529;
}

.btn-secondary {
  color: #ffffff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary:active,
.btn-secondary.active,
.open > .dropdown-toggle.btn-secondary {
  color: #ffffff;
  background-color: #5a6268;
  border-color: #545b62;
}
.btn-secondary:active,
.btn-secondary.active,
.open > .dropdown-toggle.btn-secondary {
  background-image: none;
}
.btn-secondary.disabled,
.btn-secondary[disabled],
fieldset[disabled] .btn-secondary,
.btn-secondary.disabled:hover,
.btn-secondary[disabled]:hover,
fieldset[disabled] .btn-secondary:hover,
.btn-secondary.disabled:focus,
.btn-secondary[disabled]:focus,
fieldset[disabled] .btn-secondary:focus,
.btn-secondary.disabled.focus,
.btn-secondary[disabled].focus,
fieldset[disabled] .btn-secondary.focus,
.btn-secondary.disabled:active,
.btn-secondary[disabled]:active,
fieldset[disabled] .btn-secondary:active,
.btn-secondary.disabled.active,
.btn-secondary[disabled].active,
fieldset[disabled] .btn-secondary.active {
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary .badge {
  color: #6c757d;
  background-color: #ffffff;
}

.button_master, .button_silver, .button_dark, .button_yellow, .button_black, .button_green, .button_blue, .button_light, .button_violet {
  -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; font: normal 14px Roboto; padding: 3px 10px 3px 10px; text-decoration:none; display:inline-block;
}

.button_master {
  border: 1px solid #df0909; text-shadow: -1px -1px 0 rgba(0,0,0,0.3); color: #FFFFFF;
  background-color: #f62b2b; background-image: -webkit-gradient(linear, left top, left bottom, from(#f62b2b), to(#d20202));
  background-image: -webkit-linear-gradient(top, #f62b2b, #d20202);
  background-image: -moz-linear-gradient(top, #f62b2b, #d20202);
  background-image: -ms-linear-gradient(top, #f62b2b, #d20202);
  background-image: -o-linear-gradient(top, #f62b2b, #d20202);
  background-image: linear-gradient(to bottom, #f62b2b, #d20202);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f62b2b, endColorstr=#d20202);
}

.button_master:hover {
  cursor: pointer;
  border: 1px solid #b30808; color: yellow;
  background-color: #e40a0a; background-image: -webkit-gradient(linear, left top, left bottom, from(#e40a0a), to(#9f0202));
  background-image: -webkit-linear-gradient(top, #e40a0a, #9f0202);
  background-image: -moz-linear-gradient(top, #e40a0a, #9f0202);
  background-image: -ms-linear-gradient(top, #e40a0a, #9f0202);
  background-image: -o-linear-gradient(top, #e40a0a, #9f0202);
  background-image: linear-gradient(to bottom, #e40a0a, #9f0202);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#e40a0a, endColorstr=#9f0202);
}

.button_silver {
  border: 1px solid #c7caca; text-shadow: -1px -1px 0 rgba(255,255,255,0.3); color: #333;
  background-color: #eeefef; background-image: -webkit-gradient(linear, left top, left bottom, from(#eeefef), to(#d1d0d0));
  background-image: -webkit-linear-gradient(top, #eeefef, #d1d0d0);
  background-image: -moz-linear-gradient(top, #eeefef, #d1d0d0);
  background-image: -ms-linear-gradient(top, #eeefef, #d1d0d0);
  background-image: -o-linear-gradient(top, #eeefef, #d1d0d0);
  background-image: linear-gradient(to bottom, #eeefef, #d1d0d0);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#eeefef, endColorstr=#d1d0d0);
}

.button_silver:hover {
  cursor: pointer;
  border: 1px solid #afb4b4; color: #000078;
  background-color: #d9dddd; background-image: -webkit-gradient(linear, left top, left bottom, from(#d9dddd), to(#c6c3c3));
  background-image: -webkit-linear-gradient(top, #d9dddd, #c6c3c3);
  background-image: -moz-linear-gradient(top, #d9dddd, #c6c3c3);
  background-image: -ms-linear-gradient(top, #d9dddd, #c6c3c3);
  background-image: -o-linear-gradient(top, #d9dddd, #c6c3c3);
  background-image: linear-gradient(to bottom, #d9dddd, #c6c3c3);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#d9dddd, endColorstr=#c6c3c3);
}

.button_dark {
  border: 1px solid #777a7a; text-shadow: -1px -1px 0 rgba(0,0,0,0.3); color: #ffffff;
  background-color: #8e8f8f; background-image: -webkit-gradient(linear, left top, left bottom, from(#7e7f7f), to(#515050));
  background-image: -webkit-linear-gradient(top, #8e8f8f, #515050);
  background-image: -moz-linear-gradient(top, #8e8f8f, #515050);
  background-image: -ms-linear-gradient(top, #8e8f8f, #515050);
  background-image: -o-linear-gradient(top, #8e8f8f, #515050);
  background-image: linear-gradient(to bottom, #8e8f8f, #515050);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#8e8f8f, endColorstr=#515050);
}

.button_dark:hover {
  cursor: pointer;
  border: 1px solid #5f4444; color: #fff7e0;
  background-color: #797676; background-image: -webkit-gradient(linear, left top, left bottom, from(#797676), to(#464343));
  background-image: -webkit-linear-gradient(top, #797676, #464343);
  background-image: -moz-linear-gradient(top, #797676, #464343);
  background-image: -ms-linear-gradient(top, #797676, #464343);
  background-image: -o-linear-gradient(top, #797676, #464343);
  background-image: linear-gradient(to bottom, #797676, #464343);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#797676, endColorstr=#464343);
}

.button_yellow {
  border: 1px solid #ffc826; text-shadow: -1px -1px 0 rgba(255,255,255,0.3); color: #000;
  background-color: #ffd65e; background-image: -webkit-gradient(linear, left top, left bottom, from(#ffd65e), to(#febf04));
  background-image: -webkit-linear-gradient(top, #ffd65e, #febf04);
  background-image: -moz-linear-gradient(top, #ffd65e, #febf04);
  background-image: -ms-linear-gradient(top, #ffd65e, #febf04);
  background-image: -o-linear-gradient(top, #ffd65e, #febf04);
  background-image: linear-gradient(to bottom, #ffd65e, #febf04);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ffd65e, endColorstr=#febf04);
}

.button_yellow:hover {
  cursor: pointer;
  border: 1px solid #f7b800; color: #300;
  background-color: #ffc92b; background-image: -webkit-gradient(linear, left top, left bottom, from(#ffc92b), to(#ce9a01));
  background-image: -webkit-linear-gradient(top, #ffc92b, #ce9a01);
  background-image: -moz-linear-gradient(top, #ffc92b, #ce9a01);
  background-image: -ms-linear-gradient(top, #ffc92b, #ce9a01);
  background-image: -o-linear-gradient(top, #ffc92b, #ce9a01);
  background-image: linear-gradient(to bottom, #ffc92b, #ce9a01);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ffc92b, endColorstr=#ce9a01);
}

.button_black {
  border: 1px solid #3a3c40; text-shadow: -1px -1px 0 rgba(176,9,9,0.3); color: #FFFFFF;
  background-color: #55585D; background-image: -webkit-gradient(linear, left top, left bottom, from(#55585D), to(#000000));
  background-image: -webkit-linear-gradient(top, #55585D, #000000);
  background-image: -moz-linear-gradient(top, #55585D, #000000);
  background-image: -ms-linear-gradient(top, #55585D, #000000);
  background-image: -o-linear-gradient(top, #55585D, #000000);
  background-image: linear-gradient(to bottom, #55585D, #000000);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#55585D, endColorstr=#000000);
}

.button_black:hover {
  cursor: pointer;
  border: 1px solid #242628; color: #FFD800;
  background-color: #3d3f42; background-image: -webkit-gradient(linear, left top, left bottom, from(#3d3f42), to(#1a1a1a));
  background-image: -webkit-linear-gradient(top, #3d3f42, #1a1a1a);
  background-image: -moz-linear-gradient(top, #3d3f42, #1a1a1a);
  background-image: -ms-linear-gradient(top, #3d3f42, #1a1a1a);
  background-image: -o-linear-gradient(top, #3d3f42, #1a1a1a);
  background-image: linear-gradient(to bottom, #3d3f42, #1a1a1a);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#3d3f42, endColorstr=#1a1a1a);
}

.button_green {
  border: 1px solid #B1D43A; display:inline-block; color: #000000;
  background-color: #b6e026; background-image: -webkit-gradient(linear, left top, left bottom, from(#b6e026), to(#8BBC08));
  background-image: -webkit-linear-gradient(top, #b6e026, #8BBC08);
  background-image: -moz-linear-gradient(top, #b6e026, #8BBC08);
  background-image: -ms-linear-gradient(top, #b6e026, #8BBC08);
  background-image: -o-linear-gradient(top, #b6e026, #8BBC08);
  background-image: linear-gradient(to bottom, #b6e026, #8BBC08);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#b6e026, endColorstr=#8BBC08);
}

.button_green:hover {
  cursor: pointer;
  border: 1px solid #819C24; color: white; text-shadow: -1px -1px 0 rgba(0,0,0,0.5);
  background-color: #95b91a; background-image: -webkit-gradient(linear, left top, left bottom, from(#95b91a), to(#678b06));
  background-image: -webkit-linear-gradient(top, #95b91a, #678b06);
  background-image: -moz-linear-gradient(top, #95b91a, #678b06);
  background-image: -ms-linear-gradient(top, #95b91a, #678b06);
  background-image: -o-linear-gradient(top, #95b91a, #678b06);
  background-image: linear-gradient(to bottom, #95b91a, #678b06);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#95b91a, endColorstr=#678b06);
}

.button_blue {
  border: 1px solid #25729a; text-shadow: -1px -1px 0 rgba(0,0,0,0.3); color: #FFF;
  background-color: #3093c7; background-image: -webkit-gradient(linear, left top, left bottom, from(#3093c7), to(#1c5a85));
  background-image: -webkit-linear-gradient(top, #3093c7, #1c5a85);
  background-image: -moz-linear-gradient(top, #3093c7, #1c5a85);
  background-image: -ms-linear-gradient(top, #3093c7, #1c5a85);
  background-image: -o-linear-gradient(top, #3093c7, #1c5a85);
  background-image: linear-gradient(to bottom, #3093c7, #1c5a85);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#3093c7, endColorstr=#1c5a85);
}

.button_blue:hover {
  cursor: pointer;
  border: 1px solid #1c5675; color: #FFD800;
  background-color: #26759e; background-image: -webkit-gradient(linear, left top, left bottom, from(#26759e), to(#133d5b));
  background-image: -webkit-linear-gradient(top, #26759e, #133d5b);
  background-image: -moz-linear-gradient(top, #26759e, #133d5b);
  background-image: -ms-linear-gradient(top, #26759e, #133d5b);
  background-image: -o-linear-gradient(top, #26759e, #133d5b);
  background-image: linear-gradient(to bottom, #26759e, #133d5b);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#26759e, endColorstr=#133d5b);
}

.button_light {
  border: 1px solid #c8c9ca; text-shadow: -1px -1px 0 rgba(0,0,0,0.1); color: #212529;
  background-color: #ffffff; background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#fafafa));
  background-image: -webkit-linear-gradient(top, #ffffff, #fafafa);
  background-image: -moz-linear-gradient(top, #ffffff, #fafafa);
  background-image: -ms-linear-gradient(top, #ffffff, #fafafa);
  background-image: -o-linear-gradient(top, #ffffff, #fafafa);
  background-image: linear-gradient(to bottom, #ffffff, #fafafa);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ffffff, endColorstr=#fafafa);
}

.button_light:hover {
  cursor: pointer;
  border: 1px solid #aab0b5; color: #000000;
  background-color: #f2f6fa; background-image: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#d2d6da));
  background-image: -webkit-linear-gradient(top, #fafafa, #d2d6da);
  background-image: -moz-linear-gradient(top, #fafafa, #d2d6da);
  background-image: -ms-linear-gradient(top, #fafafa, #d2d6da);
  background-image: -o-linear-gradient(top, #fafafa, #d2d6da);
  background-image: linear-gradient(to bottom, #fafafa, #d2d6da);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#fafafa, endColorstr=#d2d6da);
}

.button_violet {
  border: 1px solid #6c428e; text-shadow: -1px -1px 0 rgba(0,0,0,0.3); color: #ffffff;
  background-color: #8c62ae; background-image: -webkit-gradient(linear, left top, left bottom, from(#8c62ae), to(#7c529e));
  background-image: -webkit-linear-gradient(top, #8c62ae, #7c529e);
  background-image: -moz-linear-gradient(top, #8c62ae, #7c529e);
  background-image: -ms-linear-gradient(top, #8c62ae, #7c529e);
  background-image: -o-linear-gradient(top, #8c62ae, #7c529e);
  background-image: linear-gradient(to bottom, #8c62ae, #7c529e);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#8c62ae, endColorstr=#7c529e);
}

.button_violet:hover {
  cursor: pointer;
  border: 1px solid #4c226e; color: #ffffff;
  background-color: #6c428e; background-image: -webkit-gradient(linear, left top, left bottom, from(#6c428e), to(#5c327e));
  background-image: -webkit-linear-gradient(top, #6c428e, #5c327e);
  background-image: -moz-linear-gradient(top, #6c428e, #5c327e);
  background-image: -ms-linear-gradient(top, #6c428e, #5c327e);
  background-image: -o-linear-gradient(top, #6c428e, #5c327e);
  background-image: linear-gradient(to bottom, #6c428e, #5c327e);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#6c428e, endColorstr=#5c327e);
}

.fleft {
  float: left;
}

.fright {
  float: right;
}

.mleft-2 {
  margin-left: 2px;
}

.mright-2 {
  margin-right: 2px;
}

.mleft-4 {
  margin-left: 4px;
}

.mright-4 {
  margin-right: 4px;
}