/*
    SEAFORD MUSEUM
*/

.logtop {
	margin-top: 100px;
}


.well {

margin-left: 50px;
padding: 10px;
}
	
.ws 
{
margin-left: 30px;
padding: 10px;
}

.mesgoff
{
	margin-top: 200px;
	margin-left: 200px;
}

.dashbox 
{
	
	margin-top: 12rem;
	display: block;
	margin-right: 4rem;
	font-size: 2rem;
	padding: 0.5rem 0.75rem;
	line-height: 2;
	border: .5px solid;
	width: 20rem;
	float: right;
	
	
}

/*.......................................
date picker
........................................*/


:root {
  --dd-overlay: rgba(0, 0, 0, .75);
  --dd-background: #FFFFFF;
  --dd-text1: #333333;
  --dd-text2: #FFFFFF;
  --dd-primary: blue;
  --dd-gradient: linear-gradient(45deg, #e61e68 0%, #FD4741 100%);
  --dd-radius: .35em;
  --dd-shadow: 0 0 2.5em rgba(0, 0, 0, 0.1);
  --dd-range: rgba(0, 0, 0, 0.05);
}


.style1 {
 --dd-radius: 6px;
 --dd-shadow: 0 0 2.5em rgba(0, 0, 0, 0.1);
 --dd-overlay: rgba(0, 0, 0, .75);
 --dd-background: #FFFFFF;
 --dd-text1: #333333;
 --dd-text2: #FFFFFF;
 --dd-gradient: linear-gradient(45deg, #e61e68 0%, #FD4741 100%);
 --dd-range: rgba(0, 0, 0, 0.05);
 --dd-monthBackground: var(--dd-gradient);
 --dd-monthText: var(--dd-text2);
 --dd-monthBorder: transparent;
 --dd-confirmButtonBackground: var(--dd-gradient);
 --dd-confirmButtonText: var(--dd-text2);
 --dd-selectedBackground: var(--dd-gradient);
 --dd-selectedText: var(--dd-text2);
 --dd-primary: blue;
}

.style2 {
  --dd-primary: green;
}

.startdate {
	width: 100px;
}



/*.......................................
dashboard chart 
........................................*/
canvas{

  width:800px !important;
  height:180px !important;

}

.dashchart
{
width: 70%; 
height: 200px; 
background: #fff; 
border: 1px solid #555652; 
margin-top: 10px
}








.spacer100 { /* need to add for media */
margin-top: 100px;
}

.spacer50 { /* need to add for media */
margin-top: 50px;
}



.pagehead {
font-family: 'Roboto Condensed',sans-serif;
color:  #56514b;	
font-size: 3rem; /* orginal font-size: 28px; */
   font-weight: 400;
   margin-bottom: 20px;
   text-align: center;
   
}

.pagehead_t {
font-family: 'Roboto Condensed',sans-serif;
color:  #56514b;	
font-size: 2rem; /* orginal font-size: 28px; */
   font-weight: 400;
   margin-bottom: 5px;
   text-align: center;
   
}



.pagehead-white {
font-family: 'Roboto Condensed',sans-serif;
color:  #fff;	
font-size: 3rem; /* orginal font-size: 28px; */
   font-weight: 400;
   margin-bottom: 20px;
   text-align: center;
      
}

.formsize {
	display: block;
	width: 75%;
	line-height: 1.5;
	padding: .375rem .75rem;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	
}


		label.valid {
		  width: 24px;
		  height: 24px;
		  background: url(../img/valid.png) center center no-repeat;
		  display: inline-block;
		  text-indent: -9999px;
		}
		
				
		label.error {
			font-weight: bold;
			color: red;
			padding: 2px 8px;
			margin-top: 2px;
		}


/**********************************************************************/
/************************* FOOTER ************************************/
/********************************************************************/
footer {
	/*background: #fff; */
	padding: 40px 0;
	margin-left: 300px;
	position: absolute;
	bottom: 20px;
	}
footer p {
	color: #000;
    font-weight: 300;
    margin: 0 0 20px 0;
	font-size: 16px;
}

footer_ind {
	padding: 40px 0;
	margin-left: 300px;
	position: absolute;
	bottom: 20px;
	color: #fff;
	}




body {
    font-family: 'Poppins', sans-serif;
    background: #fafafa;
}

p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.navbar {
    padding: 15px 10px;
	padding-right: 40px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
	float: right;
	font-size: 1.1em;
	color:black;
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

i,
span {
    display: inline-block;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  text-align: right;
	font-size: 14px;
 float: right; 
  

}


#topbar .a {
  text-align: right;
}

#topbar.topbar-scrolled {
  top: -40px;
}

#topbar .contact-info a {
  line-height: 1;
  color: #444444;
  transition: 0.3s;
}

#topbar .contact-info a:hover {
  color: #1977cc;
}

#topbar .contact-info i {
  color: #1977cc;
  padding-right: 4px;
  margin-left: 15px;
}

#topbar .contact-info i:first-child {
  margin-left: 0;
}

#topbar .social-links a {
  color: #437099;
  padding-left: 15px;
  display: inline-block;
  line-height: 1px;
  transition: 0.3s;
}

#topbar .social-links a:hover {
  color: #1977cc;
}

#topbar .social-links a:first-child {
  border-left: 0;
}

/* Dropdown Button */
.dropbtn {
  background-color: #04AA6D;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {background-color: #3e8e41;}


/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    width: 50px;
}

#sidebar {
    width: 250px;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 999;
    background: #7386D5;
    color: #fff;
    transition: all 0.3s;
}

#sidebar.active {
    margin-left: -250px;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #6d7fcc;
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #47748b;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
	color: #fff;
}

#sidebar ul li a:hover {
    color: #7386D5;
    background: #fff;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #fff;
    background: #6d7fcc;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #6d7fcc;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #7386D5;
}

a.article,
a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}

.list-unstyled {
	color: #fff;
	font-size: 1.2em !important;
}_

#logo-head {
	width: 220px;
}


/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: calc(100% - 250px);
    padding: 40px;
    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    right: 0;
}

#content.active {
    width: 100%;
}


/* ---------------------------------------------------
    RECONCILIATION
----------------------------------------------------- */
.rec {
	
	padding: 5px;
	width: 75%;
	border: 1px solid black;
	
}

.rec td {
	padding: 5px;
	text-align: right;
	width: 250px;
	border: 1px solid black;
	font-size: .8rem ;
}


.recinput
{
	text-align: right;
}

.recinput input
{
	text-align: right;
}







/* ---------------------------------------------------
LOGIN
----------------------------------------------------- */

.loginbox 
{
	display: block;
	margin-left: 50px;
	font-size: 1rem;
	padding: 0.5rem 0.75rem;
	line-height: 1.5;
	border: .5px solid;
	width: 350px;
	
	
}

.loginmsg 
{
	margin-left: 50 px;
	
}




/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
    }
    #sidebar.active {
        margin-left: 0;
    }
    #content {
        width: 100%;
    }
    #content.active {
        width: calc(100% - 250px);
    }
    #sidebarCollapse span {
        display: none;
    }
}
