﻿@import url("main-menu.css");
@import url("custom-nav.css");
@import url("modal-header.css");

/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="select"] {
    max-width: 280px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }
}

h1,
.h1 {
    font-size: 36px;
}

h2,
.h2 {
    font-size: 30px;
}

h3,
.h3 {
    font-size: 24px;
}

h4,
.h4 {
    font-size: 18px;
}

h5,
.h5 {
    font-size: 14px;
}

h6,
.h6 {
    font-size: 12px;
}



/***
    CUSTOM
*/

.btn-xxs,
.btn-group-xxs > .btn {
    padding: 3px 5px;
    font-size: 0.84em;
    height: 1.6em;
    line-height: 1;
    border-radius: 4px;
}

.btn-page {
    padding: 3px 3px;
    font-size: 12px;
    line-height: 1;
    border-radius: 2px;
}

.text-danger {
    color: #b94a48;
}

.input-filter {
    height: 25px;
    padding: 3px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    font-size: 12px;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-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-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

html {
    font-size: 62.5%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.body-report {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding-top: 0px;
    padding-bottom: 20px;
    font-size: 12px;
    line-height: 1.428571429;
    color: #333333;
    background-color: #ffffff;
}

table {
    border-collapse: collapse;
    border-spacing: 10px;
}

td {
    padding: 0px;
    /*padding: 0.75rem 1.5rem;*/
}

table {
    max-width: 100%;
    background-color: transparent;
}

th {
    text-align: left;
}

tbody {
	font-size:12px;
}

.table {
    width: 100%;
    margin-bottom: 20px;
}

.table thead > tr > th,
.table tbody > tr > th,
.table tfoot > tr > th,
.table thead > tr > td,
.table tbody > tr > td,
.table tfoot > tr > td {
    padding: 11px;
    line-height:1.428571429;
    vertical-align: top;
    /*border-top: 1px solid #dddddd;*/
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

.form-report {
    margin-right: 20px;
    margin-left: 20px;
    padding-top: 0px;
    margin-top: 0;
    margin-bottom: 0;
    clear: both;
    display: inline-block;
    content: " ";
    background-color: white;
    color: black;
    height: 30px;
    padding: 5px 10px;
    font-size: 11px;
    line-height: 1.5;
    border-radius: 3px;
}

.table-report {
    border: 1px solid #cccccc;
    border-spacing : 10px;
    padding: 5px;
}

.header-report {
    background-color: #99ceff;
    border: 1px solid #cccccc;
    color: black;
    font-size: 12px;
    padding: 5px;
}

.item-report {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    color: black;
    font-size: 12px;
    padding: 5px;
}

.shadow {
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: none;
  -webkit-box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.5);
          box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
}
.action-display, 
.action-edit, 
.action-del, 
.action-print {
	height:30px;
	padding: 4px 4px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}
.action-display {
	color:black;
	background-color:#99ceff;
}
.action-edit {
	color:white;
	background-color:#00b300;
}
.action-del {
	color:white;
	background-color:red;
}
.action-print {
	color:white;
	background-color:blue;
}
.nav .caret {
    margin-left: 8px;
}

.navbar-nav > li > a {
    font-size: 14px;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #000;
    background-color: #ffcc00;
}

.nav a:hover .caret {
    border-top-color: #ffcc00;
    border-bottom-color: #ffcc00;
}

.nav .caret {
    border-top-color: #000;
    border-bottom-color: #000;
}

@media (max-width: 768px) {
    .navbar-header {
        padding-left: 20px !important;
    }
    li.dropdown {
        padding-left: 10px;
    }
    .form-horizontal .form-group {
        margin-right: 0px;
        margin-left: 0px;
    }
    .form-horizontal {
        padding: 10px 0px !important;
    }
    .form-group {
        padding-right: 10px !important;
    }
}


.custom-radio h3 {
  color: #18191b;
  margin-bottom: 2rem;
}

.custom-radio section {
  display: flex;
  flex-flow: row wrap;
}

.custom-radio section > div {
  flex: 1;
  padding: 0.5rem;
}

.custom-radio input[type="radio"] {
  display: none;
}
.custom-radio input[type="radio"]:not(:disabled) ~ label {
  cursor: pointer;
}
.custom-radio input[type="radio"]:disabled ~ label {
  color: #ffcc00;
  border-color: #ffcc00;
  box-shadow: none;
}

.custom-radio label {
  display: block;
  background: white;
  border: 1px solid #ffcc00;
  border-radius: 2px;
  padding: 1rem;
  margin-bottom: 1rem;
  text-align: center;
  box-shadow: 0px 3px 10px -2px rgba(161, 170, 166, 0.5);
  position: relative;
}

.custom-radio input[type="radio"]:checked + label {
  background: #ffcc00;
  color: white;
}
.custom-radio input[type="radio"]:checked + label::after {
  color: #3d3f43;
  font-family: "Glyphicons Halflings";
  border: 2px solid #ffcc00;
  content: "\e013";
  font-size: 24px;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  background: white;
  box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.25);
}

.custom-radio p {
  font-weight: 900;
}

@media only screen and (max-width: 700px) {
  .custom-radio section {
    flex-direction: column;
  }
}

