﻿
@font-face
{
    font-family: 'Audiowide';
    font-style: normal;
    font-weight: 400;
    src: local('Audiowide'), local('Audiowide-Regular'), url(http://themes.googleusercontent.com/static/fonts/audiowide/v2/8XtYtNKEyyZh481XVWfVOj8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}

body
{
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgba(0, 0, 0, 0.2);
    background-attachment: fixed;
}

*, body, .form-control, .btn
{
    font-size: 12px;
}

.form-control, .btn
{
    padding: 5px 3px 5px 3px;
    height: auto;
    min-height: 32px;
}

.btn
{
    padding: 5px 5px 5px 5px;
}

a
{
    color: #2d9cef;
    cursor: pointer;
}

.pagination
{
    margin: 0;
}

    .pagination > li > a, .pagination > li > span
    {
        border-color: #2d9cef;
    }

.centered-form .panel
{
    background: rgba(255, 255, 255, 0.8);
    box-shadow: rgba(0, 0, 0, 0.3) 20px 20px 20px;
}

.panel-title, .centered-form
{
    color: #000;
}

    .centered-form input[type="text"]
    {
        font-size: 1em;
    }

.centered-form
{
    margin-top: 60px;
}

.pui-shadow
{
    -moz-box-shadow: 0px 5px 10px rgba(0,0,0,0.8);
    -webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.8);
    box-shadow: 0px 5px 10px rgba(0,0,0,0.8);
}

.pui-fluid *
{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

/* FontAwesome Support */
.ui-widget .ui-icon.fa,
.ui-icon.fa
{
    background: none repeat scroll 0 0 transparent !important;
    text-indent: 0px !important;
}

input[type="text"]
{
    color: #000;
}

.btn
{
    background-color: #d6d3d3;
    border: solid 1px;
}

[st-sort]
{
    cursor: pointer;
}

.st-sort-ascent:after
{
    content: '\25B2';
}

.st-sort-descent:after
{
    content: '\25BC';
}

.pui-dialog
{
    z-index: 1100000;
}

.modal-backdrop.in
{
    z-index: 11000003;
    display: none;
}

.modal-dialog, .modal, .ui-widget-overlay
{
    z-index: 11000004;
    margin-top: 5px;
}

.btn-default
{
    background-image: none;
}

    .btn-default:hover
    {
        background-color: #808080;
    }

.pagination a
{
    cursor: pointer;
}
/* Styling for the ngProgress itself */
#ngProgress
{
    margin: 0;
    padding: 0;
    z-index: 22000003;
    position: absolute;
    background-color: #fff;
    color: #fff;
    box-shadow: 0 0 10px 0; /* Inherits the font color */
    height: 5px;
    opacity: 0;
    /* Add CSS3 styles for transition smoothing */
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

/* Styling for the ngProgress-container */
#ngProgress-container
{
    position: fixed;
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000004;
}

.inherit
{
    width: auto;
    display: inline;
}

nav
{
    height: 50px;
    overflow: hidden;
}

.navbar-collapse, .navbar-default .navbar-brand, .navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus
{
    color: #fff;
    border-style: none;
}

    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus
    {
        background-color: #a74d0d;
    }

.navbar-collapse
{
    background-color: #ff6a00;
}

.navbar-right
{
    margin-right: 5px;
}

.main-container
{
    margin-top: 10px;
}

#mymenu
{
    margin-top: 50px;
}

.sortorder:after
{
    content: '\25b2';
}

.sortorder.reverse:after
{
    content: '\25bc';
}

#new, .new
{
    margin: 0 0 10px 0;
}

.in-container
{
    margin: 10px 10px 10px 10px;
    padding: 10px 10px 10px 10px;
    border: groove 1px #d6d3d3;
    background-color: #FFF;
    -moz-box-shadow: 0 0 5px #fff;
    -webkit-box-shadow: 0 0 5px #fff;
    box-shadow: 0px 0px 5px #fff;
}

.title
{
    color: #fff;
    -webkit-animation: neon1 1.5s ease-in-out infinite alternate;
    -moz-animation: neon1 1.5s ease-in-out infinite alternate;
    animation: neon1 1.5s ease-in-out infinite alternate;
    color: rgb(255, 17, 119);
    letter-spacing: 2px;
    font-size: 30px;
    font-family: Audiowide;
    text-transform: uppercase;
    height: auto;
    transition-delay: 0s;
    transition-duration: 0.5s;
    transition-property: all;
    transition-timing-function: ease;
}

    .title:hover
    {
        -webkit-animation: none;
        -moz-animation: none;
        animation: none;
    }

.navbar-header span
{
    float: left;
    font-size: 20px;
    margin-top: 10px;
    font-family: Audiowide;
}

.username
{
    text-transform: capitalize;
}

.crumb:before
{
    content: "/\00a0";
}

.pui-menu
{
    position: relative;
    z-index: 1000000;
    width: 100%;
}

    .pui-menu.pui-menubar
    {
        background: none;
        background-color: #000;
    }

    .pui-menu.ui-widget a
    {
        color: #fff;
        font-size: 13px;
    }

    .pui-menu.ui-widget li > .pui-menuitem-link
    {
        padding: 5px 10px 5px 10px;
        white-space: normal;
    }

        .pui-menu.ui-widget li > .pui-menuitem-link.ui-state-hover
        {
            background: none;
            color: #fcb07a;
        }

    .pui-menu.pui-menubar .pui-menu-parent .pui-menu-child
    {
        background-color: #000;
    }

.navbar
{
    z-index: 9100001;
}

@-webkit-keyframes neon1
{
    from
    {
        text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #FF1177, 0 0 70px #FF1177, 0 0 80px #FF1177, 0 0 100px #FF1177, 0 0 150px #FF1177;
    }

    to
    {
        text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #FF1177, 0 0 35px #FF1177, 0 0 40px #FF1177, 0 0 50px #FF1177, 0 0 75px #FF1177;
    }
}

.row
{
    margin-bottom: 5px;
}

.margin-bottom
{
    margin-bottom: 5px;
}

.day
{
    cursor: pointer;
}

.glyphicon
{
    padding-right: 10px;
}

.glyphicon-button
{
    padding-right: 0px;
}


.labeltext
{
    /*margin: 0 8px 0 8px;*/
    padding: 0;
    margin-left: 15px;
}

.bordered
{
    border: solid 1px #ccc;
    background-color: #eeeeee;
    -webkit-box-shadow: 0px 0px 20px -2px rgba(255,255,255,1);
    -moz-box-shadow: 0px 0px 20px -2px rgba(255,255,255,1);
    box-shadow: 0px 0px 20px -2px rgba(255,255,255,1);
    padding: 5px 5px 5px 5px;
    margin: 3px 0px 3px 0px;
    font-weight: bold;
    min-height: 30px;
}

.bordered
{
}

    .bordered:empty
    {
        content: "---";
    }

.control-label
{
    text-align: left;
}

.padded
{
    padding: 5px 0 5px 0;
    float: none;
    clear: both;
    display: block;
}

.border-top
{
    border-top: solid 1px #fff;
    height: 8px;
    margin-top: 8px;
}

.ui-timepicker-wrapper
{
    z-index: 152555555;
}

.lower
{
    text-transform: lowercase;
}

option[default]
{
    display: none;
}

.container
{
    width: 90%;
}

.datepicker
{
    z-index: 152555555;
}

.float-left
{
    float: left;
}

.float-right
{
    float: right;
}

.right-align
{
    text-align: right;
}

.center-align
{
    text-align: center;
}

.fc-event
{
    background-color: #11845e;
    border: none;
    border-radius: 0;
    padding: 4px 4px 4px 4px;
}

.fc-content-skeleton table
{
    background-color: transparent;
}

.fc-day, .fc-today.ui-state-highlight
{
    background: none;
    background-color: #FFF;
}

.fc-body .ui-widget-content
{
    background: none;
    background-color: #FFF;
}


.red
{
    background: none;
    background-color: #f34545;
    color: #fff;
    font-weight: bold;
}

.yellow
{
    background: none;
    background-color: #ffd800;
    color: #000;
    font-weight: bold;
}

.green
{
    background: none;
    background-color: #108b23;
    color: #fff;
    font-weight: bold;
}

.blue
{
    background: none;
    background-color: #0c5c98;
    color: #fff;
    font-weight: bold;
}

/*

.fc-day-number
{
    border-bottom: 1px solid #666666;
}
.fc-today.ui-state-highlight, .fc-day, .fc-day-number
{
    border: 1px solid #666666;
    color: #fff;
}

.fc-today.ui-state-highlight
{
}*/
thead:first-child
{
    background-color: #e6ebed;
    border-style: none;
}

@media (min-width: 768px)
{
    .form-horizontal .control-label
    {
        text-align: left;
    }
}

.checkbox
{
    /*margin-right: 10px;
    padding: 5px 5px 5px 5px;*/
}

.btn-put
{
    margin-top: 5px;
}

.zero-pad
{
    padding: 0;
}

.spacer
{
    width: 20px;
    display: inline-block;
}

.pui-dialog
{
    position: absolute;
    margin-top: 100px;
}

span.bordered
{
    display: inline-block;
}

@media (min-width: 1200px)
{
    .container
    {
        max-width: 1000px;
    }
}

.container
{
    max-width: 1000px;
}

.container-fluid
{
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

[ng-model="member.Prefix"], [ng-model="member.Suffix"]
{
    width: 70px;
}

div.control-label
{
    /*padding-left: 0;
    margin-right: 5px;*/
}

.section
{
    border: solid 1px #ccc;
    padding: 8px 8px 8px 8px;
    width: 100%;
}

    .section .tab-content .row
    {
        padding-left: 20px;
    }

.inline
{
    display: inline;
}

.inline-header
{
    display: inline-block;
    width: auto;
    margin-right: 10px;
}

#previewImage
{
    max-height: 200px;
    max-width: 300px;
    border: solid 2px #ccc;
}

.border, [st-table]
{
    padding: 8px 8px 8px 8px;
    border: solid 1px #ccc;
    margin-bottom: 5px;
    margin-top: 5px;
    min-height: 32px;
}

.border-no-margin
{
    padding: 0px 8px 0px 8px;
    border: solid 1px #ccc;
}

.clear-after:after
{
    clear: both;
}

.uploadPhoto
{
    height: 310px;
    margin-bottom: 10px;
}

#menuBarDiv
{
    background-image: none;
    background-color: #fff;
}

    #menuBarDiv a.btn
    {
        background-color: #f1f1f1;
        border: solid 1px #ccc;
    }

        #menuBarDiv a.btn:hover
        {
            background-color: #d6d3d3;
        }

.margin-left
{
    margin-left: 8px;
}

.margin-right
{
    margin-right: 8px;
}

.clear-fix
{
    clear: both;
    float: none;
}

.margin-left-large
{
    margin-left: 30px;
}

@media (min-width: 768px)
{
    .col-sm-12
    {
        width: auto;
        margin-right: 30px;
    }
}

.radio, .checkbox
{
    margin-top: 3px !important;
    margin-bottom: 6px !important;
    margin-right: 5px !important;
    padding-left: 0px !important;
}

    .radio input, .checkbox input
    {
        margin-left: 5px !important;
        margin-right: 5px;
        top: 2px;
        position: relative;
        float: none !important;
    }

.simple-border
{
    border: solid 1px #c3bfbf;
    min-height: 30px;
    position: relative;
    left: -10px;
    top: -10px;
    padding: 5px 3px 3px 3px;
}

.form-horizontal
{
    width: 99%;
}

.footer-count
{
    position: relative;
    top: 1px;
    padding: 6px 6px 7px 6px;
    display: inline-block;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus
{
    border-color: #FF6A00;
}

@media all
{
    .page-break
    {
        display: none;
    }
}

@media print
{
    .page-break
    {
        display: block;
        page-break-before: always;
    }
}

.loading
{
    border: solid 1px #c3bfbf;
    color: rgb(255, 17, 119);
    background-color: #ccc;
    padding: 8px 8px 8px 8px;
}

.note-alert
{
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 100000100;
    width: 200px;
}

    .note-alert div
    {
        cursor: pointer;
        max-height: 85px;
        overflow: hidden;
        border-color: #f6d1e6;
        background-color: #7f014b;
        color: #fff;
    }

    .note-alert .close
    {
        opacity: .5;
        color: #fff;
    }

    .note-alert strong
    {
        display: block;
    }

.alert
{
    background: none;
    background-color: #df490b;
}

.highlight-row
{
    background: none;
    background-color: #7baed5 !important;
}

    .highlight-row TD
    {
        background: none;
        background-color: #7baed5 !important;
    }

.w20
{
    width: 20%;
    margin: 5px auto 5px auto;
}

.w30
{
    width: 30%;
    margin: 5px auto 5px auto;
}

.w50
{
    width: 50%;
    margin: 5px auto 5px auto;
}

.middled
{
    margin: 5px auto 5px auto;
}

.no-bullets
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    .no-bullets li
    {
        margin: 0;
        padding: 0;
        padding: 3px 3px 3px 3px;
        float: left;
    }

.alert-success
{
    background-color: #d6d3d3;
}

.date
{
    width: 150px;
}

.groupname
{
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

    .groupname select
    {
        min-width: 150px;
    }

.red-text
{
    color: red;
}

.nav > li > a
{
    padding: 10px 10px;
}

#popu
{
    background-color: #000;
    color: #fff;
    width: 100%;
    position: fixed;
    z-index: 10000;
    left: 0px;
    bottom: 0px;
    text-align: right;
    padding: 3px 3px 3px 3px;
}

.centered
{
    text-align: center;
}

.block
{
    display: block;
}
