/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 26-03-2016, 17:27:29
    Author     : mauricio
*/

html,
body {
    height: 100%;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 80px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

#custom-panel.panel {
    padding: 0;
    text-decoration: underline;
}

#custom-panel .panel-heading {
    margin: 0;
}

/*
    --> Home
*/

.font12 {
    text-align: right;
    color:#ffffff;
    font-family:Arial;
    font-size:12px;
    font-weight:bold;
    padding:3px 5px;
    text-decoration:none;
}

.font20 {
    text-align: center;
    color:#ffffff;
    font-family:Arial;
    font-size:20px;
    font-weight:bold;
    padding:4px 5px;
    text-decoration:none;
    text-shadow:0px 1px 0px #3d768a;
}

.font20Bold {
    text-align: center;
    font-family:Arial;
    font-size:20px;
    font-weight:bold;
    padding:4px 5px;
    text-decoration:none;
}

.font10 {
    text-align: left;
    color:#ffffff;
    font-family:Arial;
    font-size:12px;
    padding:2px 5px;
    text-decoration:none;
    text-shadow:0px 1px 0px #3d768a;
}

.font8 {
    text-align: left;
    color:#ffffff;
    font-family:Arial;
    font-size:11px;
    padding:2px 5px;
    text-decoration:none;
    text-shadow:0px 1px 0px #3d768a;
}

.box-top {
    border-top-color: #f5f5f5;
    border-top-style: dotted;
    border-top-width: 0.1em;
}

.widgetHomeBlue {
    width: 12em;
    margin:5px 0px;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #599bb3), color-stop(1, #408c99));
    background:-moz-linear-gradient(top, #599bb3 5%, #408c99 100%);
    background:-webkit-linear-gradient(top, #599bb3 5%, #408c99 100%);
    background:-o-linear-gradient(top, #599bb3 5%, #408c99 100%);
    background:-ms-linear-gradient(top, #599bb3 5%, #408c99 100%);
    background:linear-gradient(to bottom, #599bb3 5%, #408c99 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#599bb3', endColorstr='#408c99',GradientType=0);
    background-color:#599bb3;
    display:inline-block;
}

.widgetHomeGray {
    width: 12em;
    margin:5px 0px;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #768d87), color-stop(1, #6c7c7c));
    background:-moz-linear-gradient(top, #768d87 5%, #6c7c7c 100%);
    background:-webkit-linear-gradient(top, #768d87 5%, #6c7c7c 100%);
    background:-o-linear-gradient(top, #768d87 5%, #6c7c7c 100%);
    background:-ms-linear-gradient(top, #768d87 5%, #6c7c7c 100%);
    background:linear-gradient(to bottom, #768d87 5%, #6c7c7c 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#768d87', endColorstr='#6c7c7c',GradientType=0);
    background-color:#768d87;
    display:inline-block;
}

.widgetHomeGreen {
    width: 12em;
    margin:5px 0px;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #77b55a), color-stop(1, #72b352));
    background:-moz-linear-gradient(top, #77b55a 5%, #72b352 100%);
    background:-webkit-linear-gradient(top, #77b55a 5%, #72b352 100%);
    background:-o-linear-gradient(top, #77b55a 5%, #72b352 100%);
    background:-ms-linear-gradient(top, #77b55a 5%, #72b352 100%);
    background:linear-gradient(to bottom, #77b55a 5%, #72b352 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77b55a', endColorstr='#72b352',GradientType=0);
    background-color:#77b55a;
    display:inline-block;
}

.widgetHomeOrange {
    width: 12em;
    margin:5px 0px;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f0c911), color-stop(1, #f2ab1e));
    background:-moz-linear-gradient(top, #f0c911 5%, #f2ab1e 100%);
    background:-webkit-linear-gradient(top, #f0c911 5%, #f2ab1e 100%);
    background:-o-linear-gradient(top, #f0c911 5%, #f2ab1e 100%);
    background:-ms-linear-gradient(top, #f0c911 5%, #f2ab1e 100%);
    background:linear-gradient(to bottom, #f0c911 5%, #f2ab1e 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0c911', endColorstr='#f2ab1e',GradientType=0);
    background-color:#f0c911;
    display:inline-block;
}

.calendarBlue {
    margin:4px 4px;
    padding: 4px;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #599bb3), color-stop(1, #408c99));
    background:-moz-linear-gradient(top, #599bb3 5%, #408c99 100%);
    background:-webkit-linear-gradient(top, #599bb3 5%, #408c99 100%);
    background:-o-linear-gradient(top, #599bb3 5%, #408c99 100%);
    background:-ms-linear-gradient(top, #599bb3 5%, #408c99 100%);
    background:linear-gradient(to bottom, #599bb3 5%, #408c99 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#599bb3', endColorstr='#408c99',GradientType=0);
    background-color:#599bb3;
    display:block;
    color: #f5f5f5;
    font-weight: bold;
    text-align: center;
    font-size: 0.9em;
}

.calendarDate {
    width: 8em;
    display:inline-block;
}

.calendarHour {
    width: 8em;
    display:inline-block;
}

.calendarDetail {
    width: 8em;
    display:inline-block;
}

.marginSup {
    margin-top: 30px;
}

.col5 { width: 5%; color: white; background:#666666; text-align: center; }
.col10 { width: 10%; color: white; background:#666666; text-align: center; }
.col15 { width: 15%; color: white; background:#666666; text-align: center; }
.col20 { width: 20%; color: white; background:#666666; text-align: center; }
.col25 { width: 25%; color: white; background:#666666; text-align: center; }
.col80 { width: 80%; color: white; background:#666666; text-align: center; }
.col90 { width: 90%; color: white; background:#666666; text-align: center; }

.txtMoneyRed {
    font-weight: bold;
    text-align: right;
    color: red;
}

.txtMoney {
    font-weight: bold;
    text-align: right;
    color: blue;
}

.txtBold {
    font-weight: bold;
}

.txtCenter {
    display:block;
    text-align: center;
}

.txtRed {
    color: red;
}

.box-inline {
    display: inline-block;
}

.colorRed {
    color: red;
    text-align: center;
}

.colorGreen {
    color: green;
    text-align: center;
}

.colorBlue {
    color: blue;
}

.colorGrey {
    color: #3d768a;
}