/* Column Full sidebar none
----------------------------*/
.column_switch .col1 {
    width: 100%;
}

.column_switch .col2 {
    display: none;
}


/* Header
----------------------------------*/
.header {
    height: 60px;
    background-color: [header_bg];
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}

.comment-editor .header,
.facebox .header {
    height: auto;
    background: inherit !important;
    position: static;
}

.logo {
    float: left;
    margin-top: [logo_top];
}

/* Top Search */
.search-wrap {
    float: left;
    width: 400px;
    margin: 0 0 0 50px;
}

.search-wrap .select2-container {
    margin: 0;
}

.search-wrap .select2-container--default .select2-selection--multiple {
    border: none;
}

.search-wrap .select2-container .select2-selection--single {
    font-size: 14px;
    line-height: normal;
    font-weight: 400;
    color: #004e75;
    padding: 0 11px;
    margin: 0;
    height: 32px;
    background: #fff;
    border: none;
}

.search-wrap .select2-container--default .select2-selection--single .select2-selection__arrow b {
    top: 38%;
}

.top-nav {
    font-size: 0;
    letter-spacing: 0;
    text-align: left;
    display: inline-block;
    vertical-align: top;
    float: right;
}

.top-nav li {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    position: relative;
}

.top-nav li>a>span.nn {
    height: 14px;
    line-height: 13px;
    right: 20px;
    top: 6px;
    width: 14px;
}

/*.top-nav > li:last-child {
	margin-right:40px;
}*/
.top-nav li>a {
    font-size: 14px;
    font-weight: 700;
    line-height: 60px;
    color: [nav_text_color];
    padding: 0 24px;
    display: block;
    text-transform: none;
}

.top-nav li>a.current {
    color: [nav_act_color];
}

.top-nav li>a.active {
    color: #fff;
}

/*.top-nav li:first-child > a {
	padding-left:0;
}*/
.top-nav li a.sub-menu {
    background: url([top_nav_arrow_png]) 82% 30px no-repeat;
    padding-right: 30px;
}

.top-nav li a.active.sub-menu,
.top-nav li a.current.sub-menu {
    background-position: 82% -137px;
}

/* Child Dropdown */
.top-nav li.child a.active {
    background-color: [dropdown_act_bg];
}

/*.top-nav li:first-child > a.active {
	padding-left:24px;
}*/
.top-nav li.child div {
    position: absolute;
    left: 0;
    top: 60px;
    width: 272px;
    z-index: 99;
    background-color: [dropdown_act_bg];
    display: none;
}

.top-nav li.child .scroll {
    max-height: 283px;
    overflow: hidden;
    margin-right: 2px;
}

.top-nav li.child .scroll:hover {
    overflow: auto;
}

.top-nav li.child ul {
    text-align: left;
    background-color: [dropdown_act_bg];
}

.top-nav li.child ul li {
    border-top: 1px solid [dropdown_li_bordcolor_top];
    border-bottom: 1px solid [dropdown_li_bordcolor_bottom];
    display: block;
}

.top-nav li.child .scroll li:first-child {
    border-top: none;
}

.top-nav li.child ul li a {
    font-size: 17px;
    color: [dropdown_link_color];
    font-weight: 600;
    line-height: normal;
    padding: 11px 22px;
    text-transform: none;
}

.top-nav li.child ul li a:hover {
    background-color: [dropdown_child_hover];
}

.top-nav li.child ul li a span {
    font-size: 13px;
    color: [owner_color];
    font-style: italic;
    font-weight: 300;
    line-height: normal;
    display: block;
}

.top-nav li.child ul.group-create {
    font-size: 0;
    letter-spacing: 0;
}

.top-nav li.child ul.group-create li.create {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    border-top: 1px solid #0a0a0a;
    border-right: 1px solid #0a0a0a;
}

.top-nav li.child ul.group-create li.create:last-child {
    border-right: none;
}

.top-nav li.child ul.group-create li.create a {
    font-size: 15px;
}

.top-nav li.child ul.group-create li.create a small {
    display: block;
    font-size: 17px;
    line-height: 14px;
}

.top-nav li.child ul.group-create li.create a:hover {
    background-color: [dropdown_create_bg_hover];
}

.top-nav li.child ul li.create a {
    color: #9ed4f1;
    text-transform: none;
}

.top-nav li.child ul li.create a i {
    margin-right: 16px;
}

.top-nav li.child ul.group-create li.create a i {
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
    margin-top: 4px;
}

.top-nav li.child ul li.create {
    border: none;
    border-bottom: 1px solid #00263b;
}

.top-nav li.child ul li.create a {
    font-weight: 600;
    color: #fff;
    padding-top: 8px;
    padding-bottom: 12px;
    background-color: [dropdown_create_bg];
}

.top-nav li.media-none {
    display: none !important;
}

.top-right {
    line-height: normal;
    float: right;
    margin-top: 12px;
}

.top-right ul {
    font-size: 0;
    letter-spacing: 0;
}

.top-right ul li {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 20px;
    position: relative;
}

.top-right ul li.icon {
    font-size: 18px;
    color: #fff;
}

.top-right ul li.user {
    font-size: 12px;
    color: #fff;
    font-weight: 400;
    line-height: 20px;
}

.top-right ul li.user a {
    color: inherit;
}

.top-right ul li.user a i {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 4px;
}

.top-right ul li.user a>img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 2px;
    width: 38px;
}

.top-right ul li a {
    color: inherit;
}

.top-right ul li.sidebar-slide {
    display: none;
}

/* Dropdown */
.top-right ul li.user .more_box {
    top: 48px;
    min-width: 115px;
}

.top-right ul li.user .dropdown {
    padding: 0 !important;
}

.top-right ul li.user .dropdown li {
    border-bottom: 1px solid [main_bordcolor] !important;
}

.top-right ul li.user .dropdown li:last-child {
    border: none !important;
}

.top-right ul li.user .dropdown li a {
    font-size: 13px !important;
    line-height: 32px !important;
    padding: 0 10px !important;
}

.top-right ul li.user .dropdown li a i {
    top: -1px;
}

.top-nav li.child.projects ul li a {
    text-transform: none;
}

.top-nav li.child.projects ul:first-child>li a small {
    font-size: 13px;
    color: rgba(255, 255, 255, .9);
    font-style: italic;
    font-weight: 300;
    line-height: normal;
    text-indent: 2px;
    display: inline-block;
}

.top-nav li.child.projects ul li a span {
    text-transform: none;
}

.top-nav li.child ul li a span.nn {
    color: #fff;
    display: inline-block;
    font-style: normal;
    left: -5px;
    position: relative;
    right: 0;
    top: -5px;
    vertical-align: top;
    font-size: 11px;
    line-height: 19px;
    width: 20px;
    height: 20px;
}

.top-right ul li.user .dropdown li a.highlight {
    background-color: #232526 !important;
    color: #fff !important;
}


/* Top Nav */

.top-nav-link {
    font-size: 0;
    letter-spacing: 0;
    text-align: right;
}

.top-nav-link li {
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin-right: 20px;
}

.top-nav-link li a {
    font-size: 13px;
    color: #d1d1d1;
    line-height: 60px;
    font-weight: 400;
    padding: 0 10px;
    display: block;
}


/* Sub Header */

.sub-header {
    background-color: [sub_header_bg];
    border-bottom: 1px solid [sub_header_bordcolor_bottom];
    height: 41px;
    position: fixed;
    left: 0;
    right: 0;
    top: 60px;
    z-index: 99;
}

.sub-header-right {
    font-size: 0;
    letter-spacing: 0;
    float: right;
    margin: 17px 28px 0 0;
    position: relative;
}

.sub-header-right .search {
    width: 261px;
    height: auto;
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.sub-header-right .select2-container .select2-selection--single {
    font-size: 14px;
    line-height: normal;
    font-weight: 400;
    color: #004e75;
    padding: 0 11px;
    margin: 0;
    height: 28px;
    background: #fff;
    border: 1px solid [main_bordcolor];
}

.sub-header-right .select2-container--default .select2-selection--single .select2-selection__arrow b {
    top: 36%;
}


/*.sub-header-right .search input[type='button'] {
	font-size:26px;
	text-indent:-100000px;
	width:26px;
	height:26px;
	padding:0;
	border:none;
	margin:0;
	background:url([search_button_png]) 50% 50% no-repeat;
	position:absolute;
	top:0;
	right:0;
	z-index:1;
}*/

.more-plus-icon {
    font-size: 0;
    text-indent: -100000px;
    width: 28px;
    height: 28px;
    margin: 0;
    display: inline-block;
    vertical-align: top;
    position: relative;
    background: url([more_plus_icon]) 0 0 no-repeat;
}


/*.more-plus-icon.active:after {
	content:"";
	display:block;
	width:28px;
	height:5px;
	position:absolute;
	bottom:-5px;
	left:0;
	right:0;
	background-color:#2f343d;
}*/

.more-plus-box {
    top: 28px;
    width: 323px;
    background-color: #f7f7f7;
    border: 1px solid #2f343d;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .2);
}


/*.more-plus-box:after, .more-plus-box:before {
	bottom: 100%;
	left: 97%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.more-plus-box:after {
	border-color: rgba(247, 247, 247, 0);
	border-bottom-color: #f7f7f7;
	border-width: 7px;
	margin-left: -7px;
}
.more-plus-box:before {
	border-color: rgba(205, 205, 205, 0);
	border-bottom-color: #cdcdcd;
	border-width: 8px;
	margin-left: -8px;
}*/

.more-plus-box p {
    font-size: 13px;
    color: #2e2e2e;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 35px;
    text-align: center;
    margin: 0;
}

.more-plus-box ul {
    font-size: 0;
    letter-spacing: 0;
}

.more-plus-box ul li {
    display: inline-block;
    vertical-align: middle;
    width: 33.33%;
    height: 101px;
    border-right: 1px solid #dadada;
    border-top: 1px solid #dadada;
}

.more-plus-box ul li a {
    font-size: 13px;
    color: #2e2e2e;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    display: block;
    height: 100px;
    padding-top: 60px;
    position: relative;
}

.more-plus-box ul li a:hover {
    background-color: #efefef;
}

.more-plus-box ul li:nth-child(3),
.more-plus-box ul li:nth-child(6) {
    border-right: none;
}

.more-plus-box ul li a:after {
    content: "";
    display: block;
    width: 100%;
    height: 30px;
    position: absolute;
    top: 27px;
    margin: 0 auto;
}

.more-plus-box ul li a.discussions:after {
    background: url([task_icons]) 50% 0 no-repeat;
}

.more-plus-box ul li a.tasks:after {
    background: url([task_icons]) 50% -43px no-repeat;
}

.more-plus-box ul li a.issues:after {
    background: url([task_icons]) 50% -88px no-repeat;
}

.more-plus-box ul li a.tickets:after {
    background: url([task_icons]) 50% -132px no-repeat;
}

.more-plus-box ul li a.todo:after {
    background: url([task_icons]) 50% -175px no-repeat;
}

.more-plus-box ul li a.settings:after {
    background: url([task_icons]) 50% -216px no-repeat;
}


/* Notification */

.message_box {
    background-color: #f7f7f7;
    border: 3px solid #e6e6e6;
    border-top: none;
    padding: 0 9px 30px;
    width: 336px;
    position: absolute;
    top: 42px;
    right: -39px;
    z-index: 999;
    /*-webkit-border-top-left-radius:8px;
	   -moz-border-top-left-radius:8px;
	        border-top-left-radius:8px;
	-webkit-border-bottom-left-radius:8px;
	   -moz-border-bottom-left-radius:8px;
	        border-bottom-left-radius:8px;
	-webkit-border-bottom-right-radius:8px;
	   -moz-border-bottom-right-radius:8px;
	        border-bottom-right-radius:8px;*/
    display: none;
}

.message_box:after {
    bottom: 100%;
    right: 35px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(66, 66, 66, 0);
    border-bottom-color: #424242;
    border-width: 8px;
    margin-left: -8px;
}

div.see {
    margin: 0 -12px;
    overflow: hidden;
    display: block;
    background-color: #424242;
    padding: 0 10px;
    text-align: left;
    font-size: 20px;
    line-height: 44px;
    color: #f7f7f7;
    font-weight: 400;
    /*-webkit-border-top-left-radius:8px;
	   -moz-border-top-left-radius:8px;
	        border-top-left-radius:8px;*/
}

div.see a {
    font-size: 15px !important;
    line-height: 30px;
    color: #424242 !important;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    background: #e6e6e6;
    width: auto;
    height: auto;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    /*-webkit-border-bottom-left-radius:5px;
	     -moz-border-bottom-left-radius:5px;
	          border-bottom-left-radius:5px;
	 -webkit-border-bottom-right-radius:5px;
	    -moz-border-bottom-right-radius:5px;
	         border-bottom-right-radius:5px;*/
}

div.see a:hover {
    color: #000;
}

div.see h5 {
    font-size: 13px;
    color: #f9e1ff;
    padding-left: 20px;
    margin: 0;
}

div.notList {
    text-align: left;
    overflow: hidden;
    margin: 0 -10px 0;
    padding: 14px;
    position: relative;
    border-bottom: 1px solid #e6e6e6;
}

div.notList a {
    padding-left: 0;
}

.chatActive {
    background-color: #eef3f9 !important;
    border-color: #afc8e5 !important;
}

div.notList img {
    float: left;
    width: 40px;
    height: 40px;
}

div.notList p a {
    font-size: 13px;
    line-height: normal;
    color: #29a5c5;
    display: inline-block;
    padding: 0;
    margin: 0;
    text-transform: none;
}

div.notList p a:hover {
    color: inherit;
}

div.notList p {
    font-size: 13px;
    line-height: normal;
    color: #545454;
    font-weight: 300;
    margin-top: -4px;
    margin-bottom: 0;
    margin-left: 50px;
}

span.nn {
    font-size: 11px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    line-height: 19px;
    display: block;
    position: absolute;
    right: -12px;
    top: -9px;
    padding: 0;
    width: 20px;
    height: 20px;
    background-color: #ff2b08;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.message_box .noinfo {
    color: inherit;
    font-size: 13px;
    font-style: italic;
}

.top-right ul li.icon {
    font-size: 0;
    text-indent: -100000px;
    margin-top: 1px;
    margin-left: 0;
}

.top-right ul li.icon a {
    display: block;
    width: 20px;
    height: 20px;
    margin-top: 8px;
    background: url(../images/common/progress-icon.png) no-repeat 0 0;
}

.top-right ul li.calendar a {
    font-size: 16px;
    margin-top: 6px;
    display: block;
    color: [nav_act_color];
}