html {
    font-size: 14px;
    font-family:Arial;
}

.container {
    max-width:99%;
}

/*.header-bg{
    background-color:yellow; 
}*/
@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
    font-size: 14px;
}

/*.left-col {
    width: 175px;
    float: left;
    text-align: center;
}

.right-col {
    width: 250px;
    float: left;
    text-align: center;
}

.main-block {
    display: inline-block;
    margin-top: 40px;
    font-size:14px;
}

.points-head-1 {
    background-color: #e0e4f4;
   
}
.points-head {
    background-color: #b4bbd6;
    font-weight: bold;
}

.tblPoints, th, td {
    border: 1px solid;
    padding:3px;
}

#MeasurePoints_Override, #InstallPoints_Override {
    width: 80px;
}

.button {
    background-color:#525d87;
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 8px;
}

.button-bar {
    width: 65%;
    float: left;
    margin-top: 30px;
    text-align:center;
}

.points-txt{
    text-align:center; 
}


    }*/
.form-control {
    font-size: 0.85rem;
}

.button {
    box-shadow: inset 0px 1px 0px 0px #bbdaf7;
    background: linear-gradient(to bottom, #79bbff 5%, #378de5 100%);
    background-color: #79bbff;
    border-radius: 6px;
    border: 1px solid #84bbf3;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
    padding: 6px 24px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #528ecc;
}

    .button:hover {
        background: linear-gradient(to bottom, #378de5 5%, #79bbff 100%);
        background-color: #378de5;
    }

    .button:active {
        position: relative;
        top: 1px;
    }

.button-sm {
    box-shadow: inset 0px 1px 0px 0px #dcecfb;
    background: linear-gradient(to bottom, #bddbfa 5%, #80b5ea 100%);
    background-color: #bddbfa;
    border-radius: 6px;
    border: 1px solid #84bbf3;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    /*padding: 6px 24px;*/
    text-decoration: none;
    text-shadow: 0px 1px 0px #528ecc;
}

    .button-sm:hover {
        background: linear-gradient(to bottom, #80b5ea 5%, #bddbfa 100%);
        background-color: #80b5ea;
    }

    .button-sm:active {
        position: relative;
        top: 1px;
    }

.cl1 {
    color: #0077b6;
}

.mism-disp {
    font-size: 0.8vw;
    font-style: italic;
}

.mism-cls {
    color: #FF5F1F;
}

.ui-dialog-titlebar-close {
    padding: 0 !important;
}

    .ui-dialog-titlebar-close:after {
        content: '';
        width: 20px;
        height: 20px;
        display: inline-block;
        /* Change path to image*/
        background-image: url(/css/images/ui-icons_444444_256x240.png);
        background-position: -96px -128px;
        background-repeat: no-repeat;
    }

.search-lbl {
    font-size: 0.8rem;
    font-weight: bold;
}

.search-lbl-1 {
    font-size: 0.6rem;
  
}

.k-link {
    color: #0077b6 !important;
    letter-spacing: 0.05rem;
}

.line1 {
    color: #378de5;
    border: 1px solid;
}

.navbar {
    background-color: #0077b6 !important;
}

.navbar-brand{
    color:white !important;
}

.nav-link {
    color: wheat !important;
}

.footerTemplate{
    text-align:right;
}

.k-grid .k-table {
    font-size: 13px !important;
}

.k-grid td {
    line-height: 1.5em;
}

.k-column-title{
    font-weight:bold;
}

.login-form {
    width: 30%;
    box-shadow: 0 8px 16px 0 rgba(82,124,54,0.5), 0 6px 20px 0 rgba(82,124,54,0.49);
}

.align-right{
    text-align:right;
}

.error {
    color: red;
}

.loginUserDisp {
    position: absolute;
   /* padding: 20px;*/
    width: 100%;
    padding-right:3%;
}

.k-link{
    display:block !important;
}

.noDisp{
    display:none !important;
}

input.edit-mode[type="text"]{
    border: 1px solid #80b5ea;
}
.points-footer {
    background-color: #ebf1f7;
    font-weight: bolder;
    color: #0077b6;
    border-bottom: 1.2pt solid #80b5ea;
    border-top: 1.4pt solid #80b5ea;
}

.approvedMsg {
    display: block;
    font-style: italic;
}