﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    width: 95%;
    max-width: 1600px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}
/*style update 16.07.20*/
h2 {
    font-weight: 700;
    margin-left: 25px;
}

.navbar-inverse {
    background-color: #fff;
    border-color: #eee;
    border: 0;
    border-bottom: 1px solid #eee;
}

.logo {
    display: inline-block;
    width: 150px;
    float: left;
}

    .logo img {
        width: 100%;
    }

.navbar-nav {
    float: right;
    margin: 0;
}

.navbar-inverse .navbar-nav > li > a:hover {
    color: #323234;
}

.body-content {
    padding-top: 30px;
}

.navbar-inverse .navbar-toggle {
    border-color: #333;
    background: #999;
}

.table {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
    /*background: rgba(255,255,255,0.70);*/
}

    .table td, .table th {
        border: 1px solid #ddd;
        padding: 15px 20px;
        max-width: 300px;
    }

    /*#customers tr:nth-child(even) {
        background-color: #f2f2f2;
    }*/

    .table tr:hover {
        background-color: #f2f2f2;
    }

    .table th {
        text-align: left;
        background-color: #4b89e2;
        color: white;
        padding: 15px 20px;
    }

    .table a {
        padding: 7px 15px;
        background: #4b89e2;
        border-radius: 4px;
        color: #fff;
        cursor: pointer;
        border-color: #3c6eb5;
    }

        .table a.onlyLink {
            padding: 0;
            background: none;
            border-radius: 0;
            color: #337ab7;
            cursor: pointer;
            border-color: none;
        }

        .table a.onlyLink:hover {
            background-color: transparent;
        }

        .table a:hover {
            text-decoration: none;
            background: #3c6eb5;
            border-color: #3c6eb5;
        }

.bg {
    background: url('img@3x.png') no-repeat center right;
    background-size: cover;
    width: 100%;
    min-height: 830px;
    display: inline-block;
}

footer {
    position: relative;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
    border-top: 1px #eee solid;
    background: #fff;
}

.jumbotron {
    background-color: rgba(255,255,255,0.70);
    border: 1px #eee solid;
}

    .jumbotron h3 {
        font-weight: 700;
        margin-bottom: 30px;
    }

.btn-primary {
    padding: 7px 15px;
    background-color: #317812;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    border-color: #24590d;
}

    .btn-primary:hover {
        background-color: #24590d;
        border-color: #24590d;
    }

.form-horizontal {
    padding: 15px 25px;
    background: rgba(255,255,255,0.70);
    border: 1px #eee solid;
    border-radius: 6px;
}

.bluBtn {
    padding: 7px 15px;
    background: #4b89e2;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    border-color: #3c6eb5;
}

    .bluBtn:hover {
        text-decoration: none;
        background: #3c6eb5;
        border-color: #3c6eb5;
    }

.col-md-10 {
    padding-top: 7px;
}

.login_cont {
    margin: 50px auto;
    width: 500px;
}

.login {
    display: inline-block;
    text-align: center;
    width: 500px;
    box-shadow: 0 0 10px #eee;
}

    .login .icon {
        background: url('login.png') no-repeat center;
        width: 74px;
        height: 74px;
        display: inline-block;
        /*position:relative;
        top:-50px;*/
    }

.loginTxtBox {
    display: inline-block;
    width: 100%;
    height: 44px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #323234;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ddd;
    border-radius: 7px;
}

.bluBtnLog {
    padding: 12px 15px;
    background: #4b89e2;
    border-radius: 7px;
    color: #fff;
    cursor: pointer;
    border: 0;
    width: 100%;
}

    .bluBtnLog:hover {
        text-decoration: none;
        background: #3c6eb5;
        border-color: #3c6eb5;
    }

    .bluBtnLog:focus {
        outline: 0;
    }

@media screen and (max-width: 1920px) {
    .container {
        width: 1400px;
    }
}

@media screen and (max-width: 1366px) {
    .bg {
        min-height: 660px;
    }

    .container {
        width: 1200px;
    }
}

@media screen and (min-width: 768px) {
    .jumbotron {
        padding: 30px 15px;
    }

    .container .jumbotron, .container-fluid .jumbotron {
        padding-right: 40px;
        padding-left: 40px;
    }
}

@media screen and (max-width: 768px) {
    .container {
        width: 90%;
    }
}

@media screen and (max-width: 480px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }

    .login_cont {
        width: 100%;
    }

    .login {
        width: 100%;
    }

    .nav > li {
        position: relative;
        display: inline-block;
        border-bottom: 1px #eee solid;
        width: 100%;
    }

    .container {
        width: 90%;
    }

    footer {
        position: relative;
        margin-top: 40px;
    }
}
