
a{
    color: #DF2E38;
}

main > .container {
    padding: 70px 15px 20px;
}

.footer {
    background-color: #f5f5f5;
    font-size: .9em;
    height: 60px;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    content: '';
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    margin: 4px 4px 2px 4px;
    background: transparent;
}

a.asc:after {
    border-bottom: solid 7px #212529;
    border-top-width: 0;
}

a.desc:after {
    border-top: solid 7px #212529;
    border-bottom-width: 0;
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding-top: 7px;
    color: rgba(255, 255, 255, 0.5);
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 0;
    }
}

.breadcrumb{
    margin-top: 20px;
    margin-bottom: 20px;
}
.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.75);
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.site-index{
    margin-left: -15px;
    margin-right: -10px;
    overflow-x:hidden;
}

@media only screen and (min-width: 992px) {
   .form-card{width:50rem !important;} 
}

.btn-toolbar > .btn-group > .btn{
    margin: 0 5px 0 0;
} 

ul.pagination > li > a, .pagination > li > span{
    padding: 6px 12px;
    margin-left: -1px;
    border: 1px solid #ddd;
}

.pagination > .page-item > .page-link{
    color: #DF2E38;
}

.pagination > .active > a{
    color: #fff !important; 
    font-weight: bold;
    /*background-color: #337ab7;
    border-color: #337ab7;*/
    background-color: #DF2E38;
    border-color:  #DF2E38;
}

.sticky-lg-top{
    top:120px;
}

.bg-pastel-green{
    background-color: #C7E8CA !important;
    border-color: #C7E8CA !important;
}

.bg-pastel-red{
    background-color: #ff746c !important;
    border-color: #ff746c !important;
}

.table-striped-green > tbody > tr:nth-of-type(odd) {
    background-color:#C7E8CA !important;
  }

  /*.bg-success{
    color: #212529 !important;
    background-color:#C7E8CA !important;
    opacity: 1 !important;
  }

  .bg-danger{
    color: #ffffff !important;
    background-color:#be122f !important;
    opacity: 1 !important;
  }*/

/*Floating action button*/ 
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	left:40px;
	color:#FFF;
	border-radius:5px;
	text-align:center;
    z-index: 10000;
}

.my-float{
	margin-top:5px;
    font-size: 22px;
}

@media print {
    .container{
      padding-top: unset !important;
      padding-left: unset 5in !important;
      padding-right: unset 5in !important;
      padding-bottom: unset !important;
      max-width: unset !important;
    }

    @page{
        size: 8.5in 11in !important;
        margin-top: 0in !important;
        margin-left: 5in !important;
        margin-right: 5in !important;
    }


}

.gradient-custom-2 {
    /* fallback for old browsers */
    background: #fccb90;
    
    /* Chrome 10-25, Safari 5.1-6 */
    background: -webkit-linear-gradient(to right, #ee7724, #d8363a, #dd3675, #b44593);
    
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background: linear-gradient(to right, #ee7724, #d8363a, #dd3675, #b44593);
}
    
@media (min-width: 768px) {
    .gradient-form {
        height: 100vh !important;
    }
}
@media (min-width: 769px) {
    .gradient-custom-2 {
        border-top-right-radius: .3rem;
        border-bottom-right-radius: .3rem;
    }
}

.main-bg{
    color: #fff !important;
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),url('/img/main_bg.jpg');
    background-size: cover !important;
    background-position: center center;
    background-repeat: no-repeat;
}




