.bold {

    font-weight: bold;

}



.green {

    color: #4cae4c;

}



.well {

    margin: auto;

    width: 75%;

}



.full {

    width: 100%;

}



.row {

    margin: 5px;

}



.alert {

    margin-top: 5px;

}



.no-margin {

    margin: 0px;

}



.centered {

    text-align: center;

}



.left {

    text-align: left;

}



.right {

    text-align: right;

}



div.modal-body > input {

    margin-top: 5px;

    margin-bottom: 5px;

}



#div-loading {

    background:#000 url(/csxlex/images/ajax-loader.gif) no-repeat center center;

    position: fixed;

    z-index: 1000;

    left: 50%;

    top: 50%;

    margin: -25px 0 0 -25px;

}



body {

    padding-top: 70px;

}



.sceditor-button {

    width: auto;

    height: auto;

}