﻿p, .media-body {
    font-size: 16px;
}


.dropzone .dz-default.dz-message>span {
    margin-top: 2.25rem;
}

.col-form-label {
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    line-height: 16px;
    color: #356984;
}
.navbar-dark{
    background-color:#263238;
}

.sidebar{
    background-color:#263238;
}
 .sidebar-med{
     background-color: #2f444e;
     color: #fff;
 }
.large-header {
    font-weight: 900;
    font-size: 18px;
    color: #27546b;
    border-bottom: 1px solid rgba(39, 84, 107, 0.12);
    margin-bottom: 20px;
}

.summary-header {
    font-weight: 900;
    font-size: 26px;
    color: #27546b;
    border-bottom: 1px solid rgba(39, 84, 107, 0.12);
    margin-top: 0px;
}

h5.card-title, .h5.card-title {
    font-weight: 600;
    font-style: normal;
}

.tcresultrow, .tcresultdetrow {
    font-weight: 900;
    font-size: 16px;
    color: #356984
}

.tcresultdetrow {
    height: 65px;
    border-top: none;
}

.redtext {
    color: #f44336;
}

.form-control, .select2, .select2-selection--single:not([class*=bg-]), .tcthead {
    color: rgba(53, 71, 80, 0.82);
    font-size: 15px;
    font-weight: 700;
}

.card {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.18);
}

.btn {
    transition: all .22s;
    box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
}

    .btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);
        filter: brightness(130%);
    }

.tresultbody {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.18);
}

.tcresultrow {
    background-color: #f6fafd;
    height: 65px;
    border-top: none;
}

.tcthead {
    border-bottom: 0;
}

.chevdown {
    width: 20px;
    text-align: right;
}

/*.datatable-button-html5-basic {
}

.deleteitem {
}*/

.cardrightbutton {
    right: 10px;
    top: 10px;
}

.companyTile {
    background-image: url(/assets/images/icon/company.png);
    background-repeat: no-repeat;
    background-position-x: 168px;
    background-position-y: -31px;
}

.calendarTile {
    background-image: url(/assets/images/icon/calendar.png);
    background-repeat: no-repeat;
    background-position-x: 199px;
    background-position-y: -30px;
}

.randTile {
    background-image: url(/assets/images/icon/rand.png);
    background-repeat: no-repeat;
    background-position-x: 199px;
    background-position-y: -30px;
}

.carTile {
    background-image: url(/assets/images/icon/car.png);
    background-repeat: no-repeat;
    background-position-x: 199px;
    background-position-y: -30px;
}

.calcTile {
    background-image: url(/assets/images/icon/calculator.png);
    background-repeat: no-repeat;
    background-position-x: 168px;
    background-position-y: 5px;
}

.purchaseTile {
    background-image: url(/assets/images/icon/purchase.png);
    background-repeat: no-repeat;
    background-position-x: 199px;
    background-position-y: -19px;
}

.capitalTile {
    background-image: url(/assets/images/icon/capital.png);
    background-repeat: no-repeat;
    background-position-x: 199px;
    background-position-y: -19px;
}

.salesTile {
    background-image: url(/assets/images/icon/sales.png);
    background-repeat: no-repeat;
    background-position-x: 199px;
    background-position-y: -38px;
}

.tile:hover {
    transform: translateY(-2px);
    box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);
    filter: brightness(105%);
}

.icon60 {
    width: 60px !important;
    height: 60px !important;
    max-width: none;
    margin-top: 20px;
}

.accMenuIcon {
    max-height: 29px !important;
    margin-top: -5px !important;
}

.icon-account {
    display: block;
    margin: auto;
   
}

#logoicon {
    height: 100px;
}

[v-cloak] {
    display: none;
}

.help-button-wrapper {
    position: fixed;
    bottom: 1em;
    right: 1em;
    text-align: center;
}
.help-button {
    height: 6em;
    width: 6em;
    font-size: 14px;
    border-radius: 50%;
    border: 0 none;
    background: #3479d4;
    color: #fff;
    cursor: pointer;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    transform: scale(1);
    transition: all 200ms ease;
}
.help-button:hover,
.help-button:focus,
.help-button:active {
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
    outline: 0;
}
.help-button span {
    display: block;
    font-size: 2em;
    transform: scale(1);
    transition: transform 100ms ease;
}
.help-button:hover span,
.expanded .help-button span,
.expanded .help-button span {
    transform: scale(1.25);
}
.expanded .help-button {
    transform: scale(.5);
    color: rgba(255,255,255,.5);
    background: #3145b3;
}
.help-list {
    list-style: none;
    padding: 0;
    margin: 0;
    transition: all 200ms ease;
    transform: translate(0, 90px) scale(.5);
    transform-origin: bottom center;
    opacity: 0;
}
.expanded .help-list {
    transform: translate(0px,20px) scale(1);
    opacity: 1;
}
.help-list li {
    margin-bottom: 1em;
}
.help-list a {
    color: #212121;
}