﻿.Hand {
    cursor: pointer;
}

.Hide {
    display: none;
}

.embed-responsive.embed-responsive-16by9 {
    padding: 8% !important;
  } 

.mainPanel {
    /*no styles for this class but used as a handle in jquery selects*/
}

.v-Space10 {
    height: 10px;
}

.v-Space20 {
    height: 20px;
}

.v-Space30 {
    height: 30px;
}

.v-Space40 {
    height: 40px;
}

.h-Space10 {
  width: 10px;
}

.h-Space20 {
  width: 20px;
}

.h-Space30 {
  width: 30px;
}

.fa-2x {
    vertical-align: middle;
}

.form-inline > * {
    margin:5px 3px;
}

pre.default {
    font-family: "Helvetica Neue",Helvetica, Arial, sans-serif !important;
    background-color: transparent !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.vMiddle
{
    display: table-cell;
    vertical-align: middle !important;
}

#mainMenu div
{
    z-index: 1008;
}

.main-logo {
    /*-ms-border-radius: .25em;
	border-radius: .25em;
	-webkit-box-shadow: 0 0 1em #666;
	-ms-box-shadow: 0 0 1em #666;
	box-shadow: 0 0 1em #666;*/
    margin-top: .7em;
    margin-bottom: .7em;
    margin-right: 2em;
}

.btn-xlg,
.btn-group-xlg > .btn {
    padding: 20px 40px;
    font-size: 30px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.btn-group > .btn-xlg + .dropdown-toggle {
    padding-right: 16px;
    padding-left: 16px;
}

.btn-xlg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}
.dropup .btn-xlg .caret {
    border-width: 0 5px 5px;
}

/*Hot Towell page styles*/
#splash-page {
    z-index: 99999 !important;
}

    #splash-page .bar {
        width: 100%;
    }

.page-splash {
    z-index: 99999 !important;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #333;
    opacity: .9;
    pointer-events: auto;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
}

.page-splash-message {
    text-align: center;
    margin: 20% auto 0 auto;
    padding: 0;
    color: #F58A00;
}

.page-splash-message-title {
    text-align: center;
    margin: 20% auto 0 auto;
    padding: 0;
}

.page-splash-message.page-splash-message-subtle {
    margin: 30% auto 0 auto;
    font-size: 200%;
}

.fa-asterisk.fa-asterisk-large {
    font-size: 180%;
    vertical-align: middle;
    color: #F58A00;
}

.fa-asterisk.fa-asterisk-alert {
    color: #F58A00;
}

.fa-asterisk-inline {
    padding: 0 4px 0 0;
}


.progress,
.page-progress-bar {
    margin: 30px 10% !important;
}

.spinner {
    margin: 20% auto 0 auto;
    left: auto;
    top: auto !important;
}


.shuffle-animation.ng-enter,
.shuffle-animation.ng-leave {
    position: relative;
}

.shuffle-animation.ng-enter {
    -moz-transition: ease-out all 0.3s 0.4s;
    -o-transition: ease-out all 0.3s 0.4s;
    -webkit-transition: ease-out all 0.3s 0.4s;
    transition: ease-out all 0.3s 0.4s;
    left: 2em;
    opacity: 0;
}

    .shuffle-animation.ng-enter.ng-enter-active {
        left: 0;
        opacity: 1;
    }

.shuffle-animation.ng-leave {
    -moz-transition: 0.3s ease-out all;
    -o-transition: 0.3s ease-out all;
    -webkit-transition: 0.3s ease-out all;
    transition: 0.3s ease-out all;
    left: 0;
    opacity: 1;
}

    .shuffle-animation.ng-leave.ng-leave-active {
        left: 2em;
        opacity: 0;
    }

.fader-animation.ng-enter,
.fader-animation.ng-leave,
.fader-animation.ng-move {
    position: relative;
}

.fader-animation.ng-enter,
.fader-animation.ng-leave {
    -webkit-transition: cubic-bezier(0.250, 0.460, 0.450, 0.940) all 0.5s;
    -moz-transition: cubic-bezier(0.250, 0.460, 0.450, 0.940) all 0.5s;
    -o-transition: cubic-bezier(0.250, 0.460, 0.450, 0.940) all 0.5s;
    transition: cubic-bezier(0.250, 0.460, 0.450, 0.940) all 0.5s;
    opacity: 1;
}

    .fader-animation.ng-enter,
    .fader-animation.ng-leave.ng-leave-active {
        opacity: 0;
    }

        .fader-animation.ng-enter.ng-enter-active {
            opacity: 1;
        }

.fader-animation.ng-move {
    opacity:0.5;
}
    .fader-animation.ng-move.ng-move-active {
        opacity:1;
    }

/*#endregion*/

/*#region Angular ng-show dissolve animation */
.dissolve-animation.ng-hide-remove {
    display: inline!important;
}

.dissolve-animation.ng-hide-remove,
.dissolve-animation.ng-hide-add {
    -webkit-transition: 0.8s linear all;
    -moz-transition: 0.8s linear all;
    -o-transition: 0.8s linear all;
    transition: 0.8s linear all;
}

    .dissolve-animation.ng-hide-remove.ng-hide-remove-active,
    .dissolve-animation.ng-hide-add {
        opacity: 1;
    }

        .dissolve-animation.ng-hide-add.ng-hide-add-active,
        .dissolve-animation.ng-hide-remove {
            opacity: 0;
        }

/*End Hot Towell page styles*/

a.panel-heading {
    display: block;
    cursor: pointer;
}

.panel-title {
    cursor: pointer;
    display: block;
    padding: 0;
    font-size: 17px;
}

    .panel-title a {
        text-decoration: none;
    }

.panel-default:hover {
    cursor: pointer;
    display: block;
    /*background-color: white;*/
}

.panel-default:after {
    cursor: pointer;
    display: block;
    font-size: 16px;
    /*background-color: white;*/
}

.panel-default {
    cursor: pointer;
    display: block;
    font-size: 16px;
}

.myAccordion > .panel-collapse > .panel-body{
    padding: 0 !important;
   min-height: 50px; 
   height: auto;
}
.myAccordionItem {
    padding-bottom: 5px;
    padding-top: 5px;
}

.border-radius{
    border-radius: 5px;
}

.mySuccessAlert {
    padding: 10px 10px 0 10px;
    min-height: 50px;
}


@media (min-width: 1025px) {
    .main-logo {
        width: 100%;
    }

    /*body {
        font-size: 100%;
    }*/

    .panel-body {
        height: 125px;
    }

    .panel-footer {
        height: 115px;
    }

    #copyrightLogo {
        font-size: xx-small;
    }

    .txtMeLink {
        margin-top: 20px;
    }

    .modal-dialog {
        width: 800px;
        height: 600px;
    }
}

@media (max-width: 1024px) {
    .main-logo {
        width: 100%;
    }

    /*body {
        font-size: 100%;
    }*/

    .btn-lg, .btn-group-lg > .btn {
        padding: 7px 12px;
        font-size: 13px;
        line-height: 1.3333333;
        border-radius: 6px;
    }

    .panel-body {
        height: 125px;
    }

    .panel-footer {
        height: 115px;
    }

    #copyrightLogo {
        font-size: xx-small;
    }

    .txtMeLink {
        margin-top: 20px;
    }

    .modal-dialog {
        width: auto;
    }
}

@media (max-width: 768px) {
    .main-logo {
        width: 100% !important;
    }

    .btn-lg, .btn-group-lg > .btn {
        padding: 7px 12px;
        font-size: 13px;
        line-height: 1.3333333;
        border-radius: 6px;
    }

    .btn-sm, .btn-group-sm > .btn {
        padding: 4px 8px;
        font-size: 0.75em;
        line-height: 1.5;
        border-radius: 3px;
    }

    .panel-default {
        cursor: pointer;
        display: block;
        font-size: 12px;
    }

    .panel-body {
        height: 100px;
    }

    .panel-footer {
        height: auto;
        margin-bottom: 20px;
    }

    .form-group-lg .form-control {
        height: 36px;
        padding: 5px 8px;
        font-size: 14px;
        line-height: 1.3333333;
        border-radius: 6px;
    }

    select.input-lg {
        height: 40px;
        line-height: 40px;
    }

    .input-lg {
        padding: 8px 12px;
        font-size: 15px;
        border-radius: 6px;
    }

    h2, .h2 {
        font-size: 20px;
    }

    h3, .h3 {
        font-size: 17px;
    }

    h4, .h4 {
        font-size: 14px;
    }

    h1, .h1, h2, .h2, h3, .h3 {
        margin-top: 10px;
        margin-bottom: 5px;
    }

    h4, .h4, h5, .h5, h6, .h6 {
        margin-top: 5px;
        margin-bottom: 15px !important;
    }

    #btnCancelComment {
        margin-left: 10px;
    }

    #copyrightLogo {
        font-size: xx-small;
    }

    .modal-dialog {
        width: auto;
    }

    .txtMeLink {
        margin-top: 20px;
    }
}

@media (max-width: 360px) {
    .main-logo {
        width: 100% !important;
    }

    .btn-lg, .btn-group-lg > .btn {
        padding: 5px 8px;
        font-size: 11px;
        line-height: 1.3333333;
        border-radius: 6px;
    }

    /*.btn-sm, .btn-group-sm > .btn {
        padding: 3px 6px;
        font-size: 6px;
        line-height: 1.5;
        border-radius: 3px;
    }*/

    .panel-body {
        height: auto;
    }

    .panel-footer {
        height: auto;
        margin-bottom: 20px;
    }

    select.input-lg {
        height: 40px;
        line-height: 40px;
    }

    .input-lg {
        padding: 9px 12px;
        font-size: 15px;
        border-radius: 6px;
    }

    .modal-dialog {
        width: auto;
    }

    #btnCancelComment {
        margin-left: 10px;
    }

    #copyrightLogo {
        font-size: 7px;
    }

    .txtMeLink {
        margin-top: 20px;
    }
    
       

