@charset "utf-8";
/* CSS Document */
.test-border {
	border: 1px solid #000;
	/*border-radius: 5px;*/
}
.test-pink-border {
	border: 1px solid pink;
	/*border-radius: 5px;*/
}
.test-yellow-border {
	border: 1px solid yellow;
	/*border-radius: 5px;*/
}
.test-green-border {
	border: 1px solid green;
	/*border-radius: 5px;*/
}
.test-blue-border {
	border: 1px solid blue;
	/*border-radius: 5px;*/
}
.test-pink {
	background-color: lightpink;
}
.test-yellow {
	background-color: yellow;
}
.test-blue {
	background-color: lightblue;
}
.test-green {
	background-color: lightgreen;
}
.test-gray {
	background-color: lightgray;
}
.test-grey {
	background-color: lightgrey;
}
.test-margin {
	margin: 5px;
}
.test-padding {
	padding: 5px;
}
.noPadding {
	padding: 0;
}
hr { /* Overwrite Bootstrap hr color */
	border-top-color: #000000;
}
.hr-light1 {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.hr-light2 {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #cccccc;
}
.hr-dark1 {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #111111;
}
.hr-dark2 {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #333333;
}
.hr-dark3 {
  margin-top: 1px;
  margin-bottom: 5px;
  border: 0;
  border-top: 1px solid #333333;
}
/*
input[type="radio"], input[type="checkbox"] {
margin: 4px 0 0;
margin-top: 1px \9;
line-height: normal;
}
*/
.toolDiv {
	padding: 15px;
}
.editIcon {
	color:yellow;
	background-color: #aaaaaa; 
	border-radius: 5px;
	margin: 5px;
	padding: 5px; 
}
.removeIcon {
	background-color: #aaaaaa; 
	border-radius: 5px;
	margin: 5px;
	padding: 5px; 
}
.privacyListArea {
	margin: 10px;
	padding: 5px 5px 5px 40px;
	border:solid 1px #000000;
	border-radius: 10px;
	background-color: lightgreen;
	background-color: #DDDDDD;
}
.eventToolTip + .tooltip > .tooltip-inner {
	background-color: #FFFFFF;
	color: #000000;
	border: 1px dashed #000000;
}
.fullOnly {
	display: block;
}
.aboutusDiv {
	width: auto;
	min-height: 25px;
	color: #000;
	margin: 15px;
	padding: 15px;
	/*
	border-radius: 5px;
	border: thin solid #999;
	*/
}
.col-centered {
	margin: 0 auto;
	float: none;
}
.col-centered-text {
	text-align: center;
}

/* vertical alignment styles */
.col-top {
    vertical-align:top;
}
.col-middle {
    vertical-align:middle;
}
.col-bottom {
    vertical-align:bottom;
}
.img-responsive {
	width: 100%;
}
.mainContent {
}
.sideContent {
	/*float: left;*/
}
.work-area {
	margin: 0px;
	margin-bottom: 10px;
	padding: 0 10px 10px 10px; 
	border-radius: 5px; 
	border: 1px solid #000;
}
.no-side-padding{
	padding-left: 0;
	padding-right: 0;
}
html {
}
body {
	background-color:#EEEEEE;
}
.container {
}
.row {
  /*margin-top: -15px;*/
  /*margin-bottom: -15px;*/
}
#header {
	width: 100%;
	/*padding: 0 15px;*/
	background-color: #0FF;
	background-color: #EEEEEE;
}
body.loginBody {
	background-color: #ccc;
}
#loginLink {
	background-color: #C9F;
	color: #FFF;
}
.login-status {
	color: #FFF;
	font-size: 1.5rem;
}
.navbar .divider-vertical,  .nav-link .divider-vertical{
	height: 50px;
	margin: 0 9px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999;
	border-left-color: #999;
}

.navbar-inverse .divider-vertical {
	border-right-color: #222222;
	border-left-color: #111111;
}
.navDiv {
	width: 100%;
	min-height: 25px;
	border-radius: 5px;
	background-color: #FFCC66;
	text-align: left;
	color: #000;
	margin: 4px;
	margin-bottom: -4px;
	padding: 4px;
	padding-bottom: 0px;
	/*border: thin solid #999;*/
}
.mainMenu .nav li.action {
	/*
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	*/
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	/*
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	*/
}

.mainDiv {
	width: 100%;
	width: auto;
	min-height: 25px;
	border-radius: 5px;
	background-color: #FFCC60;
	/*text-align: left;*/
	color: #000;
	margin: 4px;
	padding: 4px;
	/*border: thin solid #999;*/
	overflow: hidden;
}
.miniContent {
	margin: 0;
	padding: 0px;
}
.miniDiv {
	color: #000;
	margin: 1px;
	padding: 4px;
	margin: 0;
	padding: 0px;
}
.miniDiv-main-inter {
	min-height: 425px;
	max-height: 425px;
	border: 1px solid #000000;
	border-radius: 5px;
	background-color: #f5f5f5;
	color: #000;
	margin: 4px;
	padding: 4px;	/*border: thin solid #999;*/
}
.miniDiv-side-inter {
	min-height: 425px;
	max-height: 425px;
	text-align: center;
	border: 1px solid #000000;
	border-radius: 5px;
	background-color: #f5f5f5;
	color: #000;
	margin: 4px;
	padding: 4px;	/*border: thin solid #999;*/
}
.sideDiv {
	width: 100%;
	width: auto;
	min-height: 125px;
	text-align: center;
	border-radius: 5px;
	background-color: #FFCC66; 
	border: thin solid #999;
	margin: 4px;
	padding: 4px;
	overflow: hidden;
}
.wholePage {
	width: 100%;
	margin: 0px;
	padding: 0px;
	clear: none;
	text-align: left;
}
.borderless tbody tr td,
.borderless thead tr th,
.borderless.table-responsive {
    border: none;
}
.table .table {
	background-color: transparent;
}
/*
.table > tbody > tr > th {
	border-color: transparent;
}
.table > tbody > tr > td {
	border-color: transparent;
}
*/
.sdw-table {
	border: 1px solid #000;
}
table.sdw-table > thead > tr > th,
table.sdw-table > tbody > tr > th,
table.sdw-table > tfoot > tr > th,
table.sdw-table > thead > tr > td,
table.sdw-table > tbody > tr > td,
table.sdw-table > tfoot > tr > td {
  border: 1px solid #000000;
}
/*
table.sdw-table > tbody > tr > td {
  border: 1px solid #000000;
}
*/
.sidr-bar {
	padding: 15px;
}
.sidr-btn, .sidr-btn:hover {
	margin: 5px;
	background: transparent;
	border: 0;
}
.sidr-btn img{
	width: 40px;
	height: 25px;
}
ul.sidemenu {
	list-style-type:square;
	padding:0px 10px 10px 10px;
}
ul.sidemenu li {
	color:#000;
	margin-top:5px;
	margin-right:5px;
	margin-bottom: 5px;
	margin-left: 30px;
	padding:0px;
	cursor:pointer;
	text-decoration: none;
	text-align: left;
}
ul.sidemenu a {
	text-decoration:none; 
	color: black;
	font-weight:bold;
}
ul.sidemenu a:hover {
	text-decoration:underline; 
	color: black;
	font-weight:bold;
}
.adminSideMenu ul {
	z-index:2;
	margin:0;
	list-style:none;
	width: 99%;
	padding: 0;
}
.adminSideMenu li {
	float:left;
	color:#000;
	margin-top:5px;
	margin-right:5px;
	margin-right:5px;
	padding:0px;
	cursor:pointer;
	text-decoration: none;
	text-align: left;
	margin-bottom: 5px;
	margin-left: 10px;
}
a:link {
    color: #000000;
}

/* visited link */
a:visited {
    color: #000000;
}

/* mouse over link */
a:hover {
    color: #000000;
}

/* selected link */
a:active {
    color: #000000;
}
/* ----------------------------------------------------- */

.dragableArea {
	color: #000000;
	background-color: #ffffff;
	margin: 5px;
	border: 1px solid #000000;
	border-radius: 5px;
}
/* ----------------------------------------------------- */
@media (max-width: 767px) {
	.navbar-collapse .nav > .divider-vertical {
	height: 0px;
	width: 95%;
	margin: 0 9px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #f2f2f2;
	}
}
body.stickyFooter {
	margin-bottom: 100px;
}
.thumbnail {
    border: 0 none;
    box-shadow: none;
}
.row.main {
	margin: 0;
}
.col-md-1 {
	/*background-color: #FF9;*/
}
.col-md-2 {
	/*background-color: #6F9;*/
}
.col-md-3 {
	/*background-color: #6F9;*/
}
.col-md-4 {
	/*background-color: #C93;*/
}
.col-md-6 {
	/*background-color: #F06;*/
}
.col-md-8 {
	/*background-color: #0FF;*/
}
.col-md-9 {
	/*background-color: #C9C;*/
}
.col-md-10 {
	/*background-color: #C9C;*/
}
.col-md-12 {
	/*background-color: #3FF;*/
}
.col-top {
	vertical-align:top;
}
.col-middle {
	vertical-align:middle;
}
.col-bottom {
	vertical-align:bottom;
}
.sdw-outer.col-xs-12,
.sdw-outer.col-sm-12,
.sdw-outer.col-md-12,
.sdw-outer.col-mlg-12 {
	padding-left: 0;
	padding-right: 0;
}
#navbar.col-md-12 {
	/*background-color: #3FF;*/
}
#mainContent {
	background-color: #C9C;
}

/* =LOGIN
------------------*/
#login_box {
	width: 320px;
	margin: 0 auto;
	padding: 20px 20px 20px 20px;
	background-color: #09C;
	color: #000000;
	text-align: left;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#login_header { 
	text-indent: -9999px; 
	background-color: #09C;
	background-image: url(../sdw-images/banner.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	height: 90px; 
	margin: 20px 0; 
	border-radius: 5px;
}
.login_background { 
	background-color: #eeeeee;
	color: #000000;
	padding: 10px;
	border-radius: 5px;
}
#login_box label.rem { 
	display: inline; 
	padding-right: 15px; 
}
#login_box .rem { 
	margin-top: 10px; 
	float: left; 
}
#login_box #user, #login_box #pass, #login_box #re-pass, #login_box #email, #login_box #re-email { 
	width: 290px; 
	width: 100%; 

}
#submit { 
	/*float: right; */
	border: 1px solid #663333; 
	color: #000; 
	/*background-color: #CC9933; */
	font-size: 14px; 
}
.submit {
	margin: 0 auto;
	padding: 5px 15px 5px 15px;
}
.messageForm {
	width: 100%;
	min-width:280px;
	max-width: 365px;
	margin: 0 auto 15px auto;
	padding:10px;
	border:10px solid #905829;
	border-radius: 20px;
	box-shadow: 0 0 20px #000;
	background-color: #FFCC66;
}
#removeForm {
	position:absolute;
	width:365px;
	top:30%;
	left:35%;
	background-color: #FFCC66;
	padding:10px;
	border:10px solid #905829;
	border-radius: 20px;
	box-shadow: 0 0 20px #000;
	z-index:201;
	display:block;
	float: left;
	clear: none;
}
.removeShadow
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 160;
	background-color: #999;
	opacity: .8;
	display: block;
}
.form-group .btn {
	margin-right: 5px;
	margin-left: 5px;
}
.albumCover {
	width: 100%;
	height: auto;
	padding: 10px;
	margin: 0;
	border: 3px solid #333333;
	background-color: #eeeeee;
}
.albumText {
	width: 200px;
	width: 100%;
	height: 135px;
	margin: 0 auto;
	padding: 5px;
	text-align: center;
	text-decoration: none;
	border-right: 3px solid #333333;
	border-bottom: 3px solid #333333;
	border-left: 3px solid #333333;
	color: #EEEEEE;
}
.imgFrame {
	width: 100%;
	height: auto;
	padding: 4px;
	margin: 0;
	border: 2px solid #333333;
	background-color: #eeeeee;
}
.imgFrameText {
	width: 200px;
	width: 100%;
	height: 110px;
	margin: 0 auto;
	padding: 4px;
	text-align: center;
	text-decoration: none;
	border-right: 2px solid #333333;
	border-bottom: 2px solid #333333;
	border-left: 2px solid #333333;
	color: #EEEEEE;
}
img.imgFrame {
	height: 115px;
}
/* Private Message */
.pmImg {
	width: 50px;
	height: 50px;
	background-color: transparent;
	background-image: url(../sdw-images/email_open.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.new.pmImg {
  /*background: #ebf2fa url(../images/email.gif) no-repeat center center;*/
	background-image: url(../sdw-images/email.gif);
}
#pm .img {
	width: 20px;
	background-color: transparent;
	background-image: url(../sdw-images/email_open.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#pm .new.img {
  /*background: #ebf2fa url(../images/email.gif) no-repeat center center;*/
	background-image: url(../sdw-images/email.gif);
}
#pm .new td.img {
  /*background: #ebf2fa url(../images/email.gif) no-repeat center center;*/
	background-image: url(../sdw-images/email.gif);
}
/* Beg of setting font size */
 /* xs */
html{
	font-size: .75rem;
	color: blue;
}
 /* sm */
@media (min-width: 576px)
{
	html{
		font-size: 1.0rem;
	}
}
/* md */
@media (min-width: 768px)
{
	html{
		font-size: .75rem;
	}
}
 /* lg & xl */
@media (min-width: 992px)
{
	html{
		font-size: .85rem;
	}
}
@media (min-width: 1200px)
{
	html{
		font-size: 1.0rem;
	}
}
/* End of setting font size */
 /* sm */
@media (min-width: 576px)
{
	img.imgFrame {
		height: 280px;
	}
}
/* md */
@media (min-width: 768px)
{
	img.imgFrame {
		height: 210px;
	}
}
 /* lg & xl */
@media (min-width: 992px)
{
	img.imgFrame {
		height: 115px;
	}
}
.img-thumbnail {
	height: auto;
	min-height: 140px;
	max-height: 300px;
}
#captionForm {
	display: none;				  
}
#messageArea {
	background-color: lightgreen;
}
.errorMsg {
	clear: none;
	width: 30%;
	min-width: 320px;
	min-height: 150px;
	background-color: #FFCC66; /* div background color */
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	font-style: normal;
	color: #000;
	text-decoration: none;
	border: 5px solid red;
	border-radius: 10px;
	padding: 5px;
	margin-top: 2px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}
#popup_box {
    display:none;
    position:fixed;  
    _position:absolute;
    height:150px;  
    width:300px;  
    background:yellow;  
    left: 600px;
    top: 300px;
    z-index:100;
    margin-left: 15px;  
    border:2px solid #ff0000;      
    padding:15px;  
    font-size:15px;  
    -moz-box-shadow: 0 0 5px #ff0000;
    -webkit-box-shadow: 0 0 5px #ff0000;
    box-shadow: 0 0 5px #ff0000;
	border-radius: 20px;
	text-align: center;
}
.adDiv250x250 
{
	width: 100%;
	border-radius: 5px;
	margin: 5px auto 5px auto;
	padding: 5px 2px 2px 2px;
	border: medium solid #999999;
	overflow:hidden;
	text-align: center;	
}
.adDiv250x250:hover
{
	border: medium solid #000;
}
.adDiv250x250inner
{
	text-align:center; 
	overflow:hidden;
	border-radius: 5px;
}
.adDiv250x125 
{
	width: 100%;
	border-radius: 5px;
	margin: 5px auto 5px auto;
	padding: 5px 2px 2px 2px;
	border: medium solid #999999;
	overflow:hidden;
	text-align: center;	
}
.adDiv250x125:hover
{
	border: medium solid #000;
}
.adDiv250x125inner
{
	text-align:center; 
	overflow:hidden;
	border-radius: 5px;
}
.adDiv125x125 
{
	width: 60%;
	border-radius: 5px;
	margin: 5px auto 5px auto;
	padding: 2px 2px 2px 2px;
	border: 1px solid #999999;
	overflow:hidden;
	text-align: center;	
}
.adDiv125x125:hover
{
	border: 1px solid #000;
}
.adDiv125x125inner
{
	text-align:center;
	overflow:hidden;
	border-radius: 5px;
}
.display-box{
	width: 100%;
	padding: 2px 4px;
	color: #555;
	background-color: #fff;
}
/* Beg Menus ========================== */
.sdw_nav li a, #loginBtn a{
	font-size: .75rem !important;
}
.navbar {
	padding: .25rem .75rem;
}
.dropdown-menu {
	background-color: #00467F;
    background-color: #ffffff;
    background-color: #eeeeee;
	border: 1px solid #2FA4E7;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	background-clip: padding-box;
}
.dropdown-menu .divider {
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  color: #ffffff;
  color: #333333;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  background-color: #2FA4E7;
  color: #ffffff;
  background-color: #dddddd;
  color: #000000;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #2FA4E7;
  background-color: #eeeeee;
  color: #000000;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.dropdown-header {
  color: #999999;
}
/* --- Sub Menus --- */
.submenu{
	padding: 3px 1.5rem;
	width: 100%;
}
.dropdown-submenu {
	position: relative;
}
.dropdown-submenu > .dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: 0;
	border-radius: 0.25rem;
}

.dropdown-submenu:hover > .dropdown-menu {
	display: block;
}
.dropdown-submenu.pull-left {
	float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
	left: -75%;
}
.dropdown-menu .divider {
	background-color: #e5e5e5;
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
}
/*
.ui-dialog .ui-dialog-buttonpane { 
    float: none;
    text-align: center;
}
*/
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { 
    float: none;
    text-align: center;
}

/* ==================== */
/* Modify bootstrap.css */
/* ==================== */
/*
.navbar {
	Padding: .3rem 1rem;
}
.nav-link {
	Padding: .9em 1em;
}
.card-header, card-body {
	overflow: hidden;
}
*/
/* End Menus ================================ */