body.panel {
	font-family: 'Open Sans', sans-serif;
	background-color: #f7f7f7;
	position: relative;
	margin: 0px;
	font-size: 12px;
	padding: 0px;
	/*-webkit-font-smoothing: antialiased;*/
}
.panel h1,.panel h2,.panel h3,.panel h4,.panel h5 {
	margin: 0;
	line-height: inherit;
	color: #29323d;
}
.panel h1 small,.panel h2 small,.panel h3 small,.panel h4 small,.panel h5 small {
	margin-left: 15px;
	font-style: italic;
}

.panel input.search{
	background: url("../img/lens.png") #fcfcfc no-repeat 95%;
	box-shadow: none;
	height: 19px;
	font-size: 13px;
	padding: 2px 6px;
	border:1px solid #d0dde9;
	margin: 0;
	border-radius: 2px;
	top: 11px;
}

.panel .header{
	margin-bottom: 60px;
}
.panel .header h1,
.panel .header h2,
.panel .header h3,
.panel .header h4,
.panel .header h5 {
	float: left;
	margin-top: 5px;
}

/* Custom navbar stuff */
.panel .navbar-inner {
	padding-left: 40px;
	padding-right: 40px;
	font-size: 14px;
}

/* search input */
.navbar-inverse input.search {
	background: url("../img/lens.png") #0f1217 no-repeat 95%;
	border: 1px solid #0f1217;
	position: relative;
	border-radius: 4px;
	top: 9px;
	padding: 3px 6px;
	color: #000;
	font-size: 13px;
	margin-right: 40px;
	-webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
}
.navbar-inverse input.search:focus {
	background-color: #fff;
}
/* navbar settings and logout icons */
.panel .navbar-inverse .settings i {
	color: #9ba3ad;
	font-size: 21px;
}


/* notification menu with custom dropdowns */
.panel .navbar-inverse .notification-dropdown {
	position: relative;
}
.panel .navbar-inverse .notification-dropdown > a:hover,
.panel .navbar-inverse .notification-dropdown > a.active {
	background: #254261 !important;
	box-shadow: inset 1px 0px 1px 0px rgb(62, 90, 121);
}
.panel .navbar-inverse .notification-dropdown i {
	font-size: 17px;
	color: #9ba3ad;	
}
.panel .navbar-inverse .notification-dropdown .count {
	position: absolute;
	top: 1px;
	left: 58%;
	background: rgb(53, 186, 196);
	padding: 0px 5px;
	border-radius: 30px;
	color: #fff;
	line-height: 16px;
	z-index: 9999;
	text-align: center;
	font-size: 11px;
}

/* navbar popup dialog */
.panel .navbar-inverse .pop-dialog {
	position: absolute;
	right: -10px;
	top: 55px;
	display: none;
}
.panel .navbar-inverse .pop-dialog.is-visible {
	display: block; 
	-webkit-animation: reveal .2s ease-out;
	-moz-animation: reveal .2s ease-out;
	animation: reveal .2s ease-out;
}
.panel .navbar-inverse .pop-dialog .body {
	box-shadow: 0px 1px 9px 1px #c2c2c2;
}
.panel .navbar-inverse .pop-dialog .close-icon {
	float: right;
	text-decoration: none;
	z-index: 9999;
	position: relative;
}
.panel .navbar-inverse  .pop-dialog .footer {
	border-top: 1px solid #e6e8e9;
	background-color: #eff4f7;
	margin: 15px 0px -10px 0px;
	border-radius: 0px 0px 5px 5px;
	padding: 12px 20px;
	text-align: center;
}
.panel .navbar-inverse  .pop-dialog .footer a {
	font-weight: 600;
	color: #7d91a8;
}

/* navar popup dialog for notifications */
.panel .navbar-inverse  .pop-dialog .notifications {
	width: 330px;
	margin: 10px -10px 0px -10px;
}
.panel .navbar-inverse  .pop-dialog .notifications h3 {
	font-size: 13px;
	color: #404951;
	font-weight: bold;
	padding-left: 20px;
	margin-top: 5px;
	margin-bottom: 15px;
}
.panel .navbar-inverse  .pop-dialog .notifications .item {
	display: block;
	padding: 10px 0px 8px 20px;
	border-top: 1px solid #e7e8ea;
	color: rgb(54, 54, 54);
	text-decoration: none;
	padding-left: 50px;
	position: relative;
	transition: all .25s linear;
	-moz-transition: all .25s linear;
	-webkit-transition: all .25s linear;
	-o-transition: all .25s linear;
}
.panel .navbar-inverse  .pop-dialog .notifications .item:hover {
	background: rgb(240, 246, 255);
}
.panel .navbar-inverse  .pop-dialog .notifications .item > i {
	color: rgb(252, 130, 123);
	position: absolute;
	left: 19px;
	font-size: 18px;
}
.panel .navbar-inverse  .pop-dialog .notifications .item > i.icon-user {
	left: 18px;
}
.panel .navbar-inverse  .pop-dialog .notifications .item .time {
	float: right;
	color: #82a3c1;
	font-style: italic;
	font-weight: 600;
	font-size: 11px;
	min-width: 60px;
	margin-right: 5px;
}
.panel .navbar-inverse  .pop-dialog .notifications .item .time i {
	font-size: 13px;
	color: #cfcfcf;
	margin-right: 1px;
}

/* navar popup dialog for messages */
.panel .navbar-inverse .pop-dialog .messages {
	width: 330px;
	margin: 10px -10px 0px -10px;
}
.panel .navbar-inverse  .pop-dialog .messages .item {
	display: block;
	padding: 10px 20px 15px 20px;
	height: 54px; 
	border-bottom: 1px solid #e7e8ea;
	color: rgb(54, 54, 54);
	text-decoration: none;
	position: relative;
	transition: all .25s linear;
	-moz-transition: all .25s linear;
	-webkit-transition: all .25s linear;
	-o-transition: all .25s linear;
}
.panel .navbar-inverse  .pop-dialog .messages .item.last {
	border-bottom: 0px;
}
.panel .navbar-inverse  .pop-dialog .messages .item:hover {
	background: rgb(240, 246, 255);
}
.panel .navbar-inverse  .pop-dialog .messages .item .display {
	float: left;
	border-radius: 50px;
	margin-right: 15px;
}
.panel .navbar-inverse  .pop-dialog .messages .item .name {
	font-size: 12px;
	color: #404951;
	font-weight: bold;
}
.panel .navbar-inverse  .pop-dialog .messages .item .msg {
	font-size: 11px;
	color: rgb(117, 118, 119);
	font-weight: 600;
	line-height: 13px;
	position: relative;
	top: -1px;
}
.panel .navbar-inverse  .pop-dialog .messages .item .time {
	position: absolute;
	right: 0px;
	bottom: 6px;
	color: #82a3c1;
	font-style: italic;
	font-weight: 600;
	font-size: 11px;
	min-width: 60px;
	margin-right: 5px;
}
.panel .navbar-inverse  .pop-dialog .messages .item .time i {
	font-size: 13px;
	color: #cfcfcf;
	margin-right: 1px;
}
.panel .navbar-inverse  .pop-dialog .messages .footer {
	margin-top: 6px;
}



/* Sidebar */
.panel #sidebar-nav {
	position: absolute;
	width: 230px;
	float: left;
	margin: 0em;
	padding-top: 20px;	
}
.panel #dashboard-menu {
	list-style: none;
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: 0;
	margin-left: 20px;
}
.panel #dashboard-menu > li > a {
	display: block;
	margin-right: -15px;
	margin-left: -15px;
	padding: 19px 14px 15px 14px;
	margin-bottom: 5px;
	border-bottom: 1px solid #dae1e8;
	box-shadow: 0 2px 1px -1px #FFFFFF;
	color: rgb(110, 130, 155);
	outline: 0px;
	width: 88%;
}
.panel #dashboard-menu > li {
	position: relative;
}
/* font awesome icon */
.panel #dashboard-menu > li .icon-group {
	font-size: 22px;
}
.panel #dashboard-menu > li i {
	font-size: 23px;
	top: 17px;
}
.panel #dashboard-menu .pointer {
	position: absolute;
	right: 9px;
	top: 20px;
}
.panel #dashboard-menu .pointer .arrow,
.panel #dashboard-menu .pointer .arrow_border {
	border-color: transparent #fff transparent transparent;
	border-width: 11px;
	border-style: solid;
	font-size: 0;
	left: 50%;
	line-height: 0;
	margin: 0 auto;
	position: absolute;
	top: 0;
	width: 0;
	z-index: 1002;
	left: 0;
	margin-left: 45%;
}
.panel #dashboard-menu .pointer .arrow_border {
	border-color: transparent rgb(192, 210, 221) transparent transparent;
	border-width: 11px;
	margin-left: -1px;
	border-style: solid;
	z-index: 1001;
	top: 0px;
}
.panel #dashboard-menu a span {
	margin-left: 35px;
	transition: color .1s linear;
	-moz-transition: color .1s linear;
	-webkit-transition: color .1s linear;
	-o-transition: color .1s linear;
}
.panel #dashboard-menu a.ui-elements span {
	margin-left: 25px;
}
.panel #dashboard-menu a i {
	position: absolute;
	left: 0;
	height: 24px;
	width: 24px;
	opacity: 0.7;
	transition: opacity .1s ease;
	-moz-transition: opacity .1s ease;
	-webkit-transition: opacity .1s ease;
	-o-transition: opacity .1s ease;
}
.panel #dashboard-menu a i.icon-chevron-down {
	position: relative;
	float: right;
	top: 5px;
	font-size: 11px;
	color: rgb(104, 104, 104);
	width: initial;
	height: initial;
}
.panel #dashboard-menu > li:hover i{
	opacity: 1;
}
.panel #dashboard-menu > li.active > a,
.panel #dashboard-menu > li > a:hover {
	color: rgba(51, 69, 90, 1);
	text-decoration: none;
}
.panel #dashboard-menu > li.active a {
	font-weight: 600;
	text-shadow: 1px 1px 1px #fff;
}
.panel #dashboard-menu > li.active i{
	opacity: 1;
}

/* sidebar submenus */
.panel #dashboard-menu > li.active .dropdown-toggle {
	border-bottom: 0px;
	box-shadow: none;
}
.panel #dashboard-menu ul.submenu {
	list-style-type: none;
	display: none;
	margin-top: 7px;
	margin-bottom: 15px;
	margin-right: 5px;
	margin-left: -15px;
	padding-left: 15px;
	border-bottom: 1px solid #dae1e8;
	box-shadow: 0 2px 1px -1px #FFFFFF;
	padding-bottom: 10px;
}
.panel #dashboard-menu ul.submenu.active {
	display: block;
}
.panel #dashboard-menu ul.submenu a {
	font-weight: normal;
	font-size: 13px;
	color: rgb(76, 83, 90);
	text-decoration: none;
	display: block;
	margin-bottom: 7px;
}
.panel #dashboard-menu ul.submenu a:hover {
	text-decoration: underline;
}
.panel #dashboard-menu ul.submenu a.active {
	font-weight: bold;
	text-shadow: none;
}


.panel #pad-wrapper {
	padding: 0px 25px;
	margin-top: 55px;
}
.panel #pad-wrapper h4 {
	margin: 0;
	color: #696d73;
	font-style: italic;
}
.panel .content {
	min-width: 600px;
	min-height: 800px;
	margin-bottom: 100px;
	padding-bottom: 50px;
	overflow: hidden;
	position: relative;
	background: #fff;
	margin-left: 225px;
	border-left: 1px solid #dae3e9;
	border-bottom: 1px solid #dae3e9;
	box-shadow: -3px 3px 3px -2px #f1f1f3;
	border-radius: 0px 0px 0px 5px;
}
.panel .content.wide-content {
	margin-left: 0;
	border-radius: 0;
}

/* starts skins changer */
.panel .content .skins-nav {
	opacity: 1;
	-webkit-transition: right .3s;
	-moz-transition: right .3s;
	-ms-transition: right .3s;
	-o-transition: right .3s;
	transition: right .3s;

	position: fixed;
	right: -85px;
	top: 135px;
	font-size: 13px;
	z-index: 9999;
}
.panel .content .skins-nav:hover {
	right: 0;
}
.panel .content .skins-nav a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding-left: 10px;
	height: 37px;
	-webkit-border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
	margin-bottom: 3px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.panel .content .skins-nav a.first_nav {
	background: rgba(95, 175, 228, 0.8);
}
.panel .content .skins-nav a.second_nav {
	background: rgba(36, 43, 77, 0.8);
}
.panel .content .skins-nav a.first_nav:hover {
	background: rgba(95, 175, 228, 1);
}
.panel .content .skins-nav a.second_nav:hover {
	background: rgba(36, 43, 77, 1);
}
.panel .content .skins-nav a .icon {
	float: left;
	width: 9px;
	height: 10px;
	background: url('../img/skin-nav-bullets.png') 0 0 no-repeat;
	margin: 15px 15px 0 5px;
}
.panel .content .skins-nav a.selected .icon {
	background-position: 0 -9px;
}
.panel .content .skins-nav a .text {
	padding-right: 12px;
	white-space: nowrap;
	display: block;
	width: 100px;
	position: relative;
	top: 9px;
	-webkit-transition: width .2s;
	-moz-transition: width .2s;
	-ms-transition: width .2s;
	-o-transition: width .2s;
	transition: width .2s;
}
/* end skin changer*/


/********
CHARLIE STYLE
*********/

.panel body {font-weight: 200;}
.clear {clear: both;}

.panel input[type="radio"], input[type="checkbox"] {
	margin: 0 !important!;
}

.panel #pad-wrapper {margin-top: 40px;}

.panel .width-toggle {
	margin:0 0 20px 20px; 
	font-size: 18px;
	font-weight: bold; 
	border: 2px solid rgba(51, 69, 90, 1);; 
	border-radius: 50%;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 18px;
}
.panel .width-toggle .minus {
	line-height: 18px;
}
.panel .width-toggle a {
	display: block;
	color: rgba(51, 69, 90, 1);
}
.panel .width-toggle a:hover {
	text-decoration: none;
}
.panel .width-toggle a.plus {
	display: none;
}
.panel .cta_side, .feed {padding: 20px; margin-top: 20px;}
.panel .cta_side .btn-send {background: linear-gradient(to bottom, #ffe079, #fed851);}
.panel .cta_side .btn i {display: none;}
.panel .feed header {font-weight:200; font-size:16px; background: #98a5b6; padding: 10px 0; text-align: center; color: #fff;}
.panel .feed ul {background:#fff; list-style-type: none; display: block; border: 1px solid #e9e9e9; border-radius: 0 0 5px 5px; margin-left: 0;}
.panel .feed ul li {padding: 10px 20px; border-top: 1px solid #e9e9e9}

.panel .tab-overview table.table thead {border: none !important;}
.panel .tab-content {overflow: inherit !important}

.panel .widgets header {font-weight:200; font-size:16px; background: #98a5b6; color:#fff; padding: 10px 0; text-align: center; width: 100%}
.panel .widgets ul, .widget-body {list-style-type: none; display: block; border: 1px solid #e9e9e9; border-radius: 0 0 5px 5px; margin-left: 0;}
.panel .widgets ul li {padding: 10px 20px; border-top: 1px solid #e9e9e9}
.panel .widgets .in-widget {border: 1px solid #e9e9e9; border-radius: 0 0 5px 5px; padding:20px 20px;}

.panel .table-wrapper {margin-bottom: 40px;}
.panel .table-wrapper .head {margin-bottom: 20px;}

.panel .pagingNumber {padding:30px 0; position: relative;}

.panel #categories {
	border-right: 1px solid #dae3e9;
	margin-top: -40px;
	min-height: 100%;
}
.panel #categories .padding {padding: 40px 40px 40px 0;}
.panel #categories .search-category {padding-bottom: 40px; margin-bottom: 40px; border-bottom: 1px solid #dae3e9; display:none;}
.panel #categories .search {width: 95%}

.panel #categories li {margin-bottom: 10px; font-size: 14px; font-weight: bold;}
.panel #categories li.active a {border-radius: 3px;}

.panel h4.category-title {padding-bottom: 40px;}

.panel .alert-msg {
    background: #f21212;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    padding: 2px 5px;
}
.panel .alert-msg ul, .alert-msg li {
	padding: 0;
	border: none !important;
	display: inline;
}

.panel form .alert-msg {
	margin-bottom: 5px;
}
.panel .editor .alert-msg {
	display: inline-block !important;
}

.panel .editor {
	border: 1px solid #dae3e9;
	padding: 20px;
	font-size: 14px;
	font-family: helvetica, Arial, sans-serif;
	font-weight: 400;
	height:500px;
	overflow:auto;
	position: relative;
}
.panel .editor ::-webkit-input-placeholder {
	color: #414042;
	font-size: 14px;
	font-family: helvetica, Arial, sans-serif;
	}
.panel .editor::-moz-placeholder {
	color: #414042;
	font-size: 14px;
	font-family: helvetica, Arial, sans-serif;
}
.panel .editor:-moz-placeholder {
	color: #414042;
	font-size: 14px;
	font-family: helvetica, Arial, sans-serif;
}
.panel .editor:-ms-input-placeholder {
	color: #414042;
	font-size: 14px;
	font-family: helvetica, Arial, sans-serif;
}

.panel .editor input[type="text"] {
	display: inline !important;
	width: auto;
	background:  #fed851;
	padding: 1px 5px;
	border: 0;
	margin-bottom: 5px;
	font-size: 14px;
	font-family: helvetica, Arial, sans-serif;
}

.panel .editor .optional {
	background: #f7f7f7;
	padding: 20px 60px 20px 20px !important;
	margin-right: -20px;
	margin-left: -20px;
    display:block;
    height:auto;
    margin-bottom: 20px;
    position: relative;
}

.panel .editor .write-in {
	background:  #fed851 !important;
}

.panel .optional textarea {
	width:100%;
	background: inherit;
	border: none;
	font-size: 14px;
	font-family: helvetica, Arial, sans-serif;
	max-height:none !important; 
}
.panel .optional textarea:disabled {
	color: inherit;
}
.panel .editor button.close {
	font-size: 25px;
	/*background: #fff;*/
	padding: 5px;
	opacity: .7 !important;
	color: #bbb;
	position: absolute;
	right: 5px;
	top: 0
}

.panel .editor.review {
	height:400px;
}
.panel .editor p, .editor h3 {
	margin-bottom:20px; 
}
.panel .editor [contentEditable="true"] {
	background:  #fed851;
	padding: 2.5px 5px;
}
.panel .uploaded_agreement {
	height: auto;
}

.panel .other-info {
	overflow-y: hidden;
	height: 540px;
	margin-top: 60px;
	padding: 0 20px !important;
}
.panel .other-info > div {
	height: 540px;
}
.panel .other-info .mCSB_draggerRail {
	width: 5px !important;
}
.panel .other-info .mCSB_dragger_bar {
	width: 5px;
	background: #163f77 !important;
}
.panel .other-info .widgets {
	margin-bottom:20px;
}
.panel .other-info .brandLogo img {
	height: 50px;
	width: 175px;
	margin-top: 20px;
}
.panel .other-info [type="radio"], .rendering [type="radio"] {
	display: inline;
}
.panel .other-info label, .rendering label {
	display: inline;
	margin: 0 20px 0 10px;
	height: 30px;
	line-height: 30px;
}
.panel .add-r .show-on-phone {
	display: none;
}
.panel .submit {
	background: linear-gradient(to bottom, #ffe079, #fed851);
	margin-top: 60px;
}
.panel .submit:hover {
	background: linear-gradient(to bottom, #fed851, #ffe079);
}
.panel .submit-final {
	background: linear-gradient(to bottom, #ffe079, #fed851) !important;
	color: #252525;
}
.panel .submit-final:hover {
	color: #000;
}
.panel .tooltip-inner {
  max-width: 200px;
  padding: 8px;
  color: #ffffff;
  font-size:15px;
}


.panel .verify {
	margin-top:40px;
}

.panel .actions {
	margin-top: 40px;
}

.panel .change-message {
	margin-right: 20px;
}

.panel .recipient-rev a {
	font-weight: bold;
}
.panel #other_recipients_list {
	display: none;
}

.panel .sigPad {
	margin-top: 40px;
}
.panel .sigPad ul, .sigPad ul li {
	border: none !important;
	padding: 0 !important;
	margin: 0;
}

.panel .add-agr {
	margin-right:10px;
}

.panel .show-search {
	display:block;
	margin-bottom:-23px;
	margin-left:-30px;
}
.panel .show-search:hover {
	text-decoration:none;
}

.panel .agreement-preview {
	font-size:13px;
}
.panel .agreement-preview h4 {
	margin-bottom: 15px !important;
}


.panel .insert_draggable {
	background: #ccc;
	display: block;
	padding: 10px !important;
	border-radius: 3px;
	margin: 10px 0; 
	text-align: left; 
	padding: 5px 10px;
}
.panel .drag {padding: 10px 20px;}
.panel .draggable {
	position: absolute;
	top: 20px;
	display: block; 
	background: rgba(255, 255, 255, 0.7);
	padding: 15px 20px;
	border:5px solid #ccc;
	cursor: move;
	font-weight: bold;
	border-radius: 2px;
	max-width: 80%;
	width: 200px;
}
.panel div[id^="date"] {
	width: 80px !important; 
}
.panel .draggable:hover {
	border-color: rgb(110, 130, 155);
}
.panel .draggable.error {
	border-color: #ff0000;
	background: rgba(235, 29, 29, 0.7);
	color: #fff;
}
.panel .draggable.error a {
	color: #fff;
}
.panel .draggable div {
	padding-bottom: 10px;
	border-bottom: 3px solid #000;
}

.panel .edit-element {
	display: none;
}
.panel .editable_element .edit-element {
	display: inline;
}
.panel .misc-modal textarea {
	width: 97.5%;
}

.panel .users {
	margin-top: 40px;
}
.panel .users img {
	width: 40px;
	height: 40px;
	float: left;
	margin-right: 20px;
}
.panel .users .name {
	font-size: 14px;
}
.panel .users .name, .users .subtext {
	display: block;
}

.panel .plan {
	margin-top: 60px;
}
.panel .plan .account h4{
	padding-top: 0;
}
.panel .plan h4 {
	font-weight: bold;
	font-style: normal !important;
	margin-bottom: 20px !important;
	color: #000 !important;
}
.panel .plan .edit {
	display: none;
}

.panel .change-account-password {
	display: none;
}

.panel .previewPopup[aria-hidden="true"] {
	display: none !important;
}

.panel #copywrite {
	background: none repeat scroll 0 0 #394755;
    color: #D6DFE5;
    padding:10px 0 0;
}

.panel #copywrite a {
	display: inline-block;
	color: #fff;
	margin: 0 10px;
	font-weight: bold;
}
.panel #copywrite a {
	display: inline-block;
	color: #fff;
	margin: 0 10px;
	font-weight: bold;
}

.panel .credit-info {
	text-align: left;
}

/*drag & drop upload*/
.panel #dragAndDropHandler
{
	border:1px solid #ccc;
	color:#92AAB0;
	border-radius: 3px;
	text-align:left;
	vertical-align:middle;
	padding:20px;
	margin-bottom:20px;
	font-size:18px;
}
.panel .progressBar {
    width: 30%;
    height: 22px;
    border: 1px solid #ddd;
    border-radius: 3px; 
    overflow: hidden;
    display:inline-block;
    margin:0 -1px;
    vertical-align:top;
}
 
.panel .progressBar div {
    height: 100%;
    color: #fff;
    text-align: right;
    line-height: 22px; /* same as #progressBar height if we want text middle aligned */
    width: 0;
    background-color:#5ba0d0; border-radius: 3px; 
}
.panel .statusBar
{
    border-top:1px solid #A9CCD1;
    min-height:25px;
    padding:20px 0;
    vertical-align:top;
}
/*
.statusBar:nth-child(odd){
    background:#EBEFF0;
}
*/
.panel .fileName
{
	display:inline-block;
	vertical-align:top;
	width:50%;
}
.panel .fileSize
{
	display:inline-block;
	vertical-align:top;
	color:#30693D;
	width:20%;
}
.panel .abort{
    display: inline-block;
  *display: inline;
  padding: 4px 12px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  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;
  border: 1px solid #cccccc;
  *border: 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);
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    }

 .panel .account .padding {
 	padding-right: 40px;
 	border-right: 1px solid #ccc;
 }
 .panel .account .avatar {
 	width: 120px;
 	height: 120px;
 	overflow: hidden;
 	border-radius: 50%;
 	margin-bottom:40px;
 	border:5px solid #ddd;
 }

 .panel .account h5 {
 	font-weight: bold;
 	margin: 20px 0 10px;
 }

 .panel .account h4 {
 	font-weight: bold;
 	font-style: normal !important;
 	padding-top: 40px;
 	color: #000 !important;
 	margin-bottom: 20px !important;
 }

.panel .account .upgrade {
	margin: 40px 0 20px !important;
}

.panel .btn-uploadLogo {
	margin-top: 20px !important;
}

.panel .personal h4 {
	margin-bottom: 40px !important;
}
.panel .new-user {
	margin-top: 40px;
}
.panel .personal label, .new-user label {
	font-weight: bold;
}
.panel .personal .form-group, .new-user .form-group {
	margin-bottom: 15px;
}
.panel .personal .address, .new-user .address {
	margin-top: 15px;
}

.panel .upgrade-form {
	margin-top: 70px;

}
.panel .confirm-actions {
	margin-top: 40px;
	border-top:1px solid #ddd;
	padding-top: 40px;
}
.panel .upgrade-form h4 {
	margin-bottom: 20px !important; 
}
.panel .promo-input {
    display: none;
}

.panel .modal-footer .alert-msg {
	text-align: center;
	margin-top: 10px;
}

/* .label-incomplete { */
/* 	background: #fed851 !important; */
/* 	color: #000; */
/* } */
.panel .whoWillSign label {
	margin-right: 0;
	padding-right: 0;
}
.panel .whoWillSign label:after {
	content: "";
	display: block;
}
/********
END CHARLIE STYLE
*********/

/********
SERGIO STYLE
*********/
/* Taken from css/bootstrap/bootstrap.css - .label-important */
.panel .label-cancelled {
	background-color: #b94a48;
}

/* Taken from css/bootstrap/bootstrap.css - .label-success */
.panel .label-approved {
	background-color: #468847;
}

/* Taken from css/bootstrap/bootstrap.css - .label-warning */
.panel .label-incomplete,
.panel .label-viewed,
.panel .label-sent,
.panel .label-rejected,
.panel .label-resent,
.panel .label-modified {
	background-color: #f89406;
}

/* Taken from css/bootstrap/bootstrap.css - .icon-remove-sign */
.panel .icon-error-sign {
	background-position: -48px -96px;
}

/* Taken from css/bootstrap/bootstrap.css - .icon-exclamation-sign */
.panel .icon-notice-sign {
	background-position: 0 -120px;
}

/* Taken from css/bootstrap/bootstrap.css - .alert-info */
.panel .alert-notice {
	color: #3a87ad;
	background-color: #d9edf7;
	border-color: #bce8f1;
}

/* Taken from css/lib/font-awesome.css - .icon-remove-sign:before */
.panel .icon-error-sign:before {
	content: "\f057";
}
 
/* Taken from css/lib/font-awesome.css - .icon-exclamation-sign:before */
.panel .icon-notice-sign:before {
	content: "\f06a";
}

.panel .brandLogoImage {
	width: 175px;
	height: 50px;	
}

.downloadBox {
	margin-top:20px;
}
.downloadMessage {
	margin-bottom:10px;
}

/********
END SERGIO STYLE
*********/

/*
Pagination
*/

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.428571429;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #eeeeee;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 0 !important;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  background-color: #ffffff;
  cursor: not-allowed;
}

/* responsive */
@media (min-width: 1020px) {
	/*  Collapsed style for library */
	.collapsed-sidebar .content {
		margin-left: 65px;
	}
	.collapsed-sidebar #dashboard-menu {
		margin-left: 5px;
	}
	.collapsed-sidebar #dashboard-menu .pointer {
		display: none;
	}
	.collapsed-sidebar #dashboard-menu li a span {
		visibility: hidden;
	}
	.collapsed-sidebar .feed {visibility: hidden;}
	.collapsed-sidebar .cta_side {padding: 10px;}
	.collapsed-sidebar .cta_side .btn {width:45px; padding: 10px 0;}
	.collapsed-sidebar .cta_side .btn span {display: none !important;}
	.collapsed-sidebar .cta_side .btn i {display: inline;}
}
@media (max-width: 1020px) {
	.panel .content {
		margin-left: 65px;
	}
	.panel #dashboard-menu {
		margin-left: 5px;
	}
	.panel #dashboard-menu .pointer {
		display: none;
	}
	.panel #dashboard-menu li a span {
		visibility: hidden;
	}
	.panel .feed {visibility: hidden;}
	.panel .cta_side {padding: 10px;}
	.panel .cta_side .btn {width:45px; padding: 10px 0;}
	.panel .cta_side .btn span {display: none;}
	.panel .cta_side .btn i {display: inline;}
	.panel .width-toggle {display: none;}
}
@media (max-width: 600px) {
	.panel .content {
		margin-left: 0em;
		border-left-width: 0px;
	}
	.panel .video iframe {height:300px;}
}
@media (max-width: 822px) {
	.panel .navbar-inverse input.search {display: none;}
}
@media (max-width: 767px) {
	.panel #pad-wrapper {  
		padding: 0px 10px;
	}
	.panel .content {
		min-width: 0px;
		margin:0;
	}
	.panel #main-stats .stat{
		width: 50%;
		float: left;
	}

	.panel #sidebar-nav {
		left: -200px;
		position: fixed;
		z-index: 9999;
		background-color: #f7f7f7;
		padding-top: 0px;
		border-right: 1px solid #ccc;
		width: 165px;
		box-shadow: 1px 1px 4px 1px rgb(233, 233, 233);

		-webkit-transition: left .25s ease;
		-moz-transition: left .25s ease;
		-o-transition: left .25s ease;
		-ms-transition: left .25s ease;
		transition: left .25s ease;
	}	
	.panel #sidebar-nav #dashboard-menu {
		margin-left: 10px;
	}
	.panel #sidebar-nav #dashboard-menu li a span {
		visibility: visible;
	}
	.panel #sidebar-nav #dashboard-menu li:last-child a {
		border-bottom: 0px;
		box-shadow: none;
	}
	.panel #sidebar-nav.display {
		position: static;
		left: 0;
		height: 100%;
		z-index:9999999;
	}
	.panel .feed {visibility: visible;}
	.panel .cta_side {padding: 20px;}
	.panel .cta_side .btn {width:auto; padding: 10px 0;}
	.panel .cta_side .btn span {display: inline;}
	.panel .cta_side .btn i {display: none;}
	.panel .width-toggle {display: none;}

	.panel button.add-r {
		float: none !important; 
		display: block;
		width: 100%;
	}
	.panel .add-r .show-on-phone {
		display: inline;
	}
	.panel .submit {
		position:static;
		margin: 20px auto !important;
		display: block;
	}

	.panel #categories {
		border-right: none;}
	.panel #categories .padding {padding: 40px 0 40px;}
	.panel #categories .search-category {padding-bottom: 40px; margin-bottom: 40px; border-bottom: 1px solid #dae3e9}
	
	.panel .modal {
		position: absolute !important;
	}
}
