﻿@import url(/Content/themes/admin/family_Open_Sans.css);

* {
	filter: none;
}
.boxContent{ border:1px solid #E3E3E3;border-radius: 3px;padding: 10px;margin-top:10px}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
strong {
	font-weight: bold;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
} 

/**  MAIN STYLES  **/

@font-face {
    font-family: 'entypo';
    src: url('/content/font-face/entypo.eot');
    src: url('/content/font-face/entypo.eot?#iefix') format('embedded-opentype'),
         url('/content/font-face/entypo.woff') format('woff'),
         url('/content/font-face/entypo.ttf') format('truetype'),
         url('/content/font-face/entypo.svg#entypo') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
	height: 100%;
}

body {
	margin:0;
	padding: 0;
	height: 100%;
	font-family: arial;
	font-size: 12px;
	background: #f7f7f7;
	overflow-x: hidden;
	color: #3B3E40;
}

p {
	margin: 0 0 10px 0;
	line-height: 15px;
}

a:link, a:active, a:visited {
	text-decoration: none;
	color: #5daced;
}

*:focus {
	border: none;
	outline: none;
}

input[type="text"], input[type="email"], input[type="search"], input[type="password"], textarea {
	-webkit-appearance: none;
	background: #fff;
}

input, textarea,select {
	padding:10px;
	font-size: 12px;
	font-family: Arial;
	color:#606060;
	border:1px solid #e3e3e3;
	background: #fff;
	width: 100%;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
    margin: 0;
}

input:focus, textarea:focus, select:focus {
	border: 1px solid #5DACED;	
	box-shadow: inset 0 0 8px rgba(93, 127, 237, 0.3);
	-moz-box-shadow: inset 0 0 8px rgba(93, 127, 237, 0.3);
	-webkit-box-shadow: inset 0 0 8px rgba(93, 127, 237, 0.3);
}

#quick_post {
	border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	-moz-border-radius:5px 5px 0 0;
}

header.main {
	background: #208ed3; /* Old browsers */
	background: -moz-linear-gradient(top, #208ed3 0%, #0272bd 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#208ed3), color-stop(100%,#0272bd)); /* Chrome,Safari4+ */ 
	background: -webkit-linear-gradient(top, #208ed3 0%,#0272bd 100%); /* Chrome10+,Safari5.1+ */ 
	background: -o-linear-gradient(top, #208ed3 0%,#0272bd 100%); /* Opera 11.10+ */ 
	background: -ms-linear-gradient(top, #208ed3 0%,#0272bd 100%); /* IE10+ */ 
	background: linear-gradient(to bottom, #208ed3 0%,#0272bd 100%); /* W3C */ 
	padding: 15px 25px;
	height: 30px;
	overflow: hidden;
	border-bottom: 1px solid #5daced;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	position: relative;
	top: 0;
	width: 100%;
	height: 60px;
	z-index: 1000;
}

header h1 {
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 22px;
	letter-spacing: -1px;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
	float: left;
	width: 100%;
}

header h1 strong {
	font-weight: 600;
}

header input {
	float: right;
	border: none;
	padding: 5px 10px;
	width: 20%;
	color: #8a8a8a;
	margin: -20px 0 0 0;
	
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
}

header input:focus {
	border: none;
	outline: none;
}

section.content {
	margin: 5px 0 0 210px;
	padding: 25px;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/**  ALERTS  **/

section.alert {
	border-bottom:  1px solid #e3e3e3;
	background: #e9e9e9;
	margin:0 0 0 210px;
	padding: 5px 0 0 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 75px;
	overflow: hidden;
}

section.alert button {
	right: 25px;
	margin: 17px 0 0 5px;
	float: right;
}

section.alert div, div.green {
	padding: 10px;
	position: relative;
	margin: 15px 25px 15px 25px;
	
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
	
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

div.green, div.orange, div.red {
	padding: 10px;
	position: relative;
	margin: 15px 0;
	
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
	
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

section.alert div p, div.green p, div.orange p, div.red p {
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
	margin: 0 10px 0 0;
	color: #fff;
}

section.alert .close, div.green .close, div.orange .close, div.red .close {font-family: "entypo";position: absolute;opacity: 0.3;top: 8px;font-size: 1.5em;cursor: pointer;right: 10px;}

section.alert .green, div.green {
	border: 1px solid #719e37;
	background: #9bc747; /* Old browsers */ 
	background: -moz-linear-gradient(top, #9bc747 0%, #82bd42 100%); /* FF3.6+ */ 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9bc747), color-stop(100%,#82bd42)); /* Chrome,Safari4+ */ 
	background: -webkit-linear-gradient(top, #9bc747 0%,#82bd42 100%); /* Chrome10+,Safari5.1+ */ 
	background: -o-linear-gradient(top, #9bc747 0%,#82bd42 100%); /* Opera 11.10+ */ 
	background: -ms-linear-gradient(top, #9bc747 0%,#82bd42 100%); /* IE10+ */ 
	background: linear-gradient(to bottom, #9bc747 0%,#82bd42 100%); /* W3C */ 
}

section.alert .green a, div.green a {
	color: #4b6a2c;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.2);
}

section.alert .orange, div.orange, button.orange {
	border: 1px solid #f09a2b;
	background: #FEAE46; /* Old browsers */
	background: -moz-linear-gradient(top, #FE962B 0%, #FEAE46 100%); /* FF3.6+ */ 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FE962B), color-stop(100%,#FEAE46)); /* Chrome,Safari4+ */ 
	background: -webkit-linear-gradient(top, #FE962B 0%,#FEAE46 100%); /* Chrome10+,Safari5.1+ */ 
	background: -o-linear-gradient(top, #FE962B 0%,#FEAE46 100%); /* Opera 11.10+ */ 
	background: -ms-linear-gradient(top, #FE962B 0%,#FEAE46 100%); /* IE10+ */ 
	background: linear-gradient(to bottom, #FE962B 0%,#FEAE46 100%); /* W3C */ 
}

section.alert .red, div.red, button.red {
	border: 1px solid #af2b1b;
	background: #bc3423; /* Old browsers */
	background: -moz-linear-gradient(top, #bc3423 0%, #cd4433 100%); /* FF3.6+ */ 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bc3423), color-stop(100%,#cd4433)); /* Chrome,Safari4+ */ 
	background: -webkit-linear-gradient(top, #bc3423 0%,#cd4433 100%); /* Chrome10+,Safari5.1+ */ 
	background: -o-linear-gradient(top, #bc3423 0%,#cd4433 100%); /* Opera 11.10+ */ 
	background: -ms-linear-gradient(top, #bc3423 0%,#cd4433 100%); /* IE10+ */ 
	background: linear-gradient(to bottom, #bc3423 0%,#cd4433 100%); /* W3C */ 
}

section.alert .red a, div.red a {
	color: #5f140b;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.1);
}

section.alert .orange a, div.orange a {
	color: #b45900;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.2);
}

section.user {
	border-bottom: 1px solid #2a2a2a;
	background:  #3B3E40;
	height: 66px;
	position: relative;
	height: 65px;
	width: 100%;
	z-index: 1000;
	display: table;
}

section.user .profile-img {
	display: table-cell;
	height: 65px;
	width: 310px;
	vertical-align: middle;
}

section.user .profile-img p {
	color: #fff;
	font-weight : bold;
	margin: 5px 0 0 75px;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
}

section.user img {
	position: absolute;
	border: 2px solid #f0f0f0;
	top: 50%;
	left: 20px;
	margin: -20px 0 0 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3)
				0 0 3px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3); 
}

section.user .buttons {
	padding: 0 25px 0 0;
	display: table-cell;
	vertical-align: middle;
	text-align: right;
}

section.user .buttons button {
	position: relative;
}

section.user .button .pip {
	display: block;
	background: #cd4433;
	padding: 2px 5px;
	position: absolute;
	top: -5px;
	right: -5px;
	width: auto;
	font-size: 9px;
	border: 1px solid #222;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.button.icon {
	font-family: "entypo";
	font-size: 14px;
	width: 10px;
}

button.ico-font {
	font-family: "entypo";
	font-size: 20px;
	line-height: 0px;
	padding: 17px 10px;
	margin: 0px 0 -14px 0;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
	background: #208ed3;
	background: -moz-linear-gradient(top, #208ed3 0%, #0272bd 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#208ed3), color-stop(100%,#0272bd));
	background: -webkit-linear-gradient(top, #208ed3 0%,#0272bd 100%);
	background: -o-linear-gradient(top, #208ed3 0%,#0272bd 100%);
	background: -ms-linear-gradient(top, #208ed3 0%,#0272bd 100%);
	background: linear-gradient(to bottom, #208ed3 0%,#0272bd 100%);
	opacity: 0;
}

.button, button {
	border: 1px solid #323537;
	padding: 10px 15px;
	color: #fff;
	position: relative;
	margin: 0 0 0 5px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2); 
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
	z-index: 500;
	
	background: #4b4f51; /* Old browsers */
	 background: -moz-linear-gradient(top, #4b4f51 0%, #414547 100%); /* FF3.6+ */ 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4b4f51), color-stop(100%,#414547)); /* Chrome,Safari4+ */ 
	background: -webkit-linear-gradient(top, #4b4f51 0%,#414547 100%); /* Chrome10+,Safari5.1+ */
	 background: -o-linear-gradient(top, #4b4f51 0%,#414547 100%); /* Opera 11.10+ */
	 background: -ms-linear-gradient(top, #4b4f51 0%,#414547 100%); /* IE10+ */ 
	background: linear-gradient(to bottom, #4b4f51 0%,#414547 100%); /* W3C */ 
	cursor: pointer;
}

.button a {
	color: #fff;
}

.user .blue {
	border: 1px solid #323537;
}

.blue {
	border: 1px solid #0f70ad;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
	background: #208ed3; /* Old browsers */
	background: -moz-linear-gradient(top, #208ed3 0%, #0272bd 100%); /* FF3.6+ */ 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#208ed3), color-stop(100%,#0272bd)); /* Chrome,Safari4+ */ 
	background: -webkit-linear-gradient(top, #208ed3 0%,#0272bd 100%); /* Chrome10+,Safari5.1+ */ 
	background: -o-linear-gradient(top, #208ed3 0%,#0272bd 100%); /* Opera 11.10+ */ 
	background: -ms-linear-gradient(top, #208ed3 0%,#0272bd 100%); /* IE10+ */ 
	background: linear-gradient(to bottom, #208ed3 0%,#0272bd 100%); /* W3C */
}

button.green {
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
	border: 1px solid #719e37;
	margin: 0;
	background: #9bc747; /* Old browsers */ 
	background: -moz-linear-gradient(top, #9bc747 0%, #82bd42 100%); /* FF3.6+ */ 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9bc747), color-stop(100%,#82bd42)); /* Chrome,Safari4+ */ 
	background: -webkit-linear-gradient(top, #9bc747 0%,#82bd42 100%); /* Chrome10+,Safari5.1+ */ 
	background: -o-linear-gradient(top, #9bc747 0%,#82bd42 100%); /* Opera 11.10+ */ 
	background: -ms-linear-gradient(top, #9bc747 0%,#82bd42 100%); /* IE10+ */ 
	background: linear-gradient(to bottom, #9bc747 0%,#82bd42 100%); /* W3C */ 
}

/**  WIDGETS **/

.widget-container {
	height: 1%;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.widget-container .small:first-child {
	float: left;
}

section.small {
	width: 49%;
	float: right;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

section.widget {
	background: #fff;
	border: 1px solid #e3e3e3;
	margin: 0 0 25px 0;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	min-height: 400px;
	height: auto !important;
	
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px; 
	box-shadow: 0 2px 2px rgba(204, 204, 204, 0.2);
	-webkit-box-shadow: 0 2px 2px rgba(204, 204, 204, 0.2);
	-moz-box-shadow: 0 2px 2px rgba(204, 204, 204, 0.2);
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

section.widget header {
	background: #3B3E40;
	padding: 10px 25px;
	height: 35px;
	border-bottom: none;
	overflow: visible;	
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
}

section.widget header span.icon {
	color: #fff;
	background: #208ed3;
	background: -moz-linear-gradient(top, #208ed3 0%, #0272bd 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#208ed3), color-stop(100%,#0272bd)); 
	background: -webkit-linear-gradient(top, #208ed3 0%,#0272bd 100%);
	background: -o-linear-gradient(top, #208ed3 0%,#0272bd 100%); 
	background: -ms-linear-gradient(top, #208ed3 0%,#0272bd 100%); 
	background: linear-gradient(to bottom, #208ed3 0%,#0272bd 100%);
	padding: 12px 0;
	font-size: 20px;
	width:39px;
	height: 15px;
	float: left;
	line-height: 16px;
	text-align: center;
	
	border-radius: 75px;
	-webkit-border-radius: 75px;
	-moz-border-radius: 75px;
}

section.widget header hgroup {
	float: left;
	margin: 0 0 0 15px;
}

section.widget header h1 {
	font-family: 'Open Sans', sans-serif;
	line-height: 23px;
	font-size: 16px;
}

section.widget header h2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	color: #5daced;
}		

section.widget header aside {
	font-family: "entypo";
	float: right;
}

section.widget header aside button.left-btn {
	font-family: "entypo";
	font-size: 18px;
	margin: 5px -1px 0 0;
	z-index: 50;
	border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	line-height: 10px;
}

section.widget header aside button.right-btn {
	font-family: "entypo";
	font-size: 18px;
	margin: 5px 0 0 0;
	z-index: 50;
	border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
	-moz-border-radius:  0 5px 5px 0;
	line-height: 10px;
}

section.widget .content {
	padding: 25px;
}

section.widget header aside > span {
	display: block;
	background: #313131;
	padding: 4px 6px 6px 6px;
	color: white;
	font-size: 14px;
	border-top: 1px solid #1c1f23;
	border-bottom: 1px solid #4c4f56;
	margin: 7px 0 0 0;
	position: relative;
	
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
}

section.widget header aside span a {
	color: #fff;
	font-size: 20px;
	height: 20px;
	display: block;
	line-height: 22px;
}

section.widget  .content .stats-wrapper {
	overflow: hidden;
	height: 1%;
}

section.widget  .content .stats-wrapper .stats {
	background: #f7f7f7;
	border: 1px solid #e3e3e3;
	float: left;
	padding: 35px 25px;
	width: 48%;
	margin: 0 0 25px 0;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

section.widget .content .stats-wrapper .stats:last-child {
	float: right;
}

section.widget .content .stats-wrapper:last-child div {
	margin: 0;
}

section.widget .stats span {
	font-size: 42px;
	color: #5daced;
	font-weight: 400;
	display: block;
	margin: 0 0 25px 0;
}

section.widget .content .stats-wrapper .stats p {
	margin: 0;
}

section.widget .content.no-padding {
	padding: 0;
}

.fixed {
	position: fixed;
}

/**  MENU  **/

nav {
	height: 100%;
	min-height: 100%;
	width: 210px;
	background: #3B3E40;
	float: left;
	position: relative;
	z-index: 500;
	
	box-shadow: inset -20px 0 10px -20px #000;
	-moz-box-shadow: inset -20px 0 10px -20px #000;
	-webkit-box-shadow: inset -20px 0 10px -20px #000;
}

nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

nav ul li {
	background: #3B3E40;
	border-bottom: 1px solid #27292a;
	border-top: 1px solid #46494b;
	
	box-shadow: inset -20px 0 10px -20px #000;
	-moz-box-shadow: inset -20px 0 10px -20px #000;
	-webkit-box-shadow: inset -20px 0 10px -20px #000;	
}

nav ul li:first-child {
	border-top: none;
}

nav ul li:last-child {
	border-bottom: none;
}

nav ul li a {
	color: #fff !important;
	display: block;
	text-decoration: none;
	padding: 10px 15px 15px 5px;
	width: 190px;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
	-moz-text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
	-webkit-text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
	position:relative;
}

nav ul li:hover, nav ul li.section {
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
	background: #208ed3; /* Old browsers */ 
	background: -moz-linear-gradient(top, #208ed3 0%, #0272bd 100%); /* FF3.6+ */ 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#208ed3), color-stop(100%,#0272bd)); /* Chrome,Safari4+ */ 
	background: -webkit-linear-gradient(top, #208ed3 0%,#0272bd 100%); /* Chrome10+,Safari5.1+ */ 
	background: -o-linear-gradient(top, #208ed3 0%,#0272bd 100%); /* Opera 11.10+ */ 
	background: -ms-linear-gradient(top, #208ed3 0%,#0272bd 100%); /* IE10+ */ 
	background: linear-gradient(to bottom, #208ed3 0%,#0272bd 100%); /* W3C */ 
	border-top: 1px solid #5daced;
}

nav ul li.section:first-child:hover {
	border-top: 1px solid #5daced;
}

nav ul li:first-child:hover {
	border-top: none;
}

nav ul li a.section:hover {
	border: none;
}

nav span.icon {
	width: 2em;
}

span.icon20 {
	font-family: "entypo";
	color: white;
	font-size: 20px;
	display: inline-block;
	text-align: center;
	width: 1.1em ;
}

span.icon {
	font-family: "entypo";
	color: white;
	font-size: 30px;
	display: inline-block;
	text-align: center;
	width: 1.1em ;
}

/**  SUB MENU  **/

ul li ul.submenu {
	display: none;
	z-index: 500;
	top: 0;
	background: #313131;
}

ul li ul.submenu li {
	background: none;
	border-bottom: 1px solid #111;
	text-indent: 25px;
}

ul li ul.submenu li:first-child {
	box-shadow: inset 0 20px 10px -20px #000;
	-moz-box-shadow: inset 0 20px 10px -20px #000;
	-webkit-box-shadow: inset 0 20px 10px -20px #000;
}

ul li ul.submenu li:last-child {
	border-bottom: none;
}

ul li ul.submenu li a {
	background: none;
	padding: 13px;
	width: 189px;
}

ul li:hover ul.submenu li a {
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
}

ul li ul.submenu li a:hover, ul li ul.submenu li:first-child {
	border-top: none;
}

ul li ul.submenu li:hover {
	border-top: 1px solid #4e5153;
	background: #262626;
}

ul li ul.submenu li:hover:first-child {
	border-top: none;
}

.gallery {
	font-family: "entypo";
	font-size: 150px;
}

.gallery a {
	position: relative;
}

.gallery a span {
	position: absolute;
	top: 0;
	left: 65px;
	color: #fff;
}

/**  PIPS  **/

.pip {
	display: block;
	background: #313131;
	padding: 3px 10px;
	position: absolute;
	top: 29px;
	right: 15px;
	color: white;
	text-align: center;
	font-size: 10px;
	border-top: 1px solid #1c1f23;
	border-bottom: 1px solid #4c4f56;
	line-height: 8px;
	height: 10px;
	
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
}

ul li:hover .pip, ul li.section .pip {
	background: #0c5ea7;
	border-top: 1px solid #00477b;
	border-bottom: 1px solid #5daced;

}

.graph-area {
	width: 100%;
	height: 300px;
}

.dropdown div {
	padding-top: 40px;
	position: absolute;
	top: 0;
	left: 0;
	width: 240px;
	height: auto;
	display: none;
}

ul.notice {
	position: absolute;
	left: -1px;
	border: 1px solid rgba(0, 0, 0, .3);
	background: #313131;
	z-index: 10000;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 05px;
	min-width: 240px;
}

.dropdown:hover, button:hover, .button:hover {
	border: 1px solid rgba(0, 0, 0, .3);
	background: #313131;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
	cursor: pointer;
}

.dropdown {
	display: inline-block;
	position: relative;
}

.dropdown ul {
	text-align: left;
}

.dropdown span.icon {
	margin-right: 30px;
	font-size: 14px;
	line-height: 14px;
}

ul.notice li {
	padding: 15px 30px 15px 15px;
	border-bottom: 1px solid rgba(0, 0, 0, .3);
	border-top: 1px solid rgba(255, 255, 255, .1);
	white-space: no-wrap;
	position: relative;
}

ul.notice li:first-child {
	border-top: none;
}

ul.notice li:last-child {
	border-bottom: none;
}

ul.notice li span {
	position: absolute;
	top: 14px;
	right: 10px;
	color: #aaa;
	text-shadow: none;
	font-size: 11px;
}

ul.notice li h1 {
	font-size: 13px;
	text-shadow: none;
}

ul.notice li h2 {
	font-size: 12px;
	margin: 5px 0 0 0;
	color: #aaa;
	text-shadow: none;
}

ul.notice li:hover h2, ul.notice li:hover span {
	color: #3b3e40;
}

ul.notice li p {
	margin: 0;
}

ul.notice li:hover {
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
	background: #208ed3; /* Old browsers */ 
	background: -moz-linear-gradient(top, #208ed3 0%, #0272bd 100%); /* FF3.6+ */ 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#208ed3), color-stop(100%,#0272bd)); /* Chrome,Safari4+ */ 
	background: -webkit-linear-gradient(top, #208ed3 0%,#0272bd 100%); /* Chrome10+,Safari5.1+ */ 
	background: -o-linear-gradient(top, #208ed3 0%,#0272bd 100%); /* Opera 11.10+ */ 
	background: -ms-linear-gradient(top, #208ed3 0%,#0272bd 100%); /* IE10+ */ 
	background: linear-gradient(to bottom, #208ed3 0%,#0272bd 100%); /* W3C */ 
	border-top: 1px solid #5daced;
	border-bottom: 1px solid black;
}

ul.notice li:first-child:hover {
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	
	border-top: none;
}

ul.notice li:last-child:hover {
	border-radius: 0 05px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	
	border-bottom: none;
}

section.widget header aside > span:hover {
	background: #f7f7f7;
	border: 1px solid #e3e3e3;
	border-bottom: 0;
	
	border-radius: 30px 30px 0 0;
	-webkit-border-radius: 30px 30px 0 0;
	-moz-border-radius: 30px 30px 0 0;
}

section.widget header aside span:hover a {
	color: #208ed3;
	font-size: 20px;
	height: 20px;
	display: block;
	line-height: 22px;
}

ul.settings-dd {
	font-family: arial;
	position: absolute;
	background: #f7f7f7;
	border: 1px solid #e3e3e3;
	border-top: none;
	padding: 25px;
	right: -1px;
	top: 23px;
	min-width: 150px;
	z-index: 500;
	display: none;
	
	border-radius: 5px 0 5px 5px;
	-webkit-border-radius: 5px 0 5px 5px;
	-moz-border-radius: 5px 0 5px 5px; 
}

ul.settings-dd li {
	padding: 5px 0 0;

	clear: both;
}

ul.settings-dd li .checkbox-wrap {
	float: right;
}

ul.settings-dd li label {
	color: #3B3E40;
	float: left;
	font-family: arial;
	font-size: 12px;
	margin: 10px 0 0 0;
}

.widget .timeline {
	border-left: 1px solid #e3e3e3;
	margin: 25px 25px 2px 45px;
	position: relative;
}

.widget .timeline .pie {
	display: none;
}

.widget.small .tl-post {
	overflow: hidden;
	margin: 0 0 30px -24px;
	position: relative;
}

.tl-post {
	overflow: hidden;
	margin: 0 0 30px -24px;
	position: relative;
	opacity: 0;
}

.tl-post .time {
	color: #999;
	font-size: 11px;
	margin: 0 0 0 15px;
}

.tl-post:hover span.icon, .comments:hover span.icon {
	background-color: #3B3E40 !important;
	color: #fff !important;
	-webkit-transform:rotate(360deg);
	-moz-transform:rotate(360deg);
	-ms-transform:rotate(360deg);
	-o-transform:rotate(360deg);
	transform:rotate(360deg);
}

.timeline:last-child {
	margin-bottom: 0;
}

.timeline span.icon {
	color: #fff;
	background: #208ed3;
	padding: 12px 0 0 0;
	font-size: 20px;
	line-height: 18px;
	width: auto;
	position: absolute;
	left: 0;
	display: block;
	text-align: center;
	height: 45px;
	width: 45px;
	border: 3px solid #fff;
	
	border-radius: 75px;
	-webkit-border-radius: 75px;
	-moz-border-radius: 75px;	
	box-shadow: 0 0 1px #ccc;
	-webkit-box-shadow: 0 0 1px #ccc;
	-moz-box-shadow: 0 0 2px #ccc;
	
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	
	-webkit-transition:all .5s ease-out;
	-moz-transition:all .5s ease-out;
	-ms-transition:all .5s ease-out;
	-o-transition:all .5s ease-out;
	transition:all .5s ease-out;
}

.timeline .comments span.icon {
	background: #e3e3e3;
	color: #3B3E40;
}

.timeline .comments p {
	background: #f7f7f7;
	border: 1px solid #e3e3e3;
	float: left;
	margin: 5px 0 0 0;
	padding: 10px 10px 75px 10px !important;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display: block;
	position: relative;
	
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.timeline .comments p strong {
	line-height: 30px;
}

.timeline .tl-post p {
	background: #f7f7f7;
	border: 1px solid #e3e3e3;
	float: left;
	margin: 5px 0 0 65px;
	padding: 10px;
	box-sizing: border-box;
	 -moz-box-sizing: border-box;
	 -webkit-box-sizing: border-box;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	
	-webkit-transition:all .25s ease-out;
	-moz-transition:all .25s ease-out;
	-ms-transition:all .25s ease-out;
	-o-transition:all .25s ease-out;
	transition:all .25s ease-out;
}

.timeline .tl-post p:hover {
	margin-left:75px;
}

.timeline .tl-post .reply {
	background: #fff;
	border-top: 1px solid #e3e3e3;
	padding:10px;
	display: block;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px; 
}

.timeline .tl-post .reply input {
	margin: 0;
	color: #999;
}

.timeline .show-more {
	border: 1px solid #fff;
	position: absolute;
	bottom: 0;
	left: -25px;
}

.timeline .show-more a {
	display: block;
	padding: 8px;
	background: #f7f7f7;
	border: 1px solid #e3e3e3;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.timeline .show-more a:hover {
	background: #3B3E40;
	border: 1px solid #313131;
	color: #fff;
}

.cycle {
	margin: 25px;
	height: 260px;
}

.loading {
	height: 250px;
	width: 250px;
	margin: auto;
	background: url(/Content/themes/admin/images/loading.gif) 50% 50% no-repeat;
}

/** TABLE STYLES **/

table#myTable input[type="checkbox"]{
	width: 30px;
	margin: 0;
}

table#myTable th:first-child {
	padding-left:50px;
}

table#myTable tr:nth-child(odd) {
	background:#f0f0f0;
}

table#myTable {
	border:1px solid #e9e9e9;
	width:100%;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

table#myTable thead tr {
	background: #ededee !important;
	background: -moz-linear-gradient(top, #ededee 0%, #dddddd 100%) !important;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededee), color-stop(100%,#dddddd)) !important; 
	background: -webkit-linear-gradient(top, #ededee 0%,#dddddd 100%) !important;
	background: -o-linear-gradient(top, #ededee 0%,#dddddd 100%) !important; 
	background: -ms-linear-gradient(top, #ededee 0%,#dddddd 100%) !important;
	background: linear-gradient(to bottom, #ededee 0%,#dddddd 100%) !important;
	border-bottom: 1px solid #fff;
}

table#myTable thead tr:hover {
	color: #000;
}

table#myTable tr {
	border:1px solid #e9e9e9;
	background:#fff;
}

table#myTable tr:hover {
	background: #208ed3; /* Old browsers */
	background: -moz-linear-gradient(top, #208ed3 0%, #0272bd 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#208ed3), color-stop(100%,#0272bd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #208ed3 0%,#0272bd 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #208ed3 0%,#0272bd 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #208ed3 0%,#0272bd 100%); /* IE10+ */
	background: linear-gradient(to bottom, #208ed3 0%,#0272bd 100%); /* W3C */
	color:#fff;
	cursor:pointer;
}

table#myTable th {
	font-weight:bold;
	padding: 15px 15px 0 15px;
	text-align: left;
}

table#myTable td {
	vertical-align: middle;
	padding: 15px;
}

table#myTable thead tr .header {
	background-image: url('/Content/themes/admin/images/bg.gif');
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
	height: 2em;
}

table#myTable thead tr .headerSortUp {
	background-image: url('/Content/themes/admin/images/asc.gif');
}

table#myTable thead tr .headerSortDown {
	background-image: url('/Content/themes/admin/images/desc.gif');
}

table#myTable thead tr .headerSortDown, table#myTable thead tr .headerSortUp {
	color: #208ed3;
}

table#myTable thead tr th.avatar {
	padding-left: 70px;
}

table#myTable td.avatar {
	line-height: 30px;
}

table#myTable td.avatar img {
	float: left;
	margin: 0 15px 0 0
}

/** LOGIN  **/

body.login {
	background: #3B3E40;
}

.login section {
	width: 300px;
	margin: 200px auto 0 auto;
	text-align: center;
}

.login section p a {
	color: #ccc;
}

.login section p {
	margin-top: 15px;
}

.login section h1 {
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 36px;
	margin-bottom: 15px;
	letter-spacing: -1px;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}

.login section h1 span {
	font-weight: 600;
}

.login input {
	border: 1px solid #323537;
}

.login button {
	border: 1px solid #323537;
	width: 100%;
	margin: 0;
	font-weight: bold;
}

.login button:hover {
	color: #3B3E40;
	text-shadow: none;
	background: #ededee !important;
	background: -moz-linear-gradient(top, #ededee 0%, #dddddd 100%) !important;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededee), color-stop(100%,#dddddd)) !important;
	background: -webkit-linear-gradient(top, #ededee 0%,#dddddd 100%) !important;
	background: -o-linear-gradient(top, #ededee 0%,#dddddd 100%) !important;
	background: -ms-linear-gradient(top, #ededee 0%,#dddddd 100%) !important;
	background: linear-gradient(to bottom, #ededee 0%,#dddddd 100%) !important;
}

.login button.loading {
	background: #9bc747;
	border: 1px solid #323537;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	width: 100%;
	height: 35px;
	-webkit-transition: width .4s ease-in-out;
	-moz-transition: width .4s ease-in-out;
	-ms-transition: width .4s ease-in-out;
	-o-transition: width .4s ease-in-out;
	transition: width .4s ease-in-out;
	-webkit-background-size: 30px 30px;
	-moz-background-size: 30px 30px;
	background-size: 30px 30px;
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(.25, rgba(255, 255, 255, .15)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .15)), color-stop(.75, rgba(255, 255, 255, .15)), color-stop(.75, transparent), to(transparent));
	background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: -moz-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: -ms-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	-webkit-animation: animate-stripes 3s linear infinite;
	-moz-animation: animate-stripes 3s linear infinite;
}

/** IPHONE STYLE CHECKBOX **/

.jquery-checkbox {
	display: inline;
	font-size: 20px;
	line-height: 20px;
	cursor: pointer
}
.jquery-checkbox .mark {
	display: inline;
}

.jquery-checkbox img {
	vertical-align: middle;
	width: 75px;
	height: 30px;
}
.jquery-checkbox img{
	background: transparent url(/Content/themes/admin/images/checkbox.png) no-repeat;
}

.jquery-checkbox img{
	background-position: 0px 0px;
}

.jquery-checkbox-hover img{
	background-position: 0px -30px;
}

.jquery-checkbox-checked img{
	background-position: 0px -60px;
}

.jquery-checkbox-checked .jquery-checkbox-hover img {
	background-position: 0px -90px;
}

.jquery-checkbox-disabled img{
	background-position: 0px -20px;
}

.jquery-checkbox-checked .jquery-checkbox-disabled img{
	background-position: 0px -150px;
}

/** WYSIWYG EDITOR **/

.field-wrap.wysiwyg-wrap {
	height:180px;
	position: relative;
}

.field-wrap.wysiwyg-wrap .wysiwyg {
	position: absolute;
}

div.wysiwyg {
	border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	-moz-border-radius:5px 5px 0 0;
	width: 100% !important;
	margin: 0 0 15px 0;
}
div.wysiwyg * {
	margin: 0;
	padding: 0;
}

div.wysiwyg ul.toolbar li.jwysiwyg-custom-command {
	overflow: hidden;
}

div.wysiwyg ul.toolbar {
	height: 42px;
	overflow: hidden;
	float: left;
	width: 100%;
	padding: 5px;
	background: #3b3b3b;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
}
div.wysiwyg ul.toolbar li {
	list-style: none;
	float: left;
	margin: 1px 2px 3px 0;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	clear: none;
	padding: 0;
}
div.wysiwyg ul.toolbar li.separator {
	background: none;
	border:none !important;
	box-shadow:none !important;
	width:20px; 
	}
div.wysiwyg ul.toolbar li {
	text-indent: -5000px;
	display: block;
	width: 30px;
	height: 30px;
	background:#313131 url('/Content/themes/admin/images/jquery.wysiwyg.png') no-repeat -640px -800px;
	border:1px solid #262626 !important;
	border-radius:2px;
	box-shadow:0 1px 0 #4e4e4e, inset 0 0 8px rgba(0, 0, 0, .1);
	cursor: pointer;
	margin: 0 3px 3px 0;
}
div.wysiwyg ul.toolbar li.wysiwyg-button-hover, div.wysiwyg ul.toolbar li.active {
	background:#139ae7 url('/Content/themes/admin/images/jquery.wysiwyg.png') no-repeat -640px -800px;
	border-radius:3px;
	border:1px solid #2f2f2f !important;
}
div.wysiwyg ul.toolbar li.active {
	background-color: #474747;
	border-color: #323232;
}

div.wysiwyg ul.toolbar li.disabled, div.wysiwyg ul.toolbar li.wysiwyg-button-hover.disabled, div.wysiwyg ul.toolbar li.active.disabled {
	opacity: 0.3;
	filter:alpha(opacity=50);
	cursor: auto;
}


div.wysiwyg ul.toolbar li.bold { background-position: 0 0; }
div.wysiwyg ul.toolbar li.italic { background-position: -30px 0; }
div.wysiwyg ul.toolbar li.strikeThrough { background-position: -60px 0; }
div.wysiwyg ul.toolbar li.underline { background-position: -90px 0; }
div.wysiwyg ul.toolbar li.highlight { background-position: -120px 0; }

div.wysiwyg ul.toolbar li.justifyLeft { background-position: 0 -30px; }
div.wysiwyg ul.toolbar li.justifyCenter { background-position: -120px 0; }
div.wysiwyg ul.toolbar li.justifyRight { background-position: -30px -30px; }
div.wysiwyg ul.toolbar li.justifyFull { background-position: -150px 0; }

div.wysiwyg ul.toolbar li.indent { background-position: -60px -30px; }
div.wysiwyg ul.toolbar li.outdent { background-position: -90px -30px; }

div.wysiwyg ul.toolbar li.subscript { background-position: -120px -30px; }
div.wysiwyg ul.toolbar li.superscript { background-position: -150px -29px; }

div.wysiwyg ul.toolbar li.undo { background-position: -30px -60px; }
div.wysiwyg ul.toolbar li.redo { background-position: 0 -60px; }

div.wysiwyg ul.toolbar li.insertOrderedList { background-position: -60px -60px; }
div.wysiwyg ul.toolbar li.insertUnorderedList { background-position: -90px -60px; }
div.wysiwyg ul.toolbar li.insertHorizontalRule { background-position: 0 -90px; }

div.wysiwyg ul.toolbar li.h1 { background-position: 0px -31px; }
div.wysiwyg ul.toolbar li.h2 { background-position: -18px -31px; }
div.wysiwyg ul.toolbar li.h3 { background-position: -36px -31px; }
div.wysiwyg ul.toolbar li.h4 { background-position: -55px -31px; }
div.wysiwyg ul.toolbar li.h5 { background-position: -74px -31px; }
div.wysiwyg ul.toolbar li.h6 { background-position: -92px -31px; }

div.wysiwyg ul.toolbar li.paragraph { background-position: 0px -106px; }
div.wysiwyg ul.toolbar li.colorpicker { background-position: -18px -106px; }
div.wysiwyg ul.toolbar li.fullscreen { background-position: -36px -106px; }

div.wysiwyg ul.toolbar li.cut { background-position: -36px -68px; }
div.wysiwyg ul.toolbar li.copy { background-position: -55px -68px; }
div.wysiwyg ul.toolbar li.paste { background-position: -74px -68px; }
div.wysiwyg ul.toolbar li.insertTable { background-position: -60px -90px; }

div.wysiwyg ul.toolbar li.increaseFontSize { background-position: -18px -87px; }
div.wysiwyg ul.toolbar li.decreaseFontSize { background-position: -36px -87px; }

div.wysiwyg ul.toolbar li.createLink { background-position: -120px -60px; }
div.wysiwyg ul.toolbar li.unLink { background-position: -150px -60px; }
div.wysiwyg ul.toolbar li.insertImage { background-position: -30px -90px; }

div.wysiwyg ul.toolbar li.html { background-position: -90px -90px; }
div.wysiwyg ul.toolbar li.removeFormat { background-position: -120px -90px; }

div.wysiwyg ul.toolbar li.empty { background-position: -73px -86px; }

div.wysiwyg ul.toolbar li.code { background-position: -74px -106px; }
div.wysiwyg ul.toolbar li.cssWrap { background-position: -92px -106px; }

div.wysiwyg-dialogRow { float:left; width:100%; font-size: 16px; }

div.wysiwyg iframe { clear: left; background-color:white; padding:10px; margin:0; display:block; width: 100%; border:1px solid #e3e3e3; border-radius:0 0 5px 5px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; width: 100% !important; height: 120px !important}

/* dialog */
.wysiwyg-dialog { position:fixed; top:50px; left:50px; width:450px; height:280px; background:transparent; font:14px "Helvetic Neue", Helvetica,Arial,sans-serif; }
.wysiwyg-dialog .wysiwyg-dialog-topbar { background:#333; border:1px #111 solid; color:white; padding:10px; position:relative; }
.wysiwyg-dialog .wysiwyg-dialog-topbar .wysiwyg-dialog-close-wrapper .wysiwyg-dialog-close-button { color:white; text-decoration:none; display:block; padding:6px 10px; position:absolute; right:12px; top:50%; height:14px; margin-top:-12px; }
.wysiwyg-dialog .wysiwyg-dialog-topbar .wysiwyg-dialog-close-wrapper a.wysiwyg-dialog-close-button:hover { background:#666; }
.wysiwyg-dialog .wysiwyg-dialog-topbar .wysiwyg-dialog-title { font-size:20px; font-weight:bold; padding:5px; }
.wysiwyg-dialog .wysiwyg-dialog-content { border:1px #ccc solid; border-top:0; padding:15px; background:white; }
.wysiwyg-dialog-modal-div { position:absolute; top:0px; left:0px; width:100%; height:100%; background-color:rgb(255,255,255); background-color:rgba(0,0,0,0.5); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000); -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";}
.wysiwyg-dialog-content form.wysiwyg fieldset { border:1px #ccc solid; }
.wysiwyg-dialog-content form.wysiwyg legend { padding:7px; }
.wysiwyg-dialog-content form.wysiwyg .form-row { clear:both; padding:4px 0; }
.wysiwyg-dialog-content form.wysiwyg .form-row label, .wysiwyg-dialog form.wysiwyg .form-row .form-row-key { display:block; float:left; width:35%; text-align:right; padding:4px 5px; }
.wysiwyg-dialog-content form.wysiwyg .form-row .form-row-value { display:block; float:left; width:55%; }
.wysiwyg-dialog-content form.wysiwyg .form-row input.width-auto { width:auto; }
.wysiwyg-dialog-content form.wysiwyg input.width-small { width:50px; min-width:50px; max-width:50px; }
.wysiwyg-dialog-content form.wysiwyg input, .wysiwyg-dialog form.wysiwyg select { padding:2px; width:100%; margin:2px; }
.wysiwyg-dialog-content form.wysiwyg input[type=submit], .wysiwyg-dialog form.wysiwyg input[type=reset] { padding:2px 7px; width:auto; }

/** Mobile **/
@media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {
	
	body {
		padding-top: 130px;
		position: absolute;
		width: 100%;
		overflow-y: auto;
		overflow-x: hidden;
	}
	
	.testing {
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 1500;
	}
	
	nav {
		width: 215px;
		overflow: hidden;
		position: absolute;
		left: -215px;
		top:126px !important;
		z-index: 1000;
		
		box-shadow: 1px 0 rgba(0, 0, 0, 0.9);
		-webkit-box-shadow: 1px 0 rgba(0, 0, 0, 0.9);
		-moz-box-shadow: 1px 0 rgba(0, 0, 0, 0.9);
		
		transition:all .5s ease-in-out; 
	    -o-transition:all .5s ease-in-out; 
	    -moz-transition:all .5s ease-in-out; 
	    -webkit-transition:all .5s ease-in-out;
	}
	
	nav ul li {
		box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
	}
	
	header.main, section.widget header {
		padding: 15px;
	}
	
	section.alert {
		height: auto !important;
		transition:all .5s ease-in-out; 
	    -o-transition:all .5s ease-in-out; 
	    -moz-transition:all .5s ease-in-out; 
	    -webkit-transition:all .5s ease-in-out;
		margin-left:25px;
	}
	
	section.content {
		margin: 85px 0 0 0;
		padding: 15px;
		
		transition:all .5s ease-in-out; 
	    -o-transition:all .5s ease-in-out; 
	    -moz-transition:all .5s ease-in-out; 
	    -webkit-transition:all .5s ease-in-out;
	}
	
	section.widget .content {
		padding: 15px;
	}
	
	.cycle {
		margin: 15px;
	}
	
	.widget .timeline {
		margin: 15px 15px 2px 35px;
	}
	
	section.alert div {
		margin: 15px 15px 15px 10px;
		transition:all .5s ease-in-out; 
	    -o-transition:all .5s ease-in-out; 
	    -moz-transition:all .5s ease-in-out; 
	    -webkit-transition:all .5s ease-in-out;
	}
	
	.widget-container .small:first-child, .widget-container .small {
		float: none;
		width: 100%;
		height: auto !important;
		transition:all .5s ease-in-out; 
	    -o-transition:all .5s ease-in-out; 
	    -moz-transition:all .5s ease-in-out; 
	    -webkit-transition:all .5s ease-in-out;
	}
	
	span.icon {
		font-size: 30px;
		transition:all .5s ease-in-out; 
	    -o-transition:all .5s ease-in-out; 
	    -moz-transition:all .5s ease-in-out; 
	    -webkit-transition:all .5s ease-in-out;
	}
	
	section.user .profile-img {
		display: none;
		transition:all .5s ease-in-out; 
	    -o-transition:all .5s ease-in-out; 
	    -moz-transition:all .5s ease-in-out; 
	    -webkit-transition:all .5s ease-in-out;
	}
	
	header input {
		width: 30%;
	}
	
	section.widget header span.icon, .button.dropdown, section.alert div span {
		display: none;
	}
	
	section.widget header hgroup {
		margin: 0;
	}
	
	button.ico-font {
		opacity: 1
	}
	
	section.user .buttons {
		text-align: left;
		padding-left: 15px;
	}
	
	.widget button {
		margin: 0 5px 10px 0;
	}
	
	section.alert div p {
		margin: 0;
	}
	
	section.alert button {
		right: 15px;
		margin: 5px 0 10px 5px;
		float: right;	
	}
	
	table tr th:nth-child(3),
	table tr th:nth-child(4),
	table tr th:nth-child(5),
	table tr th:nth-child(6),
	table tr th:nth-child(7),
	table tr th:nth-child(8),
	table tr th:nth-child(9),
	table tr td:nth-child(3),
	table tr td:nth-child(4),
	table tr td:nth-child(5),
	table tr td:nth-child(6),
	table tr td:nth-child(7),
	table tr td:nth-child(8),
	table tr td:nth-child(9) {
		display: none;
	}
	
	table#myTable th {
		min-width: 50px;
	}
	
	.gallery a {
		margin: 0 0 5px 0
	}
	
	.dropzone {
		padding: 8px !important;
	}
	
	body.login {
		padding-top: 50px;
	}
	
	.login section {
		width: 85%;
		margin: 0 auto 0 auto;
	}
	
	.login section h1 {
		font-size: 32px;
	}
	
}

/** iPad **/
@media only screen and (min-width : 768px) and (max-width : 1024px) {
	
	nav {
		width: 65px;
		overflow: hidden;
		
		transition:all .5s ease-in-out; 
	    -o-transition:all .5s ease-in-out; 
	    -moz-transition:all .5s ease-in-out; 
	    -webkit-transition:all .5s ease-in-out;
	}
	
	section.content {
		margin: 5px 0 0 70px;
		
		transition:all .5s ease-in-out; 
	    -o-transition:all .5s ease-in-out; 
	    -moz-transition:all .5s ease-in-out; 
	    -webkit-transition:all .5s ease-in-out;
	}
	
	section.alert {
		margin-left:25px;
	}
	
	section.alert div {
		margin: 15px 25px 15px 25px;
		transition:all .5s ease-in-out; 
	    -o-transition:all .5s ease-in-out; 
	    -moz-transition:all .5s ease-in-out; 
	    -webkit-transition:all .5s ease-in-out;
	}
	
	.gallery {
		padding: 10px !important;
	}
	
	.gallery a {
		margin: 10px !important;
	}
	
}

/** iPads (landscape) **/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
	
	nav {
		width: 210px;
		overflow: visible;
		
		transition:all .5s ease-in-out; 
	    -o-transition:all .5s ease-in-out; 
	    -moz-transition:all .5s ease-in-out; 
	    -webkit-transition:all .5s ease-in-out;
	}
	
	section.content {
		margin: 5px 0 0 210px;
		
		transition:all .5s ease-in-out; 
	    -o-transition:all .5s ease-in-out; 
	    -moz-transition:all .5s ease-in-out; 
	    -webkit-transition:all .5s ease-in-out;
	}
	
	section.alert div {
		margin: 15px 25px 15px 25px;
		transition:all .5s ease-in-out; 
	    -o-transition:all .5s ease-in-out; 
	    -moz-transition:all .5s ease-in-out; 
	    -webkit-transition:all .5s ease-in-out;
	}
	
	.gallery {
		padding: 8px !important;
	}
	
	.gallery a {
		margin: 8px !important;
	}
	
}

/** Retina graphics **/
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) { 

	div.wysiwyg ul.toolbar li {
		background:#313131 url('/Content/themes/admin/images/jquery.wysiwyg-retina.png') no-repeat;
		background-size: 180px !important;
	}
	
	div.wysiwyg ul.toolbar li.bold { background-position: 0 0; background-size: 180px !important;}
  
	.jquery-checkbox img{
		background: transparent url(/Content/themes/admin/images/checkbox-retina.png) no-repeat;
		background-size: 75px auto;
	}

	.loading {
		height: 250px;
		width: 250px;
		margin: auto;
		background: url(/Content/themes/admin/images/loading-retina.gif) 50% 50% no-repeat;
		background-size: 75px !important;
	}

}

/**  ICON FONT PAGE  **/

ul.icon-fonts {
	overflow: hidden;
}

ul.icon-fonts li {
	width: 50px;
	text-align: center;
	float: left;
	margin: 0 25px 25px 25px;
}

ul.icon-fonts li .pictogram {
	font-family: "entypo";
	font-size: 30px;
}

ul.icon-fonts li .unicode {
	font-size: 14px;
	font-weight: bold;
}

ul.icon-fonts li .html {
	color: #999;
	font-size: 12px;
}

.w100p{ width: 100%}.top20{padding-top: 20px}.h500{height: 500px}.h700{height: 700px}
/*                                                                 
@-moz-document url-prefix() {
    .gallery a span {
		position: absolute;
		top: 0;
		left: 40px;
		color: #fff;
	}
}*/
.row-fluid{width:100%;} 
.row,.thumbnails{margin-left:0;} 
.thumbnails>li{float:none;margin-left:0;} [class*="span"],.uneditable-input[class*="span"],
.row-fluid [class*="span"]{float:none;display:block;width:100%;margin-left:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;} .span12,
.row-fluid .span12{width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;} 
.row-fluid [class*="offset"]:first-child{margin-left:0;} 
.row-fluid{width:100%;*zoom:1;}.row-fluid:before,.row-fluid:after{display:table;content:"";line-height:0;}
.row-fluid:after{clear:both;}
.row-fluid [class*="span"]{display:block;width:100%;min-height:28px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;float:left;margin-left:2.127659574468085%;*margin-left:2.074468085106383%;}
.row-fluid [class*="span"]:first-child{margin-left:0;}
.row-fluid .controls-row [class*="span"]+[class*="span"]{margin-left:2.127659574468085%;}
.row-fluid .span12{width:100%;*width:99.94680851063829%;}
.row-fluid .span11{width:91.48936170212765%;*width:91.43617021276594%;}
.row-fluid .span10{width:82.97872340425532%;*width:82.92553191489361%;}
.row-fluid .span9{width:74.46808510638297%;*width:74.41489361702126%;}
.row-fluid .span8{width:65.95744680851064%;*width:65.90425531914893%;}
.row-fluid .span7{width:57.44680851063829%;*width:57.39361702127659%;}
.row-fluid .span6{width:48.93617021276595%;*width:48.88297872340425%;}
.row-fluid .span5{width:40.42553191489362%;*width:40.37234042553192%;}
.row-fluid .span4{width:31.914893617021278%;*width:31.861702127659576%;}
.row-fluid .span3{width:23.404255319148934%;*width:23.351063829787233%;}
.row-fluid .span2{width:14.893617021276595%;*width:14.840425531914894%;}
.row-fluid .span1{width:6.382978723404255%;*width:6.329787234042553%;}
.row-fluid .offset12{margin-left:104.25531914893617%;*margin-left:104.14893617021275%;}
.row-fluid .offset12:first-child{margin-left:102.12765957446808%;*margin-left:102.02127659574467%;}
.row-fluid .offset11{margin-left:95.74468085106382%;*margin-left:95.6382978723404%;}
.row-fluid .offset11:first-child{margin-left:93.61702127659574%;*margin-left:93.51063829787232%;}
.row-fluid .offset10{margin-left:87.23404255319149%;*margin-left:87.12765957446807%;}
.row-fluid .offset10:first-child{margin-left:85.1063829787234%;*margin-left:84.99999999999999%;}
.row-fluid .offset9{margin-left:78.72340425531914%;*margin-left:78.61702127659572%;}
.row-fluid .offset9:first-child{margin-left:76.59574468085106%;*margin-left:76.48936170212764%;}
.row-fluid .offset8{margin-left:70.2127659574468%;*margin-left:70.10638297872339%;}
.row-fluid .offset8:first-child{margin-left:68.08510638297872%;*margin-left:67.9787234042553%;}
.row-fluid .offset7{margin-left:61.70212765957446%;*margin-left:61.59574468085106%;}
.row-fluid .offset7:first-child{margin-left:59.574468085106375%;*margin-left:59.46808510638297%;}
.row-fluid .offset6{margin-left:53.191489361702125%;*margin-left:53.085106382978715%;}
.row-fluid .offset6:first-child{margin-left:51.063829787234035%;*margin-left:50.95744680851063%;}
.row-fluid .offset5{margin-left:44.68085106382979%;*margin-left:44.57446808510638%;}
.row-fluid .offset5:first-child{margin-left:42.5531914893617%;*margin-left:42.4468085106383%;}
.row-fluid .offset4{margin-left:36.170212765957444%;*margin-left:36.06382978723405%;}
.row-fluid .offset4:first-child{margin-left:34.04255319148936%;*margin-left:33.93617021276596%;}
.row-fluid .offset3{margin-left:27.659574468085104%;*margin-left:27.5531914893617%;}
.row-fluid .offset3:first-child{margin-left:25.53191489361702%;*margin-left:25.425531914893618%;}
.row-fluid .offset2{margin-left:19.148936170212764%;*margin-left:19.04255319148936%;}
.row-fluid .offset2:first-child{margin-left:17.02127659574468%;*margin-left:16.914893617021278%;}
.row-fluid .offset1{margin-left:10.638297872340425%;*margin-left:10.53191489361702%;}
.row-fluid .offset1:first-child{margin-left:8.51063829787234%;*margin-left:8.404255319148938%;}
.widget{margin-bottom:30px;position:relative}.widget:after,
.widget:before{content:'';position:absolute;display:block;height:1px;bottom:-2px;left:3px;right:3px;background-color:#fff;-webkit-border-radius:0 0 3px 3px;-moz-border-radius:0 0 3px 3px;border-radius:0 0 3px 3px;border:1px solid #ccc;border-top:0}
.widget:before{bottom:-4px;left:6px;right:6px}
.widget.collapsed>*:not(.widget-header),.widget.collapsed:after,.widget.collapsed:before{display:none}
.widget .widget-header{-webkit-border-radius:3px 3px 0 0;-moz-border-radius:3px 3px 0 0;border-radius:3px 3px 0 0;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.15);-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.15);box-shadow:inset 0 1px 0 rgba(255,255,255,0.15);background:#3a3a3a repeat-x left bottom;background-image:-ms-linear-gradient(top,#4a4a4a,#3a3a3a);background-image:-webkit-gradient(linear,0 0,0 100%,from(#4a4a4a),to(#3a3a3a));background-image:-webkit-linear-gradient(top,#4a4a4a,#3a3a3a);background-image:-o-linear-gradient(top,#4a4a4a,#3a3a3a);background-image:-moz-linear-gradient(top,#4a4a4a,#3a3a3a);background-image:linear-gradient(top,#4a4a4a,#3a3a3a);border:1px solid #000;font-weight:bold;position:relative;*zoom:1}
.widget .widget-header.light{-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,1);-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,1);box-shadow:inset 0 1px 0 rgba(255,255,255,1);background:#f2f2f2 repeat-x left bottom;background-image:-ms-linear-gradient(top,#fcfcfc,#f2f2f2);background-image:-webkit-gradient(linear,0 0,0 100%,from(#fcfcfc),to(#f2f2f2));background-image:-webkit-linear-gradient(top,#fcfcfc,#f2f2f2);background-image:-o-linear-gradient(top,#fcfcfc,#f2f2f2);background-image:-moz-linear-gradient(top,#fcfcfc,#f2f2f2);background-image:linear-gradient(top,#fcfcfc,#f2f2f2);border-color:#ccc}
.widget .widget-header:before,.widget .widget-header:after{display:table;content:""}
.widget .widget-header:after{clear:both}
.widget.collapsed .widget-header{-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}
.widget .widget-header .title{display:inline-block;*display:inline;*zoom:1;color:#fff;padding:10px}
.widget .widget-header.light .title{color:#444}.widget .widget-header .title [class^="icon-"],.widget .widget-header .title [class^="icol-"],
.widget .widget-header .title [class^="icos-"],.widget .widget-header .title img{margin-right:4px}
.widget .widget-header .title img{max-width:16px;max-height:16px}.widget .widget-header .title [class^="icon-"]{font-size:16px;vertical-align:text-top}
.widget .widget-header .toolbar{float:right;height:100%;position:relative}.widget .widget-header .toolbar .btn .caret{margin-top:10px}
.widget .widget-header .toolbar>.btn,.widget .widget-header .toolbar>.btn-group,.widget .widget-header .toolbar>.btn-group>.btn{display:inline-block;*display:inline;*zoom:1}.widget .widget-header .toolbar>.btn,.widget .widget-header .toolbar>.btn-group>.btn{color:#fff;line-height:20px;font-weight:normal;font-size:11px;padding:9px 12px;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background:transparent;border-width:0 1px;border-color:#222;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;-webkit-box-shadow:inset 1px 0 0 rgba(255,255,255,0.1);-moz-box-shadow:inset 1px 0 0 rgba(255,255,255,0.1);box-shadow:inset 1px 0 0 rgba(255,255,255,0.1)}.widget .widget-header.light .toolbar>.btn,
.widget .widget-header.light .toolbar>.btn-group>.btn{color:#444;text-shadow:0 1px 1px rgba(255,255,255,0.75);border-color:#ccc;-webkit-box-shadow:inset 1px 0 0 rgba(255,255,255,1);-moz-box-shadow:inset 1px 0 0 rgba(255,255,255,1);box-shadow:inset 1px 0 0 rgba(255,255,255,1)}
.widget .widget-header .toolbar>.btn.disabled,.widget .widget-header .toolbar>.btn[disabled],.widget .widget-header .toolbar>.btn-group>.btn.disabled,
.widget .widget-header .toolbar>.btn-group>.btn[disabled]{background:transparent!important}.widget .widget-header .toolbar>.btn:active,.widget 
.widget-header .toolbar>.btn.active,.widget .widget-header .toolbar>.btn-group>.btn:active,.widget .widget-header .toolbar>.btn-group>
.btn.active{color:#fff;background-color:#333;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}
.widget .widget-header.light .toolbar>.btn:active,.widget .widget-header.light .toolbar>.btn.active,.widget .widget-header.light .toolbar>.btn-group>
.btn:active,.widget .widget-header.light .toolbar>.btn-group>.btn.active{background-color:#eaeaea;color:#444}
.widget .widget-header .toolbar .btn:last-child,.widget .widget-header .toolbar .btn:last-of-type{border-right:0}
.widget .widget-header .toolbar .ui-slider{width:150px;display:inline-block;*display:inline;*zoom:1;margin:15px 15px 0 0;vertical-align:top}
.widget .widget-header .toolbar .progress{width:150px;height:13px;vertical-align:top;display:inline-block;*display:inline;*zoom:1;margin:12px 12px 0 0}
.widget .widget-header .toolbar .progress .bar{font-size:10px;line-height:10px;font-weight:normal}
.widget .widget-header .toolbar .ibutton-container{margin:9px 9px 0 0;display:inline-block;*display:inline;*zoom:1;vertical-align:top}
.widget .widget-header .toolbar .label,.widget .widget-header .toolbar .badge{top:10px;right:8px;position:relative}
.widget>.toolbar,.widget .widget-inner-wrap>.toolbar{background:#fafafa repeat-x left bottom;background-image:-ms-linear-gradient(top,#fff,#f2f2f2);background-image:-webkit-gradient(linear,0 0,0 100%,from(#fff),to(#f2f2f2));background-image:-webkit-linear-gradient(top,#fff,#f2f2f2);background-image:-o-linear-gradient(top,#fff,#f2f2f2);background-image:-moz-linear-gradient(top,#fff,#f2f2f2);background-image:linear-gradient(top,#fff,#f2f2f2);filter:progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff',endColorstr='#f2f2f2',GradientType=0);border:1px solid #ccc;border-top:0}
.widget>.toolbar+*,.widget .widget-inner-wrap>.toolbar+*{border-top:0!important}.widget>.toolbar.collapse:not(.in){padding:0!important;overflow:hidden}
.widget>.toolbar.btn-toolbar,.widget .widget-inner-wrap>.toolbar.btn-toolbar{position:relative;margin:0}
.widget>.toolbar.btn-toolbar .btn,.widget .widget-inner-wrap>.toolbar.btn-toolbar .btn{border-top:0;border-bottom:0;-webkit-border-radius:0!important;-moz-border-radius:0!important;border-radius:0!important}
.widget>.toolbar.btn-toolbar .btn-group+.btn-group,.widget .widget-inner-wrap>.toolbar.btn-toolbar .btn-group+.btn-group{margin-left:0}
.widget>.toolbar.btn-toolbar .btn:first-child,.widget .widget-inner-wrap>.toolbar.btn-toolbar .btn:first-child{border-left:0}
.widget>.toolbar.form-toolbar form{padding:8px}.widget .widget-content{border:1px solid #ccc;position:relative;padding:25px;background-color:#fff}
.widget .widget-header+.widget-content,.widget .widget-content+.widget-content{border-top:0}.widget .widget-content.form-container,
.widget .widget-content .form-container{padding:0}.widget .widget-content.table-container,.widget .widget-content .table-container{border:0;padding:0}
.widget .widget-content.no-padding{padding:0}.widget .widget-content.no-border{border:0}.widget-content.table-container .table{border:1px solid #ccc;margin:0}
.widget>.toolbar+.table-container .table,.widget .widget-inner-wrap>.toolbar+.table-container .table,.widget .widget-header+.table-container .table,
.widget .table-container+.table-container .table{border-top:0}.widget .accordion{margin-bottom:0}
.widget .accordion>.accordion-group:first-child{border-top-width:0}.widget>.widget-content.shoppingcart,.widget>.widget-content.news,.widget>
.widget-content.tweets,.widget>.widget-content.chat-box,.widget>.widget-content.summary-list,.widget>.widget-content.task-list,.widget>
.widget-content.sortable-list,.widget>.widget-content.gmap{padding:0}.widget-content.gmap img{max-width:none}.widget>.widget-content.goal{padding:15px 25px}
.widget .form-container .control-group{padding:10px 20px; border-top:1px solid #ccc}
.widget .form-container fieldset legend{border-top:1px solid #ccc}label{cursor:pointer}.help-block,.help-inline{color:#888;font-size:11px}.help-inline+.help-block,.help-block+.help-block{margin-top:9px}
.widget .form-container .form-horizontal .control-label{text-align:left;width:120px}
.widget .form-container .form-horizontal .controls{margin-left:140px}
.widget .form-container .form-horizontal .form-actions{padding-left:160px}textarea{resize:none;height:6em}textarea:focus,input[type="text"]:focus,input[type="password"]:focus,input[type="datetime"]:focus,input[type="datetime-local"]:focus,input[type="date"]:focus,input[type="month"]:focus,input[type="time"]:focus,input[type="week"]:focus,input[type="number"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="search"]:focus,input[type="tel"]:focus,input[type="color"]:focus,.uneditable-input:focus{outline:0}
.widget .form-container legend{margin-bottom:0;background:#fafafa repeat-x left bottom;background-image:-ms-linear-gradient(top,#fff,#f2f2f2);background-image:-webkit-gradient(linear,0 0,0 100%,from(#fff),to(#f2f2f2));background-image:-webkit-linear-gradient(top,#fff,#f2f2f2);background-image:-o-linear-gradient(top,#fff,#f2f2f2);background-image:-moz-linear-gradient(top,#fff,#f2f2f2);background-image:linear-gradient(top,#fff,#f2f2f2);filter:progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff',endColorstr='#f2f2f2',GradientType=0);font-size:12px;color:#555;line-height:20px;padding:8px;padding-left:20px;border:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box}
label .required{color:#f00;font-size:11px;vertical-align:text-top}
.sheepit-form .control-group .close{position:absolute;top:4px;right:4px}.select2-container[class*="span"]{float:none;margin-left:0;min-height:0}
.control-group .controls .ui-slider{margin:11px;margin-bottom:21px}.control-group .controls .ui-progressbar,.control-group .controls .progress{margin-top:6px}
.control-group .controls .ui-spinner,.control-group .controls .datepicker-inline{margin-bottom:9px}.form-horizontal .control-group .controls .ui-spinner,.form-horizontal .control-group .controls .datepicker-inline{margin-bottom:0}.form-horizontal .fileinput-holder+.help-block,.form-horizontal .ui-spinner+.help-block,.form-horizontal .datepicker-inline+.help-block{margin-top:9px}.control-group .controls .star-rating-control{margin-top:5px;display:block}.radio .ibutton-container,.checkbox .ibutton-container{margin-left:-18px;vertical-align:middle}.radio .uniform-radio,.checkbox .uniform-checker{float:left;margin-left:-18px}.form-search .radio .uniform-radio,.form-search .radio .ibutton-container,.form-search .checkbox .uniform-checker,.form-search .checkbox .ibutton-container,.form-inline .radio .uniform-radio,.form-inline .radio .ibutton-container,.form-inline .checkbox .uniform-checker,.form-inline .checkbox .ibutton-container{margin-right:3px;margin-left:0}.radio .uniform-radio input[type="radio"],.checkbox .uniform-checker input[type="checkbox"]{float:none;margin:0}
@media(max-width:767px){.row-fluid .controls-row [class*="span"],.row-fluid .controls-row [class*="span"]+[class*="span"]{margin-left:0}}
@media(max-width:480px){.widget .form-container .form-horizontal .form-actions{padding-left:16px;padding-right:16px}.widget .form-container .form-horizontal .controls{margin-left:0}}
@media(max-width:480px){.widget>.widget-content{padding:16px 20px}.user-box .thumbnail{width:150px;margin:auto;margin-bottom:10px;float:none}.user-box .info{margin-left:0}}
.dropdown-menu form,.dropdown-menu .form-search,.dropdown-menu .form-horizontal,.dropdown-menu .form-vertical,.dropdown-menu .form-inline,.widget form,.widget .form-search,.widget .form-horizontal,.widget .form-vertical,.widget .form-inline{margin-bottom:0}
.widget .form-container .control-group,.widget .form-container .form-actions{margin:0;position:relative}
/*legend {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color -moz-use-text-color #E5E5E5;
    border-image: none;
    border-style: none none solid;
    border-width: 0 0 1px;
    color: #333333;
    display: block;
    font-size: 18px;
    line-height: 36px;
    margin-bottom: 18px;
    padding: 0;
    width: 100%;
} */
legend small {color: #999999;font-size: 13.5px;}
label, input, button, select, textarea {font-size: 12px;font-weight: normal;line-height: 18px;}
input, button, select, textarea {font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;}.float-right{float:right}.float-left{float:left}
.icon-plus:before{font-family: "entypo";font-size: 16px;color: #333; content:"➕"}
.btn{display:inline-block;*display:inline;*zoom:1;padding:2px 4px;margin-bottom:0;font-size:12px;line-height:18px;*line-height:18px;text-align:center;vertical-align:middle;cursor:pointer;color:#333333;text-shadow:0 1px 1px rgba(255, 255, 255, 0.75);background-color:#f5f5f5;background-image:-moz-linear-gradient(top, #ffffff, #e6e6e6);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));background-image:-webkit-linear-gradient(top, #ffffff, #e6e6e6);background-image:-o-linear-gradient(top, #ffffff, #e6e6e6);background-image:linear-gradient(to bottom, #ffffff, #e6e6e6);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);border-color:#e6e6e6 #e6e6e6 #bfbfbf;border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);*background-color:#e6e6e6;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);border:1px solid #bbbbbb;*border:0;border-bottom-color:#a2a2a2;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;*margin-left:.3em;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);box-shadow:inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);}.btn:hover,.btn:active,.btn.active,.btn.disabled,.btn[disabled]{color:#333333;background-color:#e6e6e6;*background-color:#d9d9d9;}
.btn:active,.btn.active{background-color:#cccccc \9;}
.btn:first-child{*margin-left:0;}
.btn:hover{color:#333333;text-decoration:none;background-color:#e6e6e6;*background-color:#d9d9d9;background-position:0 -15px;-webkit-transition:background-position 0.1s linear;-moz-transition:background-position 0.1s linear;-o-transition:background-position 0.1s linear;transition:background-position 0.1s linear;}
.btn:focus{outline:thin dotted #333;outline:5px auto; -webkit-focus-ring-color;outline-offset:-2px;}
.btn.active,.btn:active{background-color:#e6e6e6;background-color:#d9d9d9 \9;background-image:none;outline:0;-webkit-box-shadow:inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);-moz-box-shadow:inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);box-shadow:inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);}
.btn.disabled,.btn[disabled]{cursor:default;background-color:#e6e6e6;background-image:none;opacity:0.65;filter:alpha(opacity=65);-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;}
.btn-mini{padding:1px 6px;font-size:9px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}
.clearfix{*zoom:1;}.clearfix:before,.clearfix:after{display:table;content:"";line-height:0;}
.clearfix:after{clear:both;}.w60{width:60px}.w80{width:80px}.w80p{width: 80%}.mleft10{margin-left: 10px}.w300{width: 300px}
.hide {display: none;}
.fade.in {opacity: 1;}
section.alert1, .alert1 h4 {color: #c09853;}
section.alert1 {
padding: 8px 35px 8px 14px;
margin-bottom: 20px;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
background-color: #fcf8e3;
border: 1px solid #fbeed5;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.fade {
opacity: 0;
-webkit-transition: opacity 0.15s linear;
-moz-transition: opacity 0.15s linear;
-o-transition: opacity 0.15s linear;
transition: opacity 0.15s linear;
}
section.alert1 .close {
position: relative;
top: -2px;
right: -21px;
line-height: 20px;
}
button.close {
padding: 0;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
}
.close {
float: right;
font-size: 20px;
font-weight: bold;
line-height: 20px;
color: #000000;
text-shadow: 0 1px 0 #ffffff;
opacity: 0.2;
filter: alpha(opacity=20);
}
.bold{font-weight:bold}

[class^="icon-"]:before, 
[class*=" icon-"]:before
{
    font-family: 'entypo';
    font-weight: normal;
    font-style: normal;
    speak: none;
    -webkit-font-smoothing: antialiased;
}
.top10{padding-top: 10px}
.icon-glass:before{content:"\f000";}
.icon-heart:before{content:"\f004";}
.icon-star:before{content:"\f005";}
.icon-star-empty:before{content:"\f006";}
.icon-th-large:before{content:"\f009";}
.icon-th:before{content:"\f00a";}
.icon-th-list:before{content:"\f00b";}
.icon-remove:before{content:"\229F";}
.icon-off:before{content:"\f011";}
.icon-trash:before{content:"\f014";}
.icon-home:before{content:"\f015";}
.icon-road:before{content:"\f018";}
.icon-volume-off:before{content:"\f026";}
.icon-volume-down:before{content:"\f027";}
.icon-volume-up:before{content:"\f028";}
.icon-qrcode:before{content:"\f029";}
.icon-tag:before{content:"\f02b";}
.icon-tags:before{content:"\f02c";}
.icon-font:before{content:"\f031";}
.icon-bold:before{content:"\f032";}
.icon-italic:before{content:"\f033";}
.icon-text-height:before{content:"\f034";}
.icon-text-width:before{content:"\f035";}
.icon-align-left:before{content:"\f036";}
.icon-align-center:before{content:"\f037";}
.icon-align-right:before{content:"\f038";}
.icon-align-justify:before{content:"\f039";}
.icon-indent-left:before{content:"\f03b";}
.icon-indent-right:before{content:"\f03c";}
.icon-adjust:before{content:"\f042";}
.icon-share:before{content:"\f045";}
.icon-check:before{content:"\f046";}
.icon-move:before{content:"\f047";}
.icon-step-backward:before{content:"\f048";}
.icon-fast-backward:before{content:"\f049";}
.icon-backward:before{content:"\f04a";}
.icon-play:before{content:"\25B6";}
.icon-pause:before{content:"\25A0";}
.icon-stop:before{content:"\25A0";}
.icon-forward:before{content:"\27A6";}
.icon-fast-forward:before{content:"\f050";}
.icon-step-forward:before{content:"\f051";}
.icon-eject:before{content:"\f052";}
.icon-chevron-left:before{content:"\f053";}
.icon-chevron-right:before{content:"\f054";}
.icon-remove-circle:before{content:"\f05c";}
.icon-ok-circle:before{content:"\f05d";}
.icon-share-2:before{content:"\f064";}
.icon-resize-full:before{content:"\f065";}
.icon-resize-small:before{content:"\f066";}
.icon-plus:before{content:"\2795";}
.icon-minus:before{content:"\2796";}
.icon-asterisk:before{content:"\f069";}
.icon-eye-open:before{content:"\f06e";}
.icon-eye-closed:before{content:"\f070";}
.icon-magnet:before{content:"\f076";}
.icon-chevron-up:before{content:"\f077";}
.icon-chevron-down:before{content:"\E764";}
.icon-resize-vertical:before{content:"\f07d";}
.icon-resize-horizontal:before{content:"\f07e";}
.icon-thumbs-up:before{content:"\f087";}
.icon-thumbs-down:before{content:"\f088";}
.icon-hand-right:before{content:"\f0a4";}
.icon-hand-left:before{content:"\f0a5";}
.icon-hand-up:before{content:"\f0a6";}
.icon-hand-down:before{content:"\f0a7";}
.icon-bullhorn:before{content:"\f0a1";}
.icon-certificate:before{content:"\f0a3";}
.icon-circle-arrow-right:before{content:"\f0a8";}
.icon-circle-arrow-left:before{content:"\f0a9";}
.icon-circle-arrow-up:before{content:"\f0aa";}
.icon-circle-arrow-down:before{content:"\f0ab";}
.icon-tasks:before{content:"\f0ae";}
.icon-film:before{content:"\f008";}
.icon-ok:before{content:"\f00c";}
.icon-book:before{content:"\f02d";}
.icon-caret-down:before{content:"\f0d7";}
.icon-caret-up:before{content:"\f0d8";}
.icon-caret-left:before{content:"\f0d9";}
.icon-caret-right:before{content:"\f0da";}
.icon-sort:before{content:"\f0dc";}
.icon-sort-up:before{content:"\f0de";}
.icon-sort-down:before{content:"\f0dd";}
.icon-magic:before{content:"\f0d0";}
.icon-cogs:before{content:"\f085";}
.icon-pie-chart:before{content:"\e05a";}
.icon-support:before{content:"\e05b";}
.icon-hour-glass:before{content:"\e05c";}
.icon-key-2:before{content:"\e05d";}
.icon-keyboard:before{content:"\e05e";}
.icon-light-bulb:before{content:"\e05f";}
.icon-link:before{content:"\e060";}
.icon-unlink:before{content:"\e061";}
.icon-microphone:before{content:"\e062";}
.icon-mouse:before{content:"\e063";}
.icon-tablet:before{content:"\e064";}
.icon-mobile-phone:before{content:"\e065";}
.icon-phone:before{content:"\e066";}
.icon-pacman:before{content:"\e067";}
.icon-paper-airplane:before{content:"\e068";}
.icon-attachment:before{content:"\e069";}
.icon-record:before{content:"\e06a";}
.icon-file-zip:before{content:"\e06b";}
.icon-power:before{content:"\e06c";}
.icon-radio:before{content:"\e06d";}
.icon-cloud:before{content:"\e06e";}
.icon-rainy:before{content:"\e06f";}
.icon-lightning:before{content:"\e070";}
.icon-rainy-2:before{content:"\e071";}
.icon-cloudy:before{content:"\e072";}
.icon-cloud-2:before{content:"\e073";}
.icon-windy:before{content:"\e074";}
.icon-windy-2:before{content:"\e075";}
.icon-snowy:before{content:"\e076";}
.icon-snowy-2:before{content:"\e077";}
.icon-weather:before{content:"\e078";}
.icon-cloudy-2:before{content:"\e079";}
.icon-lightning-2:before{content:"\e07a";}
.icon-sun:before{content:"\e07b";}
.icon-moon:before{content:"\e07c";}
.icon-snowflake:before{content:"\e07d";}
.icon-sun-2:before{content:"\e07e";}
.icon-rss:before{content:"\e07f";}
.icon-rss-2:before{content:"\e080";}
.icon-safari:before{content:"\e081";}
.icon-scissor:before{content:"\f0c4";}
.icon-settings:before{content:"\e082";}
.icon-television:before{content:"\e083";}
.icon-tools:before{content:"\e084";}
.icon-tree:before{content:"\e085";}
.icon-truck:before{content:"\f0d1";}
.icon-gift:before{content:"\f06b";}
.icon-umbrella:before{content:"\f0e9";}
.icon-spades:before{content:"\e086";}
.icon-clubs:before{content:"\e087";}
.icon-diamonds:before{content:"\e088";}
.icon-atom:before{content:"\e08a";}
.icon-planet:before{content:"\e08b";}
.icon-yinyang:before{content:"\e08c";}
.icon-pie-chart-3:before{content:"\e08d";}
.icon-pie-chart-2:before{content:"\e08e";}
.icon-newspaper:before{content:"\e08f";}
.icon-database:before{content:"\e090";}
.icon-gauge:before{content:"\e091";}
.icon-accessibility:before{content:"\e092";}
.icon-apple:before{content:"\e093";}
.icon-android:before{content:"\e094";}
.icon-windows:before{content:"\e095";}
.icon-file-xml:before{content:"\e096";}
.icon-file-css:before{content:"\e097";}
.icon-html5:before{content:"\e098";}
.icon-cyclop:before{content:"\e099";}
.icon-bended-arrow-up:before{content:"\e09a";}
.icon-bended-arrow-down:before{content:"\e09b";}
.icon-key:before{content:"\f084";}
.icon-pushpin:before{content:"\f08d";}
.icon-table:before{content:"\f0ce";}
.icon-legal:before{content:"\f0e3";}
.icon-stats-up:before{content:"\e09c";}
.icon-google-circles:before{content:"\e09d";}
.icon-sound:before{content:"\e09e";}
.icon-mute:before{content:"\e09f";}
.icon-lemon:before{content:"\f094";}
.icon-dribbble:before{content:"\e0a1";}
.icon-graph:before{content:"\e0a2";}
.icon-sign-post:before{content:"\e0a3";}
.icon-add-contact:before{content:"\e0a4";}
.icon-chemical:before{content:"\e0a5";}
.icon-network:before{content:"\e0a6";}
.icon-calendar-month:before{content:"\e0a7";}
.icon-progress-bar:before{content:"\e0a8";}
.icon-download:before{content:"\e002";}
.icon-download-2:before{content:"\e003";}
.icon-upload:before{content:"\e004";}
.icon-upload-2:before{content:"\e005";}
.icon-briefcase:before{content:"\e006";}
.icon-user:before{content:"\e007";}
.icon-users:before{content:"\e008";}
.icon-twitter:before{content:"\e009";}
.icon-exclamation-sign:before{content:"\26A0";}
.icon-music:before{content:"\e00c";}
.icon-search:before{content:"\e00d";}
.icon-film-camera:before{content:"\e00e";}
.icon-zoom-out:before{content:"\e00f";}
.icon-zoom-in:before{content:"\e010";}
.icon-broadcast:before{content:"\e011";}
.icon-cog:before{content:"\e012";}
.icon-cog-2:before{content:"\e013";}
.icon-home-2:before{content:"\e014";}
.icon-file-pdf:before{content:"\e015";}
.icon-file-openoffice:before{content:"\e016";}
.icon-file-word:before{content:"\e017";}
.icon-file-excel:before{content:"\e018";}
.icon-file-powerpoint:before{content:"\e019";}                .icon-remove:before
.icon-file:before{content:"\e01a";}
.icon-time:before{content:"\e01b";}
.icon-inbox:before{content:"\e01d";}
.icon-play-circle:before{content:"\25B6";}
.icon-repeat:before{content:"\e01f";}
.icon-refresh:before{content:"\e020";}
.icon-list-2:before{content:"\e022";}
.icon-lock:before{content:"\e023";}
.icon-unlock:before{content:"\e024";}
.icon-flag:before{content:"\e025";}
.icon-headphones:before{content:"\e026";}
.icon-bookmark:before{content:"\e027";}
.icon-print:before{content:"\e028";}
.icon-camera:before{content:"\e02a";}
.icon-list:before{content:"\f03a";}
.icon-facetime-video:before{content:"\e021";}
.icon-picture:before{content:"\e029";}
.icon-pictures:before{content:"\e02b";}
.icon-pencil:before{content:"\e02c";}
.icon-tint:before{content:"\e02e";}
.icon-plus-sign:before{content:"\e02f";}
.icon-minus-sign:before{content:"\e030";}
.icon-remove-sign:before{content:"\274C";}
.icon-ok-sign:before{content:"\e032";}
.icon-question-sign:before{content:"\e033";}
.icon-info-sign:before{content:"\E705";}
.icon-screenshot:before{content:"\e035";}
.icon-arrow-right:before{content:"\e036";}
.icon-arrow-left:before{content:"\e037";}
.icon-arrow-up:before{content:"\e038";}
.icon-arrow-down:before{content:"\e039";}
.icon-leaf:before{content:"\e03a";}
.icon-fire:before{content:"\e03b";}
.icon-plane:before{content:"\e03c";}
.icon-random:before{content:"\e03e";}
.icon-comments:before{content:"\e03f";}
.icon-comment:before{content:"\e040";}
.icon-retweet:before{content:"\e041";}
.icon-folder-closed:before{content:"\e042";}
.icon-folder-close:before{content:"\e044";}
.icon-hdd:before{content:"\e045";}
.icon-bell:before{content:"\e046";}
.icon-globe:before{content:"\e047";}
.icon-wrench:before{content:"\e048";}
.icon-filter:before{content:"\e049";}
.icon-shopping-cart:before{content:"\e04b";}
.icon-cd:before{content:"\e000";}
.icon-signal:before{content:"\e04c";}
.icon-cog-3:before{content:"\e04d";}
.icon-fullscreen:before{content:"\f0b2";}
.icon-ban-circle:before{content:"\f05e";}
.icon-trophy:before{content:"\f091";}
.icon-stats:before{content:"\e043";}
.icon-t-shirt:before{content:"\e04a";}
.icon-steering-wheel:before{content:"\e04e";}
.icon-bended-arrow-left:before{content:"\e04f";}
.icon-bended-arrow-right:before{content:"\e050";}
.icon-compass:before{content:"\e051";}
.icon-facebook:before{content:"\e052";}
.icon-bars:before{content:"\e053";}
.icon-loading:before{content:"\e054";}
.icon-food:before{content:"\e055";}
.icon-bag:before{content:"\e056";}
.icon-warning-sign:before{content:"\26A0";}
.icon-history:before{content:"\e058";}
.icon-install:before{content:"\e059";}
.icon-archive:before{content:"\e0a0";}
.icon-battery:before{content:"\e0a9";}
.icon-publish:before{content:"\e0aa";}
.icon-feather:before{content:"\e0ab";}
.icon-calendar:before{content:"\e0ac";}
.icon-moon-2:before{content:"\e03d";}
.icon-comment-2:before{content:"\e0ad";}
.icon-comments-2:before{content:"\e0ae";}
.icon-business-card:before{content:"\e0af";}
.icon-flashlight:before{content:"\e0b0";}
.icon-monitor:before{content:"\e0b1";}
.icon-coffee:before{content:"\e0b2";}
.icon-frame:before{content:"\e089";}
.icon-boat:before{content:"\e0b3";}
.icon-drops:before{content:"\e0b4";}
.icon-mug:before{content:"\e0b5";}
.icon-reply:before{content:"\e0b6";}
.icon-official:before{content:"\e0b7";}
.icon-envelope:before{content:"\e0b9";}
.icon-map-marker:before{content:"\e02d";}
.icon-edit:before{content:"\f044";}
.icon-barcode:before{content:"\f02a";}
.icon1.ielts:before{content:"\1F4F0";}
.icon1.Dashboard:before{content:"\E728";}
.icon1.help:before{ content: "\2753";}
.icon1:before {
font: 48px/.75 'entypo';
height: 36px;
width: 32px;
margin-right: 5px;margin-left: 15px;
vertical-align: -5px;
text-decoration: none;
display: inline-block;
zoom: 1;
_height: 36px;
}
h1.header{
background: #d5d9de;
background: -webkit-linear-gradient(#f4f4f4,#d5d9de);
background: -o-linear-gradient(#f4f4f4,#d5d9de);
background: -ms-linear-gradient(#f4f4f4,#d5d9de);
background: linear-gradient(#f4f4f4,#d5d9de);
font-size: 14px;
padding: 10px 35px 10px 15px;
text-transform: uppercase;
border-bottom: 1px solid #BEBEBE;
box-shadow: 0 1px #EDEDE7; -webkit-border-radius: 5px 5px 0 0;-moz-border-radius: 5px 5px 0 0;
border-radius: 5px 5px 0 0;
margin: 0;
line-height: 1.2;
}
#overlay {
	position:fixed; 
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#000;
	opacity:0.5;
	filter:alpha(opacity=50); z-index:1000
}

#modal {
	position:absolute;
	overflow: visible !important;
    margin: 20px auto;
    border: 1px solid #CCC;
    border-radius: 5px!important;
    -webkit-border-radius: 5px !important;
    -moz-box-border-radius: 5px !important;
    box-shadow: 0 0 0 1px #000,0 1px 0 1px #727272,0 1px 0 4px #353535,0 0px 0 4px #727272,0px 0px 0 5px #000,0px 1px 0 5px #000,0 0 5px 6px #333;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    overflow: hidden!important;z-index: 1001;
    border: 0;
}
.top5{padding-top: 5px}.bold{font-weight:bold}
.w60p{width:60%}.w-auto{width:auto}.w100{width:100px}
#content {background:#fff;padding: 10px} .w200{width:200px}
#close {position:absolute;background:url(/content/themes/admin/images/close.png) 0 0 no-repeat;width:24px;height:27px;display:block;text-indent:-9999px;top:4px;right:5px;}
.control-group {border-bottom: 1px solid #eaeaea;border-top: 1px solid #fff;padding: 5px 10px;background: #f6f6f6;}
.control-group .control-label {margin: 0;padding: 15px 10px 5px 10px;color: #555;}
.control-label {text-align: left;width: 140px;float:left}
.control-group .controls {padding: 10px;background: #fff;border-left: 1px solid #ddd;}
.controls {margin-left: 160px;}

.w100check {
    width:20px;
}