body{
    background: #f8f8f8;
}

h2{
    margin: 0px;
    padding: 0px;
}

a {
    color: #428bca;
    font-family: Verdana, Arial;
    text-decoration: none;
    font-weight: normal;
    font-size: 12px;
}

a:hover {
    color: #2a6496;
    text-decoration: underline;
}

/* GRID */
.table {
  display: table;
}

.table-row {
  display: table-row;
}

.table-cell {
  display: table-cell;
}

.block{
  display: block;
}

.inline{
  display: inline;
}

.inline-flex{
  display: inline-flex;
}

.inline-block{
  display: inline-block;
}

.none{
  display: none;
}

.line{
  vertical-align:middle;
  line-height: 30px;
  height:30px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.height-auto {
    height: auto;
}

.left{
  text-align: left;
}

.center{
  text-align: center;
}

.right{
  text-align: right;
}

.float-left{
    float:left;
}

.float-right{
    float:right;
}

.top{
  vertical-align: top;
}

.middle{
  vertical-align: middle;
}

.bottom{
  vertical-align: bottom;
}

.app {
    margin-bottom: 100px;
    margin-left: 91px;
    margin-top: 0px;
    margin-right: 0px;
    padding: 0px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 1px 10px #aaa;
    min-height: 300px;
    position: relative;
}

.container {
    background-color: #fff;
    box-shadow: 0px 1px 5px rgba(0,0,0, 0.15);
    border-radius: 3px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 100px;
    padding-bottom: 10px;
}

.navigation-bar {
    box-shadow: 0 1px 10px grey;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 102;
    height: 42px;
    width: 100%;
    min-width: 700px;
    background: #54A769;
    overflow: visible;
}

.stage {
    margin-top: 50px;
    margin-right: 18px;
    font: normal 12px verdana;
    color: #333;
    -webkit-transition: margin-left 1s;
    transition: margin-left 1s;
}

.column {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}

.container.auto,
.column.auto,
.auto {
	width: auto;
}

.container.zero-half,
.column.zero-half,
.zero-half {
  width: 5%;
}

.container.one,
.column.one,
.one {
  width: 10%;
}

.container.one-half,
.column.one-half,
.one-half {
  width: 15%;
}

.container.two,
.column.two,
.two {
  width: 20%;
}

.container.two-half,
.column.two-half,
.two-half {
  width: 25%;
}

.container.three,
.column.three,
.three {
  width: 30%;
}

.container.three-half,
.column.three-half,
.three-half {
  width: 35%;
}

.container.four-half,
.column.four-half,
.four-half {
  width: 40%;
}

.container.four,
.column.four,
.four {
  width: 47%;
}

.countainer.five,
.column.five,
.five {
  width: 55.7%;
}

.container.six,
.column.six,
.six {
  width: 60%;
}

.container.six-half,
.column.six-half,
.six-half {
  width: 65%;
}

.container.seven,
.column.seven,
.seven {
  width: 70%;
}

.container.eight,
.column.eight,
.eight {
  width: 80%;
}

.container.eleven,
.column.eleven,
.eleven {
  width: 99%;
}

.container.twelve,
.column.twelve,
.twelve {
  width: 100%;
}

/* Remove properties */

.no-padding {
  padding:0px !important;
}

.no-border {
  border: none !important;
}

/* Style for input. Reference http://getbootstrap.com/components/#input-groups */

input {
    outline: none;
}

.input-single {
  background-color: #ffffff;
  border: 1px solid rgb(84, 167, 105);
  border-radius: 3px;
  color: rgb(84, 167, 105);
}

.input-single[type='text'] {
  height: 20px;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.input-group .input-single,
.input-group .input-group-addon {
    display: table-cell;
}

.input-group-addon {
  /**padding: 6px 12px;*/
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #ffffff;
  border: 1px solid rgb(84,167,105);
  color: rgb(84,167,105);
  border-radius: 4px;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group .input-single,
.input-group .input-group-addon {
  border-radius: 0px;
}

.input-group input:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.input-group input:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.input-group .input-group-addon:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-right: 0px;
}

.input-group .input-group-addon:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-left: 0px;
}

/* Multiple insert line */

.multiple-insert-line input {
  width: 50px;
}

.multiple-insert-line .larger {
  width: 100px;
}

.multiple-insert-line img {
  cursor: pointer;
}

/* UTILS */

.cursor-pointer .pointer {
	cursor: pointer;
}

.cursor-default {
	cursor: default;
}

.hidden {
	display: none;
}

.font-8 {
  font-size: 8px;
}

.font-10 {
  font-size: 10px;
}

.font-11 {
  font-size: 11px;
}

.font-12 {
  font-size: 12px;
}

.font-13 {
  font-size: 13px;
}

.font-14 {
  font-size: 14px;
}

.font-15 {
  font-size: 15px;
}

.font-16 {
  font-size: 16px;
}

.bold {
  font-weight: bold;
}

.normal {
  font-weight: normal;
}

.capitalize {
  text-transform: capitalize;
}

.uppercase {
  text-transform: uppercase;
}

.first-letter:first-letter {
  text-transform: uppercase;
}

.no-select {
  user-select: none;
}

.text-ellipsis{
  text-overflow: ellipsis;
  display:block;
  white-space: nowrap;
  overflow: hidden;
  width: 150px;
}

.text-clip{
  text-overflow: clip;
  display:block;
  white-space: nowrap;
  overflow: hidden;
  width: 150px;
}

.line-through{
    text-decoration: line-through;
}

.underline {
    text-decoration: underline;
}

.overline {
    text-decoration: overline;
}

/* Text align */

.align-center {
  text-align: center;
}

/* SWITCH - Estilo iOS */

.switch {
  visibility: hidden;
  position: absolute;
  margin-left: -9999px;
}

.switch + label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  user-select: none;
}

.switch-shadow + label {
  padding: 2px;
  width: 38px;
  height: 20px;
  background-color: #dddddd;
  border-radius: 60px;
}

.switch-shadow + label:before,
.switch-shadow + label:after {
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  bottom: 1px;
  content: "";
}

.switch-shadow + label:before {
  right: 1px;
  background-color: #f1f1f1;
  border-radius: 60px;
  transition: background 0.4s;
}

.switch-shadow + label:after {
  width: 23px;
  background-color: #fff;
  border-radius: 100%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  transition: all 0.4s;
}

.switch-shadow:checked + label:before {
  background-color: #8ce196;
}

.switch-shadow:checked + label:after {
  transform: translateX(17px);
}

/* Warning Box for alerts */
.warning {
  margin: 10px;
  background-color: #ffffaa;
  border: #ddddaa 2px solid;
  color: #333333;
  font-family: verdana;
  font-weight: bold;
  font-size: 12px;
  border-radius: 5px;
  padding: 5px;
  text-align: center;
}

/* Warning Ballon for alerts */
.warning-ballon {
  text-align:justify;
  font-family:verdana;
  font-size:12px; color:#333333;
  position:absolute;
  border:#ccc 1px solid;
  margin-left:70px;
  background-color:#ffffff;
  border-radius:5px;
  padding:7px;
  padding-left:10px;
  padding-right:4px;
  box-shadow:0px 0px 15px #ccc;
  width: 300px;
  display: none;
}

/* Head Tabs */
.tab-head {
    padding: 5px 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    background: rgb(221, 221, 221) none repeat scroll 0% 0%;
    border-bottom: 1px solid #888;
    width: auto;
    height: auto;
}

.tab-head .title {
    font-weight: bold;
}

/* Div with button style */

.button-tab{
  border: none;
  text-align: center;
  text-shadow: 1px 1px #000;
  vertical-align: middle;
  border: 1px solid #01814E;
  border-top: none;
  height: auto;
  border-radius: 0px 0px 5px 5px;
  width: auto;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  float: right;
  margin-right: 10%;
  cursor: pointer;
  position: relative;
  background: #01814E;
  color: white !important;

}

.button-tab:hover {
  background: #96CFA4;
  border-color: #96CFA4 !important;
  -webkit-transition-property: background;
  -webkit-transition-duration: 0.2s;
  transition-property: background;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  text-decoration: none;
}

/* Div tables */

.border-line {
  border-bottom: 1px #aaa dashed;
}

.div-row {
  display: table-row;
}

.div-row-color:nth-of-type(odd) {
  background: #e0e0e0;
}

.div-row:hover {
  background: #E7EfE7;
  transition-property: background;
  transition-duration: 0.2s;
  transition-timing-function: linear;
}

.div-col {
  display: table-cell;
  border: 1px solid #8B8989;
  border-style: none none dashed none;
  border-left: none;
  vertical-align: middle;
  padding-top: 0.3%;
  padding-bottom: 0.3%
}

.div-header {
  background: #DEDEDE;
  padding-top: .5%;
  padding-bottom: .5%;
  font-weight: 700;
  font-size: 15px;
  text-align: center;
  border-right: none !important;
  border-bottom: 1px solid #8B8989;
}

/* http://getbootstrap.com/components/#breadcrumbs  */
.paths {
    list-style: none;
    padding: 0;
    margin: 0px;
    padding-left: 14px;
    cursor: pointer;
}
.paths > li {
    display: inline-block;
}
.paths > li:first-child:before {
    content: '';
}
.paths > li:before {
    content: '>\0000a0';
}

/* support legacy CSS */
.newbutton01 {
    background-color: #01814e;
    background-image: none;
    border-radius: 5px;
    border: none;
    margin: auto;
    color: white;
    text-shadow: 1px 1px #000;
    cursor: pointer;
    font: bold 12px/12px verdana;
    padding: 5px 15px;
    vertical-align: middle;
    box-shadow: 0 0 2px #aaa;
}

.newbutton01:hover {
    background-color: #96CFA4;
}

.newbutton02 {
    background-color: rgb(112, 121, 122);
    background-image: none;
    border-radius: 5px;
    border: none;
    margin: auto;
    color: white;
    text-shadow: 0 -1px rgba(41, 41, 41, 0.5);
    cursor: pointer;
    font: bold 12px/12px verdana;
    padding: 5px 15px;
    vertical-align: middle;
}

.newbutton02:hover {
    background-color: rgb(145, 161, 165);
}

.draggable-dot{
    background: url(/img/dots2.gif);
    /*background-repeat: repeat-y;*/
}
