﻿
@font-face {
    font-family: 'Dana';
    src: url(../fonts/dana-fanum-.eot) format('embedded-opentype'), url(../fonts/dana-fanum.woff) format('woff'), url(../fonts/dana-fanum.woff2) format('woff2'), url(../fonts/dana-fanum.ttf) format('truetype');
}

a {
    color: #0366d6;
}

html {
    font-size: 12px;
    position: relative;
    min-height: 100%;
}

@media (min-width: 768px) {
    html {
        font-size: 14px;
    }
}

body {
    direction: rtl;
    text-align: right;
    font-family: Dana;
    margin-bottom: 60px;
    background-color: #F2F3F8 !important;
    /*    background-image: url(../img/pattern.gif);
    background-repeat: repeat;*/
}

@media print {
    header, footer, input[type=submit], aside, nav {
        display: none !important;
    }
}

.container {
    max-width: 1300px;
}

.content-wrapper {
    background-color: #fff;
    padding: 2rem;
    margin-top: 1.5rem;
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .2);
    border-radius: 20px;
}

.table {
    background-color: #fdfdfe;
    border: 1px solid #dee2e6;
    margin: 0;
}

th, .pager {
    vertical-align: middle !important;
    background-color: #dbb05c;
    color: #fff;
    font-weight: normal !important;
}

td {
    vertical-align: middle !important;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

textarea {
    min-height: 100px;
}

.panel-disabled {
    opacity: 0.8;
    pointer-events: none;
}

.card {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .2);
}

.card-header {
    background-color: #dbb05c;
    color: #fff;
    font-size: 1.5rem;
}

.person-panel {
    background-color: white;
    position: absolute;
    text-align: center;
    left: 0;
    bottom: 70px;
    padding: 10px;
    z-index: 10;
    display: none;
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .2);
    border-radius: 20px;
}

    .person-panel img {
        max-height: 150px;
        border-radius: 50% !important;
    }

nav {
    z-index: 10;
    width: 60%;
    margin: 0 auto;
    border-radius: 0 0 30px 30px;
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .2);
}

.mobile-nav-toggle {
    background-color: #ccc !important;
}

footer {
    position: relative;
}



.alert-blue {
    color: #fff;
    background-color: #5D9CEC;
}

.alert-aqua {
    color: #fff;
    background-color: #4FC1E9;
}

.alert-mint {
    color: #fff;
    background-color: #48CFAD;
}

.alert-green {
    color: #fff;
    background-color: #A0D468;
}

.alert-yellow {
    color: #fff;
    background-color: #FFCE54;
}

.alert-orange {
    color: #fff;
    background-color: #FC6E51;
}

.alert-red {
    color: #fff;
    background-color: #ED5565;
}

.alert-purple {
    color: #fff;
    background-color: #AC92EC;
}

.alert-pink {
    color: #fff;
    background-color: #EC87C0;
}

.alert-gray {
    color: #212529;
    background-color: #CCD1D9;
}

.btn-holding {
    background-color: #005b92;
    border-color: #005b92;
    color: #fff;
}

    .btn-holding:hover {
        background-color: #4FC1E9;
        border-color: #4FC1E9;
        color: #fff;
    }
/*.btn-holding {
    background: #EB3349;
    background: -webkit-linear-gradient(to left, #F45C43, #EB3349);
    background: linear-gradient(to left, #F45C43, #EB3349);
    border-color: #EB3349;
    color: #fff;
}

    .btn-holding:hover {
        border-color: #fff;
        color: #fff;
    }*/

.btn-small {
    min-width: 0;
    height: 20px;
    width: 20px;
    font-size: 0.8rem;
    padding: 3px;
    margin: 1px;
}

.btn-main {
    width: 70%;
    height: 50px;
    padding: 5px;
    display: inline-block;
    border-radius: 100px;
    text-decoration: none;
    color: #fff;
    font-size: 25px;
    /*background: #EB3349;
    background: -webkit-linear-gradient(to left, #F45C43, #EB3349);
    background: linear-gradient(to left, #F45C43, #EB3349);*/
    background: transparent linear-gradient(15deg, #005b92 0%, #A1D7FF 100%) 0% 0% no-repeat padding-box;
}

    .btn-main:hover {
        color: #fff;
        text-decoration: none;
    }

.btn-group > .btn:first-child,
.input-group > .input-group-prepend > .btn {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}

.btn-group > .btn:last-child,
.input-group > .form-control:not(:first-child) {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}


.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn,
.input-group > .input-group-prepend > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn,
.input-group > .form-control:not(:first-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.badge-idea {
    font-size: 1.5rem;
    position: absolute;
    margin-right: -10px;
    margin-top: -10px;
}

.btn-circle {
    width: 200px;
    height: 200px;
    padding-top: 50px;
    display: inline-block;
    border-radius: 50%;
    text-decoration: none;
    font-weight: bold;
    font-size: 15px;
    color: #54436a;
    background: transparent linear-gradient(45deg, #A8D6FF 0%, #EEF7FF 100%) 0% 0% no-repeat padding-box;
}

    .btn-circle:hover {
        color: #54436a;
        text-decoration: none;
    }

    .btn-circle h1 {
        font-size: 120px;
        font-weight: bold;
        line-height: 0.8;
    }

.btn-circle-sup {
    position: absolute;
    width: 100px;
    height: 100px;
    display: inline-block;
    border-radius: 50%;
    margin-right: -30px;
    margin-top: -60px;
}

    .btn-circle-sup img {
        height: 70px;
        margin: 15px;
    }

.top-box {
    border-radius: 9px;
    padding: 10px;
    max-height: 280px;
    font-size: 18px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
}

    .top-box.gold, .top-box.gold img {
        border: 2px solid #D4AF37;
    }

    .top-box.silver, .top-box.silver img {
        border: 2px solid #AAA;
    }

    .top-box.bronze, .top-box.bronze img {
        border: 2px solid #B1560F;
    }

    .top-box img {
        max-height: 150px;
        margin: 10px auto;
        display: block;
        border-radius: 50%;
    }

    .top-box .idea-count {
        color: #fff;
        padding: 5px;
        border-radius: 50px;
        margin-top: 1rem;
    }

    .top-box.gold .idea-count {
        background-color: #D4AF37;
    }

    .top-box.silver .idea-count {
        background-color: #AAA;
    }

    .top-box.bronze .idea-count {
        background-color: #B1560F;
    }

.new-idea {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
    margin: 0;
}

    .new-idea img {
        max-height: 950px;
    }

.new-idea-pane {
    font-weight: bold;
    padding: 5%;
    color: #54436a;
    background: transparent linear-gradient(45deg, #fcbf4c 0%, #ffe78f 100%) 0% 0% no-repeat padding-box;
}

.ul-list {
    list-style: none;
    padding: 0;
}

.loader {
    border: 12px solid #f3f3f3;
    border-radius: 50%;
    border-top: 12px solid #351b6f;
    width: 70px;
    height: 70px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.tooltip-inner {
    white-space: pre;
    max-width: none !important;
    font-family: Dana !important;
}

.circle {
    height: 25px;
    width: 25px;
    border-radius: 50%;
    display: inline-block;
    border: 1px solid #dee2e6;
}

/*JQuery-UI AutoComplete*/

.ui-autocomplete {
    overflow: auto;
    background-color: #fff;
    border: 1px solid #dcdcdc;
    box-shadow: inset 0 0 3px #dcdcdc;
    max-height: 300px;
    z-index: 10000;
}

.ui-widget {
    font-family: Dana;
}

/*Filter*/

.filter-button {
    cursor: pointer;
}

    .filter-button:hover {
        color: #dcdcdc;
    }

.filter-panel {
    display: none;
    position: absolute;
}

/* Metro */

.metro-cell {
    font-size: 1.5rem;
    text-align: center;
    min-height: 12rem;
    border-radius: 10px 10px;
    padding: 3rem;
}

.metro-cell-top {
    font-size: 1.5rem;
    text-align: center;
    border-radius: 10px 10px;
    padding: 1rem;
}

.metro a {
    width: 100%;
    height: 100%;
    display: block;
    text-decoration: none;
    color: #fff;
}

    .metro a:hover {
        text-decoration: none;
        color: #fff;
    }

@media (max-width: 800px) {
    .metro-cell {
        font-size: 1rem;
        padding: 1rem;
        min-height: 7rem;
    }

    .metro-cell-top {
        font-size: 1rem;
        padding: 1rem;
    }
}

/* SVG */

.svgDiv {
    direction: ltr;
    width: 100%;
    height: 500px;
    overflow: hidden;
    font-family: Dana;
    font-size: 18px;
    background-color: white;
}

.svgButton {
    cursor: pointer;
    border: 1px solid #000;
    border-radius: 5px 5px;
    padding: 5px;
}

.svg .start {
    stroke: black;
    fill: #A0D468;
}

.svg .end {
    stroke: black;
    fill: #ED5565;
}

.svg .activity {
    stroke: black;
    fill: #FFCE54;
}

.svg .sub-activity {
    text-align: center;
    font-size: 14px;
    fill: #5D9CEC;
    stroke: black;
}


.svg .condition {
    stroke: black;
    fill: #FC6E51;
}

.svg .disabled {
    stroke: black;
    fill: #CCD1D9;
}

/* Login */

.login-logo {
    font-size: 1.6rem;
    text-align: center;
    margin-bottom: 25px;
}

.login-page {
    background: #e9ecef;
}

.login-box {
    width: 450px;
    margin: 7% auto;
}

@media (max-width: 576px) {
    .login-box {
        width: 90%;
        margin-top: 20px;
    }
}

.login-card-body {
    background: #ffffff;
    padding: 20px;
    border-top: 0;
    color: #666;
}
