/*
	Dashboard shortcut
*/

#shortcut
{
	list-style: none;
	display: block;
	margin-top: 20px;
	font-size: 11px;
}

#shortcut li
{
	display: block;
	float: left;
	margin: 0 20px 20px 0;
	text-align: center;
}

#shortcut li a
{
	display: block;
	padding: 10px 15px 10px 15px;
	background: #ffffff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #cdcdcd;
	color: #4c535b;
	text-shadow:0 1px 0 #ffffff;
	-moz-box-shadow: 0 2px 2px #ffffff;
 	-webkit-box-shadow: 0 2px 2px #ffffff;
 	box-shadow: 0 2px 2px #ffffff;
}

#shortcut li a:hover
{
	background: #eaeced ;
}

#shortcut li a:active, #shortcut li a.active
{
	background: #C6CACB ;
}

#shortcut li a img
{
	margin-bottom: 5px;
}

#shortcut_notifications
{
	display: none !important;
}

.notification
{
	color: #ffffff;
	font-weight: bold;
	text-shadow: 1px 0 0 #333333;
	background: transparent;
	position: absolute;
	width: 37px;
	height: 37px;
	display: block;
	text-align: center;
	padding-top: 17px;
}
/*
	Dashboard content layout
*/

#content_wrapper
{
	width: 100%;
	text-align: left;
}

#content
{
	margin-left: 240px;
	padding: 20px 10px 0 0;
	min-width: 700px;
}

#content .inner
{
	float: left;
	width: 98%;
}

/*
	Dashboard window one column layout
*/

.onecolumn
{
	width: 100%;
	background: #ffffff;
	border: 1px solid #cdcdcd;
	margin: 20px 0 20px 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 2px #cccccc;
 	-webkit-box-shadow: 0 1px 2px #cccccc;
 	box-shadow: 0 1px 2px #cccccc;
}

.onecolumn .header
{
	margin: 0;
	padding: 0;
	float: left;
	background: #cdcdcd;
	width: 100%;
	height: 40px;
	border-bottom: 1px solid #cccccc;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
}

.onecolumn .header span
{
	display: block;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 0 0 15px;
	float: left;
	width: auto;
	cursor: n-resize;
}

.onecolumn .header .switch
{
	float: right;
	margin-right: 15px;
	padding: 5px 0 0 0;
}

.onecolumn .content
{
	background: #ffffff;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-top: 1px solid #bdbdbd;
	padding: 15px;
}

table.data caption
{
	display: none;
}

table.data tr
{
	background: #ffffff;
}

table.data tr td, table.data tr th
{
	border-bottom: 1px solid #cccccc;
}

table.data tr th
{
	font-weight: bold;
	background: #eeeeee;
}

table.data tr th, table.data tr td
{
	padding: 7px;
}

table.data tr td
{
	color: #666666;
}

table#graph_data th
{
	text-align: center;
}

table#graph_data td
{
	cursor: pointer;
	text-align: center;
}

table#graph_data td.hover
{
	background: #fff5d3;
}

.chart_wrapper
{
	padding-left:20px;
	position: relative;
	top: 5px;
}

/*
	Dashboard window two column layout
*/

.twocolumn
{
	width: 100%;
	margin: 20px 0 20px 0;
}

.column_left, .column_right
{
	width: 49%;
	background: #ffffff;
	border: 1px solid #cdcdcd;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 4px #cccccc;
 	-webkit-box-shadow: 0 1px 2px #cccccc;
 	box-shadow: 0 1px 2px #cccccc;
 	float: left;
}

.column_right
{
	float: right;
}

.column_left .header, .column_right .header
{
	margin: 0;
	padding: 0;
	float: left;
	background: #cdcdcd;
	width: 100%;
	height: 40px;
	border-bottom: 1px solid #cccccc;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
}

.column_left .header span, .column_right .header span
{
	display: block;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 0 0 15px;
	float: left;
	width: auto;
	cursor: n-resize;
}

.column_left .header .switch, .column_right .header .switch
{
	float: right;
	margin-right: 15px;
	padding: 5px 0 0 0;
}

.column_left .content, .column_right .content
{
	background: #ffffff;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-top: 1px solid #bdbdbd;
	padding-bottom: 10px;
	padding: 25px 15px 15px 15px;
}

/*
	Dashboard window three column layout
*/

.threecolumn
{
	width: 100%;
	margin: 20px 0 0 0;
	float: left;
}

.threecolumn_each
{
	width: 31%;
	background: #ffffff;
	border: 1px solid #cdcdcd;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 4px #cccccc;
 	-webkit-box-shadow: 0 1px 2px #cccccc;
 	box-shadow: 0 1px 2px #cccccc;
 	float: left;
 	margin: 0 1% 0 1%;
}

.threecolumn_each .header
{
	margin: 0;
	padding: 0;
	float: left;
	background: #cdcdcd;
	width: 100%;
	height: 40px;
	border-bottom: 1px solid #cccccc;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
}

.threecolumn_each .header span
{
	display: block;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 0 0 15px;
	float: left;
	width: auto;
	cursor: n-resize;
}

.threecolumn_each .header .switch
{
	float: right;
	margin-right: 15px;
	padding: 5px 0 0 0;
}

.threecolumn_each .content
{
	background: #ffffff;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-top: 1px solid #bdbdbd;
	padding-bottom: 10px;
	padding: 25px 15px 15px 15px;
}

/*
	Alert box layout
*/

.alert_warning
{
	margin: auto;
	padding: auto;
	background: #fcf2a5;
	border: 1px solid #edbf06;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 1px 4px #cccccc;
 	-webkit-box-shadow: 0 1px 2px #cccccc;
 	box-shadow: 0 1px 2px #cccccc;
	color: #333333;
	font-weight: bold;
	cursor: pointer;
	margin: 10px 0 10px 0;
	text-shadow:0 0 0 transparent;
}

.alert_info
{
	margin: auto;
	padding: auto;
	background: #e6f5fd;
	border: 1px solid #b2c8ff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 1px 4px #cccccc;
 	-webkit-box-shadow: 0 1px 2px #cccccc;
 	box-shadow: 0 1px 2px #cccccc;
	color: #333333;
	font-weight: bold;
	cursor: pointer;
	text-shadow:0 0 0 transparent;
}

.alert_success
{	
	margin: auto;
	padding: auto;
	background: #08A000;
	border: 1px solid #49816e;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 1px 4px #cccccc;
 	-webkit-box-shadow: 0 1px 2px #cccccc;
 	box-shadow: 0 1px 2px #cccccc;
	color: #ffffff;
	font-weight: bold;
	text-shadow: 1px 0 1px #333333;
	cursor: pointer;
	margin: 10px 0 10px 0;
}

.alert_error
{	
	margin: auto;
	padding: auto;
	background: #fb1800;
	border: 1px solid #ff8e8e;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 1px 4px #cccccc;
 	-webkit-box-shadow: 0 1px 2px #cccccc;
 	box-shadow: 0 1px 2px #cccccc;
	color: #ffffff;
	font-weight: bold;
	text-shadow: 1px 0 1px #333333;
	margin: 10px 0 10px 0;
}

.alert_warning p, .alert_info p, .alert_success p, .alert_error p
{
	margin: 15px;
}

.noshadow
{
	-moz-box-shadow: 0 0 0 transparent;
 	-webkit-box-shadow: 0 0 0 transparent;
 	box-shadow: 0 0 0 transparent;
}


/*
	Photos listing layout
*/

.media_photos {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	margin-top: 30px;
	padding-left: 10px;
	width: 100%;
}

.media_photos li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	width: 100px;
	height: 100px;
	text-align: center;
}

.media_photos li a {
	text-align: center;
}

.media_photos li img {
	border: 1px solid #cccccc;
	width: 75px;
	height: 75px;
}

/*
	Pagination style
*/

.pagination {
	margin: 25px 0 5px 0;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}

.pagination a {
	padding: 5px 7px 5px 7px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
 	margin: 0 0 0 3px;
 	background: #cccccc;
	border: 1px solid #AAA9A9;
	color: #333333;
}

.pagination a:hover {
	-moz-box-shadow: 0 1px 3px #666;
 	-webkit-box-shadow: 0 1px 3px #666;
 	box-shadow: 0 1px 3px #666;
 	border: 1px solid #666666;
	background: #999999;
}

.pagination a:active, .pagination a.active {
	color: #666666;
	border: 1px solid #999999;
	background: #999999;
	text-shadow: 0 0 0 #999999;
}

/*
	Modal window layout
*/

.modal_header
{
	background: #353c42;
	padding: 5px 15px 5px 15px;
	color: #ffffff;
	text-shadow:0 0 0 transparent !important;
}

.modal_header span
{
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
}

.modal_content
{
	background: #ffffff;
	padding: 15px;
}



/* Information list table  style*/
table.tbl{border-collapse:collapse; margin-top: 5px; width: 99%}

.tbl tr.tblrowhead {
    border-bottom: 1px solid #000000;
    font-weight: bold;
    padding: 5px 0px;
}
.tbl tr.tblrow1 {
    background-color: #f2f2f2 ;
}
tr.tblrow0 {
    background-color: #e2e2e2 ;font-weight: normal
}



.tbl td{vertical-align:top;}

.small {
    width: 100px;
}

.med {
    width: 250px;
}

.long {
    width: 350px;
}

.max {
    width: 95%;
}
.info_text {
    color: #cccccc;
}

table td {
    vertical-align: top;
}
input[readonly="readonly"] {
    background-color: #cccccc;
}
.p_info {
    color: #cecece;
}


/*flash message style*/

.flash_msg_info {color: #468847 ; padding: 5px;border: 1px solid #C1D0A3;background-color: #DFF0D8;font-weight: bold;}
/*.flash_data_error {
    background-color: #B94A48 ; 
    color: #ffffff; 
    padding: 5px;
    font-weight: bold;
}*/
.flash_msg_error {
    background-color: #F2DEDE;
    border-color: #EED3D7;
    color: #B94A48;
    padding: 5px;
     font-weight: bold;
}
.hides {
    position: fixed;
    top: 2px;
    left: 46%;
    z-index: 9999;
    font-weight: bold;
}

/*
 * Base dashboard structure
 */

/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding-top: 50px;
  background-image: url('img/stripe_e3bcbc_ffffff_2.png');
}


/*
 * Global add-ons
 */

.sub-header {
    color: #428BCA;
    padding-bottom: 10px;
    border-bottom: 1px solid #428BCA;
}

/*
 * Top navigation
 * Hide default border to remove 1px line.
 */
.navbar-fixed-top {
  border: 0;
}

/*
 * Sidebar
 */

/* Hide for mobile, show later */
.sidebar {
  display: none;
}
@media (min-width: 768px) {
  .sidebar {
    position: fixed;
    top: 51px;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: block;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
    background-color: #f5f5f5;
    border-right: 1px solid #eee;
  }
}

/* Sidebar navigation */
.nav-sidebar {
  margin-right: -21px; /* 20px padding + 1px border */
  margin-bottom: 20px;
  margin-left: -20px;
}
.nav-sidebar > li > a {
  padding-right: 20px;
  padding-left: 20px;
}
.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {
  color: #fff;
  background-color: #428bca;
}


/*
 * Main content
 */

.main {
  padding: 20px;
}
@media (min-width: 768px) {
  .main {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.main .page-header {
  margin-top: 0;
  color: #428BCA;
  border-bottom: 1px solid #428BCA;
}


/*
 * Placeholder dashboard ideas
 */

.placeholders {
  margin-bottom: 30px;
  text-align: center;
}
.placeholders h4 {
  margin-bottom: 0;
}
.placeholder {
  margin-bottom: 20px;
}
.placeholder img {
  display: inline-block;
  border-radius: 50%;
}


thead {
    background-color: #ffffff;
}
.table-striped > tbody > tr:nth-of-type(2n) {
    background-color: #f2f2f2;
}

.cu-error {
    color: #c30;
}
.cu-info {
    color: #286090;
}

.modal {
    width: 100%;
}

.user-display {
    color: #ffffff;
    padding: 15px;
}

.user-display a {
    color: #ffffff;
}
.user-display a:hover {
    color: #cccccc;
}
a, a.btn {
    outline: 0;
}
a:hover, a:active, a:focus, a.btn:hover, a.btn:active, a.btn:focus {
    outline: 0;
}
html {
overflow: -moz-scrollbars-vertical; 
overflow-y: scroll;
}

/*form-control*/
 #timezone select,#parent_id,#page_option select{
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 95%;
}

 #parent_id,#page_option select{width: 100%;}

#timezone select:focus {
    border-color: #66afe9;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    outline: 0 none;
}

#txt_meta_description,#txt_meta_keywords{width:95%;}

#general_btn,#profile_btn,#contact_btn, #home_btn{float:left;margin-left:0px;}

/*
#tbl-list_paginate a{background-color: #efefef;
    border: 1px solid #cccccc;
    color: #000000;
    cursor: pointer;
    float: right;
    font-size: 9pt;
    margin: 10px 0 0;
    padding: 2px 10px;
}*/

