﻿@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700");
@import url("https://fonts.googleapis.com/css?family=Roboto:400,300,500,700");
/*===============================================
  The customer app-specific CSS styles.  See
  http://www.jasny.net/bootstrap/examples/navmenu/
  for more info.
  ===============================================*/

/*===============================================
  Misc
  ===============================================*/

.text-navy {
    color: #1ab394;
}

/* Remove step spinner for inputs of type number - Chrome*/

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Remove step spinner for inputs of type number - Firefox*/

input[type=number] {
    -moz-appearance: textfield;
}

/*===============================================
  Student Info
  ===============================================*/

.dwo-fileinput-preview {
    height: 150px;
    width: 150px;
    margin: 20px auto;
}

.btn-file > input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    font-size: 23px;
    height: 100%;
    width: 100%;
    direction: ltr;
    cursor: pointer;
}

.dwo-student-image{
    margin:auto;
}

/*===============================================
  Student Recitals
  ===============================================*/

.dwo-student-recital-container {
    margin-top: 15px;
}
.dwo-expand-collapse-panels-button {
    float: right;
}
/*===============================================
  Panels
  ===============================================*/

.ibox {
    margin-left: -12px !important;
    margin-right: -12px !important;
    margin-bottom: 25px;
    box-shadow: 1px -2px 5px #e7eaec;
}

.ibox-content {
    padding-left: 4px !important;
    padding-right: 4px !important;
}


.ibox-title {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #f3f3f4;
    color: inherit;
    margin-bottom: 0;
    padding: 15px 15px 7px;
    min-height: 48px;
}

    .ibox-title h5 {
        display: inline-block;
        font-size: 14px;
        font-weight: 600;
        color: #676a6c;
        font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        margin: 0 0 7px;
        padding: 0;
        text-overflow: ellipsis;
        float: left;
    }

.ibox-tools {
    display: block;
    float: none;
    margin-top: 0;
    position: relative;
    padding: 0;
    text-align: right;
}

    .ibox-tools a {
        cursor: pointer;
        margin-left: 5px;
        color: #c4c4c4;
    }





/*===============================================
  Modals
  ===============================================*/
.modal-title {
    color: #8a8c8e;
    font-weight: 600;
    line-height: 1.42857143;
    text-align: center;
}

.modal-body {
    background: #f8fafb;
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

/*===============================================
  Date picker control
  ===============================================*/

/* Disabled color for dates is not light enough by default  */

.bootstrap-datetimepicker-widget table td.disabled {
    color: #ddd !important;
}

/*===============================================
  Dictionary lists - overrides margin and padding 
    for use on home screen and credit card info
  ===============================================*/
dl.dwo-dictionary-list {
    margin-bottom: 0;
}

dl.dwo-dictionary-list dd {
    padding-bottom: 10px;
}

dl.dwo-dictionary-list dd:last-child {
    padding-bottom: 0;
}

dl.dwo-dictionary-list dd ul.list-inline,
dl.dwo-dictionary-list dd ul.list-unstyled,
address.dwo-dictionary-list {
    margin-bottom: 0;
}

/*===============================================
  Entity Materials
  ===============================================*/

.dwo-materials-collapsed-row dl {
    width: 75%;
}


/*===============================================
  Google Maps iframe
    making embedded google maps resize dynamically - https://www.labnol.org/internet/embed-responsive-google-maps/28333/
  ===============================================*/

.dwo-google-maps {
    margin-right: .5em;
    overflow: hidden;
    padding-bottom: 75%;
    position: relative;
}

.dwo-google-maps iframe {
    height: 100% !important;
    left: 0;
    position: absolute;
    top: 0;
    width: 100% !important;
}

/*===============================================
  Lists
  ===============================================*/

ul.dwo-list-padded > li {
    padding: .5em;
}

/*===============================================
  Class
  ===============================================*/
.dwo-btn-class-list-item {
    margin-top: 15px;
}

/*===============================================
  Staff Bio
  ===============================================*/

img.dwo-staff-image {
    padding: .5em;
}

/*===============================================
  Attendance
  ===============================================*/

dl.dwo-attendance-recap dt {
    float: left;
    width: 100px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dwo-attendance-recap dd {
    margin-left: 120px;
}

/*===============================================
  Transactions
  ===============================================*/

/* hides top border of child <td> elements */ 

.table>tbody>tr>td.dwo-transaction-detail {
    border-top: none;
}


.dwo-transaction-legend-side-nav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 60px;
    left: 0;
    background-color: #f5f5f5;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 10px;
}

.dwo-side-menu-question {
    position: fixed;
    right: 30px;
    bottom: 75px;
}

.list-inline.dwo-list-inline-no-bottom-margin {
    margin-bottom:0;
}