/* `XHTML, HTML4, HTML5 Reset
----------------------------------------------------------------------------------------------------*/

* {
    padding: 0;
    margin: 0;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
meter,
nav,
object,
ol,
output,
pre,
progress,
q,
rp,
rt,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
var,
video,
xmp {
    border: 0;
    outline: none;
    padding: 0;
}

html,
body {
    height: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    /*
  Override the default (display: inline) for
  browsers that do not recognize HTML5 tags.

  IE8 (and lower) requires a shiv:
  http://ejohn.org/blog/html5-shiv
*/
    display: block;
}

b,
strong {
    /*
  Makes browsers agree.
  IE + Opera = font-weight: bold.
  Gecko + WebKit = font-weight: bolder.
*/
}

img {
    color: transparent;
    font-size: 0;
    vertical-align: middle;
    height: auto;
    max-width: 100%;
    /*
  For IE.
  http://css-tricks.com/ie-fix-bicubic-scaling-for-images
*/
    -ms-interpolation-mode: bicubic;
}

ol,
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

li {
    /*
  For IE6 + IE7:

  "display: list-item" keeps bullets from
  disappearing if hasLayout is triggered.
*/
    display: list-item;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 12px;
}

th,
td,
caption {
    font-weight: normal;
    vertical-align: top;
}

q {
    quotes: none;
}

q:before,
q:after {
    content: '';
    content: none;
}

sub,
sup,
small {
    /*font-size: 75%;*/
}

sub,
sup {
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

svg {
    /*
  For IE9. Without, occasionally draws shapes
  outside the boundaries of <svg> rectangle.
*/
    overflow: hidden;
}


/* start commented backslash hack \*/

* html .clearfix {
    height: 1%;
}


/* close commented backslash hack */

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

* html .clearfix {
    zoom: 1;
}


/* IE6 */

*:first-child+html .clearfix {
    zoom: 1;
}


/* IE7 */


/* apply a natural box layout model to all form elements */

input,
input:before,
input:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

input[type='button'],
input[type='button']:before,
input[type='button']:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

select,
select:before,
select:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

textarea,
textarea:before,
textarea:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: auto;
    resize: none;
}

:focus {
    outline-color: transparent;
    outline-style: none;
}

input[type='button'] {
    cursor: pointer;
}

/* --------------------------------------
Common css style for all theme 
----------------------------------------*/

.dropdown li .fa-icon {
    float: left;
    color: #ccc;
    margin-left: -13px;
}
.more_box {
	z-index:999!important;
}
.suggest {
    top: 7px;
    z-index: 30;
    text-align: left
}
.suggest>.dropdown-automenu {
    margin-top: 15px;
    position: absolute;
    padding: 0;
}
.suggest>.dropdown-automenu>li {
    border-bottom: 1px solid #eee;
}
.suggest>.dropdown-automenu>li>a {
    padding: 5px 7px;
    cursor: default;
    font-size: 12px;
    line-height: 22px;
    overflow: hidden;
}
.suggest>.dropdown-automenu>li>a>img {
    margin: 1px 5px 0 0;
}
.suggest>.dropdown-automenu>li>a:hover *,
.suggest>.dropdown-automenu>li.active>a * {
    color: inherit!important
}
.suggest>.dropdown-automenu>li:last-child {
    border-bottom: 0
}
.dropdownau {
    display: none;
}
.open {
    display: block;
}
.dropdown-automenu li {
    list-style-type: none;
}
.dropdownau {
    position: relative;
}
.dropdown-automenu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-automenu.pull-right {
    right: 0;
    left: auto;
}
.dropdown-automenu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.dropdown-automenu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
.dropdown-automenu>li>a:hover,
.dropdown-automenu>li>a:focus {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}
.dropdown-automenu>.active>a,
.dropdown-automenu>.active>a:hover,
.dropdown-automenu>.active>a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #428bca;
    outline: 0;
}
.dropdown-automenu>.disabled>a,
.dropdown-automenu>.disabled>a:hover,
.dropdown-automenu>.disabled>a:focus {
    color: #777;
}
.dropdown-automenu>.disabled>a:hover,
.dropdown-automenu>.disabled>a:focus {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
}
.open>.dropdown-automenu {
    display: block;
}

/* Success page design */

.success_wrap {
    font-size: 20px;
    color: #323130;
    text-align: center;
    line-height: 30px;
    font-weight: 400;
    max-width: 540px;
    border: rgba(0, 0, 0, .1) solid 2px;
    margin: 30px auto;
    padding: 35px;
}

.success_wrap span {
    font-size: 22px;
    font-weight: 600;
}

.success_wrap .success_img {
    font-size: 37px;
    color: #323130;
    line-height: 31px;
    font-weight: 400;
    width: 202px;
    height: 34px;
    padding: 0 15px 0 47px;
    margin: -53px auto 30px;
    background: [body_bg] url(../images/common/success_img.png) 7px 0 no-repeat;
}

.login_t_c {
    font-size: 17px;
    color: #323130;
    text-align: center;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: 3px;
}

.rplymore_opt {
    font-size: 10px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    color: #8b9493;
}


/* Style 09-02-17 */

.sublvl_1 {
    margin-left: 40px !important;
}

.sublvl_2 {
    margin-left: 80px !important;
}

.sublvl_3 {
    margin-left: 120px !important;
}

.sublvl_4 {
    margin-left: 160px !important;
}

.sublvl_5 {
    margin-left: 200px !important;
}

.sortable_block {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    margin-bottom: 10px;
    padding: 5px 5px 5px 30px;
    position: relative;
    vertical-align: top;
    width: 39%;
}

.sortable_block input {
    border: 1px solid #e5e5e5;
    margin: 0;
}

.sortable_block.f_row_col3 input {
    width: 195px;
}

.sortable_block.f_row_col3 input.color {
    width: 78px;
}

.sortable_block_move {
    background: #e1e1e1 url(../images/common/sort_icon.png) no-repeat scroll 50% 50%;
    cursor: move;
    height: 46px;
    left: 0px;
    position: absolute;
    top: 0;
    width: 24px;
    z-index: 9;
}
.border-class {
    border: 1px solid #f21611 !important;
}

.limited_comments_controls {
    background-color: #fff;
    border: 1px solid [main_bordcolor];
    padding: 8px 12px;
    color: #888;
    font-size: 14px;
    cursor: text;
    line-height: 25px;
    /* border-radius: 3px; */
    /* max-width: 400px; */
}
.text-link {
    display: inline-block;
    vertical-align: top;
}

.text-link a {
    display: block;
    line-height: 30px;
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    padding: 0 10px;
}

.attach {
    color: [anchor]!important;
    cursor: pointer;
}

/* Launch Pad Page
------------------------------------------------*/

.launch_pad .default_body_wrap {
    padding: 0;
    min-height: inherit;
}

.launch_pad .header,
.launch_pad .sub-header,
.launch_pad .footer,
.launch_pad .chat-module {
    display: none;
}

.launch_pad .top-right {
    margin: 46px;
}

.launch_pad .top-right ul li.user {
    color: [anchor];
    font-size: 14px;
}

.launch_pad_logoes {
    font-size: 0;
    letter-spacing: 0;
    text-align: center;
    clear: both;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -68px;
}

.launch_pad_logoes li {
    font-size: 13px;
    color: #191819;
    font-weight: 400;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    background-color: #f7f7f7;
    border: 1px solid #d4dce1;
    width: 260px;
    height: 135px;
    padding: 28px 15px 0;
    margin: 0 21px 21px 0;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.launch_pad_logoes li img {
    display: block;
    margin: 0 auto 10px;
}

.launch_pad_logoes li a {
    color: #191819;
}

.launch_pad_logoes li span.nn {
    right: 30px;
    top: -15px;
    border: 3px solid #fff;
    width: 30px;
    height: 30px;
    line-height: 25px;
    font-size: 13px;
}

.custom-checkbox {
    font-size: 14px;
    color: #0076d4;
    font-style: italic;
    font-weight: 300;
    position: relative;
}

.custom-checkbox input {
    opacity: 0;
    position: absolute;
    left: -1000000px;
}

.custom-checkbox .fa-check-square-o {
    color: #209900;
}

.project_report {
    margin-bottom: 20px;
}
/* Challange */

.user_right p.challange {
    font-size: 16px;
    line-height: normal;
    font-weight: [font_weight_light];
    color: #000;
    background: none;
    padding: 0;
    margin: 0 18px 5px 0;
}

.user_right p.challange.id {
    float: left;
    margin-right: 40px;
}

.user_right p.challange a {
    color: inherit;
}

h5.qa_user {
    color: #8c8b8b;
    font-style: italic;
    font-size: 13px;
}

h5.qa_user a {
    color: #8c8b8b;
}

/* RT CC Style */

.rt-reply-cc {
    border-bottom: 1px solid #c9c9c9;
    padding: 0 0 10px;
    margin-bottom: 10px;
    margin-top: -8px;
}

.rt-reply-cc li {
    font-size: 14px;
    margin-bottom: 1px;
    overflow: hidden;
}

.rt-reply-cc li span {
    display: block;
    float: left;
    text-align: left;
    width: auto;
    font-weight: 600;
    margin-right: 4px;
}

.qa_uldrop {
    float: right;
}

.dptask {
    font-size: 7px !important;
    border: none;
    vertical-align: middle;
    box-shadow: 1px 1px 1px #171717;
}
option {
	padding:3px 10px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) { 
div.mce-edit-area {
	border-right-width: 1px!important;
}
}
.silde_count_drop {
	text-align:left;
	padding:0;
	position:absolute;
	top:-20px;
	left:-20px;
	z-index:99;
}
.silde_count_drop> a.int {
	font-size:16px;
	color:#fff;
	font-weight:300;
	line-height:43px;
	text-align:center;
	height:55px;
	width:29px;
	display:block;
    background:url(../images/common/ribbon.png) no-repeat 0 0;
}
.silde_count_drop .more_box {
	left:29px;
	right: inherit;
	top: 0;
	width: 250px;
	word-break: break-all;
}
.silde_count_drop .more_box .dropdown {
	padding-left:29px;
}
.silde_count_drop .more_box .dropdown li {
	padding:2px 0!important;
}

.silde_count_drop .more_box .dropdown li a {
	white-space: normal!important;
}
.silde_count_drop .more_box .dropdown li a i {
	margin-left: -18px;
	float: left;
	margin-right: 0;
	margin-top: 3px;
}
.silde_count_drop select {
	padding: 0 20px 0 10px;
	margin: 0;
	width: auto;
	min-width:50px;
	border:none;
	background:#ececec url(../images/common/nmd-arrow.png) 90% 50% no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.popup_wrap.popup_wrap_width.slide_popup .upPic {
	overflow:visible;
}
/* Breadcrumb */
.breadcrumb {
    font-size: 0;
    letter-spacing: 0;
    text-align:left;
    margin-bottom: 10px;
    margin-top: -10px;
}
.breadcrumb> li {
    font-size: 13px;
    font-weight: 300;
    color: #157ed2;
    text-transform: none;
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.breadcrumb> li:after {
    content: ">";
    float: right;
    color: #362d20;
    width: 26px;
    text-align: center;
    line-height: 23px;
}
.breadcrumb> li:last-child:after {
    display: none;
}
.breadcrumb> li a {
    color: #362d20;
}
.breadcrumb.folder_breadcrumb {
    margin: 10px 0 -20px;
}
.breadcrumb li a span {
    position: relative;
}
.breadcrumb li a span:after {
    font-family: 'FontAwesome';
    content: "\f107";
    font-size: 14px;
    color: #606060;
    /*float: right;*/
    margin-left: 5px;
}
.breadcrumb li .more_box {
    top: 31px;
    left: 0;
    right: inherit;
}
.breadcrumb li .more_box .dropdown li.highlight {
    margin: 0 -18px -13px !important;
    background: #4d4f54;
	padding-bottom:0 !important;
}
.breadcrumb li .more_box .dropdown li.highlight a {
    color: #fff !important;
    padding: 5px 12px !important;
    font-weight: 600 !important;
}
.sub_links li.qsearch {
    font-size: 13px;
    line-height: 14px;
    font-weight: 400;
    padding: 0 20px;
    color: #575555;
	width:280px;
}
.sub_links li.qsearch .select2-container--default .select2-search--inline .select2-search__field {
	width:100% !important;
}
.sub_links li.qsearch .select2-container {
	margin-top:-6px;
}