/* Mixins */
/* .box { @include border-radius(10px); } */
/* Vars */
/* Colors */
/* Distances */
/* ==========================================================================
   Commons
   ========================================================================== */
body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}
.error_message {
  padding: 10px; }
/* Alert messages */
.g_alert {
  color: #80C683;
  background-color: #dcfae7;
  border: 1px solid;
  padding: 10px;
}
.g_alert_danger {
  color: #ef4d4d;
  border: 1px solid;
  padding: 10px;
  background-color: #fadcef;
}
/* Colors */
.color1 {
  color: #0599d3; }

.color2 {
  color: #63b4f5; }

.color3 {
  color: #445963; }

.color4 {
  color: #CED7DB; }

.color5 {
  color: #00AFFF; }

.color6 {
  color: #80C683; }

.color_white {
  color: white; }

.bg_color1 {
  background-color: #0599d3; }

.bg_color2 {
  background-color: #63b4f5; }

.bg_color3 {
  background-color: #445963; }

.bg_color4 {
  background-color: #CED7DB; }

.bg_color5 {
  background-color: #00AFFF; }

.bg_color6 {
  background-color: #80C683;
  color: white;}

.section_header {
    width: 100%;
    /*height: 30px;*/
    line-height: 30px;
    font-size: 100%;
    color: white;
    background-color: #445963;
    padding: 0 3%;
    margin-bottom: 0;
}

.continue_header .section_header {
    width: 33.33333333333333333%;
    text-align: center;
    float: left;
}

/* Reload page button */
#refresh-page-button {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 20px;
  top: 10px;
  z-index: 100;
  background-image: url('../../../uploads/images/refresh_1.png');
  -webkit-background-size: contain;
  background-size: contain;
}
#dashboard_container {
  position: relative;
}
/* Company selector for superadmin */
#special-company-selector {
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 10px;
  background-color: #0599d3;
}
#special-company-selector .form-group {
  margin-bottom: 0;
}

/* ==========================================================================
   BOOTSTRAP CHANGES
   ========================================================================== */
/* NAVBAR */
.navbar-default {
  background-color: #0599d3;
  border-color: #1875d1;
  border-radius: 0;
  z-index: 999;}

.navbar-default .navbar-brand {
  color: #ffffff; }

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #63b4f5; }

.navbar-default .navbar-text {
  color: #ffffff; }

.navbar-default .navbar-nav {
  margin: 0px 0 0 0px; }

.navbar-default .navbar-nav > li > a {
  color: #ffffff; }

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #63b4f5; }

.navbar-default .navbar-nav > li > .dropdown-menu {
  background-color: #0599d3; }

.navbar-default .navbar-nav > li > .dropdown-menu > li > a {
  color: #ffffff; }

.navbar-default .navbar-nav > li > .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav > li > .dropdown-menu > li > a:focus {
  color: #63b4f5;
  background-color: #1875d1; }

.navbar-default .navbar-nav > li > .dropdown-menu > li > .divider {
  background-color: #0599d3; }

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #63b4f5;
  background-color: #1875d1; }

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  color: #63b4f5;
  background-color: #1875d1; }

.navbar-default .navbar-toggle {
  border-color: #1875d1; }

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #1875d1; }

.navbar-default .navbar-toggle .icon-bar {
  background-color: #ffffff; }

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #ffffff; }

.navbar-default .navbar-link {
  color: #ffffff; }

.navbar-default .navbar-link:hover {
  color: #63b4f5; }

/* Brand space remove */
.navbar .container-fluid, .navbar-collapse {
  padding-left: 0; }

.navbar-collapse.in {
  padding-left: 45px; }

@media (min-width: 767px) {
  .navbar-nav {
    margin: 0px 0 0 -8px; } }
/*--*/
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff; }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #63b4f5; }

  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #63b4f5;
    background-color: #1875d1; } }
/* END NAVBAR */

/* HTML ELEMENTS */
a:focus, a:hover {
    color: #00AFFF;
}
/* END HTML ELEMENTS */

/* ==========================================================================
   Header
   ========================================================================== */
#main_header {
    height: 50px;
}
#main_header .navbar-nav > li {
    float: none;
}

/* ==========================================================================
   Index
   ========================================================================== */
.see_all {
    margin-left: 2px;
    font-size: 87.5%;
}

#dashboard_container {
    overflow: hidden;
    padding: 20px 0;
}

/* LEFT PART */
.welcome-day {
    line-height: 30px;
    margin: 0;
}

/* ISSUES STATUS GRAPH*/
.operative_resume #issues_status_graph {
    width: 100%;
    height: 270px;
    background-color: white;
}

#issues_status_pie {
    height:150px;
}

#issues_status_legend {
    height:120px;
}

.issues_status_legend_item {
    height: 35px;
    padding: 5px 5%;
}

.issues_status_legend_item .color_schema { 
    width: 25px;
    height:25px;
    display:inline-block;
    float:left;
    margin-right: 10px;
}

.issues_status_legend_item .color_schema.open {
    background-color:#036b93;
}

.issues_status_legend_item .color_schema.in_proccess { 
    background-color:#1da3d7;
}

.issues_status_legend_item .color_schema.finish { 
    background-color:#9bd6ed;
}

.issues_status_legend_item .item_legend_text {
    font-size: 88%;
    line-height:25px;
    display:inline-block;
    float:left;
}

.last_incident {
    width: 100%;
    height: 65px;
    padding: 5px 3% 8px;
    background-color: white;
    margin-top: 5px;
    border-radius: 5px;
}

.last_incident .createdDate {
    font-size: 75%;
    line-height: 16px;
    margin-bottom: 4px;
}

.last_incident .indications {
    font-size: 88%;
    font-style: italic;
    line-height: 16px;
}

/* RIGHT PART */
.filter_home label{
    line-height: 30px;
    height: 30px;
    margin-right: 15px;
    margin-bottom: 0;
}

.filter_home select{
    line-height: 30px;
    height: 30px;
    margin-bottom: 0;
}

.form-inline {
    overflow: hidden;
    /*line-height: 30px;
    height: 30px;*/
    margin: 30px 0 10px;
}

.form-inline p {
    margin-bottom: 0;
}

.entry-issues {
     background-color: #EF4D4D;
}

/* Mini issue */
.mini_issue {
    position: relative;
    width: 100%;
    height: 140px;
    padding: 10px 0;
    margin: 10px 0 0;
    font-size: 100%;
    background-color: white;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.department_triangle {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    /*border-top: 20px solid #80C683; //Se pone en html ya que depende del color del departamento. */
    border-right: 20px solid transparent;
}

.mini_issue a {
   color: black;
}

.mini_issue .date {
    line-height: 13px;
    font-size: 62.5%;
    font-weight: bold;
    margin-bottom: 5px;
}   
.mini_issue .date.firstDate {
    float: left;
}

.mini_issue .secondDate {
    float: right;
    color: #EF4D4D;
}

.mini_issue #priority {
    float: right;
}

#priority.high {
    color: #CE2525;
}

#priority.normal {
    color: #EF9456;
}

#priority.low {
    color: #778F9B;
}

.mini_issue .department_container {
    padding-right: 0;
}
.mini_issue p.issueType,
.mini_issue p.department {
    line-height: 13px;
    font-size: 75%;
    margin-bottom: 0px;
}

.mini_issue p.department {
    text-transform: uppercase;
    margin-bottom: 5px;
}

.mini_issue .description {
    line-height: 15px;
    height: 30px;
    overflow: hidden;
    font-size: 87.5%;
    font-weight: bold;
}

.mini_issue .assigned_container {
    position: absolute;
    bottom: 10px;
    right: 15px;
    padding-left: 0;
    padding-right: 0;
}

.mini_issue .assigned_label {
    line-height: 15px;
    font-size: 62.5%;
    text-align: right;
    margin-bottom: 0;
}
.mini_issue .employee {
    line-height: 15px;
    font-size: 75%;
    text-align: right;
    margin-bottom: 0;
}
.mini_issue .location_container {
    
}
.mini_issue p.location {
  font-size: 75%;
  margin-top: 5px;
  color: #aaaaaa;
}

/* Modify issue*/
#mod_issue .form-inline {
    height: auto;
}

#image_preview {
    width: 100%;
    margin: 15px 0;
}

.form-edit-issue-field {
    line-height: 45px;
}
.form-edit-issue-field label {
  width: 160px;  
}

#mod_issue button {
    margin: 20px 15px;
}

#fiksi_basebundle_issue_type_toSinceDate,
#fiksi_basebundle_issue_type_toDeadlineDate {
    width: 150px;
}

/* Issues list */

.list_container {
    background-color: white;
    padding-top: 20px;
    padding-bottom: 20px;
}

.list_container .title {
    font-weight: bold;
    margin-bottom: 0px;
}

.issues_list {
    font-size: 16px;
    color: black;
    background-color: white;
    margin-top: 15px;
    width: 100%;
}

.table_header {
    line-height: 30px;
}

tr {
    line-height: 35px;
}

tr.odd_row {
   background-color: #eee;
}
tr .department_triangle_td,
tr .department_triangle_th {
  position: relative;
  width: 20px;
}

.issues_list th a{
    color: white;
    font-weight: normal;
}

.issues_list_date {
    font-size: 12px;
}

.issues_list_description {
    font-weight: bold;
    color: black;
	line-height: 20px;
}
.issues_list_place {
    line-height: 20px;
}
.issues_list_department {
    text-transform: uppercase;
}

#issues_list_filter {
   padding-top: 20px; 
}

#issues_list_filter .filter_form select,
#issues_list_filter .filter_form input[type='text'] {
    /*margin-left: 15px;*/
    display: inline-block;
    width: 90%;
    margin: auto;
}
#issues_list_filter label {
	display: block;
}
#issues_list_filter .btn {
	margin-top: 13px;
}
.pagination span {
    padding: 10px;
    margin-right: 7px;
}

.pagination .current {
    background-color: #445963;
    color: white;
}

.pagination .page {
    background-color: #CED7DB;
    color: #445963;
}

.pagination .first,
.pagination .next,
.pagination .last,
.pagination .previous {
    background-color: #eee;
}

.pagination .page a,
.pagination .first a,
.pagination .next a,
.pagination .last a,
.pagination .previous a {
    color: #445963;
}


/* ==========================================================================
   History
   ========================================================================== */
#history_list_filter form {
    padding-top: 66px;
    padding-bottom: 60px;
}
#form_last input {
  width: 8%;
}
#form_last label {
  width: 38%;
}
/* ==========================================================================
   DEPARTMENT & STAFF
   ========================================================================== */
.departments_staff{
    padding: 20px 0;
}

.title {
    font-weight: bold;
}

.departments_list,
.staff_list {
    margin-top: 20px;
    overflow: hidden;
}

#fiksi_basebundle_employee_type_departments {
    height: auto;
}

#fiksi_basebundle_employee_type_departments input {
    width: 2%;
    float: left;
}

#fiksi_basebundle_employee_type_departments label {
    width: 98%;
}

/* ==========================================================================
   ENTRY ISSUES
   ========================================================================== */
#entry_issues_app_users, 
#entry_issues_employees {
    min-height: 100px;
    background-color: white;
    padding-top: 20px;
    padding-bottom: 20px;
}

#issues_templates_container {
    padding-top: 20px;
    padding-bottom: 20px;
}

#select_templates {
    width: 50%;  
}

.templates_selector label {
    line-height: 34px;
}
/* Management */
.new_entry_incident_form input,
.new_entry_incident_form select {
  margin-bottom: 20px;
}
.new_entry_incident_form button[type="submit"] {
  
}
/* Containers of incident original and new */
.incident {
  width: 100%;
  margin: 20px auto;
  border: 1px solid black;
}
.incident h1 {
  color: white;
  text-transform: uppercase;
  font-size: 112.5%;
  padding: 5px 10px;
  margin: 0;
  margin-bottom: 10px;
}
.incident .content {
  padding: 10px;
}
.incident .content #incident_created_preview,
.incident .content #incident_original_preview {
  width: auto;
  max-width: 100%;
  margin: 15px 0px;
  max-height: 150px;
}
.incident .content p {
  font-weight: 700;
  margin-bottom: 15px;
}
.incident .content p .response {
  font-size: 87.5%;
  font-weight: 400;
}
.view_in_map {
  color: white;
  background-color: #0599d3;
  padding: 5px 10px;
  margin-left: 15px;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
      -ms-border-radius: 5px;
          border-radius: 5px;
}
/* TEMPLATES services*/
.templates_form_form-inline ul input {
  margin-left: 10px;
  margin-right: 10px;
  padding-right: 10px;
  padding-left: 10px;
  width: 75%;
}
/* WARNING en issues */
.warning-container {
  position: absolute;
  right: 15px;
  top: 40px;
  line-height: 30px;
}
#warning-image {
  width: 32px;
  height: 32px;
}
.warning-input-container input {
  margin-left: 10px;
  width: auto;
  display: inline-block;
  line-height: 30px;
  margin-bottom: 0;
}
.warning-input-container label {
  line-height: 30px;
  vertical-align: bottom;
}
/* ==========================================================================
   Extra bottom space to issues forms
   ========================================================================== */
.create_issue_form {
  margin-bottom: 60px;
}
#fiksi_basebundle_issue_type_image {
  max-width: 360px;
}
/* ==========================================================================
   Media Queries for Responsive Design.
   ========================================================================== */
/* <1200 Devices */
@media (max-width:768px){
  #dashboard_container {
    overflow: visible;
  }
}

/* <420  */
/* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */
/* Style adjustments for high resolution screens, avoid devices */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 5 / 4), only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-resolution: 120dpi) {
  /*.sprite {
    background-image: url('instapadel_sprite_front@2x.png');
    -webkit-background-size: 210px 146px; 
    background-size: 210px 146px; 
  }*/ }

/*# sourceMappingURL=frontend.css.map */
