﻿body 
{
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #555555;
    font-size: 13px;
}

#header
{
    padding-left: 20px;
    padding-right: 20px;    
    background: #4d7496;
    position: fixed;
    min-height: 48px;
    filter: none;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;       
    box-shadow: none;
    border: none;        
    border-radius: 0;
    border-bottom: 4px solid #2a4053;
}

.container {
    padding-left: 1.5%;
    padding-right: 1.6%;
}

.navbar-brand 
{    
    line-height: 48px;
    color: #ffffff;
    text-shadow: 0 1px 0 #000000;
    font-size: 18px;
    width: 230px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow-x: hidden;
    text-align: left;    
    max-width: none;    
    margin-right: 0;    
    text-decoration: none;    
    outline: none !important;     
}
.navbar-right {
    padding-top: 0;
    padding-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    float: right !important;
    margin: 0;
}

.navbar-left {
    padding-top: 0;
    padding-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    float: left !important;
    margin: 0;
    border-right: 1px solid #536573;    
}

.dropdown {
    position: relative;
    box-sizing: border-box;
}

.dropdown-toggle{
  color: #ffffff;
  background: #334d63;
  -webkit-box-shadow: 1px 0 0 rgba(0, 0, 0, 0.25) inset, -1px 0 0 rgba(0, 0, 0, 0.25) inset;
  -moz-box-shadow: 1px 0 0 rgba(0, 0, 0, 0.25) inset, -1px 0 0 rgba(0, 0, 0, 0.25) inset;
  box-shadow: 1px 0 0 rgba(0, 0, 0, 0.25) inset, -1px 0 0 rgba(0, 0, 0, 0.25) inset;
}

.navbar .nav>li {
line-height: 28px;
border-right: 1px solid rgba(0,0,0,0.2);
}

/* # Widgets
================================================== */
.widget {
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 0px;
  /* Divider */

}
.widget .widget-header {
  margin-bottom: 15px;
  border-bottom: 1px solid #ececec;
  *zoom: 1;
}
.widget .widget-header:before,
.widget .widget-header:after {
  display: table;
  content: "";
  line-height: 0;
}
.widget .widget-header:after {
  clear: both;
}
.widget .widget-header h4 {
  display: inline-block;
  color: #555555;
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  padding: 0;
  margin-bottom: 7px;
}
.widget .widget-header h4 i {
  font-size: 14px;
  margin-right: 5px;
  color: #6f6f6f;
}
.widget .widget-header .toolbar {
  display: inline-block;
  padding: 0;
  margin: 0;
  float: right;
}
.widget.box {
  border: 1px solid #d9d9d9;
}
.widget.box .widget-header {
  background: #f9f9f9;
  border-bottom-color: #d9d9d9;
  line-height: 15px;
  /*padding: 0 12px;*/
  padding: 12px;
  margin-bottom: 0;
}
.widget.box .widget-header h4 {
  margin-bottom: 0;
}
.widget.box .widget-header .toolbar {
  margin-right: -5px;
}
.widget.box .widget-header .toolbar.no-padding {
  margin: -2px -13px;
}
.widget.box .widget-header .toolbar.no-padding .btn {
  font-size: 13px;
  padding: 8px 7px;
  padding-top: 8px;
  margin-top: 1px;
}
.widget.box .widget-content {
  padding: 5px;
  position: relative;
  background-color: #fff;
}
.widget.box .widget-content.no-padding {
  padding: 0;
}
.widget.box .widget-content.no-padding .row {
  padding-left: 15px;
  padding-right: 15px;
}
.widget.box .widget-content.widget-deeper {
  background-color: #f9f9f9;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
}
.widget.box.box-shadow {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  border-bottom-color: #cccccc;
}
.widget.widget-closed.box .widget-header {
  margin-bottom: -1px;
  border-bottom: 1px solid #d9d9d9;
}
.widget.widget-closed .widget-content {
  display: none;
}
.widget > .divider,
.widget .widget-content > .divider {
  width: 100%;
  border-bottom: 1px solid #d9d9d9;
  border-top: 1px solid #fff;
}
.widget .widget-content > .divider {
  margin: 5px 0;
}

.divReorder {
    background-image: url(images/icon-reorder.png);
    background-repeat: no-repeat;
    background-position: top right;
    display: inline;
    height: 16px;
    width: 16px;
}
.e-button-primary 
{
    color: #fff;
    background-color: #3968c6;
    z-index: 2;
    border-color: #357ebd;
    padding: 6px 13px;  
    font-size: 14px;
    font-weight: normal;	
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;    
}
.e-button-primary:hover
{
    color: #fff;
    background-color: #4d77cc;
    z-index: 2;
    border-color: #357ebd;
    padding: 6px 13px;  
    font-size: 14px;
    font-weight: normal;	
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;    
}

.e-button-success 
{
    color: #fff;
    background-color: #51a351;
    z-index: 2;
    border-color: #4cae4c;
    padding: 6px 13px;  
    font-size: 14px;
    font-weight: normal;	
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;    
}
.e-button-success:hover
{
    color: #fff;
    background-color: #5eaf5e;
    z-index: 2;
    border-color: #4cae4c;
    padding: 6px 13px;  
    font-size: 14px;
    font-weight: normal;	
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;    
}

.e-button-inverse
{
    color: #fff;
    background-color: #555;
    z-index: 2;    
    padding: 6px 13px;  
    font-size: 14px;
    font-weight: normal;	
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;    
}
e:hover
{
    color: #fff;
    background-color: #626262;
    z-index: 2;    
    padding: 6px 13px;  
    font-size: 14px;
    font-weight: normal;	
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;    
}

.e-button-danger
{
    color: #fff;
    background-color: #ac2925;
    z-index: 2;    
    padding: 6px 13px;  
    font-size: 14px;
    font-weight: normal;	
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;    
}
.e-button-danger:hover
{
    color: #fff;
    background-color: #ce3f38;
    z-index: 2;    
    padding: 6px 13px;  
    font-size: 14px;
    font-weight: normal;	
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;    
}


.e-button-grid-danger 
{
    color: #fff;
    background-color: #ac2925;
    z-index: 2;    
    border-color: #357ebd;
    padding: 6px 13px;  
    font-size: 12px;
    font-weight: normal;	
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;    
}
.e-button-grid-danger:hover
{
    color: #fff;
    background-color: #ce3f38;
    z-index: 2;    
    border-color: #357ebd;
    padding: 6px 13px;  
    font-size: 12px;
    font-weight: normal;	
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;    
}

.e-button-grid-danger:hover
{
    color: #fff;
    background-color: #ce3f38;
    z-index: 2;    
    border-color: #357ebd;
    padding: 6px 13px;  
    font-size: 12px;
    font-weight: normal;	
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;    
}

.e-button-grid-edit
{
    color: #fff;
    background-color: #2f96b4;
    z-index: 2;    
    border-color: #46b8da;
    padding: 6px 13px;  
    font-size: 12px;
    font-weight: normal;	
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;    
}
.e-button-grid-edit:hover
{
    color: #fff;
    background-color: #34a7c8;
    z-index: 2;    
    border-color: #357ebd;
    padding: 6px 13px;  
    font-size: 12px;
    font-weight: normal;	
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;    
}

.info, .success, .warning, .error, .validation {
    border: 1px solid;
    margin: 10px 0px;
    background-repeat: no-repeat;
    background-position: 10px center;
}
.info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('images/icon-info.png');
}
.success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('images/icon-success.png');
}
.warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('images/icon-warning.png');
}
.error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('images/icon-error.png');
}
.container
{
}
.info p, .success p, .warning p, .error p {
    padding: 0px 50px;
}
.info a, .success a, .warning a, .error a {
    float: right;
    padding: 10px;
    cursor:pointer;
}
.container img {
    border: none;
}

/* validation */
.validation {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('images/icon-error.png');
}
.validation ul
{
	padding: 0px 30px;
}

/* DATAGRID STYLE*/
.datagrid {margin-bottom:10px; background:#fafafa; border: 0;}
.datagrid td {padding:4px; border:0px; border-bottom: 1px solid #dddddd;text-align:center;}
.datagrid .header {background:#ffffff; font-weight:bold; text-align:center; border-bottom: 2px solid #dddddd;}
.datagrid .row {background:#E5E6E8; font-size:11px;}
.datagrid .rowAlt {background:#ffffff; }
.datagrid .rowHl {background:#BCC9E0; }
.datagrid .rowSl {background:#BCC9E0; }
.datagrid .pager {background:#FFFFFF; }

/*WIZARD*/
#wizHeader li .prevStep
{
    background-color: #94b86e;
}
#wizHeader li .prevStep:after
{
    border-left-color:#94b86e !important;
}
#wizHeader li .currentStep
{
    background-color: #4d7496;
}
#wizHeader li .currentStep:after
{
    border-left-color: #4d7496 !important;
}
#wizHeader li .nextStep
{
    background-color:#C2C2C2;
}
#wizHeader li .nextStep:after
{
    border-left-color:#C2C2C2 !important;
}
#wizHeader
{
    list-style: none;
    overflow: hidden;
    font: 18px Helvetica, Arial, Sans-Serif;
    margin: 0px;
    padding: 0px;   
}
#wizHeader li
{
    float: left;
}
#wizHeader li a
{
    color: white;
    text-decoration: none;
    padding: 10px 0 10px 55px;
    background: brown; /* fallback color */
    background: hsla(34,85%,35%,1);
    position: relative;
    display: block;
    float: left;
}
#wizHeader li a:after
{
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent; /* Go big on the size, and let overflow hide */
    border-bottom: 50px solid transparent;
    border-left: 30px solid hsla(34,85%,35%,1);
    position: absolute;
    top: 50%;
    margin-top: -50px;
    left: 100%;
    z-index: 2;
}
#wizHeader li a:before
{
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 30px solid white;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    margin-left: 1px;
    left: 100%;
    z-index: 1;
}        
#wizHeader li:first-child a
{
    padding-left: 10px;
}
#wizHeader li:last-child 
{
    padding-right: 50px;
}
#wizHeader li a:hover
{
    background: #656565;
}
#wizHeader li a:hover:after
{
    border-left-color: #656565 !important;
}        
.wizFooter
{       
    background-color:#F9F9F9;  
}
.e-textbox-number
{    
    text-align: right;
}
.e-textbox-text
{
    text-align: right;   
}
.e-label-totales
{
    font-size:x-large;
    font-weight:bold;
    color: #555555;    
}
.e-label-total
{
    font-size:x-large;
    font-weight:bold;
    color: #e25856;    
}
.title-bar
{
    text-shadow: black 0px 1px 1px;
    color: #FFFFFF;
    padding-left: 10px;
    background-color: #61A9F9;
    vertical-align: middle;
    width: 100%;
    border-radius: .2em;
    font-size: 14px;
    font-weight: bold;
}

.login-input 
{         
    height: 16px;
    padding: 4px 4px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;    
    border: 1px solid #ccc;   
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
/* * * * * * * * * * * *
 * Labels and Badges
 * * * * * * * * * * * */
.label,
.badge {
  font-size: 10px;
  font-weight: normal;
}
.label,
.badge {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
/* Colors */
.label-info {
  background-color: #658db3;
}
.label-success {
  background-color: #94b86e;
}
.label-danger {
  background-color: #e25856;
}
.label-default {
  background-color: #999;
}

/* * * * * * * * * * * *
 * Alerts
 * * * * * * * * * * * */
.alert {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-bottom: 15px;
}
.alert .close {
  font-size: 11px;
  line-height: 25px;
}
/* * * * * * * * * * * *
 * Modal
 * * * * * * * * * * * */
.modal-open {
  overflow: hidden;
}

body.modal-open,
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
  margin-right: 15px;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  display: none;
  overflow: auto;
  overflow-y: scroll;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
          transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
     -moz-transition: -moz-transform 0.3s ease-out;
       -o-transition: -o-transform 0.3s ease-out;
          transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.modal-dialog {
  z-index: 1050;
  width: auto;
  padding: 10px;
  margin-right: auto;
  margin-left: auto;
}

.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: none;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  min-height: 16.428571429px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

.modal-body {
  position: relative;
  padding: 20px;
}

.modal-footer {
  padding: 19px 20px 20px;
  margin-top: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

.modal-footer:after {
  clear: both;
}

.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

@media screen and (min-width: 768px) {
  .modal-dialog {
    right: auto;
    left: 50%;
    width: 600px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}
