﻿
.validation-summary-errors ul {
    margin: 0;
    padding: 0;
}

.validation-summary-errors li {
    display: inline;
    list-style: none;
    margin: 0;
}

.validation-summary-errors {
    color: #e80c4d;
    /*font-weight: bold;*/
    font-size: 15px;
}

.widget-box {
    background: none repeat scroll 0 0 #F9F9F9;
    border-top: 1px solid #CDCDCD;
    border-left: 1px solid #CDCDCD;
    border-right: 1px solid #CDCDCD;
    clear: both;
    margin-top: 16px;
    margin-bottom: 16px;
    position: relative;
}

.widget-title, .modal-header, .widget-title .table th, div.dataTables_wrapper .ui-widget-header {
    background-color: #efefef;
    border-bottom: 1px solid #CDCDCD;
    /*height: 36px;*/
}

    .widget-title span.icon {
        border-right: 1px solid #cdcdcd;
        padding: 9px 10px 7px 11px;
        float: left;
        opacity: .7;
    }

    .widget-title h5 {
        color: #666666;
        text-shadow: 0 1px 0 #ffffff;
        float: left;
        font-size: 18px;
        font-weight: bold;
        padding: 12px;
        line-height: 12px;
        margin: 0;
    }

    .widget-title .buttons {
        float: right;
        margin: 8px 10px 0 0;
    }

.widget-content {
    padding: 12px 15px;
    border-bottom: 1px solid #cdcdcd;
}

.nopadding {
    padding: 0 !important;
}

    .nopadding .table {
        margin-bottom: 0;
    }

    .nopadding .table-bordered {
        border: 0;
    }

.table th {
    padding: 5px 4px 2px;
}
/*bootstrap-overwrite*/
/*select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input, .label, .dropdown-menu, .btn, .well, .progress, .table-bordered, .btn-group > .btn:first-child, .btn-group > .btn:last-child, .btn-group > .btn:last-child, .btn-group > .dropdown-toggle, .alert {
    border-radius: 0px;
}*/

.btn, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    box-shadow: none;
}

.progress, .progress-success .bar, .progress .bar-success, .progress-warning .bar, .progress .bar-warning, .progress-danger .bar, .progress .bar-danger, .progress-info .bar, .progress .bar-info, .btn, .btn-primary {
    /*background-image: none;*/
}

.table th {
    /*height: auto;*/
    font-size: 12px;
    /*padding: 5px 10px 2px;*/
    border-bottom: 0;
    text-align: center;
    color: #666666;
}

.table.with-check tr th:first-child, .table.with-check tr td:first-child {
    width: 10px;
}

    .table.with-check tr th:first-child i {
        margin-top: -2px;
        opacity: 0.6;
    }

    .table.with-check tr td:first-child .checker {
        margin-right: 0;
    }

.table tr.checked td {
    background-color: #FFFFE3 !important;
}

.dataTables_length {
    color: #878787;
    margin: 7px 5px 0;
    position: absolute;
    right: 2px;
    top: -2px;
}

    .dataTables_length div {
        vertical-align: middle;
    }

.dataTables_paginate {
    line-height: 16px;
    text-align: right;
    /*margin-top: 5px;*/
    /*margin-right: 10px;*/
    /*position:absolute;*/
}

    .dataTables_paginate .ui-button, .pagination.alternate li a {
        font-size: 12px;
        padding: 4px 10px !important;
        border-style: solid;
        border-width: 1px;
        border-color: #dddddd #dddddd #cccccc; /* for IE < 9 */
        border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
        display: inline-block;
        line-height: 16px;
        background: #f5f5f5;
        color: #333333;
        text-shadow: 0 1px 0 #ffffff;
    }

        .dataTables_paginate .ui-button:hover, .pagination.alternate li a:hover {
            background: #e8e8e8;
            color: #222222;
            text-shadow: 0 1px 0 #ffffff;
            cursor: pointer;
        }

    .dataTables_paginate .first {
        border-radius: 4px 0 0 4px;
    }

    .dataTables_paginate .last {
        border-radius: 0 4px 4px 0;
    }

    .dataTables_paginate .ui-state-disabled, .fc-state-disabled, .pagination.alternate li.disabled a {
        color: #AAAAAA !important;
    }

        .dataTables_paginate .ui-state-disabled:hover, .fc-state-disabled:hover, .pagination.alternate li.disabled a:hover {
            background: #f5f5f5;
            cursor: default !important;
        }

    .dataTables_paginate span .ui-state-disabled, .pagination.alternate li.active a {
        background: #41BEDD !important;
        color: #ffffff !important;
        cursor: default !important;
    }

div.dataTables_wrapper .ui-widget-header {
    border-right: medium none;
    border-top: 1px solid #D5D5D5;
    font-weight: normal;
    margin-top: -1px;
}

.dataTables_wrapper .ui-toolbar {
    padding: 5px;
}

.dataTables_filter {
    color: #878787;
    font-size: 11px;
    left: 0;
    margin-left: 5px;
    /*margin: 4px 8px 2px 10px;*/
    position: absolute;
    text-align: left;
}

    .dataTables_filter input {
        margin-bottom: 0;
        display: inline-block;
        height: 25px;
        padding: 4px 6px;
        margin-bottom: 10px;
        font-size: 14px;
        line-height: 20px;
        color: #555;
        width: 206px;
        vertical-align: middle;
        margin-left: 3px;
        background-color: #fff;
        border: 1px solid #ccc;
        transition: border linear .2s,box-shadow linear .2s;
        border-radius: 5px;
    }

    .dataTables_filter label {
        display: block;
        margin-bottom: 5px;
        font-size: 14px;
        font-weight: normal;
        line-height: 20px;
        /*vertical-align: middle;*/
    }

div.dataTables_wrapper .ui-widget-header {
    border-right: medium none;
    border-top: 1px solid #D5D5D5;
    font-weight: normal;
    margin-top: -1px;
}

.widget-title,.widget-title .table th, div.dataTables_wrapper .ui-widget-header {
    background-color: #efefef;
    border-bottom: 1px solid #CDCDCD;
    height: 36px;
}

.dataTables_wrapper .ui-toolbar {
    padding: 5px;
}

.dataTables_filter input {
    margin-bottom: 0;
}

.pageheader {
    text-align: center;
    margin-top: 25px;
}

    .pageheader h5 {
        text-decoration: underline;
        text-decoration-color: #878787;
    }

.table td {
    height: 10px;
    padding: 5px;
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.Searchcontainer {
    width: 100%;
    height: 100%;
    margin:  0 ;
    position: relative;
}

.searchbar {
    font-size: 1rem;
    width: 100%;
    height: .5rem;
    border: none;
    outline: none;
    border-radius: 10rem;
    padding: 1.2rem;
    transition: all .1s;
    transition-delay: .1s;
}
    .searchbar:hover {
        width: 100%;
        height: .5rem;
    }

.button {
    height: 2rem;
    position: absolute;
    top: .8rem;
    right: 1rem;
    transition: all .1s;
    transition-delay: .1s;
}

    .button:hover {
        cursor: pointer;
    }

.searchbar:hover + .button {
    height: 2rem;
    top: .8rem;
    right: 0;
}

.searchbar::placeholder {
    opacity: .3;
}

.searchButton {
    background-color: Transparent;
    background-repeat: no-repeat;
    border: none;
    overflow: hidden;
    outline: none;
    width: 40px;
    height: 30px;
    margin-top: -5px;
    text-align: center;
    color: black;
    cursor: pointer;
    font-size: 15px;
}
div.dataTables_wrapper div.dataTables_filter{
    padding:0;
}
.dataTables_length{
    padding:0;
}
div.dataTables_wrapper div.dataTables_paginate{
   margin:0;
   padding:0;
}
.table thead th{vertical-align:middle;padding:0;height:25px;font-size:12px;font-weight:100}
.table{background:white;color:black;}
.widget-box{min-height:100px;}
.card{background:white}
    .widget-title{padding:10px;}

@media (max-width: 979px) {
    div.dataTables_wrapper .ui-widget-header {
        height: 68px;
    }

    .dataTables_filter {
        position: relative;
    }

    .dataTables_filter, .dataTables_paginate {
        text-align: center;
    }

        .dataTables_filter input {
            height: 25px;
        }

    .btndet {
        margin-top: 3px;
    }
    .colright {
        margin-top: 8px;
    }
    .aboutustext{
        height: 250px;
    }
}
