﻿.search #example_filter {
    width : 100%;
}
.search{
    padding: 0!important;
} 
#example_filter input {
    width: 100%;
    margin: 0 0px;
}
table.dataTable thead th {
    border-top: 0 !important;
    padding-left: 1% !important;
    padding-bottom: 5px !important;
}
    .dataTables_filter label i {
        position: absolute;
        right: 2%;
        top: 20%;
    }
.dataTables_length{
    margin-top:10px !important;
    width:29%;
    margin-left:10px !important;
    margin-right:10px !important;
}
.top {
    font-size: small !important;
}
select.form-control{
    padding: 0px;
}
.pagination > li > a, .pagination > li > span {
    color: gray;
}
.pagination li a:focus {
    color: gray !important;
}

.pagination > li.active > a, .pagination > li.active > span {
    color: gray
}
.title-left {
    border-bottom: 1px solid black;
    padding: 28px;
    margin-left: 10%;
    text-align: justify;
}

    .title-left span {
        padding-left: 30%;
        font-size: 18px;
        font-weight: bold;
    }
.title-left-admin {
    border-bottom: 1px solid black;
    padding: 85px 75px 30px 50px;
    padding-left: 75px !important;
    margin-left: 10%;
    text-align: justify;
}
.title-left-admin-user {
    border-bottom: 1px solid black;
    padding-bottom: 36px;
    margin-top: 81.5px;
    margin-left: 10%;
    text-align: center;
    font-weight: bold;
}

    .title-left-admin span {
        padding-left: 15%;
        font-size: 18px;
        font-weight: bold;
    }
.dataTables_paginate {
    color: #4a4a4a !important;
    width: 60% !important;
    padding-top:0 !important;
}

.dataTables_scroll {
    width: 100%;
}

#deleteBtn {
    background-color: red;
    width: 43%;
    color: white;
    margin-left:43px;
}
#btnselect {
    width: 43%;
    background-color: #004121;
}
.btn-add-new {
    width: 25%;
    position: relative;
    background: #004121;
    color: #fff;
}
.dataTables_scrollHeadInner {
    /*width: 100% !important;*/
    padding-right: 0 !important;
}

.dataTables_scrollHeadInner table {
    width: 100%!important;
}

.paginate_button:hover {
    background: white !important;
    border: 1px solid white !important;
}

.paginate_button:visited {
    border: 1px solid white !important;
}

#detail {
    margin-left: 50px;
}
#example_previous:hover {
    background-color: #F2F2F2 !important;
    border: 1px solid #F2F2F2 !important;
}
#example_next:hover {
    background-color: #F2F2F2 !important;
    border: 1px solid #F2F2F2 !important;
}
.pagination > li > a:checked {
    border: 1px solid #F2F2F2 !important;
}
.detail tr th {
    padding-bottom: 0px !important;
    padding-top: 12px !important;
}
    .detail tr td {
        padding-bottom: 0px !important;
        padding-top: 3% !important;
    }
.confirm {
    width: 205px !important;
}
.cancel {
    width: 205px !important;
    margin-right: 20px !important;
}
body.stop-scrolling {
    height: 0 !important;
    overflow: hidden;
}
#btndeleteProject{
    width: 22%;
}
#btndeleteUser{
    width: 22%;
}
#btndeleteUser-5 {
    width: 22%;
}

#concreting-plan-detail-wrapper {

}

#concreting-plan-detail-wrapper div[class^="col-"] {
    position: relative;
    overflow: hidden;
}

#concreting-plan-detail-wrapper h2 {
    float: left;
    width: 100%;
    margin-right: -120px;
    margin-bottom: 0px;
}

#concreting-plan-detail-wrapper h2 + #pager,
#concreting-plan-detail-wrapper h2 + #pager-row {
    position: relative;
    float: left;
    width: 120px;
    text-align: right;
}