div#topbar {
  position: absolute;
  top:0px;
  left:0px;
  right:0px;
  height:50px;
}

div#wrapper {
  position: absolute;
  top:50px;
  left:0px;
  right:0px;
  bottom:0px;
}

div#wrapper2 {
  position: absolute;
  top:50px;
  left:0px;
  right:0px;
  bottom:0px;
}

div#sidebar {
  position: absolute;
  top:50px;
  bottom:0px;
  left:0px;
  width:18%;
  overflow-y:auto
}

div#sidebar2 {
  position: absolute;
  top:50px;
  bottom:0px;
  left:0px;
  width:18%;
  overflow-y:auto
}

div#main_div {
  position: absolute;
  top:0px;
  bottom:0px;
  right:0px;
  width: 82%;
  overflow-y:auto
}

div#main_div2 {
  position: absolute;
  top:0px;
  bottom:0px;
  right:0px;
  width: 82%;
  overflow-y:auto
}

.gap-bottom {
  margin-bottom: 30px;
}
.aligncenter {
  text-align: center;
}
.alignleft {
  text-align: left;
}
.alignright {
  text-align: right;
}
.separator {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin: 20px 0;
}
body {
  padding-top: 57px;
  padding-bottom: 40px;
  font-size: 13px;
  font-family: 'Open Sans', Helvetica, sans-serif;
  font-weight: 400;
  color: #666;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-weight: 500;
  color: #333;
  text-rendering: optimizelegibility;
}
body h1.bordered,
body h2.bordered,
body h3.bordered,
body h4.bordered,
body h5.bordered,
body h6.bordered {
  border-bottom: rgba(0, 0, 0, 0.1) solid 1px;
  margin-bottom: 15px;
}
body .container-fluid.no-padding {
  padding: 0;
}
body .navbar .navbar-inner {
  background: #111;
  border-bottom: none;
}
body .navbar #branding {
  padding: 15px 0;
  border-right: rgba(255, 255, 255, 0.2) solid 1px;
}
body .navbar #branding a {
  color: #fff;
}
body .navbar #branding a i {
  font-size: 18px;
  margin-right: 5px;
}
body .navbar #branding a h1 {
  font: 500 20px/1 'Open Sans', Helvetica, sans-serif;
  margin: 0;
  display: inline-block;
}
body .navbar #branding a:hover {
  text-decoration: none;
}
body .navbar .searchform {
  background: #fff;
  border-radius: 3px;
  padding: 3px 8px;
  margin: 7px;
  /*width: 44%;*/
}
body .navbar .searchform button[type=submit] {
  border: 0;
  background: none;
  display: inline-block;
}
body .navbar .searchform input[type=text] {
  background: none;
  border: 0;
  font-size: 13px;
  margin: 0;
  box-shadow: none;
  /*width: 90%;*/
}

body .navbar ul.nav li a {
  padding: 21px 15px;
  line-height: 1;
  height: auto;
  color: rgba(255, 255, 255, 0.7);
  text-shadow: none;
}
body .navbar ul.nav li.active a,
body .navbar ul.nav li:hover a,
body .navbar ul.nav li.active:hover a {
  background: rgba(0, 0, 0, 0.1);
  box-shadow: none;
}
body .navbar .user {
  border-left: rgba(255, 255, 255, 0.2) solid 1px;
  padding: 7px 15px 0;
}
body .navbar .user > a {
  /*padding: 10px 0 20px;*/
  line-height: 0;
  display: block;
  cursor: pointer;
}
body .navbar .user > a:focus {
  outline: 0;
}
body .navbar .user > a:hover {
  text-decoration: none;
}
body .navbar .user > a img {
  height: 40px;
  width: 40px;
  border-radius: 2px;
  display: inline-block;
  vertical-align: middle;
  margin: 5px;
}
body .navbar .user > a p {
  color: #fff;
  display: inline-block;
  padding-right: 10px;
  line-height: 1;
}
body .navbar .user > a p span {
  font-size: 20px;
  font: 500 20px/1 'Open Sans', Helvetica, sans-serif;
  vertical-align: middle;
  color: white;
}

body .navbar .user > a b.caret {
  display: inline-block;
  border-top: 4px solid #fff;
  vertical-align: middle;
}

body .content .section.menu {
  /*height: 90px;*/
  /*float: right;*/
  /*position: fixed;*/
  display: block;
  height: 100%;
  left: 0;
  background: #f7f7f7;
  border-left: #dedede solid 1px;
}
body .content .section.menu ul.navigation {
  list-style-type: none;
  margin: 0;
}
body .content .section.menu ul.navigation li a {
  width: 90px;
  display: block;
  color: #777;
  font-size: 11px;
  padding: 15px 10px;
  text-align: center;
  line-height: 1;
  border: rgba(0, 0, 0, 0) solid 1px;
}
body .content .section.menu ul.navigation li a i {
  font-size: 30px;
  margin-bottom: 5px;
  color: #ccc;
}
body .content .section.menu ul.navigation li a span {
  display: block;
}
body .content .section.menu ul.navigation li.current a,
body .content .section.menu ul.navigation li:hover a {
  color: #fff;
  text-decoration: none;
  background: #15aaff;
  border: #118bd0 solid 1px;
  border-left: none;
  position: relative;
  margin-right: -1px;
}
body .content .section.menu ul.navigation li.current a i,
body .content .section.menu ul.navigation li:hover a i {
  color: #fff;
  text-shadow: none;
}
body .content .section.menu ul.navigation li:first-child a {
  border-top: none;
  box-shadow: none;
}
body .content .section.main {
  margin-left: 250px;
  /*margin-right: 90px;*/
}
body .content .section.main .section-header {
  padding: 15px 20px;
  /*margin-bottom: 20px;*/
  color: #999;
  border-bottom: 1px solid #dedede;
}
body .content .section.main .section-header h1 {
  margin: 0;
  font: 300 30px/1 'Open Sans', Helvetica, sans-serif;
  display: inline-block;
}
body .content .section.main .section-header p {
  margin-top: 20px;
}
body .content .section.main .section-content {
  background: #fff;
  padding: 20px 0 40px;
  margin: -20px 0 20px;
  border-bottom: rgba(0, 0, 0, 0.1) solid 1px;
}
body .content .section.main .section-content .header h2 {
  font-family: 'Open Sans', Helvetica, sans-serif;
  font-weight: 300;
  line-height: 1;
  font-size: 24px;
  margin: 20px 0 30px;
  color: #777;
}
body .content .section.main .section-content .header p {
  max-width: 500px;
  margin: -20px auto 30px;
  color: #999;
}
body .content .section.main .section-content:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
body .content .section.main .widget {
  border-radius: 2px;
  margin-bottom: 20px;
  border: rgba(0, 0, 0, 0.1) solid 1px;
}
body .content .section.main .widget .widget-title {
  border-bottom: #f0f0f0 solid 1px;
  padding: 10px 15px;
  margin-bottom: 5px;
}
body .content .section.main .widget .widget-title h2 {
  font: 300 26px/1 'Open Sans', Helvetica, sans-serif;
  margin: 0;
  color: #555;
}
body .content .section.main .widget .widget-title h3 {
  font: 300 22px/1 'Open Sans', Helvetica, sans-serif;
  margin: 0;
  color: #555;
}
body .content .section.main .widget .widget-title p {
  margin: 0;
}
body .content .section.main .widget .widget-content {
  /*padding: 10px 15px;*/
}
body .content .section.main .widget ul.listing {
  list-style: none;
  margin: 0;
}
body .content .section.main .widget ul.listing li {
  margin-bottom: 15px;
  border-bottom: rgba(0, 0, 0, 0.05) solid 1px;
}
body .content .section.main .widget ul.listing li a.thumbnail {
  display: inline-block;
  float: left;
  border-radius: 0;
  padding: 0;
  border: none;
  box-shadow: none;
}
body .content .section.main .widget ul.listing li .title {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 600;
  margin: 0 0 5px;
}
body .content .section.main .widget ul.listing li .title a {
  color: #555;
}
body .content .section.main .widget ul.listing li p {
  padding: 0;
}
body .content .section.main .widget ul.listing li:last-child {
  border: none;
  margin: 0 0 5px 0;
}
body .content .section.main .widget.bordered {
  border: rgba(0, 0, 0, 0.1) solid 1px;
}
body .content .section.main .widget.bordered .widget-title {
  background: #fafafa;
  padding: 10px;
}
body .content .section.main .widget.bordered ul.listing li {
  padding: 10px;
  margin: 0;
}
body .content .section.main .widget.tabbed {
  border-radius: 5px;
  margin-bottom: 30px;
}
body .content .section.main .widget.tabbed .tab-head {
  padding: 30px 30px 0;
}
body .content .section.main .widget.tabbed .tab-head .header {
  float: left;
}
body .content .section.main .widget.tabbed .tab-head .header h2 {
  margin: 0;
  font-weight: 500;
  font-size: 22px;
  text-transform: uppercase;
  color: #555;
}
body .content .section.main .widget.tabbed .tab-head .header p {
  margin: 0;
}
body .content .section.main .widget.tabbed .tab-head .nav-tabs {
  float: right;
  margin: 0;
  border: none;
}
body .content .section.main .widget.tabbed .tab-head .nav-tabs li a {
  background: #eee;
  border-radius: 0;
  border: none;
  padding: 6px 20px;
  font-weight: 600;
  color: #777;
  font-size: 12px;
}
body .content .section.main .widget.tabbed .tab-head .nav-tabs li.active a,
body .content .section.main .widget.tabbed .tab-head .nav-tabs li:hover a {
  color: #fff;
  background: #555;
}
body .content .section.main .widget.tabbed .tab-head .nav-tabs li:first-child a {
  border-radius: 3px 0 0 3px;
}
body .content .section.main .widget.tabbed .tab-head .nav-tabs li:last-child a {
  border-radius: 0 3px 3px 0;
}
body .content .section.main .widget.tabbed .tab-content {
  padding: 20px;
}
body .content .section.main .statistic-list-icon ul.listing li,
body .content .section.main .statistic-list-chart ul.listing li {
  margin-bottom: 10px;
  border: none;
}
body .content .section.main .statistic-list-icon ul.listing li label,
body .content .section.main .statistic-list-chart ul.listing li label {
  display: inline-block;
  border-radius: 3px;
  margin-right: 5px;
  padding: 8px;
}
body .content .section.main .statistic-list-icon ul.listing li label i,
body .content .section.main .statistic-list-chart ul.listing li label i {
  color: #fff;
  display: block;
}
body .content .section.main .statistic-list-icon ul.listing li span,
body .content .section.main .statistic-list-chart ul.listing li span {
  margin-right: 5px;
}
body .content .section.main .statistic-list-icon ul.listing li h4,
body .content .section.main .statistic-list-chart ul.listing li h4 {
  display: inline-block;
  margin: 0;
  font-size: 18px;
  color: #333;
  font-weight: 600;
}
body .content .section.main .statistic-list-icon ul.listing li p.sub,
body .content .section.main .statistic-list-chart ul.listing li p.sub {
  color: #999;
  margin: 0 0 0 3px;
  font-size: 16px;
  font-weight: 300;
  display: inline-block;
}
body .content .section.sidebar {
  /*max-width: 250px;*/
  /*min-width: 100px;*/
  /*width: 250px;*/
  /*float: left;*/
  /*position: fixed;*/
  background: #f7f7f7;
  display: block;
  height: 100%;
  right: 0;
  /*top: 57px;*/
  overflow: auto;
  border-right: #dedede solid 1px;
}
body .content .section.sidebar .widget {
  margin: 15px;
  background: #fff;
  border-radius: 3px;
  font-size: 11px;
  border: #dedede solid 1px;
}
body .content .section.sidebar .widget .widget-header {
  padding: 10px 15px;
  background: #fafafa;
  border-radius: 4px 4px 0 0;
  margin-bottom: 5px;
}
body .content .section.sidebar .widget .widget-header h3 {
  font: 300 18px/1 'Open Sans', Helvetica, sans-serif;
  margin: 0;
  color: #555;
}
body .content .section.sidebar .widget .widget-content {
  padding: 15px;
}
body .content .section.sidebar .widget p {
  padding: 15px;
}
body .content .section.sidebar .widget ul.listing {
  list-style: none;
  margin: 0 15px;
}
body .content .section.sidebar .widget ul.listing li {
  margin-bottom: 15px;
  border-bottom: rgba(0, 0, 0, 0.05) solid 1px;
}
body .content .section.sidebar .widget ul.listing li .title {
  font-size: 12px;
  line-height: 1.3;
  margin: 0 0 5px;
  font-weight: 600;
}
body .content .section.sidebar .widget ul.listing li .title a {
  color: #555;
}
body .content .section.sidebar .widget ul.listing li .title a:hover {
  color: #15aaff;
}
body .content .section.sidebar .widget ul.listing li p {
  padding: 0;
  line-height: 1.25;
}
body .content .section.sidebar .widget ul.listing li:last-child {
  border: none;
  margin: 0 0 5px 0;
}
body .content .section.sidebar .widget ul.user-list li {
  float: left;
  margin: 0 5px 5px 0;
}
body .shortcut-group ul.quick-menu {
  list-style: none;
  margin: 0;
  text-align: center;
}
body .shortcut-group ul.quick-menu li {
  width: 140px;
  display: inline-block;
}
body .shortcut-group ul.quick-menu li a {
  display: block;
}
body .shortcut-group ul.quick-menu li a i {
  font-size: 36px;
  padding: 44px 40px;
  border-radius: 5px 5px 0 0;
  color: #fff;
  display: block;
  background: #333;
}
body .shortcut-group ul.quick-menu li a span {
  display: block;
  color: #777;
  background: rgba(0, 0, 0, 0.05);
  width: 125px;
  padding: 10px 0;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  border-radius: 0 0 5px 5px;
  font-family: 'Open Sans', Helvetica, sans-serif;
  letter-spacing: 1px;
}
body .shortcut-group ul.quick-menu li:hover a {
  text-decoration: none;
}
body .shortcut-group ul.quick-menu li:hover a span {
  background: #333;
  color: #fff;
}
body .shortcut-group ul.quick-menu li.red a i {
  background: #ce483d;
}
body .shortcut-group ul.quick-menu li.red:hover a span {
  background: #ce483d;
}
body .shortcut-group ul.quick-menu li.green a i {
  background: #4fa950;
}
body .shortcut-group ul.quick-menu li.green:hover a span {
  background: #4fa950;
}
body .shortcut-group ul.quick-menu li.blue a i {
  background: #00aced;
}
body .shortcut-group ul.quick-menu li.blue:hover a span {
  background: #00aced;
}
body .shortcut-group ul.quick-menu li.yellow a i {
  background: #FFA93C;
}
body .shortcut-group ul.quick-menu li.yellow:hover a span {
  background: #ffa93c;
}
/*-------------------------------------------------------------------------*/
/* XX. Charts */
/*-------------------------------------------------------------------------*/
.charts.graph-area {
  margin: 0 auto 30px;
  height: 300px;
  width: 90%;
}
.charts.small-chart {
  margin-top: 20px;
  margin-bottom: 20px;
}
.charts.small-chart span {
  margin-bottom: 15px;
  display: block;
}
.charts.small-chart h1 {
  color: #444;
  margin: 0;
  font-size: 30px;
  font-weight: 700;
}
.charts.small-chart h4 {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
  margin: 0 0 20px;
}
/*-------------------------------------------------------------------------*/
/* XX. Table */
/*-------------------------------------------------------------------------*/
table.table thead {
  background: #333;
}
table.table thead th {
  color: #fff;
  font-weight: 500;
}
.dataTables_wrapper {
  background: #555;
  border-radius: 3px;
}
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter {
  color: #ccc;
}
.dataTables_wrapper .dataTables_length label,
.dataTables_wrapper .dataTables_filter label {
  font-size: 11px;
}
.dataTables_wrapper .dataTables_length input,
.dataTables_wrapper .dataTables_filter input,
.dataTables_wrapper .dataTables_length select,
.dataTables_wrapper .dataTables_filter select {
  font-size: 12px;
  border-radius: 2px;
  border: none;
  padding: 2px;
}
.dataTables_wrapper .dataTables_length select,
.dataTables_wrapper .dataTables_filter select {
  margin: 0 5px;
}
.dataTables_wrapper .dataTables_length input,
.dataTables_wrapper .dataTables_filter input {
  margin: 0 0 0 5px;
}
.dataTables_wrapper .dataTables_length {
  float: left;
  margin: 15px 20px 10px;
}
.dataTables_wrapper .dataTables_filter {
  float: right;
  margin: 15px 20px 10px;
}
.dataTables_wrapper table.dataTable {
  clear: both;
  background: #fff;
  margin: 0;
}
.dataTables_wrapper table.dataTable.table-bordered {
  border: none;
  border-radius: 0;
}
.dataTables_wrapper table.dataTable.table-bordered thead:first-child tr:first-child th {
  border-left: rgba(255, 255, 255, 0.1) solid 1px;
}
.dataTables_wrapper table.dataTable.table-bordered thead:first-child tr:first-child th.sorting,
.dataTables_wrapper table.dataTable.table-bordered thead:first-child tr:first-child th.sorting_asc {
  cursor: pointer;
}
.dataTables_wrapper table.dataTable.table-bordered thead:first-child tr:first-child th.sorting:hover,
.dataTables_wrapper table.dataTable.table-bordered thead:first-child tr:first-child th.sorting_asc:hover {
  background: #008abc;
}
.dataTables_wrapper table.dataTable.table-bordered thead:first-child tr:first-child th.sorting_asc {
  background: #008abc;
}
.dataTables_wrapper table.dataTable.table-bordered thead:first-child tr:first-child > th:first-child,
.dataTables_wrapper table.dataTable.table-bordered thead:first-child tr:first-child > th:last-child {
  border-radius: 0;
}
.dataTables_wrapper table.dataTable.table-bordered tbody {
  border-left: #ddd solid 1px;
}
.dataTables_wrapper table.dataTable.table-bordered tbody:last-child tr:last-child > td:first-child,
.dataTables_wrapper table.dataTable.table-bordered tbody:last-child tr:last-child > td:last-child {
  border-radius: 0;
}
.dataTables_wrapper table.dataTable.table-bordered th:first-child {
  border-left: none;
}
.dataTables_wrapper table.dataTable.table-bordered td:last-child {
  border-right: #ddd solid 1px;
}
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_paginate {
  font-size: 11px;
  color: #ccc;
}
.dataTables_wrapper .dataTables_info {
  float: left;
  margin: 10px 20px 10px;
}
.dataTables_wrapper .dataTables_paginate {
  float: right;
  margin: 10px 20px 10px;
}
.dataTables_wrapper .dataTables_paginate a {
  background: #333;
  padding: 5px 10px;
  color: #fff;
  border-radius: 2px;
  margin-left: 5px;
}
.dataTables_wrapper .dataTables_paginate a.paginate_enabled_next,
.dataTables_wrapper .dataTables_paginate a.paginate_enabled_previous {
  background: #008abc;
}
.dataTables_wrapper .dataTables_paginate a:hover {
  text-decoration: none;
}
.dataTables_wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/*-------------------------------------------------------------------------*/
/* XX. Calendar */
/*-------------------------------------------------------------------------*/
.calendar {
  background: #444;
  border-radius: 5px;
  padding: 15px;
}
.calendar .fc-header {
  color: #fff;
}
.calendar .fc-header .fc-header-title h2 {
  font-size: 24px;
  margin: 0;
  line-height: 1;
  color: #fff;
}
.calendar .fc-content {
  background: #fff;
  padding: 10px;
  border-radius: 3px;
}
.calendar .fc-content .fc-other-month {
  background: #eaeaea;
}
.calendar .fc-content .fc-other-month .fc-day-number {
  opacity: 1;
  filter: alpha(opacity=100);
}
.calendar .fc-content .fc-event-skin {
  background: #4FA950;
  border: none;
}
/*-------------------------------------------------------------------------*/
/* XX. Icons */
/*-------------------------------------------------------------------------*/
ul.the-icons {
  margin: 0 0 20px;
  list-style: none;
}
ul.the-icons li {
  color: #555;
  margin-bottom: 10px;
}
ul.the-icons li i {
  margin-right: 8px;
  font-size: 16px;
}
/*-------------------------------------------------------------------------*/
/* XX. Forms */
/*-------------------------------------------------------------------------*/
form fieldset .control-group .controls span.info {
  display: block;
  color: #bbb;
  font-style: italic;
  font-size: 12px;
}

.controls {
  cursor: default;
}
/*-------------------------------------------------------------------------*/
/* XX. Carousel */
/*-------------------------------------------------------------------------*/
.carousel.carousel-custom {
  padding: 0 90px;
}
.carousel.carousel-custom .carousel-inner {
  line-height: 1.6;
}
.carousel.carousel-custom .carousel-control {
  color: #fff;
  background: #ddd;
  opacity: 1;
  filter: alpha(opacity=100);
  border-radius: 100px;
  padding: 0;
  font-size: 20px;
  text-align: left;
  top: 49%;
}
.carousel.carousel-custom .carousel-control i {
  position: absolute;
  margin: 9px 12px;
}
.carousel.carousel-custom .carousel-control:hover {
  background: #333;
  color: #fff;
}
/*-------------------------------------------------------------------------*/
/*  iPhone & Tablet */
/*-------------------------------------------------------------------------*/
@media (max-width: 767px) {
  body {
    padding: 0;
  }
  body .navbar {
    margin: 0;
  }
  body .navbar #branding {
    padding: 10px;
  }
  body .navbar .user,
  body .navbar .searchform {
    display: none;
  }
  body .content .section.menu {
    float: none;
    width: auto;
    height: auto;
    position: relative;
    left: auto;
    border: none;
  }
  body .content .section.sidebar {
    float: none;
    width: auto;
    height: auto;
    position: relative;
    right: auto;
    border: none;
    border-top: #DEDEDE solid 1px;
  }
  body .content .section.main {
    margin: 0;
    padding: 20px;
  }
  body .content .section.main .shortcut-group ul.quick-menu li {
    margin-bottom: 15px;
  }
  body .content .section.main .small-chart {
    width: 47%;
    display: inline-block;
  }
}

.dropdown-options{
  /*padding: 15px 20px;*/
  /*margin-bottom: 20px;*/
  color: #999;
  border-bottom: 1px solid #dedede;
  display: block;
  height: 100%;
  left: 0;
  background: #f7f7f7;
}

.dropdown-options h1{
  margin: 0;
  font: 300 30px/1 'Open Sans', Helvetica, sans-serif;
  display: inline-block;
}

.dropdown-options table.navigation {
  /*display: inline;*/
  list-style-type: none;
  margin: 0;
}
.dropdown-options table.navigation td a {
  /*float: left;*/
  width: 90px;
  display: block;
  color: #777;
  font-size: 11px;
  /*padding: 15px 10px;*/
  margin: 0px 5px;
  text-align: center;
  line-height: 1;
  border: rgba(0, 0, 0, 0) solid 1px;
}
.dropdown-options table.navigation td a i {
  font-size: 40px;
  /*margin-bottom: 5px;*/
  color: #ccc;
}
.dropdown-options table.navigation td a span {
  display: block;
}
.dropdown-options table.navigation td.current a,
.dropdown-options table.navigation td:hover a{
  color: #fff;
  text-decoration: none;
  /*background: #15aaff;*/
  /*border: #118bd0 solid 1px;*/
  /*border-left: none;*/
  margin: 0px 15px;
  position: relative;
  /*margin-right: -1px;*/
}

.dropdown-options table.navigation #active:hover {
  background: #15AAFF;
}

.dropdown-options table.navigation #done:hover {
  background: #36D143;
}

.dropdown-options table.navigation #dismissed:hover {
  background: #15AAFF;
}

.dropdown-options table.navigation #delete:hover {
  background: #FF0000;
}

.dropdown-options table.navigation #share:hover {
  background: #CBDB3F;
}

.dropdown-options table.navigation td.current a i,
.dropdown-options table.navigation td:hover a i {
  color: #fff;
  text-shadow: none;
}

.topbar-properties {
  min-width: 800px;
}

.modern {
  /*width: 86%;*/
  display: inline-block;
  margin: 15px;
  margin-bottom: 0px;
  padding: 8px 15px;
  background: #B8ED01;
  border: 1px solid rgba(0,0,0,0.15);
  border-radius: 4px;
  transition: all 0.3s ease-out;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.5),
    0 2px 2px rgba(0,0,0,0.3),
    0 0 4px 1px rgba(0,0,0,0.2);

  /* Font styles */
  text-decoration: none;
  text-shadow: 0 1px rgba(255,255,255,0.7);
}

.modern:hover  { background: #C7FE0A; }

.task-date {
  width: 10%;
}

.div-inline {
 display: inline; 
}

.div-spaced {
  padding: 5px;
  margin: 5px;
}

table.border-collapse {
  border-collapse: collapse;
}

td.spaceUnder
{
  padding-left: 40px;
  padding-right: 0px;
}

div.whole-width {
  width: 100%;
}

div.task-row {
  padding: 10px 10px 10px 0px;
  /*margin-bottom: 20px;*/
  color: #999;
  border-bottom: 1px solid #dedede;
  /*border-top: 1px solid #dedede;*/
  /*width: 100%;*/
  height: 20px;
}

.min-width20 {
  min-width: 20px;
}

.min-width25 {
  min-width: 25px;
}

.min-width30 {
  min-width: 30px;
}

.min-width60 {
  min-width: 60px;
}

.min-width80 {
  min-width: 80px;
}

.min-width100 {
  min-width: 100px;
}

.min-width130 {
  min-width: 130px;
}

.min-width150 {
  min-width: 150px;
}

.min-width160 {
  min-width: 160px;
}

.min-width200 {
  min-width: 200px;
}

.min-width250 {
  min-width: 250px;
}

.min-width300 {
  min-width: 300px;
}

.min-width700 {
  min-width: 700px;
}

.min-width800 {
  min-width: 800px;
}

.min-width900 {
  min-width: 900px;
}

.min-width950 {
  min-width: 950px;
}

.min-width1000 {
  min-width: 1000px;
}

.max-width350 {
  max-width: 330px;
  overflow: hidden;
}

.task-checkbox {
  margin: 2px;
}

.task-subtasks {
  margin: 2px;
}

.task-tags {
  margin: 2px;
}

.task-description {
  margin-left: 2px;
}

.modal-font-normal {
  font: 400 20px/1 'Open Sans', Helvetica, sans-serif;
}

.font-header {
  font: 700 40px/1 'Open Sans', Helvetica, sans-serif;
}

.pull-center {
  text-align: center;
}

.taskDone {
  background-image:url(../img/tickmark_translucent.png);
  background-repeat: no-repeat;
  background-size: 50px 40px;
  background-position: 6% 0%;
}

.taskDismissed {
  background-image:url(../img/strikethrough.png);
  background-repeat: repeat-x;
  background-position: center;
}

.taskShared {
  /*background-image:url(../img/tickmark.png);*/
  background-repeat: no-repeat;
  background-size: 40px 40px;
  background-position: 26px 0%;
}

.marginleft5 {
  margin-left: 5px;
}

.subtasks-div {
  margin-right: 2px;
  border-right: 1px solid #dedede;
}

.subtasks-link {
  text-decoration:none;
  color:#4d4d4d;
  font-size: 20px;
}

.task-name-link {
  text-decoration: none;
  color: #4d4d4d;
  font-size: 15px;
}

.width10p {
  width: 10%;
}

.width15p {
  width: 15%;
}

.width26p {
  width: 26%;
}

.width32p {
  width: 32%;
}

.width100p {
  width: 100%;
}

.date-link {
  text-decoration:none;
  color:#4D4D4D;
}

.font-size30p {
  font-size: 30px;
}

.no-decoration {
  text-decoration: none;
}

.horizontal-gradient {
  background-image: -webkit-gradient(linear, 25% 0%, 0% 0%, from(rgb(176, 196, 222)), to(rgb(255, 255, 255)));
  background-image: -moz-linear-gradient(center right, rgb(153, 255, 51) 25%, rgb(255, 102, 51) 80%);
}

/*#task_rows_container {
  padding-bottom: 60px;
  border-bottom: 4px solid #cccccc;
}*/

.task_name_field,
.task_description_field,
.task_list_field,
.share_modal_div {
  padding: 4px 6px;
  width: 466px;
  max-width: 466px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
      border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.5s, box-shadow linear 0.5s;
    -moz-transition: border linear 0.5s, box-shadow linear 0.5s;
      -o-transition: border linear 0.5s, box-shadow linear 0.2s;
        transition: border linear 0.5s, box-shadow linear 0.5s;
  }

.task_name_field {
  height: 22px;
  font-weight: bold;
  font-size: 20px;
}

.task_description_field {
  height: 200px;
  font-size: 14px;
}

.share_modal_div {
  margin-bottom: 10px;
  /*padding: 4px;*/
  width: 518px;
  max-width: 520px;
  min-height: 380px;
  /*background-color: #F4F4F4;*/
  font-size: 12px;
}

.task_list_field {
  width: 666px;
  max-width: 666px;
  height: 300px;
  min-height: 150px;
  /*overflow: auto;*/
  resize: vertical;
  margin-bottom: 10px;
  -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
      border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.5s, box-shadow linear 0.5s;
    -moz-transition: border linear 0.5s, box-shadow linear 0.5s;
      -o-transition: border linear 0.5s, box-shadow linear 0.2s;
        transition: border linear 0.5s, box-shadow linear 0.5s;
  /*-moz-user-select: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  user-select: none;*/
}

.task_name_field:focus,
.task_description_field:focus,
.task_list_field:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.8);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.8);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.8);
}

/*div[data-placeholder]:not(:focus):not([data-div-placeholder-content]):before {
  content: attr(data-placeholder);
  float: left;
  margin-left: 2px;
  color: #b3b3b3;
}*/

.validation-error {
  color: #ed4444;
}

.validation-success {
  color: #23AA2A;
}

.validation-info {
  /*color: #6c7496;*/
  color: #5d699b;
}

.mark_selected {
  background-color: #23AA2A;
}

.tag-name {
 font: 300 30px/1 'Open Sans', Helvetica, sans-serif;
}

.width100 {
  width: 70px;
}

.small-icon {
  width: 2px;
  height: 2px;
}

.mark_start_date {
  padding: 1px 0px;
  background-color: rgba(85, 255, 38, 0.6);
}

.mark_due_date {
  padding: 1px 0px;
  background-color: rgba(255, 7, 7, 0.4);
}

.mark_tokens {
  color: black;
  background-color: #DEDEDE;
  -webkit-border-radius: 0px 50% 50% 0px;
    -moz-border-radius: 0px 50% 50% 0px;
      border-radius: 0px 50% 50% 0px;
}

.mark_name {
  color: black;
  border-top: 1px solid #CECECE;
}

.mark_description {
  color: white;
  border-left: 1px solid #dedede;
}

.mark_tag {
  background-color: rgba(225, 255, 0, 0.8);
}

.search_option_buttons {
  margin: 0px;
  padding: 0px;
  padding-right: 2px;
  background-color: #DEDEDE;
  height: 15px;
  -webkit-border-radius: 0px;
     -moz-border-radius: 0px;
          border-radius: 0px;;
}

.user_list_container {
  margin-top: 10px;
}

.user_cell {
  height: 80px;
  min-width: 200px;
  max-width: 400px;
  width: 250px;
  border: 1px solid #dedede;
  display: inline-block;
  padding: 0px;
  margin-left: 8px;
  margin-bottom: 14px;
  cursor: pointer;
  background-color: #F2F2F2;
}

.user_cell_image {
  height: 80px;
  width: 80px;
  float: left;
}

.user_cell_span {
  margin-left: 8px;
}

.user_cell_name {
 font: 300 'Open Sans', Helvetica, sans-serif;
 font-size: 18px;
}

.user_options_div {
  margin: 0px;
  padding: 0px;
  position: absolute;
  bottom: -1px;
  right: -1px;
}

.user_options_div .btn {
  background-image: none;
  background-color: #FAFAFA;
  background-repeat: repeat-x;
  -webkit-border-radius: 0px;
     -moz-border-radius: 0px;
          border-radius: 0px;
}

.group_header {
  margin-left: 8px;
  font: 300 30px/1 'Open Sans', Helvetica, sans-serif;
}

.no_members {
  font: 500 24px/1 'Open Sans', Helvetica, sans-serif;
}

.no_display {
  display: none;
}

.group_link {
  text-decoration: none;
  color: #C1C1C1;
}

.group_link:hover {
  text-decoration: none;
  color: #FFFFFF;
  cursor: pointer;
}

.user_selection_cell {
  height: 30px;
  width: 120px;
  border: 1px solid #DEDEDE;
  /*background-color: #F7F7F7;*/
  display: inline-block;
}

.log_line {
  margin-bottom: 10px;
}
