thead {
    background: #bbdefb;
}
 
#main-login-logo {
    background-image: url('images/login_logo.png');
    height: 149px;
    width: 405px;
    background-position: center;
    background-position: top;
}

#main-login-background {
    background-image: url('images/Claimdi-backenV0.jpg');
    height: 750px;
    width: 1200px;
    top: 0;
    position: absolute;
    background-position: center;
}

#logo {
    background-image: url('images/web_logo.png');
    height: 75px;
    width: 200px;
    background-repeat: no-repeat;
    float: left;
}

.grid {
    display: inline-block;
    position: relative;
    margin-top: 10px;
    vertical-align: top;
    margin-right: 10px;
}

.show-more {
    text-align: center;
    margin-top: 10px;
}

a.add {
    background: none repeat scroll 0 0 #E0E0E0;
    border: 0 none;
    font-size: 16px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font-weight: 500;
    margin-left: 10px;
    padding: 4px 8px;
    text-decoration: none;
    margin-bottom:5px;
    text-transform:uppercase;
}


.show-more {
    text-align: center;
    margin-top: 10px;
}

.topspace {
    margin-top: 10px;
}

.scrollbar {
    height: 620px;
    overflow-x: scroll;
    overflow-y: hidden;
    background-color: darkgrey;
    outline: 1px solid slategrey;
    width: 100%;
}

.item .accept.active {
    background: rgba(0, 0, 0, 0) url("images/accept_active.png") repeat scroll 0 0;
}

slider {
    overflow-x: scroll;
    overflow-y: hidden;
    height: 620px;
    width: 100%;
}

.item-wrapper {
    position: relative;
}

    .item-wrapper img {
        margin: 0 auto;
    }

.item {
    margin-right: 10px;
    width: 800px;
    height: 600px;
    position: relative;
    background-color: #e9e9e9;
    float: left;
}

    .item .pic {
        margin: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        max-width: 100%;
        max-height: 100%;
        cursor: pointer;
    }

    .item.big {
        width: 400px;
        height: 400px;
        float: none;
    }

    .item .history {
        width: 48px;
        height: 48px;
        position: absolute;
        top: 10px;
        right: 10px;
        cursor: pointer;
        background: url('images/history_active.png');
    }

    .item .accept {
        width: 36px;
        height: 36px;
        position: absolute;
        bottom: 30px;
        left: 10px;
        cursor: pointer;
        background: url('images/accept.png');
    }

        .item .accept.active {
            background: url('images/accept_active.png');
        }

    .item .reject {
        width: 36px;
        height: 36px;
        position: absolute;
        bottom: 30px;
        right: 10px;
        cursor: pointer;
        background: url('images/reject.png');
    }

        .item .reject.active {
            background: url('images/reject_active.png');
        }

    .item .desc {
        width: 100%;
        height: 30px;
        font-size: 1.5em;
        position: absolute;
        bottom: 0;
        left: 0;
        text-align: center;
        background-color: #738CAC;
        filter: alpha(opacity=80);
        -moz-opacity: 0.8;
        -khtml-opacity: 0.8;
        opacity: 0.8;
        color: #FFF;
    }

.image-nav {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    margin: 10px 0;
}

    .image-nav a {
        text-indent: -9999px;
        display: inline-block;
        width: 36px;
        height: 36px;
        margin: 0 5px;
        outline: 0;
        cursor: pointer;
    }

    .image-nav .accept {
        background: url('images/accept.png');
    }

    .image-nav .reject {
        background: url('images/reject.png');
    }

    .image-nav .history {
        background: url('images/history_active.png');
    }

    .image-nav .accept:hover, .image-nav .accept.active {
        background: url('images/accept_active.png');
    }

    .image-nav .reject:hover, .image-nav .reject.active {
        background: url('images/reject_active.png');
    }

.loading-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    z-index: 100;
}

.loading-image {
    height: 16px;
    position: absolute;
    width: 16px;
    background: url('images/loading.png') no-repeat;
    z-index: 101;
}


.input-field label.active {
    font-size: 1rem;
    transform: translateY(-140%);
}

.form {
    width: 440px;
    height: 600px;
    margin-top: 80px;
    margin-top: 10%;
}

#main-login-logo {
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: -10px;
}

button {
    border: medium none;
    border-radius: 2px;
    display: inline-block;
    height: 45px;
    line-height: 45px;
    outline: 0 none;
    background: #4db6ac;
    padding: 0 2rem;
    text-transform: uppercase;
    vertical-align: middle;
    width: auto;
    margin-right: 5px;
    color: #ffffff;
    margin-left: 5px;
}

.ui-dialog {
    background: #eceff1 !important;
    padding: 20px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    border-radius: 2px;
    margin: 0.5rem 0 1rem;
    padding: 20px;
    transition: box-shadow 0.25s ease 0s;
}

.ui-dialog-content{
    margin-top:30px;
}

.ui-button {
    margin-left: 5px;
    margin-right: 5px;
    text-align: center;
}

.ui-dialog-buttonset {
    margin-top: 20px;
    margin-bottom: 20px;
}

.ui-dialog-titlebar-close {
    float: right;
    margin-bottom: 3px;
}

textarea {
    background: rgb(255, 255, 255);
}

button, textarea {
    color: #dddbdb;
    font: inherit;
    margin: 0;
}

ui-dialog-titlebar {
    background: #0094ff;
}

.card-area {
    background: #a4a1a1 !important;
    padding: 10px;
    border-radius: 2px;
    margin: 0.5rem 0 0;
    padding: 20px;
    transition: box-shadow 0.25s ease 0s;
}

.loading-backgroud {
    height: 125%;
    width: 100%;
    position: fixed;
    background-color: white;
    opacity: 0.7;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
}

#loading-center .preloader-wrapper {
    left: 50%;
    top: 50%;
    position: fixed;
    z-index: 3;
}

.valign-demo {
    background-color: #ddd;
    height: 400px;
}

.topnav {
    margin-bottom: 10px;
    height: 72px;
}

table.theme {
    border-style: solid;
    border-color: #cfcfcf;
}

thead.theme {
    background: #cfcfcf;
}

table.root {
    margin-top: 20px;
    width: auto;
    border:solid;
    border-color:#bdbdbd ;
    padding: 20px;
}

h5.root {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #000;
    text-align: center;
    text-transform: uppercase;
}

td.root {
    padding-left: 50px;
    padding-right: 50px;
}

tr.root{
    background: #cfcfcf;
}

td.Aroot {
    padding-left: 50px;
    padding-right: 50px;
}

table.Aroot {
    margin-top: 20px;
    width: auto;
    padding: 20px;
}

h5.Aroot {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #000000;
    text-align: center;
    text-transform: uppercase;
}

td.Aroot {
    padding-left: 50px;
    padding-right: 50px;
}

body {
    background-image: url("images/web_bg.jpg");
    font-family: Tahoma,Arial,Verdana;
    font-size: 13px;
    line-height: 1.25;
}

nav ul a{
    color:#000 !important;
}

.titlechip {
    background-color: #e4e4e4;
    border-radius: 16px;
    text-transform:uppercase;
    color: rgba(0, 0, 0, 0.6);
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    height: 32px;
    line-height: 32px;
    padding: 0 12px;
}

.tabs .tab a {
    font-size: 16px;
    font-weight: lighter;
}

.boxcapsul {
    width: 812px;
    padding-left:20px;
    padding-right:20px;
    padding-bottom:20px;
}

a.addnew{
    margin-bottom:20px;
}

.addbtn{
        z-index:auto; 
        margin-right:30px;
        margin-bottom:10px;
        float:right !important;
    }
   
