/***
  *
  *
  */

@font-face {
    font-family: 'gothic';
    src: url('../webfonts/gothic.eot');
    src: local('gothic'), url('../webfonts/gothic.woff') format('woff'), url('../webfonts/gothic.ttf') format('truetype');
}

@font-face {
    font-family: 'Google Sans';
    src: url('../fonts/ProductSans-Regular.woff2') format('woff2'),
    url('../fonts/ProductSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

*{
    font-family: 'gothic',sans-serif;
}

#app-template{}
#app-template #app{
    background: url('../media/background.jpg') top left;
}
#app{
    margin: 0px;
    background-color: #000;
}
#app.dashboard{
    background-color: #fff;
}

.fixed{
    position: fixed;
    padding: 0px;
}

#app nav{
    background: #0c0c0c url("../media/background.jpg") top left;
    position: relative;
    margin-left: -15px;
    margin-right: -15px;

}
#app nav img{height: auto; width: 100%;}
#app nav ul{list-style: none;}
#app nav ul li{}
#app nav ul li a{color: #FFF;text-decoration: none;}

ul.menu{
    background: #262626;
    overflow-y: scroll;
}

ul.menu li{
    margin-left: -40px;
    word-wrap: break-word;
    padding: 10px 20px;
}

ul.menu li:hover{
    background: #04a2f3 !important;
}


.form-login{
    margin: 0px auto;
    margin-top: 25%;
    width: 400px;
    background: #000;
    padding: 35px 35px;
    border-radius: 20px;
}

.submit{
    background: #ffff33 !important;
    color: #000;
    font-weight: bold;
    font-size: 1.2em;
    letter-spacing: 3px;
    padding: 5px 50px;
}
.submit:hover{
    background: #04a2f3 !important;
    color: #FFF;
}

#app .page-content{
    display: block;
    margin-left: 230px;
    margin-top: 150px;
}

input,select{
    border-radius: 0px !important;
}

h1{
    border-bottom: 1px solid #ffff33;
    font-weight: bolder;
    padding-bottom: 20px;
}

body .select2-container *{
    color: #000 !important;
}

.select2-container--default .select2-results>.select2-results__options{
    max-height: 500px !important;
}

table th, table td{
    color: #FFF !important;
}

.admin-home{
}
.admin-home table{}
.admin-home table thead{background: #04a2f3}
.admin-home table thead th{color: #FFF; font-weight: bold;font-size: 1.2em;}

iframe{}

.nav-fixed-item{
    position: absolute;
    bottom: 50px;
    background: #000;
    width: 100%;
    padding: 10px;
    margin-left: -15px;
    margin-right: -15px;
}

.nav-fixed-item a{
    color: #FFF;
    display: block;
    text-decoration: none;
}

.nav-fixed-item:hover{
    background: #04a2f3;
}

.copyright{
    background: #262626;
}

.copyright p{
    color: #fff;
}

table#clients thead th:nth-child(odd){
    cursor: pointer;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #a5a5a5;
    opacity: 1; /* Firefox */
}

.admin select{
    color: #a5a5a5;
}

.admin select *{
    color: #a5a5a5;
    padding: 10px 20px;
}


:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #a5a5a5;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #a5a5a5;
}

footer{
    bottom: 0px;
    left: 0px;
}
#dashboard-iframes{}
#dashboard-iframes .wrapper{
    background: #eeeeee;
    padding: 20px 20px;
}
#dashboard-iframes h3{
    font-family: "Google Sans", "Open Sans";
    border-bottom: 1px solid #CCC;
    padding: 15px 0px;
    color: rgb(66,66,66);
    font-style: normal;
    font-weight: normal !important;
    font-size: 22px;
    letter-spacing: 1px;
}