/** Changes to bootstrap**/
.navbar-brand>img {
    max-height:20px;
    display:inline-block;
    margin-top: -6px;
}
ol.breadcrumb {
    display: inline-block;
}
ul.pagination {
    margin: 5px 0;
}
.checkbox, .radio {
    margin-top: 7px;
    margin-bottom: 6px;
}
.table > tbody > tr > td {
    vertical-align: middle;
}
footer.footer {
    color:#CCCCCC;
    width: 100%;
    font-size: 0.8em;
}
table tr.bg-primary th a {
    color: #ffffff;
}
select option:disabled {
    color: #CCCCCC;
}
.navbar-default {
    background-color: #DDDDDD;
}

/** Ynov Pink **/
.panel-primary>.panel-heading, .radio-primary input[type="radio"]:checked + label::after, .btn-danger,.checkbox-primary input[type="checkbox"]:checked + label::before, .checkbox-primary input[type="radio"]:checked + label::before {
    background-color: #ff2c5d;
}
.panel-primary, .panel-primary>.panel-heading, .radio-primary input[type="radio"]:checked + label::before, .btn-danger,.checkbox-primary input[type="checkbox"]:checked + label::before, .checkbox-primary input[type="radio"]:checked + label::before {
    border-color: #ff2c5d;
}
.form-control:focus, .btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus, input[type=file]:focus, input[type=checkbox]:focus, input[type=radio]:focus,.checkbox input[type="checkbox"]:focus + label::before, .checkbox input[type="radio"]:focus + label::before, .radio input[type="radio"]:focus + label::before {
    outline: none;
    border-color: #ff2c5d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(255,44,93,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(255,44,93,.6);
}


/** Ynov Pink hover **/
.btn-danger.active, .btn-danger.focus, .btn-danger:active, .btn-danger:focus, .btn-danger:hover, .open>.dropdown-toggle.btn-danger {
    border-color: #c31d44;
}
.btn-danger.active, .btn-danger.focus, .btn-danger:active, .btn-danger:focus, .btn-danger:hover, .open>.dropdown-toggle.btn-danger {
    background-color: #c31d44;
}

/** Ynov Sea green **/
.btn-success {
    background-color: #2dc89b;
}
.btn-success {
    border-color: #2dc89b;
}

/** Ynov Sea green hover **/
.btn-success.active, .btn-success.focus, .btn-success:active, .btn-success:focus, .btn-success:hover, .open>.dropdown-toggle.btn-success {
    background-color: #009568;
}
.btn-success.active, .btn-success.focus, .btn-success:active, .btn-success:focus, .btn-success:hover, .open>.dropdown-toggle.btn-success {
    border-color: #009568;
}

/** Ynov Sea green light **/
.bg-success, .table>tbody>tr.success>td, .table>tbody>tr.success>th, .table>tbody>tr>td.success, .table>tbody>tr>th.success, .table>tfoot>tr.success>td, .table>tfoot>tr.success>th, .table>tfoot>tr>td.success, .table>tfoot>tr>th.success, .table>thead>tr.success>td, .table>thead>tr.success>th, .table>thead>tr>td.success, .table>thead>tr>th.success {
    background-color: #E0FFFF;
}



/** New classes **/
.delete-on-click:hover, .delete-on-click:active {
    background-color:#CCCCCC !important;
    text-decoration: line-through !important;
}
.authz-list .label {
    font-weight: normal;
    margin-left: 5px;
}
.add_authz {
    margin-top: 15px;
}
.add_authz .form-group {
    margin-bottom: 5px;
}
.topbutton_form {
    max-width: 300px;
}
.topbuttons>div, .topbuttons>form {
    display:inline-block;
    vertical-align:top;
    margin-left: 10px;
}
.form-control[readonly], .form-control[disabled] {
    background-color: #DDDDDD;
    cursor: not-allowed;
}

/** Change awesome-bootstrap-checkbox to work with glyphicons **/
.checkbox input[type=checkbox]:checked + label:after {
    font-family: 'Glyphicons Halflings';
    content: "\e013";
}
.checkbox label:after {
    padding-left: 4px;
    padding-top: 2px;
    font-size: 9px;
}


.navbar-collapse.collapse ul.nav li p.navbar-text, .navbar-collapse.collapse ul.nav li p.navbar-btn {
    text-align: center;
}