body{
    background:#272e3a;    
    font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 15px;
}
.agma-heading {
    text-align: center;color: #efba3a;text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;margin-top: -20px;margin-bottom: 48px
}
.main-box.no-header {
    padding-top: 20px;
}
.main-box {
    background: #FFFFFF;
    -webkit-box-shadow: 1px 1px 2px 0 #CCCCCC;
    -moz-box-shadow: 1px 1px 2px 0 #CCCCCC;
    -o-box-shadow: 1px 1px 2px 0 #CCCCCC;
    -ms-box-shadow: 1px 1px 2px 0 #CCCCCC;
    box-shadow: 1px 1px 2px 0 #CCCCCC;
    margin-bottom: 16px;
    -webikt-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.table a.table-link.danger {
    color: #e74c3c;
}
.label {
    border-radius: 3px;
    font-size: 0.875em;
    font-weight: 600;
}
.user-list tbody td .user-subhead {
    font-size: 0.875em;
    font-style: italic;
}
.user-list tbody td .user-link {
    display: block;
    font-size: 1.25em;
    padding-top: 15px;
    margin-left: 60px;
    font-weight: bold;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #96989e;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #96989e;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #96989e;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #96989e;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color:    #96989e;
}
a {
    color: #3498db;
    outline: none!important;
}
.user-list tbody td>img {
    position: relative;
    max-width: 50px;
    float: left;
    margin-right: 15px;
}

.table thead tr th {
    text-transform: uppercase;
    font-size: 0.875em;
}
.table thead tr th {
    border-bottom: 2px solid #e7ebee;
}
.table tbody tr td:first-child {
    font-size: 1.125em;
    font-weight: 300;
}
.table tbody tr td {
    font-size: 0.875em;
    vertical-align: middle;
    border-top: 1px solid #e7ebee;
    padding: 12px 8px;
}
.play_now {
    color: transparent;
    display: inline-block;
    text-align: center;
    max-width: 312px;
    max-height: 174px;
    width: 20.563vw;
    height: 8.3289vw;
    margin-top: -50px;
}
.play_now::before {
    background: url(../img/icons/play_now.png) center no-repeat;
    position: absolute;
    z-index: 1;
    transition: opacity 500ms ease-in-out;
    background-size: contain;
    margin-top: 1px;
}
.play_now::after, .play_now::before {
    content: "";
    display: block;
    opacity: 1;
    max-width: 312px;
    max-height: 174px;
    width: 20.563vw;
    height: 8.3289vw;
}
.play_now::after {
    background: url(../img/icons/play_hover.png) center -1px no-repeat;
    position: relative;
    background-size: contain;
}
.play_now:hover:before {
    opacity: 0;
}   
* {
    transition: all 200ms ease-in-out;
}
.panel-default>.panel-heading {
    background-color: #18212a;
    color: #C9C9C9;
}
.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: rgba(0,0,0,0);
}
.panel-heading, .panel-footer {
    font-size: 17px;
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: -1;
    border-top-left-radius: -1;
}
.panel, .navbar, .well, .user-management form {
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.7);
    box-shadow: 0 0 5px rgba(0,0,0,0.7);
}
.panel {
    margin-bottom: 21px;
    background-color: #1e2933;
    border: 1px solid transparent;
    border-radius: 0;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: 0 1px 1px rgba(0,0,0,0.05);
}
.panel-body {
    padding: 15px;
    color: #C9C9C9;
}
.panel-footer {
    padding: 10px 15px;
    background-color: #18212a;
    border-top: 1px solid rgba(0,0,0,0);
    border-bottom-right-radius: -1;
    border-bottom-left-radius: -1;
}
.panel-heading, .panel-footer {
    font-size: 17px;
}
.panel, .navbar, .well, .user-management form {
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.7);
    box-shadow: 0 0 5px rgba(0,0,0,0.7);
}
.panel-default {
    border-color: rgba(0,0,0,0);
}

.panel-default>.panel-heading {
    background-color: #18212a;
    color: #C9C9C9;
}