﻿@font-face {
  font-family: 'Century Gothic';
  src: url('GOTHIC.ttf') format('truetype');
}

div
{
    border:0;
}

input
{
    border-radius: 10px;
    border: 0;
    padding: 7.5px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 14px ;
}

input:focus
{
    outline:none;
}

::-webkit-scrollbar
{
    width: 5px;
    height: 5px !important;
}

/* Track */
::-webkit-scrollbar-track
{
    background: rgba(0,0,0,0);
    height: 5px !important;
}

/* Handle */
::-webkit-scrollbar-thumb
{
    background: grey;
    border-radius: 130px;
    height: 5px !important;
}

::-webkit-scrollbar-thumb
{
    background: grey;
    border-radius: 130px;
    height: 5px !important;
}


/* Handle on hover */
::-webkit-scrollbar-thumb:hover
{
    background: #555;
}

.no-select
{
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

body
{
    background: rgb(32,56,100);
    font-family: 'Raleway', sans-serif;
    font-family: 'Muli', sans-serif;
    font-family: 'Roboto', sans-serif;
}

.button
{
    width: 135px;
    height: 39px;
    line-height: 39px;
    font-size: 16.5px;
    background: rgb(13, 161, 80);
    cursor: pointer;
    text-align: center;
    text-align: center;
    font-family: 'Raleway', sans-serif;
    border-radius: 38px;
    color: white;
    padding: 5px;
}

    .button:hover
    {
        opacity: 0.9;
    }

.close-btn-top-right
{
    position: absolute;
    top: 50px;
    right: 50px;
    margin-left: calc(50% - 12.5px);
    width: 39px;
    height: 39px;
    background-image: url('../img/baseline-close-24px.html');
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
}




.side-menu
{
    position: absolute;
    top: 0;
    left: 0;
    width: 250px;
    height: 100%;
    background: rgb(29, 34, 42);
    font-family: 'Roboto', sans-serif;
}

.profile
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 250px;
}

#profile-photo
{
   width:100px;
   height:100px;
   border-radius:200px;
   margin-left:75px;
   margin-top:50px;
   background:white;
}


#profile-name
{
   width:90%;
   margin-left:5%;
   margin-top:25px;
   margin-bottom:10px;
   text-align:center;
   color:white;
}


.menu-btns
{
    position: absolute;
    top: 250px;
    left: 0;
    width: 100%;
    /*background: rgb(34,42,53);*/
    height: calc(100% - 250px);
    overflow: scroll;
}
.menu-btns div:last-child
{
    padding-bottom: 50px;
}

.menu-button-active
{
    font-weight:bold;
}
.menu-btns .title
{
    margin-left: 35px;
    margin-top: 20px;
    font-weight: bold;
    /*color: rgb(0,176,240);*/
    color: rgb(152, 248, 80);
    font-size: 15px;
}

    .menu-btns .menu-button
    {
        cursor: pointer;
        margin-left: 50px;
        margin-top: 6px;
        color: white;
        font-size: 14px;
    }

    .side-menu-placeholder
    {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 150px;
    }


.fullpage
{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    overflow: auto;
    width: 100%;
    background: rgba(0,0,0,0.89);
}

.page
{
    position: absolute;
    top: 0;
    left: 250px;
    height: 100%;
    overflow: auto;
    width: calc(100% - 250px);
    background:white;
    z-index:999;
}

.page .title
{
    position: absolute;
    top: 50px;
    left: 50px;
    height: 50px;
    width: 500px;
    line-height: 50px;
    font-size: 25px;
    font-family: 'Raleway', sans-serif;
}

    .page .content
    {
        position: absolute;
        top: 150px;
        left: 50px;
        height: calc(100% - 170px);
        width: calc(100% - 100px);
        font-family: 'Muli', sans-serif;
        font-family: 'Roboto', sans-serif;
        overflow: auto;
    }

.dataTables_paginate paging_simple_numbers
{
    margin-top: 50px;
}
table tr td
{
    min-height: 35px !important;
    height: 15px !important;
    font-size: 13px;
    word-break: break-word;
    vertical-align: top;
}

table tr th
{
    word-break: break-word;
    vertical-align: top;
}

table tr th
{
    font-size: 13.9px;
}
table
{
    table-layout: fixed;
}
.dataTables_wrapper dt-semanticUI no-footer
{
    height:100% !important;
}

.table-action-btn
{
    margin-right:5px;
    display: inline-block;
    width: auto;
    min-width:55px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    /*background: rgba(113, 106, 216, 1);*/
    background: rgb(106, 97, 235);
    color: white;
    font-size: 13px;
    border-radius: 5px;
    padding: 3px;
    cursor: pointer;
    font-family: 'Raleway';
    margin-top:3px;
}

.table-action-btn:hover
{
    background:rgb(92, 110, 250);
}


/* Hide the browser's default checkbox */
.solv-checkbox
{
    width: 20px;
    height: 20px;
    display:inline-block;
    cursor:pointer;
}

.page-close-btn
{
    position: absolute;
    top: 50px;
    right: 50px;
    width: 39px;
    height: 39px;
    cursor:pointer;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('../Assets/Icons/baseline-close-24px-dark.svg');
}


/*Container, container body, iframe*/
.mce-tinymce, .mce-container-body, #code_ifr
{
    min-height: 100% !important;
}
/*Container body*/
.mce-container-body
{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
    /*Editing area*/
    .mce-container-body .mce-edit-area
    {
        position: absolute;
        top: 69px;
        bottom: 37px;
        left: 0;
        right: 0;
    }
/*Footer*/
.mce-tinymce .mce-statusbar
{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.logo_normal
{
    position: absolute;
    top: 20px;
    left: 20px;
    width: 250px;
    height: 125px;
    background-image: url('../Assets/Keyway_DARK_BCG_SLOGANc0a9.png');
    background-size: contain;
    background-repeat: no-repeat;
}

p
{
    padding-bottom:10px;
}

.para
{
    margin-top: 30px;
    margin-bottom: 50px;
    color: white;
    font-size: 17px;
    line-height: 21px;
    font-family: Roboto;
    font-weight: normal;
}

#menu-bar
{
    z-index: 999;
    position: fixed;
    top: 50px;
    right: 30px;
    width: 500px;
    height: 30px;
}

    #menu-bar .menu-btn
    {
        font-weight: 600;
        float: right;
        margin-right: 39px;
        text-align: center;
        height: 30px;
        line-height: 30px;
        cursor: pointer;
        color: white;
        font-size: 18px;
        font-family: 'Raleway', sans-serif;
    }