body {
    background:#f0ece9;
    padding: 80px 80px;
}

body, div, p, li {
	color:#35373e;
    font-size:14px;
    line-height:20px;
    font-family: 'Open Sans', sans-serif;
}


a {
    color:#33b27e;
}

h1 {
    font-size:60px;
    font-weight: 800;
    line-height: 60px;
    font-family: 'Montserrat', sans-serif;
}

.tag {
    font-size:18px;
    padding-bottom:18px;
}

.nav-trigger {
    color:#35373e;
    position:absolute;
    top:30px;
    left:10%;
    font-size:24px;
}

.goto {
    position:fixed;
    width:40px;
    height:auto;
    bottom:10px;
    left:10px;
    margin:0;
    padding:0;
    list-style: none;
}

.goto li {
    padding-bottom:10px;
    text-align: center;
}

.goto a.up-arrow {
    font-size:20px;
    color:#fff;
    width:40px;
    line-height: 40px;
    background: #35373e;
    display: block;
    margin:0px auto;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding:0;
}

.goto .up-arrow i {
    display: block;
    line-height:40px;
}

.goto img {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border:solid 2px #fff;
}

#defcon-draggable {
    width:100%;
    max-width: 980px;
    margin:0px auto;
}

.ui-state-default {
    border:0;
}

#defcon-draggable .sortable-list {
    display: block;
    clear: both;
    width:100%;
    margin:0;
    padding:0 0 6px 0;
    list-style: none;
    position: relative;
}

#defcon-draggable .sortable-list li {
    clear: both;
    padding:0 24px 0 0;
    background:#fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom:20px;
    display: table;
    width:100%;
    position: relative;
}

.ui-sortable-helper:hover {
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
    transition: box-shadow 0.3s ease-in-out;
}

#defcon-draggable .sortable-list .handle-icon {
    width:30px;
    height:20px;
    display: block;
}

#defcon-draggable .sortable-list .done {
    display: table-cell;
    vertical-align: middle;
    width:38px;
    padding:0 0px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-right:solid 24px #fff;
    position:relative;
    -webkit-transition: .1s ease-out;
    -moz-transition: .1s ease-out;
    -o-transition: .1s ease-out;
    transition: .1s ease-out;
}

#defcon-draggable .sortable-list .done.active {
    width:60px;
}

#defcon-draggable .sortable-list .done a {
    display:none;
    color:#fff;
    font-size:22px;
    position: absolute;
    top:0;
    bottom:0;
    width:100%;
    text-align: center;
    vertical-align: middle;
}

#defcon-draggable .sortable-list .done.active a {
    display:block!important;
}

#defcon-draggable .sortable-list .done a i {
    position: relative;
    top:39%;
}

#defcon-draggable .sortable-list .short-description {
    display: block;
    padding:16px 0 12px 0;
    vertical-align: top;
    width:80%;
    float:left;
}


#defcon-draggable .sortable-list .task-options a {
    color: #c0bcbb;
    font-size:18px;
    padding:5px;
    display: inline-block;
}

#defcon-draggable .sortable-list .task-options a.edit {
    font-size:19px;
}

#defcon-draggable .sortable-list .task-options a:hover {
    color: #35373e;
}

#defcon-draggable .sortable-list .clone {
    color: #c0bcbb;
    font-size:15px;
    padding:5px;
}

#defcon-draggable .sortable-list .task-options {
    position:absolute;
    text-align: right;
    width:100px;
    right:0;
    top:0;
    padding:9px 10px 0 0;
}

#defcon-draggable .sortable-list .task-options a {
    display: inline-block;
}

#defcon-draggable .sortable-list .options {
    float:right;
    width:60px;
    font-size:60px;
    text-align: right;
    position:absolute;
    bottom:0;
    right:0;
}

#defcon-draggable .options .handle {
    display: block;
    width:60px;
    float:left;
    text-align: center;
    padding:0;
    display:none;
}

#defcon-draggable .handle-mobile {
    display: block;
    width:100%;
    margin:0px auto;
    padding:0 0 15px;
    text-align: center;
    display:none;
}

#defcon-draggable .sortable-list .options .handle .fa-bars, #defcon-draggable .handle-mobile .fa-bars {
    font-size:20px;
    color:#b0aaa6;
    display:block;
    position: relative;
    padding:0 10px 0 10px;
    line-height:90px;
    vertical-align: middle;
}

#defcon-draggable .handle-mobile .fa-bars {
    line-height: 20px;
}

#defcon-draggable .date {
    color:#b5b0ac;
    font-size:12px;
    padding-bottom: 4px;
    display: block;
}

#defcon-draggable .date i {
    color:#b5b0ac;
    font-size:16px;
}

#defcon-draggable .sortable-list .heading {
    display: block;
    font-weight: 600;
    font-size:18px;
    padding-bottom:13px;
    line-height:22px;
    font-family: 'Montserrat', sans-serif;
}

#defcon-draggable .expand {
    display: block;
    width:60px;
    color:#b0aaa6;
    font-size:34px;
    font-weight: 300;
    padding:0 15px 0 15px;
    text-align: center;
    line-height:70px;
    float:right;
}

#defcon-draggable .expand.mobile-expand {
    display: none;
    clear:both;
    width:100%;
    float:none!important;
    position:relative;
    text-align: center;
}

#defcon-draggable .expand.mobile-expand .expand {
    margin:0px auto;
    float:none!important;
    line-height:20px;
}

#defcon-draggable .description {
    display: none;
    padding:6px 0 28px 0;
    clear:both;
    width:90%;
}

#defcon-draggable .user-info {
    width:50%;
    font-size:13px;
    padding:17px 24px 4px 17px;
    border-left:solid 13px #35373e;
    -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
    background:#fff;
    margin-bottom:23px;
}

#defcon-draggable .user-info img {
  -webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
    margin-right:20px;
    float:left;
    margin:0 24px 20px 0;
}

#defcon-draggable .user-info strong {
    font-family: 'Montserrat', sans-serif;
}

/* TAGS */
.tags {
    padding:0 0 16px 0;
    display: block;
    clear:both;
    width:80%;
    float:left;
}

.ui-state-default .tags span {
    display: inline-block;
    font-size:13px;
    line-height: 30px;
    color:#fff!important;
    padding:0 18px;
    -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
    margin:0 4px 6px 0;
    font-weight: 800;
}


/* ADD/EDIT TASK FORM */
.add-task {
    width:100%;
    background:#d4d1d0;
    padding:14px 37px;
    margin-bottom: 24px;
    -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.edit-task .add-task .add-form {
    display: block;
}

.add-task .toggle-form {
    color:#848487;
    font-size:14px;
    line-height:32px;
    font-weight: 800;
}

.add-task .toggle-form i {
    font-size:22px;
    line-height:32px;
    padding-right:8px;
    float:left;
}

.add-task .toggle-form .fa-minus {
    display: none;
}

.add-task .add-form {
    display:none;
    padding:20px 0;
}

.ui-state-default .add-task .add-form {
    display: block;
}

.ui-state-default .add-task {
    background:#fff;
    display:none;
    padding:0 0 20px 0;
}

.add-task input[type=text], .add-task textarea, .add-task select {
    box-shadow: inset 0 0px 0px hsla(0,0%,4%,.1);
    padding:17px 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.ui-state-default .add-task textarea {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.add-task .add-form input[type=text], .add-task .add-form select  {
    width:98%;
}

.add-task .add-form .float-right input[type=text], .add-task .add-form .float-right select  {
    float:right;
}

.add-task .add-form input[type=submit], .add-task .add-form button {
    background:#35373e;
    color:#fff;
    border:none;
    color:#fff;
    line-height:33px;
    padding:0 44px;
    font-size:14px;
    font-weight: 800;
    margin-left:10px;
}

.add-task .add-form button {
    background:#fff;
    color:#35373e;
    padding:0 22px;
}

/* COLOR COMBINATIONS */
.level0, .level0 .prev-status {
    background: #d0ccc9; 
}

.newlevel0 {
    background: #d0ccc9!important; 
}

.level1, .level1 .prev-status {
    background: #fe4931; 
}

.newlevel1 {
    background: #fe4931!important; 
}

.level2, .level2 .prev-status {
    background: #fe9103;
}

.newlevel2 {
    background: #fe9103!important; 
}

.level3, .level3 .prev-status {
    background: #fec501;
}

.newlevel3 {
    background: #fec501!important; 
}

.level4, .level4 .prev-status {
    background: #3686ff; 
}

.newlevel4 {
    background: #3686ff!important; 
}

.level5, .level5 .prev-status {
    background: #55d8a3;
}

.newlevel5 {
    background: #55d8a3!important; 
}

.level6, .level6 .prev-status {
    background: #7ad77e; 
}

.level7, .level7 .prev-status {
    background: #673ab7; 
}

.show {
    display: block!important;
}

.hide {
    display:none!important;
}

.border {
    border:solid 1px #cc0000;
}

.progress {
    position:absolute;
    top:30px;
    left:49%;
    z-index: 10;
    background:none;
    text-align: center;
}

.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */


/* NAVIGATION */

/* CUSTOM MENU */
/* Overlay style */
.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.9);
	z-index:200;
}

/* Overlay closing cross */
.overlay .overlay-close {
	width: 30px;
	height: 30px;
	position: absolute;
	left: 40px;
	top: 40px;
	overflow: hidden;
	border: none;
	background: url(../img/cross.png) no-repeat center center;
	text-indent: 200%;
	color: transparent;
	outline: none;
	z-index: 100;
}

/* Menu style */
.overlay nav {
	text-align: center;
	position: relative;
	top: 50%;
	height: 60%;
	font-size: 34px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.overlay ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	display: inline-block;
	height: 60%;
	position: relative;
}

.overlay ul li {
	display: block;
	height: calc(100% / 4);
	min-height: 54px;
}

.overlay ul li a {
	font-weight: 800;
	display: inline-block;
	color: #fff;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
	text-decoration:none;
    font-size:46px;
    padding-bottom: 0px;
    padding-top: 0px;
    font-family: 'Montserrat', sans-serif;
    line-height:55px;
}

.overlay ul li a.alt-link {
    font-size:12px;
}

.overlay ul li a:hover,
.overlay ul li a:focus {
	border-bottom:solid 10px #33b27e;
}

/* Effects */
.overlay-hugeinc {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.5s, visibility 0s 0.5s;
	transition: opacity 0.5s, visibility 0s 0.5s;
}

.overlay-hugeinc.open {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.overlay-hugeinc nav {
	-webkit-perspective: 1200px;
	perspective: 1200px;
	text-transform:uppercase;
}

.overlay-hugeinc nav ul {
	opacity: 0.4;
	-webkit-transform: translateY(-25%) rotateX(35deg);
	transform: translateY(-25%) rotateX(35deg);
	-webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
	transition: transform 0.5s, opacity 0.5s;
}

.overlay-hugeinc.open nav ul {
	opacity: 1;
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
}

.overlay-hugeinc.close nav ul {
	-webkit-transform: translateY(25%) rotateX(-35deg);
	transform: translateY(25%) rotateX(-35deg);
}

@media screen and (max-height: 30.5em) {
	.overlay nav {
		height: 70%;
	}
	.overlay ul li {
		min-height: 34px;
	}
}


@media screen and (max-width:902px){
    body {
        background:#f0ece9;
        padding: 60px 60px;
    }
    #defcon-draggable .sortable-list .done {
        width:60px!important;
    }
    
    #defcon-draggable .sortable-list .done .check {
        display:block!important;
    }
    
    #defcon-draggable .user-info {
        width:80%;
    }
    
    #defcon-draggable .sortable-list .options {
        display: table-cell;
        position:relative;
        vertical-align: middle;
        padding-top:8%;
    }
    
    #defcon-draggable .sortable-list li .delete {
        display:block;
    }
    
    .tags {
        padding:0 0 16px 0;
    }
    

    #defcon-draggable .options .handle {
        display: table-cell;   
    }
    
    #defcon-draggable .options .handle a {
        display:block;
        position: absolute;
        top:0;
        bottom:0;
    }
    
    #defcon-draggable .sortable-list .short-description {
        width:90%;
        float:left
    }
   
    #defcon-draggable .options .expand {
        display:none!important;
    }
    
    #defcon-draggable .handle-mobile {
        display:block;
    }
    
    #defcon-draggable .expand.mobile-expand {
        display: block;
        text-align:center;
    }
    
    #defcon-draggable .description {
        width:75%;
    }
}

@media screen and (max-width:700px){

    .add-task .add-form input[type=text], .add-task .add-form select  {
        width:100%;
    }
    
    #defcon-draggable .sortable-list .short-description {
        width:80%;
    }
}

@media screen and (max-width:640px){
    .add-task .add-form input[type=text], .add-task .add-form select  {
        width:100%;
    }
    .overlay ul li {
        height: calc(100% / 6);
        min-height: 40px;
    }
    .overlay ul li a {
        color: #fff;
        font-size:18px;
        padding-bottom: 12px;
    }
}

@media screen and (max-width:1200px){
    .nav-trigger {
        top:20px;
        left:20px;
    }
}