﻿
@font-face {
    font-family: myfont1;
    src: url('../Fonts/GE_SS_Two_Bold.otf') format('opentype');
}

@font-face {
    font-family: myfont2;
    src: url('../Fonts/DroidKufi-Regular.ttf') format('truetype');
}

body {
    
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.navbar-inverse {
    background-color: #428bca;
    border-color: #080808;
}

.navbar-inverse .navbar-brand {
    color: #333;
}
.navbar-inverse .navbar-nav>li>a {
    color: #333;
    font-family: myfont2;
    font-size: 18px;
}
.jumbotron h1, .jumbotron .h1 {
    color:#428bca;
    font-family:myfont1
}
.wrapper {
    overflow: auto;
    height: 350px;
    width: 100%;
    border: solid !important;
}

table {
    position: relative;
    border-collapse: separate;
    border-spacing: 0;
}

table th,
table td {
    padding: 5px;
    /*background-color: white;*/
}

table thead tr:nth-child(1) {
    text-align: center;
    position: sticky;
    top: 0;
    z-index: 2;
    background-color: #faebd7;
    border: 1px solid !important;
}

table thead tr:nth-child(2) {
    text-align: center;
    position: sticky;
    top: 90px;
    z-index: 2;
    background-color: #faebd7;
    border: 1px solid !important;
}
table th {
        vertical-align: middle !important;
    }
table td {
    /*text-align: center;*/
    white-space: pre;
}
.swal-text {
    text-align: center;
    /*margin-top: 0 !important;*/
}

.hoverTable tr:hover {
    background-color: #ffff99;
}