div.header {
    font-size: 1.1em;
    font-weight: bold;
    color: #fff;
    padding: 5px 0px;
    background-color: #555;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    opacity: 0.4;
}

    div.header span {
        padding: 10px;
    }

div.picRows1 {
    height: 200px;
}

div.picRows2 {
    /*height: 380px;*/
}

div.albRows1 {
    /*height: 170px;*/
}

div.albRows2 {
    height: 300px;
}


div.picListA div {
    /*border: 1px solid black;*/
    display: inline-block;
    margin: 0px 0px;
    width: 120px;
    padding: 5px;
    overflow: hidden;
}

    div.picListA div img {
        background-color: white;
        padding: 7px;
        box-shadow: 0px 0px 5px 1px #333; /*background-color: #efefef;*/
    }

    div.picListA div div.margin {
        padding: 0px;
        margin: 0px;
        height: 114px;
        box-shadow: 0px 0px 5px 2px #888; /*background-color: #efefef;*/
    }

        div.picListA div div.margin div.crop {
            width: 120px;
            height: 120px;
            margin-top: 5px;
            padding: 5px;
            overflow: hidden;
        }

            div.picListA div div.margin div.crop img {
                padding: 0px;
                margin: 0px;
                box-shadow: none;
            }

                div.picListA div div.margin div.crop img.ver {
                    width: 100px;
                    margin: 0px 0px 0px 0px;
                }

    div.picListA div img.imghl {
        /*background-color: #000;*/
        cursor: pointer;
        padding: 0px;
        width: 114px;
        z-index: 10;
    }

    div.picListA div p {
        font-size: 0.8em;
        margin: 1px;
        padding: 1px;
    }

div.albList2 div {
    display: inline-block;
    margin: 10px 20px;
    width: 140px;
    height: 140px;
    background-image: url("../images/AlbumBackground_140_r.png" );
}

    div.albList2 div.albhl {
        background-image: url("../images/AlbumBackground_140.png" );
    }

    div.albList2 div img {
        margin-top: 21px;
        margin-left: 21px;
        /*margin-bottom: 13px;*/
        height: 88px;
        width: 100px;
    }

    div.albList2 div p.at {
        font-size: 0.8em;
        margin: 0px;
        margin-bottom: 13px;
        text-align: center;
        font-weight: bold;
        text-align: center;
    }

div.albList2 table.alb_txt {
    display: none;
}

    div.albList2 table.alb_txt td {
        font-size: 0.8em;
    }


/*ul
{
    float: left;
    vertical-align: middle;
    text-decoration: none;
    list-style-position: inside;
    list-style-type: none;
    padding : 30px;
}

li
{
    float: left;
    list-style: none;
}
*/

div.picType1, div.picType2, div.picType3, div.picType4, div.picType5 {
    padding: 0px;
    overflow: hidden;
}

div.pt2row1 {
    height: 125px;
}

div.pt2row2 {
    height: 260px;
}

div.OuterCell {
    display: inline-block;
    width: auto;
    height: auto;
    margin: 5px 5px;
    vertical-align: top;
    text-align: left;
}

    div.OuterCell div.imgCell {
        margin: 0px;
        padding: 0px;
        display: table-cell;
        width: 120px;
        height: 110px;
        vertical-align: middle;
        text-align: center;
    }

        div.OuterCell div.imgCell img {
            border-radius: 10px;
            border: 1px solid #444;
            box-shadow: 0px 0px 3px 0px #222;
        }

div.imgCell img.imgCellhl {
    width: 110px;
    z-index: 10;
}

div.imgCell img.imgCellhl_ab {
    position: absolute;
}

div.OuterCell p {
    margin: 0px;
    padding: 0px;
    font-size: 0.8em;
    text-align: center;
}

p.caption {
    font-weight: bold;
    text-align: center;
}

div#contentMenuContainer {
    vertical-align: bottom;
    text-align: center;
    width: 100px;
    display: none;
    z-index: 0;
    height: auto;
    width: 100px;
    position: absolute;
    float: left;
    top: 0px;
    left: 0px;
}

div.share {
    display: none;
    z-index: 0;
    height: auto;
    background-color: green;
    color: White;
    font-size: 10px;
    opacity: 0.85;
    filter: alpha(opacity=85);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
    border-radius: 0px 0px 5px 5px;
    box-shadow: 0px 2px 3px 1px #222;
}

.ui-datepicker {
    width: 14.5em;
    padding: .2em .2em 0;
    display: none;
    background-color: grey;
    border: 1px solid grey;
}

    .ui-datepicker .ui-datepicker-header {
        position: relative;
        padding: .2em 0;
    }

    .ui-datepicker .ui-datepicker-prev,
    .ui-datepicker .ui-datepicker-next {
        position: absolute;
        top: 2px;
        width: 1.8em;
        height: 1.8em;
    }

    .ui-datepicker .ui-datepicker-prev-hover,
    .ui-datepicker .ui-datepicker-next-hover {
        top: 1px;
    }

    .ui-datepicker .ui-datepicker-prev {
        left: 0px;
        margin-left: -2px;
    }

    .ui-datepicker .ui-datepicker-prev-hover {
        color: white;
    }

    .ui-datepicker .ui-datepicker-next-hover {
        color: white;
    }

    .ui-datepicker .ui-datepicker-prev span,
    .ui-datepicker .ui-datepicker-next span {
        display: block;
        position: absolute;
        top: 50%;
        margin-top: -8px;
    }

    .ui-datepicker .ui-datepicker-title {
        margin: 0 2.3em;
        line-height: 1.8em;
    }

        .ui-datepicker .ui-datepicker-title select {
            font-size: 1em;
            margin: 1px 0;
        }

    .ui-datepicker select.ui-datepicker-month,
    .ui-datepicker select.ui-datepicker-year {
        width: 49%;
    }

    .ui-datepicker table {
        width: 100%;
        font-size: .9em;
        border-collapse: collapse;
    }

    .ui-datepicker th {
        padding: .7em .3em;
        text-align: center;
        font-weight: bold;
        border: 0;
    }

    .ui-datepicker td {
        background-color: white;
        border: 0;
        padding: 1px;
    }

        .ui-datepicker td span,
        .ui-datepicker td a {
            display: block;
            padding: .2em;
            text-align: right;
            text-decoration: none;
            background-color: lightcyan;
        }

            .ui-datepicker td a:hover {
                background-color: deepskyblue;
            }

.ui-datepicker-today {
    background-color: deepskyblue !important;
}

.pac-container {
    z-index: 99999;
}

/*Bootstrap - Only Needed Code*/
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    *:before,
    *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    /*top: 0;
    bottom: 0;*/
    right: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

    .modal.fade .modal-dialog {
        -webkit-transition: -webkit-transform .3s ease-out;
        -o-transition: -o-transform .3s ease-out;
        transition: transform .3s ease-out;
        -webkit-transform: translate3d(0, -25%, 0);
        -o-transform: translate3d(0, -25%, 0);
        transform: translate3d(0, -25%, 0);
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
  display: none;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-open .modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
  display: block;
}

.modal-header {
    min-height: 16.42857143px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
    background-color: deepskyblue;
    background-color: #007aff;
    /* background-color: #4dadf7; */
}

    .modal-header .close {
        /* margin-top: -2px; */
    }

.modal-title {
    margin: 0;
    line-height: 1.42857143;
    color: #000;
    font-weight: bold;
    color: #fff;
}

.modal-body {
    position: relative;
    padding: 15px;
    /* padding-bottom: 0; */
    z-index: 99999999;
    min-height: 80px;
}

.modal-footer {
    padding: 10px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

    .modal-footer .btn + .btn {
        margin-bottom: 0;
        margin-left: 15px;
    }

    .modal-footer .btn-group .btn + .btn {
        /* margin-left: -1px; */
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0;
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    }

    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}

.btn {
    display: inline-block;
    padding: 6px 40px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    margin-left: 10px;
}

    .btn:focus,
    .btn:active:focus,
    .btn.active:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .btn:hover,
    .btn:focus {
        color: #333;
        text-decoration: none;
    }

    .btn:active,
    .btn.active {
        background-image: none;
        outline: 0;
        -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    }

    .btn.disabled,
    .btn[disabled],
    fieldset[disabled] .btn {
        pointer-events: none;
        cursor: not-allowed;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none;
        opacity: .65;
    }

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

    .btn-default:hover,
    .btn-default:focus,
    .btn-default:active,
    .btn-default.active,
    .open > .dropdown-toggle.btn-default {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

    .btn-default:active,
    .btn-default.active,
    .open > .dropdown-toggle.btn-default {
        background-image: none;
    }

    .btn-default.disabled,
    .btn-default[disabled],
    fieldset[disabled] .btn-default,
    .btn-default.disabled:hover,
    .btn-default[disabled]:hover,
    fieldset[disabled] .btn-default:hover,
    .btn-default.disabled:focus,
    .btn-default[disabled]:focus,
    fieldset[disabled] .btn-default:focus,
    .btn-default.disabled:active,
    .btn-default[disabled]:active,
    fieldset[disabled] .btn-default:active,
    .btn-default.disabled.active,
    .btn-default[disabled].active,
    fieldset[disabled] .btn-default.active {
        background-color: #fff;
        border-color: #ccc;
    }

    .btn-default .badge {
        color: #fff;
        background-color: #333;
    }

.btn-primary {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
}

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary:active,
    .btn-primary.active,
    .open > .dropdown-toggle.btn-primary {
        color: #fff;
        background-color: #3071a9;
        border-color: #285e8e;
    }

    .btn-primary:active,
    .btn-primary.active,
    .open > .dropdown-toggle.btn-primary {
        background-image: none;
    }

    .btn-primary.disabled,
    .btn-primary[disabled],
    fieldset[disabled] .btn-primary,
    .btn-primary.disabled:hover,
    .btn-primary[disabled]:hover,
    fieldset[disabled] .btn-primary:hover,
    .btn-primary.disabled:focus,
    .btn-primary[disabled]:focus,
    fieldset[disabled] .btn-primary:focus,
    .btn-primary.disabled:active,
    .btn-primary[disabled]:active,
    fieldset[disabled] .btn-primary:active,
    .btn-primary.disabled.active,
    .btn-primary[disabled].active,
    fieldset[disabled] .btn-primary.active {
        background-color: #428bca;
        border-color: #357ebd;
    }

    .btn-primary .badge {
        color: #428bca;
        background-color: #fff;
    }

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
    background-color: #449d44;
    border-color: #398439;
}

    .btn-success:hover,
    .btn-success:focus,
    .btn-success:active,
    .btn-success.active,
    .open > .dropdown-toggle.btn-success {
        color: #fff;
        background-color: #449d44;
        border-color: #398439;
        background-color: #5cb85c;
        border-color: #4cae4c;
    }

    .btn-success:active,
    .btn-success.active,
    .open > .dropdown-toggle.btn-success {
        background-image: none;
    }

    .btn-success.disabled,
    .btn-success[disabled],
    fieldset[disabled] .btn-success,
    .btn-success.disabled:hover,
    .btn-success[disabled]:hover,
    fieldset[disabled] .btn-success:hover,
    .btn-success.disabled:focus,
    .btn-success[disabled]:focus,
    fieldset[disabled] .btn-success:focus,
    .btn-success.disabled:active,
    .btn-success[disabled]:active,
    fieldset[disabled] .btn-success:active,
    .btn-success.disabled.active,
    .btn-success[disabled].active,
    fieldset[disabled] .btn-success.active {
        background-color: #5cb85c;
        border-color: #4cae4c;
    }

    .btn-success .badge {
        color: #5cb85c;
        background-color: #fff;
    }

.btn-info {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
    background-color: #007aff;
}

    .btn-info:hover,
    .btn-info:focus,
    .btn-info:active,
    .btn-info.active,
    .open > .dropdown-toggle.btn-info {
        color: #fff;
		background-color: #5bc0de;
		border-color: #46b8da;
    }

    .btn-info:active,
    .btn-info.active,
    .open > .dropdown-toggle.btn-info {
        background-image: none;
    }

    .btn-info.disabled,
    .btn-info[disabled],
    fieldset[disabled] .btn-info,
    .btn-info.disabled:hover,
    .btn-info[disabled]:hover,
    fieldset[disabled] .btn-info:hover,
    .btn-info.disabled:focus,
    .btn-info[disabled]:focus,
    fieldset[disabled] .btn-info:focus,
    .btn-info.disabled:active,
    .btn-info[disabled]:active,
    fieldset[disabled] .btn-info:active,
    .btn-info.disabled.active,
    .btn-info[disabled].active,
    fieldset[disabled] .btn-info.active {
        background-color: #5bc0de;
        border-color: #46b8da;
    }

    .btn-info .badge {
        color: #5bc0de;
        background-color: #fff;
    }

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

    .btn-warning:hover,
    .btn-warning:focus,
    .btn-warning:active,
    .btn-warning.active,
    .open > .dropdown-toggle.btn-warning {
        color: #fff;
        background-color: #ec971f;
        border-color: #d58512;
    }

    .btn-warning:active,
    .btn-warning.active,
    .open > .dropdown-toggle.btn-warning {
        background-image: none;
    }

    .btn-warning.disabled,
    .btn-warning[disabled],
    fieldset[disabled] .btn-warning,
    .btn-warning.disabled:hover,
    .btn-warning[disabled]:hover,
    fieldset[disabled] .btn-warning:hover,
    .btn-warning.disabled:focus,
    .btn-warning[disabled]:focus,
    fieldset[disabled] .btn-warning:focus,
    .btn-warning.disabled:active,
    .btn-warning[disabled]:active,
    fieldset[disabled] .btn-warning:active,
    .btn-warning.disabled.active,
    .btn-warning[disabled].active,
    fieldset[disabled] .btn-warning.active {
        background-color: #f0ad4e;
        border-color: #eea236;
    }

    .btn-warning .badge {
        color: #f0ad4e;
        background-color: #fff;
    }

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

    .btn-danger:hover,
    .btn-danger:focus,
    .btn-danger:active,
    .btn-danger.active,
    .open > .dropdown-toggle.btn-danger {
        color: #fff;
        background-color: #c9302c;
        border-color: #ac2925;
    }

    .btn-danger:active,
    .btn-danger.active,
    .open > .dropdown-toggle.btn-danger {
        background-image: none;
    }

    .btn-danger.disabled,
    .btn-danger[disabled],
    fieldset[disabled] .btn-danger,
    .btn-danger.disabled:hover,
    .btn-danger[disabled]:hover,
    fieldset[disabled] .btn-danger:hover,
    .btn-danger.disabled:focus,
    .btn-danger[disabled]:focus,
    fieldset[disabled] .btn-danger:focus,
    .btn-danger.disabled:active,
    .btn-danger[disabled]:active,
    fieldset[disabled] .btn-danger:active,
    .btn-danger.disabled.active,
    .btn-danger[disabled].active,
    fieldset[disabled] .btn-danger.active {
        background-color: #d9534f;
        border-color: #d43f3a;
    }

    .btn-danger .badge {
        color: #d9534f;
        background-color: #fff;
    }

.btn-link {
    font-weight: normal;
    color: #428bca;
    cursor: pointer;
    border-radius: 0;
}

    .btn-link,
    .btn-link:active,
    .btn-link[disabled],
    fieldset[disabled] .btn-link {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .btn-link,
        .btn-link:hover,
        .btn-link:focus,
        .btn-link:active {
            border-color: transparent;
        }

            .btn-link:hover,
            .btn-link:focus {
                color: #2a6496;
                text-decoration: underline;
                background-color: transparent;
            }

            .btn-link[disabled]:hover,
            fieldset[disabled] .btn-link:hover,
            .btn-link[disabled]:focus,
            fieldset[disabled] .btn-link:focus {
                color: #777;
                text-decoration: none;
            }

.btn-lg,
.btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

.btn-sm,
.btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-xs,
.btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-block {
    display: block;
    width: 100%;
}

    .btn-block + .btn-block {
        margin-top: 5px;
    }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

.btn-right{
	text-align: right;
}
.btn-row{
	margin: 5px auto;
	width: 100%;
	vertical-align: middle;
}
.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

    .btn-group > .btn,
    .btn-group-vertical > .btn {
        position: relative;
        float: left;
    }

        .btn-group > .btn:hover,
        .btn-group-vertical > .btn:hover,
        .btn-group > .btn:focus,
        .btn-group-vertical > .btn:focus,
        .btn-group > .btn:active,
        .btn-group-vertical > .btn:active,
        .btn-group > .btn.active,
        .btn-group-vertical > .btn.active {
            z-index: 2;
        }

        .btn-group > .btn:focus,
        .btn-group-vertical > .btn:focus {
            outline: 0;
        }

    .btn-group .btn + .btn,
    .btn-group .btn + .btn-group,
    .btn-group .btn-group + .btn,
    .btn-group .btn-group + .btn-group {
        /* margin-left: -1px; */
    }

.btn-toolbar {
    margin-left: -5px;
}

    .btn-toolbar .btn-group,
    .btn-toolbar .input-group {
        float: left;
    }

    .btn-toolbar > .btn,
    .btn-toolbar > .btn-group,
    .btn-toolbar > .input-group {
        margin-left: 5px;
    }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    /* border-radius: 0; */
}

.btn-group > .btn:first-child {
    margin-left: 0;
}

    .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
        /* border-top-right-radius: 0; */
        /* border-bottom-right-radius: 0; */
    }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group > .btn-group {
    float: left;
}

    .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0;
    }

    .btn-group > .btn-group:first-child > .btn:last-child,
    .btn-group > .btn-group:first-child > .dropdown-toggle {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .btn-group > .btn-group:last-child > .btn:first-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

    .btn-group.open .dropdown-toggle.btn-link {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.btn .caret {
    margin-left: 0;
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}

    .btn-group-vertical > .btn-group > .btn {
        float: none;
    }

    .btn-group-vertical > .btn + .btn,
    .btn-group-vertical > .btn + .btn-group,
    .btn-group-vertical > .btn-group + .btn,
    .btn-group-vertical > .btn-group + .btn-group {
        margin-top: -1px;
        margin-left: 0;
    }

    .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
        border-radius: 0;
    }

    .btn-group-vertical > .btn:first-child:not(:last-child) {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .btn-group-vertical > .btn:last-child:not(:first-child) {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-left-radius: 4px;
    }

    .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0;
    }

    .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
    .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}

    .btn-group-justified > .btn,
    .btn-group-justified > .btn-group {
        display: table-cell;
        float: none;
        width: 1%;
    }

        .btn-group-justified > .btn-group .btn {
            width: 100%;
        }

        .btn-group-justified > .btn-group .dropdown-menu {
            left: auto;
        }

.form-control {
	display: block;
	width: 100%;
	/* height: 34px; */
	padding: 3px 3px;
	/* padding-top: 0; */
	font-size: 1em;
	line-height: 1.4em;
	color: #555;
	background-color: transparent !important;
	background-image: none;
	border: none;
	box-shadow: none;
	border-bottom: 1px solid #ddd;
	/* border-radius: 2px; */
	/* -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); */
	/* box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); */
	/* -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s; */
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s;
}

    .form-control:focus {
        border-color: #66afe9;
        /*outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);*/
    }
textarea.form-control{
	border: 1px solid #ddd;
}
    .form-control::-moz-placeholder {
        color: #777;
        opacity: 1;
    }

    .form-control:-ms-input-placeholder {
        color: #777;
    }

    .form-control::-webkit-input-placeholder {
        color: #777;
    }

    .form-control[disabled],
    .form-control[readonly],
    fieldset[disabled] .form-control {
        cursor: not-allowed;
        background-color: #eee;
        opacity: 1;
    }

textarea.form-control {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: none;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    line-height: 34px;
    line-height: 1.42857143 \0;
}

    input[type="date"].input-sm,
    input[type="time"].input-sm,
    input[type="datetime-local"].input-sm,
    input[type="month"].input-sm {
        line-height: 30px;
    }

    input[type="date"].input-lg,
    input[type="time"].input-lg,
    input[type="datetime-local"].input-lg,
    input[type="month"].input-lg {
        line-height: 46px;
    }

.form-group {
    margin-bottom: 15px;
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.modal-footer:before,
.modal-footer:after {
    display: table;
    content: " ";
}

.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.modal-footer:after {
    clear: both;
}

.close {
	float: right;
	font-size: 21px;
	font-weight: bold;
	/* line-height: 1; */
	color: #000;
	color: #fff;
	/* text-shadow: 0 1px 0 #fff; */
	filter: alpha(opacity=20);
	/* opacity: .4; */
}

    .close:hover,
    .close:focus {
        /* color: #000; */
        text-decoration: none;
        cursor: pointer;
        filter: alpha(opacity=50);
        opacity: 0.7;
    }

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

    h1 small,
    h2 small,
    h3 small,
    h4 small,
    h5 small,
    h6 small,
    .h1 small,
    .h2 small,
    .h3 small,
    .h4 small,
    .h5 small,
    .h6 small,
    h1 .small,
    h2 .small,
    h3 .small,
    h4 .small,
    h5 .small,
    h6 .small,
    .h1 .small,
    .h2 .small,
    .h3 .small,
    .h4 .small,
    .h5 .small,
    .h6 .small {
        font-weight: normal;
        line-height: 1;
        color: #777;
    }

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

    h1 small,
    .h1 small,
    h2 small,
    .h2 small,
    h3 small,
    .h3 small,
    h1 .small,
    .h1 .small,
    h2 .small,
    .h2 .small,
    h3 .small,
    .h3 .small {
        font-size: 65%;
    }

h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

    h4 small,
    .h4 small,
    h5 small,
    .h5 small,
    h6 small,
    .h6 small,
    h4 .small,
    .h4 .small,
    h5 .small,
    .h5 .small,
    h6 .small,
    .h6 .small {
        font-size: 75%;
    }

h1,
.h1 {
    font-size: 36px;
}

h2,
.h2 {
    font-size: 30px;
}

h3,
.h3 {
    font-size: 24px;
}

h4,
.h4 {
    font-size: 18px;
}

h5,
.h5 {
    font-size: 14px;
}

h6,
.h6 {
    font-size: 12px;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .alert h4 {
        margin-top: 0;
        color: inherit;
    }

    .alert .alert-link {
        font-weight: bold;
    }

    .alert > p,
    .alert > ul {
        margin-bottom: 0;
    }

        .alert > p + p {
            margin-top: 5px;
        }

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px;
}

    .alert-dismissable .close,
    .alert-dismissible .close {
        position: relative;
        top: -2px;
        right: -21px;
        color: inherit;
    }

.alert-success {
    /*color: #3c763d;*/
    /*background-color: #dff0d8;*/
    /*border-color: #d6e9c6;*/
}

    .alert-success hr {
        /*border-top-color: #c9e2b3;*/
    }

    .alert-success .alert-link {
        /*color: #2b542c;*/
    }

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    /*border-color: #bce8f1;*/
}

    .alert-info hr {
        border-top-color: #a6e1ec;
    }

    .alert-info .alert-link {
        color: #245269;
    }

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

    .alert-warning hr {
        border-top-color: #f7e1b5;
    }

    .alert-warning .alert-link {
        color: #66512c;
    }

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

    .alert-danger hr {
        border-top-color: #e4b9c0;
    }

    .alert-danger .alert-link {
        color: #843534;
    }
/*Bootstrap - Only Needed Code*/

.selectedElement {
    background-color: deepskyblue;
    color: white;
    font-size: 8pt;
    height: 30px;
    padding: 7px;
    /*position: fixed;*/
    text-align: left;
    /*width: 320px;*/
}

    .selectedElement span {
        font-size: 8pt;
        color: black;
        font-weight: bolder;
    }

.pAlbumBar {
    margin: 10px 5px;
	border-top: 1px solid rgba(200,200,200,0.8);
}

    .pAlbumBar a {
        text-decoration: none;
        color: black;
        font-size: 14pt;
    }

        .pAlbumBar a:hover {
            color: deepskyblue;
        }

.ps_ar
{
	float:right;
	padding-right: 10px;
}

.ps_title
{
	padding-left:5px;
}

#AlbumInfo{
	position:relative;
}
/*#sharingOptions{
	background-color: #FDFDFD;
	bottom: 0;
	display: inline-block;
	left: 0;
	margin-bottom: -115px;
	position: relative;
	right: 0;
	top: -116px;
	vertical-align: top;
	width: 100%;
	padding: 0 10px;
}*/
#sharingOptions {
	background-color: #FDFDFD;
	bottom: 0;
	display: inline-block;
	left: 0;
	/* margin-bottom: -115px; */
	position: relative;
	right: 0;
	/* top: -116px; */
	vertical-align: top;
	width: 100%;
	padding: 0;
	color: #666;
}
/*#sharingOptions > div{
	width:30%;
	display: inline-block;
	padding: 5px 10px;
	top:0;
	position: relative;
	vertical-align: top;
}*/
#sharingOptions > div {
  width: 100%;
  display: inline-block;
  padding: 7px 10px;
  top: 0;
  position: relative;
  vertical-align: top;
}
	#sharingOptions > div:first-child
	{
		padding-top: 0; 
	}

	#sharingOptions > div:last-child{
	padding-bottom: 5px;
}
#shareInfo{
	/*border-right: 1px solid #aaa;*/
}

#sharingOptions .subHeader{
	color: #333;
	font-weight: bold;
	margin-bottom: 5px;
}
#shareOn{

}
#shareOn > div{
  display: block;
  position: relative;
}
.shareOnTabs{
	z-index:1;
}
.shareOnItem{
	display: inline-block;
	padding: 5px 10px;
	margin: 0 0px;
}
.shareOnItem:first-child{
    padding-left:0;
    margin-left:0
}
.shareOnItem:hover
{
	cursor: pointer;
}
.shareOnItem.active{
	border-bottom: 3px solid #46b8da;
	border-bottom-color: #007aff;
}	

.shareOnItem div
	{
		display: inline-block;
	}

.shareOnItem .select{
	font-size: 1.2em;
	display: none;
}

.shareOnItem.toSave .select{
	color: #31b0d5;
	display: inline-block;
}

.shareOnItem .titleBar{
	color: #444;
	line-height: 1.4em;
}
/*.tabPanels{
	border-top: 1px solid #eee;
	width: 100%;
	bottom: 0;
	height: 100%;
	top: -1px;
}*/
.tabPanels{
	border-top: 1px solid #eee;
	width: 100%;
	bottom: 0;
	/* position: relative; */
	min-height: 120px;
	/* display: block; */
	/* top: -1px; */
}
.tabPanel{
	position: relative;
	width: 100%;
	height: auto;
	background-color: #fdfdfd;
	display: none;
	top: 0px;
	margin: 5px;

}

.tabPanel.active{
	display: block;
}
#prevShares{
	height: 100%;
}

.grps{
	margin-top:5px;
}

.grp{
	display: inline-block;
	padding: 3px 18px;
	background-color: #eee;
	border: 1px solid #ddd;
	margin: 3px 4px;
	border-radius: 20px;
	cursor: pointer;
	position: relative;
}

.grp:hover{
	background-color:#ccc;
	background-color: #007aff;
	color: white;
}
.grp.sel{
	background-color: #039403;
	padding-left: 11px;
	padding-right: 25px;
	color: white;
}
.grp.sel::after{
	font-family: Ionicons;
	content:"\f3fe";
	position:absolute;
	right: 5px;
	font-size: 1.2em;
	top: 1px;
}

/*Profile Banner */
#profileBanner {
    width: 100%;
    margin: 0;
    padding: 0;
    padding-top: 40px;
    padding-bottom: 20px;
    background-color: rgb(0, 0, 0);
    text-align: center;
    display: block;
    vertical-align: top;
    /* margin-bottom: 20px; */
    position:relative;
}

#profileBanner::after {
  content: "";
  background: url('../images/loginbg.jpg');
  /* opacity: 0.15; */
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index:0;
  /*z-index: -1;   */
}

#profileImg{
    width: 70px;
    height: 70px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 3.5em;
    border: 3px solid white;
    background-color: #FF5722;
    overflow: hidden;
    font-size: 32px;
    line-height: 64px;
    color: white;
    z-index: 2;
    position: relative;
}
#profileImg img{
    margin: -5px;
    height: 110%;
}
#profileName
{
    color: #fff;
    font-size: 1.5em;
    padding: 10px;
    position: relative;
    z-index: 1;
}

.MenuSlider-Panel{
    height: 100px;
    background-color: rgba(0,0,0,0.2);
    text-align: center;
    font-size: 2em;
}
.MenuSlider-icon{font-size: 36px;}
.MenuSlider-label{font-size: 24px;}
.MenuSlider-Wrapper{
    position:relative;
    top:50%;
    transform: translateY(-50%);
}

/*profile image */
.footer-applinksEle{
    text-align: center;
/*     position:absolute; */
/*     bottom:50px */
    padding-top:10px;
}
.store-link{
    display:inline-block;
    padding: 3px;
}
.app-store{
    /* border: 1px solid #777; */
    /* border-radius:6px; */
    /* height:30px; */
    cursor: pointer;
}
.google-play{
    cursor: pointer;
}