hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid silver;
}

.hr1 {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid silver;
}

.table thead th {
    /*  cursor : pointer;  */
    text-align: center;
    background-color: #598027; /*  #2e7d32  #4d6a79  #01579b     */
    color: #FFF !important;
    font-weight: 400;
    border-right: 1px solid darkgreen;
    border-bottom: none;
    border-top: none;
    border-left: none;
    padding: 12px 25px 12px 7px;
    vertical-align: middle;
}

th {
    /*  cursor : pointer;  */
    text-align: center;
    background-color: #598027; /*  #2e7d32  #4d6a79  #01579b     */
    color: #FFF;
    font-weight: normal;
}


.btn-default, .btn-default:visited {
    color: #fff;
    background-color: #993300;
    border-color: #868e96;
    padding-right: 15px;
    padding-left: 15px;
}

.btn-default:hover {
  color: #fff;
  background-color: #727b84;
  border-color: #6c757d;
}

.btn-default:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 3px rgba(134, 142, 150, 0.5);
}

.btn-default.disabled, .btn-secondary:disabled {
    background-color: #868e96;
    border-color: #868e96;
}

.btn-default:active, .btn-secondary.active,
.show > .btn-secondary.dropdown-toggle {
    background-color: #727b84;
    background-image: none;
    border-color: #6c757d;
}

.bond-CAO-table {
    width: 55%;
}

.formSection .form-box {
    text-align: center;
    background: #ffffff;
    border-radius: 30px;
    border: solid 1px #d6d6d6;
    /*    padding: 50px 8% 50px 8%;
*/
    padding: 25px 30px 25px 30px;
    /*    max-width: 674px;
*/ margin: 20px auto 0px auto;
    text-align: left;
}

.destructivebutton {
    background-color: #FF726F;
    font-family: 'Lato';
    color: #FFFFFF;
    font-size: 12pt;
}


.progressingbutton {
    background-color: #1075DA;
    font-family: 'Lato';
    color: black;
    font-size: 12pt;
}

.neutralbutton {
    background-color: #F3F3F3;
    font-family: 'Lato';
    color: #17243B;
    font-size: 12pt;
}


/*==========================================================*/
.btn-warning, .btn-warning:visited {
    color: #000;
    /*background-color: #993300;*/
    border-color: #868e96;
    padding-right: 15px;
    padding-left: 15px;
}

    .btn-warning:hover {
        color: #fff;
        background-color: #727b84;
        border-color: #6c757d;
    }

    .btn-warning:focus, .btn-secondary.focus {
        box-shadow: 0 0 0 3px rgba(134, 142, 150, 0.5);
    }

    .btn-warning.disabled, .btn-warning:disabled {
        background-color: #868e96;
        border-color: #868e96;
    }

    .btn-warning:active, .btn-secondary.active,
    .show > .btn-secondary.dropdown-toggle {
        background-color: #727b84;
        background-image: none;
        border-color: #6c757d;
    }


/*===========================================================*/

.btn-cb, .btn-cb:visited {
    color: #FFF;
    background-color: #3d5894;
    border-color: #868e96;
    padding-right: 15px;
    padding-left: 15px;
}

        .btn-cb:hover {
            color: #fff;
            background-color: #727b84;
            border-color: #6c757d;
        }

        .btn-cb:focus, .btn-secondary.focus {
            box-shadow: 0 0 0 3px rgba(134, 142, 150, 0.5);
            
        }

        .btn-cb.disabled, .btn-secondary:disabled {
            background-color: #868e96;
            border-color: #868e96;
        }

        .btn-cb:active, .btn-secondary.active,
        .show > .btn-secondary.dropdown-toggle {
            background-color: #727b84;
            background-image: none;
            border-color: #6c757d;
        }


/*=============================================================*/


.btn-alt1, .btn-alt1:visited {
    color: #fff;
    background-color: #3399ff;
    border-color: #868e96;
    padding-right: 15px;
    padding-left: 15px;
}

.btn-alt1:hover {
    color: #fff;
    background-color: #727b84;
    border-color: #6c757d;
}



.title {
    color: #800000;
}

.subtitle {
    color: #800000;
}

hr {
border-color: silver;
}

a {
/*font-weight:bold;*/
color: #0066FF;
}

a:visited {
/*font-weight:bold;*/
color: #0066FF;
}

/*  Blue #01579b  */

a:hover
{
	text-decoration: underline;
/*	font-weight:bold;*/
	color: #0066FF;
}

/*.card-header a:link, a:visited, a:hover {
color: #FFF;
}*/

.data {
color: #800000  !important;  /* maroon color for data */
}


/* change the background color */
.navbar-custom {
    background-color: #598027 ;     /*  #243743 #01579b */
	font-weight: normal;
}
/* change the brand and text color */
.navbar-custom .navbar-brand,
.navbar-custom .navbar-text {
    color : #FFF;
}
/* change the link color */
.navbar-custom .navbar-nav .nav-link {
    color : #FFF;
	font-weight: normal;
}
/* change the color of active links */
.navbar-custom .nav-item.active .nav-link
 {
    color : #FFF;
	font-weight: normal;
}

/* change the color of hovered links */
.navbar-custom .nav-item:hover .nav-link {
    background-color : #993300;
}

.navbar-toggler-icon {
background-color: #243743;
color:#FFF !important;
border:1px solid #FFF;

}

.card {
box-shadow: 3px 3px 5px #d9d9d9;
 margin-bottom: 15px;
}


.card-header {
background-color: #598027;              /*      #01579b    #4d6a79  */
    color : #FFF;
	font-weight: normal;
}

.invalidInput {
    color: red;
}

/* this is an adjustment from bootstrap 3 for the .has-error class that is no longer available in bootstrap 4 */
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}

.has-error .form-control-feedback {
  color: #a94442;
}
/* this is an adjustment from bootstrap 3 for the .has-error class that is no longer available in bootstrap 4 */


input[type=radio] {
height: 1.25rem; width:1.25rem; vertical-align: bottom;
}


input[type=checkbox] {
height: 1.25rem; width:1.25rem; vertical-align: bottom;
}



/* Secondary Navbar     change the background color */
.navbar-sub {
    background-color: #e6e6e6;
	font-weight: normal;
	margin-bottom: 10px;
}
/* change the brand and text color */
.navbar-sub .navbar-brand,
.navbar-sub .navbar-text {
    color : #000;
}
/* change the link color */
.navbar-sub .navbar-nav .nav-link {
    color : #000;
	font-weight: normal;
}
/* change the color of active or hovered links */
.navbar-sub .nav-item.active .nav-link,
.navbar-sub .nav-item:hover .nav-link {
    color : #000;
	font-weight: normal;
}

.navbar-sub  .navbar-toggler-icon {
background-color: #e6e6e6;
color:#000 !important;
border:1px solid #000;

}


.btn-filter {
    color: #fff;
    background-color: #cc6600;
    border-color: #868e96;
    padding-right: 15px;
    padding-left: 15px;
}

    .btn-filter:hover {
        color: #fff;
        background-color: #cc6600;
        border-color: #6c757d;
    }

    .btn-filter:visited {
        color: #fff;
        background-color: #cc6600;
        border-color: #6c757d;
    }

    .btn-filter:focus, .btn-secondary.focus {
        box-shadow: 0 0 0 3px rgba(134, 142, 150, 0.5);
    }

    .btn-filter.disabled, .btn-secondary:disabled {
        background-color: #868e96;
        border-color: #868e96;
    }

    .btn-filter:active, .btn-secondary.active,
    .show > .btn-secondary.dropdown-toggle {
        background-color: #cc6600;
        background-image: none;
        border-color: #6c757d;
        color: #fff;
    }

/*.btn-filter:hover, .btn-filter:focus, .btn-filter:active, .btn-filter:visited {
    color: #FFF;
}*/


#spinner {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -100px; /* half width of the spinner gif */
    margin-top: -100px; /* half height of the spinner gif */
    /* background: url(~/images/loading.gif) no-repeat; */
    text-align: center;
    z-index: 1234;
    overflow: auto;
    width: 150px; /*width of the spinner gif */
    height: 150px; /*hight of the spinner gif +2px to fix IE8 issue */
}


    .text-sm {
        font-size:0.9em;
    }

.line {
    border-bottom: 1px solid gray;
    padding-top: 1px;
    padding-bottom:1px;
}

#toast-container > div {
    opacity: 1;
}


/*Bootstrap datepicker customization*/
.datepicker {
    padding: 8px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    direction: ltr;
}

    /*.datepicker-inline {
    width: 500px;
}*/

    .datepicker td,
    .datepicker th {
        text-align: center;
        width: 35px;
        height: 30px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        border: none;
    }

.response {
    color:maroon;
}


.icon-box {
    margin-bottom: 20px;
    padding: 10px;
    border-radius: 8px;
}

.icon-box i {
        float: left;
        color: #cc7810;
        /*Orange color #cc7810*/
        font-size: 40px;
    }

.icon-box h4 {
        margin-left: 70px;
        font-weight: 700;
        margin-bottom: 15px;
        font-size: 18px;
    }

.icon-box h4 a {
            color: #556270;
            transition: 0.3s;
        }

.icon-box p {
        margin-left: 70px;
        line-height: 24px;
        font-size: 14px;
    }

.icon-box:hover h4 a {
        color: #cc7810; /* Orange color*/
    }

.standard-boxes {
    text-align: center;
    background: #ffffff;
    border-radius: 25px;
    border: solid 1px #d6d6d6;
    /*padding: 30px 45px 30px 45px;*/
    padding: 20px 20px 20px 20px;
    margin-right: 2.5%;
    max-width: 350px;
    margin-bottom: 20px;
    min-width: 350px;
    min-height: 170px;
}

    .standard-boxes:hover {
        border: solid 1px #1075DA;
        box-shadow: 0px 0px 5px 2px rgb(0 0 0 / 15%);
    }

    .standard-boxes i {
        color: #1075DA;
        font-size: 26px;
    }

    .standard-boxes h4 {
        font-size: 18px;
        padding-top: 10px;
        padding-bottom: 5px;
        text-align: left;
    }

        .standard-boxes h4 a {
            color: #17243b;
        }

            .standard-boxes h4 a:visited, .standard-boxes h4 a:active {
                color: #17243b;
                text-decoration: none;
                font-size: 18px;
                padding-top: 10px;
                padding-bottom: 5px;
                text-align: left;
                font-weight: 700;
                /*font-size: 18px;
                font-weight: 700;*/
            }

            .standard-boxes h4 a:hover, .standard-boxes h4 a:focus {
                /*color: #0066ff;*/
                color: #17243b;
                text-decoration: underline;
                font-size: 18px;
                padding-top: 10px;
                padding-bottom: 5px;
                text-align: left;
                font-weight: 700;
                /*font-size: 18px;
                font-weight: 700;*/
            }

        .standard-boxes h4 i {
            padding-right: 10px;
            padding-left: 0px;
        }

    .standard-boxes p {
        text-align: left;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .standard-boxes .btn-primary {
        padding: 10px 30px 10px 30px;
        margin-top: 30px;
        margin-bottom: 5px;
        min-width: 234px;
    }

@media (max-width: 740px) {
    .standard-boxes {
        margin: 0 auto 20px;
    }

    .standard-title h1 {
        font-size: 33px;
        line-height: 38px;
        width: 100%;
    }

    .standard-title {
        padding: 20px 20px 20px 20px;
    }

