html, body{
    height:100%;
}
#sitemap{
    position: absolute;
top: 50px;
padding-top: 20px;
bottom: 0;
    /*border-right: 1px solid #dddddd;*/
    width:300px; overflow:auto;
    float:left;
}
#csct_content{
    margin-left: 310px;
    overflow: auto;
}
#nav_form_ctrl{
    height: 40px;
}
#nav_form_ctrl.stuck {
	position:fixed;
	top:0;
	left:270px;
	width:100%;
    min-height: 52px;
    z-index: 9999;
padding: 10px;
background-color: #fafafa;
    border-bottom: 1px solid #dbdbdb;
}

td.dragHandle {
    
}

td.showDragHandle {
	background-image: url(/img/parcom/updown2.gif);
	background-repeat: no-repeat;
	background-position: center center;
	cursor: move;
}
.ajax_loader {background: url("/img/parcom/spinner_squares_circle.gif") no-repeat center center transparent;width:100%;height:100%;}

#stmpl_area{
    height: 400px;
    overflow: auto;
    background-color: #f8f9fd;
	border: 1px solid #d8dde1;
}

.portlet{
    background-color: #f0f1f5;
	border: 1px solid #d8dde1;
	padding: 3px;
    min-height: 20px;
}

.portlet_cntnr{
    background: #E9D4D4;
	border: 1px solid #D2A7A7;
	padding: 3px;
    min-height: 20px;
}

.data_div{
    border: 1px dashed #d8dde1;
    padding: 5px;
}

#loader {
  position:fixed; display:none;
  top:0; right:0;
  height:60px; width:200px;
  z-index: 99999;
}
#loader span {
  display:block; position:absolute; right:4px; top:4px;
  color:#333333; 
background-color: #f2dede;
border-color: #eed3d7;
  padding:5px 10px;
  -webkit-border-radius: 5px; -moz-border-radius: 5px;
  border-radius: 5px; cursor:default;
}
.sm_sticky-wrapper{
width: 271px;
float: left;
}
.sm_stuck{
position: fixed !important;
top: 0 !important;
}
.headItem{
    cursor: hand;
    cursor: pointer;
    position: relative;
    padding: 5px 3px;
}
.delHeadItem{
    position: absolute;
    right: 10px;
}
.cke_contents{
    min-height: 480px;
}
.ml{
    width: 18px;
    height: 18px;
    background: url(/img/parcom/ml_arrow.png);
}
.ml:hover{
    background-position: 0 -18px;
}
.lcSwitch{
    color: #0088cc;
    cursor: hand;
    cursor: pointer;
    border-bottom: 1px dotted #0088cc;
}
.lcol_tbl{
    padding-left: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #ccc;
    padding-bottom:7px;
}
.procHeadItem{
    float: right;
}
.form-control{
    max-width:90%;
}
.card-container.card {
    width: 350px;
    padding: 40px 40px;
}
.card-container.card .form-control{
    width:100%;
    max-width:100%;
}
.card {
    background-color: #fff;
    /* just in case there no content*/
    padding: 20px 25px 30px;
    margin: 0 auto 25px;
    margin-top: 50px;
    /* shadows and rounded borders */
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.profile-img-card {
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.profile-name-card {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 10px 0 0;
    min-height: 1em;
}

.reauth-email {
    display: block;
    color: #404040;
    line-height: 2;
    margin-bottom: 10px;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin #inputEmail,
.form-signin #inputPassword {
    direction: ltr;
    height: 44px;
    font-size: 16px;
}

.form-signin input[type=email],
.form-signin input[type=password],
.form-signin input[type=text],
.form-signin button {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin .form-control:focus {
    border-color: #0685FF;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px #0066CC;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px #0066CC;
}

.btn-signin {
    /*background-color: #4d90fe; */
    background-color: #0066CC;
    /* background-color: linear-gradient(rgb(104, 145, 162), rgb(12, 97, 33));*/
    padding: 0px;
    font-weight: 700;
    font-size: 14px;
    height: 36px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none;
    -o-transition: all 0.218s;
    -moz-transition: all 0.218s;
    -webkit-transition: all 0.218s;
    transition: all 0.218s;
}

.btn-signin:hover,
.btn-signin:active,
.btn-signin:focus {
    background-color: #0685FF;
}
#lp_panel{
    position: absolute;
    width: 440px;
    top: 0;
    right: 0;
    z-index:99999;
    background-color: #fff;
}
#lp_layout{
    height: 100%;
    margin-right: 450px;
    background-color: #F5F5F5;
}
#csctlp_content{
    height: 100%;
}
#lp_wrap_block{
    border: 1px dashed #bbb;
}
.hdn{
    display:none;
}
.lpblocks{
    border: 1px dashed #ccc;
}
.hidf{
    display: none;
}
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}