/* 
    Created on : 26.01.2016, 11:36:11
    Author     : Raphael Fischer
*/

.booking-table .popover{
    min-width: 600px;
}

.boulderado-popover{
    cursor:pointer;
}
.teamy-popover{
    cursor:pointer;
}

.progress-bar {
    background-color: #428bca;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
    color: #fff;
    float: left;
    font-size: 12px;
    height: 100%;
    line-height: 20px;
    text-align: center;
    transition: width 0.6s ease 0s;
    width: 0;
}
.progress-striped .progress-bar, .progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
}
.progress.active .progress-bar, .progress-bar.active {
    animation: 2s linear 0s normal none infinite running progress-bar-stripes;
}
.progress-bar-success {
    background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
    background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
    background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
    background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.booking-table .edit-ignore [class^="icon-"]{
    cursor: pointer;
    margin-left:5px;
}
.booking-table .edit-ignore [class^="icon-"]:hover{
    text-decoration: none;
}

.booking-table .icon-trash{
    color:#b94a48;
}
.booking-table .icon-pencil{
    color:#468847;
}
.booking-table .icon-ok{
    color:#468847;
}

@-webkit-keyframes rotating /* Safari and Chrome */ {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes rotating {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

#messagebox{
    display: none;
    height: 100%;
    width: 100%;
    background-color: rgba(242,242,242,0.9);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10000;
}
#messagebox div{
    display: table;
    width: 100%;
    height:100%;
    text-align: center;
}
#messagebox .icon-spinner{
    -webkit-animation: rotating 1.5s linear infinite;
    -moz-animation: rotating 1.5s linear infinite;
    -ms-animation: rotating 1.5s linear infinite;
    -o-animation: rotating 1.5s linear infinite;
    animation: rotating 1.5s linear infinite;
    display: block;
    height: 40px;
    width: 40px;
    font-size: 40px;
    margin: 0 auto;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    left: -50%;
}

#messagebox span{
    position: absolute;
    color: #222;
    font-size: 40px;
    line-height: normal;
    display: block;
    width: 100%;
    top: 10%;
}



/* ==========================================================================
   Note-List
   ========================================================================== */
ul#event-notes,
ul#regular-notes,
.note-title
{
    list-style-type: none;
}

.note-title{
    font-weight:bold;
    border-top: 1px dotted #ccc;
    padding-top: 7px;
}

.note-title div{
    font-weight:normal;
}

.simplePagerNav{
    list-style-type: none;
}

.simplePagerNav li{
    float: left;
    margin-right: 3px;
    border-right: 1px solid #ccc;
    padding-right: 3px;
}
.simplePagerNav .currentPage{
    font-weight:bold;
}
#teamy-settings-mail textarea{
    width: 100%;
}
#teamy-settings-mail input[type="text"]{
    width: 100%;
}

#teamy-settings-mail .tab-content a{
    color:#999999;
    text-decoration: underline;
}
/*#teamy-settings-mail .preview{
    color:#000;
}*/

.pubcal-popover{
    cursor: pointer;

}

.pubcal-popover:hover{
    text-decoration: none;
}


.popover-content{
    width:auto;
    min-width: auto;
}

a[data-toggle="booking-popover"] + .popover {
    min-width: 600px;
}

a[data-toggle="booking-popover"] + .popover table {
    width: 100%;
}
