html, body { height:100%}

.nav { }
.ui-dform-a { color:#333}

.panel-default > .panel-heading { }

.row { margin:0; margin-left:0!important; position:relative}

.ui-dform-div form { padding:0}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #eee;
    border-color: #DDDDDD #DDDDDD rgba(0, 0, 0, 0);
    border-image: none;
    border-style: solid;
    border-width: 0px;
    color: #555555;
    cursor: default;
}

.nav-tabs > li > a {
	border: 0px solid rgba(0, 0, 0, 0);
    border-radius: 0px 0px 0 0;
    line-height: 1.42857;
    margin-right: 2px;
}

.btn-remove {
	display:none;
    position: absolute;
    right: 10px;
    top: 10px;
	z-index:9;
}

.panel-block, .panel-add  { margin:0px 10px 20px!important; padding:20px 0; background:#f7f7f7;}

.login-form { border:0px!important}


/*SKILL*/
.row-skills {
    width: 500px;
    margin:0 auto;
    border-bottom: 1px solid #fff;
}
.col-skills {
    width: 200px;
    float: left;
}

.glyphicon-refresh { background:url(../images/refresh-icon.png) no-repeat !important; content:none!important; width:15px!important; height:15px}
.glyphicon-refresh:before {content:none!important;}
.glyphicon-remove-circle { background:url(../images/close-icon.png) no-repeat !important; content:none!important; width:15px!important; height:15px}
.glyphicon-remove-circle:before {content:none!important;}
.glyphicon-remove{ background:url(../images/close-icon2.png) no-repeat !important; content:none!important; width:15px!important; height:15px}
.glyphicon-remove:before{content:none!important;}
.glyphicon-ok { background:url(../images/check-icon.png) no-repeat !important; content:none!important; width:15px!important; height:15px}
.glyphicon-ok:before {content:none!important;}



#container { padding-bottom:90px; }