
.container {
    text-align: center;
    /*background-color: #eee;*/
}
.box {
    width: 50%;
    display: inline-block;
    vertical-align: middle;

}

.box-wide {
    width: 70%;
    display: inline-block;
    vertical-align: middle;

}

.box-verywide {
    width: 95%;
    display: inline-block;
    vertical-align: middle;

}

.box-100 {
    width: 99%;
    display: inline-block;
    vertical-align: middle;

}
.content{
	padding: 15px 0px;
	font-size: 1.2em;
}

.emptyspace290{
	/*height: 320px;*/
	height: 200px;
	display: none;
}

.rtl{
    direction: rtl;
}
.ltr{
    direction: ltr;
}

.right-text{
     text-align: right; 
}
.left-text{
     text-align: left; 
}
.center-text{
    text-align: center;
}

.float-left{
    float: left;
}
.float-right{
    float: right;
}

.clear{
    clear: both;
}


.lightbox{
    background-color: rgba(0, 0, 0, 0.5);
    position:fixed;
    left:0px;
    width:100%;
    height:100%;
    z-index: 10;
    top: 0px;
    display:none;

    text-align:center;
}

.lb-form{
    width:100%;
    background-color: #FFF;
    min-width: 400px;

    max-height: 480px;
}

.lb-form-scroll-y{
    overflow-y: auto;
    overflow-x: hidden;
}

.form-warp {
    padding: 12px;
    text-align: center;
}

.myskill-header{
    border-right: 5px solid #2980B9;
    padding-right: 5px;
}

.myskill-subheader {
    padding-right: 5px;
    border: 1px solid #DEDEDE;
    border-right: 5px solid #27AE60;
}

.hide-this{
    display: none;
}

/*----------------------*/
.alertbox{
padding: 8px;
}
.blue-alertbox{
background-color: #2980B9;
border-right: 6px solid #333;
color: #EEE;
}