﻿body {
    font-family: 'Roboto';
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
}


.icon {
    width: 48px;
}

.noglow:focus {
    border-color: #ccc !important;
    outline: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.bg-medium {
    background-color: #CFD4DA;
}

::-webkit-scrollbar {
    display: none !important;
}

.border-normal {
    border: 1px solid #CFD4DA !important;
}

.font-sm {
    font-size: 16px;
}

.font-med {
    font-size: 20px;
}

.font-lg {
    font-size: 24px;
}

.title {
    font-weight: bold;
    color: #4d4d4d;
}

.smalltitle {
    font-weight: bold;
    font-size: 90%;
    color: #4d4d4d;
}

.dottedline {
    border-top: 1px dotted #8c8b8b;
}

.border-dotted {
    border-style: dotted !important;
    border-color: #8c8b8b !important;
}

.orangebtn {
    background-color: #F28520;
    color: White;
    font-weight: bold;
}

.text-orange {
    color: #F28520;
}


.text-off {
    color: #AAAAAA;
}

a {
    text-decoration: none !important;
}

.badge-fixed {
    position:absolute;
    top:5px;
    right:20px;
}

.clickable {cursor:pointer;
}

.border-right-unround {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.hidden {display:none;
}