﻿/* Move down content because we have a fixed navbar that is 50px tall */

/*@font-face {
	font-family: 'Poppins-Light';
	src: url('/fonts/Poppins-Light.otf') format('opentype');
}

@font-face {
	font-family: 'Poppins-SemiBold';
	src: url('/fonts/Poppins-SemiBold.otf') format('opentype');
}

@font-face {
	font-family: 'Poppins-Black';
	src: url('/fonts/Poppins-Black.otf') format('opentype');
}*/



/*body {
	padding-top: 50px;
	padding-bottom: 20px;
	font-family: Poppins-Light;
}*/

html {
	position: relative;
	overflow: visible;
	font-family: 'Century Gothic' !important;
}


body {
	position: relative;
	overflow: visible;
}

.footer {
	position: relative;
}

.wrapper {
	background: white !important;
}

.btn-primary {
	color: #fff;
	background-color: #FA8900 !important;
	border-color: #FA8900 !important;
}

.btn-primary:hover {
	color: #fff;
	background-color: #FF3514;
	border-color: #FF3514;
}

.btn-info {
	color: #fff;
	background-color: #9BA5BA;
	border-color: #9BA5BA;
}

.btn-info:hover {
	color: #fff;
	background-color: #6f7d9a;
	border-color: #6f7d9a;
}
/*.card{

}*/
/*.card-header {
	padding: 0.75rem 1.25rem;
	margin-bottom: 0;
	background-color: #FA8A03 !important;
	border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}*/

.btn-secondary {
	color: #fff;
	background-color: #FF3514 !important;
	border-color: #FA8900;
}

.btn-secondary:hover {
	color: #fff;
	background-color: #FF3514 !important;
	border-color: #FF3514;
}
.LineShadow {
    box-shadow: 10px !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5) !important;
}

.StandardGridView {
    width: 80%;
    border: solid 2px black;
    min-width: 80%;
}

.header {
    background-color: #646464;
    font-family: Arial;
    color: White;
    border: none 0px transparent;
    height: 25px;    
    font-size: 16px;
}

.rows {
    background-color: #fff;
    font-family: Arial;
    font-size: 14px;
    color: #000;
    min-height: 25px;
    text-align: left;
    border-bottom:solid 1px silver
}

    /*.rows:hover {
        font-family: Arial;
        color: #ff8000;
        font-weight: bolder;
        text-align: left;
    }*/

.selectedrow {
    background-color: #ff8000;
    font-family: Arial;
    color: #fff;
    font-weight: bold;
    text-align: left;
}

.StandardGridView a /** FOR THE PAGING ICONS **/ {
    background-color: Transparent;
    padding: 5px 5px 5px 5px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

    .StandardGridView a:hover /** FOR THE PAGING ICONS HOVER STYLES**/ {
        background-color: #000;
        color: #fff;
    }

.StandardGridView span /** FOR THE PAGING ICONS CURRENT PAGE INDICATOR **/ {
    background-color: #c9c9c9;
    color: #000;
    padding: 5px 5px 5px 5px;
}

.pager {
    background-color: #646464;
    font-family: Arial;
    color: White;
    height: 30px;
    text-align: left;
}

.StandardGridView td {
    padding: 5px;
}

.StandardGridView th {
    padding: 5px;
}
.loaderCenter {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('/images/intranet/loadingpage.gif') 50% 50% no-repeat rgb(249,249,249);
    background-size: 180px;
    background-color: transparent;
}
.card-header {
    background-color: rgb(249,249,249) !important;
    color: black !important;
    font-weight: bolder;
    border-radius: 10px;
    box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.2) !important;
    border-top:none !important
}
.card-header, h3{
    font-size:14px !important;
    
}
.equal-height {
    display: flex;
}

.equal-height > [class*='col-'] {
    display: flex;
}

