﻿body {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 14px;
}


wgCard {
    border: solid;
    border-width: 1px;
    border-radius: 5px;
    margin: 5px;
    background-color: whitesmoke;
}

.DropZone1 {
    width: 90%;
    height: 150px;
    background-color: transparent;
    border:dashed;
    border-width:1px;
    border-color:lightgrey;
    float: left;
    text-align: center;
    font-size: 16px;
    color: black;
    border-radius: 5px;
}

.demo-container .RadAsyncUpload {
    text-align: left;
    margin-left: 0;
    margin-bottom: 28px;
    width: 100%;
}

.demo-container .RadAsyncUpload .ruFileWrap {
    text-align: left;
}

.demo-container .RadUpload .ruUploadProgress {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: top;
}

div.RadGrid .rgCaption
{
    background-color:black;
    height:100px;
}

div.RadGrid {

    border-radius: 5px;
}

div.RadGrid .rgCommandRow .rgCommandCell {
    border-radius: 5px 5px 0 0;
}

div.RadGrid .rgFooterWrapper,
div.RadGrid .rgFooter {
    background: #BBD3EB;
}

div.RadGrid .rgFooter tr {
        border-radius: 0 0 5px 5px;
    }

.RadGrid .rgPagerCell {
    background: #BBD3EB;
    font-family: inherit;
    border-radius: 0 0 5px 5px;
}

div.RadGrid .rgAltRow td,
div.RadGrid .rgRow td,
div.RadGrid .rgRow,
div.RadGrid .rgAltRow,
div.RadGrid .td {
    border-top: none;
    border-bottom: none;
    border-left: none;
    border-right: none;
    padding:5px;
    height: 30px;
    line-height: normal;
}

div.RadGrid .rgCaption{
    display:none;
    height:0px;
}

div.RadGrid th.rgHeader {
    border-left: none;
    border-right: none;
    height: 35px;
    background-color: #00a1df;
    font-weight: bold !important;
    color: #ffffff !important;
}

.rgHeader A {
    font-weight: bold !important;
    color: #ffffff !important;
}

div.RadGrid .rgFilterRow {
    background-color: #BBD3EB !important;
}

div.RadGrid th.rgPager {
    background-color: #BBD3EB !important;
}

div.RadGrid .rgMasterTable TD.rgExpandCol {
    background-color: #BBD3EB !important;
}
.logoImage {
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url('/Images/plusesLogoLarge.png') no-repeat;
    width: 286px; /*Width of new image */
    height: 77px; /*Height of new image */
    padding-left: 286px; /*Equal to width of new image */
}

.companyLogoLarge {
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url('/Images/plusesLarge.png') no-repeat;
}
    .companyLogo {
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url('/Images/logo-left-new.png') no-repeat;
    width: 221px; /*Width of new image */
    height: 64px; /*Height of new image */
    padding-left: 221px; /*Equal to width of new image */
    padding-top: -66px;
}

.navbar-custom {
    background-color: #333E48;
    color:#FFFFFF;
}

    /* change the brand and text color */
    .navbar-custom .navbar-brand,
    .navbar-custom .navbar-text {
        color: #FFFFFF;
    }

    /* change the link color */
    .navbar-custom .navbar-nav .nav-link {
        color: #FFFFFF;
    }

    /* change the link hover color*/
    .navbar-custom .navbar-nav .nav-link:hover {
            color: #DAEDFF;
        }
    .navbar-custom .navbar-nav .nav-link:focus {
            color: #DAEDFF;
        }










.btn-primary {
    color: #fff;
    background-color: #265a88;
    border-color: #007bff;
}

.btn-primary:hover {
    color: #fff;
    background-color: #4E6981;
    border-color: #0062cc;
}

.btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #4E6981;
    border-color: #0062cc;
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #5C8C9D;
    border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0094CA;
    border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #4E6981;
    background-position: 0 -15px;
}

.btn-primary:active, .btn-primary.active {
    background-color: #4E6981;
    border-color: #4E6981;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #4E6981;
    background-image: none;
}

.btn-primary:hover {
    color: #fff;
    background-color: #4E6981;
    border-color: #0062cc;
}


.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-danger:hover {
    color: #fff;
    background-color: #8C4047;/*#c82333;*/
    border-color: #bd2130;
}

.btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #8C4047;/*#c82333;*/
    border-color: #bd2130;
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}


.btn-danger:hover,
.btn-danger:focus {
    background-color: #8C4047;
    background-position: 0 -15px;
}

.btn-danger:active,
.btn-danger.active {
    background-color: #dc3545;
    border-color: #b92c28;
}

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
    background-color: #dc3545;
    background-image: none;
}