/* here you can put your own css to customize and override the theme */
.gsi-step-indicator.triangle li > * {
        padding: 0.2em 0.2em 0.2em 0.1em;
}
.gsi-step-indicator.triangle li::after, .gsi-step-indicator.triangle li>*::after {
    left: 100.5%;
    top: 0px;
}

.gsi-step-indicator.triangle li::after {
    border-left-color: rgba(255, 255, 255, 0);
}

.gsi-step-indicator.triangle li.current>* {
    color: #fff;
    background-color: #444d58;
    border-color: #444d58;
}

.gsi-style-1 li .desc label {
    padding-bottom: 3px;
}

.ui-select-multiple.ui-select-bootstrap {
    padding: 5px 4px 2px;
}

.row.row-footer {
    border-top: 1px solid #efefef;
    padding-top: 13px;
    margin-top: 4px;
}

.gsi-step-indicator.triangle {
    margin-top: 0px !important;
}

.simpleDemo ul[dnd-list] {
    min-height: 42px;
    padding-left: 0px;
}

/**
 * The dndDraggingSource class will be applied to
 * the source element of a drag operation. It makes
 * sense to hide it to give the user the feeling
 * that he's actually moving it.
 */
.simpleDemo ul[dnd-list] .dndDraggingSource {
    display: none;
}

/**
 * An element with .dndPlaceholder class will be
 * added to the dnd-list while the user is dragging
 * over it.
 */
.simpleDemo ul[dnd-list] .dndPlaceholder {
    background-color: #ddd;
    display: block;
    min-height: 42px;
}

.simpleDemo ul[dnd-list] li {
    background-color: #fff;
    border: 1px solid #ddd;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
}

/**
 * Show selected elements in green
 */
.simpleDemo ul[dnd-list] li.selected {
    background-color: #dff0d8;
    color: #3c763d;
}

.row-placeholder{
        background: #f3f3f3;
    border: 1px dashed;
    padding-top: 1px;
}

.form-control.ng-dirty.ng-invalid {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

/* Profile container */
.profile {
  margin: 20px 0;
}

/* Profile sidebar */
.profile-sidebar {
  padding: 20px 0 10px 0;
  background: #fff;
}

.profile-userpic img {
  float: none;
  margin: 0 auto;
  width: 50%;
  height: 50%;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
}

.profile-usertitle {
  text-align: center;
  margin-top: 20px;
}

.profile-usertitle-name {
  color: #5a7391;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 7px;
}

.profile-usertitle-job {
  text-transform: uppercase;
  color: #5b9bd1;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 15px;
}

.profile-userbuttons {
  text-align: center;
  margin-top: 10px;
}

.profile-userbuttons .btn {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  padding: 6px 15px;
  margin-right: 5px;
}

.profile-userbuttons .btn:last-child {
  margin-right: 0px;
}

.profile-usermenu ul li {
  border-bottom: 1px solid #f0f4f7;
}

.profile-usermenu ul li:last-child {
  border-bottom: none;
}

.profile-usermenu ul li a {
  color: #93a3b5;
  font-size: 14px;
  font-weight: 400;
}

.profile-usermenu ul li a i {
  margin-right: 8px;
  font-size: 14px;
}

.profile-usermenu ul li a:hover {
  background-color: #fafcfd;
  color: #5b9bd1;
}

.profile-usermenu ul li.active {
  border-bottom: none;
}

.profile-usermenu ul li.active a {
  color: #5b9bd1;
  background-color: #f6f9fb;
  border-left: 2px solid #5b9bd1;
  margin-left: -2px;
}

/* Profile Content */
.profile-content {
  padding: 20px;
  background: #fff;
  min-height: 460px;
}

.my-drop-zone { border: dotted 3px lightgray; }
.nv-file-over { border: dotted 3px red; } /* Default class applied to drop zones on over */
.another-file-over-class { border: dotted 3px green; }

html, body { height: 100%; }

canvas {
    background-color: #f3f3f3;
    -webkit-box-shadow: 3px 3px 3px 0 #e3e3e3;
    -moz-box-shadow: 3px 3px 3px 0 #e3e3e3;
    box-shadow: 3px 3px 3px 0 #e3e3e3;
    border: 1px solid #c3c3c3;
    height: 100px;
    margin: 6px 0 0 6px;
}

.label_local{
  font-size: 10px !important
}
.label_horario{
  font-size: 10px !important
}
.label_treino{
  font-size: 9px !important
}

.table_legenda{
  font-size: 9px !important
}

@media print{
  .label_local{
  font-size: 10px !important
}
.label_horario{
  font-size: 10px !important
}
.label_treino{
  font-size: 9px !important
}
  .noprint{
    display: none !important;
  }
  .portlet {
    padding: 0px !important;
    border: none !important;
    margin: 0px !important;
    box-shadow: none !important;
  }
  .portlet .bordered{
    padding: 0px !important;
    border: none !important;
    margin: 0px !important;
    box-shadow: none !important;
  }
  .tablenoborder{
    border: none !important;
  }
  .tablenoborder tr{
    border: none !important;
  }
  .tablenoborder tr td{
    border: none !important;
  }

  .portlet-body{
    padding: 0px !important;
    border: none !important;
    margin: 0px !important;
    box-shadow: none !important;
  }
  .bordered{
    padding: 0px !important;
    border: none !important;
    margin: 0px !important;
    box-shadow: none !important;
  }
  .page-content{
    padding: 0px !important;
    border: none !important;
    margin: 0px !important;
    box-shadow: none !important;
  }
  .container{
    padding: 0px !important;
    border: none !important;
    margin: 0px !important;
    box-shadow: none !important;
  }
  .printclean{
    padding: 0px !important;
    border: none !important;
    margin: 0px !important;
    box-shadow: none !important;
  }
  div[ui-view]{
    padding: 0px !important;
    border: none !important;
    margin: 0px !important;
    box-shadow: none !important;
  }
  .labeldata{
        width: 100%  !important;
    text-align: center  !important;
    display: block  !important;
    background: #eee !important;
  }

  .portlet.light.bordered{
        border: none !important;
  }
  .table-bordered, .table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
      border: 1px solid #000000;
  }
  .colorprinttopcell {
      background-color: #eee !important;
}
*, :after, :before {
    background: center;
    color: #000!important;
    box-shadow: none!important;
    text-shadow: none!important;
}


}
.table>tbody+tbody {
    border-top: 1px solid #000000;
}
.label_treino_layout{
      width: 107%;
    display: block;
    margin-left: -5px;
    border-top: 1px dotted #00000059;
    padding: 4px
}

.table-bordered2, .table-bordered2>tbody>tr>td, .table-bordered2>tbody>tr>th, .table-bordered2>tfoot>tr>td, .table-bordered2>tfoot>tr>th, .table-bordered2>thead>tr>td, .table-bordered2>thead>tr>th {
  border: 1px solid #000000;
}

.headertableimpressao td{
   background: #67bb50;
}

body {
     -webkit-print-color-adjust: exact;
}

.colhidden{
  display: none !important
}

.pagination>li>a, .pagination>li>span {
    font-size: 10px;
    padding: 4px 6px;
}