
/*-----------------------------------------------------------------------------------*/
/*	0.	CSS Reset & Clearfix - http://meyerweb.com/eric/tools/css/reset/
/*-----------------------------------------------------------------------------------*/
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, font, 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 { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } :focus { outline: 0; } ins { text-decoration: none; } del { text-decoration: line-through; } table { border-collapse: collapse; border-spacing: 0; }
a:active, a:focus, img { outline: 0; text-decoration:none; outline:0; }

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } .clearfix { display: block; clear:both; } /* End hide from IE Mac */ .none { display: none; } /* End Clearfix */
.left { float:left; }
.right { float:right; }

/*-----------------------------------------------------------------------------------*/
/*	1.	Document Setup (body, common classes, vertical rhythm, structure etc)
/*-----------------------------------------------------------------------------------*/
html, body {
  margin: 0;
  padding: 0;
  overflow-x:hidden;
  height:100%;
  min-height:100%;
}
table.table {
  margin-bottom: 10px;
}
/*-----------------------------------------------------------------------------------*/
/*	2.	Header Styles
/*-----------------------------------------------------------------------------------*/
#header {
  /*border-bottom:1px solid #292929;*/
  height:51px;
  background: #ffffff;
  box-shadow: rgba(0,0,0,0.1) 0 4px 5px;
  -moz-box-shadow: rgba(0,0,0,0.1) 0 4px 5px;
  -webkit-box-shadow: rgba(0,0,0,0.1) 0 4px 5px;
}
.logo {
  background: #484d67 url("/images/svg/ct-logo-dashboard.svg?v=671b32f5f1f9445ead7c3556bfbee779") 36px 12px no-repeat !important;
  display: block;
  width: 190px;
  height: 51px;
  float: left;
  text-decoration: none;
  color: #535457;
  text-align: center;
  background-size: 102px 32px !important;
}
.logo h1 {
  text-indent:-9999px;
}
.search {
  margin-left:112px;
  margin-top:13px;
  float:left;
}
.search input[type="text"], .search input[type="text"]:focus {
  color:#9a9a9a;
  font-size:14px;
  border:1px solid #292929;
  width:206px;
  height:35px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding:0px 22px;
  background:url(/ext/nightsky/images/search.png?v=08467cacd7990bf15ce19dc46bc4218b) #fff right bottom no-repeat;
  background-size:30px 30px;
}

.head-button-link {
  width:32px;
  height:32px;
  display:block;
  background-image:url(/ext/nightsky/images/icon_message.png?v=0648a7e68e7259d0de6e69705eb7f283);
  background-size:32px 96px;
  margin-top:14px;
  margin-right:20px;
  float:left;
  color:#fff;
}
.head-button-link:hover, .head-button-link:focus, .head-button-link:active  {
  text-decoration:none;
  color:#fff;
  outline:0;
}
.head-button-link:hover {
  background-position:0px -32px;
}
.head-button-link:active, .head-button-link:focus {
  background-position:0px -64px;
}
.head-button-link.notification {
  background-image:url(/ext/nightsky/images/icon_notification.png?v=f841811d3713ea652e9c9a9393dfbe89);
}
.head-button-link.config {
  background-image:url(/ext/nightsky/images/icon_config.png?v=77fe43a4bb454fffd791eb3a991b2724);
}
.head-button-link.menu-hide {
  background-image:url(/ext/nightsky/images/icon_menu.png?v=791b6c63fc872648862d978c1d9d2db1);
  text-indent:-99999px;
  margin-left:20px;
}
.notice-new {
  background: #ed5d31;
  background: -moz-linear-gradient(top, #ed5d31 0%, #d04419 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ed5d31), color-stop(100%,#d04419));
  background: -webkit-linear-gradient(top, #ed5d31 0%,#d04419 100%);
  background: -o-linear-gradient(top, #ed5d31 0%,#d04419 100%);
  background: -ms-linear-gradient(top, #ed5d31 0%,#d04419 100%);
  background: linear-gradient(to bottom, #ed5d31 0%,#d04419 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed5d31', endColorstr='#d04419',GradientType=0 );
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding:0px 5px 2px 5px;
  font-size:12px;
  height:16px;
  top:-8px;
  left:-4px;
  position: relative;
}
/* 2.a Message Box ***************************/
div.messages-list {
  width:300px;
  border:1px solid #d2d5d8;
  background:#fff;
  -webkit-box-shadow: 0px 0px 18px rgba(50, 50, 50, 0.2);
  -moz-box-shadow:    0px 0px 18px rgba(50, 50, 50, 0.2);
  box-shadow:         0px 0px 18px rgba(50, 50, 50, 0.2);
  margin-top:25px;
  padding:0px 0px 10px 0px;
  color:#434761;
  font-size:13px;
}
.triangle {
  background-image:url(/ext/nightsky/images/triangle.svg?v=f36cb5eaaaaaacaa636017c57b622490);
  background-size:14px 10px;
  width:14px;
  height:9px;
  margin-top:-9px;
  margin-left:260px;
}
.notice-title {
  font-weight:bold;
  margin:10px 10px 0px 10px;
}
.notice-message:hover {
  background:#fafafa;
}
.notice-message .box{
  padding:10px 0px;
  margin:0px 10px;
  border-bottom:1px solid #e0e0e0;
  display:block;
}
.notice-message .avatar {
  float:left;
  border:1px solid #6d6d6d;
  width:45px;
  height:45px;
}
.notice-message .avatar img{
  width:45px;
  height:45px;
}
.notice-message .info {
  float:left;
  margin-left:10px;
  margin-top:1px;
  width:220px;
}
.notice-message .author {
  float:left;
  font-weight:bold;
  color:#434761;
}
.notice-message .date {
  float:right;
  color:#b2b2b2;
}
.notice-message .text {
  color:#6d6d6d;
}
a.notice-more, a.notice-more:hover {
  font-weight:bold;
  color:#434761;
  margin:10px 10px 0px 10px;
  display:block;
}
/* 2.b Notification Box ***************************/
.follow-link {
  text-decoration:underline;
  color:#26a849;
}
.comment-link {
  text-decoration:underline;
  color:#4d7fc1;
}
.like-link {
  text-decoration:underline;
  color:#ff6868;
}
/* 2.c Config Box ***************************/
div.settings-box {
  width:140px;
  border:1px solid #d2d5d8;
  background:#fff;
  -webkit-box-shadow: 0px 0px 18px rgba(50, 50, 50, 0.2);
  -moz-box-shadow:    0px 0px 18px rgba(50, 50, 50, 0.2);
  box-shadow:         0px 0px 18px rgba(50, 50, 50, 0.2);
  margin-top:25px;
  padding:0px 10px 10px 10px;
  color:#434761;
  font-size:13px;
}
.triangle-2 {
  background-image:url(/ext/nightsky/images/triangle.svg?v=f36cb5eaaaaaacaa636017c57b622490);
  background-size:14px 10px;
  width:14px;
  height:9px;
  margin-top:-9px;
  margin-left:130px;
}
.settings-link {
  float:left;
  display:block;
  width:30px;
  height:30px;
  background-image:url(/ext/nightsky/images/settings/6.png?v=2a217df0a1bdc4d89bbbd16ffe5df850);
  background-size:30px 30px;
  margin-top:10px;
  margin-left:12px;
  margin-right:11px;
}
.settings-link.yellow {
  background-image:url(/ext/nightsky/images/settings/1.png?v=b77982cefd448bba3216eae9bcd6e9e8);
}
.settings-link.red {
  background-image:url(/ext/nightsky/images/settings/2.png?v=c9676adb300b1697e1db055efde7e48d);
}
.settings-link.purple {
  background-image:url(/ext/nightsky/images/settings/3.png?v=a978d08d16c2da1c99141a14df177875);
}
.settings-link.green {
  background-image:url(/ext/nightsky/images/settings/4.png?v=52f5cdd8ef1a09ed6650e0fdad3bca57);
}
.settings-link.blue {
  background-image:url(/ext/nightsky/images/settings/5.png?v=39a24cddb0ed8ce1d6863da08574746a);
}
/* 2.d Profile Box ***************************/
.profile {
  margin-top:10px;
  margin-right:20px;
}
.triangle-3 {
  background-image:url(/ext/nightsky/images/triangle.svg?v=f36cb5eaaaaaacaa636017c57b622490);
  background-size:14px 10px;
  width:14px;
  height:9px;
  margin-top:-9px;
  margin-left:120px;
}
.double-spacer {
  float:left;
  display:block;
  height:40px;
  border-left:1px solid #555555;
  border-right:1px solid #292929;
}
.profile-avatar {
  float:left;
  margin-left:9px;
  margin-top:3px;
  width:32px;
  height:32px;
}
.profile-avatar img{
  border:1px solid #292929;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width:32px;
  height:32px;
}
.profile-username {
  float:left;
  margin-top:10px;
  color:#f3f3f3;
  margin-left:15px;
}
.profile-username span {
  color:#b7b7b7;
  vertical-align:middle;
}
.profile-caret {
  float:left;
  margin-top:10px;
  margin-right:8px;
  padding-left:8px;
}
.profile-caret span.caret {
  border-top: 4px solid #f3f3f3;
}

div.profile-box {
  width:200px;
  border:1px solid #d2d5d8;
  background:#fff;
  -webkit-box-shadow: 0px 0px 18px rgba(50, 50, 50, 0.2);
  -moz-box-shadow:    0px 0px 18px rgba(50, 50, 50, 0.2);
  box-shadow:         0px 0px 18px rgba(50, 50, 50, 0.2);
  margin-top:25px;
  padding:0;
  color:#434761;
  font-size:13px;
}
.profile-navigation {
  margin:2px 0px;
  padding: 5px 0px;
  list-style:none;
}
.profile-navigation li:hover {
  background:#fafafa;
}
.profile-navigation li:last-child a{
  border:0;
}
.profile-navigation li a{
  color:#535457;
  padding:10px 0px;
  margin:0px 10px;
  display:block;
}
.profile-navigation li a:hover{

  text-decoration:none;
}
.profile-navigation li a i {
  padding-right:10px;
}

.settings-last-child {
	border-bottom: 0 !important;
}

/*-----------------------------------------------------------------------------------*/
/*	3.	Main Styles
/*-----------------------------------------------------------------------------------*/
#main .block {
  padding:0 30px 20px 30px;
}

#wrap {
  position: relative;
  left: 205px;
  width: calc(100% - 205px);
  min-height:100%;
  background: #f5f6f8;
  transition: all .15s ease-in-out;
  will-change: width, left;
}

body.app-nav #wrap,
body.main-nav #wrap {
  left: 240px;
  width: calc(100% - 240px);
  background: #FBFBFB;
}

body.app-nav .modal-body .ipBox {
  height: 40px;
  box-sizing: border-box!important;
}

body.app-nav .dropdown-type {
  margin-top: 0;
  display: flex;
}
body.app-nag-bar.app-nav .journey-builder {
  height: calc(100vh - 100px);
}
body.app-nav .journey-builder {
  height: calc(100vh - 50px);
}
body.app-nag-bar.app-nav.has-app-bar .journey-builder {
  height: calc(100vh - 168px);
}
body.app-nav.has-app-bar .journey-builder {
  height: calc(100vh - 118px);
}
body.app-nav .ct-cohortTabs_item.highlighted,
body.app-nav .viz_listItem .ct-control .ct-control__indicator {
  box-sizing: content-box;
}
body.is-collapsed #wrap {
  left: 60px;
  width: calc(100% - 60px);
}

body.is-collapsed.app-nav #wrap,
body.is-collapsed.main-nav #wrap {
  left: 64px;
  width: calc(100% - 64px);
}

body.is-collapsed.app-nav.app-nav-collapsed #wrap {
  left: 64px;
  width: calc(100% - 64px);
}

body.is-collapsed.app-nav.app-nav-closed #wrap {
  left: 64px;
  width: calc(100% - 64px);
}
/*-----------------------------------------------------------------------------------*/
/*	4.	Menu Styles
/*-----------------------------------------------------------------------------------*/
#menu-link { display:none;}
/* 4.a Main Menu */
.main-menu {
  margin:0;
  width:190px;
  list-style:none;
  float:left;
}
.main-menu li.submenu-option a {
  display:block;
  width:190px;
  height:25px;
  color:#9e99aa;
  font-size:12px;
  text-align:left;
  /*border-bottom:1px solid #243235;*/
  padding: 6px 0 0 34px;
}


.main-menu li.submenu a {
  width:190px;
  height:25px;
  text-align:left;
}

.main-menu li.submenu-option a:hover{
  text-decoration:none;
  color:#fcfdfe;
  background:#293c43;
}

.main-menu li.submenu a:hover{
  text-decoration:none;
  color:#fcfdfe;
  /*background:#293c43;*/
}

.main-menu li.active a {
  text-decoration:none;
  color:#fcfdfe;
}
.main-menu li.submenu-option a i {
  display:block;
  height:32px;
  margin:auto;
  margin-bottom:4px;
}
.main-menu li a i.mystuff{
  /*background:url(/ext/nightsky/images/icon/realtime.gif?v=0);
  background-size: 34px 50px;
  width:34px;
  height:25px;*/
  background: url(/ext/nightsky/images/icon/realtime.png?v=9dcf1a3ad010af96f5a3c37cd8710c94);
  background-size: 30px 60px;
  width: 34px;
  height: 30px;
  background-repeat: no-repeat;
}
.main-menu li a:hover i.mystuff, .main-menu li.active a i.mystuff{
  //background-position:0px 25px;
  background-position: 0px -30px;
}
.main-menu li a i.realtime {
  background:url(/ext/nightsky/images/icon/realtime.png?v=9dcf1a3ad010af96f5a3c37cd8710c94);
  background-size:26px 62px;
  width:26px;
  height:31px;
}
.main-menu li a:hover i.realtime, .main-menu li.active a i.realtime {
  background-position:0px -31px;
}
.main-menu li a i.annotate {
  background:url(/ext/nightsky/images/icon/bookmark.png?v=6f8abaf22ba9de02a47747832f77f3cc);
  background-size:31px 64px;
  width:31px;
}
.main-menu li a:hover i.annotate, .main-menu li.active a i.annotate{
  background-position:0px -32px;
}
.main-menu li a i.find {
  background:url(/ext/nightsky/images/icon/event.png?v=0c65a5d821fda5b7148b7f85df5b1932);
  /*background-size:31px 64px;
  width:31px;*/
  background-size: 40px 70px;
  width: 40px;
}
.main-menu li a:hover i.find, .main-menu li.active a i.find{
  background-position: 0px -35px;
  //background-position:0px -32px;
}
.main-menu li a i.group {
  background:url(/ext/nightsky/images/icon/find-people.png?v=39901970bb92266e13d5b3440b9c42ff);
  background-size:30px 64px;
  width:30px;
}
.main-menu li a:hover i.group, .main-menu li.active a i.group {
  background-position:0px -32px;
}
.main-menu li a i.target {
  background:url(/ext/nightsky/images/icon/target.png?v=60af7d3fad76b3202f0ea2a199cb16e5);
  background-size:30px 64px;
  height:30px;
  width:30px;
}
.main-menu li a:hover i.target, .main-menu li.active a i.target {
  background-position:0px -32px;
}
.main-menu li a i.experiment {
  background:url(/ext/nightsky/images/icon/experiment.png?v=e9a017033f99a8c0a810f1d5752c83b1);
  background-size:30px 64px;
  height:30px;
  width:30px;
}
.main-menu li a:hover i.experiment, .main-menu li.active a i.experiment {
  background-position:0px -34px;
}
.main-menu li a i.funnel {
  background:url(/ext/nightsky/images/icon/funnel.png?v=841fde6548acec8c584f3a35fc124b30);
  background-size:30px 64px;
  width:30px;
}
.main-menu li a:hover i.funnel, .main-menu li.active a i.funnel {
  background-position:0px -32px;
}
.main-menu li a i.cohort {
  background: url(/ext/nightsky/images/icon/cohort.png?v=435535c39357bf71023edff29e5470b8);
  background-size: 32px 64px;
  width: 32px;
}
.main-menu li a:hover i.cohort, .main-menu li.active a i.cohort {
  background-position:0px -32px;
}
.main-menu li a i.trends {
  background:url(/ext/nightsky/images/icon/reports.png?v=ed5467c8d8d9d1fc6004a129b5702700);
  background-size: 30px 65px;
  width: 30px;
  /*background-size:25px 64px;
  width:25px;*/
}
.main-menu li a:hover i.trends, .main-menu li.active a i.trends {
  background-position:0px -32px;
}
.main-menu li a i.bonus {
  background:url(/ext/nightsky/images/icon/bonus.png?v=10f26429aa8f22903c3effb3e757ef6f);
  background-size:25px 64px;
  width:25px;
}
.main-menu li a:hover i.bonus, .main-menu li.active a i.bonus {
  background-position:0px -32px;
}

.main-menu li a i.pages {
  background:url(/ext/nightsky/images/icon/pages.png?v=c2909bcf976f9ad778cecc713f82f70a);
  background-size:30px 64px;
  height:30px;
  width:30px;
}
.main-menu li a:hover i.pages, .main-menu li.active a i.pages {
  background-position:0px -34px;
}

/* 4.b additional menu */
.additional-menu {
  margin-left:147px;
  list-style:none;
  width:209px;
}
.additional-menu li a{
  display:block;
  height:20px;
  padding:10px 15px 10px 15px;
  color:#434761;
  border-bottom:1px solid #d2d5d8;
  background: #fafafa;
  background: -moz-linear-gradient(top, #fafafa 1%, #e9e9e9 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#fafafa), color-stop(100%,#e9e9e9));
  background: -webkit-linear-gradient(top, #fafafa 1%,#e9e9e9 100%);
  background: -o-linear-gradient(top, #fafafa 1%,#e9e9e9 100%);
  background: -ms-linear-gradient(top, #fafafa 1%,#e9e9e9 100%);
  background: linear-gradient(to bottom, #fafafa 1%,#e9e9e9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#e9e9e9',GradientType=0 );
  font-size:13px;
}
.additional-menu li a:hover{
  text-decoration:none;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #e9e9e9 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e9e9e9));
  background: -webkit-linear-gradient(top, #ffffff 0%,#e9e9e9 100%);
  background: -o-linear-gradient(top, #ffffff 0%,#e9e9e9 100%);
  background: -ms-linear-gradient(top, #ffffff 0%,#e9e9e9 100%);
  background: linear-gradient(to bottom, #ffffff 0%,#e9e9e9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9e9e9',GradientType=0 );
}
.additional-menu li a i{
  padding-right:8px;
}
.additional-menu li.active a, .additional-menu li.active a:hover {
  -webkit-box-shadow: inset 0px 2px 5px 0px #bfbfbf;
  box-shadow: inset 0px 2px 5px 0px #bfbfbf;
  background: #e5e5e5;
  background: -moz-linear-gradient(top, #e5e5e5 0%, #f5f5f5 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(100%,#f5f5f5));
  background: -webkit-linear-gradient(top, #e5e5e5 0%,#f5f5f5 100%);
  background: -o-linear-gradient(top, #e5e5e5 0%,#f5f5f5 100%);
  background: -ms-linear-gradient(top, #e5e5e5 0%,#f5f5f5 100%);
  background: linear-gradient(to bottom, #e5e5e5 0%,#f5f5f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#f5f5f5',GradientType=0 );
}

/* 4.b additional highlight elements */

.new-feature-highlight {
    font-size: 8px;
    margin-left: 10px;
    background: #fa3e3e;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    border-radius: 3px;
    padding: 3px 6px;
    line-height: 1.5;
    vertical-align: middle;
}

/*-----------------------------------------------------------------------------------*/
/*	4.2	Menu Widgets
/*-----------------------------------------------------------------------------------*/
/* 4.2.a New Files ***************************/
.new-files {
  margin-top:30px;
  margin-left:80px;
  margin-right:12px;
  background:#fff;
  border:1px solid #dcdcdc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color:#5c5c5c;
}
.new-files .title{
  margin-top:10px;
  margin-left:10px;
  font-size:14px;
  font-weight:bold;
}
.files {
  margin-top:10px;
  margin-bottom:-1px;
}
.file {
  padding:10px;
  border-bottom:1px solid #dcdcdc;
}
.file .file-format {
  float:left;
  width:18px;
  height:19px;
}
.file .file-format img{
  width:18px;
  height:19px;
}
.file .file-info {
  margin-left:30px;
}
.file .file-name {
  font-weight:bold;
}
.file .file-name a {
  display:block;
  float:right;
  color:#5c5c5c;
}
.file .file-name [class^="icon-"]:before, [class*=" icon-"]:before {
  font-size:12px;
}
.file-date {
  font-size:12px;
}

/* 4.2.b Drop files here to upload ***************************/
.upload-box {
  margin-top:30px;
  margin-left:82px;
  margin-right:12px;
  background:#f1f1f1;
  border:2px dashed #d2d5d8;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color:#b2b2b2;
  font-weight:bold;
  width:140px;
  height:105px;
  text-align:center;
  padding:65px 20px 0px 20px;
}

/* 4.2.c Media Files ***************************/
.media-files {
  margin-top:30px;
  margin-left:80px;
  margin-right:12px;
  background:#fff;
  border:1px solid #dcdcdc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color:#5c5c5c;
  padding:10px;
  font-size:13px;
}
.media-files .title{
  font-size:14px;
  font-weight:bold;
}
.media-files p {
  margin-top:10px;
  margin-bottom:15px;
}
.media-files-info-box {
  margin-bottom:20px;
}
.media-files-info-box i {
  padding-right:5px;
}

/* 4.2.d Add New Widget ***************************/
.add-widget-link {
  font-weight:bold;
  color:#fff;
  text-align:center;
  display:block;
  background:#4d7fc1;
  height:27px;
  margin-top:30px;
  margin-left:80px;
  margin-right:12px;
  padding-top:8px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.add-widget-link:hover {
  opacity:0.9;
  color:#fff;
  text-decoration:none;
}
/*-----------------------------------------------------------------------------------*/
/*	5.	Content Elements
/*-----------------------------------------------------------------------------------*/
/* 5 Basic (Grids) */
.grid {
  background:#fff;
  margin-top:40px;
  border:1px solid #d2d5d8;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.grid-transparent {
  margin-top:40px;
}
.grid-title {
  height:40px;
  background: #f3f3f7;
  border-bottom:1px solid #d2d5d8;
  overflow:hidden;
  -webkit-border-radius: 0px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius: 0px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  border-radius: 0px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.grid-title .pull-left .icon-title {
  padding-right:12px;
  padding-left:12px;
  border-right:1px solid #d2d5d8;
  height:40px;
  margin-right:8px;
  padding-top:14px;
  float:left;
  color:#434761;
}
.grid-title .pull-left span {
  color:#434761;
  font-size:15px;
  font-weight:600;
  height:14px;
  display:block;
  padding-top:10px;
  width:250px;
}
.grid-title .pull-right .icon-title {
  padding-left:10px;
  padding-right:10px;
  border-left:1px solid #d2d5d8;
  height:30px;
  margin-top:-2px;
  padding-top:12px;
  float:left;
}
.grid-title .pull-right .icon-title a{
  color:#434761;
}
.grid-title .pull-right .icon-title a:hover {
  color:#3c3b3b;
}
.grid-content {
  padding:10px;
}
.grid-content.padding-none {
  padding:0;
}
.overflow {
  overflow:hidden;
}
/* 5.a Page Title ***************************/
.pagetitle {
  height:45px;
}
.pagetitle h1{
  float:left;
  text-transform:none;
  font-size:24px;
  color:#434761;
}
.pagetitle .btn-group {
  float:right;
  margin-top:15px;
}
.pagetitle .btn{
  color: #434761;
  border-color:#d2d5d8;
  background-color: #fafafa;
  *background-color: #eaeaea;
  background-image: -moz-linear-gradient(top, #fafafa, #eaeaea);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fafafa), to(#eaeaea));
  background-image: -webkit-linear-gradient(top, #fafafa, #eaeaea);
  background-image: -o-linear-gradient(top, #fafafa, #eaeaea);
  background-image: linear-gradient(to bottom, #fafafa, #eaeaea);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffafafa', endColorstr='#ffeaeaea', GradientType=0);
}

/* 5.b Info Box ***************************/
.info-box {
  background:#ffffff;
  border:1px solid #d2d5d8;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-top:10px;
}

.stats-box {
  margin:40px 0px;
  color:#434761;
}
.stats-box-title {
  text-align:center;
  font-weight:600;
}
.stats-box-all-info {
  text-align:center;
  font-weight:600;
  font-size:48px;
  margin-top:20px;
}
.stats-box-all-info img{
  width:60px;
  height:60px;
}
.wrap-chart {
  height:80px;
  overflow:hidden;
  margin-top:20px;
}
.chart{
  width: 100%;
  height: 100px;
  overflow: hidden;
  padding-left:10px;
  padding-right:10px;
}
#tooltip {
  z-index:99999;
  background:#000;
  color:#fff;
  font-size:13px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.information-data {
  overflow:hidden;
  width:100%;
  border-top:1px solid #d2d5d8;
  background: #eceef1;
}
.data {
  background: #eceef1;
  float:left;
  width:24%;
  text-align:center;
  padding-top:15px;
  border-left:1px solid #d2d5d8;
  margin-left:-1px;
}
.data-highlight {
  background: #fafafa;
  background: -moz-linear-gradient(top, #fafafa 0%, #e9e9e9 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#e9e9e9));
  background: -webkit-linear-gradient(top, #fafafa 0%,#e9e9e9 100%);
  background: -o-linear-gradient(top, #fafafa 0%,#e9e9e9 100%);
  background: -ms-linear-gradient(top, #fafafa 0%,#e9e9e9 100%);
  background: linear-gradient(to bottom, #fafafa 0%,#e9e9e9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#e9e9e9',GradientType=0 );
  float:left;
  width:20%;
  text-align:center;
  padding-top:15px;
  border-left:1px solid #d2d5d8;
  margin-left:-1px;
}
.data-narrow {
  background: #fafafa;
  background: -moz-linear-gradient(top, #fafafa 0%, #e9e9e9 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#e9e9e9));
  background: -webkit-linear-gradient(top, #fafafa 0%,#e9e9e9 100%);
  background: -o-linear-gradient(top, #fafafa 0%,#e9e9e9 100%);
  background: -ms-linear-gradient(top, #fafafa 0%,#e9e9e9 100%);
  background: linear-gradient(to bottom, #fafafa 0%,#e9e9e9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#e9e9e9',GradientType=0 );
  float:left;
  width:20%;
  text-align:center;
  padding-top:15px;
  border-left:1px solid #d2d5d8;
  margin-left:-1px;
}
.date-figures {
  font-size:14px;
  font-weight:600;
  color:#434761;
}
.date-title {
  margin-top:-10px;
  color:#6d6d6d;
}
/* 5.c Active Users ***************************/
.chart-active {
  width:100%;
  height:215px;
  margin-top:20px;
}
.information-data-2 {
  overflow:hidden;
  width:100%;
  border-top:1px solid #d2d5d8;
  border-bottom:1px solid #d2d5d8;
  background: #fafafa;
  background: -moz-linear-gradient(top, #fafafa 0%, #e9e9e9 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#e9e9e9));
  background: -webkit-linear-gradient(top, #fafafa 0%,#e9e9e9 100%);
  background: -o-linear-gradient(top, #fafafa 0%,#e9e9e9 100%);
  background: -ms-linear-gradient(top, #fafafa 0%,#e9e9e9 100%);
  background: linear-gradient(to bottom, #fafafa 0%,#e9e9e9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#e9e9e9',GradientType=0 );
}
.information-data-2 .data {
  background: #fafafa;
  background: -moz-linear-gradient(top, #fafafa 0%, #e9e9e9 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#e9e9e9));
  background: -webkit-linear-gradient(top, #fafafa 0%,#e9e9e9 100%);
  background: -o-linear-gradient(top, #fafafa 0%,#e9e9e9 100%);
  background: -ms-linear-gradient(top, #fafafa 0%,#e9e9e9 100%);
  background: linear-gradient(to bottom, #fafafa 0%,#e9e9e9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#e9e9e9',GradientType=0 );
  float:left;
  width:33.33333%;
  text-align:center;
  padding-top:15px;
  border-left:1px solid #d2d5d8;
  margin-left:-1px;
}
.information-data-2 .date-figures {
  font-size:30px;
  font-weight:bold;
  color:#434761;
}
.information-data-2 .date-title {
  margin-top:-5px;
  color:#5d5d5d;
}

.dates-active { float:left; margin-top:15px;  margin-bottom:15px;}
.dates-active .input-append{
  margin-right:6px;
  margin-bottom: 0px;
}
.def {
  display: inline-block;
  color:#434761;
  margin-right:6px;
}
input[type="text"].input-date {
  width:100px;
  background:#fbfbfb;
  border-color:#dcdcdc;
}
span.add-on { background-color:#f2f2f2; }
.add-on i { padding-top:3px; color:#434761; }
.select-active { float:right; margin-top:15px; margin-bottom:15px; }

/* 5.d Quick Stats ***************************/
.quick-stats-box .span3{
  height:100px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align:center;
  text-transform:none;
  background:#4d7fc1;
  color:#ffffff;
}
.quick-stats-box .span3 span{
  display:block;
  font-size:30px;
  font-weight:bold;
  padding-top:25px;
  margin-bottom:15px;
}
.quick-stats-box .red, .bg-red {
  background:#ff6868;
  color: #fff;
}
.quick-stats-box .orange, .bg-orange {
  background:#ffa93c;
  color: #fff;
}
.quick-stats-box .green, .bg-green {
  background:#26a849;
  color: #fff;
}
.quick-stats-box .blue, .bg-blue {
  background:#4d7fc1;
  color: #fff;
}

.quick-stats-box .darkGray, .bg-darkGray {
  background:#414141;
}

/* 5.e Visitor Statistics ***************************/
.list-visitor {
  list-style:none;
  margin:0;
  margin-top:-30px;
}
.list-visitor li{
  margin-top:50px;
  margin-left:10px;
  margin-right:10px;
  margin-bottom:20px;
}
.list-visitor li .linecustom {
  padding-right:20px;
}
.list-visitor li .sparkbar {
  padding-right:40px;
  padding-left:20px;
}
.list-visitor li .number {
  color:#3b91eb;
  font-size:24px;
  font-weight:bold;
  float:right;
}
.list-visitor-2 li .number {
  color:#434761;
}
/* 5.f Friends Box ***************************/
.friends {
  overflow:hidden;
}
.friend {
  border-top:1px solid #e0e0e0;
  padding-top:5px;
  padding-bottom:5px;
  margin-top:-1px;
}
.f-avatar{
  border: 1px solid #5d5d5d; height: 60px; width: 60px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  float:left;
}
.f-info {
  margin-left:80px;
}
.f-name {
  color:#434761;
  font-size:14px;
  font-weight:bold;
  margin-top:8px;
}
.f-name img { width:8px; height:8px; }
.f-text {
  margin-top:5px;
  color:#434761;
}
.f-actions {
  float:right;
  margin-top:15px;
}
.f-actions a {
  background:#4d7fc1;
  display:block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color:#fff;
  padding:10px 25px;
}
.f-actions a:hover {
  text-decoration:none;
  color:#fff;
  opacity:0.9;
}

/* 5.g Information Box 3 ***************************/
.information-box-3 {
  overflow:hidden;
  width:100%;
  color:#434761;
  border:1px solid #d2d5d8;
  background: #fff;
  margin-top:40px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.information-box-3 .item {
  float:left;
  width:33.33333%;
  padding-top:30px;
  padding-bottom:30px;
  border-left:1px solid #d2d5d8;
  margin-left:-1px;
}
.information-box-3 .item img{
  float:left;
}
.box-figures {
  font-size:18px;
  font-weight:bold;
  padding-left:80px;
  padding-top:8px;
}
.box-title {
  font-size:14px;
  text-transform:none;
  padding-left:80px;
  padding-top:5px;
}
.box-info {
  width:160px;
  margin:auto;
}
.box-info img{
  width:60px;
  height:60px;
}
/* 5.h Twitter Widget ***************************/
.t-foot {
  margin-top:10px;
  margin-left:80px;
}
.t-date {
  float:left;
  color:#b2b2b2;
}
.t-retweet {
  float:right;
}
.t-retweet a,.t-retweet a:hover{ color:#b2b2b2; }
/* 5.i Take Notes ***************************/
.notes {
  /* height: 420px; variable height for us*/
  overflow-y:scroll;
}
.note {
  border-top:1px solid #d2d5d8;
  margin-top:-1px;
}
.note-status {
  border-right:1px solid #d2d5d8;
  padding:18px 12px;
  width:10px;
  float:left;
}
.note-status-initial {
  border-right:1px solid #d2d5d8;
  padding:10px 12px;
  width:10px;
  float:left;
}
.note-done {
  display:block;
  background:url(/ext/nightsky/images/icon/icon_cont_check.png?v=e27261dfe647ff93b322c4bd28841768);
  width:12px; height:12px;
  background-size:12px 12px;
}
.no-done .note-done {
  background:url(/ext/nightsky/images/icon/icon_cont_close.png?v=6dbfcf1410fa2542ee5ddea8341bcc6a);
  background-size:12px 12px;
}
.note-name {
  float:left;
  width:75%;
  height:20px;
  overflow:hidden;
  font-size:14px;
  font-weight:bold;
  color:#434761;
  padding-top:14px;
  padding-left:10px;
}
.no-done .note-name {
  color:#b2b2b2;
}
.note-date {
  float:right;
  width:65px;
  background:#ff6868;
  color:#fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align:center;
  margin-right:10px;
  margin-top:10px;
  margin-bottom:10px;
  padding:3px 0px;
  //font-weight:bold;
}
.note-date.blue {
  background:#4d7fc1;
}
.note-date.orange {
  background:#ffa93c;
}
.note-date.green {
  background:#26a849;
}

/* 5.j Processes Box ***************************/
.process-box {
  margin-top:10px;
  padding:10px 20px;
  background:#fff;
  border:1px solid #d2d5d8;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color:#5d5d5d;
}
.process-name {
  font-size:18px;
  font-weight:bold;
  padding-top:20px;
  padding-bottom:20px;
}
.process-name i{
  padding-top:2px;
  padding-right:20px;
}
.process-info {
  padding-top:5px;
}
.process-progress {
  margin-top:10px;
  background:#fbfbfb;
  width:100%;
  height:8px;
  border:1px solid #dcdcdc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.process-progress .advance {
  margin-top:-1px;
  height:8px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.process-progress .advance.blue {
  background:#4d7fc1;
  border:1px solid #1465b5;
}
.process-progress .advance.red {
  background:#ff6868;
  border:1px solid #d44646;
}
.process-progress .advance.green {
  background:#06a706;
  border:1px solid #028602;
}
a.process-action {
  width:150px;
  background:#4d7fc1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display:block;
  text-align:center;
  color:#fff;
  padding:10px 0px;
  float:right;
  margin-top:10px;
}
a.process-action:hover {
  text-decoration:none;
  color:#fff;
  opacity:0.9;
}
a.process-action.red {
  background:#ff6868;
}
a.process-action.green {
  background:#06a706;
}

/* 5.k Gallery ***************************/
.thumbnails {
  clear:both;
}
.thumbnails-full {
  margin-top:-20px;
}
.thumbnail {
  width:150px;
}
ul.thumbnails li {
  position: relative;
  margin-bottom:0;
  margin-top:20px;
}
.thumbnails li span {
  background:#000;
  display:block;
}
.thumbnails li:hover  img{
  opacity: 0.5;
}
.thumbnails .p_actions {
  width: 32px;
  position: absolute;
  top:5px;
  left:135px;
  opacity: 0;
  -moz-transition: opacity 0.3s ease-in-out;
}
.thumbnails li:hover .p_actions {
  opacity: 1;
}
.p_actions a.p_delete{
  width:20px;
  height:20px;
  display:block;
  background:url(/ext/nightsky/images/icon/photo_delete.png?v=e1e4a511e7341dd64e0459997bbcd16a);
  background-size:20px 20px;
}
.p_actions a.p_edit{
  width:20px;
  height:20px;
  display:block;
  background:url(/ext/nightsky/images/icon/photo_edit.png?v=54806a95003615287d4054fc34ef1973);
  background-size:20px 20px;
  margin-top:1px;
}
.p_actions a.p_zoom{
  width:50px;
  height:50px;
  display:block;
  background:url(/ext/nightsky/images/icon/photo_zoom.png?v=9ff634cd03ada640e61af0c13e5aad06);
  background-size:50px 50px;
  margin-top:30px;
  margin-left:-78px;
}

ul.nav-pills {
  margin-top:10px;
}
ul.nav-pills > .active > a, .nav-pills > .active > a, ul.nav-pills > .active > a:hover, ul.nav-pills > .active > a:focus  { background-color:#218ffc; }
ul.nav-pills > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 2px;
  margin-bottom: 2px;
  margin-right:5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color:#535457;
}

a.p_link_upload {
  background: #4d7fc1;
  display: block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  margin-top:12px;
  padding: 7px 10px;
  float:right;
}
a.p_link_upload:hover {
  opacity:0.9;
  color:#fff;
  text-decoration:none;
}
div.pagination {
  margin-bottom:0px;
}
div.pagination ul > li > a, div.pagination ul > li > span {
  padding: 7px 13px;
  color:#434761;
  background:#fbfbfb;
}
a.link_pagination{
  display:block;
  padding: 7px 13px;
  color:#434761;
  background:#fbfbfb;
  border: 1px solid #dddddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width:9px;
  float:left;
  margin-top:10px;
}
a.link_pagination:hover{
  color:#434761;
  text-decoration:none;
  background:#f5f5f5;
}
a.link_pagination.right{
  float:right;
  margin-top:-40px;
}

/* 5.l Page icons ***************************/
.the-icons {
  list-style-type: none;
  margin-left: 0;
}
.the-icons li {
  cursor: pointer;
  line-height: 42px;

  padding-left: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
.the-icons li [class^="icon-"],
.the-icons li [class*=" icon-"] {
  width: 32px;
  font-size: 16px;
}
.the-icons li:hover {
  background-color: #f0faff;
}
.the-icons li:hover [class^="icon-"],
.the-icons li:hover [class*=" icon-"] {
  *font-size: 24px;
  *vertical-align: middle;
}
.the-icons li:hover [class^="icon-"]:before,
.the-icons li:hover [class*=" icon-"]:before {
  font-size: 24px;
  vertical-align: middle;
}

/* 5.ll Tables ***************************/
.table {
  color:#434761;
}
.table-mod-2 {
  background:#fbfbfb;
  border:1px solid #dcdcdc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.table-mod-2 a {
    color: #0088cc;
    text-decoration: none;
}

.table-layout-fixed {
  table-layout: fixed;
}

.table-mod-2 a:hover, .table-mod-2 a:focus {
    color: #005580;
    text-decoration: underline;
}

.table-mod-2  thead tr th{
  color:#434761;
  font-size:15px;
}
.table-mod-2 tr td {
  padding-top:10px;
}
.table-mod-2 tr .t_center {
  text-align:center;
}
.s_green {
  background:#26a849;
  padding:2px 5px;
  color:#fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.s_blue {
  background:#4d7fc1;
  padding:2px 5px;
  color:#fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.s_orange {
  background:#ffa93c;
  padding:2px 5px;
  color:#fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.s_gray {
  background:#6d6d6d;
  padding:2px 5px;
  color:#fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.right_info { display:block; float:right;}
.table-mod-2 tr td.t_b_blue { border-left:2px solid #4d7fc1;}
.table-mod-2 tr td.t_b_red { border-left:2px solid #ff6868;}
.table-mod-2 tr td.t_b_orange { border-left:2px solid #ffa93c;}
.table-mod-2 tr td.t_b_green { border-left:2px solid #26a849;}
.table-mod-2 tr td.t_b_purple { border-left:2px solid #b258ff;}

/* 5.m Forms ***************************/
input[type="text"].input, input[type="password"].input, textarea.input {
  display: inline-block;
  height: 20px;
  padding: 5px 6px;
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 20px;
  color: #606060;
  background:#fbfbfb;
  border-color:#dcdcdc;
  box-sizing: content-box;
}
input.input.span, textarea.input.span {
  display: block;
  width: 100%;
  height:30px;
  margin-left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
textarea.span.same-height-1 {
  min-height:100px;
}
.formRow  { clear:both;
  padding-top:10px; }
.formRow label{
  float:left;
}
.formRow .formRight { display: block; float: right; width: 80%; }
.distance p{
  float:left;
  width:25%;
  display:block;
}
.distance p label{
  margin-top:2px;
  float:left;
}
.width-100 {
  width:100%;
}
.input-valid-default input[type="checkbox"],.input-valid-default  input[type="radio"] {
  display:block;
}
input[type="checkbox"] {
  display:none;
}

input[type="checkbox"] + label {
  font-size:13px;
  margin-left: 0;
}
input[type="checkbox"] + label span {
  display:inline-block;
  width:18px;
  height:18px;
  vertical-align:text-bottom;
  background:url(/images/checkbox.svg?v=2c1f943c29ee0398fa116c315436cb16) 0 top no-repeat;
  cursor:pointer;
  background-size:cover;
  margin-right: 5px;
}
input[type="checkbox"]:checked + label span {
  background:url(/images/checkbox.svg?v=2c1f943c29ee0398fa116c315436cb16) -22px top no-repeat;
  background-size:cover;
}
input[type="radio"] {
  display:none;
}

input[type="radio"] + label {
  font-size:13px;
  margin-left: 0;
}
input[type="radio"] + label span {
  display:inline-block;
  width:16px;
  height:16px;
  margin:1px 4px 0 0;
  background:url(/images/radio.svg?v=1bd77bbe40d2ba7876ae8f2a36543181) 0 top no-repeat;
  background-size: cover;
  cursor:pointer;
  vertical-align: text-bottom;
}
input[type="radio"]:checked + label span {
  background:url(/images/radio.svg?v=1bd77bbe40d2ba7876ae8f2a36543181) -21px top no-repeat;
  background-size:cover;
}
.text-center {
  text-align:center;
}
.text-center img {
  width:25%;
}
.text-right {
  text-align:right;
}
#amount, #amount2, #amount3, #amount4 {
  border:0;
  box-shadow:none;
  width:100px;
}

/* 5.n UI ***************************/
/* accordion */
div.accordion {
  border:1px solid #d2d5d8;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-bottom:0;
}

div.accordion-group {
  border:0;
  margin-bottom:0px;
}
div.accordion-titleing {
  background: #f3f3f7;
  font-weight:600;
  font-size:15px;
}

div.accordion-titleing a {
  color:#434761;
  display:block;
  height:36px;
  box-sizing: border-box;
  padding-top:8px;
  padding-left:10px;
}
div.accordion-titleing a:hover,
div.accordion-titleing a:focus
 { text-decoration:none; }
div.accordion-inner {
  padding:10px;
  background:#fff;
}
/* tabs */
.tabs-nav {
  margin-left:0;
  margin-top: -41px;
}
.tabs-nav li{
  float:left;
}
.tabs-nav li a{
  display:block;
  color:#77848c;
  font-weight:600;
  font-size:14px;
  padding:8px 10px;
  border-right:1px solid #d2d5d8;
  line-height: 25px;
}
.tabs-nav li a:hover{
  text-decoration:none;
  color:#434761;
}
.tabs-nav li.active a{
  background:#fff;
  color:#434761;
}

.tabs-nav.tabs-nav-right {
  float:right;
  margin-bottom:-20px;
}
.tabs-nav.tabs-nav-right li a{
  border-left:1px solid #d2d5d8;
  border-right:0;
}
/* alerts */
div.alert {
  color: #fff;
  background-color: #ffa93c;
  border: 1px solid #e48002;
  padding: 7px 35px 7px 14px;
  text-shadow: none;
}
div.alert .close {
  color:#fff;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
div.alert .close:hover {
  opacity: 1.0;
  filter: alpha(opacity=100)
}
div.alert-success {
  background-color: #26a849;
  border-color: #028602;
}

div.alert-danger,
div.alert-error {
  background-color: #ff6757;
  border-color: #d44646;
}
div.alert-info {
  background-color: #4d7fc1;
  border-color: #1465b5;
}

.alert .alert-ghost {
	display: inline-block;
    color: #fff;
    border: solid 1px #fff;
    border-radius: 4px;
    padding: 5px 10px;
}
.alert .alert-ghost:hover  {
	color: #000;
}

.alert.alert-spacing {
	padding: 13px 35px 13px 14px;
}

.alert .showDetails {
	cursor: pointer;
}


/* popovers */
.show-grid{
  margin-top: 10px;
  margin-bottom: 20px;
}
.show-grid [class*="span"] {
  background-color: #eee;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  min-height: 30px;
  line-height: 30px;
  margin-bottom: 5px;
}
.show-grid:hover [class*="span"]
{
  background: #ddd;
}
.show-grid .show-grid
{
  margin-top: 0;
  margin-bottom: 0;
}
.show-grid .show-grid [class*="span"]
{
  background-color: #ccc;
}
.show-grid a { cursor:pointer; }

/* pagination */
.pagination-desc {
  color:#353535;
  margin-top:10px;
  margin-bottom:10px;
}
/* pager */
ul.pager li > a,
ul.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  color:#434761;
  background-color: #fbfbfb;
  border: 1px solid #dcdcdc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
ul.pager .disabled > a,
ul.pager .disabled > a:hover,
ul.pager .disabled > a:focus,
ul.pager .disabled > span {
  color: #b2b2b2;
  cursor: default;
  background-color: #fbfbfb;
}

/* 5.o Widgets ***************************/
/*chat */
.chat {
  height:277px;
  overflow-y:scroll;
  padding:0px 10px;
}
.chat .f-text {
  font-size:13px;
}
.chat .f-name span{
  float:right;
  font-weight:normal;
  color:#b2b2b2;
}
.chat-form {
  margin-top:10px;
  padding:10px 10px 0px 10px;
  border-top:1px solid #d2d5d8;
}
/* modal box */
.btn-modal {
  text-align:center;
}
.btn-modal button {
  margin-left:5px;
  margin-right:5px;
}

/* comments */
.comments {
  overflow:hidden;
}
.comment {
  border-top:1px solid #e0e0e0;
  padding-top:15px;
  padding-bottom:15px;
  margin-top:-1px;
}
.comment-info-1 {
  float:left;
}
.comment-avatar{
  border: 1px solid #5d5d5d; height: 60px; width: 60px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display:block;
  margin-bottom:10px;
}
.comment-info-2 {
  margin-left:80px;
}
.comment-name {
  color:#434761;
  font-size:14px;
  font-weight:bold;
  margin-top:8px;
}
.comment-date {
  margin-top:5px;
  color:#434761;
}
a.comment-link {

  color:#4d7fc1;
  display:block;
  margin-top:5px;
}
a.comment-link:hover {
  text-decoration:none;
  color:#4d7fc1;
}

/* news */
.news-list {
  overflow:hidden;
}
.news {
  border-top:1px solid #e0e0e0;
  padding-top:15px;
  padding-bottom:15px;
  margin-top:-1px;
}
.news-info-1 {
  float:left;
}
.news-avatar{
  border: 1px solid #5d5d5d; height: 60px; width: 60px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display:block;
  margin-bottom:10px;
}
.news-info-2 {
  margin-left:80px;
}
.news-text {
  margin-top:5px;
  color:#434761;
}
a.news-link {
  color:#4d7fc1;
  display:block;
  margin-top:5px;
}
a.news-link:hover {
  text-decoration:none;
  color:#4d7fc1;
}

/* 5.p Buttons ***************************/
.seperator_dashed {
  border-top:1px dashed #E7E7E7;
  margin-top:10px;
  margin-bottom:10px;
}
.metro.btn, .metro.btn.dropdown-toggle .metro.btn:active,
.metro.btn.active,
.metro.btn.disabled,
.metro.btn[disabled] {
  background-color: #fafafa;
  *background-color: #fafafa;
  background-image: -moz-linear-gradient(top, #fafafa, #fafafa);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fafafa), to(#fafafa));
  background-image: -webkit-linear-gradient(top, #fafafa, #fafafa);
  background-image: -o-linear-gradient(top, #fafafa, #fafafa);
  background-image: linear-gradient(to bottom, #fafafa, #fafafa);
  border-color: #d4d4d4 #d4d4d4 #d4d4d4;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffafafa', endColorstr='#fffafafa', GradientType=0);
}
.metro.btn:hover, .metro.btn:focus {
  background-color: #fafafa;
  opacity:0.9;
}
.metro.btn-primary, .metro.btn-primary:hover, .metro.btn-primary:focus, .metro.btn-primary.dropdown-toggle .metro.btn-primary:active,
.metro.btn-primary.active,
.metro.btn-primary.disabled,
.metro.btn-primary[disabled] {
  background-color: #0393ec;
  *background-color: #0393ec;
  background-image: -moz-linear-gradient(top, #0393ec, #0393ec);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0393ec), to(#0393ec));
  background-image: -webkit-linear-gradient(top, #0393ec, #0393ec);
  background-image: -o-linear-gradient(top, #0393ec, #0393ec);
  background-image: linear-gradient(to bottom, #0393ec, #0393ec);
  border-color: #006cb7 #006cb7 #006cb7;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0393ec', endColorstr='#ff0393ec', GradientType=0);
}

.metro.btn-primary[disabled="disabled"] {
  opacity:0.65;
}

.metro.btn-success, .metro.btn-success:hover, .metro.btn-success:focus, .metro.btn-success.dropdown-toggle .metro.btn-success:active,
.metro.btn-success.active,
.metro.btn-success.disabled,
.metro.btn-success[disabled] {
  background-color: #00a501;
  *background-color: #00a501;
  background-image: -moz-linear-gradient(top, #00a501, #00a501);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#00a501), to(#00a501));
  background-image: -webkit-linear-gradient(top, #00a501, #00a501);
  background-image: -o-linear-gradient(top, #00a501, #00a501);
  background-image: linear-gradient(to bottom, #00a501, #00a501);
  border-color: #008500 #008500 #008500;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00a501', endColorstr='#ff00a501', GradientType=0);
}
.metro.btn-warning, .metro.btn-warning:hover, .metro.btn-warning:focus, .metro.btn-warning.dropdown-toggle .metro.btn-warning:active,
.metro.btn-warning.active,
.metro.btn-warning.disabled,
.metro.btn-warning[disabled] {
  background-color: #fea734;
  *background-color: #fea734;
  background-image: -moz-linear-gradient(top, #fea734, #fea734);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fea734), to(#fea734));
  background-image: -webkit-linear-gradient(top, #fea734, #fea734);
  background-image: -o-linear-gradient(top, #fea734, #fea734);
  background-image: linear-gradient(to bottom, #fea734, #fea734);
  border-color: #e68000;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffea734', endColorstr='#fffea734', GradientType=0);
}
.metro.btn-danger, .metro.btn-danger:hover, .metro.btn-danger:focus, .metro.btn-danger.dropdown-toggle .metro.btn-danger:active,
.metro.btn-danger.active,
.metro.btn-danger.disabled,
.metro.btn-danger[disabled] {
  background-color: #ff6666;
  *background-color: #ff6666;
  background-image: -moz-linear-gradient(top, #ff6666, #ff6666);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ff6666), to(#ff6666));
  background-image: -webkit-linear-gradient(top, #ff6666, #ff6666);
  background-image: -o-linear-gradient(top, #ff6666, #ff6666);
  background-image: linear-gradient(to bottom, #ff6666, #ff6666);
  border-color: #d64242;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff6666', endColorstr='#ffff6666', GradientType=0);
}
.metro.btn-inverse, .metro.btn-inverse:hover, .metro.btn-inverse:focus, .metro.btn-inverse.dropdown-toggle .metro.btn-inverse:active,
.metro.btn-inverse.active,
.metro.btn-inverse.disabled,
.metro.btn-inverse[disabled]  {
  background-color: #2d2d2d;
  *background-color: #2d2d2d;
  background-image: -moz-linear-gradient(top, #2d2d2d, #2d2d2d);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2d2d2d), to(#2d2d2d));
  background-image: -webkit-linear-gradient(top, #2d2d2d, #2d2d2d);
  background-image: -o-linear-gradient(top, #2d2d2d, #2d2d2d);
  background-image: linear-gradient(to bottom, #2d2d2d, #2d2d2d);
  border-color: #1c1c1c;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2d2d2d', endColorstr='#ff2d2d2d', GradientType=0);
}

/* 5.p Pages Error ***************************/
.error-s {
  width: 400px;
  margin: auto;
  clear:both;
  padding-top:130px;
}
.error-number {
  font-weight:bold;
  line-height: 1em;
  color: #ff6857;
  font-size: 160px;
  text-shadow:0px 0px 0 rgb(248,97,80),0px 1px 0 rgb(240,89,72),0px 2px 0 rgb(233,82,65),0px 3px 0 rgb(225,74,57),0px 4px 0 rgb(218,67,50),0px 5px 0 rgb(211,60,43),0px 6px 0 rgb(203,52,35),0px 7px 0 rgb(196,45,28),0px 8px 0 rgb(189,38,21),0px 9px 0 rgb(181,30,13),0px 10px 0 rgb(174,23,6),0px 11px 0 rgb(166,15,-2),0px 12px 0 rgb(159,8,-9), 0px 13px 0 rgb(152,1,-16),0px 14px 13px rgba(0,0,0,0),0px 14px 1px rgba(0,0,0,0.5),0px 0px 13px rgba(0,0,0,.2);
  text-align: center;
}
.error-text {
  font-size: 24px;
  font-weight:bold;
  color: #434761;
  margin-top:20px;

  text-align: center;
  line-height:30px;
}
.error-more-info {
  font-size: 18px;
  color: #434761;
  margin-top:20px;
  text-align: center;
  line-height:24px;
  margin-left:20px;
}
.error-buttons {
  width:250px;
  margin-left:50px;
}
.error-buttons .add-widget-link {
  font-weight:normal;
}

/* 5.q Page Typography ***************************/
.font-24 {
  font-size:24px;
  line-height:30px;
}
.label-blue { color:#4d7fc1; }
.label-red { color:#ff6757; }
.label-green { color:#26a849; }
.label-date { color:#7eb0ff; }
.label-gray { color:#A6A9B6; }
.label-white { color:#ffffff; }

div.label, span.label { padding:5px 10px; }
div.label-important, span.label-important { background-color: #ff6455; }
div.label-success, span.label-success { background-color: #00a501; }
div.label-warning, span.label-warning { background-color: #fea734; }
div.label-info, span.label-info { background-color: #00b3fd; }

.border-addres {
  border:1px solid #d2d5d8;
  padding:10px;
  width:50%;
}

body blockquote p{
  font-size:14px;
  line-height:20px;
}

ul.unordered-list {
  display: block;
  list-style-type: disc;
  margin-bottom: 0;
  margin-left: 40px;
}

ul.unordered-list:empty {
   display: none;
}

ul.unordered-list ul {
  list-style-type: circle;
}
ol {
  display: block;
  list-style-type: decimal;
}
ul.unstyled-list {
  display: block;
  list-style-type: none;
  margin-left:0;
}
ul.unstyled-list ul {
  list-style-type: circle;
}
dd {
  margin-bottom:30px;
}

/* 5.r Page Charts ***************************/
.pie {
  width:230px;
  height:230px;
  margin:auto;
}

/* 5.s Contact LIST ***************************/

.slider { width:100%; min-height: 250px; display: block; position: relative; background: #fff; overflow: hidden;  }
.slider ul { list-style: none; margin:0; }
.slider-content { float: left; width: 100%; display: block; overflow: auto; min-height: 250px; }
.slider-content ul { margin:0; float: left; width: 100%; display: block; position: relative; }
.slider-content ul li { float: left; width: 100%; }
.slider-content ul ul li a { padding: 5px 10px; display: block; border-bottom: 1px solid #e0e0e0; text-transform: capitalize; }
.slider-content ul ul li a:hover { background:#fafafa; }
.slider-content .title { padding: 5px 0; text-indent: 10px; background: #eaeaea; color: #807f7f; width: 100%; float: left; font-weight: bold; text-transform: uppercase; }
.slider-content .selected .title { background: rgb(246,246,246); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(246,246,246,1) 0%, rgba(234,234,234,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(246,246,246,1)), color-stop(100%,rgba(234,234,234,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(246,246,246,1) 0%,rgba(234,234,234,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(246,246,246,1) 0%,rgba(234,234,234,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(246,246,246,1) 0%,rgba(234,234,234,1) 100%); /* IE10+ */
  background: linear-gradient(top, rgba(246,246,246,1) 0%,rgba(234,234,234,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#eaeaea',GradientType=0 );
}
.slider .slider-nav {
  position: absolute; right: 0; top: 0; margin-top:10px; background: #666; min-height: 250px; background: rgb(246,246,246);
  background: -moz-linear-gradient(top, rgba(246,246,246,1) 0%, rgba(234,234,234,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(246,246,246,1)), color-stop(100%,rgba(234,234,234,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(246,246,246,1) 0%,rgba(234,234,234,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(246,246,246,1) 0%,rgba(234,234,234,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(246,246,246,1) 0%,rgba(234,234,234,1) 100%); /* IE10+ */
  background: linear-gradient(top, rgba(246,246,246,1) 0%,rgba(234,234,234,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#eaeaea',GradientType=0 ); /* IE6-9 */}
.slider .slider-nav ul { padding: 5px 0; }
.slider .slider-nav li a { padding: 3px 5px; line-height: 13px; text-align: center; color: #807f7f; font-weight: bold; display: block; text-transform: uppercase; cursor: pointer; }
.slider #debug { position: absolute; bottom: 0; left: 0; padding: 5px; background: #000; color: #fff; }
.slider .arrow { font-size: 0px; line-height: 0%; width: 0px; border-bottom: 8px solid #fff; border-left: 5px solid #333; border-right: 5px solid #333; position: relative; top: 5px; }
.slider .down { border-bottom: none; border-top: 8px solid #fff; top: 15px; }
.slider .slide-up, .slider .slide-down {
  height: 30px; background: #333; text-align: center; cursor: pointer; float: right; width: 100%; position: relative;background: rgb(246,246,246); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(246,246,246,1) 0%, rgba(234,234,234,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(246,246,246,1)), color-stop(100%,rgba(234,234,234,1)));
background: -webkit-linear-gradient(top, rgba(246,246,246,1) 0%,rgba(234,234,234,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(246,246,246,1) 0%,rgba(234,234,234,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(246,246,246,1) 0%,rgba(234,234,234,1) 100%); /* IE10+ */
  background: linear-gradient(top, rgba(246,246,246,1) 0%,rgba(234,234,234,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#eaeaea',GradientType=0 ); /* IE6-9 */ }
.up-sl {
  background-image:url(/ext/nightsky/images/contact-nav.png?v=d73e448ce31b08e30dc2c787447132a7);
  width:28px;
  height:14px;
  display:block;
  margin:auto;
  margin-top:7px;
}
.down-sl {
  background-image:url(/ext/nightsky/images/contact-nav.png?v=d73e448ce31b08e30dc2c787447132a7);
  background-position:0px 14px;
  width:28px;
  height:14px;
  display:block;
  margin:auto;
  margin-top:7px;
}

/*-----------------------------------------------------------------------------------*/
/*	6.	Footer
/*-----------------------------------------------------------------------------------*/
.footer {
  border-top:1px solid #cacaca;
  padding-top:10px;
}
.footer a{
  color:#434761;
}
.footer-blue {
  border-top:1px solid #4d7fc1;
  margin-top:20px;
  padding-top:10px;
}
.footer-green {
  border-top:1px solid #26a849;
  margin-top:20px;
  padding-top:10px;
}
.footer-orange {
  border-top:1px solid #ffa93c;
  margin-top:20px;
  padding-top:10px;
}
.footer-red {
  border-top:1px solid #ff6757;
  margin-top:20px;
  padding-top:10px;
}
/*-----------------------------------------------------------------------------------*/
/*	7.	Mobile version
/*-----------------------------------------------------------------------------------*/
@media screen and (max-width: 950px) {
  .logo {
    display: none;
    margin-left:0px;
  }
  .search {
    margin-left:40px;
    margin-top:13px;
    float:left;
  }
  .search input[type="text"], .search input[type="text"]:focus {
    width:150px;
  }
  .profile-username {
    display:none;
  }

  /* menu hide */
  #menu-link { display:block; }
   #wrap {
    left: 0;
      width: auto;
  }
  body.is-collapsed #wrap { left: 205px; width: auto;}

  .js-advanced #menu .block {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70); opacity: 0.7;
    -webkit-transition: opacity 300ms 100ms, -webkit-transform 500ms ease;
    //-webkit-transition-delay: ease, 0s;
    -moz-transition: opacity 300ms 100ms ease, -moz-transform 500ms ease;
    -o-transition: opacity 300ms 100ms ease, -o-transform 500ms ease;
    transition: opacity 300ms 100ms ease, transform 500ms ease;
    -webkit-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform: translate3d(70%, 0, 0) scaleX(0.9) scaleY(0.9);
    -moz-transform: translate3d(70%, 0, 0) scaleX(0.9) scaleY(0.9);
    -ms-transform: translate3d(70%, 0, 0) scaleX(0.9) scaleY(0.9);
    -o-transform: translate3d(70%, 0, 0) scaleX(0.9) scaleY(0.9);
    transform: translate3d(70%, 0, 0) scaleX(0.9) scaleY(0.9);
  }
  .js-basic.js-menu #wrap { left: 70px; }
  .js-advanced.js-menu #wrap {
    -webkit-transform: translate3d(190px, 0, 0);
    -moz-transform: translate3d(190px, 0, 0);
    -ms-transform: translate3d(190px, 0, 0);
    -o-transform: translate3d(190px, 0, 0);
    transform: translate3d(190px, 0, 0);
  }
  .js-advanced.js-menu #menu .block {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@media screen and (max-width: 768px) {
  a.process-action {
    float:none;
    margin-top:20px;
  }
  .stats-box {
    margin-top:10px;
  }
  .stats-box .span4 {
    margin-top:30px;
  }
  .quick-stats-box {
    margin-top:30px;
  }
  .quick-stats-box .span3 {
    margin-top:10px;
  }
  ul.thumbnails {
    margin-left:0;
  }
  ul.thumbnails > li {
    margin-left:10px;
  }
  .formRow .formRight { width: 100%; }
}
@media screen and (max-width: 720px) {
  .search {
    display:none;
  }
  td.fc-header-right {
    margin-top:55px;
    margin-left:-300px;
  }
}
@media screen and (max-width: 500px) {
  .dropdown-toggle.head-button-link {
    display:none;
  }
}
@media screen and (max-width: 320px) {
  .pagetitle h1 {
    margin-top:30px;
  }
  .pagetitle .btn-group {
    display:none;
  }
  .profile-caret {
    margin-right:4px;
    padding-left:4px;
  }
  .logo {
    margin-left:-10px;
  }
  .date-title {
    font-size:11px;
  }
  .information-data-2 .date-figures {
    font-size:18px;
  }
  .def {
    display:none;
  }
  input[type="text"].input-date {
    width:200px;
    margin-bottom:10px;
  }
  .select-active {  margin-top:-15px; margin-bottom:10px; }
  .select-active .chosen_select { width:240px; }
  .list-visitor li{
    text-align:center;
  }
  .list-visitor li .linecustom, .list-visitor li .sparkbar{
    display:block;
    margin-bottom:10px;
  }
  .list-visitor li .number {
    float:none;
    display:block;
    margin-top:10px;
  }

  .f-actions a {
    padding:10px 3px;
  }
  .information-box-3 .item {
    float:none;
    width:100%;
    border-left:0;
  }
  a.process-action {
    width:100%;
    float:none;
    margin-top:20px;
    margin-bottom:10px;
  }
  a.p_link_upload {
    float:none;
    display:inline-block;
    margin-bottom:20px;
    width:100%;
    padding-left:0;
    padding-right:0;
    text-align:center;
  }
  ul.thumbnails {
    margin-left:30px;
  }
  td.fc-header-right, span.fc-button {
    display:none;
  }
  .distance p{
    float:none;
    width:100%;
    display:block;
    margin-bottom:10px;
    text-align:center;
  }
  .distance-2 p{
    float:left;
    width:100%;
    display:block;
    margin-bottom:10px;
    text-align:center;
  }
  .btn-modal button {
    margin-bottom:10px;
  }
  .buttons-mob .btn{
    margin-bottom:10px;
  }

  .error-s {
    width: 280px;
  }
  .error-number {
    font-size: 100px;
  }
  .error-text {
    font-size: 20px;
  }
  .error-more-info {
    font-size: 18px;
    margin-left:-20px;
  }
  .error-buttons {
    width:250px;
    margin-left:-10px;
  }
  .hidden-mobile { display:none; }
  .paging_full_numbers a{	margin-bottom:5px;}
  .dataTables_filter input[type="text"] { width:80px; }
}

/*-----------------------------------------------------------------------------------*/
/*	8.	IE8 STYLE */
/*-----------------------------------------------------------------------------------*/
@media screen {
  /*//html, body {*/
  /*//  overflow-x: hidden;*/
  /*//  overflow-y: scroll;*/
  /*//}*/
  .logo {	background:url(/ext/nightsky/images/ie/logo.png?v=081d5e4aef512d4827dd32e9ebd5c16a) no-repeat; }
  .main-menu li a i.mystuff{	background:url(/ext/nightsky/images/ie/icon/mystuff.png?v=4b4629331e2fe4cd28dfa9b4c30a4dd2);}
  /*.main-menu li a i.realtime { background:url(/ext/nightsky/images/ie/icon/realtime.png?v=0); }*/
  .main-menu li a i.annotate { background:url(/ext/nightsky/images/ie/icon/annotate.png?v=f13471845711bb237ef7f9451e688812); }
  .main-menu li a i.find { background:url(/ext/nightsky/images/ie/icon/find.png?v=e08726d2abe7d4bdd766348319e03b88); }
  .main-menu li a i.group {	background:url(/ext/nightsky/images/ie/icon/group.png?v=92c0c407909bd3cd223533fa7e4add14);}
  .main-menu li a i.target {	background:url(/ext/nightsky/images/ie/icon/target.png?v=22cce0f6b00f7b019350bb60b7f63f62);}
  .main-menu li a i.experiment {	background:url(/ext/nightsky/images/ie/icon/experiment.png?v=5aaaf8a688477818687cd1b4cf473b6f);}
  .main-menu li a i.trends { background:url(/ext/nightsky/images/ie/icon/trends.png?v=cfb2fb5d79d775498e6547a7c2f8f280);}
  .main-menu li a i.bonus {	background:url(/ext/nightsky/images/ie/icon/bonus.png?v=a90f84a41e9ec353a76b6e69cf0ff9d8);}
  .main-menu li a i.pages {	background:url(/ext/nightsky/images/ie/icon/pages.png?v=9507e667020fb89c016e159918cae33a);}
  .settings-link{	background-image:url(/ext/nightsky/images/ie/settings/6.png?v=8ca586f3763fa593296621f8496743d6);}
  .settings-link.yellow {	background-image:url(/ext/nightsky/images/ie/settings/1.png?v=edfed20c11809c60dac00fd93a557d03);}
  .settings-link.red {	background-image:url(/ext/nightsky/images/ie/settings/2.png?v=e10c33876641ae33859769ea2ed166d4);}
  .settings-link.purple {	background-image:url(/ext/nightsky/images/ie/settings/3.png?v=ac71f44946d7b49f232ae060a51e3151);}
  .settings-link.green {	background-image:url(/ext/nightsky/images/ie/settings/4.png?v=197254ed56a50e43e2767ec61722dc2d);}
  .settings-link.blue {background-image:url(/ext/nightsky/images/ie/settings/5.png?v=df7e4a7ba8b8b659c18df3b30a0ecfdc);}
  .head-button-link {	background-image:url(/ext/nightsky/images/ie/icon_message.png?v=cde6f2a46db1f2177bd207d3e0d74b8f);}
  .head-button-link.notification {	background-image:url(/ext/nightsky/images/ie/icon_notification.png?v=16b3432bfd9465ce3d480b85f93b134e);}
  .head-button-link.config {	background-image:url(/ext/nightsky/images/ie/icon_config.png?v=fb8e025d37fb58d29815c70853f1ca1c);}
  .head-button-link.menu-hide {	background-image:url(/ext/nightsky/images/ie/icon_menu.png?v=8e3d79a2e694bac2ff8c7b1e112c5e22);}
  .note-done {	background:url(/ext/nightsky/images/ie/icon/icon_cont_check.png?v=f4a42c82b30ef39578a858caba44f388);}
  .no-done .note-done {	background:url(/ext/nightsky/images/ie/icon/icon_cont_close.png?v=4b844d943bac72bdd3082a4c575b492b);}
  .p_actions a.p_delete{	background:url(/ext/nightsky/images/ie/icon/photo_delete.png?v=e582e91ed6c6e78ff0f4f2a0bbcfa516);}
  .p_actions a.p_edit{	background:url(/ext/nightsky/images/ie/icon/photo_edit.png?v=2da0ee60d9bc56a70a16f19b34fda038);}
  .p_actions a.p_zoom{	background:url(/ext/nightsky/images/ie/icon/photo_zoom.png?v=740f345513308e6e10ba3797ef8c9cd0);}
  .search input[type="text"], .search input[type="text"]:focus {	background:url(/ext/nightsky/images/ie/search.png?v=5f4e866bf0fb0da82b907c7fd681b450) #fff right bottom no-repeat; padding-top:5px; height:30px;}
  /*input[type="checkbox"] + label span {background:url(/images/checkbox_radio.svg?v=333e44aefae023dc6e0af433eaf80107) 0 top no-repeat; background-size: cover;}*/
  /*input[type="checkbox"]:checked + label span {	background:url(/images/checkbox_radio.svg?v=333e44aefae023dc6e0af433eaf80107) -25px top no-repeat; background-size: cover;}*/
  /*input[type="radio"] + label span {	background:url(/images/checkbox_radio.svg?v=333e44aefae023dc6e0af433eaf80107) -51px top no-repeat; background-size: cover;}*/
  /*input[type="radio"]:checked + label span {	background:url(/images/checkbox_radio.svg?v=333e44aefae023dc6e0af433eaf80107) -75px top no-repeat; background-size: cover;}*/
}


/*-----------------------------------------------------------------------------------*/
/*	8.	CONTACT.JSP STYLE */
/*-----------------------------------------------------------------------------------*/
#accountStatusDiv {
  text-align: right;
  margin: 20px 0;
}


.account-head{height: auto !important; padding: 5px 10px;}
.account-head h3{line-height: inherit;}

/* Vuetify dialog styles */
.v-dialog .v-card__actions > .v-btn.v-btn + .v-btn {
  margin-left: 8px;
}

.v-dialog .primary {
  background-color: #126bff !important;
  border-color: #126bff !important;
}

.v-dialog .negativeBtn--text {
  color: #63698f !important;
  caret-color: #63698f !important;
}

.v-dialog .errorBtn {
  background-color: #ff5353 !important;
  border-color: #ff5353 !important;
}

.v-dialog hr.v-divider {
  margin: 0px;
}

.v-dialog .px-6 {
  padding-left: 24px;
  padding-right: 24px;
}
.v-dialog .pa-6 {
  padding: 24px!important;
}
.v-dialog .pl-3 {
  padding-left: 12px;
}
.v-dialog .py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.v-dialog .v-input input, .v-dialog .v-input textarea {
  background-color: transparent;
  border: none;
  outline: none !important;
  box-shadow: none !important;
}
.v-dialog .v-input.v-input--is-focused .v-input__control .v-input__slot::before, .v-dialog .v-input.v-input--is-focused .v-input__control .v-input__slot::after {
  border-color: #126bff !important;
}
.v-dialog .v-card .v-card__actions.blue-grey.lighten-9 {
  background-color: #f8f8fa;
}
