/*.app>.main-container>.nav-container {*/
/*    display: none;*/
/*    z-index: 11;*/
/*    position: static;*/
/*    float: left;*/
/*    width: 280px*/
/*}*/

/*@media (min-width: 768px) {*/
/*    .app > .main-container > .content-container {*/
/*        margin-left: 280px;*/
/*    }*/
/*}*/

.progress-bar-waiting {
    background-color: #bfefff;
}

.card-container>.card-header {
    padding-bottom: 0 !important;
}

.bg-success-light {
    background-color: ivory;
    color: cadetblue;
}

.bg-success-light a {
    color: cadetblue;
}

.bg-success-light a:hover {
    color: cadetblue;
}

.bg-info-light {
    background-color: aliceblue;
    color: steelblue;
}

.bg-info-light a {
    color: steelblue;
}

.bg-info-light a:hover {
    color: steelblue;
}

.bg-info-alt {
    background-color: #B48EAD;
    color: #fff
}

.bg-info-alt a {
    color: #fff
}

.bg-info-alt a:hover {
    color: #fff
}

.btn-create {
    border-radius: 5px;
}

.btn-edit {
    background-color: var(--i-color-light);
    color: var(--i-color-primary);
    border-radius: 5px
}

.btn-delete {
    background-color: var(--i-color-light);
    color: var(--i-color-danger);
    border-radius: 5px
}

#nav-container {
    background-color: #E9F1FB;
}

.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover {
    z-index: 2;
    color: gray;
    background-color: white;
    border-color: white;
    cursor: default
}

img.img48_48 {
	width: 48px;
	height: 48px
}

.email-only {
    visibility: hidden;
}

.label-left {
	margin-right: 0px;
	margin-bottom: 1ex;
	display: inline-block;
}

.date-box {
    width: 56px;
    height: 80px;
    margin-top: -12px;
    border: 1px solid;
}

.date-box .label {
    border-radius: 0px;
}

.date-column {
    width: 48px;
    height: 64px;
    text-align: center;
}

.date-column .label {
    border-radius: 0px;
}

.mini-box-sm {
	min-height: 72px;
	padding: 15px
}

.page {
    padding: 15px;
}

.page-top {
    background-color: white;
	height: 51px;
	padding: 8px 30px 0px;
}

.page-top h4 {
    margin-bottom: 0px;
}

.nav-container {
    -webkit-box-shadow: 0px 0 5px -2px #aaa;
            box-shadow: 0px 0 5px -2px #aaa;
}

.nav-container .nav a {
    font-size: 14px;
}

/*.nav-container .nav>li {*/
/*	font-weight: normal;*/
/*    margin-left: 12px;*/
/*    height: 48px;*/
/*}*/

.nav-tabs {
    border-bottom: 1px solid #ddd;
}

.list-inline .no-padding {
    padding: 0px;
}

.list-inline .list-date {
    margin-top: .3em;
}

.list-inline .list-month {
    margin-top: .5em;
}

.body {
    font-family: "Open Sans","Helvetica Neue",Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857;
    color: #626262;
}

.cropArea {
    background: #E4E4E4;
    overflow: hidden;
    height:350px;
}

.pagination {
    margin: 10px 0;
}

.left-bottom-shadow {
    border-left: 3px solid #dfdfdf;
    border-bottom: 2px solid #dfdfdf;
    cursor: pointer;
}

.right-shadow {
    border-right: 2px solid #dfdfdf;
}

.left-shadow {
   border-left: 4px solid #dfdfdf;
}

.left-mark {
   border-left: 4px solid #0769DA;
}

.panel-box .panel-qualifier {
  padding: 12px;
  margin-bottom: -10px;
}

.panel-box .panel-top-sm {
    padding: 18px 20px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px
}

.panel-box .panel-top-desc {
    text-align: left;
    margin-left: 72px;
    margin-top: -12px;
}

.panel-box .panel-detail {
    text-align: left;
    padding: 16px;
    font-style: italic;
}

.panel-thin {
    padding: 0px;
}

.vertical-text {
	transform: rotate(-90deg);
	transform-origin: left top -100px;
}

.bg-risk-green {
    background-color: #66CCB2;
}

.bg-risk-red {
    color: white;
    background-color: #E65540;
}

.bg-risk-brown {
    color: white;
    background-color: #6F4C30;
}

.rotate {
    /* Safari */
    -webkit-transform: rotate(-90deg);
    /* Firefox */
    -moz-transform: rotate(-90deg);
    /* IE */
    -ms-transform: rotate(-90deg);
    /* Opera */
    -o-transform: rotate(-90deg);
    /* Internet Explorer */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.simple-col-1 {
    width: 6%;
}

.simple-col-2 {
     width: 12%;
}

.simple-col-3 {
     width: 18%;
}

.simple-col-4 {
     width: 24%;
}

.simple-col-5 {
     width: 30%;
}

.simple-col-7 {
     width: 42%;
}

.ace_editor { height: 600px; }

.tableBorderActive {
    border-bottom: 6px solid blue;
}

table td .selected {
     border-bottom: 6px solid blue;
}

.table .table {
    background-color: transparent !important
}

.error-container {
    text-align: center;
    max-width: 640px;
    margin: 10px auto;
}

.error-container .status {
    font-size: 256pt;
    font-weight: bold;
}

.progress-bar-none {
    background-color: #f5f5f5;
}

.top-title {
    color: #0769DA;
    font-size: 24px;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 10px;
}

.static-border-bottom {
    border-bottom: 1px solid black;
    padding: 8px;
}

.page-heading {
    background-color: white;
    margin-top: -15px;
    padding: 6px 15px 2px;
    margin-bottom: 15px;
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}
/**
*extensão para aparecer badges quando o menu estiver recolhido
**/
.menu-disabled {
    color: gray!important;
}

.app.nav-collapsed-min #nav>li>a>span.badge {
   position: absolute;
   right: 3px;
   top: 6px;
   display: block!important;
}

.app.nav-collapsed-min-hide #nav>li>a>span.badge {
   display: none;
}

.app.nav-collapsed-min #nav > li > a > i.menuIcon  {
   padding-right:20px;
}

.panel-box-thin .panel-top {
	padding: 10px 20px;
}

.panel-box-thin .panel-sep {
	border-top: 1px solid #e2e2e2;
}

.panel-box-thin .list-justified-container {
    border-top: 1px solid #e2e2e2;
    padding: 0px;
    margin: 0px;
}

.panel-box-thin .list-justified {
    font-size: 87%;
    margin-bottom: 0px;
}

/**
 * Five column layout
 */

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

.nav-rtl {
    padding-left: 40px;
    padding-right: 0px;
}
.nav-rtl li {
    float: right;
}

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}

.btn-resolution {
  height: 24px;
  text-align: center;
  padding: 0 4px;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 6px;
}

/*.btn-top {*/
/*    font-weight: 400;*/
/*    color: #0769DA;*/
/*    background-color: #EEE;*/
/*}*/

.btn-top:hover {
    color: #0769DA;
    background-color: transparent;
    text-decoration:none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 2px solid #0769DA;
}

.btn-top:focus, .btn-top.focus {
  text-decoration: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 2px solid red;
}

.btn-top:disabled, .btn-top.disabled {
  color: #8E8C84;
}

.btn-footer {
    padding: 0 10px;
}

a.btn-header {
    margin-top: -1em;
    margin-left: 1em;
}
.panel-border-left {
    -webkit-box-shadow: -2px 0 5px -2px #aaa;
       -moz-box-shadow: -2px 0 5px -2px #aaa;
            box-shadow: -2px 0 5px -2px #aaa;
    background-color: whitesmoke;
    margin-top: -15px;
    padding-top: 15px;
    margin-bottom: -12px
}

/** CROSHHAIRS **/

.crosshair {
  display: block;
  position: relative;
  overflow: hidden;
}
.crosshair img {
  width: 100%;
}
.crosshair .hair {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -3px;
  margin-left: -2px;
  background: transparent;
  border-top: 3px solid black;
  border-left: 3px solid black;
  pointer-events: none;
  z-index: 2;
  opacity: 0.5;
}
.crosshair .hair.hair-vertical {
  height: 100%;
}
.crosshair .hair.hair-horizontal {
  width: 100%;
}
.crosshair .crosshair-legend,
.crosshair .crosshair-marker {
  display: block;
  position: absolute;
}
.crosshair .crosshair-legend {
  top: 0;
  left: 0;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.4);
  color: white;
  font-size: 10px;
  padding: 3px;
}
.crosshair .crosshair-marker {
  width: 30px;
  height: 30px;
  background-color: #aa1100;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  opacity: 0.5;
}

.label-date-box {
    width: 3.4em;
    margin: auto;
    margin-bottom: 10px;
    display: inline-block;
}
.label-date {
    margin-top: 4px;
    float: left;
    padding: 4px;
    width: 100%;
}
.label-date-text {
    vertical-align: top;
}
.label-date-I {
    background-color: #8E8C84;
}
.label-date-N {
    background-color: #0769DA;
}
.label-date-D {
    background-color: #7A8C6B;
}
.label-date-X {
    background-color: #9D545B;
}
.label-date[href]:focus,.label-primary[href]:hover {
    background-color: #4177a6;
}
.label-secondary{
    background-color:#777
}
.label-secondary[href]:focus, .label-secondary[href]:hover{
    background-color:#5e5e5e
}
.label-date-year {
    width: 32px;
    padding: 4px 2px 0 0 !important;
    font-size: smaller;
}
