﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 0;
    padding-right: 0;
    margin-top: 20px;
}

/* 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;
}

.required-label {
    color: red;
    margin-left: 2px;
    font-size: 15px;
}
/* Set width on the form input elements since they're 100% wide by default 
input,
select,
textarea {
    max-width: 280px;
}*/

.navbar-inverse {
    background-color: #fff;
    border: none;
}

    .navbar-inverse .navbar-nav > li > a {
        color: #428bca;
        font-size: medium;
        font-weight: bold;
    }

        .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
            color: #000;
        }

/*****Login*****/
.panel-default {
    margin-top: 30px;
}

.form-group.last {
    margin-bottom: 0px;
}

h1 {
    color: #ffffff;
    text-align: right;
}

.videocontainer {
    position: absolute;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

    .videocontainer video {
        min-width: 100%;
        min-height: 100%;
    }

.ajuste {
    position: relative;
    top: 0px;
}

@media screen and (max-width:767px) {
    .ajuste {
        position: relative;
        top: 0px !important;
    }
}
/*****Login******/

.couponcreated {
    background-color: yellow;
    height: 20px;
    color: yellow;
}
.couponapproved {
    background-color: greenyellow;
    height: 20px;
    color: greenyellow;
}
.couponredeemed {
    background-color: firebrick;
    height: 20px;
    color: firebrick;
}
.couponrejected {
    background-color: red;
    height: 20px;
    color: red;
}

h3
{
    margin-top: 0px;
}

hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

table thead tr th p {
    writing-mode: vertical-rl;
    transform: rotate(-45deg);
    text-align: right;
}
table.dataTable thead .sorting {
    background-size: 50px;
}
table.dataTable thead .sorting_desc {
    background-size: 50px;
}
table.dataTable thead .sorting_asc {
background-size: 50px;
}
td.details-control {
    background: url('../images/details_open.png') no-repeat center center;
    cursor: pointer;
}
tr.shown td.details-control {
    background: url('../images/details_close.png') no-repeat center center;
}