﻿body {
    position: relative;
    overflow-x: hidden;
    background: white;
}
body,
html { height: 100%;}
.nav .open > a, 
.nav .open > a:hover, 
.nav .open > a:focus {background-color: transparent;}

.button {
  border: 0;
  outline: none;
  border-radius: 0;
  padding: 15px 0;
  font-size: 2rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .1em;
  background: #1ab188;
  color: #ffffff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-appearance: none;
}
.button:hover, .button:focus {
  background: #179b77;
}

.button-block {
  display: block;
  width: 100%;
}

#fora > #dentro {
    background: rgba(19, 35, 47, 0.9);    
    padding: 40px;
    max-width: 600px;
    margin: 40px auto;
    border-radius: 4px;
    box-shadow: 0 4px 10px 4px rgba(19, 35, 47, 0.3);
}

#fora > #dentro > #cadastroForm {
    width: 100% !important;
    max-width: 500px !important;
    margin: 0px auto !important;
}

#fora > #dentro > h2 {
    text-align: center !important;
    color: #fff;
}


/*-------------------------------*/
/*           Wrappers            */
/*-------------------------------*/

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;   
}

#wrapper.toggled {
    padding-left: 220px;
}

#sidebar-wrapper {
    z-index: 1000;
    background: rgba(19, 35, 47, 0.9)!important;
    left: 220px;
    width: 0 !important;
    height: 100%;
    margin-left: -220px;
    overflow-y: auto;
    overflow-x: hidden;
    background: #1a1a1a !important;
    -webkit-transition: all 0.5s ease!important;
    -moz-transition: all 0.5s ease!important;
    -o-transition: all 0.5s ease!important;
    transition: all 0.5s ease!important;
    border-radius: 4px;
    box-shadow: 0 4px 10px 4px rgba(19, 35, 47, 0.3);
}

.btnSalvar {
    margin-top: 100px !important;
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
}

.btnSalvar > button{
    
}

#sidebar-wrapper::-webkit-scrollbar {
  display: none;
}

#wrapper.toggled #sidebar-wrapper {
    width: 220px !important;
}

#page-content-wrapper {
    width: 100%;
    padding-top: 70px;
    /*background: #24323D;*/
    background: #363940;
    box-shadow: 0 2px 5px 4px #1AB188;
}

#wrapper.toggled #page-content-wrapper {
    /*position: fixed;*/
    margin-right: -220px;
}

/*-------------------------------*/
/*     Sidebar nav styles        */
/*-------------------------------*/

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 220px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    position: relative; 
    line-height: 20px;
    display: inline-block;
    width: 100%;
}

.sidebar-nav li:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%;
    width: 3px;
    background-color: #1c1c1c;
    -webkit-transition: width .2s ease-in;
      -moz-transition:  width .2s ease-in;
       -ms-transition:  width .2s ease-in;
            transition: width .2s ease-in;

}
.sidebar-nav li:first-child a {
    color: #fff;
    background-color: #1a1a1a;
}
.sidebar-nav li:nth-child(2):before {
    background-color: #1AB188;   
}
.sidebar-nav li:nth-child(3):before {
    background-color: #1AB188;   
}
.sidebar-nav li:nth-child(4):before {
    background-color: #1AB188;   
}
.sidebar-nav li:nth-child(5):before {
    background-color: #1AB188;   
}
.sidebar-nav li:nth-child(6):before {
    background-color: #1AB188;   
}
.sidebar-nav li:nth-child(7):before {
    background-color: #1AB188;   
}
.sidebar-nav li:nth-child(8):before {
    background-color: #1AB188;   
}
.sidebar-nav li:nth-child(9):before {
    background-color: #1AB188;   
}

.sidebar-nav li:nth-child(10):before {
    background-color: #1AB188;   
}

.sidebar-nav li:nth-child(11):before {
    background-color: #1AB188;   
}
.sidebar-nav li:nth-child(12):before {
    background-color: #1AB188;   
}
.sidebar-nav li:nth-child(13):before {
    background-color: #1AB188;   
}

.sidebar-nav li:nth-child(14):before {
    background-color: #1AB188;   
}

.sidebar-nav li:nth-child(15):before {
    background-color: #1AB188;   
}

.sidebar-nav li:nth-child(16):before {
    background-color: #1AB188;   
}

.sidebar-nav li:nth-child(17):before {
    background-color: #1AB188;   
}

.sidebar-nav li:nth-child(18):before {
    background-color: #1AB188;   
}

.sidebar-nav li:hover:before,
.sidebar-nav li.open:hover:before {
    width: 100%;
    -webkit-transition: width .2s ease-in;
      -moz-transition:  width .2s ease-in;
       -ms-transition:  width .2s ease-in;
            transition: width .2s ease-in;

}

.sidebar-nav li a {
    display: block;
    color: #ddd;
    text-decoration: none;
    padding: 10px 15px 10px 30px;    
}

.sidebar-nav li a:hover,
.sidebar-nav li a:active,
.sidebar-nav li a:focus,
.sidebar-nav li.open a:hover,
.sidebar-nav li.open a:active,
.sidebar-nav li.open a:focus{
    color: #fff;
    text-decoration: none;
    background-color: transparent;
}

.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 20px;
    line-height: 44px;
}
.sidebar-nav .dropdown-menu {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: none;
    background-color: #222;
    box-shadow: none;
}

/*-------------------------------*/
/*       Hamburger-Cross         */
/*-------------------------------*/

.hamburger {
  position: absolute;
  top: 20px;  
  z-index: 999;
  display: block;
  width: 32px;
  height: 32px;
  margin-left: 15px;
  background: transparent;
  border: none;
}
.hamburger:hover,
.hamburger:focus,
.hamburger:active {
  outline: none;
}
.hamburger.is-closed:before {
  content: '';
  display: block;
  width: 100px;
  font-size: 14px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  opacity: 0;
  -webkit-transform: translate3d(0,0,0);
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed:hover:before {
  opacity: 1;
  display: block;
  -webkit-transform: translate3d(-100px,0,0);
  -webkit-transition: all .35s ease-in-out;
}

.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom,
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
  position: absolute;
  left: 0;
  height: 4px;
  width: 100%;
}
.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom {
  background-color: #24B18B;
}
.hamburger.is-closed .hamb-top { 
  top: 5px; 
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed .hamb-middle {
  top: 50%;
  margin-top: -2px;
}
.hamburger.is-closed .hamb-bottom {
  bottom: 5px;  
  -webkit-transition: all .35s ease-in-out;
}

.hamburger.is-closed:hover .hamb-top {
  top: 0;
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed:hover .hamb-bottom {
  bottom: 0;
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
  background-color: #1a1a1a;
}
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-bottom {
  top: 50%;
  margin-top: -2px;  
}
.hamburger.is-open .hamb-top { 
  -webkit-transform: rotate(45deg);
  -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
}
.hamburger.is-open .hamb-middle { display: none; }
.hamburger.is-open .hamb-bottom {
  -webkit-transform: rotate(-45deg);
  -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
}
.hamburger.is-open:before {
  content: '';
  display: block;
  width: 100px;
  font-size: 14px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  opacity: 0;
  -webkit-transform: translate3d(0,0,0);
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-open:hover:before {
  opacity: 1;
  display: block;
  -webkit-transform: translate3d(-100px,0,0);
  -webkit-transition: all .35s ease-in-out;
}

/*-------------------------------*/
/*            Overlay            */
/*-------------------------------*/

.overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(250,250,250,.8);
    z-index: 1;
}

#tbl {
  width: 350px;
  height: 350px;  
}

#tbl > ul {
  padding: 0;
  margin: 0 auto;
}

#tbl > ul > li {
  float: left;
  list-style: none;
}

/*-------------------------------*/
/*       Dashboard Columns       */
/*-------------------------------*/

.col-board-1, .col-board-2, .col-board-3, .col-board-4, .col-board-5, .col-board-6, .col-board-7, .col-board-8, .col-board-9, .col-board-10, .col-board-11, .col-board-12, .col-board-13, .col-board-14, .col-board-15, .col-board-16, .col-board-17, .col-board-18, .col-board-19, .col-board-20, .col-board-21, .col-board-22, .col-board-23, .col-board-24 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 1200px) {
    .col-board-1, .col-board-2, .col-board-3, .col-board-4, .col-board-5, .col-board-6, .col-board-7, .col-board-8, .col-board-9, .col-board-10, .col-board-11, .col-board-12, .col-board-13, .col-board-14, .col-board-15, .col-board-16, .col-board-17, .col-board-18, .col-board-19, .col-board-20, .col-board-21, .col-board-22, .col-board-23, .col-board-24 {
        float: left;
    }
    .col-board-24 {
        width: 100%;
    }
    .col-board-23 {
        width: 95.83333333%;
    }
    .col-board-22 {
        width: 91.66666667%;
    }
    .col-board-21 {
        width: 87.5%;
    }
    .col-board-20 {
        width: 83.33333333%;
    }
    .col-board-19 {
        width: 79.166666667%;
    }
    .col-board-18 {
        width: 75%;
    }
    .col-board-17 {
        width: 70.83333333%;
    }
    .col-board-16 {
        width: 66.66666667%;
    }
    .col-board-15 {
        width: 62.5%;
    }
    .col-board-14 {
        width: 58.33333333%;
    }
    .col-board-13 {
        width: 54.166666667%;
    }
    .col-board-12 {
        width: 50%;
    }
    .col-board-11 {
        width: 45.83333333%;
    }
    .col-board-10 {
        width: 41.66666667%;
    }
    .col-board-9 {
        width: 37.5%;
    }
    .col-board-8 {
        width: 33.33333333%;
    }
    .col-board-7 {
        width: 29.166666667%;
    }
    .col-board-6 {
        width: 25%;
    }
    .col-board-5 {
        width: 20.83333333%;
    }
    .col-board-4 {
        width: 16.66666667%;
    }
    .col-board-3 {
        width: 12.5%;
    }
    .col-board-2 {
        width: 8.33333333%;
    }
    .col-board-1 {
        width: 4.166666667%;
    }
}

.k-nav-prev, .k-nav-next {
    color: #ffffff !important;
}
