@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: 'codropsicons';
	src:url('../fonts/codropsicons.eot');
	src:url('../fonts/codropsicons.eot?#iefix') format('embedded-opentype'),
		url('../fonts/codropsicons.woff') format('woff'),
		url('../fonts/codropsicons.ttf') format('truetype'),
		url('../fonts/codropsicons.svg#codropsicons') format('svg');
}

html {
	height:auto;
}

body {
	background:#182023;
	font-family: 'Montserrat', sans-serif;
	position:relative;
	height:auto;
	font-size:14px;
}

body.altbg {
	background:#2196f3;
}

body.lightbg {
	background:#fff;
}

body.reportbg {
	background:#66d7a6;
}

body.projectbg {
	background:#117ae4;
}

*{
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}

a {
	color:#fff;
	text-decoration:underline;
}

a:hover {
	color:#fff;
	text-decoration:none;
}

a:focus, .slick-slide {
	outline:none;
}

html {
	height:100%;
}

h2 {
	font-size:34px;
	text-transform:uppercase;
	font-weight:700;
}

h3 {
	font-size:22px;
	text-transform:uppercase;
	font-weight:700;
}

h4 {
	font-size:18px;
	text-transform:uppercase;
	font-weight:800;
	color:#000;
}

h5 {
	font-size:15px;
	text-transform:uppercase;
	font-weight:800;
	color:#000;
}

#invite, #alert {
	display:none;
}

.notice-wrapper {
	width:100%;
	background:#000;
	padding:44px 0;
	-webkit-box-shadow:0 6px 14px rgbaa(0, 0, 0, 0.4);
	-moz-box-shadow: 0 6px 14px rgb(0, 0, 0, 0.4);
	box-shadow: 0 6px 14px rgba(0, 0, 0, 0.4);
	z-index:2;
	position:absolute;
	top:0;
}

.notice-wrapper .close {
	width:25px;
	height:15px;
	position:absolute;
	top:10px;
	right:10px;
	background:url(../img/cross.png) no-repeat center center;
}

.notice {
	max-width:1560px;
	padding:0 20px 22px 149px;
	margin:0px auto;
	background-repeat:no-repeat;
	color:#fff;
	background-position:20px -1237px;
}

.notice.email {
	background-image:url(../img/sprite.png);
}

.notice.alert {
	background-image:url(../img/sprite.png);
	background-position:20px -1877px;
}

.notice h2 {
	font-size:24px;
	margin:0;
	padding:0 0 10px 0;
	
	display:inline-block;
}

.notice .message {
	float:left;
	width:65%;
}

.notice p {
	font-size:18px;
}

.notice code {
	line-height:48px;
	font-size:18px;
	background:#fff;
	padding:0 10px;
	height:48px;
	color:#79b3d2;
	font-family: 'Montserrat', sans-serif;
	border:0;
	overflow:hidden;
	display:block;
	word-wrap:break-word;
}

.notice .action-link {
	line-height:74px;
	background:#fff;
	color:#79b3d2;
	float:right;
	text-transform:uppercase;
	margin:0;
	padding:0 50px;
	font-size:24px;
	margin:15px 0 0 20px;
	text-decoration:none;
}

.notice .action-link:active {
	color:#000;
}

.notice.alert .action-link {
	color:#e6595b;
}

.page-heading {
	display:block;
	text-align:center;
	color:#fff;
	line-height:88px;
	padding:40px 20px 0 20px;
	vertical-align:middle;
	font-size:42px;
	width:60%;
	float:left;
	position:relative;
}

.page-heading-2 {
	display:block;
	color:#fff;
	line-height:88px;
	vertical-align:middle;
	font-size:42px;
	padding:40px 20px 0 20px;
	width:60%;
	float:left;
}

.page-heading img {
	float:left;
	margin-right:18px;
	border-radius: 44px;
	-moz-border-radius: 44px;
	-webkit-border-radius: 44px;
}

.page-heading a, .page-heading a:active {
	background:#117ae4;
	padding:0 5px;
	text-decoration:none;
	color:#fff;
}

.page-heading.report-heading a {
	background:#4ebf8e!important;
}

.page-heading span {
	padding-right:12px;
}

.team-wrapper .page-heading {
	text-align:left;
}

.pdf {
	line-height:44px;
	width:40px;
	height:44px;
	display:inlin;
	float:right;
	background:url(../img/pdf.png) no-repeat 0 0;
	background-size:cover;
	margin:55px 20px 0;
}
.overlay-full {
	width:100%;
	height:100%;
	background:#000;
	position:fixed;
	top:0;
	bottom:0;
	left:0;
	right:0;
	z-index:10;
	opacity: 0.7;
	display:none;
}

.header-wrapper {
	width:100%;
	background:#fff;
}

.header, .body-wrapper {
	width:100%;
	padding:0 20px;
	margin:0px auto;
	max-width:1560px;
}

.header .logo {
}

.header ul {
	margin:0;
	padding:0;
	list-style:none;
}

.header nav {
	width:369px;
	padding:8px 0;
}

.header .user {
	width:80px;
	border-left:solid 1px #dee0e0;
	margin-left:38px;
	padding:12px 0;
	position:relative;
	margin-top:8px;
}

.header .menu-trigger {
	color:#182023;
	font-size:47px;
	line-height:47px;
	margin-top:2px;
	display:block;
}

.header .user .settings-link {
	padding:0 0 0 30px;
	background-image:url(../img/sprite.png);
	background-repeat:no-repeat;
	background-position:0 -144px;
	display:inline-block;
}

.header .user img {
	border-radius: 28px 28px 28px 28px;
	-moz-border-radius: 28px 28px 28px 28px;
	-webkit-border-radius: 28px 28px 28px 28px;
}

.header .user .settings a {
	color:#fff;
	line-height:30px;
	border-bottom:solid 2px #fff;
	display:block;
	width:100%;
	padding:0 20px;
	text-decoration:none;
	text-transform:uppercase;
}

.header .user .settings {
	display:none;
	position:absolute;
	z-index:10;
	background-color:#242d31;
	padding:0;
	font-size:13px;
	border:solid 2px #fff;
	border-bottom:0;
	text-align:center;
	width:150px;
	left:20px;
}

.header .trigger-menu:hover .settings {
	display:block;
}

.header .action-link {
	text-transform:uppercase;
	color:#fff;
	font-size:14px;
	background-color:#242d31;
	display:block;
	padding:0 23px 0 10px;
	line-height:34px;
	margin-top:28px;
	background-repeat:no-repeat;
	background-position:0 -199px;
	text-decoration:none;
	float:left;
}

.header .notifications {
	display:inline-block;
	float:left;
	width:27px;
	height:30px;
	margin-top:28px;
	margin-right:20px;
	position:relative;
	text-decoration:none;
}

.header .notifications i {
	display:block;
	width:15px;
	height:15px;
	line-height:14px;
	background:#f34235;
	color:#fff;
	text-align:center;
	font-size:9px;
	font-weight:800;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	font-style:normal;
	position:absolute;
	top:0;
	right:0;
	z-index:2;
	border:solid 1px #fff;
}

.header .notifications span {
	display:block;
	position:relative;
	z-index:1;
	color:#242d31;
	font-size:22px;
	line-height:30px;
}

.header .action-link .fa {
	line-height:23px;
	height:23px;
	width:23px;
	border:solid 1px #fff;
	font-weight:300;
	text-align:center;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
	margin-right:10px;
}

.header .action-link-2 {
	color:#242d31;
	display:block;
	line-height:38px;
	height:38px;
	width:30px;
	margin:28px 30px 0 0;
	text-decoration:none;
	float:left;
	font-size:38px;
	text-align:center;
}


.content {
	width:100%;
	padding:60px 40px;
}

.content h2 {
	display:block;
	text-align:center;
	color:#fff;
	padding-bottom:25px;
}

.defcon {
	margin:0;
	padding:0;
}

.defcon li {
    position: relative;
    display: block;
    vertical-align: middle;
	color: rgb(255, 255, 255);
    clear: both;
    height: auto;
    margin: 0px auto;
}

.nav-team-wrapper {
	width:100%;
	background:#f8f8f8;
}

.nav-team {
	width:100%;
	padding:40px 20px 0 20px;
	max-width:1560px;
	margin:0px auto;
	height:270px;
}

.nav-team h2 {
	position:relative;
	display:inline-block;
}

.nav-team h2 ul, .page-heading ul {
	position:absolute;
	right:0%;
	top:100%;
	background:#242d31;
	margin:0;
	padding:0;
	width:180px;
	list-style:none;
	z-index:300000000000000000000;
	display:none;
}
.page-heading ul {
	right:0!important;
	top:70px;
	width:100%;
	min-width:120px;
	background:#1277ed!important;
}

.heading-trigger {
	position:relative;	
}

.nav-team h2 a {
	display:inline-block;
	height:auto;
	margin-bottom:0;
	color:#242d31;
	text-decoration:none;
	background:#fff;
	padding:0 5px;
}

.nav-team h2 a.trigger span {
	display:none;
}

.nav-team h2 a.trigger .active {
	display:block;
}

.nav-team .ddown-wrapper {
	display:inline-block;
	position:relative;
	width:68%;
	float:left;
}

.page-heading .ddown-wrapper {
	display:inline-block;
	position:relative;
	float:left;
}

.nav-team h2 li a, .page-heading ul li a {
	line-height:32px;
	color:#fff!important;
	border-bottom:solid 1px #fff;
	font-size:13px;
	text-decoration:none;
	text-align:center;
	display:block;
	text-transform:uppercase;
	background:#182023;
}

.nav-team .team-slider a {
	border-radius: 44px 44px 44px 44px;
	-moz-border-radius: 44px 44px 44px 44px;
	-webkit-border-radius: 44px 44px 44px 44px;
	height:88px;
	width:88px;
	margin:0px auto;
	display:block;
	margin-bottom:10px;
	border:solid 4px #f8f8f8;
}

.nav-team .team-slider .active {
	border:solid 4px #fff;
	-webkit-box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, .2);
    box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, .2);
}

.nav-team .team-slider a:active {
	outline: 0;
  	-webkit-box-shadow: none;
  	box-shadow: none;
}

.nav-team span {
	display:block;
	text-align:center;
}

.nav-team {
    overflow: hidden;
	/*max-height:260px;*/
}




.nav-team-select {
	padding:0 0 40px 0;
	display:block;
	clear:both;
}

.select-team select {
	display:nlock;
}

.team-slider {
	padding:15px 20px 25px 20px;
}

.defcon li .reveal-layer {
    width: 100%;
	max-width:1590px;
	margin:0px auto;
}

.defcon li .reveal-layer .item-wrapper {
    width: 100%;
    padding: 0 0 0 7.3%;
	max-width:1770px;
	float:none;
	margin:0px auto!important;
}

.defcon li .reveal-layer .item-wrapper .item {
    width: 80%;
    float: left;
	padding:50px 0;
}

.defcon li .item {
    line-height: 24px;
    vertical-align: middle;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 24px;
}

.defcon li .item a {
	text-decoration:none!important;
	color:#fff;
}

.defcon li .item strong {
    font-size: 35px;
    line-height: 40px;
}

.defcon li .reveal-layer .item-wrapper .item strong {
    padding-right: 11px;
}

.defcon li .item .date {
    line-height: 16px;
    font-size: 17px;
    -webkit-font-smoothing: antialiased;
}

.defcon li .reveal-layer .item-wrapper .cbo {
    width: 17%;
    float: right;
    line-height: 28px;
    -webkit-font-smoothing: antialiased;
    text-transform: uppercase;
    padding:50px 0;
	text-align:left;
}

.defcon li .reveal-layer .item-wrapper .cbo.review {
	padding:37px 0;
}

.defcon .item-wrapper .cbo .action-link {
	text-decoration:none;
	padding:0;
	color:#fff!important;
	position:relative;
}

.defcon .item-wrapper .cbo .review-link {
	font-size:9px;
	font-style:normal!important;
	text-decoration:none;
	text-align:center!important;
	display:inline-block;
	margin-right:12px;
}

.defcon .item-wrapper .cbo .review-link:last-child {
	margin-right:0px;
}

.defcon .item-wrapper .cbo .review-link span {
	display:block;
}

.defcon .item-wrapper .cbo .review-link i {
	font-size:28px;
}

.defcon .timer-wrapper {
	max-width:1360px;
	margin:0px auto;
}

.defcon .timer {
	display:block;
	width:100%;
	height:10px;
	background:#000;
	opacity: 0.1;
    filter: alpha(opacity=10);
}

/* COLOR COMBINATIONS */
.level1, .level1 .prev-status {
	background: #f34235; 
}

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

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

.level4, .level4 .prev-status {
	background: #42c647;
}

.level5, .level5 .prev-status {
	background: #13b1f9; 
}

.item-detail-wrapper {
	width:100%;
	background: rgba(0,0,0,.12);
}

.defcon .item-detail {
	padding: 25px 7.3% 10px 7.3%;
	max-width:1620px;
	margin:0px auto;
}

.defcon .item-detail textarea {
	width:60%;
	margin:0 0 50px;
	border:none;
}

.defcon .item-detail .expand-feedback {
	text-decoration:none;
	margin-bottom:20px;
	display:block;
	color:#fff;
}

.defcon .item-detail .expand-feedback:hover {
	text-decoration:underline;
}

.defcon .item-detail .feedback label {
	color:#fff;
}

.defcon .item-detail .review-form {
	display:none;
}

.defcon .item-detail .review-form textarea {
	margin:0 0 20px 0;
}

.defcon .item-detail .review-form .feedback-submit {
	position:relative;
	width:120px;
	margin-bottom:20px;
}

.defcon .item-detail .review-form .feedback-submit input {
	position:relative;
	width:100%;
	z-index:1;
	background:none;
	border:0;
	line-height:32px;
}

.defcon .item-detail .review-form .feedback-submit .bg {
	opacity: .1;
    filter: alpha(opacity=.1);
	position:absolute;
	width:100%;
	height:100%;
	background:#000;
	left:0;
	z-index:1;
	padding:0;
}

.defcon .users {
	float:left;
}

.defcon .item-detail .users-slider {
	display:block!important;
}

.defcon .item-detail .users-slider div {
	width:80px;
	display:inline-block;
	padding-bottom:10px;
}

.defcon .cbo .activate {
	display:none; 
 }

.completed label span {
	color:#fff;
}

.completed, .completed .item-detail {
 	background: #182023!important; 
 }
 
 .completed .cbo .done {
	display:none; 
 } 
 
 .completed .activate {
	display:block!important;
	width:100%; 
 }
 
 .completed .levels {
	display:none; 
 }
 
 .prev-status {
	display:none;
	height:1px;
	width:100%;
 }
 
 .completed .prev-status {
	display:block;
 }

.defcon .item-detail .hr {
	background:#fff;
	height:3px;
	margin-top:40px;
	display:block;
	clear:both;
	margin-bottom:20px;
}

.defcon .item-detail .hr-2 {
	background-color:#fff;
	width:100%;
	height:1px;
	display:block;
	margin:30px 0 20px 0!important;
	
}

.defcon h3 {
	font-size:16px;
	text-transform:uppercase;
	display:block;
	padding-bottom:10px;
}

.users a, .users img {
	border-radius: 28px 28px 28px 28px;
	-moz-border-radius: 28px 28px 28px 28px;
	-webkit-border-radius: 28px 28px 28px 28px;
	height:55px;
	width:55px;
	margin:0px auto;
	display:block;
	border:solid 3px transparent;
}

.defcon .users .active img {
	border:solid 3px #fff;
}

.defcon .users {
	float:left;
	width:180px;
}

.defcon .levels {
	float:left;
	width:400px;
}

.defcon .project-name {
	display:inline-block;
	position:relative;
	margin-right:10px;
	text-decoration:none;
	margin-top:8px;
}

.defcon .project-name span {
	display:block;
	padding:0 15px;
	color:#fff;
	font-weight:700;
	line-height:40px;
	font-size:16px;
	text-transform:uppercase;
	font-style:none;
	z-index:2;
	position:relative;
}

.project-name .text {
	padding:0;
	position:relative;
	display:block;
	text-decoration:none;
	font-style:normal;
	z-index:2;
}

a.project-name .bg {
	opacity: .2;
    filter: alpha(opacity=.2);
	position:absolute;
	width:100%;
	height:100%;
	background:#000;
	left:0;
	z-index:1;
	padding:0;
}

.project-name .fa-files-o {
	font-size:22px;
}

#add-project .levels ul {
	padding-bottom:14px;
	text-align:right;
}

.levels ul {
	margin:0;
	padding:0;
	width:100%;
}

.levels li {
	display:inline-block;
	text-align:center!important;
	padding-right:13px;
}

.levels li:last-child {
	padding-right:0;
}

.users-slider div {
	text-align:center;
}

.levels span {
	width:50px;
	height:50px;
	line-height:50px;
	color:#fff;
	font-size:16px;
	font-weight:800;
	text-decoration:none;
	border-radius: 8px 8px 8px 8px;
	-moz-border-radius: 8px 8px 8px 8px;
	-webkit-border-radius: 8px 8px 8px 8px;
	
	text-align:center;
	display:inline-block;
}

.add-task .levels span {
	width:40px;
	height:40px;
	line-height:40px;
	border:solid 2px transparent;
}


.levels input[type=radio] {
	display:none;
}

.add-task .levels .active {
	border:solid 2px #000;
}


.custom-back-arrow, .custom-next-arrow {
	display:block;
	position:absolute;
	background:url(../img/sprite.png) center -325px;
	z-index:1;
	width:21px;
	height:30px;
	top:8px;
}

.add-task textarea {
	height:200px;
}

.users-slider .custom-back-arrow {
	left:-25px;
	background-position:center -395px;
}

.users-slider .custom-next-arrow {
	right:25px;
}

.add-project-slider {
	padding:0px 30px 10px 30px;
	margin-top:10px;
}

.add-project-slider .custom-back-arrow {
	left:0;
	background:url(../img/sprite.png) center -507px;
	top:13px;
}

.add-project-slider .custom-next-arrow {
	right:0px;
	top:13px;
	background:url(../img/sprite.png) center -447px;
}

.team-slider .custom-back-arrow, .team-slider .custom-next-arrow {
	display:block;
	position:absolute;
	background:url(../img/sprite.png) center -447px;
	z-index:1;
	width:21px;
	height:30px;
	top:65px;
}

.team-slider .custom-back-arrow {
	left:-5px!important;
	background-position:center -507px;
}

.team-slider .custom-next-arrow {
	right:-10px;
}

.team-slider img {
	margin:0px auto;
}

#feedback {
	color:#fff;
}

/* ADD PROJECT */
.fancybox-wrap {
	border:solid 5px #242d31;
}
.fancybox-opened .fancybox-skin {
	box-shadow:0 0 0 rgba(0, 0, 0, 0.5);
	background:#fff;
	padding:20px 25px;
}
#add-project, #add-task {
	color:#242d31;
	width:100%;
	padding:10px 20px 20px 20px;
	max-width:480px;
	min-width:480px;
}

#add-project .lightbox-heading, #add-task .lightbox-heading {
	width:50%;
	float:left;
}

#add-project .lightbox-status, #add-task .lightbox-status {
	width:50%;
	float:right;
	text-align:right;
}

#add-project .lightbox-status .switch, #add-task .lightbox-status .switch {
	float:right;
}


#add-project {
	display:none;
}

.add-task ul {
	float:right;
	width:80%;
	text-align:right;
}

.add-new-project {
	display:none;
}

.clone {
	text-align:left;
}

#btnClone {
	background:#242d31;
	width:35px;
	height:35px;
	line-height:35px;
	border-radius: 18px;
	-moz-border-radius: 18px;
	-webkit-border-radius: 18px;
	border:none;
	color:#fff;
	margin-bottom:10px;
	display:inline-block;
	text-align:center;
}

#btnClone .fa-plus {
	text-align:center;
	line-height:35px;
	padding:0;
	font-size:24px;
	font-weight:300;
}

.add-task .remove {
	color:#fff;
	font-size:18px;
	text-align:center;
	line-height:32px;
	width:32px;
	background:#182023;
	border-radius: 16px;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
}

#selUsers {
	margin-bottom:36px;
}

.add-project .span {
	display:block;
	clear:both;
}

.add-project h5 {
	line-height:47px!important;
}

.add-project .employees, .add-task .employees {
	display:block;
	clear:both;
}

.add-project .employees img, .add-project .task img {
	border:solid 3px transparent;
	-webkit-border-radius: 28px;
	-moz-border-radius: 28px;
	border-radius: 28px;
}

.add-project .employees a, .add-task .employees a {
	border:solid 3px transparent;
	-webkit-border-radius: 28px;
	-moz-border-radius: 28px;
	border-radius: 28px;
	width:56px;
	height:56px;
	display:block;
}

.add-project .employees input[type=checkbox], .add-task .employees input[type=checkbox] {
	display:none;
}

.add-project .employees .active, .add-task .employees .active {
	/*border:solid 3px #242d31;*/
}

.defcon .levels span {
	border:solid 2px transparent;
}

.defcon .levels .active {
	border:solid 2px #fff;
}

.add-project .heading-add {
	line-height:39px;
	padding-right:10px;
}

.date-picker-1 {
	background:url(../img/sprite.png) no-repeat right -587px;
}

input[type=submit].popup-submit {
	line-height:35px;
	border:none;
	display:block;
	clear:both;
	background:#242d31;
	font-size:15px;
	text-transform:uppercase;
	font-weight:700;
	width:60%;
	margin:0px auto;
	margin-top:20px;
	color:#fff;
}

.deleteBtn {
	line-height:35px;
	border:none;
	display:block;
	clear:both;
	background:#f34235;
	font-size:15px;
	text-transform:uppercase;
	text-decoration:none;
	text-align:center;
	font-weight:700;
	width:90%;
	margin:0px auto;
	margin-top:20px;
	color:#fff!important;
}

.deleteBtn:hover {
	color:#fff;
}

.current-list {
	margin:0;
	padding:5px 0 5px 0;
}

.current-list li {
	display:inline-block;
	line-height:28px;
	padding:0 14px;
	color:#fff;
	background:#f34235;
	color:#fff;
}

/* NO RECORDS */
.norecords {
	text-align:center;
	padding:60px 0;
	display:block;
	color:#fff;
}

.norecords .add {
	display:inline-block;
	text-decoration:none;
	background:#117ae4;
	padding:0 20px;
}


/* FORMS */
.frmAdmin {
	width:280px;
	margin:0px auto;
	margin-top:80px;
	margin-bottom:100px;
}

.frmAdmin .avatar img {
	border:solid 3px #fff;
	border-radius: 50px 50px 50px 50px;
	-moz-border-radius: 50px 50px 50px 50px;
	-webkit-border-radius: 50px 50px 50px 50px;
	margin-bottom:15px;
}

.frmAdmin input[type=submit] {
	display:block;
	clear:both;
	width:100%;
	text-align:center;
	line-height:32px;
	background:#f34235;
	color:#fff;
	border:0;
	margin-top:20px;
}

.frmAdmin h2 {
	color:#fff;
	font-size:26px;
	margin-bottom:20px;
}

input[type=text], input[type=date], select, input[type=password], input[type=email], textarea {
	border:solid 1px #242d31;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color:#242d31;
}

.search input[type=text] {
	border:none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	color:#919090;
	height:36px;
	line-height:36px;
	font-size:12px;
	padding-left:30px;
	background:url(../img/sprite.png) no-repeat 0 -648px #fff;
}

.frmAdmin input[type=text]:focus, .frmAdmin input[type=password]:focus, input[type=email]:focus {
    outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border:solid 3px #00b0fc;
	color:#182023;
}

.frmAdmin a {
	display:block;
}

/* do not group these rules */
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { 
    color:    #919090;
}
input:-moz-placeholder, textarea:-moz-placeholder { 
    color:    #919090;
}
input::-moz-placeholder, textarea::-moz-placeholder { 
    color:    #919090;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder { 
    color:    #919090;
}


.search input::-webkit-input-placeholder, .search textarea::-webkit-input-placeholder { 
    color:    #919090;
}
.search input:-moz-placeholder, .search textarea:-moz-placeholder { 
    color:    #919090;
}
.search input::-moz-placeholder, .search textarea::-moz-placeholder { 
    color:    #919090;
}
.search input:-ms-input-placeholder, .search textarea:-ms-input-placeholder { 
    color:    #919090;
}

.customCheck, .customRadio {
    display:none;
}
.customRadio + label, .customCheck + label {
    color: #292321;
    font-family:Arial, sans-serif;
    font-size:14px;
	line-height:10px;
}
.customRadio + label span, .customCheck + label span {
    display:inline-block;
    width:19px;
    height:19px;
    margin:-1px 4px 0 0;
    vertical-align:middle;
    cursor:pointer;
    -moz-border-radius:  50%;
    border-radius:  50%;
}

.customRadio + label span, .customCheck + label span {
     background-color:#fff;
	 border:solid 3px #242d31;
	 margin-bottom:6px;
	 margin-top:3px;
	 line-height:16px;
}

.customRadio + label strong, .customCheck + label strong {
	 line-height:22px;
	 display:inline-block;
}

.customRadio:checked + label span, .customCheck:checked + label span {
     background-color:#2196f3;
}


.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 10px;
	text-align:center;
	width:50%;
	margin:0px auto;
	background:#2196f3;
	color:#fff;
	line-height:32px;
	text-transform:uppercase;
	margin-bottom:10px;
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

#filename {
	margin-bottom:15px;
}

/* CHECKBOXES */
.frmDefcon input[type="checkbox"] {
  display: none; }

.frmDefcon input[type="checkbox"] + label span {
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  background: url(../img/sprite.png) left top no-repeat;
  padding-left: 42px;
  margin:0 0 0 -8px!important;
  cursor: pointer; 
  color:#fff;
}

.frmDefcon input[type="checkbox"]:checked + label span {
	background: url(../img/sprite.png) 0 -40px no-repeat;
}

/* Animated Forms */
.frmAnimated {
	width:100%;
	max-width:300px;
}

.frmAnimated .input {
	position: relative;
	z-index: 1;
	display: inline-block;
	margin: 20px 0 20px 0;
	max-width: 450px;
	width: calc(100%);
	vertical-align: top;
}

.input__field {
	position: relative;
	display: block;
	float: right;
	padding: 10px;
	width: 100%;
	border: none;
	border-radius: 0;
	background: #f0f0f0;
	color: #aaa;
	font-weight: 300;
	-webkit-appearance: none; /* for box shadows to show on iOS */
}

.input__field:focus {
	outline: none;
}

.input__label {
	display: inline-block;
	float: right;
	padding: 0;
	width: 100%;
	color: #6a7989;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align:left;
}

.input__label-content {
	position: relative;
	display: block;
	padding: 4px 0;
	width: 100%;
}

.remove {
	float:right;
}

/* Akira */
.input--akira {
	margin-top: 20px;
}

.input__field--akira {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	display: block;
	padding: 0 1em;
	width: 100%;
	height: 100%;
	background: transparent;
	text-align: left;
}

.input__label--akira {
	padding: 0 7px;
	width: 100%;
	background: #fff;
	color: #2196f3;
	cursor: text;
	font-size:16px;
	font-weight:300!important;
}

.input__label--akira::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	-webkit-transform: scale3d(0.97, 0.85, 1);
	transform: scale3d(0.97, 0.85, 1);
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}

.input__label-content--akira {
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	padding-left:10px;
}

.input__field--akira:focus + .input__label--akira::before,
.input--filled .input__label--akira::before {
	-webkit-transform: scale3d(0.99, 0.95, 1);
	transform: scale3d(0.99, 0.95, 1);
}

.input__field--akira:focus + .input__label--akira,
.input--filled .input__label--akira {
	cursor: default;
	pointer-events: none;
}

.input__field--akira:focus + .input__label--akira .input__label-content--akira,
.input--filled .input__label-content--akira {
	-webkit-transform: translate3d(0, -2em, 0);
	transform: translate3d(0, -2em, 0);
}

.switch {
	position: relative;
	display: block;
	vertical-align: top;
	width: 100px;
	height: 30px;
	padding: 3px;
	margin: 0px auto;
	border-radius: 18px;
	/*
	box-shadow: inset 0 -1px white, inset 0 1px 1px rgba(0, 0, 0, 0.05);
	background: linear-gradient(to bottom, #eeeeee, #FFFFFF 25px);
	background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF 25px);
	*/
	cursor: pointer;
}
.switch-input {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
.switch-label {
	position: relative;
	display: block;
	height: inherit;
	font-size: 10px;
	text-transform: uppercase;
	background: #182023;
	border-radius: inherit;
	color:#fff;
	/*
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
	*/
}
.switch-label:before, .switch-label:after {
	position: absolute;
	top: 50%;
	margin-top: -.5em;
	line-height: 1;
	-webkit-transition: inherit;
	-moz-transition: inherit;
	-o-transition: inherit;
	transition: inherit;
}
.switch-label:before {
	content: attr(data-off);
	right: 11px;
	color: #fff;
}
.switch-label:after {
	content: attr(data-on);
	left: 11px;
	color: #FFFFFF;
	opacity: 0;
}
.switch-input:checked ~ .switch-label {
	background:#66d7a6;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
}

.projects .switch-input:checked ~ .switch-label {
	background:#117ae4;
}

.bench .switch-input:checked ~ .switch-label {
	background: #117ae4;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
}
.switch-input:checked ~ .switch-label:before {
	opacity: 0;
}
.switch-input:checked ~ .switch-label:after {
	opacity: 1;
}
.switch-handle {
	position: absolute;
	top: 6px;
	left: 6px;
	width: 24px;
	height: 24px;
	/*
	background: linear-gradient(to bottom, #FFFFFF 40%, #f0f0f0);
	background-image: -webkit-linear-gradient(top, #FFFFFF 40%, #f0f0f0);
	*/
	background:#7fdfb5;
	border-radius: 100%;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}

.projects .switch-handle {
	background:#2196f3;
}
.bench .switch-handle {
	background:#2196f3;
}
.switch-handle:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -6px;
	width: 12px;
	height: 12px;
	/*
	background: linear-gradient(to bottom, #eeeeee, #FFFFFF);
	background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF);
	*/
	border-radius: 6px;
	box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
}
.switch-input:checked ~ .switch-handle {
	left: 70px;
	box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}
 
/* Transition
========================== */
.switch-label, .switch-handle {
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
	-moz-transition: All 0.3s ease;
	-o-transition: All 0.3s ease;
}

/* SLIDERS */
.slick-disabled {
	display:none!important;
}

/* POPUPS */
.popup-content {
	font-size:16px;
	line-height:20px;
}

.popup-content p,.popup-content h4 {
	margin:0;
	padding:0 0 14px 0;
}

/* REPORTS */
.teams.teams-report {
	border-left:solid 1px #8ce1bc;
}

.report-stats {
	padding:30px 0!important;
	max-width:1500px;
	width:100%;
	margin:0px auto!important;
	display:block;
	
}

.report-stats .columns {
	background:#fff;
	width:22.7%;
	margin:0 3% 0 0;
	text-align:center;
	padding:30px 10px 25px 10px!important;
}

.report-stats .columns .stat {
	display:block;
	padding-bottom:4px;
	font-weight:800;
	font-size:34px;
}

.report-stats .columns:first-child {
	margin-left:0;;
}

.report-stats .columns:last-child {
	margin-right:0;
}

.report-stats .columns .item {
	color:#4ebf8e;
	font-size:15px;
}

.graph {
	width:100%;
	max-width:1540px;
	margin:0px auto;
	padding:0 0 20px 0;
}

.graph img {
	width:100%;
	height:auto;
}

.footable-wrapper {
	padding:18px 21px 6px 21px;
	background-color:#fff;
}

.footable-wrapper h2 {
	font-size:28px;
	text-transform:none;
}

.footable {
	padding:40px 20px!important;
	border:0!important;
	border-spacing:0!important;
	border-color:transparent;
}

.footable tbody {
	border:0;
}

.footable img {
	width:40px;
	height:40px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	margin-right:13px;
}

.footable thead {
	background:#fff;
	border:0;
	border-bottom:solid 1px #66d7a6;
}

.footable tr {
	background:#fff!important;
	border:0;
	border-bottom:solid 1px #d9f5e9;
}

.footable tr:last-child {
	border-bottom:0;
}

.footable td, .footable th {
	text-align:center;
}

.footable td {
	line-height:50px;
	color:#777777;
}

.footable th {
	font-size:16px;
	font-weight:300;
	text-transform:uppercase;
	color:#66d7a6;
	padding-bottom:10px;
}
.footable.bench th {
	color:#182023;
}

.footable.projects th {
	color:#117ae4;
}

.footable .text-left {
	text-align:left!important;
}

.footable .footable-sort-indicator {
	color:#66d7a6;
}

.footable.bench .footable-sort-indicator {
	color:#117ae4;
}

.footable.projects .footable-sort-indicator {
	color:#117ae4;
}

.footable.bench .task-marker {
	background:#182023;
}

.footable.projects .task-marker {
	background:#117ae4;
}

.footable .task-marker {
	display:inline-block;
	color:#fff;
	padding:0 20px;
	line-height:30px;
	background:#66d7a6;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	text-align:center;
}

.footable td a {
	color:#66d7a6;
}

.footable.projects td a {
	color:#117ae4;
}



/* TEAM LISTINGS */
.team-wrapper {
	max-width:1560px;
	margin:0px auto;
	width:100%;
	padding:0 0;
}

.teams {
	width:24%;
	float:right;
	margin-top:37px;
	color:#fff;
	padding-left:27px;
	padding-bottom:0;
	border-left:solid 1px #59b0f6;
}

.teams.bench {
	height:84px;
	line-height:84px;
	border-left:none;
	font-size:20px;
	padding-left:0;
	padding-right:25px;
	text-align:right;
}

.teams.bench a {
	line-height:32px;
	font-size:20px;
	font-weight:300;
	text-decoration:none;
	display:inline-block;
	padding:0 10px 0;
}

.teams.bench a.active {
    display: inline-block;
    color: #182023;
    padding: 0 20px;
    line-height: 30px;
    background: #fff;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    text-align: center;
}
.teams h3 {
	font-size:17px;
	line-height:17px;
	padding:0;
	display:block;
	padding-bottom:5px;
	clear:both;
	margin:0;
}

.teams img  {
	-webkit-border-radius: 29px;
	-moz-border-radius: 29px;
	border-radius: 29px;
	float:left;
	margin-right:14px;
	margin-bottom:6px;
}

.teams .add  {
	-webkit-border-radius: 29px;
	-moz-border-radius: 29px;
	border-radius: 29px;
	float:left;
	width:57px;
	height:57px;
	border:solid 3px #fff;
	background:#1277ed;
	margin-right:14px;
	font-size:50px;
	line-height:55px;
	text-align:center;
	text-decoration:none;
	font-weight:300;
}

.teams .add:active {
	color:#fff;
}

.teams.projects .add  {
	background:#2196f3!important;
}

#add-team {
	display:none;
	padding-bottom:20px;
}

#add-team .fileUpload {
	width:100%;
}

#frmUpdate #filename {
	color:#fff;
}

.grid {
	margin: 0 auto;
	width:100%;
	position:relative;
	padding-top:25px;
	
}

.grid__item {
	font-size: 15px;
	display: inline-block;
	margin: 0 1.5% 3em  1.5%;
	padding: 15px 0 0 0;
	width: 21.5%;
	height: auto;
	border-radius: 0;
	background: #fff;
	color: #39464b;
	text-align: center;
	position:relative;
	line-height:21px;
	padding-bottom:20px;
}

.grid__item:hover {
  -moz-box-shadow:    3px 5px 5px 0px #117ae4;
  -webkit-box-shadow: 3px 5px 5px 0px #117ae4;
  box-shadow:         -13px 13px 0px 0px #117ae4;
}

.bench .grid__item:hover {
  -moz-box-shadow:    3px 5px 5px 0px #242c2f;
  -webkit-box-shadow: 3px 5px 5px 0px #242c2f;
  box-shadow:         -13px 13px 0px 0px #242c2f;
}

.grid__item:active {
	cursor: -webkit-grabbing;
	cursor: grabbing;
}

.grid__item .content-wrapper {
	padding:0 24px;
}

.grid__item.is-dragging {
	border:solid 1px yellow;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.user-photo {
	border-radius: 75px;
	-moz-border-radius: 75px;
	-webkit-border-radius: 75px;
	height:150px;
	width:150px;
	margin:0px auto;
	display:block;
	margin-bottom:12px!important;
	border:solid 4px #fff;
	border:solid 3px #d5e1ea;
}

.footable .user {
	width:60px;
	height:60px;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
}

.grid__item h4 {
	font-size:17px;
	color:#39464b;
	line-height:24px;
	padding:2px 10px 4px 10px;;
}

.grid__item .points {
	font-size:17px;
	display:inline-block;
	color:#39464b;
	line-height:23px;
	text-align:center;
}

.grid__item .points span {
	display:block;
	font-weight:700;
}

.grid__item .points.leader {
	padding-left:50px;
	background:url(../img/sprite.png) no-repeat left -983px;
	text-align:left;
}

.grid__item ul {
	margin:0;
	padding:10px 0 0;
	width:100%;
	bottom:0;
}

.grid__item li {
	display:inline-block;
	width:46px;
	float:left;
	padding-bottom:8px;
}

.grid__item li span {
	display:block;
	line-height:14px;
	width:100%;
	height:14px;
}

.grid__item_wide {
	width:100%!important;
	float:none!important;
	display:block!important;
	clear:both;
	background:#fff;
	padding:21px;
	position:relative;
	text-align:left;
}

.grid__item_wide h4 {
	font-size:22px;
	padding:20px 0 0 0;
	margin:0;
	line-height:26px;
}

.grid__item .edit-link {
	color:#2196f3;
	font-size:18px;
	font-weight:800;
	display:none;
	padding-top:10px;
}

.grid__item_wide img {
	float:left;
	margin:0 20px 0 0;
	width:115px;
	height:115px;
}

.grid__item_wide .col2 {
	width:35%;
	float:left;
}

.grid__item .open-projects {
	position:absolute;
	bottom:0;
}


.grid__item_wide .edit-link {
	display:block;
}

.grid__item .admin-options {
	width:auto;
	text-align:right;
	display:block;
	border-top:solid 1px #dddede;
	border-bottom:solid 1px #dddede;
	padding:14px 0 14px 0;
	margin-top:10px;
	margin:10px 0;
}

.grid__item .make-admin {
	color:#39464b;
	padding:0;
	text-align:left;
	font-size:15px;
	display:inline-block;
	line-height:28px;
	text-decoration:none;
	float:left;
	margin-left:10px;
	width:54%;
	vertical-align:middle;
	line-height:30px;
}

.grid__item .make-admin.remove {
	color:#f34235!important;
}

.grid__item .edit-profile {
	color:#39464b;
	padding:0;
	text-align:left;
	font-size:15px;
	display:inline-block;
	line-height:28px;
	text-decoration:none;
	float:right;
	margin-right:10px;
	width:36%;
}

.grid__item .edit-team {
	color:#39464b;
	padding:0;
	text-align:center;
	font-size:15px;
	display:block;
	line-height:28px;
	text-decoration:none;
	margin-right:10px;
	width:100%;
	background:none;
}

.grid__item .fa-pencil {
	font-size: 30px;
    margin-right: 10px;
}

.grid__item .edit-profile i, .grid__item .make-admin i {
	float:left;
	font-size:30px;
	margin-right:10px;
}

.grid__item .admin-options.team-options {
	text-align:center;
	border:0;
}

.grid__item .admin-options.team-options .edit-profile {
	float:none;
	margin:0px auto;
}

.bench .grid__item .admin-options {
	text-align:center;
}

.bench .grid__item .edit-profile {
	float:none!important;
	margin:0px auto!important;
}

.grid__item .make-admin.remove-admin {
	color:#f34235;
	padding:0;
	background:none;
}


.grid__item .close .fa-close {
	width:29px;
	height:29px;
	line-height:29px;
	font-size:17px;
	background:#117ae4;
	text-align:center;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	text-decoration:none;
	position:absolute;
	top:-10px;
	right:-10px;
	display:block;
	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
	font-weight:100;
}

.grid__item .edit {
	position:relative;
	width:28px;
	height:28px;
	background:url(../img/sprite.png) no-repeat center -874px;
	text-decoration:none;
	position:absolute;
	top:10px;
	right:10px;
}

.user-teams {
	padding:8px 12px;
	color:#39464b;
	text-align:left;
	margin:0;
	position:relative;
}

.user-teams ul {
	position:relative;
	padding:0;
	margin:0;
	list-style:none;
}

.user-teams li {
	position:relative;
	margin-right:5px;
	float:left;
}

.bench .user-teams li {
	float:none;
	text-align:center;
	display:block;
	width:100%;
}

.user-teams li a {
	display:block;
}

.user-teams img {
	width:42px;
	height:42px;
	display:block;
	border:solid 3px #2196f3;
	-webkit-border-radius: 21px;
	-moz-border-radius: 21px;
	border-radius: 21px;
	z-index:1;
	position:relative;
	float:left;
}

.user-teams img.active {
	border:solid 3px #39464b;
}

#addtoTeam .user-teams li {
	margin-right:5%;
	text-align:center;
	float:left;
	width:28%;
	padding-bottom:15px;
}

#addtoTeam .user-teams li input[type=checkbox] {
	display:none;
}

#addtoTeam .user-teams li:last-child {
	margin-right:0;
}

#addtoTeam .user-teams span {
	display:block;
	clear:both;
	line-height:18px;
	text-transform:uppercase;
	font-size:12px;
	padding-top:10px;
	font-weight:800;
}

#addtoTeam .user-teams img {
	width:75px;
	height:75px;
	-webkit-border-radius: 38px;
	-moz-border-radius: 38px;
	border-radius: 38px;
	display:block;
	clear:both;
	float:none;
	margin:0px auto;
}

.grid__item .user-teams .add-to-team {
	width:42px;
	height:42px;
	line-height:40px;
	font-size:40px;
	color:#2196f3;
	font-weight:600;
	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
	text-decoration:none;
	text-align:center;
	display:block;
	border:solid 3px #2196f3;
	-webkit-border-radius: 21px;
	-moz-border-radius: 21px;
	border-radius: 21px;
	z-index:1;
	position:relative;
	float:left;
}

.bench .grid__item .user-teams .add-to-team {
	float:none;
	margin:0px auto;
}

.grid__item .user-teams .delete {
	width:42px;
	height:42px;
	display:none;
	text-align:center;
	line-height:42px;
	text-decoration:none;
	font-size:18px;
	-webkit-border-radius: 21px;
	-moz-border-radius: 21px;
	border-radius: 21px;
	z-index:2;
	position:absolute;
	background:url(../img/sprite.png) no-repeat center -1053px #182023;
}

.grid__item h5 {
	font-size:14px;
	font-weight:800;
	line-height:18px;
	text-align:left;
	color:#39464b;
}

.bench .grid__item h5 {
	text-align:center;
}

.grid__item:hover .close {
	display:block;
}

/* EXTRAS */
.novisibility {
	visibility:hidden;
}

.nopadding {
	padding:0!important;
}

.padding-top {
	padding-top:14px;
}

.show-mobile {
	display:none!important;
}

.hide-mobile {
	display:block!important;
}

.show-medium {
	display:none!important;
}

.hide-medium {
	display:block!important;
}

.show-tablet {
	display:none!important;
}

.hide-tablet {
	display:block!important;
}

.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 */

@media screen and (max-width: 90em) {
	.teams {
		width:31%;
	}
	.grid__item {
		width:29%!important;
		margin:2% 2%!important;
	}
}


@media screen and (max-width: 80em) {
	
	.show-medium {
		display:block!important;
	}
	
	.hide-medium {
		display:none!important;
	}
}

@media screen and (max-width: 65em) {
	.grid__item {
		width:45%!important;
		margin:2% 2%!important;
	}
	.notice code {
		
	}
	.notice .message {
		float:none;
		display:block;
		clear:both;
		width:100%;
	}
	.notice .action-link {
		margin:20px 0 0;
		float:none;
		display:inline-block;
		line-height:50px;
		font-size:20px;
	}
	
	.teams.bench {
		width:40%;
	}
	
	.page-heading.bench {
		width:50%;
	}
}

@media screen and (max-width: 50em) {
	.teams {
		width:100%;
	}
	
	.page-heading-2 {
		width:100%;
		text-align:center;
		line-height:36px;
		padding-bottom:20px;
		padding-top:20px;
	}
	
	.grid {
		padding:0 20px;
	}
}

@media screen and (max-width: 42em) {
	.grid {
		width:100%!important;
	}
	.grid__item {
		font-size: 1em;
		width:100%!important;
		margin:0 0 30px 0!important;
		padding-bottom:2.5em;
	}
	.grid__item  img.user-photo {
		width:100px!important;
		height:100px!important;
		border-radius: 50px!important;
		-moz-border-radius: 50px!important;
		-webkit-border-radius: 50px!important;
	}
}


@media only screen and (max-width: 60em) {
	.frmDefcon input[type="checkbox"] + label span {
		width: 25px;
		height: 25px;
		background: url(../img/sprite.png) left -80px no-repeat;
		padding-left: 35px; 
	} 
	.frmDefcon input[type="checkbox"]:checked + label span {
		background: url(../img/sprite.png) 0 -114px no-repeat;
	}

	.report-stats .columns {
		width:48.5%;
		margin:0 3% 30px 0;
		padding:30px 0 25px 0;
	}
	
	.report-stats .columns:nth-child(2) {
		margin-right:0!important;
		float:right!important;
	}
	.teams {
		width:100%;
	}
	.teams.bench {
		width:30%!important;
	}
	
	.page-heading {
		width:100%;
	}
	.page-heading.bench {
		width:60%;
	}
	
	.page-heading-2 {
		line-height:40px;
	}
	.show-tablet {
		display:block!important;
	}
	
	.hide-tablet {
		display:none!important;
	}
	.nav-team {
		height:auto!important;
	}
	.search {
		display:block;
		clear:both;
		width:100%;
		text-align:left;
		padding-top:5px;
	}
}


@media screen and (max-width:50em){
	.header {
		padding:0 20px;
	}
	.header nav {
		width:153px;
	}
	
	.header .logo {
		width:160px;
		margin-top:18px;
	}
	
	.defcon li .reveal-layer .item-wrapper {
		width:80%;
	}
	
	.defcon li .reveal-layer .item-wrapper .item, .defcon li .reveal-layer .item-wrapper .cbo {
		width: 100%;
		float: none;
		display:block;
		clear:both;
		padding:10px 0;
	}
	
	.defcon li .item {
		padding-top:40px!important;
		padding-bottom:10px!important;
		text-align:center;
	}
	.defcon li .cbo {
		padding:0px!important;
		text-align:center;
		position:relative;
		display:inline-block;
		width:125px!important;
		margin:0px auto;
		margin-bottom:40px;
	}
	.frmDefcon input[type="checkbox"] {
		position:relative;
		z-index:1;
	}
	.frmDefcon input[type="checkbox"] + label {
		margin:0;
		padding:0;
		position:relative;
		display:block;
	}
	.frmDefcon input[type="checkbox"] + label span {
		width: 100%;
		height: auto;
		background: none!important;
		display:block;
		padding:0 !important;
		text-align:center;
		line-height:36px;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
		position:relative;
		z-index:2;
		position:relative;
		margin:0!important;
	}
	
	.frmDefcon .cbo .bg {
		display:block;
		position:absolute;
		z-index:1;
		width:100%;
		height:100%;
		background:#000;
		opacity: 0.1;
		filter: alpha(opacity=10);
		top:0;
		left:0;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
	}
	.defcon li .item strong {
		font-size: 24px;
		line-height: 32px;
	}
	#add-project {
		max-width:380px;
		min-width:380px;
	}
	.team-member {
		width:100%;
		margin: 0 0 35px 0;
	}
	.teams {
		width:100%;
		float:none;
		display:block;
		text-align:center;
		clear:both;
		border:0;
		padding-left:0;
	}
	.teams h3 {
		display:block;
		clear:both;
	}
	.teams img, .teams .add {
		float:none;
		display:inline-block;
		vertical-align:top;
		margin-bottom:20px;
	}
	.page-heading.bench {
		width:100%;
		text-align:center!important;
	}
	.teams.bench {
		line-height:36px;
	}
	.page-heading.bench h2 {
		text-align:center!important;
	}
	.teams.bench {
		width:100%!important;
		text-align:center;
		margin:0;
	}
	.page-heading img {
		display:block;
		clear:both;
		margin:0px auto;
		float:none;
		margin-bottom:17px
	}
	.grid__item .admin-options {
		width:100%;
		padding-top:20px;
	}
	.norecords {
		padding:30px 0;
	}
}

@media screen and (max-width:40em){
	.header .user {
		width:75px;
		margin-left:3px;
	}
	.nav-team h2 {
		font-size:18px;
	}
	.defcon li .reveal-layer .item-wrapper {
		padding: 30px 0 30px 0;
	}
	.defcon li .item {
		padding-top:0px!important;
		padding-bottom:10px!important;
		text-align:center;
	}
	.defcon li .cbo {
		margin-bottom:0px;
	}
	
	.defcon li .item .date {
		display:block;
		clear:both;
		float:none;
		line-height:24px;
	}
	
	#add-project .levels h5 {
		line-height:30px!important;
	}
	
	#add-project .levels ul {
		display:block;
		clear:both;
		text-align:left;
	}
	#add-project {
		width:100%;
		padding:10px 20px 20px 20px;
		max-width:100%;
		min-width:100%;
	}
	.header .user .settings {
		left:-30px;
	}
	.team-slider .custom-back-arrow {
		left:-15px;
		background-position:center -507px;
	}
	
	.team-slider .custom-next-arrow {
		right:-15px;
	}
	
	.team-wrapper .grid {
		margin:0px auto;
	}
	
	.page-heading {
		text-align:center!important;
		padding-bottom:4px;
		font-size:22px;
		line-height:34px;
	}
	
	.page-heading a {
		display:inline-block;
		clear:both;
	}
	.report-stats .columns {
		width:100%;
		margin:0;
		margin-bottom:20px;
	}
	
	.notice-wrapper {
		padding:35px 0;
	}
	
	.notice {
		padding:120px 20px 0 20px;
		text-align:center;
	}
	
	.notice.email {
		background-image:url(../img/sprite.png);
		background-position:center -1237px;
	}
	.notice.alert {
		background-image:url(../img/sprite.png);
		background-position:center -1877px;
	}
	.notice .action-link {
		line-height:36px;
		font-size:18px;
		padding:0 25px;
	}
	.norecords a, .norecords h2 {
		font-size:18px;
		display:block!important;
		float:none;
		clear:both;
		margin:0px auto;
	}
	.norecords a {
		width:65%;
		margin-top:20px;
		line-height:36px;
	}
	#add-project, #add-task {
		width:100%;
		min-width:100%;
		max-width:100%;
	}
	#add-project ul {
		float:none;
		width:100%;
		display:block;
		clear:both;
		text-align:left;
	}
	
	.defcon .users {
		float:none;
		width:100%;
	}
	
	.defcon .levels {
		float:none;
		width:100%;
	}
	
	.levels span {
		width:35px;
		height:35px;
		line-height:35px;
		font-size:15px;
		border-radius: 4px 4px 4px 4px;
		-moz-border-radius: 4px 4px 4px 4px;
		-webkit-border-radius: 4px 4px 4px 4px;
		margin-bottom:5px;
	}
	.show-mobile {
		display:block!important;
	}
	.hide-mobile {
		display:none!important;
	}
	.nav-team {
		max-height:auto!important;
	}
	.search input[type=text] {
		border: solid 1px #242d31;
		color:#242d31;
		height:40px;
		line-height:40px;
		font-size:14px;
		padding-left:30px;
		background:url(../img/sprite.png) no-repeat 0 -648px #fff;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}
	.footable td {
		vertical-align:top;
		line-height:28px;
		text-align:left;
	}
}

@media screen and (max-width:30em){
	.header .logo {
		width:120px;
		margin-top:18px;
	}
	.header .user {
		width:48px;
		margin-left:0;
		margin-bottom:5px;
	}
	.header .action-link-2 {
		margin-right:17px;
		background-position:center -2471px;
		width:24px;
		height:24px;
		margin-top:31px;
	}
	.header .menu-trigger {
		color:#182023;
		font-size:35px;
		line-height:35px;
		margin-top:6px;
	}
	.levels li {
		padding-right:8px;
	}
	
	#addTask .levels li {
		padding-right:3px!important;
	}
	
	.levels a {
		width:35px!important;
		height:35px!important;
		line-height:35px!important;
	}
	
	.frmAdmin {
		width:100%;
	}
	.nav-team {
		/*max-height:340px;*/
	}
	.grid__item img.user-photo {
		border-radius: 50px;
		-moz-border-radius: 50px;
		-webkit-border-radius: 50px;
		height:100px!important;
		width:100px!important;
	}
	.team-wrapper .grid {
		margin:0px auto;
	}
	.grid__item .points {
		padding:0 20px;
		font-size:14px;
	}
	.grid__item .make-admin, .grid__item .edit-profile {
		display:block;
		clear:both;
		float:none;
		text-align:left;
		margin:0 0 14px 0;
		width:100%;
	}
	.page-heading-2 {
		font-size:28px;
	}
	
	input[type=submit].popup-submit {
		width:90%;
		font-size:13px;
	}
	#btnClone {
		font-size:10px;
	}
	
	/*
	.nav-team .slick-slide {
		width:25%!important;	
		padding-bottom:15px;
		border:solid 1px #000;
	
	}
	*/
}

@media screen and (max-width:20em){
	#add-task ul {
		float:none;
		width:100%;
		display:block;
		clear:both;
		text-align:left;
	}
}

.ui-sortable-placeholder {
	border:solid 1px #fff;
	margin:0!important;
}

/* 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: 80px;
	height: 80px;
	position: absolute;
	right: 20px;
	top: 20px;
	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: 20%;
	height: calc(100% / 5);
	min-height: 54px;
}

.overlay ul li a {
	font-weight: 300;
	display: block;
	color: #fff;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
	text-decoration:none;
}

.overlay ul li a:hover,
.overlay ul li a:focus {
	color: #e3fcb1;
}

/* 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: 38em) {
	.overlay nav {
		font-size: 20px;
		line-height:20px;
		font-size: 20px;
		top:40%;
	}
	
	.overlay nav a {
		font-size:14px;
		line-height:20px;
	}
	
	.overlay .overlay-close {
		width: 40px;
		height: 40px;
	}



@-webkit-keyframes fooicon-spin-r {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@keyframes fooicon-spin-r {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}