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

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

#sidebar a,
#sidebar a:hover,
 #sidebar a:focus {
    color: #9d9fa6;
    text-decoration: none;
    transition: all 0.3s;
}

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

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
/*
.wrapper {
    display: flex;
    width: 100%;
}

#sidebar.active {
    width: 250px;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 999;
    background: #33343d;
    color: #fff;
    transition: all 0.3s;
}


#sidebar {
    margin-left: -250px;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #454652;
}

#sidebar ul.components {
    padding: 20px 0;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}

#sidebar ul li a:hover {
    color: #ffffff;
    background: #454652;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #fff;
    background: #454652;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

#sidebar ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #454652;
}

ul.CTAs {
    padding: 20px;
}

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

a.download {
    background: #fff;
    color: #7386D5;
}

a.article,
a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
/*
#content.active {
    width: calc(100% - 250px);
    padding: 20px;
    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    right: 0;
}

#content {
    width: 100%;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
/*
@media (max-width: 768px) {
     #sidebar {
        margin-left: -250px;
    }
    #sidebar.active {
        margin-left: 0;
    } 
    
    #sidebarCollapse span {
       display: none;
    }
    
        #content {
        width: 100%;
    }
    
    #content .active {
        width: calc(100% - 250px); 

    } 

/*    #content {
        padding: 0px;
       display: none;
        
    }
      .col-12 {
        padding-left: 10px;
          padding-right: 10px;
    }
    .navbar {
        margin-bottom: 10px;
    } */
/* }
*/











/*
    DEMO STYLE
*/




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

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

#sidebar a,
#sidebar a:hover,
 #sidebar a:focus {
    color: #9d9fa6;
    text-decoration: none;
    transition: all 0.3s;
}

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

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

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

#sidebar {
    width: 250px;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 999;
    background: #33343d;
    color: #fff;
    transition: all 0.3s;
}

#sidebar {
margin-left: -250px;
}

#sidebar.active {
    margin-left: 0px;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #454652;
}

#sidebar ul.components {
    padding: 20px 0;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}

#sidebar ul li a:hover {
    color: #ffffff;
    background: #454652;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #fff;
    background: #454652;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

#sidebar ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #454652;
}

ul.CTAs {
    padding: 20px;
}

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

a.download {
    background: #fff;
    color: #7386D5;
}

a.article,
a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    /* width: calc(100% - 250px); */
    padding: 20px;
    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    right: 0;
}

#content {
    width: 100%;
}

#content.active {
    width: calc(100% - 250px);
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {

    #content {
    /* width: calc(100% - 250px); */
    padding: 20px;
    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    right: 0;
}

#content, #content.active {
    width: 100%;
    padding: 0px;
}

    
#sidebar {
    width: 0%;
    margin-left: -0;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 999;
    background: #33343d;
    color: #fff;
    overflow: hidden;
    transition: all 0.3s;
    
}

    .navbar {
        margin-bottom: 5px;
    }

#sidebar.active {
    margin-left: 0px;
    width: 100%;
}
    
 }

.search_button{
    display: none;
}
.alert {position: absolute;
z-index: 100;
top: 8%;
/* margin: 0 auto; */
right: 1%;}

.to-do-list{
    /* overflow-y: scroll;
    overflow-x: auto;
    height: 90vh;
    min-height: 400px; */
}

.task-tags {
    height: 28px;
width: 28px;
float: right;
margin: 0 0 4px 4px;
}

.task-tags {
border-radius: 25em;
cursor: pointer;
display: block;
float: left;
height: 32px;
margin: 0 4px 4px 0;
overflow: visible;
position: relative;
width: 32px;
text-decoration: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
z-index: 0;
}

.task-tag-span {
height: 28px;
line-height: 28px;
width: 28px;
}

.task-tag-span i{
font-size: 18px;
padding-top: 6.3px;
padding-left: 1.5px;
}

.task-tag-span {
display: block;
font-size: 12px;
font-weight: 700;
height: 32px;
left: 0;
line-height: 32px;
overflow: hidden;
position: absolute;
text-align: center;
top: 0;
width: 100%;
}

.height-0 {
    height: 0px;
    opacity: 0;
}



/* DROP FIELD FILE UPLOADER */

.drop-field{
 display: block;
border: 2px dashed #dadde7;
position: relative;
    min-height: 150px;
}

.bar-fill{
    width: 0;
    height: 20px;
    -webkit-transition: width 0.8s ease;
    transition: width 0.8s ease;
}

.upload-button {
    cursor: pointer;
}

.uploader-icon{
    width: 200px; 
    height: 200px;
    opacity: 0.3;
}

.file_drag_over{
opacity: 1;
}

.hide-field {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.hide-field + label {
    font-size: 1.25em;
    font-weight: 700;
    color: white;
    background-color: black;
    display: inline-block;
}
