* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Montserrat', sans-serif;
}

.gradient {
    background: #394FAB; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #394FAB, #33F1A8) !important; /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #394FAB, #33F1A8) !important; /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.gradient-blue {
    background: #394FAB; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #394FAB, #3393B8) !important; /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #394FAB, #3393B8) !important; /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.login {
    min-height: 100vh;
    position: relative;
    /*background-image: url("../images/gradient_bg.jpg");*/
    background-image: url("../images/bg_full_.jpg");
    background-repeat: no-repeat;
    overflow: hidden;
    width: 100%;
    background-size: cover;
    position: relative;
}

.login-box {
    background: #fff;
    box-shadow: 1px 1px 17px rgba(0, 0, 0, 0.8);
    margin-bottom: 0;
    border-radius: 3px;
}

.forgot {
    color: #ED3237;
    font-weight: 600;
    margin: 20px 0;
}

.info-login {
    margin-bottom: 0.2rem;
}

.login-btn {
    border-radius: 2px;
    border: 0;
}





@media only screen and (min-width: 1200px) {
    /*.login-form  {
    width: 85%;
    margin: auto;
    }*/
    .jumbotron {
        padding: 3rem 2rem;
    }
}

@media (min-width: 576px) {
}

@media only screen and (max-width: 991px) {
    .login {
        background-image: none;
    }

    .login-box {
        box-shadow: none;
    }
}



@media only screen and (max-width: 415px) {
    .jumbotron.login-box {
        padding: 25px 0px;
    }

    .login-form {
        margin-top: 0 !important;
    }

    .logo-img {
        width: 33%;
    }

    .grey.info-login {
        font-size: 12px;
    }
}

.widget-header h4 {
    font-weight: bold;
}



.dataTables_wrapper {
    position: relative;
}

    .dataTables_wrapper select {
        border: none;
        border-bottom: 1px solid #ddd;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        border-radius: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        box-shadow: none;
    }

        .dataTables_wrapper select:active, .dataTables_wrapper select:focus {
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            -ms-box-shadow: none;
            box-shadow: none;
        }

    .dataTables_wrapper input[type="search"] {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        border-radius: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        box-shadow: none;
        border: none;
        font-size: 12px;
        border-bottom: 1px solid #ddd;
    }

        .dataTables_wrapper input[type="search"]:focus, .dataTables_wrapper input[type="search"]:active {
            border-bottom: 2px solid #1f91f3;
        }

    .dataTables_wrapper .dt-buttons {
        float: left;
    }

        .dataTables_wrapper .dt-buttons a.dt-button {
            background-color: #607D8B;
            color: #fff;
            padding: 7px 12px;
            margin-right: 5px;
            text-decoration: none;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            -ms-border-radius: 2px;
            border-radius: 2px;
            border: none;
            font-size: 13px;
            outline: none;
        }

            .dataTables_wrapper .dt-buttons a.dt-button:active {
                opacity: 0.8;
            }

.dt-button-info {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 400px;
    text-align: center;
    background-color: #fff;
    border: 2px solid #999;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    margin-top: -100px;
    margin-left: -200px;
    z-index: 21;
}

    .dt-button-info h2 {
        color: #777;
    }

    .dt-button-info div {
        color: #777;
        margin-bottom: 20px;
    }


