.demoTable td:last-child {
    min-width: 90px;
}

/** Editable table
------------------------- */

.editable-table > tbody > tr > td {
    padding: 4px
}
.editable-text {
    padding-left: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    display: inline-block;
}
.editable-table tbody > tr > td > .controls {
    width: 100%;
}
.editable-input {
    padding-left: 3px;
}
.editable-input.input-sm {
    height: 30px;
    font-size: 14px;
    padding-top: 4px;
    padding-bottom: 4px;
}
.rowApproved a {
    color: #fff !important;
}
.rowApproved {
    color: #fff !important;
    background: #60a558 !important;
}
.rowDisapproved a {
    color: #fff !important;
}
.rowDisapproved {
    color: #fff !important;
    background: #d9534f !important;
}
table.yenitalep a{
    font-size: 1.1em;
}

table.yenitalep input[type=checkbox]
{
    -ms-transform: scale(2);
    -moz-transform: scale(2);
    -webkit-transform: scale(2);
    -o-transform: scale(2);
    padding: 10px;
}
table.yenitalep .editable-click, a.editable-click {
    border-bottom: none !important;
}
.editable-controls label {
    margin-right: 10px;
}
table.yenitalep tr td{
    vertical-align: middle !important;
}
.editable-checklist label {
    display: block;
}
.div-buffer {
    margin-top:10px;
    margin-bottom: 10px;
}
.alert{
    padding: 5px !important;
    line-height: 30px;
}
.month-button{
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}
.input-group-addon.primary {
    color: rgb(255, 255, 255);
    background-color: rgb(50, 118, 177);
    border-color: rgb(40, 94, 142);
}
.input-group-addon.success {
    color: rgb(255, 255, 255);
    background-color: rgb(92, 184, 92);
    border-color: rgb(76, 174, 76);
}
.input-group-addon.info {
    color: rgb(255, 255, 255);
    background-color: rgb(57, 179, 215);
    border-color: rgb(38, 154, 188);
}
.input-group-addon.warning {
    color: rgb(255, 255, 255);
    background-color: rgb(240, 173, 78);
    border-color: rgb(238, 162, 54);
}
.input-group-addon.danger {
    color: rgb(255, 255, 255);
    background-color: rgb(217, 83, 79);
    border-color: rgb(212, 63, 58);
}
.home-glyphicon{
    font-size: 5em;
    padding: 0 21px;
}
.red{
    background: rgba(217, 83, 79, 0.25);
    color:#f9f9f9;
}
.white{
    background: rgba(249, 249, 249, 0.51);
    color: #ebebeb;
}
.blue{
    background: rgba(66, 139, 202, 0.26);
    color: #f9f9f9;
}
.green{
    background: rgba(92, 184, 92, 0.26);
    color: #f9f9f9;
}
.orange {
    background: rgba(239, 109, 79, 0.25);
    color: #f9f9f9;
}
.updated-warning{
    padding:10px;
    font-size: 1.3em;
}
.right{
    float: right;
}
.newUserForm .editable-wrap.editable-checklist {
    background: #ddd;
    padding: 10px;
    position: relative;
    z-index: 9;
}
a.logo-link{
    padding:0 !important;
}
.logo{
    height:45px;
}
.content-loading-mask{
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -o-filter: blur(10px);
    -ms-filter: blur(10px);
    filter: blur(10px);
}
#loading{
    position: absolute;
    margin-top: 200px;
    margin-left: -84px;
    left:50%;
    width: 128px;
    z-index: 999;
}
#loading img{
    padding: 40px;
    background: rgba(221, 221, 221, 0.49);
}
@media (min-width: 768px) {
    .navbar .navbar-nav {
        display: inline-block;
        float: none;
        vertical-align: top;
    }

    .navbar .navbar-collapse {
        text-align: center;
    }
}
.swal2-content li {
    list-style: none;
}
.permission_name_col{
    width:25%;
}
.permission_route_name_col{
    width:25%;
}
.search_results a.btn-sm {
    line-height: 2.5;
}
.notifications {
    padding: 20px 0;
    margin: 20px 0;
}
.selectize-control .selectize-input:after {
    content: ' ';
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #808080 transparent transparent transparent;
}
.quite-red{
    background: rgba(217, 83, 79, 1);
    color:#f9f9f9 !important;
}
.glyphicon.glyphicon-one-fine-dot:before {
    content: "\25cf";
    font-size: 1.5em;
}
.updated_edit_page {
    background: #ff6f6f;
    color: #fff;
    padding: 10px;
}