@font-face {
    font-family: 'NataSans';
    src: url('/fonts/NataSans/NataSans-Medium.ttf') format('ttf');
}

@font-face {
    font-family: 'Montserrat';
    src: url('/fonts/Montserrat/Montserrat-Regular.ttf');
}

body {
    margin: 0 auto;
    font-family: "Bahnschrift Light", Arial, -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
    font-style: normal;
    font-weight: normal;
}

.container.body-content .main-body {
    min-height: 500px;
    padding-top: 10px;
}
.navbar-inverse {
    width: 100%;
    background: #16163F !important;
    color: #ffffff;
}

.navbar-inverse::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url('/Resources/templates/Atlas/img/hero.jpg');
        background-size: cover;
        background-position: center;
        opacity: 0.10; /* Adjust the opacity here */
}
    /*
.navbar-inverse {
    background-color: #c0c0c0;
    border-color: #fff;
}*/
.navbar-inverse .navbar-header {
    display: flex;
}

.navbar-header {
    position: relative;
}

.navbar-inverse .navbar-header .logo {
    height: 50px;
    margin: 5px;
}
/*Ticket Results*/
.tableResults {
    width: 100%;
    border: 1px solid #F8F7FF;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 10px;
    overflow: hidden;
    padding: 0px;
    text-align: center;
    box-shadow: 5px 5px 25px #dedede;
}

.tableResults th {
    background-color: #6D7BD8;
    color: #ffffff;
    text-align: center;
    padding: 10px
}

.tableResults td {
    text-align: center;
    padding: 10px
}

.tableResults tr:nth-child(even) {
  background-color: #ffffff;
}

.tableResults tr:nth-child(odd) {
    background-color: #F8F7FF;
}

.align-right {
    text-align: right;
}

.align-left {
    text-align: left;
}

.align-center {
    text-align: center;
}

.row-title {
    font-size: 16px;
    padding: 8px 0 8px 0
}

.row-title:before {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    text-decoration: inherit;
    content: "\f18e";
    font-size: 15px;
    color: #B5BBDD;
}

.row-value {
    font-size: 14px;
    border-radius: 5px;
    border: 1px solid #dedede;
    background: #F8F7FF;
    min-height: 25px;
}

.link-back:before {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    text-decoration: inherit;
    content: "\f0a8";
    font-size: 16px;
    padding-right: 5px;
}

.link-form {
    color: #000;
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
}

.link-create:before {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    text-decoration: inherit;
    content: "\f0fe";
    font-size: 16px;
    padding-right: 5px;
}

.form-control-textarea {
    height: 150px;
    width: 100%;
    font-size: 12px;
    max-width: unset !important;
    border-radius: 3px;
    border: 1px solid #B5BBDD;
    box-shadow: 5px 5px 15px #dedede;
}

.form-control-textarea-history {
    height: 30px;
    width: 100%;
    font-size: 12px;
    max-width: unset !important;
    border-radius: 3px;
    border: 1px solid #B5BBDD;
}

.form-control-selectlist {
    width: 260px;
    font-size: 12px;
    border-radius: 3px;
    border: 1px solid #B5BBDD;
    box-shadow: 5px 5px 15px #dedede;
    height: 25px;
}
.mainform input[type="file"] {
    padding: 10px;
    border: 2px solid #6D7BD8;
    border-radius: 3px;
    background-color: #f8f9fa;
    color: #6D7BD8;
    cursor: pointer
}
.search-form-control-submitbutton,
.login input[type="submit"],
.mainform input[type="button"],
.mainform input[type="submit"],
.form-control-submitbutton {
    width: 100%;
    font-size: 14px;
    border-radius: 25px;
    margin: 10px 0;
    background: #6D7BD8;
    color: white;
    border: 1px solid #F8F7FF;
    padding: 7px;
}
.form-control-textinput {
    width: 100%;
    font-size: 12px;
    max-width: unset !important;
    border-radius: 3px;
    border: 1px solid #B5BBDD;
    box-shadow: 5px 5px 15px #dedede;
}

.row-error-message {
    color: red;
    display: none;
}

/*NavBar*/
.navbar-menu {
    background-color: unset;
    position: relative;
    z-index: 999;
}

    .navbar-menu ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

    .navbar-menu li {
        display: inline-block;
    }

        .navbar-menu li a {
            display: block;
            padding: 10px 20px;
            text-decoration: none;
        }

    /* Style the dropdown menu */
    .navbar-menu ul ul {
        position: absolute;
        top: 90%;
        display: none;
        background: #16163F !important;
        color: #ffffff;
        opacity: 0.95;
    }

        .navbar-menu ul ul li {
            display: block;
            min-width: 250px;
        }

        .navbar-menu ul ul li a:before {
          font-family: FontAwesome;
          font-weight: normal;
          font-style: normal;
          display: inline-block;
          text-decoration: inherit;
          content: "\f138";
          font-size: 12px;
          padding-right: 10px;
        }

        .navbar-menu ul ul li a{
            display: block;
            min-width: 250px;
            color: #ffffff;
        }

    .navbar-menu li:hover ul {
        display: block;
    }

    /* Change the background color of dropdown links on hover */
    .navbar-menu ul ul li a:hover {
        /*background-color: #000;*/
        border: 1px solid #ffffff;
    }

    .navbar-menu ul ul li a {
        /*background-color: #000;*/
        border: 1px solid #16163F;
    }
.navbar-menu ul .haschildren a:before {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    text-decoration: inherit;
    content: "\f138";
    font-size: 12px;
    padding-right: 10px;
}

.mainform {
    width: 100%;
    border: 1px solid #F8F7FF;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 10px;
    overflow: hidden;
    padding: 15px;
    text-align: center;
    box-shadow: 5px 5px 25px #dedede;
}

.btn.btn-default.paging {
    color: #2D2D53;
    font-weight: bold;
    border: 3px solid #2D2D53;
    border-radius: 15px;
    font-size: 30px;
    padding: 3px 5px 2px;
    height: 30px;
    line-height: 20px;
}

.btn.btn-default.paging.disabled {
    color: #dedede;
    font-weight: bold;
    border: 3px solid #dedede;
    border-radius: 15px;
    font-size: 30px;
    padding: 3px 5px 2px;
    height: 30px;
    line-height: 20px;
}
.button-toggle {
    cursor: pointer;
}

.button-toggle::before{
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    text-decoration: inherit;
    content: "\f0a4";
    font-size: 20px;
    padding-right: 5px;
}

.div-hidden {
    display: none;
}

/*Filters*/
.tablefilters {
    display: flex;
}
.tablefilters .form-control-selectlist {
    width: 150px;
}
.tablefilters .form-control-selectlist.day,
.tablefilters .form-control-selectlist.year
{
    width: 50px;
}

.tablefilters .form-control-selectlist.month
{
    width: 80px;
}

.tablefilters div {
  float: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 5px 10px 3px 0;
}

.tablefilters div span {
    margin-bottom: 5px;
    font-size: 12px;
    color: #000000;
    font-weight: bold;
}
.tablefilters div span.display-white {
    color: #ffffff;
}
