body {
    margin-top: 50px;
}

.navbar-brand {
    padding: 0 15px;
}

.navbar-brand img {
    margin-left: 35px;
}

/*nav .dropdown-menu {*/
/*background-color: #2780e3;*/
/*color: #fff;*/
/*border-top: 0;*/
/*}*/
/*nav .dropdown-menu>li>a{*/
/*background-color: #2780e3;*/
/*color: #fff;*/
/*}*/
/*nav .dropdown-menu>li>a:hover {*/
/*background-color: #1967be;*/
/*}*/
.start-container {
    margin-top: 70px;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    vertical-align: middle;
}

.btn-success.pull-right {
    margin: 10px 0 20px;
}

.btn-danger.pull-left {
    margin: 10px 0 20px;
}

.btn-info.pull-left {
    margin: 10px 0 20px;
}

.btn-info.pull-right {
    margin: 10px 0 20px;
}

.btn-danger {
    border-bottom: 3px solid #cc002e;
}

.btn-age.pull-left {
    margin: 10px 0 20px;
}

.btn-warning {
    border-bottom: 3px solid #FE2F02;
}

.btn-age {
    border-bottom: 3px solid #aea79f;
}

.btn-info {
    border-bottom: 3px solid #EC4371;
}

.btn-success {
    border-bottom: 3px solid #002EAE;
}

/*.navbar-inverse {*/
/*border-bottom: 3px solid #7DA840;*/
/*}*/
#navbar li em {
    text-decoration: underline;
    font-style: normal;
}

#upfile {
    margin-top: 6px;
}

#page-index {
    margin-top: 10px;
}

#page-index a {
    text-decoration: none;
}

#page-index .tuile {
    height: 140px;
    color: #fff;
    box-shadow: 0px 0px 15px 0px #6a6a6a;
    transition-duration: 0.2s;
    margin: 15px 20px 40px 20px;
    padding: 20px;
    position: relative;
}

/*#page-index .tuile .counter {*/
    /*position: relative;*/
    /*bottom: 0;*/
    /*right: 0;*/
    /*width: 60px;*/
    /*height: 50px;*/
    /*text-align: left;*/
    /*float: left;*/
    /*font-size: 34px;*/
    /*line-height: 50px;*/
    /*text-shadow: 0 0 5px rgba(0, 0, 0, .3);*/
    /*transition-duration: 0.1s;*/
/*}*/

#page-index .tuile label {
    font-size: 24px;
    cursor: pointer;
}

#page-index .tuile:hover {
    transform: scale(1.05);
    border-radius: 5px;
    box-shadow: 0px 0px 15px 0px #ccc;
}

/*#page-index .tuile:hover .counter {*/
    /*transform: scale(1.2);*/
/*}*/

.dt-bootstrap {
    margin-top: 0px;
}

.color-1 {
    background: #002EAE;
}

.color-2 {
    background: #e95420;
}

.color-3 {
    background: #7d2a0c;
}

.color-4 {
    background: #e0111c;
}

.color-5 {
    background: #1f9e21;
}

.color-6 {
    background: #EC4371;
}

.color-7 {
    background: #5c2040;
}

.color-8 {
    background: black;
}

.color-9 {
    background: #a6e1ec;
}

.color-10 {
    background: #122b40;
}

.date-red {
    color: #800;
    font-weight: bold;
}

.date-orange {
    color: #D4A017;
    font-weight: bold;
}

.date-green {
    color: #080;
}

#rootwizard .pager {
    bottom: -7px;
    position: absolute;
    width: 526px;
}

td.details-control {
    background: url('../pix/details_open.png') no-repeat center center;
    cursor: pointer;
}

tr.details td.details-control {
    background: url('../pix/details_close.png') no-repeat center center;
}

.login {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.custom-combobox {
    position: relative;
    display: inline-block;
}

.custom-combobox-toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-left: -1px;
    padding: 0;
}

.custom-combobox-input {
    margin: 0;
    padding: 5px 10px;
}

thead input {
    width: 100%;
    padding: 3px;
    box-sizing: border-box;
}

.wordWrap {
    word-wrap: break-word;      /* IE 5.5-7 */
    white-space: -moz-pre-wrap; /* Firefox 1.0-2.0 */
    white-space: pre-wrap;      /* current browsers */
}