@import "//cdn.jsdelivr.net/fontawesome/4.1.0/css/font-awesome.min.css";

/* General indentation & positioning classes */

.rteindent1 {
    margin-left: 40px;
}
.rteindent2 {
    margin-left: 80px;
}
.rteindent3 {
    margin-left: 120px;
}
.rteindent4 {
    margin-left: 160px;
}
.rteleft {
    text-align: left;
}
.rteright {
    text-align: right;
}
.rtecenter {
    text-align: center;
}
.rtejustify {
    text-align: justify;
}
.ibimage_left {
    float: left;
}
.ibimage_right {
    float: right;
}

.cke p, .cke ul, .cke dl, .cke ol {
    font-size: 14px;
    line-height: 22px;
    color: #333333;
}

.attachmentbox {
    padding: 0;
    margin: 0 0 10px 0;
    border-radius: 0;
    border: 0;
    box-shadow: 0;
}
.attachmentbox-content {
    padding: 10px;
    box-shadow: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
}
.attachmentbox-content h3{
    font-weight: bold;
    font-size: 18px;
    margin: 0 0 10px 0;
}
.attachmentbox-content h3{
    font-weight: bold;
    font-size: 18px;
    margin: 0 0 10px 0;
}
.attachmentbox-content ul, 
.attachmentbox-content li{
    list-style: none;
    padding: 0;
}
.attachmentbox-content li{
    position: relative;
    padding-left: 10px;
    margin: 0 !important;
}
.attachmentbox-content li:before{
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: "\f0da";
    position: absolute;
    top: 3px;
    left: 0;
}
.attachmentbox-content p, 
.attachmentbox-content ul, 
.attachmentbox-content li, 
.attachmentbox-content ol{
    font-size: 13px !important;
    line-height: 1.5em !important;
    margin: 0 0 10px 0;
}
.attachmentbox-content p:last-child,
.attachmentbox-content ul:last-child{
    margin-bottom: 0;
}
.attachmentbox.align-right {
    float: right;
    margin-left: 10px;
}
.attachmentbox.align-left {
    float: left;
    margin-right: 10px;
}
.attachmentbox.align-center {
    margin-left: auto;
    margin-right: auto;
}

.attachmentbox.white{
    background-color: #FFF;
}
.attachmentbox.light-grey{
    background-color: #dedede;
}
.attachmentbox.orange{
    background-color: #ed1c24;
}
.attachmentbox.green{
    background-color: #5DC740;
}
.attachmentbox.blue{
    background-color: #7BBDD8;
}

.attachmentbox.width-25{
    width: 25%;
}
.attachmentbox.width-33{
    width: 33%;
}
.attachmentbox.width-50{
    width: 50%;
}
.attachmentbox.width-100{
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.attachmentbox.white .attachmentbox-content {
    padding: 0;
}

.attachmentbox-content img{
    max-width: 100%;
    height: auto !important;
}
