html, body {
    font-family: 'Roboto', sans-serif;
    background: #262835;
    position: relative;
    width: 100%;
}

html{
    height: 100%;
}
body{
    min-height: 100%;
}

a {
    color: #717484;
}

/* 16px is required to stop iOS to zoom in form */
input[type="text"],
input[type="password"],
textarea,
input[type="text"].form-control,
input[type="password"].form-control,
textarea.form-control {
    font-size: 16px;
}

button[data-toggle="popover"] {
    display: none;
}

@media (min-width: 1200px) {
    button[data-toggle="popover"] {
        display: inline-block;
    }
}

@media (min-width: 768px) {
    input[type="text"],
    input[type="password"],
    textarea,
    input[type="text"].form-control,
    input[type="password"].form-control,
    textarea.form-control {
        font-size: 14px;
    }
}

.container {
    background: none;
    min-height: initial;
    width: 100%!important;
}
#global {
    height: 100vh;
    overflow: auto;
    overflow-x: hidden;
    min-width: initial;
}
#footer-container {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 13px 66px;
    height: 135px;
    /*margin: 0 -61px;*/
}
.info-req-status-btn{
    display: inline;
    padding: 10px 0;
    width: 167px;
    font-family: "Roboto",sans-serif;
}

.info-req-status-btn>div {
    display: inline-block;
    margin-right: 15px;
}

.info-req-status-btn .statusCount {
    font-family: "Roboto",sans-serif;
    font-size: 2em;
    font-weight: 500;
    color: #717484;
    margin: 15px 0;
}

.info-req-status-btn .btn.btn-round {
    padding: 10px 0;
    width: 167px;
    font-family: "Roboto",sans-serif;
}

.info-req-status-btn .statusCount {
    font-family: "Roboto",sans-serif;
    font-size: 2em;
    font-weight: 500;
    color: #717484;
    margin: 15px 0;
}

#footer-container a{
    color: #aaabae;
}

#footer-container .copy{
    float: left;
    font-size: 1em;
    margin-top: 34px;
    line-height: 1.7em;
    color: #aaabae;
}
#footer-container .footer-logo{
    float: right;
    font-size: 0.8em;
    margin-top: 18px;
}


#content-wrap.int{
    background: none;
}
.error-block{
    color: #a94442;
}

.btn.btn-primary {
    background-color: #58a58d;
    border-color: #58a58d;
}

.btn.btn-primary:hover {
    background-color: #70bda5;
    border-color: #70bda5;
}

.btn.btn-danger {
    background-color: #dd8282;
    border-color: #dd8282;
}

.btn.btn-danger:hover {
    background-color: #f59b9b;
    border-color: #f59b9b;
}

.btn.btn-round{
    border-radius: 50px;
    box-sizing: border-box;
    color: #fff;
    font-family: 'Raleway','Roboto', sans-serif;
    font-size: 1.15em;
    font-weight: 600;
    outline: 0!important;
    padding: 14px 14%;
    text-transform: uppercase;
    position: relative;
}

.btn.btn-small.btn-round{
    border-radius: 20px;
}

.btn.btn-main{
    background-color: #009365;
    border: 2px solid #009365;
}

.btn.btn-small{
    color: initial;
    background: initial;
    float: none;
    margin-left: initial;
    padding: 8px 14%;
    font-size: 1em;
}

.btn.btn-main:hover{
    background-color: #fff;
    border: 2px solid #009365;
    color: #009365;
}

.btn.btn-newTask{
    background: #717484;
    border: 2px solid #717484;
    color: #fff;
    padding: 8px 0 8px 10px;
    width: 383px;
    margin-bottom: 15px;
}

.btn.btn-newTask i{
    position: absolute;
    top: 10px;
    left: 30px;
}

.btn.btn-newTask:hover{
    background: #717484;
    border: 2px solid #717484;
    color: #fff;
}

.btn.btn-gray-o{
    color: #717484 ;
    border:3px solid #d1d2da;
}
.btn.btn-green-o{
    color: #717484;
    border:3px solid #70bda5;
}
.btn.btn-red-o{
    color: #717484 ;
    border:3px solid #f59b9b;
}


#login-block-container {
    margin: 22vh auto 70px auto;
    width: 500px;
}

.login-form .form-group{
    position: relative;
}

.logContainer{
    position: relative;
}
.logViewHoovered{
    display: none;
    background: #fff;
    border: 1px solid #ccc;
    position: absolute;
    right: -265%;
    top: 0%;
    width: 165px;
    border-radius: 10px;
    padding: 10px;
    z-index: 2;
}
.logViewHooveredDocument{
    right: -40%!important;
    top: 29%!important;
}

.logViewHoover:hover + .logViewHoovered{
    display: block;
}

.logViewHoover{
    cursor: pointer;
}

@media(max-width: 525px){
    #login-block-container{
        width: 100%;
    }
    h1.login-title img{
        display: block;
        max-width: 100%;
        height: auto;
    }
    #login-block-container {
        margin-top:10px;
    }
}

input.underlinedInput{
    background: none;
    border: none;
    border-bottom: 1px solid #009365;
    border-radius: 0;
    box-shadow: none;
    font-family: 'Raleway','Roboto', sans-serif;
    font-weight: 600;
    padding: 6px 33px 6px 0;
}

input.underlinedInput:focus{
    border-bottom: 1px solid #009365;
    box-shadow: none;
}

input.underlinedInput[name=password]+.fa-lock{
    color: #009365;
    position: absolute;
    bottom: 9px;
    right: 10px;
    font-size: 1.5em;
}

input.underlinedInput::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    text-transform: uppercase;
}
input.underlinedInput::-moz-placeholder { /* Firefox 19+ */
    text-transform: uppercase;
}
input.underlinedInput:-ms-input-placeholder { /* IE 10+ */
    text-transform: uppercase;
}
input.underlinedInput:-moz-placeholder { /* Firefox 18- */
    text-transform: uppercase;
}

.badge {
    border-radius: 50%;
    line-height: 32px;
    width: 32px;
    padding: 0;
    overflow: hidden;
    background: #ff5252;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    z-index: 1;
}

.sidebar {
    background: #262835;
    overflow-x: hidden;
}

.sidebar .navbar-header {
    float: none;
    position: relative;
}

.sidebar .navbar-header .navbar-brand {
    width: 100%;
    height: auto;
}

.sidebar .navbar-header .navbar-brand img {
    display: block;
    margin: auto;
}

.sidebar .navbar-header .navbar-toggle {
    position: absolute;
    right: 15px;
    height: 100%;
    margin: 0;
    border: none;
}

.sidebar .navbar-header .navbar-toggle .icon-bar {
    background-color: #fff;
}

.sidebar .nav-sidebar li {
    margin: 0;
}

.sidebar .nav-sidebar li a {
    font-size: 17px;
    color: #aaabae;
    font-weight: 300;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
    padding-left: 70px;
    padding-right: 20px;
}

.sidebar .nav-sidebar li:first-child a {
    border-top: none;
}

.sidebar .nav-sidebar li:last-child a {
    border-top: none;
    margin-top: 50px;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
}

.sidebar .nav-sidebar li:last-child a .fa {
    margin-left: 10px;
    line-height: 25px;
    text-align: center;
    width: 25px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #717484;
    color: #262835;
}

.sidebar .nav-sidebar li a:hover,
.sidebar .nav-sidebar li a:focus,
.sidebar .nav-sidebar li a:active,
.sidebar .nav-sidebar li a.active {
    background: rgba(255, 255, 255, 0.16);
}

.sidebar .nav-sidebar li a .badge {
    position: absolute;
    left: 20px;
    top: 6.5px;
}

@media (min-width: 768px) {
    .sidebar {
        /*min-height: 1050px;
        /*position: absolute;*/
        width: 280px;
        overflow: inherit;
        top: 0;
        bottom: 0;
    }

    .sidebar .navbar-header {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .sidebar .nav-sidebar li a {
        padding-left: 52px;
    }

    .topbar, .main-content {
        margin-left: 280px;
    }

    .sidebar .nav-sidebar li a .badge {
        right: -10px;
        left: auto;
    }
}

@media (min-width: 992px) {
    .sidebar {
        width: 320px;
    }

    .sidebar .nav-sidebar li a {
        padding-left: 70px;
    }

    .topbar, .main-content {
        margin-left: 320px;
    }

    .sidebar .nav-sidebar li a .badge {
        right: -16px;
    }
}

.topbar {
    background: #f7f7f7;
    border-bottom: 1px solid #b9bcca;
    padding-left: 30px;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.topbar:after {
    content: " ";
    display: table;
    clear: both;
}

.topbar > div {
    line-height: 75px;
    font-size: 19px;
    color: #717484;
}

.topbar > div > .fa,
.topbar .topbar-header a .fa,
.topbar > .topbar-button .fa {
    margin-left: 10px;
    font-size: 31px;
    vertical-align: sub;
}

.topbar .topbar-header a {
    font-weight: 900;
    text-transform: uppercase;
    text-decoration: none;
    color: #717484;
}

.topbar .topbar-button {
    position: relative;
}

.topbar .topbar-button:last-of-type {
    border-left: 1px solid #717484;
}

.topbar .topbar-button a {
    font-size: 19px;
    color: #717484;
    text-decoration: none;
    display: block;
    padding: 0 30px;
}

.topbar .topbar-search label {
    margin: 0;
}

.topbar .topbar-search label input[type="text"] {
    border: none;
    line-height: 75px;
    background: none;
    margin: 0;
    padding: 0 30px;
}

.topbar .topbar-search label button {
    border: none;
    background: none;
    margin: 0;
    padding: 0;
    width: 75px;
}

.topbar .topbar-search label button i {
    font-size: 31px;
    vertical-align: sub;
}

@media (min-width: 992px) {
    .topbar {
        display: block;
    }
}

.main-content {
    padding: 15px 15px 135px;
    position: absolute;
    min-height: calc(100% - 76px);
    top: 76px;
    left: 0;
    right: 0;
}

.main-content:after {
    content: " ";
    display: table;
    clear: both;
}

.main-content .content-header {
    margin-bottom: 15px;
}

.main-content .content-header h1 {
    color: #717484;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0;
    display: inline-block;
    font-size: 25px;
    width: calc(100% - 55px);
}

.main-content .content-header a {
    font-size: 30px;
    color: #b9bcca;
    margin-left: 15px;
}

.main-content .content-header .subtitle {
    color: #717484;
    font-size: 20px;
    font-weight: 300;
}

@media (min-width: 1200px) {
    .main-content {
        padding: 61px 61px 184px;
    }

    .main-content .content-header h1 {
        font-size: 45px;
        width: auto;
    }

    .main-content .content-header a {
        font-size: 35px;
    }

    .main-content .content-header .subtitle {
        line-height: 49px;
        font-size: 30px;
    }
}

@media (min-width: 1600px) {
    .main-content .content-header {
        margin-bottom: 0;
    }

    .main-content .content-header h1 {
        margin: 0 0 50px 0;
    }

    .main-content .content-header .subtitle {
        text-align: right;
    }

    .main-content .content-header .subtitle .fa {
        margin-left: 30px;
    }
}

.main-content .card {
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.2);
    margin-bottom: 30px;
}

.main-content .card .card-header {
    background: #717484;
    padding: 15px 40px 15px 15px;
    position: relative;
}

.main-content .card .card-header h2 {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.main-content .card .card-header a {
    font-size: 25px;
    position: absolute;
    right: 10px;
    color: #b9bcca;
    top: 11px;
}

.main-content .card .card-container {
    padding: 15px;
    background: #fff;
    color: #717484;
    font-size: 16px;
    font-weight: 300;
}

@media (min-width: 992px) {
    .main-content .card .card-container {
        font-size: 19px;
    }

    .main-content .card .card-header {
        padding: 24.5px 70px 24.5px 40px;
    }

    .main-content .card .card-header h2 {
        font-size: 30px;
    }

    .main-content .card .card-header a {
        font-size: 35px;
        right: 20px;
        top: 18px;
    }

    .main-content .card .card-container {
        padding: 24.5px 40px;
    }
}

.main-content .card .recap {
    width: 100%;
    color: #717484;
    font-weight: normal;
}

.main-content .card .recap a {
    color: #717484;
    font-weight: normal;
    text-decoration: none;
}

.main-content .card .recap tr {
    display: block;
    margin-bottom: 20px;
}

.main-content .card .recap td {
    display: block;
    width: 100%;
}

.main-content .card .recap .recap-box {
    border: 1px solid #000;
    border-left-width: 12px;
    margin: 5px 0 5px 10px;
    line-height: 38px;
    padding: 0 18px;
    font-weight: 300;
}

.main-content .card .recap .recap-box.box-open {
    border-color: #009365;
}

.main-content .card .recap .recap-box.box-close {
    border-color: #dad9d9;
}

.main-content .card .recap .recap-box.box-late {
    border-color: #ff5252;
}

.main-content .card .recap .recap-box .box-number {
    float: right;
}

@media (min-width: 1200px) {
    .main-content .card .recap tr {
        display: table-row;
    }

    .main-content .card .recap td {
        display: table-cell;
        width: auto;
    }
}

.main-content .card .phonebook {
    margin: -15px;
}

.main-content .card .phonebook .phonebook-contact {
    border-bottom: 1px solid #b9bcca;
    color: #717484;
    padding: 15px;
}

.main-content .card .phonebook .phonebook-contact:last-child {
    border-bottom: none;
}

.main-content .card .phonebook .phonebook-contact .contact-title {
    font-weight: 400;
}

.main-content .card .phonebook .phonebook-contact .contact-info {
    font-size: 17px;
    font-weight: 300;
}

.main-content .card .phonebook .phonebook-contact .contact-info::after {
    content: " ";
    display: table;
    clear: both;
}

.main-content .card .phonebook .phonebook-contact .contact-info .info-name {
    line-height: 30px;
}

.main-content .card .phonebook .phonebook-contact .contact-info .info-contact {

}

.main-content .card .phonebook .phonebook-contact .contact-info .info-contact a {
    line-height: 30px;
    color: #717484;
    text-decoration: none;
}

.main-content .card .phonebook .phonebook-contact .contact-info .info-contact a i {
    padding: 6.5px;
    margin-right: -6.5px;
    font-size: 20px;
}

.main-content .card .phonebook .phonebook-contact .contact-info .info-contact span {
    display: inline-block;
    width: 1px;
    height: 30px;
    top: 10px;
    position: relative;
    background: #717484;
    margin: 0 10px 0 16px;
}

@media (min-width: 992px) {
    .main-content .card .phonebook {
        margin: -24.5px -40px;
    }

    .main-content .card .phonebook .phonebook-contact {
        padding: 29.4px 40px;
    }

    .main-content .card .phonebook .phonebook-contact .contact-info .info-name {
        float: left;
        line-height: 30px;
    }

    .main-content .card .phonebook .phonebook-contact .contact-info .info-contact {
        float: right;
        margin-top: -9px;
    }
}

@media(max-width: 1199px){

    #footer-container {
        padding: 13px 15px;
    }

    .fancy-col-fix > div:nth-child(3n+4) {
        clear: none !important;
    }

    .fancy-col-fix > div:nth-child(2n+3) {
        clear: both !important;
    }
}

@media(max-width: 991px){
    .main-content {
        top: 0;
        min-height:100%;
    }
}

@media(max-width: 767px){
    .main-content {
        position: static;
    }
}

@media (max-width: 449px){
    #footer-container {
        height: 215px;
    }

    #footer-container .copy,
    #footer-container .footer-logo{
        float: none;
        text-align: center;
    }
    .main-content {
        padding: 15px 15px 245px;
    }
}

/* Listes des tāches */

#info-req-status-btn{
    margin-bottom: 10px;
}

#info-req-status-btn>div{
    display: inline-block;
    margin-right: 15px;
}

#info-req-status-btn .btn.btn-round{
    padding: 10px 0;
    width: 167px;
    font-family: "Roboto",sans-serif;
}

#info-req-status-btn .statusCount{
    font-family: "Roboto",sans-serif;
    font-size: 2em;
    font-weight: 500;
    color: #717484;
    margin: 15px 0;
}

#info-req-status-btn .btn.active{
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #f5f5f5;
}

.btn.dropdown-toggle.rounded-dropdown {
    border:1px solid #717484;
    display: inline-block;
    text-transform: initial;
    width: 320px;
    text-align: left;
    padding: 8px 8%;
    color:#717484;
}

.refBackup{
    font-size: 10px;
    font-weight: 400;
}
.refBackup-float{
    float: right;
}

.btn.dropdown-toggle.rounded-dropdown .glyphicon{
    position: absolute;
    top: 11px;
    right: 21px;
}

#searchForm.rounded-search {
    height: 18px;
}

.searchField input{
    border-radius: 50px 0 0 50px!important;
    border: none;
    outline: 0;
    box-shadow: none;
    padding-left: 8%;
}

.searchField input:focus{
    box-shadow: none;
}

.searchField button,
.searchField button:hover,
.searchField button:active,
.searchField button:active:hover,
.searchField button:focus{
    border-radius: 0 50px 50px 0!important;
    border: 1px solid #fff;
    background: #fff;
    color:#000;
    outline: 0;
    box-shadow: none;
}


.searchField .glyphicon{
    right: 4px;
    top: 3px;
    color: #b9bcca;
}


.punchList{
    margin-bottom: 20px;
    color: #717484;
}

.punchList>div{
    margin: 0 0 15px 0;
    display: table;
    width: 100%;
    position: relative;
}

.punchList .punchListRow .badge{
    position: absolute;
    top: calc(50% - 16px);
    right: -18px;
}

.punchList .punchListRow{
    position: relative;
    display: table-row;
    box-shadow: 0 0 20px -4px #b5b5b5;
    background: #fff;
}
.punchList .punchListRow .punchListCell{
    padding: 15px 24px;
    display: table-cell;
    vertical-align: middle;
}

.punchList .punchListRow .punchListCell:nth-child(2){
    max-width: 50%;
}

.punchList .punchListRow .punchListCell:nth-child(3){
    width: calc(100% - 515px);
}

.punchList .punchListRow .punchListCell.detailsBox{
    /*width: 10%;*/
    width: 150px;
    padding: 0;
    background: #b9bcca;
    vertical-align: top;
    border-right: 1px solid #b9bcca;
    font-size: 1.3em;
    font-weight: 100;
}
.detailsBox .punchStatus{
    width: 100%;
    background: #fff;
}
.detailsBox .punchStatus div{
    height: 70px;
    vertical-align: middle;
    display: table-cell;
    width: 1%;
    text-align: center;
    color: #757886;
}

.punchStatus.late{
    border-left: 10px solid #f59b9b;
    box-sizing: border-box;
    padding-right: 10px;
}
.punchStatus.open{
    border-left: 10px solid #70bda5;
    box-sizing: border-box;
    padding-right: 10px;
}
.punchStatus.closed{
    border-left: 10px solid #d1d2da;
    box-sizing: border-box;
    padding-right: 10px;
}
.punchStatus.late div, .punchStatus.opened div, .punchStatus.closed div{
    color:#4e4e4e;
}
.detailsBox .punchDetails{
    width: 100%;
}
.detailsBox .punchDetails>div{
    height: 50px;
    vertical-align: middle;
    display: table-cell;
    width: 1%;
    text-align: center;
}

.detailsBox .punchDetails>div a{
    color:#fff;
    display: block;
}

.detailsBox .punchDetails>div a:hover{
    text-decoration: none;
}

.punchList h3,.punchList a{
    color: #717484;
    margin: 0;
}

.print{
    color: #717484;
    font-size: 19px;
}
.print:hover,
.print:focus,
.print:active{
    color: #484b5b;
    text-decoration: none;
}

.print i{
    font-size: 24px;
}

@media screen and (max-width: 1199px){
    #info-req-status-btn {
        text-align: center;
    }
    #info-req-status-btn>div {
        font-size: 12px;
    }
    #info-req-status-btn .statusCount {
        margin: 7px 0;
    }
    .btn.btn-newTask {
        width: 100%;
    }
    .punchList .punchListRow .punchListCell {
        display: block;
        width: 100%!important;
    }
}

#dropzone {
    color: #717484;
}

#photos-container .photo-gallery-element {
    height: auto;
}

#photos-container .photo-gallery-element .well:after {
    content: " ";
    display: table;
    clear: both;
}

.file-browsing-table .file-element input[type="checkbox"],
.file-browsing-table .subfiles-table input[type="checkbox"] {
    margin: auto;
}

.file-browsing-table .file-element td:not(:first-child):not(:last-child) a {
    white-space: nowrap;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.file-browsing-table .subfiles-table td {
    padding: 0;
}

.file-browsing-table .subfiles-table td table td {
    padding: 8px;
}

.file-browsing-table .subfiles-table td:first-child {
    padding-left: 30px;
}

@media (min-width: 1200px) {
    .file-browsing-table .file-element td:not(:first-child):not(:last-child) a {
        max-width: 450px;
    }
}

@media (max-width: 1199px) {
    .file-browsing-table .dir-element {
        display: flex;
        justify-content: space-between;
        border-top: 1px solid #ddd;
    }

    .file-browsing-table .dir-element td {
        line-height: 31px;
        border: none;
    }

    .file-browsing-table .file-element {
        display: block;
        position: relative;
        padding: 31px 58px;
        border-top: 1px solid #ddd;
    }

    .file-browsing-table .file-element td {
        display: block;
        border: none;
    }

    .file-browsing-table .file-element td:first-child {
        position: absolute;
        left: 0;
        top: 46px;
    }

    .file-browsing-table .file-element td:not(:first-child):not(:last-child) {
        width: 100% !important;
        padding-left: 0;
    }

    .file-browsing-table .file-element td:not(:first-child):not(:last-child) span {
        padding-left: 0 !important;
    }

    .file-browsing-table .file-element td:last-child {
        position: absolute;
        right: 0;
        top: 0;
        width: 56px !important;
    }

    .file-browsing-table .file-element td:last-child .file-consultation {
        display: none;
    }

    .file-browsing-table .file-element td:last-child .btn-group > .btn {
        border-radius: 4px;
        margin: 3px 0;
    }
}

.nav.nav-tabs li {
    width: 100%;
}

.nav.nav-tabs li a {
    padding: 10px 13px;
}

@media (min-width: 1200px) {
    .nav.nav-tabs li {
        width: auto;
    }

    .nav.nav-tabs li i {
        display: none;
    }
}

@media (min-width: 1300px) {
    .nav.nav-tabs li i {
        display: inline;
    }
}

.listFilters{
    text-align: left;
}

.listFilters>*{
    width: 300px;
    text-align: center;
    margin: 10px 35px 0 0;
    display: inline-block;
}

.actionWrap {
    margin-top: 30px;
    border: 1px solid #bcbcbc;
    padding: 20px 25px;
    margin-bottom: 10px;
}

.searchBilletUniversselProjet{
    margin-right: 15px;
}

#btnSearchNav{
    background-color: #717484;
    height: 36px;
    color: #f5f5f5;

}

.searchInputNav{
    margin-top: 20px;
    background-color: #717484;
    color:#f5f5f5;

}

.searchInputNav::placeholder{
    color:#f5f5f5;

}


/* view timestamps*/
.hackmargin {
    margin: 0 !important;
}

.timeStampLt {
    margin-left: 0px;
    width: 100% !important;
    margin-bottom: 20px;
}

.timeStampViewLt {
    width: 100% !important;
}

.iconEye{
    font-size: 24px;
    cursor: pointer;
}
@media screen and (max-width: 1199px){
    .etatResultInfo{
        text-align: center;
    }
    .listFilters{
        text-align: center;
    }
    .listFilters>*{
        width: 90%;
    }
    .listFilters>div > button{
        width: 100%!important;
    }

}

.conversationText img {
    max-width: 100%;
}


.fancy-text-alignment {
    box-sizing: border-box;
    min-height: 71px;
    display: table;
    width: 100%;
}
.fancy-text-alignment > .row {
    margin-right: 0;
    margin-left: 0;
    display: table-cell;
    vertical-align: middle;
}
.fancy-col-fix > div:nth-child(3n+4) {
    clear: both;
}

