body {
    font-family: "brandon_grotesque_regularRg", sans-serif;
    font-size: 18px;
    color: #424849;
}


#footer {
    padding: 10px;
    margin: 10px 20px;
    font-size: 0.65em;
    text-align: center;
}

#footer .social img {
    width: 35px;
}

.width-1 {
    width: 100%;
}

.width-2 {
    width: 50%;
}

.width-3 {
    width: 33.33333%;
}

.width-4 {
    width: 25%;
}

.width-5 {
    width: 20%;
}

.width-6 {
    width: 16.665%;
}

.width-7 {
    width: 14.2857%;
}

.width-8 {
    width: 12.5%;
}

.width-9 {
    width: 11.11111%;
}

.width-10 {
    width: 10%;
}

.width-1, .width-2, .width-3, .width-4, .width-5,
.width-6, .width-7, .width-8, .width-9, .width-10 {
    padding-right: 15px;
    padding-left: 15px;
    float: left;
}

.width-1 .width-3 {
    padding: 0;
}

.red {
    color: #f00;
}

.green {
    color: #090;
}

.blue {
    color: #00f;
}

#department-switcher {
    margin: 25px auto;
}

#canvas_france {
    width: 550px;
    height: 550px;
    background-color: transparent;
}

.dialog .ui-widget-header {
    background: coral !important;
}

.dialog a, .dialog a:hover {
    font-size: 25px;
    color: #fff !important;
}

a.mainButton {
    font-size: 20px;
    width: 310px;
    background-image: linear-gradient(to bottom, #FF7F50 0%, #FF7F50 100%);
}

.left {
    float: left !important;
}

.right {
    float: right !important;
}

.form {
    width: 70%;
    padding: 3%;
    background-color: coral;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.formView {
    width: 70%;
    padding: 10px;
    border: 1px solid coral;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.clientInfo a, .clientInfo input[type=submit] {
    width: 150px;
    color: #fff;
}

.clientData,
div.newpage input[type=text],
div.newpage textarea {
    display: block;
    width: 100%;
    min-height: 26px;
    padding: 3px 5px;
    background-color: #fff;
    margin-bottom: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.formView .clientData {
    padding: 0;
}

select.clientData {
    min-height: 30px;
}

input.clientData[type="date"] {
    line-height: normal;
}


.errorMessage {
    color: #ff0000;
    margin-top: -10px;
}

.errorSummary {
    color: #ff0000;
}

.errorSummary li {
    list-style-position: inside;
}


.center-block {
    display: block;
    margin: auto;
}

.inline {
    display: inline;
}

div.row.buttons {
    margin-top: 20px;
}

.bold {
    font-weight: bold;
}

div.flash-success {
    display: block;
    margin: 10px auto;
    width: 70%;
    padding: 15px;
    background-color: #FFDAA3;
    color: #264409;
    font-weight: bold;
    border: 1px solid coral;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

div.flash-success.save {
    margin: 10px auto 0;
    width: 800px;
}

.leftMenu {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.leftMenuHeader {
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
}

.leftMenu ul.nav.nav-pills.nav-stacked li a {
    font-size: 14px;
    font-weight: bold;
    /*color: #74D040 !important;*/
    color: coral !important;
    padding: 5px !important;
    margin-bottom: 5px;
    background-color: transparent !important;
    border: 1px solid coral;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

div.leftMenu ul.nav.nav-pills.nav-stacked li a:hover {
    color: #2A6496 !important;
}


/* user pages*/

div#user-grid.grid-view div.pager,
div#appointment-grid.grid-view div.pager {
    text-align: center;
}

div#user-grid.grid-view div.pager a,
div#appointment-grid.grid-view div.pager a,
div.pager a {
    float: left;
}

ul.pagination {
    margin: 5px 0;
}

div.grid-view div.text-center {
    margin-top: 10px;
}

/*admin level*/
.newSystemUser .ui-widget-header,
.newCenter .ui-widget-header,
.paymentCheckMT .ui-widget-header,
.newCandidat .ui-widget-header {
    background: coral !important;
}

.newSystemUser div.row,
.newCenter div.row {
    margin-top: 5px;
}

.newSystemUser input[type=text],
.newSystemUser select,
.newCenter input[type=text],
.newCenter textarea,
.newCenter select {
    float: right;
    margin-right: 5px;
}

.newCenter input[type=text],
.newCenter textarea,
.newCenter select {
    width: 60%;
}

.newSystemUser label,
.newSystemUser .errorMessage,
.newCenter label,
.newCenter .errorMessage {
    margin: 5px 0 0 5px;
}

.newSystemUser .errorMessage,
.newCenter .errorMessage {
    text-align: center;
}

.newSystemUser label {
    width: 50%;
    height: 27px;
}

.newSystemUser input[type=text],
.newSystemUser select {
    width: 45%;
    height: 32px;
}

.financialData .form-group {
    margin-bottom: 0;
}

.financialData .form-group label {
    display: inline-block;
    width: 315px;
    text-align: left;
}

.financialData .form-group input[type=text] {
    margin-left: 10px;
    display: inline-block;
    width: 85px;
}


/*CGridView styles*/
div.grid-view table.items th {
    background-image: none;
    /*background-color: #74D040;*/
    background-color: coral;
}

div.grid-view table.items thead tr.filters select,
div.grid-view table.items thead tr.filters input {
    height: 26px;
}

div.grid-view table.items tbody tr td a img {
    width: 20px;
}

.textPage li {
    list-style-position: inside;
}

a.departements_button {
    font-size: 14px;
    font-weight: bold;
    /* color: #74D040 !important; */
    color: coral !important;
    padding: 3px !important;
    margin-bottom: 5px;
    background-color: transparent !important;
    border: 1px solid coral;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    /* width: 100%; */
    line-height: 38px;
    display: block;

    font-size: 21px;
    text-align: center;
    /* display: inline-block; */
    /* margin: 0px 9px 4px 0px; */
}

.appointment-info {
    width: 50%;
    margin: 0 auto;
    padding: 3%;
    border: 1px solid #aaa;
}

.appointment-info li {
    list-style-type: none;
}

.confirm-message {
    background-color: #2D6A7D;
    width: 50%;
    margin: 0 auto;
    padding: 0.5%;
    color: #fff;
    text-align: center;
}

.townSelectorInput{

}

.townListSelect{
    position: absolute;
    left: 0%;
    right: 0%;
    margin-top: -10px;
    z-index: 1000;
}

.townListSelect p{
    background: rgba(1, 107, 127, 0.90);
    margin: 0.1rem auto;
    cursor: pointer;
    color: white;
}

.townListSelect p:hover{
    background: #016b7f;
}

.townListSelect p:first-child{
    border-radius: 4px 4px 0 0;
}

.townListSelect p:last-child{
    border-radius: 0 0 4px 4px;
}