﻿@font-face {
    font-family: mm3;
    src: url('../fonts/mmrtext.ttf') format('truetype');
    /*src:url('../fonts/mm3-multi-os(16-08-2011).ttf') format('truetype');*/
}
/* Add animation to "page content" */
.animate-bottom {
    position: relative;
    -webkit-animation-name: animatebottom;
    -webkit-animation-duration: 1s;
    animation-name: animatebottom;
    animation-duration: 1s;
}

@-webkit-keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0;
    }

    to {
        bottom: 0px;
        opacity: 1;
    }
}

@keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0;
    }

    to {
        bottom: 0;
        opacity: 1;
    }
}

.gsumbg {
    background: rgba(237,241,247,1);
    background: -moz-linear-gradient(left, rgba(237,241,247,1) 0%, rgba(201,215,233,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(237,241,247,1)), color-stop(100%, rgba(201,215,233,1)));
    background: -webkit-linear-gradient(left, rgba(237,241,247,1) 0%, rgba(201,215,233,1) 100%);
    background: -o-linear-gradient(left, rgba(237,241,247,1) 0%, rgba(201,215,233,1) 100%);
    background: -ms-linear-gradient(left, rgba(237,241,247,1) 0%, rgba(201,215,233,1) 100%);
    background: linear-gradient(to right, rgba(237,241,247,1) 0%, rgba(201,215,233,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edf1f7', endColorstr='#c9d7e9', GradientType=1 );
}

.bdround {
    border-radius: 15px;
    background-color: #f1f1f1;
    font-weight: bold;
    border: 0px;
}

.btnlbl {
    color: #ffffff !important;
    background-color: #F05A28 !important;
    font-weight: bold;
    font-size: 12px;
    border: 0px;
}

.btnlbll {
    color: #ffffff !important;
    background-color: #34A853 !important;
    font-weight: bold;
    font-size: 12px;
    border: 0px !important;
}

.eoclr {
    background-color: #FFCA05;
}

.dsoclr {
    background-color: #eeecec;
}

.sumpnl {
    border-radius: 5px;
}

.mmtext {
    font-family: mm3 !important;
    /*font-size:12px !important; FFC080*/
}

.badge {
    padding-top: 3px !important;
    padding-bottom: 0px !important;
}

.bdgc {
    padding: 0px;
    margin: 0px;
    font-size: 18px !important;
    font-weight: bold !important;
    color: #34A853 !important;
}

.ftactive {
    background-color: #607D8B !important;
    color: #ffffff !important;
}

.fs12 {
    font-size: 12px;
}

.cover {
    object-fit: cover;
    width: 250px;
    height: 250px;
}

.rmpic {
    position: absolute;
    color: red;
    cursor: pointer;
}

    .rmpic:hover {
        color: #808080;
    }

body {
}

.mt0 {
    margin-top: 0px !important;
}

.mb0 {
    margin-bottom: 0px !important;
}

.ma0 {
    margin: 0px !important;
}

.pa0 {
    padding: 0px !important;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 8px 5px !important;
}

.bggreen {
    background-color: #34A853;
}

.clgreen {
    color: #34A853;
}

.mbadge {
    font-size: 15px;
    margin-right: 5px;
    font-weight: 400 !important;
    background-color: #ffffff;
    color: #1a1a1a;
    border: 0px;
    padding-top: 0px;
}

.budgetyears {
    cursor: pointer;
}

    .budgetyears:hover {
        color: #000000;
    }

.sbactive {
    border-left: 4px solid #6A9700;
    background-color: #373636;
}

.bootstrap-datetimepicker-widget {
    width: 310px !important;
}

.delic {
    cursor: pointer;
}

    .delic:hover {
        color: rgba(0, 0, 0, 0.7);
    }



.spinnerr {
    margin: 100px auto 0;
    width: 80px;
    text-align: center;
}

    .spinnerr > div {
        width: 18px;
        height: 18px;
        background-color: #607D8B;
        border-radius: 100%;
        display: inline-block;
        -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
        animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    }

    .spinnerr .bounce1 {
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }

    .spinnerr .bounce2 {
        -webkit-animation-delay: -0.16s;
        animation-delay: -0.16s;
    }

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1.0);
    }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

.pattern {
    position: absolute;
    /*z-index: 1;*/
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
}

    .pattern + .container,
    .pattern .container-fluid {
        position: relative;
        /*z-index: 2;*/
    }

    .pattern.overlay {
        background-color: rgba(0, 0, 0, 0.7);
    }

    .pattern.pattern3 {
        background-image: url("../Content/Image/DAO_Shared/diagmonds.png");
    }

.box-shadowcust {
    /*-webkit-box-shadow: 0px 2px 5px 0 #dcdcdc;
        box-shadow: 0px 2px 5px 0 #dcdcdc;*/
}



.panelcust:hover {
    background: rgba(255,164,183,1);
    background: -moz-linear-gradient(left, rgba(255,164,183,1) 0%, rgba(178,82,172,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,164,183,1)), color-stop(100%, rgba(178,82,172,1)));
    background: -webkit-linear-gradient(left, rgba(255,164,183,1) 0%, rgba(178,82,172,1) 100%);
    background: -o-linear-gradient(left, rgba(255,164,183,1) 0%, rgba(178,82,172,1) 100%);
    background: -ms-linear-gradient(left, rgba(255,164,183,1) 0%, rgba(178,82,172,1) 100%);
    background: linear-gradient(to right, rgba(255,164,183,1) 0%, rgba(178,82,172,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa4b7', endColorstr='#b252ac', GradientType=1 );
}

.panelcust {
    padding: 5px;
    border-radius: 10px;
    background: #fff;
}

.txt-colorcust {
    color: #1a1a1a;
}

.pt0 {
    padding-top: 0px;
}

.pb0 {
    padding-bottom: 0px;
}

.cust {
    width: 50px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

.fs16 {
    font-size: 22px !important;
}

.ma5 {
    margin: 2px;
}

.summ {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: center;
}

.carousel,
.carousel-inner,
.carousel-inner > .item {
    overflow: hidden;
}

/*.carousel-inner:before {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 82%;
        left: 0;
        content: "";
        display: block;
        background-color: #fff;
        z-index: 2;
    }

    .carousel-inner:after {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 82%;
        content: "";
        display: block;
        background-color: #fff;
        z-index: 2;
    }*/

.carousel-control.left, .carousel-control.right {
    background: initial;
    width: 35px;
    color: #000;
    z-index: 10;
    top: -10px;
}

/*.multi-item-carousel {
  overflow: hidden;
}
.multi-item-carousel img {
  height: auto;
  width: 100%;
}
.multi-item-carousel .carousel-control.left, 
.multi-item-carousel .carousel-control.right {
    background: rgba(255, 255, 255, 0.3);
    width: 25%;
}
.multi-item-carousel .carousel-inner {
  width: 150%;
  left: -25%;
}
.carousel-inner > .item.next, 
.carousel-inner > .item.active.right {
    -webkit-transform: translate3d(33%, 0, 0);
    transform: translate3d(33%, 0, 0);
}
.carousel-inner > .item.prev, 
.carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-33%, 0, 0);
    transform: translate3d(-33%, 0, 0);
}
.item__third {
  float: left;
  width: 33.33333333%;
}*/

.pshadow {
    -webkit-box-shadow: 0px 8px 20px 0px rgba(50, 50, 50, 0.3) !important;
    -moz-box-shadow: 0px 8px 20px 0px rgba(50, 50, 50, 0.3) !important;
    box-shadow: 0px 8px 20px 0px rgba(50, 50, 50, 0.3) !important;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.customradio {
    display: inline-block;
    position: relative;
    padding-left: 25px;
    /*margin-bottom: 12px;*/
    cursor: pointer;
    vertical-align: middle;
    font-weight: normal;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default radio button */
    .customradio input {
        position: absolute;
        opacity: 0;
    }

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.customradio:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.customradio input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.customradio input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.customradio .checkmark:after {
    top: 7px;
    left: 7px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: white;
}

.dstyle {
    height: 150px;
    border-radius: 10px;
    border: 0;
}

.scrolling-wrapper-flexbox {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
}

.card {
    flex: 0 0 auto;
}

.card-block {
    min-height: 300px;
    min-width: 150px;
}

.wmd-view-topscroll, .wmd-view {
    overflow-x: scroll;
    overflow-y: hidden;
    width: 1000px;
    border: none 0px RED;
}

.wmd-view-topscroll {
    height: 20px;
}

.wmd-view {
    height: 500px;
}

.scroll-div1 {
    width: 3000px;
    overflow-x: scroll;
    overflow-y: hidden;
    height: 20px;
}

.scroll-div2 {
    width: 3000px;
    height: 20px;
}

.double-scroll {
    width: 1200px;
}

#sample2 {
    width: 100%;
}

/*Style for Help/index.html */
.warpper{
    max-width:600px;
    min-width:100px;
    margin-left:auto;
    margin-right:auto;
    margin-top:10%;
}
.help-panel{
    box-shadow:0px 0px 10px 10px #ddd;
    border-radius:10px;
}
@media screen and (max-width: 800px) {
    .warpper {
        width: auto;
        margin-left:auto;
        margin-right:auto;
    }
}

/* Chrome, Safari, Edge, Opera */
input.hideArrow::-webkit-outer-spin-button,
input.hideArrow::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number].hideArrow{
  -moz-appearance:textfield;
}