﻿*body {
    padding-top: 50px;
    padding-bottom: 20px;
}*/

/* Set 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 width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}


/*menu*/
/* make sidebar nav vertical */ 
@media (min-width: 768px){
  .affix-content .container {
    width: 700px;
  }   

  html,body{
    background-color: #f8f8f8;
    height: 100%;
    overflow: hidden;
  }
    .affix-content .container .page-header{
    margin-top: 0;
  }
  .sidebar-nav{
        /*position:fixed;*/ 
        width:100%;
  }
  .affix-sidebar{
    padding-right:0; 
    font-size:small;
    padding-left: 0;
  }  
  .affix-row, .affix-container, .affix-content{
    height: 100%;
    margin-left: 0;
    margin-right: 0;    
  } 
  .affix-content{
    background-color:white; 
  } 
  .sidebar-nav .navbar .navbar-collapse {
    padding: 0;
    max-height: none;
  }
  .sidebar-nav .navbar{
    border-radius:0; 
    margin-bottom:0; 
    border:0;
  }
  .sidebar-nav .navbar ul {
    float: none;
    display: block;
  }
  .sidebar-nav .navbar li {
    float: none;
    display: block;
  }
  .sidebar-nav .navbar li a {
    padding-top: 12px;
    padding-bottom: 12px;
  } 
}

@media (min-width: 769px){
  .affix-content .container {
    width: 600px;
  }
    .affix-content .container .page-header{
    margin-top: 0;
  }  
}

@media (min-width: 992px){
  .affix-content .container {
  width: 900px;
  }
    .affix-content .container .page-header{
    margin-top: 0;
  }
}

@media (min-width: 1220px){
  .affix-row{
    overflow: hidden;
  }

  .affix-content{
    overflow: auto;
  }

  .affix-content .container {
    width: 1000px;
  }

  .affix-content .container .page-header{
    margin-top: 0;
  }
  .affix-content{
    padding-right: 30px;
    padding-left: 30px;
  }  
  .affix-title{
    border-bottom: 1px solid #ecf0f1; 
    padding-bottom:10px;
  }
  .navbar-nav {
    margin: 0;
  }
  .navbar-collapse{
    padding: 0;
  }
  .sidebar-nav .navbar li a:hover {
    background-color: #428bca;
    color: white;
  }
  .sidebar-nav .navbar li a > .caret {
    margin-top: 8px;
  }  
}

  .nav-list {
      padding-left: 16px;
  }

/*.row.affix-row, .navbar {
    background-color: #23282e;
    
}

.row.affix-row, .navbar, .navbar-default .navbar-nav>li>a {
    color: #e1ffff;
}*/

/*conteudo da pagina*/
@media (min-width: 767px) {
    .nav-side-menu .menu-list .menu-content {
        display: block;
    }

    #main {
        width: calc(100% - 300px);
        float: right;
    }
}

body {
    margin: 0px;
    padding: 0px;
}

#main {
    padding-left: 10px;
    padding-right: 10px;
}

img.logo-home {
    max-width: 100%;
    max-height: 100%;
}

.affix-sidebar {
    padding: 0;
}

.minimum-width {
    width: 1px; 
    white-space: nowrap;
}

.btn-clear {
    position: absolute;
    right: 5px;
    top: 0;
    bottom: 0;
    height: 14px;
    margin: auto;
    font-size: 20px;
    cursor: pointer;
    color: #ccc;

    vertical-align: middle
}

.btn-clear + input, .btn-clear + textarea {
    padding-right: 24px;
}

.col-sync {
    width: auto !important; 
    min-width: 15em !important; 
    max-width: 32.7em !important;
    min-height: 11.25em !important; 
    padding-bottom: 1.25em;
    padding-right: 5px !important;
}

.col-sync-less {
    width: auto !important; 
    min-width: 15em !important; 
    max-width: 18.2em !important;
    min-height: 11.25em !important; 
    padding-bottom: 1.25em;
    padding-right: 5px !important;
}

.card {
    background-clip: padding-box;
    -webkit-box-shadow: 0 1px 4px rgba(24,28,33,0.009);
    box-shadow: 0 1px 4px rgba(24,28,33,0.009);
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    /*min-width: 0;*/
    min-width: 200px;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    min-height: 9.5em;
    border-radius: .25rem;
}

.card-outer{
    border: 1px solid #9c9c9c;
}

.card-inner{
    border: 1px solid #b3b3b3;
}

.mb-1 {
    float:left; 
    display:inline-block; 
    margin-bottom: 0.9em;
    margin-left: 0.9em;
    margin-top: 0em;
}

.mb-2 {
    float:left; 
    display:inline-block;
    margin-bottom: 0.9em;
    margin-left: 0.9em;
    margin-right: 0.9em;
    margin-top: 0em;
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.card-body-inner {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.d-flex, .d-inline-flex, .media, .media>:not(.media-body), .jumbotron, .card {
    -ms-flex-negative: 1;
    flex-shrink: 1;
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.text-info {
    color: #28c3d7 !important;
}

.display-4 {
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.1;
}

.lnr {
    font-family: 'Linearicons-Free';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.text-muted {
    color: #8e8e8e !important;
    padding-bottom: 0.1em;
}

small, .small {
    font-size: 100%;
    font-weight: 400;
}

.last {
    text-align: center;
}

.span-last {
    color: #585858; 
    font-size: 0.85em;
    font-weight: bold;
}

.span-last-exec {
    margin-left: 0.5em;
    margin-right: 0.5em;
    margin-top: 0.5em;
    min-width: 10.6em;
}

.span-last-exec-text {
    color: #929292; 
    font-size: 12px;
}

.lbl-dt-fim {
    min-width: 155px !important;
    text-align: right !important;
    font-weight: normal !important;
}

.lbl-dt-inicio {
    min-width: 145px !important;
    text-align: right !important;
    font-weight: normal !important;
}

.lbl-ciclo {
    min-width: 97px !important;
    text-align: right !important;
    font-weight: normal !important;
}

.lbl-dt-inicio-less {
    min-width: 148px !important;
    text-align: right !important;
    font-weight: normal !important;
}

.lbl-duracao {
    min-width: 128px !important;
    text-align: right !important;
    font-weight: normal !important;
}

#wrapper {
    overflow: hidden;
}

#first {
    width: 18.75em;
    float:left;
    font-weight: bold;
    font-size: 1.2em;
    color: #737373 !important;
    padding-top: 0.4em;
    padding-bottom: 0.4em;
    padding-left: 0.93em;
}

#second {
    overflow: hidden;
    padding-top: 0.9em;
    padding-bottom: 0.4em;
    padding-right: 1.1em;
    text-align: right !important;
    font-size: 0.9em;
    color: #737373 !important;
}

#wrapper-less {
    overflow: hidden;
}

#first-less {
    float:left;
    font-size: 1.2em;
    font-weight: bold;
    color: #737373 !important;
    padding-top: 0.4em;
    padding-bottom: 0.4em;
    padding-left: 0.93em;
}
#second-less {
    overflow: hidden;
    padding-top: 0.9em;
    padding-bottom: 0.4em;
    padding-right: 1.1em;
    text-align: right !important;
    font-size: 0.9em;
    color: #737373 !important;
}

#overlay { 
  display:none; 
  position:absolute; 
  background:#fff; 
}
#img-load { 
  position:absolute; 
}

.label-check {
   padding-left: 2px !important;
   font-weight: bold !important;
   padding-bottom: 8px;
}

.btn-delete-cliente {
   margin-left: 10px !important;
}