﻿html, body, #sport-container {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

#animator-container {
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

#animator-nav {
    background-color: #2c414a;
    color: white;
}


.splogo img {
    height: 33px;
    padding-top: 3px;
}

.animator-header .row {
    padding-top: 15px;
}

#animator-body {
    background-color: gray;
    overflow: hidden;
}


#animator-logo {
    width: 150px;
    display: inline-block;
}


#animator-project {
    display: inline-block;
}


    #animator-project input {
        color: black;
    }


#animator-toolbar a span, #animator-toolbar label span {
    display: block;
}


#animator-toolbox {
    overflow-x: hidden;
    overflow-y: auto;
}


#animator-toolbar .btn-toolbar {
    margin-top: 8px;
    margin-left: 0;
    display: inline-block;
}

#animator-toolbar .btn-primary {
    background-color: #2c414a;
}

    #animator-toolbar .btn-primary:focus,
    #animator-toolbar .btn-primary:active,
    #animator-toolbar .btn-primary.active {
        background-color: #286090;
        border-color: #204d74;
    }


    #animator-toolbar .btn-primary:hover {
        background-color: #286090;
    }


.toolbox-item {
    cursor: pointer;
    display: inline-block;
    width: 42px;
    height: 42px;
    overflow: hidden;
    text-align: center;
    padding: 5px;
}

    .toolbox-item img {
        width: 100%;
        height: 100%;
    }



#animator-canvas-holder {
    position: relative;
}


#animator-contents {
    overflow: auto;
}

#animator-page {
    width: 4000px;
    height: 4000px;
    border: 1px solid black;
    position: relative;
}

#animator-properties {
    width: 200px;
    background-color: white;
    /*padding: 5px;*/
}

#animator-timeline {
    height: 200px;
    background-color: lightgray;
    overflow: scroll;
}

.animator-control-area {
    margin: 10px;
}

#animator-timeline-ctrl {
    margin-left: 10px;
}

.animator-playcontrols {
    width: 250px;
    position: fixed;
    z-index: 1000;
}

.animator-slider-holder {
    padding-left: 280px;
}
/*#animator-timeinfo {
    width: 8%;
}*/

.toolbar-lower {
    text-align: right;    
}

.timeline-controls {
    display: inline-block;
    width: 90%;
}

#field-toolbar {
    width: 40px;
    height: 38px;
    font-size: 12pt;
    position: absolute;
}

    #field-toolbar button {
        font-size: 12pt;
    }

.selected {
    background-color: lightgray;
}



#animator-new-page {
    position: absolute;
    width: 100%;
    height: 80%;
    background-color: white;
    z-index: 1000;
    display: none;
    bottom: 0px;
}





/* Allow Font Awesome Icons in lieu of jQuery UI and only apply when using a FA icon */
.ui-icon[class*=" fa-"] {
    /* Remove the jQuery UI Icon */
    background: none repeat scroll 0 0 transparent;
    /* Remove the jQuery UI Text Indent */
    text-indent: 0;
    /* Bump it up - jQuery UI is -8px */
    margin-top: -0.5em;
}

/* Allow use of icon-large to be properly aligned */
.ui-icon.icon-large {
    margin-top: -0.75em;
}

.ui-button-icon-only .ui-icon[class*=" fa-"] {
    /* Bump it - jQuery UI is -8px */
    margin-left: -7px;
}

/* Flicker on mobile webkit */
canvas {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}



#field-menu, #line-menu {
    width: 200px;
    height: 200px;
    margin: 0 auto;
    position: absolute;
    /*border: 1px solid red;*/
    pointer-events: none;
}

#print-area-menu {
    /*width: 280px;
    height: 45px;*/
    margin: 0;
    position: absolute;
    pointer-events: none;
}

.circle {
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    position: relative;
}

.fast.circle {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}

.open.circle {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}


.circle-item {
    text-align: center;
    color: white;
    display: block;
    height: 40px;
    width: 76px;
    margin-left: -38px;
    margin-top: 10px;
    position: absolute;
}



.circle-item span {
    text-align: center;
    color: white;
    display: block;
    text-shadow: black 0.1em 0.1em 0.2em;
}



.circle a {
    text-decoration: none;
    text-align: center;
    color: white;
    display: block;
    height: 40px;
    width: 40px;
    margin-left: -20px;
    margin-top: -20px;
    position: absolute;
    pointer-events: all;
    font-size: 1em;
    text-shadow: black 0.1em 0.1em 0.2em;
    cursor: pointer;
}

    .circle a:hover {
        color: #eef;
    }

    .circle a span {
        font-size: 0.8em;
    }


.inline-menu a {
    text-decoration: none;
    text-align: center;
    color: white;
    /*height: 40px;
    width: 32px;*/
    pointer-events: all;
    font-size: 1em;
    text-shadow: black 0.1em 0.1em 0.2em;
    cursor: pointer;
    display: inline-block;
}

    .inline-menu a:hover {
        color: #eef;
    }

    .inline-menu a span {
        font-size: 0.8em;
        padding: 5px;
    }


#animator-loading {
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
}

    #animator-loading div {
        width: 100%;
        position: absolute;
        top: 50%;
        text-align: center;
        /*height:10em; margin-top:-5em*/
    }



.timeline {
    list-style-type: none;
    padding: 5px;
    margin: 5px;
}

    .timeline li {
        white-space: nowrap;
    }

.timeline-owner {
    display: inline-block;
    width: 40px;
}

.timeline-line {
    display: inline-block;
}

    .timeline-line:hover, .timeline-line.alt:hover {
        background-color: gold;
    }


    .timeline-line.alt {
        background-color: #E4E4E4;
    }

    .timeline-line span {
        width: 5px;
        height: 5px;
        display: inline-block;
        vertical-align: middle;
    }

.function-4 {
    background-color: red;
}


.function-2 {
    background-color: blue;
}


.function-1 {
    background-color: gray;
}

.function-3 {
    background-color: black;
}

.function-startdelay {
    background-color: purple;
}

.function-enddelay {
    background-color: green;
}

.function-rotation {
    background-color: deepskyblue;
}

.ui-layout-pane {
}

.ui-layout-north {
}

.ui-layout-resizer { /* all 'resizer-bars' */
    background: #DDD;
}

    .ui-layout-resizer:hover { /* all 'resizer-bars' */
        background: #FED;
    }

.ui-layout-resizer-west {
    border-left: 1px solid #BBB;
}

.ui-layout-resizer-east {
    border-right: 1px solid #BBB;
}

.ui-layout-toggler { /* all 'toggler-buttons' */
    background: #AAA;
}

    .ui-layout-toggler:hover { /* all 'toggler-buttons' */
        background: #FC3;
    }

.zoom-text {
    margin-top: 7px;
}

.slider.slider-horizontal {
    width: 100%;
    height: 20px;
    margin-top: 7px;
}

.new-field-list {
    display: inline;
}

.new-field-li {
    cursor: pointer;
    display: inline-block;
    width: 200px;
    height: 200px;
    overflow: hidden;
    text-align: center;
    padding: 15px;
}

.new-field-list img {
    width: 80%;
    height: 80%;
}

.edit {
    display: none !important;
}

.editing .edit {
    display: block !important;
}

.editing .view {
    display: none !important;
}
