﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification\ 
/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification\ 
for details on configuring this project to bundle and minify static web assets. */
body {
    padding-top: 50px;
    padding-bottom: 20px;
    font-family: 'Metropolis';
    font-size: 14px;
    background-color: #F8F8F8;
}

@font-face {
    font-family: 'Metropolis';
    src: url('Metropolis-Regular.ttf');
}

.dropbtn {
    background-color: #014C5B;
    color: white;
    padding: 14px;
    font-size: 14px;
    border: none;
    cursor: pointer;
}

.cpContainer {
    margin: 25px !important;
}

.navContainer {
    margin-left: 25px;
    margin-right: 25px;
}

.dropdownmenu {
    float: left;
}

.dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    background-color: #f9f9f9;
    min-width: 250px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    font-size: 14px;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

    .dropdown-content a:hover {
        background-color: #C0BFBF;
    }

.dropdownmenu:hover .dropdown-content {
    display: block;
}

.dropdownmenu:hover .dropbtn {
    background-color: #C0BFBF;
}

.anchor {
    width: 100px;
    margin: 0 auto;
}

.k-step-text {
    font-size: 14px;
}

.k-form-label {
    font-size: 14px;
}

.k-notification-content {
    font-size: 14px;
}

/* 
    Override the default kendo styling for this element so that the border-radius matches the default border-radius of .box { border-radius: 6px } 
    Otherwise, the border being set by our validation won't cover the border of the entire select input
    (As per the documentation/online commentary, this is a known, well-documented quirk of kendo's dropdpownlist)
*/
.k-dropdown .k-dropdown-wrap,
.k-dropdown .k-dropdown-wrap.k-state-focused {
    box-shadow: none;
    border-radius: 6px;
}

.k-dropdown-wrap {
    font-size: 14px;
}

.k-textbox {
    font-size: 14px;
}

.k-picker-wrap {
    font-size: 14px;
}

.k-input {
    font-size: 14px;
}

.k-list-container {
    font-size: 14px !important;
}

.k-primary {
    font-size: 14px;
    background-color: #014C5B !important;
}

.k-step-indicator {
    background-color: #014C5B !important;
    color: white !important;
}

.k-button {
    font-size: 14px;
    border: 1px solid darkgrey;
    border-radius: 6px;
}

.k-window {
    font-size: 14px !important;
}

.k-grid-header {
    font-size: 14px;
}

.k-grid td {
    border-width: 0;
}

.text-box, .k-input {
    font-size: 14px !important;
    border-color: rgba(33,37,41,.15);
    border-radius: .25rem;
    border-width: 1px;
    border-style: solid;
}

.k-grouping-header, .k-pager-info, .k-pager-sizes, .k-pager-wrap, .k-link, .k-grid-filter, .k-auto-scrollable {
    background-color: white;
}

.k-stepper, .k-window, .k-grid, .k-widget, .k-button {
    font-family: 'Metropolis';
}

.card-table {
    font-size: 14px;
    border-collapse: separate;
    border-spacing: 10px 10px;
    background-color: white;
    border-color: rgba(33,37,41,.15);
    border-radius: .25rem;
    border-width: 1px;
    border-style: solid;
    margin-top: 20px;
    margin-bottom: 20px;
}
/* QR code generator */
#qrCode {
    margin: 15px;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

.searchLabel {
    width: 200px !important;
    font-size: 14px;
}

.accessorial {
    text-align: center;
    font-size: 14px;
}

.kendogrid {
    height: 600px;
    font-size: 14px !important;
    background-color: white !important;
}

.button {
    width: 120px;
    font-size: 14px !important;
    background-color: #F0664E;
    color: white !important;
    border-radius: 6px;
    font-family: 'Metropolis';
}

.box {
    width: 350px;
    font-weight: normal;
    font-size: 14px !important;
    border-radius: 6px;
}

.smallBox {
    width: 68px;
    font-weight: normal;
    font-size: 14px !important;
    margin-right: 20px;
    border-radius: 6px;
}

.checkbox {
    text-align: center;
    font-size: 14px;
    margin-right: 10px;
}

.blankBox {
    border: transparent;
    width: 350px;
    font-size: 14px;
}

.dropdown {
    width: 300px;
    font-size: 14px;
    border-radius: 6px;
}

.form-control {
    margin-bottom: 15px;
}

.navbar {
    background: #014C5B !important;
    margin-bottom: 10px;
}

.navbar-nav > li > a {
    color: #ffffff !important;
}

.portal-dropdown {
    width: 500px;
}

.demo-section p {
    margin: 3px 0 20px;
    line-height: 50px;
}

.demo-section {
    margin: 0 auto 4.5em;
    padding: 3em;
    border: 1px solid #e7e7e7;
    /*box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);*/
}

#undo {
    text-align: center;
    position: absolute;
    white-space: nowrap;
    padding: 1em;
    cursor: pointer;
}

/* Notifications */
.k-notification h3 {
    padding: 30px 10px 5px;
    font-size: 1em;
    line-height: normal;
}

.k-notification img {
    margin: 20px;
    float: left;
}

#panelbar.k-panelbar > .k-item > .k-link,
#panelbar.k-panelbar > .k-item > .k-link .k-icon,
#panelbar.k-panelbar > .k-item > .k-link:hover {
    background-color: #014C5B;
    color: white;
    border-color: #014C5B;
    box-shadow: none;
}

.k-grid-update {
    background-color: #014C5B !important;
    color: white !important;
    border-color: #014C5B !important;
    box-shadow: none !important;
}

/* Info template */
.new-mail {
    width: 300px;
    height: 100px;
}

/* Error template */
.wrong-pass {
    width: 300px;
    height: 50px;
}

/* Success template */
.upload-success {
    width: 300px;
    height: 50px;
}


/* For Bootstrap v4 theme */
.k-bootstrap-v4 .k-notification h3 {
    padding: 10px 10px 5px;
}

.k-bootstrap-v4 .k-notification img {
    margin: 10px 20px 0 0;
}

.k-bootstrap-v4 .new-mail,
.k-bootstrap-v4 .wrong-pass,
.k-bootstrap-v4 .upload-success {
    width: calc( 300px - 2.5rem );
    height: calc( 100px - 1.5rem );
}


/* For Material v2 theme */
.k-material-v2 .k-notification h3 {
    padding: 10px 10px 5px;
}

.k-material-v2 .k-notification img {
    margin: 10px 20px 0 0;
}

.k-material-v2 .new-mail,
.k-material-v2 .wrong-pass,
.k-material-v2 .upload-success {
    width: 270px;
    height: 70px;
}
/*----------------------------------------------------------------*/

.center-div {
    width: 300px;
    height: 300px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -150px;
    margin-top: -150px;
}

.spinner {
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.8;
}

.loader {
    margin: auto;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #15a0ec;
    border-bottom: 16px solid #15a0ec;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.inner-div {
    background-color: white;
    border-radius: 15px;
    margin: auto;
    padding: 2%;
    width: 150px;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


#example {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden
}

.dash-head {
    width: 970px;
    height: 80px;
    background-color: #222;
    position: relative;
}

    .dash-head .k-rpanel-toggle {
        position: absolute;
        width: 40px;
        height: 40px;
        top: 20px;
        left: 20px;
    }

.panel-wrap {
    max-width: 968px;
    background-color: #f5f5f5;
    border: 1px solid #e5e5e5;
    position: relative;
}

#sidebar {
    margin: 0;
    padding: 20px 0 20px 20px;
    vertical-align: top;
}

@media (max-width: 1000px) {
    #sidebar {
        background: #fff;
        padding: 20px;
        border-left: 1px solid #e5e5e5;
        /* show sidebar in container, demo only*/
        position: absolute;
        top: 0;
        bottom: 0;
    }

        #sidebar.k-rpanel-expanded {
            box-shadow: 0 0 10px rgba(0,0,0,.3);
        }
}

#main-content {
    overflow: hidden;
    margin: 0;
    /*padding: 20px;*/
    min-height: 580px;
    vertical-align: top;
}

/* WIDGETS */
.widget {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0;
    border: 1px solid #e7e7e7;
    border-radius: 3px;
    background: white;
    /*box-shadow: 0 3.2px 7.2px 0 var(--callout-shadow-color,rgba(0, 0, 0, .132)),0 .6px 1.8px 0 var(--callout-shadow-secondary-color,rgba(0, 0, 0, .108));*/
}

    .widget div {
        padding: 10px;
        min-height: 50px;
    }

    .widget h3 {
        font-size: 12px;
        padding: 8px 10px;
        text-transform: uppercase;
        border-bottom: 1px solid #e7e7e7;
    }

        .widget h3 span {
            float: right;
        }

            .widget h3 span:hover {
                cursor: pointer;
                background-color: #e7e7e7;
                border-radius: 20px;
            }

/* PROFILE */
.profile-photo {
    width: 80px;
    height: 80px;
    margin: 10px auto;
    border-radius: 100px;
    border: 1px solid #e7e7e7;
}

#profile div {
    text-align: center;
}

#profile h4 {
    width: auto;
    margin: 0 0 5px;
    font-size: 1.2em;
    color: #1f97f7;
}

#profile p {
    margin: 0 0 10px;
}

/* BLOGS & NEWS */
#blogs div,
#news div {
    padding: 0 20px 20px;
}

#teammates h4,
#blogs h4,
#news h4 {
    width: auto;
    margin: 20px 0 2px;
    font-size: 1.4em;
    color: #1f97f7;
    font-weight: normal;
}

.blog-info {
    margin: 0 0 10px;
    font-size: .9em;
    color: #787878;
}

#sidebar #blogs h4 {
    font-size: 1em;
}

#sidebar #blogs p {
    display: none;
}

#sidebar #blogs .blog-info {
    display: block;
}

#main-content #news h4 {
    font-size: 1.2em;
    line-height: 1.4em;
}

    #main-content #news h4 span {
        display: block;
        float: left;
        width: 100px;
        color: #000;
        padding-right: 10px;
    }

#sidebar #news h4 {
    font-size: 1em;
}

    #sidebar #news h4 span {
        display: block;
        margin-bottom: 3px;
        color: #000;
    }

/* TEAMMATES */
.team-mate:after {
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    clear: both;
    visibility: hidden;
}

#teammates .team-mate h4 {
    font-size: 1.4em;
    font-weight: normal;
    margin-top: 12px;
}

.team-mate p {
    margin: 0;
}

.team-mate img {
    float: left;
    margin: 0 15px 0 0;
    border: 1px solid #e7e7e7;
    border-radius: 60px;
}

.notification {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
