/*
    DEMO STYLE
*/

@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";
body {
    font-family: 'Poppins', sans-serif;
    background: #fafafa;
}

.affbutt{
    width: 145px;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 10px!important;

}
.actions-form{
  z-index: 1000;
  position: fixed;
  top: 100px;
  left: 17px;
  height: 100vh!important;
  width: 300px;
}
/* .add-actions-form{
    height: 80vh;
    width: 300px;
} */
.actions-container{
    height: 70vh!important;
    overflow-y: scroll;
    width: 100%;
}
  
.attach-action{
    margin-top: 20px;
    margin-left: 5.5vw;
    background-color:#6c97b3;
    color:#FFF;
    font-weight: bold;
    border: none;
    box-shadow: 0;
    border-radius:3px;
    padding: 6px 6px;
    width: 100px;
} 
.p-color{
  color: white;
  line-height: 24px;
  
}

.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    width: 100%;
}

#sidebar2 {
    width: 322px!important;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: -1;
    background: #2A3F54;
    color: #fff;
    transition: all 0.3s;
}





ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

.borderbot{
  margin-right: 31px;
  padding-top: 50px;
  border-bottom: 1px white solid
}

.paddinTop{
padding-top: 45px;
}

::-webkit-scrollbar {
    width: 0.5em;
}
 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
::-webkit-scrollbar-thumb {
    border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: slategrey;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 1043px) {
    #sidebar2 {
        height: 100%;
    }
    .actions-form{
        z-index: 1000;
        position: fixed;
        top: 100px;
        left: 17px;
        height: 80vh!important;
        width: 300px;
    }
    .actions-container{
        height: 50vh!important;
        overflow-y: scroll!important;
    }
    .containero{
        font-size: 0.8em;
    }
    /* .attach-action{
        position: fixed;
        left: 4vw;
        bottom: 2vh!important;

    } */
    .TreeActionAdd{
        width: 250px!important;
    }
}
@media (max-width: 1553px) {

    #sidebar2 {
        height: 100%;
    }
    .actions-form{
        z-index: 1000;
        position: fixed;
        top: 100px;
        left: 17px;
        height: 80vh!important;
        width: 300px;
    }
    .actions-container{
        height: 70vh!important;
        overflow-y: scroll!important;
    }
    .add-actions-form{
        width: 300px;
        height: 80vh!important;
    }
    .containero{
        font-size: 0.8em;
    }
    /* .attach-action{
        left: 3.8vw;
        bottom: 3vh;

    } */



    #sidebar2.active {
        margin-left: 0;
    }
    #sidebarCollapse span {
        display: none;
    }
}    