/* global body padding */
body {
  padding-top:    20px;
  padding-bottom: 20px;
}

@media (min-width: 768px) {
  body {
    padding-top:    20px;
    padding-bottom: 50px;
  }
}


/* global spacing overrides */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-top: 0;
}
hr {
  margin-top: 30px;
  margin-bottom: 30px;
}

.swdsettingsbar-fixed-top,
.swdsettingsbar-static-top {
  border-bottom: 0;
}

.swd_date_header_grey {
	background:#333;
	color:#FFF;
	font-weight:bold;
	text-align:center;
}

.swd_date_header_today {
	background:#03F;
	color:#FFF;
	font-weight:bold;
	text-align:center;
}

.swd_plan_entry a:hover, .swd_plan_entry a {
	text-decoration:none;	
	color: inherit;
}

.swd_date_header {
	background:#C30;
	color:#FFF;
	font-weight:bold;
	text-align:center;
}

.swd_planner_wrapper{
	border:medium dotted #CCC;	
	float:left;
	width:100%;
}

.swd_column_wrapper{
	border:thin solid #CCC;	
}

.swd_plan_entry{
	border-radius: 2px;
	border: 1px solid transparent;
	border-top: none;
	border-bottom: 1px solid #DDD;
	width:100%;
}

.swd_planhover:hover{
   background-color:transparent;
}


#pswd_info {
	background: #EAEAEA none repeat scroll 0 0;
	color: #fff;
	padding:20px;
}
#pswd_info h4{
    background: #0034ff none repeat scroll 0 0;
    display: block;
    font-size: 14px;
	font-weight:bold;
    letter-spacing: 0;
    padding: 17px 0;
    text-align: center;
    text-transform: uppercase;
}



.valid {
	background: rgba(0, 0, 0, 0) no-repeat scroll 2px 6px;
	color: green;
	line-height: 21px;
	padding-left: 22px;
}

.invalid {
	background: rgba(0, 0, 0, 0) no-repeat scroll 2px 6px;
	color: red;
	line-height: 21px;
	padding-left: 22px;
}


#pswd_info::before {
    background: #dfdfdf none repeat scroll 0 0;
    content: "";
}
#pswd_info {
    display:none;
}

.swd_stat{
	text-decoration:none;	
}
.swd_stat a{
	text-decoration:none;	
	cursor:pointer;
}

.swdsidebar-dark{
	background-color:#06C;
	padding-top:20px;
}

@media (min-width: 768px) {
.swdoffset {
  margin-left: 25%; }
}
@media (min-width: 992px) {
.swdoffset {
  margin-left: 16.66667%; }
}

@media (max-width: 768px) {
	.swdnavbar {
		display:none;	
	}
}

@media (min-width: 768px) {
/* Bottom Nav Bar */
.swdnavbar {
  background-color: #333;
  overflow: hidden;
  position: fixed;
  bottom: 0;
  width: 100%;
  display:block;
  z-index:999;
}/* Style the links inside the navigation bar */

.swdnavbar span {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 14px;
  text-decoration: none;
  font-size: 1em;
  background-color:#3f3f3f;
  font-weight:bold;
}

.swdnavbar a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 14px;
  text-decoration: none;
  font-size: 1em;
}

/* Change the color of links on hover */
.swdnavbar a:hover {
  color: #1997c6;
}

/* Add a color to the active/current link */
.swdnavbar a.active {
  background-color: #1997c6;
  color: white;
}
}

@media (min-width: 768px) {
.swdfooter-big-small {
	height:80px;
}
}

@media (min-width: 992px) {
.swdfooter-big-small {
	height:40px;
}
}


 /* The sidebar menu */
.swdsidebar {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 998; /* Stay on top */
  top: 0;
  right: 0;
  background-color: #111; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 20px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidebar */
}

/* The sidebar links */
.swdsidebar a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 14px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.swdsidebar a:hover {
  color: #1997c6;
}

/* Position and style the close button (top right corner) */
.swdsidebar .swdclosebtn {
  position: absolute;
  top: 0;
  right: 15px;
  font-size: 36px;
  margin-left: 50px;
}

/* The button used to open the sidebar */
.swdopenbtn {
  font-size: 16px;
  cursor: pointer;
  background-color: #111;
  color: white;
  padding: 10px 15px;
  border: none;
}

.swdopenbtn:hover {
  background-color: #444;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#swdmain {
  transition: margin-left .5s; /* If you want a transition effect */
  padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .swdsidebar {padding-top: 15px;}
  .swdsidebar a {font-size: 18px;}
} 


/* The button used to open the sidebar */
/* Center the loader */
#swdloader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1000;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border: 10px solid #f3f3f3;
  border-radius: 50%;
  border-top: 10px solid #1997c6;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
  background:#FFF;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Add animation to "page content" */
.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: .5s;
  animation-name: animatebottom;
  animation-duration: .5s
}

@-webkit-keyframes animatebottom {
  from { bottom:-100px; opacity:0 } 
  to { bottom:0px; opacity:1 }
}

@keyframes animatebottom { 
  from{ bottom:-100px; opacity:0 } 
  to{ bottom:0; opacity:1 }
}


.swd_notification {
  background-color: #333;
  position:absolute;
  top:0px;
  right:10px;
  color: #fff;
  text-align: center;
  border-radius: 8px;
  font-family: Helvetica, Arial, sans-serif;
  transition: transform .5s;
  z-index:10000;
  display:none;
  width: 220px;
}

.swdrecordlock {
  background-color: #cd3f3f;
  overflow: auto;
  position: fixed;
  bottom: 52px;
  width: 100%;
  display:block;
  z-index:998;
  color:#FFF;
}/* Style the links inside the navigation bar */

@media (max-width: 768px) {
	.swdrecordlock {
	  bottom: 0;
	}
}

.swd-borderbox-header{
	border:1px solid #CCC;	
	margin-top:1em;
	margin-bottom:1em;	
	padding:.5em;	
	-webkit-box-shadow: 1px 0px 5px 0px rgba(225,225,225,1);
	-moz-box-shadow: 1px 0px 5px 0px rgba(225,225,225,1);
	box-shadow: 1px 0px 5px 0px rgba(225,225,225,1);	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-image: linear-gradient(to bottom right, #FFF, #F3F3F3);		
}

.swd_custom_widget{
	-webkit-box-shadow: 1px 0px 5px 0px rgba(225,225,225,1);
	-moz-box-shadow: 1px 0px 5px 0px rgba(225,225,225,1);
	box-shadow: 1px 0px 5px 0px rgba(225,225,225,1);	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	height:250px;
}

/* The sidebar links */
.swd_custom_widget a {
  text-decoration: none;
  color: #FFF;
  transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.swd_custom_widget a:hover {
  color:#373737;
}

.swd_largenum{
	display:table-cell;
	font-size:2em;
    background-color:#999;
    border-radius: 50%;
    vertical-align: middle;
	width:100px;	
	height:100px;
  	opacity: 0.5;
  	filter: alpha(opacity=50); /* For IE8 and earlier */		
}

.swd_widget_projects{
	background-image: linear-gradient(to bottom right, #82E0FF, #63A3F1);		
}

.swd_widget_notifications{
	background-image: linear-gradient(to bottom right, #FF8080, #A80000);		
}

.swd_widget_tasks{
	/*background-image: linear-gradient(to bottom right, #AF5, #428400 );*/
        background-image: linear-gradient(to bottom right, #A5F, #840063 );
}

.swd_widget_invoices{
	/*background-image: linear-gradient(to bottom right, #AF5, #428400 );*/
        background-image: linear-gradient(to right, #84d9d2, #07cdae) !important;
}

.swd_widget_jobs{
	/*background-image: linear-gradient(to bottom right, #AF5, #428400 );*/
        background-image: linear-gradient(to right, #ffbf96, #fe7096) !important;
}
.card-img-absolute {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}
.swd_widget_manager_tasks{
	background-image: linear-gradient(to bottom right, #5587FF, #001584 ) !important;
}
.swd_widget_manager_tasks ul li{
    
        color: #fff !important;
}

.swd_pie_chart_key{
	border:#FFF solid 2px;	
	width:20px;
	float:left;
	margin-right:.3em;
	margin-bottom:.3em;
	
}
span.icon-magnifying-glass{
    cursor: pointer;
    color: #111 !important;
}

#pswd_info {

	background: #EAEAEA none repeat scroll 0 0;

	color: #fff;

	padding:20px;

}

#pswd_info h4{

    background: #0034ff none repeat scroll 0 0;

    display: block;

    font-size: 14px;

	font-weight:bold;

    letter-spacing: 0;

    padding: 17px 0;

    text-align: center;

    text-transform: uppercase;

}







.valid {

	background: rgba(0, 0, 0, 0) no-repeat scroll 2px 6px;

	color: green;

	line-height: 21px;

	padding-left: 22px;

}



.invalid {

	background: rgba(0, 0, 0, 0) no-repeat scroll 2px 6px;

	color: red;

	line-height: 21px;

	padding-left: 22px;

}





#pswd_info::before {

    background: #dfdfdf none repeat scroll 0 0;

    content: "";

}

#pswd_info {

    display:none;

}
