@@font-face {
    font-family: 'Glyphicons Halflings';

    src: url("../fonts/glyphicons-halflings-regular.eot");
    src: url("../fonts/glyphicons-halflings-regular.eot#iefix") format('embedded-opentype'), url("../fonts/glyphicons-halflings-regular.woff") format('woff'), url("../fonts/glyphicons-halflings-regular.ttf") format('truetype'), url("../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format('svg');
}
@font-face {
    font-family: montserrat-black;
    src: url('../fonts/montserrat-black.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/montserrat-black.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/montserrat-black.woff') format('woff'), /* Pretty Modern Browsers */
    url('../fonts/montserrat-black.ttf')  format('truetype'), /* Safari, Android, iOS */
    url('../fonts/montserrat-black.svg#svgFontName') format('svg');
}
@font-face {
    font-family: montserrat-bold;
    src: url('../fonts/montserrat-bold-webfont.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/montserrat-bold-webfont.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/montserrat-bold-webfont.woff') format('woff'), /* Pretty Modern Browsers */
    url('../fonts/montserrat-bold-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
    url('../fonts/montserrat-bold-webfont.svg#svgFontName') format('svg');
}
@font-face {
    font-family: montserrat-light;
    src: url('../fonts/montserrat-light-webfont.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/montserrat-light-webfont.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/montserrat-light-webfont.woff') format('woff'), /* Pretty Modern Browsers */
    url('../fonts/montserrat-light-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
    url('../fonts/montserrat-light-webfont.svg#svgFontName') format('svg');
}
@font-face {
    font-family: montserrat-regular;
    src: url('../fonts/montserrat-regular-webfont.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/montserrat-regular-webfont.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/montserrat-regular-webfont.woff') format('woff'), /* Pretty Modern Browsers */
    url('../fonts/montserrat-regular-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
    url('../fonts/montserrat-regular-webfont.svg#svgFontName') format('svg');
}
@font-face {
    font-family: montserrat-thin;
    src: url('../fonts/montserrat-thin.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/montserrat-thin.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/montserrat-thin.woff') format('woff'), /* Pretty Modern Browsers */
    url('../fonts/montserrat-thin.ttf')  format('truetype'), /* Safari, Android, iOS */
    url('../fonts/montserrat-thin.svg#svgFontName') format('svg');
}

@import url(http://fonts.googleapis.com/css?family=PT+Serif|PT+Serif:b|PT+Serif:i|PT+Sans|PT+Sans:b);

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

html {
    min-width: 1040px;
    font-family: montserrat-regular;
    font-size: 10pt;
}

body {
    margin-top: -95px;
    padding-top: 95px;
    font-family: montserrat-regular;
    font-size: 10pt;
}
strong {
    font-weight: normal;
    font-family: montserrat-bold;
}

/* HEADER */
header{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: url("../images/header_bg_long.png");
    width: 100%;
    height: 95px;
    color: #ffffff;
    font-size: 10px;
    padding: 5px 12px;
}
header * {
    vertical-align: middle;
    display: inline-block;
}
header .logo_metis {
    padding-top: 14px;
}
header > span {
    padding: 40px 2px 0 10px;
}

/* FOOTER */
footer {
    width: 100%;
    height: 75px;
    padding: 18px;
    background-color: #e2e2e2;
    font-size: 8pt;
    color: #57575b;
    position: absolute;
    bottom: 0
}

footer > div {
    text-align: center;
    margin-top: -24px;
}

/* WRAPPER */
#wrapper{
    min-height: 100%;
    width: 100%;
    margin:auto;
    position: relative;
    background-color: #ffffff;
}

/* CONTENT */
.main-div{
    position: relative;
    padding-bottom: 75px;
}

.container{
    position: relative;
    bottom: 0;
    padding: 0;
    margin: 95px 0 0;
    /*overflow-y: auto;*/
    width: 100%;
}


.alert > strong {
    margin-right: 20px;
}

/* SCROLL TOP */

.scrollTop {
    position: fixed;
    cursor: pointer;
    bottom: 30px;
    right: 10px;
    opacity: 0;
    transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
    z-index: 1;
}
.scrollTop.visible {
    opacity: 0.9;
}
.scrollTop.visible:hover {
    opacity: 0.6;
}

/* BUTTON */
.btn-lis {
    min-width: 140px;
    margin: 0 6px;
    padding: 2px 20px;
    font-size: 9pt;
}
.btn-cross {
  min-width: 140px;
  margin: 0 6px;
  padding: 2px 20px;
  font-size: 13pt!important;
}
.btn-metis, .btn-metis:focus {
    color: #fff;
    background-color: #00aeef;
    border: none;
}
.btn-metis:hover {
    color: #fff;
    opacity: 0.7;
}
.btn-stw {
    color: #414141;
    background-color: #ffcc00;
    border: none;
}
.btn > .glyphicon, a > .glyphicon, .badge > .glyphicon {
    margin: 2px 5px 0 0 !important;
}
.btn-group {
    max-width: 210px;
}
.btn-group .btn-lis {
    text-align: left;
    padding: 0 0 2px 20px;
}
.btn-group .btn-lis * {
    vertical-align: middle;
}
.btn-group .btn-lis .glyphicon {
    float: right;
    margin: 6px 4px 2px !important;
}
.btn-group .btn-metis {
    color: #ffffff;
    background-color: #414141;
    border: none;
}
.btn-group .btn-metis2 {
    color: #ffffff;
    background-color:  #00aeef;
    border: none;
}
.btn-group .btn-metis .badge {
    background-color: #8f8f91;
    margin-left: 6px;
    font-weight: normal;
    padding: 4px 12px 3px;
}
.btn-group .btn-metis .glyphicon {
    color: #e2e2e2;
}

/* SCROLLBAR */

::-webkit-scrollbar{
    width: 20px;
    padding: 0 2px;
}
::-webkit-scrollbar-track-piece {
    background-color: #2B2B2B;
}
::-webkit-scrollbar-thumb {
    background-color: #e2e2e2;
    border: 5px solid #2B2B2B;
    border-radius: 10px;
}
html {
    scrollbar-base-color:#2B2B2B;
    scrollbar-highlight-color:#2B2B2B;
    scrollbar-face-color:#626262;
    scrollbar-arrow-color:#626262;
    scrollbar-shadow-color:#2B2B2B;
}

.metis-checkbox{
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 1px solid #c2c2c2;
    border-radius: 6px;
    margin-right: 4px;
}
.metis-checkbox.checked {
    border-color: #00aeef;
    background-color: #00aeef;
}
.legend .metis-checkbox {
    border-color: #00aeef;
    background-color: #00aeef;
    width: 14px;
    height: 14px;
    border-radius: 7px;
    transition: border-radius 0.5s;
    -webkit-transition: border-radius 0.5s;
}
.legend .metis-checkbox.checked {
    border-color: #00aeef;
    border-radius: 0;
}
input[type=radio].metis-radio {
    display: none;
}
label.metis-radio > * {
    vertical-align: top !important;
}
label.metis-radio {
    display: inline-block;
    cursor: pointer;
    position: relative;
    margin: 5px 5px 3px;
}
label.metis-radio:after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 1px solid #c2c2c2;
    border-radius: 8px;
    margin-left: 4px;
}
input[type=radio].metis-radio:checked + label.metis-radio:after {
    border-color: #00aeef;
    background-color: #00aeef;
}

/* MODAL */
.modal-content {
    border-radius: 4px;
}
.modal-content h4 {
    margin-right: 40px;
}
.modal-content .row {
    margin: 0 0 0 15px;
}
.modal-header {
    padding: 15px 30px;
    border: none;
    background: url("../images/header_bg.png");
    color: #ffffff;
    height: 75px;
    border-radius: 4px 4px 0 0;
}
.modal-header h3 {
    font-weight: normal;
    font-size: 14pt;
}
.modal-header h3 > span.title {
    width: 800px;
    height: 24px;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.modal-header h4 {
    font-family: montserrat-regular;
    font-weight: normal;
    font-size: 12pt;
    width: 800px;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-top: 0;
}
.modal-body h5 {
    font-family: montserrat-bold;
    font-weight: normal;
    font-size: 10pt;
    text-transform: uppercase;
    color: #A9A9A9;
    margin: 10px 0 2px;
}
.modal-header * {
    vertical-align: middle;
}
.modal-header .glyphicon {
    font-size: 14pt;
}
.modal-header .btn-lis * {
    vertical-align: initial;
}
.modal-header .btn-lis .glyphicon {
    font-size: 10pt;
}
.modal-body {
    padding: 0;
}
.modal-body > .table-lis {
    width: 100%;
}
.modal-body > .table-lis > tbody > tr.category {
    background-color: #696969;
    color: #DDDDDD;
}
.modal-body > .table-striped.table-lis > tbody > tr{
    background-color: #FAFAFA;
}
.modal-body > .table-striped.table-lis > tbody > tr:nth-of-type(odd){
    background-color: #FFFFFF !important;
}
.modal-body > .table.table-lis > tbody > tr > td {
    padding: 10px 20px;
    border: none;
    font-size: 10pt;
}
.modal-body > .table > tbody > tr > td.td-label {
    width: 180px;
    text-align: right;
    font-family: montserrat-bold;
    padding-right: 0;
}
.modal-body > .table > tbody > tr >td.td-label > * {
    width: 180px;
}
.modal-body.confirm-box {
    padding: 6px 20px;
}
.modal-footer {
    text-align: center;
}
