﻿@import url('https://fonts.googleapis.com/css?family=Lato');

body {
    font-size: 12px;
    background-color: #F5F5F5;
    font-family: 'Lato', sans-serif;
}

.contentPage {
    padding-right: 15px;
    padding-top: 0;
    padding-left: 5px;
}

    .contentPage h4 {
        margin-top: 5px;
    }



table > tbody > tr:nth-child(1) > td:nth-child(2) {
    overflow: hidden;
    white-space: nowrap;
}

.pagecontainer {
    background-color: #fff;
    -webkit-box-shadow: 0 0 5px rgba(50,50,50,0.1);
    -moz-box-shadow: 0 0 5px rgba(50,50,50,0.1);
    box-shadow: 0 0 5px rgba(50,50,50,0.1);
}

.header, .menu, .content {
    margin: 10px;
}

.menu {
    background-image: url('../img/menubg.jpg');
}

    .menu a {
        color: #fff;
    }


    .menu > .nav > li > a {
        position: relative;
        display: block;
        padding: 10px 7px;
        border: 0 !important;
    }


    .menu > .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
        cursor: default;
        background-color: #fff;
        border-bottom-color: transparent;
        background-color: #0d396d;
        border: 0;
        color: #fff;
    }

    .menu > .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #0d396d;
        padding: 10px 7px;
        cursor: pointer;
    }

div#example_length {
    float: left;
}

div#example_filter {
    float: right;
    margin-top: -5px;
}

table {
    width: 100% !important;
}

.popUpWrapper {
    position: fixed;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.33);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}

.popUp {
    margin-top: 36px;
    border: 1px solid #ddd;
    background-color: #fff;
    color: #5a5a5a;
    max-height: 90%;
    overflow: auto;
    position: absolute;
    width: 84%;
}

.popUpTitle {
    background-image: url('../img/menubg.jpg');
    height: 36px;
    overflow: hidden;
    color: #fff;
    padding: 9px;
    padding-right: 0;
    font-weight: bold;
    font-size: 14px;
}

.popUp > .row {
    border-bottom: 1px solid #ddd;
    margin: 0;
    background-color: #f9f9f9;
}

.popUpInTitle {
    padding: 7px 0;
    font-weight: bold;
}

.popUpInContent {
    padding: 7px 0;
}

.popUp > .row > .col-sm-9 {
    background-color: #fff;
}

.closePopUp {
    padding-right: 15px;
}

    .closePopUp a {
        display: block;
        color: #fff;
    }


tr.odd:hover {
    background-color: #e5f1ff !important;
    cursor: pointer;
}

tr.even:hover {
    background-color: #e5f1ff !important;
    cursor: pointer;
}

.table {
    margin-bottom: 0;
}
