/* roboto-condensed-300 - latin */
@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 300;
    src: url('fonts/roboto-cond/roboto-condensed-v16-latin-300.eot'); /* IE9 Compat Modes */
    src: local('Roboto Condensed Light'), local('RobotoCondensed-Light'),
    url('fonts/roboto-cond/roboto-condensed-v16-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/roboto-cond/roboto-condensed-v16-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
    url('fonts/roboto-cond/roboto-condensed-v16-latin-300.woff') format('woff'), /* Modern Browsers */
    url('fonts/roboto-cond/roboto-condensed-v16-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
    url('fonts/roboto-cond/roboto-condensed-v16-latin-300.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}

/* roboto-condensed-300italic - latin */
@font-face {
    font-family: 'Roboto Condensed';
    font-style: italic;
    font-weight: 300;
    src: url('fonts/roboto-cond/roboto-condensed-v16-latin-300italic.eot'); /* IE9 Compat Modes */
    src: local('Roboto Condensed Light Italic'), local('RobotoCondensed-LightItalic'),
    url('fonts/roboto-cond/roboto-condensed-v16-latin-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/roboto-cond/roboto-condensed-v16-latin-300italic.woff2') format('woff2'), /* Super Modern Browsers */
    url('fonts/roboto-cond/roboto-condensed-v16-latin-300italic.woff') format('woff'), /* Modern Browsers */
    url('fonts/roboto-cond/roboto-condensed-v16-latin-300italic.ttf') format('truetype'), /* Safari, Android, iOS */
    url('fonts/roboto-cond/roboto-condensed-v16-latin-300italic.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}

/* roboto-condensed-regular - latin */
@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/roboto-cond/roboto-condensed-v16-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Roboto Condensed'), local('RobotoCondensed-Regular'),
    url('fonts/roboto-cond/roboto-condensed-v16-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/roboto-cond/roboto-condensed-v16-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('fonts/roboto-cond/roboto-condensed-v16-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('fonts/roboto-cond/roboto-condensed-v16-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('fonts/roboto-cond/roboto-condensed-v16-latin-regular.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}

/* roboto-condensed-italic - latin */
@font-face {
    font-family: 'Roboto Condensed';
    font-style: italic;
    font-weight: 400;
    src: url('fonts/roboto-cond/roboto-condensed-v16-latin-italic.eot'); /* IE9 Compat Modes */
    src: local('Roboto Condensed Italic'), local('RobotoCondensed-Italic'),
    url('fonts/roboto-cond/roboto-condensed-v16-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/roboto-cond/roboto-condensed-v16-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
    url('fonts/roboto-cond/roboto-condensed-v16-latin-italic.woff') format('woff'), /* Modern Browsers */
    url('fonts/roboto-cond/roboto-condensed-v16-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
    url('fonts/roboto-cond/roboto-condensed-v16-latin-italic.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}

/* roboto-condensed-700 - latin */
@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 700;
    src: url('fonts/roboto-cond/roboto-condensed-v16-latin-700.eot'); /* IE9 Compat Modes */
    src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'),
    url('fonts/roboto-cond/roboto-condensed-v16-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/roboto-cond/roboto-condensed-v16-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
    url('fonts/roboto-cond/roboto-condensed-v16-latin-700.woff') format('woff'), /* Modern Browsers */
    url('fonts/roboto-cond/roboto-condensed-v16-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
    url('fonts/roboto-cond/roboto-condensed-v16-latin-700.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}

/* roboto-condensed-700italic - latin */
@font-face {
    font-family: 'Roboto Condensed';
    font-style: italic;
    font-weight: 700;
    src: url('fonts/roboto-cond/roboto-condensed-v16-latin-700italic.eot'); /* IE9 Compat Modes */
    src: local('Roboto Condensed Bold Italic'), local('RobotoCondensed-BoldItalic'),
    url('fonts/roboto-cond/roboto-condensed-v16-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/roboto-cond/roboto-condensed-v16-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
    url('fonts/roboto-cond/roboto-condensed-v16-latin-700italic.woff') format('woff'), /* Modern Browsers */
    url('fonts/roboto-cond/roboto-condensed-v16-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
    url('fonts/roboto-cond/roboto-condensed-v16-latin-700italic.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}

html, body{
    font-family: 'Roboto Condensed', sans-serif;
    color: #494849;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

::selection {background: #7cbc56; color: #ffffff;}
::-moz-selection {background: #7cbc56; color: #ffffff;}

.messageBox {
    background-color: #7cbc56;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 60px;
    z-index: 1045;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-transition: top 0.8s ease;
    -moz-transition: top 0.8s ease;
    -ms-transition: top 0.8s ease;
    -o-transition: top 0.8s ease;
    transition: top 0.8s ease;
}

.messageBox.danger {
    background-color: #ffa000 ;
}

.messageBox.out {
    top: -60px;
}

.messageBox p {
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    margin: 16px 0 0;
}

.listForms {
    display: flex;
    justify-content: center;
}

table.table td, table.table th {
    vertical-align: middle;
    line-height: 1;
}

.modalBtn i {
    margin-top: 3px;
}

.logo-wrapper > svg {
    width: 200px;
    height: 42px;
    display: block;
    margin: 0 auto;
}

.btn.btn-sm {
    font-size: 0.8rem;
    padding: .35rem 1.6rem;
}

.bg-dark {
    background-color: #494849 !important;
}

.bg-dark span {
    color: #fff;
}

.btn .fa-2x {
    font-size: 1.5em !important;
}