.summary-fields a /******** General ********/
ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
}

.summary-left {
    float: left;
    width: 45%;
    margin-right: 5%;
}

.summary-right {
    float: right;
    width: 50%;
}

    .summary-right label {
        display: inline-block;
    }

.page-break {
    page-break-before: always;
}
/**** Header ****/
body {
    padding-top: 45px;
    min-width: 985px;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.clear {
    display: block;
    clear: both;
}

.navbar-fixed-top {
    position: fixed !important;
    z-index: 20000;
}

.navbar {
    height: 45px;
    background: url('../images/square-bg.gif') 0 -9px;
}

.container {
    width: auto;
}

.navbar .container {
    width: auto;
    background: transparent;
    max-width: 1215px;
    margin-left: 0;
}

.navbar .brand {
    padding: 0;
    margin-left: 0;
}

.navbar .nav {
    margin-left: 25px;
}

    .navbar .nav li a, .navbar .pull-right li a {
        font: 12px/45px 'TitilliumText25L600wt';
        text-shadow: -1px 1px 2px rgba(0, 0, 0, 0.35);
        color: #9b9b9b;
        text-transform: uppercase;
        padding: 0;
        margin-right: 20px;
    }

        .navbar .nav li a.long-title {
            line-height: 15px;
            padding-top: 10px;
        }

        .navbar .nav li a.active, .navbar .pull-right li a.active {
            color: #fff;
            background: url('../images/pink-arrow.png') no-repeat center 0;
        }

.dropdown-menu {
    min-width: 250px;
}

.navbar .nav .dropdown-menu a, .navbar .pull-right .dropdown-menu a, #footer-actions .dropdown-menu a {
    text-shadow: none;
    width: 80%;
    padding: 5px 5% 5px 15%;
    line-height: 20px;
    color: #333;
    font-size: 12px;
    border-bottom: 1px solid #eaeaea;
    background: url('../images/submenu-bullet.png') no-repeat 5% center;
}

    .navbar .nav .dropdown-menu a.last, .navbar .pull-right .dropdown-menu a.last, #footer-actions .dropdown-menu a.last {
        border-bottom: none;
    }

    .navbar .nav .dropdown-menu a:hover, .navbar .pull-right .dropdown-menu a:hover, #footer-actions .dropdown-menu a:hover {
        background: #ed145b url('../images/submenu-bullet-hover.png') no-repeat 5% center;
        color: #fff;
    }

.vertical-shadow {
    background: url('../images/dark-horz-shadow.png') repeat-y 0 0;
    height: 45px;
    width: 8px;
    position: absolute;
}

.horz-shadow {
    background: url('../images/shadow.png') repeat-x 0 0;
    height: 7px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

#shadow {
    top: 0;
    left: 130px;
    width: 7px;
    height: 100%;
    position: absolute;
}

.dropdown .caret, .btn .caret {
    border: none;
    background: url('../images/drop-menu-arrow.png') no-repeat 0 0;
    width: 13px;
    height: 13px;
    margin-top: 16px;
}

.icon-user {
    background: url('../images/user.png') no-repeat 0 0;
    width: 20px;
    height: 19px;
}

.navbar .btn-group {
    padding: 0;
    max-width: 220px;
}

.navbar .show-loggeduser-menu {
    display: block !important;
}

.navbar .show-loggeduser-menu, .btn-group > .btn:first-child {
    background: transparent url('../images/dark-transparent-bg.png');
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border: none;
    height: 28px;
    padding: 17px 25px 0 10px;
    font: 11px/5px 'TitilliumText25L600wt';
    color: #fff;
    text-shadow: -1px 1px 2px rgba(0, 0, 0, 0.35);
    position: relative;
    text-transform: uppercase;
}

    .navbar .show-loggeduser-menu .caret {
        position: absolute;
        top: 0;
        right: 5px;
    }

    .navbar .show-loggeduser-menu .horz-shadow {
        top: 0;
        left: 0;
    }

.navbar-inner {
    width: 100%;
    background: transparent;
    padding: 0 !important;
}
/*** /Header ****/
/*** Page Structure ****/
.page-header {
    background: url('../images/dark-gray-bg.gif') repeat-x 0 0;
    margin: 0;
    border: none;
    height: 40px;
    padding: 0 25px;
}

    .page-header h1 {
        font: 20px/40px 'TitilliumText25L600wt';
        color: #e2e3e0;
        text-transform: uppercase;
        width: 100%;
        max-width: 1190px;
        position: relative;
    }

.main-page-content {
    border-top: 1px solid #e7e7e7;
    position: relative;
    padding: 5px 25px 5px;
}

.page-content {
    position: relative;
    border-top: 1px solid #e7e7e7;
    padding: 5px 25px;
}

.content-wrap {
    width: 100%;
    max-width: 1190px;
    position: relative;
}

.main-page-content h2, .main-page-content h2 a, .page-content h2, .page-content h2 a, .top-content h2 a, .top-content h2, .top-content h3 a, .top-content h3 {
    font: 20px 'TitilliumText25L600wt';
    color: #333;
    text-transform: uppercase;
}

    .page-content h2 .including-title {
        font-size: 14px;
        padding-left: 20px;
        position: relative;
        top: -1px;
    }

h2 .small-title, h2 .small-title a {
    font-size: 14px !important;
}

#content {
    padding-bottom: 28px;
    position: relative;
}

.top-content {
    padding: 10px 25px;
    border-top: 1px solid #e7e7e7;
    position: relative;
}

    .top-content.with-tabs {
        padding: 0;
    }
/*** /Page Structure ****/
/*** Footer ****/
#footer-actions {
    background: url('../images/bottom-square-bg.gif');
    height: 48px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 8888;
    padding: 0 25px;
}

#footer-actions-wrap {
    width: 95%;
    height: 64px;
    max-width: 1190px;
}

#footer-actions a.btn, button#add-new-comment.btn {
    float: right;
    margin: 10px 0 0 10px;
    height: 28px;
    padding: 0 10px 0 10px;
    font: 14px/28px 'TitilliumText25L800wt';
    color: #fff;
    text-transform: uppercase;
    background: #ed145b; /* Old browsers */
    background: -moz-linear-gradient(top, #ed145b 0%, #d61252 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ed145b), color-stop(100%,#d61252)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ed145b 0%,#d61252 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ed145b 0%,#d61252 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ed145b 0%,#d61252 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ed145b 0%,#d61252 100%); /* W3C */
    text-shadow: none;
    border: 1px solid #696969;
    border-bottom: none;
}

div.alert a.btn {
    margin: 0 0px 0 10px;
    height: 28px;
    padding: 0 10px 0 10px;
    font: 14px/28px 'TitilliumText25L800wt';
    text-transform: uppercase;
    text-shadow: none;
    border-bottom: none;
}

#footer-actions a.btn:hover {
    background: #d61252; /* Old browsers */
    background: -moz-linear-gradient(top, #d61252 0%, #ed145b 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d61252), color-stop(100%,#ed145b)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #d61252 0%,#ed145b 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #d61252 0%,#ed145b 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #d61252 0%,#ed145b 100%); /* IE10+ */
    background: linear-gradient(to bottom, #d61252 0%,#ed145b 100%); /* W3C */
}

#footer-actions-wrap input {
    float: right;
    margin: 10px 0 0 10px;
    height: 28px;
    padding: 0 10px 0 10px;
    font: 14px/28px 'TitilliumText25L800wt';
    color: white;
    text-transform: uppercase;
    background: #ED145B;
    background: -moz-linear-gradient(top, #ED145B 0%, #D61252 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ED145B), color-stop(100%,#D61252));
    background: -webkit-linear-gradient(top, #ED145B 0%,#D61252 100%);
    background: -o-linear-gradient(top, #ED145B 0%,#D61252 100%);
    background: -ms-linear-gradient(top, #ED145B 0%,#D61252 100%);
    background: linear-gradient(to bottom, #ED145B 0%,#D61252 100%);
    text-shadow: none;
    border: 1px solid dimGray;
    border-bottom: none;
}

    #footer-actions-wrap input:hover {
        background: #D61252;
        background: -moz-linear-gradient(top, #D61252 0%, #ED145B 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#D61252), color-stop(100%,#ED145B));
        background: -webkit-linear-gradient(top, #D61252 0%,#ED145B 100%);
        background: -o-linear-gradient(top, #D61252 0%,#ED145B 100%);
        background: -ms-linear-gradient(top, #D61252 0%,#ED145B 100%);
        background: linear-gradient(to bottom, #D61252 0%,#ED145B 100%);
    }

button.send-btn {
    height: 28px;
    padding: 0 10px 0 10px;
    font: 14px/28px 'TitilliumText25L800wt';
    color: white;
    text-transform: uppercase;
    background: #ED145B;
    background: -moz-linear-gradient(top, #ED145B 0%, #D61252 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ED145B), color-stop(100%,#D61252));
    background: -webkit-linear-gradient(top, #ED145B 0%,#D61252 100%);
    background: -o-linear-gradient(top, #ED145B 0%,#D61252 100%);
    background: -ms-linear-gradient(top, #ED145B 0%,#D61252 100%);
    background: linear-gradient(to bottom, #ED145B 0%,#D61252 100%);
    text-shadow: none;
    border: 1px solid dimGray;
    border-bottom: none;
}

    button.send-btn:hover {
        background: #D61252;
        background: -moz-linear-gradient(top, #D61252 0%, #ED145B 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#D61252), color-stop(100%,#ED145B));
        background: -webkit-linear-gradient(top, #D61252 0%,#ED145B 100%);
        background: -o-linear-gradient(top, #D61252 0%,#ED145B 100%);
        background: -ms-linear-gradient(top, #D61252 0%,#ED145B 100%);
        background: linear-gradient(to bottom, #D61252 0%,#ED145B 100%);
    }

.last-sent {
    line-height: 32px;
    position: relative;
    top: -2px;
}

.btn input, .btn-primary, #footer-actions #footer-actions-wrap span .btn-primary {
    background: none;
    border: none;
    font: 14px/28px 'TitilliumText25L600wt';
    text-transform: uppercase;
    color: white;
    height: 28px;
    padding-top: 0;
    padding-bottom: 0;
    width: auto;
    box-shadow: none;
    margin: 0;
}

#footer-actions #footer-actions-wrap span,
#footer-actions #footer-actions-wrap button {
    float: right;
    margin-top: 10px;
    margin-left: 10px;
}

    #footer-actions #footer-actions-wrap span.dropdown {
        float: right;
        margin-top: 0;
        margin-left: 0;
    }

        #footer-actions #footer-actions-wrap span.dropdown i {
            margin-top: 0;
        }

.btn-primary:hover {
    background: none;
}

#footer-actions #footer-actions-wrap span i {
    line-height: 28px;
    margin-top: 5px;
}

#footer-actions #footer-actions-wrap .icon-trash.icon-white {
    margin-top: 1px;
}

a.btn, a.btn.remote, #footer-actions a.cancel-btn, .modal-footer a.cancel-btn.btn {
    background: #E4E4E4;
    background: -moz-linear-gradient(top, #E4E4E4 0%, #DEDEDE 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E4E4E4), color-stop(100%,#DEDEDE));
    background: -webkit-linear-gradient(top, #E4E4E4 0%,#DEDEDE 100%);
    background: -o-linear-gradient(top, #E4E4E4 0%,#DEDEDE 100%);
    background: -ms-linear-gradient(top, #E4E4E4 0%,#DEDEDE 100%);
    background: linear-gradient(to bottom, #E4E4E4 0%,#DEDEDE 100%);
    width: auto;
    height: 28px;
    color: #333;
    font: 14px/28px 'TitilliumText25L600wt';
    text-transform: uppercase;
    padding: 0 10px;
}

    a.btn:hover, a.btn.remote:hover, #footer-actions a.cancel-btn:hover, .modal-footer a.cancel-btn.btn:hover {
        background: #DEDEDE;
        background: -moz-linear-gradient(top, #DEDEDE 0%, #E4E4E4 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#DEDEDE), color-stop(100%,#E4E4E4));
        background: -webkit-linear-gradient(top, #DEDEDE 0%,#E4E4E4 100%);
        background: -o-linear-gradient(top, #DEDEDE 0%,#E4E4E4 100%);
        background: -ms-linear-gradient(top, #DEDEDE 0%,#E4E4E4 100%);
        background: linear-gradient(to bottom, #DEDEDE 0%,#E4E4E4 100%);
    }
/*** /Footer ****/
/*** Basic Elements ****/
h2 a i {
    margin-top: 3px;
}

.alert {
    margin-bottom: 0;
}

h3 {
    font: 18px 'TitilliumText25L600wt';
    color: #333;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.pink-title {
    color: #ed145b;
}

ol li {
    list-style-type: decimal;
    margin-left: 15px;
}

.typeahead {
    z-index: 100000;
}
/*** /Basic Elements ****/

/******** /General *******/

/** Company & Contact ***/
.row {
    /* border-top: 1px solid #E7E7E7; */
    padding-top: 20px;
}

.create-form .left-search, .create-form .right-search {
    border-top: 1px solid #dbdbdb;
    padding-top: 20px;
}

.create-form .left-search {
    padding-right: 5%;
    margin-right: 0;
}

#search-form .text-box {
    background: url('../images/search-box.gif') repeat-x 0 0;
    width: 330px;
    height: 27px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    padding: 3px 10px;
}

.control-group#search-field-wrap {
    width: 365px;
    float: left;
}

.controls#search-field {
    margin-left: 0;
    width: 350px;
    padding-right: 15px;
    border-right: 1px solid #dbdbdb;
}

.form-horizontal .control-group::before, .form-horizontal .control-group::after {
    display: none;
}

.export-btn {
    float: right;
    clear: both;
}

#checkboxes {
    width: 165px;
    float: left;
    padding: 0 15px;
    border-right: 1px solid #dbdbdb;
    border-left: 1px solid #a4a4a4;
    height: 33px;
}

.form-horizontal #checkboxes .controls {
    margin-left: 0;
    display: inline;
}

.form-horizontal #checkboxes .control-label {
    text-align: left;
    display: inline;
    float: none;
    width: auto;
    color: #898989;
    cursor: pointer;
}

.general-label {
    font-weight: bold;
    margin-left: 160px;
}

.notes-form .left-search label, .notes-form .right-search label {
    width: 25%;
    text-align: left;
    font-size: 12px;
    font-weight: bold;
    text-align: right;
    float: left;
}

.form-horizontal #checkboxes .control-group {
    margin-bottom: 0;
}

#search-form .form-actions {
    border: none;
    width: 340px;
    float: left;
    padding: 0 0 0 15px;
    border-left: 1px solid #a4a4a4;
    margin: 0;
    height: 33px;
}

.btn-primary#btnSearch {
    background: #ed145b; /* Old browsers */
    background: -moz-linear-gradient(top, #ed145b 0%, #d61252 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ed145b), color-stop(100%,#d61252)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ed145b 0%,#d61252 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ed145b 0%,#d61252 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ed145b 0%,#d61252 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ed145b 0%,#d61252 100%); /* W3C */
    width: 135px;
    height: 28px;
    font: 14px/23px 'TitilliumText25L600wt';
    text-transform: uppercase;
    color: #fff;
}

    .btn-primary#btnSearch:hover {
        background: #d61252; /* Old browsers */
        background: -moz-linear-gradient(top, #d61252 0%, #ed145b 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d61252), color-stop(100%,#ed145b)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #d61252 0%,#ed145b 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #d61252 0%,#ed145b 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #d61252 0%,#ed145b 100%); /* IE10+ */
        background: linear-gradient(to bottom, #d61252 0%,#ed145b 100%); /* W3C */
    }

#search-form a.btn, .top-content a.btn {
    background: #e4e4e4; /* Old browsers */
    background: -moz-linear-gradient(top, #e4e4e4 0%, #dedede 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e4e4e4), color-stop(100%,#dedede)); /* Chrome,Safari4+ */
    background: -webkit-lineair-gradient(top, #e4e4e4 0%,#dedede 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e4e4e4 0%,#dedede 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #e4e4e4 0%,#dedede 100%); /* IE10+ */
    background: linear-gradient(to bottom, #e4e4e4 0%,#dedede 100%); /* W3C */
    width: 195px;
    height: 28px;
    color: #333;
    font: 14px/28px 'TitilliumText25L600wt';
    text-transform: uppercase;
    padding: 0;
}

    .top-content a.btn.normal-btn {
        width: auto;
        padding: 0 10px;
        margin-top: 10px;
    }

.add-button {
    float: right;
    clear: left;
    margin-right: 20px;
}

#search-form a.btn:hover, .top-content a.btn:hover {
    background: #dedede; /* Old browsers */
    background: -moz-linear-gradient(top, #dedede 0%, #e4e4e4 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dedede), color-stop(100%,#e4e4e4)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #dedede 0%,#e4e4e4 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #dedede 0%,#e4e4e4 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #dedede 0%,#e4e4e4 100%); /* IE10+ */
    background: linear-gradient(to bottom, #dedede 0%,#e4e4e4 100%); /* W3C */
}

th a, th {
    font: 12px 'TitilliumText25L600wt';
    color: #797979;
    text-transform: uppercase;
    background: none;
}

.table-striped tbody tr:nth-child(odd) td {
    background: url('../images/white-transparent-bg.png');
}

.table td {
    background: url('../images/light-white-transparent-bg.png');
    font: 12px Arial, Helvetica, sans-serif;
    color: #3c3c3c;
    border-bottom: 1px solid #cacaca;
    border-top: 1px solid #eeeeee;
    border-left: none;
}

.table th {
    border-bottom: 1px solid #cacaca;
}

.table-bordered th {
    border-left: none;
}

div.t-grid table tbody tr:hover {
    background: transparent url('../images/pink-transparent-bg.png');
}

#loading-image {
    max-width: 100%;
    margin: 20px auto;
    display: block;
}

.table tbody tr:hover td, .table tbody tr:hover th {
    background: none;
}

.table.no-hover tbody tr:hover th {
    background-color: #f9f9f9;
}

.table td.t-last, .table td.last, .table th.last {
    width: 55px;
    text-align: center;
}

.table th.center,
.table td.center {
    text-align: center;
}

.table.inscription-requests-table {
    margin-bottom: 20px !important;
}

td.last.phone-last {
    width: 130px;
}

td.first-name-col, td.last-name-col, td.title-col {
    width: 200px;
}

td.email-col {
    width: 350px;
}

.long-buttons.table td.last, .long-buttons.table th.last {
    width: 270px;
    text-align: left;
}

table td.align-left {
    text-align: left !important;
}

td.center-cell {
    text-align: center !important;
}

td.right-cell {
    text-align: right !important;
}

td.vertical-cell {
    vertical-align: middle !important;
}

td.w25, td.w25.last {
    width: 25px;
}

td.w50, td.w50.last {
    width: 5px;
}

td.w100, td.w100.last {
    width: 100px;
}

td.w150, td.w150.last {
    width: 150px;
}

td.w200, td.w200.last {
    width: 200px;
}

td.w250, td.w250.last {
    width: 250px;
}

td.w300, td.w300.last {
    width: 300px;
}

td.w350, td.w350.last {
    width: 350px;
}

td.w400, td.w400.last {
    width: 400px;
}

td.w450, td.w450.last {
    width: 450px;
}

td.w500, td.w500.last {
    width: 500px;
}

.plan-cell a {
    display: block;
    text-indent: -9999px;
    background: url('../images/icons/icon_docx.gif');
    width: 16px;
    height: 16px;
}

.invoice-header {
    background: url('../images/gray-bg.gif') repeat 0 0;
    padding: 10px;
}

.select-all {
    text-align: right;
    margin-bottom: 10px;
}

div.t-grid table tbody a.click-link {
    color: #ED145B;
}

div.t-grid table tbody a.click-link:hover {
    text-decoration: underline;
}

.t-grid-filter.t-state-default {
    cursor: pointer;
    display: inline-block;
    margin-left: 4px;
    margin-bottom: -4px;
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M14 12v7.88c.04.3-.06.62-.29.83a.996.996 0 0 1-1.41 0l-2.01-2.01a.989.989 0 0 1-.29-.83V12h-.03L4.21 4.62a1 1 0 0 1 .17-1.4c.19-.14.4-.22.62-.22h14c.22 0 .43.08.62.22a1 1 0 0 1 .17 1.4L14.03 12H14Z'/%3E%3C/svg%3E");
}

span.t-icon.t-filter {
    display: none;
}

.t-animation-container {
    position: absolute;
    width: 200px!important;
    right: 200px!important;
    top: 60px!important;
}

.t-animation-container .t-filter-options {
    background-color: var(--color-black);
    border-radius: 4px;
    width: 200px!important;
    padding: 8px;
    color: var(--color-white);
}

.t-filter-options .t-clear-button {
    background: #E4E4E4;
    background: -moz-linear-gradient(top, #E4E4E4 0%, #DEDEDE 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E4E4E4), color-stop(100%,#DEDEDE));
    background: -webkit-linear-gradient(top, #E4E4E4 0%,#DEDEDE 100%);
    background: -o-linear-gradient(top, #E4E4E4 0%,#DEDEDE 100%);
    background: -ms-linear-gradient(top, #E4E4E4 0%,#DEDEDE 100%);
    background: linear-gradient(to bottom, #E4E4E4 0%,#DEDEDE 100%);
    width: 100%;
    color: #333;
    font: 14px/28px 'TitilliumText25L600wt';
    text-transform: uppercase;
    padding: 0 10px;
    margin-bottom: 8px;
}

.t-filter-options label {
    margin-left: 8px;
    color: var(--color-white);
}

.t-filter-options .t-filter-button {
    padding: 0 10px 0 10px;
    font: 14px/28px 'TitilliumText25L800wt';
    color: #fff;
    text-transform: uppercase;
    background: #ed145b; /* Old browsers */
    background: -moz-linear-gradient(top, #ed145b 0%, #d61252 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ed145b), color-stop(100%,#d61252)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ed145b 0%,#d61252 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ed145b 0%,#d61252 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ed145b 0%,#d61252 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ed145b 0%,#d61252 100%); /* W3C */
    text-shadow: none;
    border: 1px solid #696969;
    border-bottom: none;
    width: 100%;
    margin-top: 8px;
}

.delete-cell {
    width: 18px;
}

.stats div {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    display: inline-block;
    width: auto;
    background: url('../images/gray-transparent-bg.png');
    padding: 0 15px;
    height: 25px;
    font: 14px/25px Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #797979;
    text-shadow: -1px 1px 2px rgba(255, 255, 255, 0.4);
    margin-right: 10px;
}

    .stats div strong {
        color: #ed145b;
    }

div.page-content .pagination {
    width: auto;
    float: right;
    padding: 10px 0 25px 0;
}

div.dataTables_paginate {
    margin: 20px 0;
    float: none;
}

.pagination ul {
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}

    .pagination ul li a {
        background: #e4e4e4; /* Old browsers */
        background: -moz-linear-gradient(top, #e4e4e4 0%, #d9d9d9 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e4e4e4), color-stop(100%,#d9d9d9)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #e4e4e4 0%,#d9d9d9 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #e4e4e4 0%,#d9d9d9 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #e4e4e4 0%,#d9d9d9 100%); /* IE10+ */
        background: linear-gradient(to bottom, #e4e4e4 0%,#d9d9d9 100%); /* W3C */
        border-right: 1px solid #efefef;
        border-top: 1px solid #efefef;
        border-left: 1px solid #cdcdcd;
        font: 14px/35px 'TitilliumText25L800wt';
        color: #333;
    }

    .pagination ul li.first a {
        border-left: none;
    }

    .pagination ul li.last a {
        border-right: none;
    }

    .pagination ul li a:hover {
        background: #d9d9d9; /* Old browsers */
        background: -moz-linear-gradient(top, #d9d9d9 0%, #e4e4e4 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d9d9d9), color-stop(100%,#e4e4e4)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #d9d9d9 0%,#e4e4e4 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #d9d9d9 0%,#e4e4e4 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #d9d9d9 0%,#e4e4e4 100%); /* IE10+ */
        background: linear-gradient(to bottom, #d9d9d9 0%,#e4e4e4 100%); /* W3C */
    }

.pagination .active a {
    color: #ed145b;
}

    .pagination .active a:hover {
        background: #e4e4e4; /* Old browsers */
        background: -moz-linear-gradient(top, #e4e4e4 0%, #d9d9d9 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e4e4e4), color-stop(100%,#d9d9d9)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #e4e4e4 0%,#d9d9d9 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #e4e4e4 0%,#d9d9d9 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #e4e4e4 0%,#d9d9d9 100%); /* IE10+ */
        background: linear-gradient(to bottom, #e4e4e4 0%,#d9d9d9 100%); /* W3C */
    }

.pagination .next-prev-btn span, .dataTables_paginate .prev a span, .dataTables_paginate .next a span {
    text-indent: -9999px;
    width: 9px;
    height: 100%;
    display: block;
}

.pagination .next-prev-btn.prev span, .dataTables_paginate .prev a span {
    background: url('../images/left-arrow.png') no-repeat center center;
}

.pagination .next-prev-btn.next span, .dataTables_paginate .next a span {
    background: url('../images/right-arrow.png') no-repeat center center;
}

.pagination .first .next-prev-btn span {
    background: url('../images/first-arrow.png') no-repeat center center;
    width: 15px;
}

.pagination .last .next-prev-btn span {
    background: url('../images/last-arrow.png') no-repeat center center;
    width: 15px;
}

fieldset.dashboard-widget {
    border: 1px solid #333;
    padding: 20px 10px;
    margin-bottom: 20px;
}

    fieldset.dashboard-widget legend {
        width: auto;
        border: none;
        line-height: 28px;
        padding: 10px;
        font-size: 14px;
        margin-bottom: 0;
    }

fieldset.small-fieldset {
    border: 1px solid #999;
    padding: 10px;
    margin-bottom: 10px;
}

    fieldset.small-fieldset legend {
        margin-bottom: 0;
        border: none;
        padding: 0 10px;
        display: inline-block;
        width: auto;
        font-size: 16px;
        text-transform: uppercase;
    }

    fieldset.small-fieldset .control-group.first {
        margin-top: 0;
    }

tr.highlight-late {
    background: url('../images/pink-transparent-bg.png');
}

    tr.highlight-late td {
        color: #333;
    }

        tr.highlight-late td a {
            color: #000;
        }

.table td.last.date-cell {
    width: 115px;
}

div.dataTables_filter label.filter-label {
    width: auto;
    display: inline-block;
    line-height: 35px;
}
/** /Company & Contact **/

/******* Session ********/
.row {
    margin-left: 0;
}

.display-horizontal .field {
    background: url('../images/gray-transparent-bg.png');
    padding: 2px 10px;
}

.field a {
    color: #ED145B;
}

.summary-fields a {
    color: #fff;
    text-decoration: underline;
}

    .summary-fields a.invoice-btn {
        text-decoration: none;
    }

.display-horizontal .field.even {
    background: none;
}

.display-horizontal .field label {
    text-align: left;
    font: 12px Arial, Helvetica, sans-serif;
    font-weight: bold;
    width: auto;
    color: #333;
    margin-bottom: 0;
}

.display-horizontal .field span.display, .display-horizontal .field div.display {
    display: inline-block;
    float: right;
    padding: 0;
    font: 12px Arial, Helvetica, sans-serif;
    color: #333;
    width: 75%;
}

.display-horizontal .full-length .field span.display {
    display: block;
    float: none;
    margin-top: 15px;
    width: 100%;
    text-align: left;
}

.display-horizontal .field span.display.code-display {
    width: 40%;
}

.display-horizontal .company-infos .field span.display, .display-horizontal .field div.display {
    text-align: left;
    width: auto;
}

.display-horizontal .field span.display a {
    color: #ed145b;
}

.span4 {
    width: 47.5%;
    margin-left: 0;
}

    .span4.last {
        float: right;
    }

.company-infos {
    background: url('../images/gray-transparent-bg.png');
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 10px;
}

.display-horizontal .company-infos .field {
    background: none;
    padding: 0;
}

    .display-horizontal .company-infos .field label {
        width: 185px;
    }

    .display-horizontal .company-infos .field span {
        display: inline-block;
        width: 150px;
    }

        .display-horizontal .company-infos .field span.display {
            float: none;
        }

.display-horizontal.company {
    padding-bottom: 20px;
    border-bottom: 1px solid #cacaca;
}

.company-table {
    border-top: 1px solid #eeeeee;
    padding-top: 5px;
    border-bottom: 1px solid #eeeeee;
}

table.table {
    margin-bottom: 0 !important;
}

.table-bordered {
    border: none;
}

.hidden-header {
    position: fixed;
    top: 50px;
    z-index: 100;
    display: none;
}

#events-calendar .hidden-header {
    margin-left: 134px;
}

.mobile-class {
    background: url('../images/mobile-class.png') no-repeat right center;
    padding-right: 20px;
}

#mobile-legend .legend-icon {
    background: url('../images/mobile-class.png') no-repeat 0 0;
    height: 17px;
    width: 15px;
    position: relative;
    top: 7px;
    margin-right: 5px;
}

.hidden-cell {
    width: 130px;
    float: left;
    text-align: center;
    background: #333;
    color: #fff;
    height: 50px;
    padding-top: 10px;
}

    .hidden-cell.first span {
        line-height: 40px;
        margin-top: 0;
    }

    .hidden-cell.even {
        background: #3f3f3f;
    }

.oti-division {
    color: blue;
}

#events-calendar.big, #events-calendar {
    width: 100%;
}

    #events-calendar .calendar {
        border-top: 1px solid #f1f1f1;
        padding-top: 5px;
    }

    #events-calendar table {
        width: 100%;
        border-left: none;
    }

        #events-calendar table thead th {
            background: none;
            font: 14px 'TitilliumText25L600wt';
            color: #797979;
            border: none;
            text-transform: uppercase;
        }

        #events-calendar table tbody td {
            background: url('../images/white-transparent-bg.png');
            border-right: 1px solid #cccccc;
            border-bottom: 1px solid #cccccc;
            border-left: 1px solid #f2f2f2;
            border-top: 1px solid #f2f2f2;
            height: 55px;
            width: 133px;
        }

    #events-calendar .day .date {
        width: 36px;
        float: left;
    }

        #events-calendar .day .date a {
            background: url('../images/day.png') no-repeat 0 0;
            width: 36px;
            height: 36px;
            border-radius: 36px;
            -webkit-border-radius: 36px;
            -moz-border-radius: 36px;
            display: block;
            text-align: center;
            color: #797979;
            font: 20px/36px 'TitilliumText25L400wt';
            margin-top: 5px;
            text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.6);
            text-decoration: none;
        }

            #events-calendar .day .date a:hover, #events-calendar table tbody td.today .day .date a:hover, #events-calendar table tbody td.event .day .date a:hover {
                text-indent: -9999px;
                background: url('../images/event-rl.png') no-repeat 0 0;
            }

    #events-calendar.search-calendar .day .date a:hover, #events-calendar.search-calendar table tbody td.today .day .date a:hover, #events-calendar.search-calendar table tbody td.event .day .date a:hover {
        background: url('../images/event.png') no-repeat 0 0;
        text-indent: 0;
    }

    #events-calendar table tbody td.other-month, #events-calendar table tbody td.weekend.other-month {
        background: none;
    }

    #events-calendar .day .unstyled {
        border-top: none;
        width: 75px;
        float: right;
        margin-top: 5px;
    }

    #events-calendar .day ul li {
        border-top: 1px solid #f4f4f4;
        border-bottom: 1px solid #cfcfd0;
        font: 11px Arial, Helvetica, sans-serif;
        color: #797979;
    }

        #events-calendar .day ul li.first {
            border-top: none;
        }

        #events-calendar .day ul li.last {
            border-bottom: none;
            margin-top: 0;
            padding-top: 0;
        }

    #events-calendar.search-calendar .day ul li.last {
        padding-top: 10px;
    }

    #events-calendar table tbody td.today {
        background: url('../images/white-transparent-bg.png');
    }

    #events-calendar table tbody td.event .day .date a {
        background: url('../images/event.png') no-repeat 0 0;
        color: #ffffff;
        text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
        text-decoration: none;
    }

    #events-calendar table tbody td.today .day .date a {
        background: url('../images/today.png') no-repeat 0 0;
        color: #ff4a85;
        text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.6);
        text-decoration: none;
    }

    #events-calendar table tbody td.holiday, #events-calendar table tbody td.weekend {
        background: url('../images/pink-transparent-bg.png') !important;
    }

#prev-month, .prev-month {
    width: 36px;
    height: 35px;
    display: block;
    text-indent: -9999px;
    background: url('../images/prev-month.png') no-repeat 0 0;
    float: left;
    margin-right: 6px;
    margin-left: 867px;
}

#next-month, .next-month {
    width: 36px;
    height: 35px;
    display: block;
    text-indent: -9999px;
    background: url('../images/next-month.png') no-repeat 0 0;
    float: left;
}

#calendar-nav {
    position: absolute;
    top: -12px;
    left: 0;
    text-align: right;
    width: 100%;
    border-bottom: 1px solid #bebebe;
}

#calendar-nav-bottom {
    float: right;
    margin-bottom: 10px;
    border-bottom: 1px solid #bebebe;
    width: 100%;
    padding-bottom: 10px;
}

    #calendar-nav-bottom .prev-month {
        margin-left: 1110px;
    }

.comment {
    margin-top: 30px;
    padding-bottom: 50px;
}

    .comment .span11 {
        margin-left: 0;
        width: 100%;
        float: none;
    }

.span1 {
    width: auto;
    float: right;
    margin-left: 0;
}

.page-content form {
    padding-top: 20px;
}
/****** /Session ********/

/****** Calendars ********/
#events-calendar.search-calendar tbody td.header-cell {
    background: #3f3f3f;
    color: #fff;
    font: 14px 'TitilliumText25L600wt';
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
}

#events-calendar.search-calendar th .black-title {
    color: #333;
}

#events-calendar.search-calendar .day .unstyled {
    float: none;
    width: auto;
    margin-top: 0;
}

#events-calendar.search-calendar .course-name {
    font: 11px Arial;
    font-weight: bold;
    color: #333;
}

    #events-calendar.search-calendar .course-name .pink-title {
        display: inline;
    }

#events-calendar.search-calendar table tbody td.event {
    background-color: transparent;
}

#events-calendar.search-calendar tbody .even-row td {
    background: url('../images/light-gray-bg.gif');
}

#events-calendar.search-calendar.monthly tbody .even-row td {
    background: url('../images/white-transparent-bg.png');
}

    #events-calendar.search-calendar.monthly tbody .even-row td.other-month {
        background: none;
    }

#events-calendar.search-calendar tbody .even-row td.header-cell {
    background: #3f3f3f;
}

#events-calendar.search-calendar td.today {
    padding: 0;
}

    #events-calendar.search-calendar td.today .day {
        background: url('../images/pink-transparent-bg.png');
        padding: 10px;
        height: 100%;
    }

#events-calendar.search-calendar .day ul li {
    margin-top: 0;
    padding-bottom: 10px;
}

#events-calendar.monthly .day .date {
    background: url('../images/day.png') no-repeat 0 0;
    width: 36px;
    height: 36px;
    border-radius: 36px;
    -webkit-border-radius: 36px;
    -moz-border-radius: 36px;
    display: block;
    text-align: center;
    color: #797979;
    font: 20px/36px 'TitilliumText25L400wt';
    margin: 5px auto 0;
    float: none;
}

#events-calendar.monthly .event .day .date {
    background: none;
    display: inline;
    margin-top: 0;
    width: 100%;
}

    #events-calendar.monthly .event .day .date a {
        margin: 0 auto 10px;
    }

.calendar {
    /*margin-bottom: 50px;*/
}

#calendar-legend ul {
    background: #fff;
    width: auto;
    display: inline-block;
    padding: 10px;
    margin: 0;
}

#calendar-legend li {
    list-style-type: none;
    margin-left: 0;
}

.legend-icon {
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-right: 10px;
    line-height: 0;
}

#pink-legend .legend-icon {
    background: url('../images/pink-transparent-bg.png');
}

#medium-gray .legend-icon {
    background: url('../images/gray-bg.gif');
}

#dark-pink .legend-icon {
    background-color: #ED145B;
}

#black-legend .legend-icon {
    background-color: #333;
}
/****** /Calendars ********/

/****** Searches & Forms ********/
.reserved-for-admin {
    margin-bottom: 30px;
    text-align: center;
}

.manuals-actions {
    margin-bottom: 10px;
}

#invoice-number {
    margin-top: 10px;
}

.form-actions {
    background: transparent;
}

.left-search {
    width: 47.5%;
    margin-right: 5%;
    float: left;
}

    .left-search.no-change, .right-search.no-change {
        width: 300px;
    }

    .left-search.no-change {
        margin-right: 20px;
    }

.right-search {
    width: 47.5%;
    float: left;
}

.form-horizontal .top-of-form, .top-of-form {
    position: absolute;
    top: 0;
    right: 0;
    border-top: none;
    margin: 0;
    padding: 0 20px 0 0;
}

.form-horizontal .form-actions {
    margin: 0;
    padding: 0 10px 0 0;
    float: right;
    clear: both;
    border: none;
}

.form-horizontal.one-col-form .form-actions {
    clear: none;
}

    .form-horizontal.one-col-form .form-actions a {
        margin-left: 0;
    }

.form-horizontal .form-actions.narrow-form {
    float: left;
}

.form-actions a {
    float: right;
    margin-right: 10px;
    margin-top: 2px;
    margin-left: 280px;
}

    .form-actions a.today-search {
        margin-left: 0px;
    }

.form-normal.small-form .no-change input[type=text].datepicker {
    width: 150px;
}

.form-horizontal .controls {
    margin-left: 135px;
}

.form-normal.form-horizontal .control-label {
    width: 25%;
    text-align: left;
    font-size: 12px;
    font-weight: bold;
    text-align: right;
    padding-top: 5px;
}

.form-normal.form-horizontal .no-padding-label .control-label {
    padding-top: 0;
}

.form-normal.form-horizontal.small-form .control-label, .form-normal.form-horizontal .small-form .control-label {
    width: 115px;
}

.form-normal.form-horizontal .textarea-group .control-label {
    text-align: left;
}

.from-to .controls {
    width: 30% !important;
    margin-left: 17px !important;
    float: left;
}

.form-normal.form-horizontal .from-to .control-label.last {
    width: auto;
    margin-left: 17px;
}

.top-content h2, .page-content h2, .main-page-content h2 {
    border-bottom: 1px solid #bebebe;
    padding-bottom: 10px;
}

#events-calendar h2.first {
    border-color: #f1f1f1;
    padding-bottom: 20px;
}

.form-horizontal, .top-content form {
    border-top: 1px solid #e7e7e7;
    padding-top: 15px;
}

.radio-holder.checked {
    background: url('../images/radio-checked.png') no-repeat 0 0;
}

.dataTables_filter {
    margin-bottom: 10px;
}

div.dataTables_filter label {
    float: left;
    padding-left: 0;
    margin-left: 0;
    width: 370px;
    padding-right: 15px;
    border-right: 1px solid #DBDBDB;
}

    .form-normal div.dataTables_filter label input, div.dataTables_filter label input {
        background: url('../images/search-box.gif') repeat-x 0 0;
        width: 350px;
        height: 27px;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        padding: 3px 10px;
    }

div.dataTables_filter #checkboxes {
    border-right: none;
    padding-bottom: 10px;
}

    div.dataTables_filter #checkboxes .checkbox-holder {
        position: relative;
        top: 10px;
    }

    div.dataTables_filter #checkboxes label {
        text-align: left;
        margin-left: -13px;
        display: inline;
        float: none;
        width: auto;
        padding-left: 20px;
        color: #898989;
        cursor: pointer;
        border-right: none;
        position: relative;
        top: 9px;
    }

form.single-elem-form {
    border-top: none;
    background: url('../images/gray-transparent-bg.png');
    width: 460px;
    height: 28px;
    padding: 30px;
    margin: 50px auto 100px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

    form.single-elem-form .control-group {
        width: 420px;
        float: left;
    }

        form.single-elem-form .control-group input {
            width: 420px;
        }

form.error-page {
    border-top: none;
    background: url('../images/gray-transparent-bg.png');
    width: 460px;
    height: 68px;
    padding: 30px;
    margin: 50px auto 100px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    font-size: 11pt;
}

.form-normal button.btn, .input-append .btn:last-child, .pink-btn.invoice-btn {
    float: right;
    display: block;
    height: 28px;
    margin-top: 3px;
    padding: 0 10px 0 10px;
    font: 14px/28px 'TitilliumText25L800wt';
    color: white;
    text-transform: uppercase;
    background: #ED145B;
    background: -moz-linear-gradient(top, #ED145B 0%, #D61252 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ED145B), color-stop(100%,#D61252));
    background: -webkit-linear-gradient(top, #ED145B 0%,#D61252 100%);
    background: -o-linear-gradient(top, #ED145B 0%,#D61252 100%);
    background: -ms-linear-gradient(top, #ED145B 0%,#D61252 100%);
    background: linear-gradient(to bottom, #ED145B 0%,#D61252 100%);
    text-shadow: none;
    border: 1px solid dimGray;
    border-bottom: none;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.pink-btn.invoice-btn {
    float: none;
    width: 75px;
    margin: 0 auto;
}

.input-append.append-date .btn:last-child {
    float: none;
}

button.btn:hover, .pink-btn.invoice-btn:hover {
    background: #D61252;
    background: -moz-linear-gradient(top, #D61252 0%, #ED145B 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#D61252), color-stop(100%,#ED145B));
    background: -webkit-linear-gradient(top, #D61252 0%,#ED145B 100%);
    background: -o-linear-gradient(top, #D61252 0%,#ED145B 100%);
    background: -ms-linear-gradient(top, #D61252 0%,#ED145B 100%);
    background: linear-gradient(to bottom, #D61252 0%,#ED145B 100%);
    color: #fff;
}

form .text-box, form .datepicker, .create-company-name, .form-normal input[type=text], input[type=text], form span.uneditable-input {
    background: url('../images/search-box.gif') repeat-x 0 -5px;
    width: 90%;
    height: 20px;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    padding: 3px 2.5%;
}

.form-normal.small-form input[type=text] {
    width: 270px;
    padding: 3px 10px;
}

    .form-normal.small-form input[type=text].datepicker {
        width: 175px;
    }

.form-normal input#Phone_Number, .form-normal input#Fax_Number, .form-normal input#HomePhone_Number, .form-normal input#CellPhone_Number, .form-normal input#PostalCode, .form-normal input.phone-number {
    width: 150px;
}

.form-normal input.small {
    width: 40px;
}

.form-horizontal.create-form {
    padding: 0;
    border: none;
}

.create-form legend {
    font: 24px 'TitilliumText25L600wt';
    color: #333;
    text-transform: uppercase;
    border-bottom: 1px solid #bebebe;
    padding: 10px 25px;
    margin-bottom: 0;
}

.form-normal.create-form .checkbox-holder {
    float: left;
    margin-right: 10px;
}

.form-normal.create-form label.checkbox, .form-normal.create-form label.radio {
    float: left;
    padding: 0;
    margin-top: 3px;
    margin-left: 20px;
}

.form-normal.create-form label.checkbox {
    float: none;
}

.form-normal.create-form label.radio {
    margin: 0 25px 0 5px;
    position: relative;
    top: 9px;
}

.form-normal.create-form .first-part, .form-normal.create-form .second-part {
    border-top: 1px solid #e6e6e6;
}

.form-normal .btn.white-btn {
    background: #E4E4E4;
    background: -moz-linear-gradient(top, #E4E4E4 0%, #DEDEDE 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E4E4E4), color-stop(100%,#DEDEDE));
    background: -webkit-linear-gradient(top, #E4E4E4 0%,#DEDEDE 100%);
    background: -o-linear-gradient(top, #E4E4E4 0%,#DEDEDE 100%);
    background: -ms-linear-gradient(top, #E4E4E4 0%,#DEDEDE 100%);
    background: linear-gradient(to bottom, #E4E4E4 0%,#DEDEDE 100%);
    height: 28px;
    color: #333;
    font: 14px/28px 'TitilliumText25L600wt';
    text-transform: uppercase;
    padding: 0;
    border: none;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 0 20px;
}

    .form-normal .btn.white-btn:hover {
        background: #DEDEDE;
        background: -moz-linear-gradient(top, #DEDEDE 0%, #E4E4E4 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#DEDEDE), color-stop(100%,#E4E4E4));
        background: -webkit-linear-gradient(top, #DEDEDE 0%,#E4E4E4 100%);
        background: -o-linear-gradient(top, #DEDEDE 0%,#E4E4E4 100%);
        background: -ms-linear-gradient(top, #DEDEDE 0%,#E4E4E4 100%);
        background: linear-gradient(to bottom, #DEDEDE 0%,#E4E4E4 100%);
    }

.form-normal input#AddBusinessUnit {
    width: 660px;
    float: left;
}

#BusinessUnits {
    margin-top: 10px;
}

.note.foot-note {
    position: absolute;
    top: 18px;
    right: 0;
    border: none;
    padding: 0;
    margin: 0;
    color: #fff;
    text-align: right;
}

    .note.foot-note a {
        color: #fff;
    }

.checkbox-holder, .radio-holder {
    float: left;
    padding-top: 8px;
}

input[type="image"], input[type="checkbox"], input[type="radio"] {
    margin: 0;
}

.checkbox-group .controls label, .radio-group .controls label {
    padding: 8px 0 0 0;
    margin-right: 20px;
    float: left;
    margin-left: 10px;
}

.alert-info.alert {
    color: #fff;
    background-color: #ED145B;
    border-color: #D61252;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    text-shadow: none;
}

.family-label {
    color: #ed145b;
    font: 20px 'TitilliumText25L600wt';
    text-transform: uppercase;
}

    .family-label input {
        margin-top: 5px;
        float: left;
    }

#teacher-courses .family > div.checkbox-wrapper {
    background: none;
    border: none;
}

.family {
    border-bottom: 1px solid #bcbcbc;
}

#teacher-courses ul ul {
    padding-left: 50px;
}

    #teacher-courses ul ul ul {
        padding-left: 0px;
    }

.category-label {
    font: 16px 'TitilliumText25L600wt';
    text-transform: uppercase;
}

    .category-label input {
        margin-top: 3px;
    }

.subcategory .category-label {
    font: 14px Arial, Helvetica, sans-serif;
    text-transform: none;
    position: relative;
    top: 4px;
    font-weight: bold;
    float: left;
}

.family .page-content .content-wrap {
    padding: 10px 25px;
}

.family .main-page-content, .family .page-content, .family .top-content {
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #bdbdbd;
}

#teacher-courses .subcategory > div.checkbox-wrapper {
    margin-left: 0;
}

#teacher-courses .subcategory ul {
    margin: 0 0 20px;
}

.course-label {
    position: relative;
    top: 4px;
    float: left;
}

#teacher-courses .course {
    margin-bottom: 20px;
}

#teacher-courses .subcategory .course > table {
    margin-top: 10px;
    margin-bottom: 10px;
}

#teacher-courses .course .radio-wrapper .inside-cell {
    margin-left: 20px;
    margin-top: 7px;
    display: inline-block;
    background: url('../images/gray-transparent-bg.png');
    height: 27px;
    line-height: 27px;
    border-radius: 27px;
    -webkit-border-radius: 27px;
    -moz-border-radius: 27px;
    padding: 0 15px;
    width: auto;
}

.radio-wrapper label {
    float: left;
    margin-left: 10px;
    width: 150px;
    position: relative;
    top: 4px;
}

    .radio-wrapper label.last {
        width: auto;
    }

.top-of-form button {
    float: right;
}

.top-of-form a {
    float: right;
    margin-right: 10px;
    margin-top: 2px;
}

.form-normal .controls {
    display: block;
}

.form-normal .control-group {
    clear: both;
    min-height: 22px;
}

.form-normal .btn.remote {
    margin-top: 10px;
    float: right;
}

.form-actions.complete-actions {
    padding-top: 30px;
    clear: both;
}

    .form-actions.complete-actions .btn {
        float: right;
        margin-left: 10px;
    }

.more-infos .control-group {
    min-height: 0px;
    margin-bottom: 3px;
    clear: both;
}

.more-infos span {
    font-weight: normal;
}

span.btn {
    background: #ED145B;
    background: -moz-linear-gradient(top, #ED145B 0%, #D61252 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ED145B), color-stop(100%,#D61252));
    background: -webkit-linear-gradient(top, #ED145B 0%,#D61252 100%);
    background: -o-linear-gradient(top, #ED145B 0%,#D61252 100%);
    background: -ms-linear-gradient(top, #ED145B 0%,#D61252 100%);
    background: linear-gradient(to bottom, #ED145B 0%,#D61252 100%);
    width: auto;
    padding: 0 10px;
    height: 28px;
}

    span.btn:hover {
        background: #D61252;
        background: -moz-linear-gradient(top, #D61252 0%, #ED145B 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#D61252), color-stop(100%,#ED145B));
        background: -webkit-linear-gradient(top, #D61252 0%,#ED145B 100%);
        background: -o-linear-gradient(top, #D61252 0%,#ED145B 100%);
        background: -ms-linear-gradient(top, #D61252 0%,#ED145B 100%);
        background: linear-gradient(to bottom, #D61252 0%,#ED145B 100%);
    }

.add-contact-to-company {
    float: right;
    margin-top: 20px;
    margin-right: 20px;
}

.add-contacts-to-company {
    float: right;
    margin-top: 20px;
}

.table-margin {
    margin-bottom: 20px;
}

textarea, select[multiple=multiple] {
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(242,242,242,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(242,242,242,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%); /* W3C */
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    resize: none;
    width: 100%;
    min-height: 100px;
}

label {
    font-weight: bold;
}

.float-label {
    float: left;
    margin-right: 20px;
    line-height: 35px;
}

.low-checkbox {
    position: relative;
    top: 11px;
}

.company-item {
    margin-bottom: 15px;
}

.left-search select, .right-search select {
    width: 95%;
    padding: 4px 2.5%;
}

    .left-search select.with-footnotes, .right-search select.with-footnotes {
        width: 90%;
        padding: 4px 2.5%;
    }

ul.course-session-company-fees select {
    margin-bottom: 10px;
}

ul.course-session-company-fees input {
    width: 50px !important;
    position: relative;
    top: -5px;
    padding: 3px 5px !important;
}

.course-session-company-remove-fee {
    float: left;
    margin-top: 3px;
}

.hours-group select {
    width: 50px;
    padding: 4px;
}

.form-horizontal.no-margin {
    margin: 0;
    padding: 0;
    border-top: none;
}

    .form-horizontal.no-margin h2 {
        border-bottom: 1px solid #BEBEBE;
        padding-bottom: 5px
    }

.textarea-blocks, .border-box {
    border-top: 1px solid #E7E7E7;
    padding-top: 15px
}

.form-normal input.input-small {
    width: 100px;
    margin-right: 10px;
}

.form-normal input.input-medium {
    width: 170px;
    margin-right: -4px;
}

.input-append .add-on:last-child {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.course-session-company-fees .input-append {
    width: 150px;
}

    .course-session-company-fees .input-append .add-on:last-child {
        margin-top: 0;
    }

.textarea-group .control-label {
    float: none;
}

.textarea-group .controls {
    margin-left: 0;
    width: 100%;
}

form .short-section {
    margin-bottom: 30px;
}

    form .short-section a.btn {
        background: #ED145B;
        background: -moz-linear-gradient(top, #ED145B 0%, #D61252 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ED145B), color-stop(100%,#D61252));
        background: -webkit-linear-gradient(top, #ED145B 0%,#D61252 100%);
        background: -o-linear-gradient(top, #ED145B 0%,#D61252 100%);
        background: -ms-linear-gradient(top, #ED145B 0%,#D61252 100%);
        background: linear-gradient(to bottom, #ED145B 0%,#D61252 100%);
        width: auto;
        padding: 0 10px;
        height: 28px;
        color: #fff;
        text-shadow: none;
    }

        form .short-section a.btn:hover {
            background: #D61252;
            background: -moz-linear-gradient(top, #D61252 0%, #ED145B 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#D61252), color-stop(100%,#ED145B));
            background: -webkit-linear-gradient(top, #D61252 0%,#ED145B 100%);
            background: -o-linear-gradient(top, #D61252 0%,#ED145B 100%);
            background: -ms-linear-gradient(top, #D61252 0%,#ED145B 100%);
            background: linear-gradient(to bottom, #D61252 0%,#ED145B 100%);
        }

.input-append #item-name, .input-append #product-name, .input-append #provider-name {
    width: 660px;
    float: left;
    margin-right: 10px;
}

.input-append #AddHoliday {
    float: left;
    margin-right: 10px;
}

.elements-actions {
    float: right;
    margin-top: 10px;
}

    .elements-actions a.btn {
        float: left;
        display: block;
        width: auto;
        padding: 0 10px;
        margin-left: 10px;
    }

.edit-btn-pink {
    float: right;
}

.calendar-search li {
    list-style-type: none;
}

span.cke_skin_kama {
    border: none !important;
}

.cke_skin_kama .cke_wrapper {
    background: none !important;
}

.possibilities {
    margin-bottom: 30px;
}

.field-validation-error span {
    display: block;
    color: #ed1442;
}

.input-validation-error {
    border-color: #ed1442;
}

input:focus, textarea:focus {
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(237, 20, 91, 0.6);
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(237, 20, 91, 0.6);
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(237, 20, 91, 0.6);
    border-color: #ed145b;
}

.rate .input-append {
    float: left;
    width: 160px;
}

.rate .help-inline {
    margin-top: 8px;
}

.help-block {
    display: block;
    margin-top: 10px;
    width: 325px !important;
}

.display-horizontal .field span.display .help-block a {
    color: #333;
}

.display-horizontal .company-infos .field span.help-inline {
    width: auto;
    padding: 1px;
}

    .display-horizontal .company-infos .field span.help-inline a.btn {
        font-size: 12px;
    }

.input-append input, .input-append select, .input-append .uneditable-input {
    float: left;
    margin-right: 20px;
}

.form-normal .change-name input[type=text] {
    width: 85%;
}

.cke_maximized {
    top: 45px !important;
    background-color: gray !important;
}

.course-session-company-fees select {
    float: left;
    margin-right: 10px;
}

.course-session-company-fees .input-append {
    float: left;
    margin-top: 3px;
}

.alert-danger, .alert-error {
    background-color: #ed1442;
    color: #fff;
    border: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    text-shadow: none;
}

.add-participant {
    margin-top: -50px;
    float: right;
}

.popup-warning {
    color: #d61252;
    margin: 8px;
}

.more-margin-btn, .margin-btn {
    margin-top: 10px;
}

.input-prepend, .input-append {
    width: 100%;
}

.no-width .input-append {
    float: left;
    width: 150px;
    display: block !important;
}

.no-width .help-inline {
    margin-top: 5px;
}

.form-normal.small-form input[type=text].confirmation-amount {
    width: 60px;
}
/****** /Searches & Forms ********/

/****** Tabs ********/
.nav-tabs > li > a {
    font: 14px 'TitilliumText25L600wt';
    color: #333;
    text-transform: uppercase;
    padding: 10px 20px;
    display: block;
}

.nav-tabs > .active > a, .nav-tabs > .active > a:hover {
    background: url('../images/light-gray-bg.gif');
    color: #ed145b;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

.nav.nav-tabs {
    margin: 0;
}

.tab-filler {
    position: absolute;
    top: 72px;
    height: 15px;
    background: url('../images/light-gray-bg.gif');
    z-index: 1000;
}

.nav-tabs > li > a:hover {
    background: url('../images/pink-bg.gif');
    color: #fff;
    border-color: transparent;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

#history-tabs {
    background: url('../images/gray-bg.gif');
}

.modal-body .tab-content {
    background: url('../images/light-gray-bg.gif');
    padding: 15px;
}
/****** /Tabs ********/

/****** Popups ********/
.modal-backdrop, .modal-backdrop.fade.in {
    z-index: 30000;
}

.modal .table-striped tbody tr th {
    background: none;
}

.modal.fade.in {
    z-index: 30001;
}

.modal {
    overflow: visible;
    width: 760px;
    margin: -250px 0 0 -380px;
}

.modal-header {
    background: url('../images/black-bg.png') repeat-x 0 0;
    color: #fff;
    font: 24px 'TitilliumText25L600wt';
    text-transform: uppercase;
}

    .modal-header h3 {
        color: #fff;
        line-height: 30px;
        margin-bottom: 0;
        text-align: center;
    }

    .modal-header .close {
        position: absolute;
        top: -25px;
        right: -25px;
        background: url('../images/close-btn.png') no-repeat 0 0;
        width: 50px;
        height: 48px;
        text-indent: -9999px;
        opacity: 1;
    }

.form-normal .modal-body .controls {
    margin-left: 160px;
}

.form-normal .modal-body .textarea-group .controls {
    margin-left: 0;
}

.modal-body {
    padding: 0;
    max-height: 400px;
    overflow-y: scroll;
}

#ajax-modal-email.modal.in {
    top: 33%
}

.modal-body--email {
    height: 75vh;
    max-height: 600px;
    overflow: auto;
}

    .modal-body--email td {
        border: 0 !important;
    }

        .modal-body--email td a {
            padding: 0 !important;
        }

.modal-body h4 {
    background: url('../images/lighter-gray-bg.gif');
    padding: 15px;
    font: 18px 'TitilliumText25L600wt';
    text-transform: uppercase;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #cbcbcb;
}

.modal-body td, .modal-body .no-teacher, .modal-body .table td.last {
    background: url('../images/light-gray-bg.gif');
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #cbcbcb;
    text-align: left;
    padding: 0;
}

.modal-body .slim-table td {
    font-size: 12px;
    font-weight: normal;
    padding: 5px;
}

.modal-body .no-teacher {
    padding: 10px 15px;
}

.modal-body .table-striped tbody tr:nth-child(odd) td {
    background: url('../images/light-gray-bg.gif');
}

.modal-body td a {
    color: #333;
    display: block;
    padding: 10px 15px;
}

    .modal-body td a:hover {
        background: url('../images/pink-transparent-bg.png');
        text-decoration: none;
    }

.popup-wrapper {
    padding: 0 15px;
}

.page-content .popup-wrapper form {
    border: none;
    margin-top: 0;
}

.modal-footer {
    background: none;
    border: none;
    padding: 0;
    box-shadow: none;
    padding-bottom: 20px;
}

.modal-body {
    background: url('../images/light-gray-bg.gif');
    padding: 15px;
    font: 18px 'TitilliumText25L600wt';
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #cbcbcb;
}

.modal-footer {
    background: url('../images/lighter-gray-bg.gif');
    padding: 15px;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #cbcbcb;
}

    .modal-footer a.btn, .modal-footer button.btn,
    .modal-body a.btn, .modal-body button.btn {
        background: #ED145B;
        background: -moz-linear-gradient(top, #ED145B 0%, #D61252 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ED145B), color-stop(100%,#D61252));
        background: -webkit-linear-gradient(top, #ED145B 0%,#D61252 100%);
        background: -o-linear-gradient(top, #ED145B 0%,#D61252 100%);
        background: -ms-linear-gradient(top, #ED145B 0%,#D61252 100%);
        background: linear-gradient(to bottom, #ED145B 0%,#D61252 100%);
        color: #fff;
        text-shadow: none;
        font: 14px/28px 'TitilliumText25L600wt';
        height: 28px;
        text-transform: uppercase;
        padding: 0 10px;
        float: right;
        margin-left: 10px;
    }

        .modal-body button.btn.btn-small {
            margin-right: 10px;
            font-size: smaller;
            background: #E4E4E4;
            background: -moz-linear-gradient(top, #E4E4E4 0%, #DEDEDE 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E4E4E4), color-stop(100%,#DEDEDE));
            background: -webkit-linear-gradient(top, #E4E4E4 0%,#DEDEDE 100%);
            background: -o-linear-gradient(top, #E4E4E4 0%,#DEDEDE 100%);
            background: -ms-linear-gradient(top, #E4E4E4 0%,#DEDEDE 100%);
            background: linear-gradient(to bottom, #E4E4E4 0%,#DEDEDE 100%);
            width: auto;
            color: black;
        }

        .modal-footer a.btn:hover, .modal-footer button.btn:hover {
            background: #D61252;
            background: -moz-linear-gradient(top, #D61252 0%, #ED145B 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#D61252), color-stop(100%,#ED145B));
            background: -webkit-linear-gradient(top, #D61252 0%,#ED145B 100%);
            background: -o-linear-gradient(top, #D61252 0%,#ED145B 100%);
            background: -ms-linear-gradient(top, #D61252 0%,#ED145B 100%);
            background: linear-gradient(to bottom, #D61252 0%,#ED145B 100%)
        }

.modal-body .select2-container {
    width: 300px !important;
}

.form-normal .modal-footer button.btn {
    margin-top: 0;
}

.modal-footer .btn {
    margin-left: 5px;
}

.modal-body {
    font-family: Arial;
}

    .modal-body label.radio {
        font-weight: normal;
    }

.history-date {
    display: block;
    margin-left: 25px;
    margin-top: 5px;
}

#history-modal {
    width: 600px;
}

.journal-history-container .small-cell {
    padding: 10px 0;
    width: 25%;
}

#history-import-modal .modal-body {
    padding: 0;
}

.modal-body select#TeacherId {
    width: 320px;
}

.form-horizontal.form-normal .modal-body .control-label {
    width: 140px;
    padding-right: 8px;
}

.modal-body .form-horizontal .controls {
    margin-left: 160px;
}

.modal-errors-container {
    font-size: 12px;
    margin-bottom: 10px;
}

    .modal-errors-container ul {
        font-size: 12px;
        padding: 0 0 0 10px;
        margin: 0;
    }

    .modal-errors-container li {
        list-style-type: disc;
        padding: 2px 0 2px 0;
        margin: 0;
    }
/****** /Popups ********/

/****** Report List ********/
#report-list {
    background: url('../images/gray-transparent-bg.png');
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 30px;
    width: 465px;
    margin: 0 auto;
}

    #report-list li {
        list-style-type: none;
    }

        #report-list li ul {
            margin-left: 0;
            margin-bottom: 20px;
        }

            #report-list li ul.last {
                margin-bottom: 0;
            }

        #report-list li li {
            list-style-type: none;
            background: #E4E4E4;
            background: -moz-linear-gradient(top, #E4E4E4 0%, #DEDEDE 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E4E4E4), color-stop(100%,#DEDEDE));
            background: -webkit-linear-gradient(top, #E4E4E4 0%,#DEDEDE 100%);
            background: -o-linear-gradient(top, #E4E4E4 0%,#DEDEDE 100%);
            background: -ms-linear-gradient(top, #E4E4E4 0%,#DEDEDE 100%);
            background: linear-gradient(to bottom, #E4E4E4 0%,#DEDEDE 100%);
            width: 100%;
            height: 28px;
            font: 14px/28px 'TitilliumText25L600wt';
            text-transform: uppercase;
            padding: 0;
            margin-bottom: 10px;
            border-radius: 5px;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            -webkit-box-shadow: 1px 0px 5px rgba(0, 0, 0, 0.2);
            -moz-box-shadow: 1px 0px 5px rgba(0, 0, 0, 0.2);
            box-shadow: 1px 0px 5px rgba(0, 0, 0, 0.2);
        }

            #report-list li li.last {
                margin-bottom: 0;
            }

            #report-list li li:hover label {
                background: #DEDEDE;
                background: -moz-linear-gradient(top, #DEDEDE 0%, #E4E4E4 100%);
                background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#DEDEDE), color-stop(100%,#E4E4E4));
                background: -webkit-linear-gradient(top, #DEDEDE 0%,#E4E4E4 100%);
                background: -o-linear-gradient(top, #DEDEDE 0%,#E4E4E4 100%);
                background: -ms-linear-gradient(top, #DEDEDE 0%,#E4E4E4 100%);
                background: linear-gradient(to bottom, #DEDEDE 0%,#E4E4E4 100%);
            }

        #report-list li a {
            color: #333;
            display: block;
            background: url('../images/pink-next.png') no-repeat 10px center;
            padding-left: 40px;
        }

            #report-list li a:hover {
                text-decoration: none;
            }
/****** Report List ********/

/****** Reports ********/
td.bold-title {
    font-weight: bold;
    color: #333;
}

th.total-hours {
    text-align: center;
    color: #ed145b;
    font-weight: bold;
    font-family: Arial;
}

.one-course {
    background: url('../images/white-transparent-bg.png');
    margin-bottom: 10px;
}

.course-identification {
    width: 151px;
    float: left;
    border: 1px solid #c5c5c5;
    border-top: 1px solid #e9e9e9;
    border-left: 1px solid #e9e9e9;
    height: 100%;
    padding: 10px 12px;
}

    .course-identification h2 {
        background: url('../images/event.png') no-repeat 0 0;
        width: 35px;
        height: 35px;
        text-align: center;
        color: #fff;
        border: none;
        font: 20px/35px 'TitilliumText25L400wt';
        float: left;
        margin-right: 10px;
    }

.course-table {
    width: 741px;
    float: left;
    border: 1px solid #c5c5c5;
    border-top: 1px solid #e9e9e9;
    border-left: 1px solid #e9e9e9;
    padding: 10px 12px;
}

    .course-table table td {
        background: none;
        border: none;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
    }

.right-titles {
    float: left;
}

.course-identification h3 {
    font: 14px Arial;
    font-weight: bold;
}

.course-identification h4 {
    font: 12px Arial;
    font-weight: bold;
}

.number-days {
    width: 200px !important;
    text-align: right;
    border-top: 1px solid #e2e2e2 !important;
    border-bottom: 1px solid #d0d0d0 !important;
    text-align: right !important;
}

.teacher-course {
    border-top: 1px solid #e2e2e2 !important;
    border-bottom: 1px solid #d0d0d0 !important;
}

tr.last .teacher-course, tr.last .number-days {
    border-bottom: none !important;
}

.participants {
    width: 70px;
    border-top: 1px solid #e2e2e2 !important;
}

.teacher-course strong {
    margin-right: 25px;
}

.participants-names {
    padding: 0 !important;
}

    .participants-names table {
        width: 100%;
    }

        .participants-names table td {
            border-top: 1px solid #e2e2e2 !important;
            border-bottom: 1px solid #d0d0d0 !important;
        }

.course-table th {
    font: 14px Arial;
    font-weight: bold;
    text-transform: none;
    color: #333;
}

.participants-names table td.no-border-cell {
    border-bottom: none !important;
}

table.schedule-table th, table.schedule-table td, table.schedule-table td.last, table.schedule-table th.last {
    text-align: left;
}

table td.small-date-cell {
    width: 50%;
    padding-top: 10px;
}

.schedule-table td .error {
    padding-bottom: 10px;
    display: block;
}

table.schedule-table td.location-cell, table.schedule-table td.notes-cell {
    padding-top: 10px;
    padding-bottom: 10px;
}
/****** /Reports ********/

/****** Summary ********/
.summary-infos {
    background: url('../images/black-stripes.gif') repeat 0 0;
    padding: 15px 25px;
}

    .summary-infos h3 {
        color: #fff;
        text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.35);
        border-bottom: 1px solid #6c6c6c;
        padding-bottom: 5px;
        margin-bottom: 0;
    }

    .summary-infos .summary-fields {
        padding-top: 10px;
        border-top: 1px solid #828282;
    }

        .summary-infos .summary-fields label, .summary-infos .summary-fields span.display {
            color: #fff;
            text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.35);
            opacity: 1;
        }

.payment-confirmation-note {
    color: #fff;
    margin-top: 10px;
    text-align: center;
}
/****** /Summary ********/

/****** Login Page ********/
.login {
    background: url('../images/login-bg.jpg') repeat center 0;
}

    .login .container {
        width: 560px;
        margin: 0 auto;
    }

    .login .height-centered {
        position: absolute;
        width: 100%;
        top: 30%;
    }

    .login .page-header {
        background: url('../images/dark-bg.png') repeat-x 0 0;
        height: 45px;
        overflow: hidden;
        padding: 0;
    }

        .login .page-header h1 {
            line-height: 45px;
        }

.login-box {
    background: url('../images/lighter-gray-bg.gif');
}

    .login-box h2, .login-box .control-group {
        background: url('../images/light-gray-bg.gif');
        padding: 10px 5%;
        border-bottom: 1px solid #c2c2c2;
        border-top: 1px solid #f5f5f5;
        margin: 0;
    }

    .login-box h2 {
        font: 18px 'TitilliumText25L400wt';
        text-transform: uppercase;
    }

    .login-box .login-buttons, .login-box .single {
        padding: 10px 5%;
        border-bottom: 1px solid #c2c2c2;
        border-top: 1px solid #f5f5f5;
        margin: 0;
    }

    .login-box .control-group input {
        width: 395px;
    }

    .login-box .control-group label {
        float: left;
        line-height: 32px;
        width: 99px;
    }

    .login-box .control-group .controls {
        width: 405px;
        float: left;
    }

    .login-box.reset .control-group label {
        line-height: 16px;
        margin-right: 10px;
    }

    .login-box.reset .control-group input {
        width: 380px;
    }

    .login-box.reset .control-group .controls {
        width: 395px;
    }

    .login-box .controls input {
        background: url('../images/search-box.gif') repeat-x 0 0;
        height: 27px;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        padding: 3px 10px;
    }

    .login-box .btn {
        background: #ED145B;
        background: -moz-linear-gradient(top, #ED145B 0%, #D61252 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ED145B), color-stop(100%,#D61252));
        background: -webkit-linear-gradient(top, #ED145B 0%,#D61252 100%);
        background: -o-linear-gradient(top, #ED145B 0%,#D61252 100%);
        background: -ms-linear-gradient(top, #ED145B 0%,#D61252 100%);
        background: linear-gradient(to bottom, #ED145B 0%,#D61252 100%);
        color: white;
        text-transform: uppercase;
        font: 14px/28px 'TitilliumText25L600wt';
        text-shadow: none;
        padding: 0 20px;
        float: right;
    }

    .login-box a {
        color: #ec145a;
    }

    .login-box .field-validation-error, .modal .field-validation-error {
        padding: 10px 5%;
        display: block;
        font: 14px/32px 'TitilliumText25L600wt';
        text-transform: uppercase;
        color: #ed1442;
    }

.no-caps .field-validation-error {
    font: 12px 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-transform: none;
    padding: 0;
}

.login .field-validation-error {
    border-bottom: 1px solid #cbcbcb;
}

.login .no-caps .field-validation-error {
    border: none;
}
/****** /Login Page ********/

/****** Breadcrumbs ********/
.websubscription-steps li {
    float: left;
    padding-right: 20px;
    background: url('../images/right-arrow.png') no-repeat right center;
    list-style-position: inside;
    margin-left: 40px;
    font: 16px 'TitilliumText25L400wt';
    text-transform: uppercase;
}

    .websubscription-steps li.last {
        background: none;
    }
/****** /Breadcrumbs ********/

/****** Tables ********/
.registrations-table em {
    font-weight: bold;
    color: #333;
    font-style: normal;
}

.registrations-table {
    margin-top: 20px;
}

    .registrations-table.table td.align-left {
        text-align: left;
    }

    .registrations-table .empty-cell {
        width: 60%;
    }

#events-calendar table {
    border-bottom: none;
}

.table-striped tbody tr:nth-child(odd) td.letter, .table.cleanup-table td.last.letter {
    background: url('../images/dark-gray-bg.gif');
    color: #fff;
    text-align: center;
    font: 16px 'TitilliumText25L400wt';
}

.table.cleanup-table td.last, .table.cleanup-table th.last {
    width: 145px;
    text-align: right;
}

.checkbox-line td.first {
    width: 20px;
    padding: 8px 0 8px 8px;
}

.content-wrap.big-table {
    margin-bottom: 20px;
}

.phone-col {
    width: 150px;
    text-align: center !important;
}

.center-text {
    text-align: center !important;
}

#teacher-courses .course > table, #teacher-courses .subcategory > div.checkbox-wrapper, #teacher-courses .subcategory .course > table {
    width: 90%;
}

.grid-edit-btn {
    text-align: right;
    display: block;
    width: 100%;
}

table.vertical-aligned td {
    vertical-align: middle;
}

table .small-cell {
    width: 30%;
}

table .big-cell {
    width: 40%;
}

a.btn.payment-confirmed-async {
    background: none;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.all-categories {
    position: relative;
}

.active-categories-trigger {
    position: absolute;
    top: 0;
    right: 0;
}

    .active-categories-trigger input, .active-categories-trigger label {
        display: inline-block;
    }

.move-up {
    position: relative;
    top: -20px;
}
/****** /Tables ********/

/****** Comments ********/
ul.comments-list li {
    padding: 10px;
    border: 1px solid #ccc;
}

.teacher-comment {
    margin: 10px 0;
}
/****** /Comments ********/

/****** Icons ********/
.icon-delete.icon-black {
    background: url('../images/black-delete.png') no-repeat 0 0;
    width: 15px;
    height: 19px;
}

.icon-ok {
    background: url('../images/icons/true.png') no-repeat 0 0;
    width: 12px;
    height: 9px;
}

.icon-remove {
    background: url('../images/icons/false.png') no-repeat 0 0;
    width: 14px;
    height: 14px;
}

    .icon-remove.remove-pink {
        background: url('../images/pink-delete.png') no-repeat 0 0;
        width: 15px;
        height: 18px;
    }

.btn .icon-more {
    background: url('../images/plus.png') no-repeat 0 center;
    width: 14px;
    height: 14px;
    margin: 2px 5px 0 0;
}

.icon-more.icon-pink {
    background: url('../images/pink-plus.png') no-repeat 0 center;
}

.icon-back.icon-white {
    background: url('../images/white-back.png') no-repeat 0 0;
    width: 17px;
    height: 12px;
    margin-top: 3px;
}

.icon-back.icon-pink {
    background: url('../images/pink-back.png') no-repeat 0 0;
    width: 15px;
    height: 11px;
    margin-top: 3px;
}

.icon-up.icon-pink {
    background: url('../images/up.png') no-repeat 0 0;
    width: 11px;
    height: 15px;
}

.icon-addfile.icon-pink {
    background: url('../css/images/icon__addFilePink.svg') no-repeat 0 0;
    width: 15px;
    height: 14px;
    margin: 1px;
}

.icon-down.icon-pink {
    background: url('../images/down.png') no-repeat 0 0;
    width: 11px;
    height: 15px;
}

.icon-delete.icon-pink {
    background: url('../images/pink-delete.png') no-repeat 0 0;
    width: 15px;
    height: 18px;
}

.icon-delete.icon-white {
    background: url('../images/white-delete.png') no-repeat 0 0;
    width: 15px;
    height: 18px;
}

.icon-edit.icon-pink {
    background: url('../images/pink-edit.png') no-repeat 0 0;
    width: 17px;
    height: 18px;
}

.icon-edit.icon-white {
    background: url('../images/white-edit.png') no-repeat 0 0;
    width: 17px;
    height: 17px;
}

.icon-trash.icon-pink {
    background: url('../images/pink-delete.png') no-repeat 0 0;
    width: 15px;
    height: 18px;
}

.icon-cancel.icon-pink {
    background: url('../images/pink-cancel.png') no-repeat 0 0;
    width: 19px;
    height: 19px;
    position: relative;
    top: -2px;
}

.icon-save.icon-white {
    background: url('../images/white-save.png') no-repeat 0 0;
    width: 16px;
    height: 16px;
    margin-top: 1px;
}

.icon-save-continue.icon-white {
    background: url('../images/white-save-continue.png') no-repeat 0 0;
    width: 18px;
    height: 16px;
}

#search-form .icon-search.icon-pink, .top-content .icon-search.icon-pink, .content-wrap .icon-search.icon-pink {
    background: url('../images/pink-search.png') no-repeat 0 0;
    margin-right: 5px;
    width: 17px;
    height: 17px;
}

.icon-search.icon-white, .icon-search.icon-white {
    margin-left: -10px;
    margin-right: 5px;
    background: url('../images/white-search.png') no-repeat 0 0;
    width: 17px;
    height: 17px;
}

.icon-open.icon-pink {
    background: url('images/down.png') no-repeat 0 0;
    width: 14px;
    height: 9px;
    position: relative;
    top: 10px;
    left: 10px;
}

.icon-close.icon-pink {
    background: url('images/up.png') no-repeat 0 0;
    width: 14px;
    height: 9px;
    position: relative;
    top: 10px;
    left: 10px;
}
/****** /Icons ********/

h3.credit-notes-summary {
    margin-top: 10px;
}

@media print {
    p, a, th, span, h1, h2, h3, h4, td, div {
        color: #000 !important;
        font-family: Arial !important;
        background: none !important;
        border-radius: 0 !important;
        -moz-border-radius: 0 !important;
        -webkit-border-radius: 0 !important;
    }

    body {
        padding-top: 0;
    }

    .navbar {
        display: none;
    }

    #footer-actions {
        display: none;
    }

    .page-content {
        background: none;
    }

    .main-page-content {
        background: none;
    }

    .top-content {
        background: none;
    }

    #search-form {
        display: none;
    }

    form {
        display: none;
    }

    .course-identification {
        width: 15%;
        float: left !important;
        padding-bottom: 15px;
        border-left: none !important;
        border-bottom: none !important;
        border-top: none !important;
    }

        .course-identification h4 {
            font-size: 14px !important;
        }

    .course-table {
        width: 79% !important;
        float: left !important;
        padding-bottom: 15px;
        border-right: none !important;
        border-top: none !important;
        border-bottom: none !important;
    }

        .course-table td {
            font-size: 16px !important;
        }

    .remove-print, #calendar-nav {
        display: none;
    }

    .btn {
        display: none;
    }

    .one-course {
        border: 1px solid #333;
    }

    .no-print {
        display: none;
    }
}

.controls-with-button input {
    width: 65%;
    float: left;
}

.controls-with-button button {
    width: 25%;
    float: right;
}

ul.modal-menu {
    list-style-type: none;
    padding: 0;
}

    ul.modal-menu .btn {
        float: none;
    }

.dropdown-menu.top {
    bottom: 35px;
    left: auto;
    right: 0;
    top: auto;
}

    .dropdown-menu.top:before {
        position: absolute;
        bottom: -7px;
        right: 10px;
        display: inline-block;
        border-right: 7px solid transparent;
        border-top: 7px solid #ccc;
        border-left: 7px solid transparent;
        border-top-color: rgba(0,0,0,.2);
        content: '';
    }

    .dropdown-menu.top:after {
        position: absolute;
        bottom: -6px;
        right: 10px;
        display: inline-block;
        border-right: 6px solid transparent;
        border-top: 6px solid #fff;
        border-left: 6px solid transparent;
        content: '';
    }

body .cke_dialog {
    z-index: 99999999 !important;
}

body .cke_dialog_background_cover {
    z-index: 99999999 !important;
}

.field--leftAlign div:first-child {
    display: inline-block;
}

.field--leftAlign div:nth-child(2) {
    display: inline-block;
    float: right;
    width: 40%;
}

/* PARTICIPANT LISTS ============================================================================== */
.row--details {
    border-bottom: 0;
}

/* Colors ------------------- */
:root {
    --color-border: #EBEBEB;
    --color-checkbox: #DCDDE0;
    --color-grey-light: #F7F7F7;
    --color-grey-medium: #9B9B9B;
    --color-grey-dark: #57656C;
    --color-grey-darker: #333333;
    --color-grey-disabled: #C4C4C4;
    --color-grey-disabled-rgb: 196, 196, 196;
    --color-black: #000000;
    --color-white: #FFFFFF;
    --color-green: #1C997A;
    --color-green-rgb: 28, 153, 122;
    --color-pink: #ED145B;
    --color-pink-rgb: 237, 20, 91;
    --color-red: #ED1438;
    --color-red-rgb: 237, 20, 56;
}

.participantsList {
    letter-spacing: 0.02rem;
    margin: 0 40px;
}

    /* RESET ----------------------------------------------- */
    .participantsList ul {
        list-style: none;
        margin: 0;
    }

/* HEADER ---------------------------------------------- */
.participantsList__header {
    background-color: var(--color-grey-light);
    margin: 0 -40px;
    padding: 24px 40px 0;
    border-bottom: var(--color-border) 1px solid;
}

.participantsList__header-flex {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}

.participantsList__header-title {
    font-size: 1.5rem;
    color: var(--color-black);
    font-family: "TitilliumText25L800wt",Arial,Helvetica,sans-serif;
}

.participantsList__header-date {
    font-size: 0.875rem;
    color: var(--color-grey-medium);
    font-family: "TitilliumText25L600wt",Arial,Helvetica,sans-serif;
}

.participantsList__backBtn {
    display: block;
    width: 48px;
    height: 48px;
    background-color: rgba(var(--color-grey-disabled-rgb), 0.3);
    border-radius: 4px;
    margin-right: 16px;
    color: transparent;
    transition: background-color 0.2s ease-in-out;
    background-image: url('./images/icon__arrow.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
}

    .participantsList__backBtn:hover {
        color: transparent;
        background-color: rgba(var(--color-grey-disabled-rgb), 0.4);
    }

.participantsList__tabs {
    display: flex;
}

.participantsList__tab {
    padding-bottom: 8px;
    margin-right: 32px;
    font-size: 0.875rem;
    color: var(--color-grey-medium);
    font-family: "TitilliumText25L600wt",Arial,Helvetica,sans-serif;
    position: relative;
    transition: color 0.2s ease-in-out;
}

    .participantsList__tab::after {
        display: block;
        content: "";
        width: 100%;
        height: 1px;
        bottom: -1px;
        position: absolute;
        transition: background-color 0.2s ease-in-out;
    }

    .participantsList__tab.active, .participantsList__tab:hover {
        color: var(--color-black);
    }

        .participantsList__tab.active::after, .participantsList__tab:hover::after {
            background-color: var(--color-pink);
        }

.participantsList__tab-link {
    color: inherit;
}

    .participantsList__tab-link:hover {
        color: inherit;
        text-decoration: none;
    }

/* CHECKBOX -------------------------------------------- */
.participantsList input[type='checkbox'] {
    width: 0;
    height: 0;
    opacity: 0;
    position: absolute;
}

    .participantsList input[type='checkbox'] + label {
        position: relative;
        display: flex;
        align-items: center;
        font-size: 1rem;
        transform: translate3d(0, 0, 0);
        cursor: pointer;
    }

        .participantsList input[type='checkbox'] + label::before, .participantsList input[type='checkbox'] + label::after {
            content: '';
            display: block;
            width: 20px;
            height: 20px;
            margin-right: 12px;
            border-radius: 4px;
        }

        .participantsList input[type='checkbox'] + label::before {
            border: 1px solid var(--color-checkbox);
            transition: border 0.2s ease-in-out;
            flex-shrink: 0;
            transition: background-color 0.2s ease-in-out;
        }

        .participantsList input[type='checkbox'] + label::after {
            z-index: 1;
            opacity: 0;
            background-image: url('./images/icon__check.svg');
            background-repeat: no-repeat;
            background-position: 6px;
            background-size: 10px;
            transition: opacity 0.2s ease-in-out;
            position: absolute;
            top: 50%;
            transform: translate3d(0, -50%, 0);
            left: 0;
        }

    .participantsList input[type='checkbox']:checked + label::before {
        background-color: var(--color-black);
    }

    .participantsList input[type='checkbox']:checked + label::after {
        opacity: 1;
    }

.participantsList label {
    margin: 0;
    color: var(--color-grey-dark);
    font-family: "TitilliumText25L600wt",Arial,Helvetica,sans-serif;
}

.modal__checkbox input[type='checkbox']:checked + label {
    color: var(--color-black);
    margin-bottom: 16px;
}

/* BUTTON -------------------------------------------- */
.participantsListButton {
    color: var(--color-white);
    background-color: var(--color-pink);
    padding: 8px 16px;
    font-family: "TitilliumText25L600wt",Arial,Helvetica,sans-serif;
    border: none;
    border-radius: 4px;
    display: flex;
    align-items: center;
    font-size: 0.875rem;
    transition: background-color 0.2s ease-in-out;
}

    .participantsListButton:hover {
        background-color: rgba(var(--color-pink-rgb), 0.9);
    }

.participantsListButton--grey {
    background-color: rgba(var(--color-grey-disabled-rgb), 0.2);
    color: var(--color-grey-dark);
}

    .participantsListButton--grey:hover {
        background-color: rgba(var(--color-grey-disabled-rgb), 0.5);
        color: var(--color-grey-dark);
    }

.participantsListButton--icon::before {
    content: "";
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-right: 8px;
}

.participantsListButton--icon-arrow::after {
    content: "";
    width: 8px;
    height: 8px;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(./images/icon__bottomArrow.svg);
    margin-left: 8px;
}

    .participantsListButton--icon-arrow::after.open {
        transform: rotate(180deg);
    }

.participantsListButton--email::before {
    background-image: url(./images/icon__mail.svg);
}

.participantsListButton--excel::before {
    background-image: url(./images/icon__addFileWhite.svg);
}

.participantsListButton--download::before {
    background-image: url(./images/icon__download.svg);
}

/* TABLE --------------------------------------------- */
.participantsList__table {
    width: 100%;
    margin-top: 24px;
}

/* TABLE HEADER ----------------------------------- */

.participantsList__tableHeader {
    border-bottom: var(--color-border) 1px solid;
    position: relative;
    transition: border 0.2s ease-in-out;
}

.participantsList__tableHeaderItem {
    padding-right: 12px;
}

    .participantsList__tableHeaderItem:first-child {
        padding-left: 12px;
    }

.participantsList__tableHeaderItem {
    padding: 16px 0;
    color: var(--color-grey-medium);
    font-size: 0.875rem;
    text-transform: none;
    line-height: 21px;
    font-family: "TitilliumText25L600wt", Arial, Helvetica, sans-serif;
    transition: color 0.2s ease-in-out;
}

.participantsList__tableHeaderItem-checkbox {
    width: fit-content;
}

    .participantsList__tableHeaderItem-checkbox label {
        color: var(--color-grey-medium);
    }

    .participantsList__tableHeaderItem-checkbox input:checked + label {
        color: var(--color-black);
    }

.participantsList__tableHeader:first-child .participantsList__tableHeaderItem::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(var(--color-grey-disabled-rgb), 0.2);
    border-radius: 4px;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: -1;
    transition: opacity 0.2s ease-in-out;
}

/* State selected */
.participantsList__tableHeader.selected {
    border-color: transparent;
}

    .participantsList__tableHeader.selected:first-child .participantsList__tableHeaderItem::before {
        opacity: 0.2;
    }

    .participantsList__tableHeader.selected .participantsList__tableHeaderItem {
        color: transparent;
    }

/* ROW ----------------------------------- */
.participantsList__tableRow {
    transition: background-color 0.2s ease-in-out;
}

    .participantsList__tableRow:hover {
        background-color: rgba(var(--color-grey-disabled-rgb), 0.1);
    }

    .participantsList__tableRow.selected {
        background-color: rgba(var(--color-grey-disabled-rgb), 0.2);
    }

/* COL -------------------- */
.participantsList__tableItem {
    border-bottom: 1px solid #e2e3e0;
    padding: 24px 16px 24px 0;
    vertical-align: center;
    color: var(--color-grey-dark);
    font-family: "TitilliumText25L600wt", Arial, Helvetica, sans-serif;
    font-size: 0.875rem;
    position: relative;
}

    .participantsList__tableItem:first-child {
        padding-left: 12px;
    }

.participantsList__tableRow:last-child .participantsList__tableItem {
    border-bottom: none;
}

.participantsList__contactInfo {
    display: flex;
    flex-direction: column;
}

.participantsList__contactInfo-name {
    font-size: 1rem;
    line-height: 24px;
    color: var(--color-black);
}

.participantsList__contactInfo-email {
    color: var(--color-grey-dark);
    text-decoration: underline;
    transition: color 0.2s ease-in-out;
}

    .participantsList__contactInfo-email:hover {
        color: var(--color-pink);
    }

.participantsList__inscriptionInfo {
    display: flex;
    flex-direction: column;
}

.participantsList__profile {
    font-size: 0.688rem; /* 11px */
    color: var(--color-grey-medium);
    text-transform: uppercase;
    font-family: "TitilliumText25L600wt", Arial, Helvetica, sans-serif;
    margin-bottom: 2px;
}

.participantsList__language {
    text-transform: uppercase;
}

.participantsList__inscriptionStatus.confirmed {
    color: var(--color-green);
}

.participantsList__presence, .participantsList__center {
    padding: 8px 12px;
    background-color: rgba(var(--color-grey-disabled-rgb), 0.2);
    border-radius: 4px;
    display: flex;
    width: fit-content;
    align-items: center;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out;
}

    .participantsList__presence:hover, .participantsList__center:hover {
        background-color: rgba(var(--color-grey-disabled-rgb), 0.4);
    }

.participantsList__presence-arrow {
    width: 8px;
    height: 4px;
    margin-left: 8px;
    fill: var(--color-grey-dark);
}

.participantsList__presence.absent {
    color: var(--color-red);
    background-color: rgba(var(--color-red-rgb), 0.15);
}

    .participantsList__presence.absent:hover {
        background-color: rgba(var(--color-red-rgb), 0.3);
    }

.absent .participantsList__presence-arrow {
    fill: var(--color-red);
}

.participantsList__presence.present {
    color: var(--color-green);
    background-color: rgba(var(--color-green-rgb), 0.15);
}

    .participantsList__presence.present:hover {
        background-color: rgba(var(--color-green-rgb), 0.3);
    }

.present .participantsList__presence-arrow {
    fill: var(--color-green);
}

.participantsList__action {
    padding: 6px 10px;
    background-color: rgba(var(--color-grey-disabled-rgb), 0.2);
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    border: none;
    margin-right: auto;
    transition: background-color 0.2s ease-in-out;
}

    .participantsList__action:hover {
        background-color: rgba(var(--color-grey-disabled-rgb), 0.4);
    }

.participantsList__action-circle {
    display: block;
    width: 3px;
    height: 3px;
    background-color: var(--color-grey-medium);
    border-radius: 100%;
    margin: 2px;
}

/* NOTICE ======================================*/
.participantsList__notice {
    padding: 8px 4px;
    background-color: rgba(var(--color-grey-disabled-rgb), 0.2);
    border-radius: 4px;
    display: flex;
    width: fit-content;
    cursor: pointer;
    z-index: 1;
}

    .participantsList__notice.allSent {
        background-color: rgba(var(--color-green-rgb), 0.2);
    }

.participantsList__notice-circle {
    margin: 0 4px;
    background-color: var(--color-grey-disabled);
    border-radius: 100%;
    width: 10px;
    height: 10px;
    flex-shrink: 0;
}

    .participantsList__notice-circle.sent {
        background-color: var(--color-green);
    }

/* TOOLTIP ======================================= */
.participantsListTooltip {
    background-color: var(--color-black);
    border-radius: 4px;
    width: fit-content;
    min-width: 188px;
}

.participantsListTooltip__item {
    border-bottom: 1px solid var(--color-grey-darker);
    display: flex;
    flex-direction: column;
    color: rgba(255, 255, 255, 0.7);
}

    .participantsListTooltip__item:last-child {
        border-bottom: none;
    }

.participantsListTooltip__item-text {
    padding-left: 16px;
    padding-top: 4px;
    padding-bottom: 16px;
}

.participantsListTooltip:not(.participantsListTooltip--notice) .participantsListTooltip__item-title {
    color: var(--color-white);
    padding: 16px;
    background: transparent;
    border: none;
    font-family: "TitilliumText25L600wt", Arial, Helvetica, sans-serif;
    font-size: 0.875rem;
    text-align: left;
    transition: opacity 0.2s ease-in-out;
}

    .participantsListTooltip:not(.participantsListTooltip--notice) .participantsListTooltip__item-title:hover {
        opacity: 0.7;
        text-decoration: none;
    }

/* State notice */
.participantsListTooltip--notice .participantsListTooltip__item-title {
    padding-left: 16px;
    padding-top: 16px;
    display: flex;
    align-items: center;
    min-width: 316px;
}

    .participantsListTooltip--notice .participantsListTooltip__item-title::before {
        content: '';
        width: 6px;
        height: 6px;
        border-radius: 100%;
        margin-right: 4px;
        background-color: var(--color-grey-disabled);
        flex-shrink: 0;
    }

    .participantsListTooltip--notice .participantsListTooltip__item-title.sent {
        color: var(--color-white);
    }

        .participantsListTooltip--notice .participantsListTooltip__item-title.sent::before {
            background-color: var(--color-green);
        }

/* Tippy */
.tippy-box {
    background-color: transparent;
}

.tippy-content {
    padding: 0;
}

/* Action Bar ------------------------------------- */
.participantsList__tableHeader.selected .participantsList__actionsBar {
    opacity: 1;
    visibility: visible;
}

.participantsList__actionsBar {
    display: flex;
    position: absolute;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
    z-index: 5;
}

.participantsList__bar-action {
    margin-right: 8px;
}

/* Alert message ------------------------------------- */
.alert {
    position: fixed;
    top: 53px; /* 45 + 8 */
    left: 70%;
    right: 16px;
    z-index: 10;
    border-radius: 4px;
    padding: 8px;
    padding-left: 16px;
    border: none;
    text-shadow: none;
    font-size: 0.875rem;
    font-family: "TitilliumText25L600wt", Arial, Helvetica, sans-serif;
}

    .alert .icon-close {
        display: block;
        position: absolute;
        right: 16px;
        background-image: url(images/icon__close.svg);
        width: 14px;
        height: 14px;
        background-repeat: no-repeat;
        background-position: center;
        top: 50%;
        transform: translate3d(0, -50%, 0);
        cursor: pointer;
    }

.alert-success {
    color: var(--color-white);
    background-color: var(--color-green);
    border: none;
}

    .alert-success .icon-ok-sign {
        background-position: unset;
        margin-right: 4px;
        background-image: url(images/icon__success.svg);
    }

.alert-error {
    background-color: var(--color-red);
}

    .alert-error .icon-exclamation-sign {
        background-position: unset;
        margin-right: 4px;
        background-image: url(images/icon__alert.svg);
    }

/* Loading icon -------------------------------------------- */
#action-status:not(:empty) {
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lds-spinner {
    color: var(--color-pink);
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

    .lds-spinner div {
        transform-origin: 40px 40px;
        animation: lds-spinner 1.2s linear infinite;
    }

        .lds-spinner div:after {
            content: " ";
            display: block;
            position: absolute;
            top: 3px;
            left: 37px;
            width: 6px;
            height: 18px;
            border-radius: 20%;
            background: var(--color-pink);
        }

        .lds-spinner div:nth-child(1) {
            transform: rotate(0deg);
            animation-delay: -1.1s;
        }

        .lds-spinner div:nth-child(2) {
            transform: rotate(30deg);
            animation-delay: -1s;
        }

        .lds-spinner div:nth-child(3) {
            transform: rotate(60deg);
            animation-delay: -0.9s;
        }

        .lds-spinner div:nth-child(4) {
            transform: rotate(90deg);
            animation-delay: -0.8s;
        }

        .lds-spinner div:nth-child(5) {
            transform: rotate(120deg);
            animation-delay: -0.7s;
        }

        .lds-spinner div:nth-child(6) {
            transform: rotate(150deg);
            animation-delay: -0.6s;
        }

        .lds-spinner div:nth-child(7) {
            transform: rotate(180deg);
            animation-delay: -0.5s;
        }

        .lds-spinner div:nth-child(8) {
            transform: rotate(210deg);
            animation-delay: -0.4s;
        }

        .lds-spinner div:nth-child(9) {
            transform: rotate(240deg);
            animation-delay: -0.3s;
        }

        .lds-spinner div:nth-child(10) {
            transform: rotate(270deg);
            animation-delay: -0.2s;
        }

        .lds-spinner div:nth-child(11) {
            transform: rotate(300deg);
            animation-delay: -0.1s;
        }

        .lds-spinner div:nth-child(12) {
            transform: rotate(330deg);
            animation-delay: 0s;
        }

@keyframes lds-spinner {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/* Modal --------------------------------------- */
.modal--participantsList .modal__fixed,
.modal--participantsList::after {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.2s ease, visibility 0.2s ease;
}

.modal--participantsList.modal--fade-in .modal__fixed,
.modal--participantsList.modal--fade-in::after,
.modal--participantsList.fade.in .modal__fixed,
.modal--participantsList.fade.in::after {
    opacity: 1;
    visibility: visible;
}

.modal--participantsList::after {
    content: "";
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999999;
}

.modal--participantsList .modal__fixed {
    border-radius: 4px;
    transform: translate3d(-50%, -50%, 0);
    max-height: 80vh;
    z-index: 99999999;
    box-shadow: -1px 0px 8px rgba(0, 0, 0, 0.1);
    top: 50%;
    left: 50%;
    position: fixed;
    background-color: var(--color-white);
    width: 480px;
}

.modal--participantsList.modal--big .modal__fixed {
    width: 760px;
    height: 90vh;
}

.modal--participantsList button {
    padding: 12px 24px;
}

.modal__header {
    background-color: var(--color-black);
    color: var(--color-white);
    padding: 24px 24px 16px;
    font-family: "TitilliumText25L600wt", Arial, Helvetica, sans-serif;
    font-size: 1.125rem;
    line-height: 1.75rem;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.modal--big .modal__header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

.modal--big .modal__content {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    margin: 69px 0 67px;
    overflow-y: auto;
    max-height: calc(100vh - 140px);
}

.modal__content {
    padding: 24px 24px 48px;
    overflow: auto;
}

.modal__greyBox {
    background-color: rgba(var(--color-grey-disabled-rgb), 0.2);
    font-family: "TitilliumText25L600wt", Arial, Helvetica, sans-serif;
    color: var(--color-grey-dark);
    font-size: 1rem;
    line-height: 1.5rem;
    padding: 16px;
    border-radius: 4px;
    margin-bottom: 24px;
}

.modal__form-group .modal__greyBox {
    margin-bottom: 32px;
}

.modal__pinkText {
    color: var(--color-pink);
}

.modal__lowercase {
    text-transform: lowercase;
}

.modal--big .modal__footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--color-white);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.modal__footer {
    border-top: solid 1px var(--color-border);
    display: flex;
    justify-content: space-between;
    padding: 12px 24px;
}

/* Modal form ----- */
.modal__form-placeholder:not(:empty) {
    margin-bottom: 24px;
    text-align: center;
}

.modal__form-group {
    text-align: left;
    margin-bottom: 24px;
}

.participantsList .modal__form-label {
    margin-bottom: 4px;
}

.participantsList .modal__form-label-subsection {
    color: var(--color-black);
    font-size: 1rem;
    margin-bottom: 16px;
}

.modal__form-select {
    position: relative;
}

    .modal__form-select select {
        padding: 16px;
        width: 434px;
        height: auto;
        border-radius: 4px;
        border-color: var(--color-checkbox);
        color: var(--color-black);
        font-family: "TitilliumText25L600wt", Arial, Helvetica, sans-serif;
        font-size: 1rem;
        -moz-appearance: none; /* Firefox */
        -webkit-appearance: none; /* Safari and Chrome */
        appearance: none;
        margin-bottom: 0;
    }

    .modal__form-select::after {
        content: "";
        width: 10px;
        height: 5px;
        background-image: url(./images/icon__arrow-dropdown.svg);
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        top: 50%;
        left: 405px;
        transform: translate3d(0, -50%, 0);
    }

.modal__form-editor {
    border: 1px solid var(--color-checkbox);
    border-radius: 4px;
    margin-bottom: 16px;
}

    .modal__form-editor .cke_top {
        padding-bottom: 4px;
        border-bottom: 1px solid var(--color-border);
    }

/* FILE INPUT -------------------------------- */
.modal__file {
    width: 100%;
}

    .modal__file input[type='file'] {
        width: 0;
        height: 0;
        opacity: 0;
        position: absolute;
    }

        .modal__file input[type='file'] + label {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
        }

            .modal__file input[type='file'] + label .modal__file-text {
                display: flex;
                align-items: center;
                justify-content: center;
                font-size: 0.875rem;
                cursor: pointer;
                background-color: rgba(var(--color-grey-disabled-rgb), 0.2);
                padding: 24px;
                border-radius: 4px;
                margin-bottom: 15px;
                width: 100%;
                border: 1px solid transparent;
                transition: background-color 0.2s ease-in-out;
            }

                .modal__file input[type='file'] + label .modal__file-text:hover {
                    background-color: rgba(var(--color-grey-disabled-rgb), .4);
                }

                .modal__file input[type='file'] + label .modal__file-text::before {
                    content: '';
                    display: block;
                    width: 16px;
                    height: 16px;
                    margin-right: 8px;
                    background-image: url('./images/icon__addFile.svg');
                    background-repeat: no-repeat;
                }

            .modal__file input[type="file"] + label .modal__file-remove {
                border-radius: 4px;
                border: none;
                background-color: rgba(var(--color-pink-rgb), 0.15);
                display: flex;
                align-items: center;
                justify-content: center;
                opacity: 0;
                flex-shrink: 0;
                visibility: hidden;
                padding: 0;
                margin: 0;
                transition: background-color 0.2s ease-in-out;
                width: 0;
            }

                .modal__file input[type="file"] + label .modal__file-remove:hover {
                    background-color: rgba(var(--color-pink-rgb), 0.25);
                }

                .modal__file input[type="file"] + label .modal__file-remove svg {
                    width: 16px;
                    height: 16px;
                }

    /* State not empty */
    .modal__file.not-empty input[type='file'] + label .modal__file-text {
        justify-content: flex-start;
        border-color: var(--color-checkbox);
        background-color: transparent;
        padding: 16px;
        margin-bottom: 8px;
        cursor: initial;
    }

        .modal__file.not-empty input[type='file'] + label .modal__file-text:hover {
            background-color: transparent;
        }

        .modal__file.not-empty input[type='file'] + label .modal__file-text::before {
            background-image: url('./images/icon__file.svg');
        }

    .modal__file.not-empty input[type="file"] + label .modal__file-remove {
        opacity: 1;
        margin-left: 16px;
        padding: 16px;
        visibility: visible;
        width: auto;
    }