.login-logo img {
    width: 60px;
    height: 60px;
}
.avatar-big {
    width: 120px;
    height: 120px;
}
textarea {
    font-family:Consolas,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New, monospace;
}
.project-logo {
    font-family: "Courier New";
    color: #1c84c6;
    border: solid 1px #1c84c6;border-radius: 5px;height: 5em;
}



.pull-right {
    position: absolute;
    right: 0;
    top: 0;
}
.timer-bar {
    background-color:#ffffff;
    z-index: 500;
    padding-top: 10px;
    /*margin-left: -15px;*/
    display: inline;
    padding-right:0 !important;
    position: fixed;
    bottom: 0;
    right: 0;
    height: 100px;
}
.date-slider-panel {
    width: 90%;
}
.date-select-panel {
    float: right;
    color: #1b6d85;
    text-align: center;
    margin-top: 5px;
    font-size: 1.1em;
    width: 10%;
}
@media (min-width: 1200px) {
    .date-slider-panel {
        width: 92%;
    }
    .date-select-panel {
        width: 8%;
    }
}
.date-select-panel .title {
    margin-bottom: 5px;
    cursor: pointer;
}
.date-select-panel input {
    border: solid 1px #1b6d85;
    width: 60%;
    height: 30px;
    text-align: center;
}

.date-con{
    background-color: #21242c;
    border-bottom: 1px solid #10141e;
    text-align: center;
    /*line-height: 1.25rem;*/
    color: #fff;
    position: relative;
    /*font-size: 0.5rem;*/
    height: 60px;
}
.date-con h1{
    /*font-size: 0.425rem;*/
    margin-top: 0;
    /*margin-left: 80px;*/
    padding-top: 10px;
    font-size: 25px;
}
.date-con button {
    margin: 10px;
}

.date-con input {
    box-sizing: border-box;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 25%;
    width: 50%;
    line-height: 50px;
    /*margin-left: -2.2rem;*/
    opacity: 0.01;
}
.date-con label {
    position: absolute;
    top: 48px;
    margin-left: 9px;
    background-color: #2f2f2f;
    border: solid 1px #10141e;
    color: #1ab394;
    z-index: 20;
}

.controls-container{
    padding: 0 !important;
    width: 100%;
    height: 160px;
    background: -webkit-gradient(linear, left top, left bottom, from(#292c36), to(#272d36));
    background: linear-gradient(to bottom, #292c36, #272d36);
}
.controls-container .time-controls{
    position: relative;
    height: 100px;
}
.controls-container .time-controls .main-line{
    position: absolute;
    top: 0;
    left: 50%;
    background: #ed8969;
    height: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 19;
}
.controls-container .time-controls .line{
    width: 1px;
}
.controls-container .time-controls .scrolldiv{
    overflow: hidden;
    height: 100px;
}
.controls-container .time-controls .scrolldiv .time-plac{
    width: 10px;
    height: 50px;
    float: left;
}
.controls-container .time-controls .time-line{
    position: relative;
    height: 100px;
    padding: 15px 0;
}
.controls-container .time-controls .time-line .scroll-container{
    height: 70px;
    float: left;
}
.controls-container .time-controls .time-line .time-container{
    height: 70px;
}
.controls-container .time-controls .time-line .item{
    position: relative;
    width: 80px;
    height: 100%;
    float: left;
}
.controls-container .time-controls .time-line .item .time-con{
    height: 100%;
}
.controls-container .time-controls .time-line .item .time-con .long-line{
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
    display: inline-block;
    height: 100%;
}
.controls-container .time-controls .time-line .item .time-con .time{
    vertical-align: top;
    line-height: 1;
    color: rgba(255, 255, 255, 0.8);
}
.scroll-motion {
    height: 50px;
    margin-top: -30px;
    position: relative;
}
.scroll-motion > svg {
    position: absolute;
    top: 0;
    left: 0;
}
.scroll-motion > svg > rect{
    z-index: 18;
}
.scroll-tags {
    height: 34px;
    margin-top: -84px;
    position: relative;
}
.scroll-tags > i {
    top: -50px;
    font-size: 24px;
    cursor: pointer;
    color: #0a6aa1;
    position: relative;
}
.pb-100 {
    padding-bottom: 100px !important;
}


.play-mask {
    margin-top: -30px;
    position: relative;
    float: right;
    right:60px;
    z-index: 9999;
    min-width: 150px;
    border: #00ff00 solid 1px;
    padding: 20px;
    color: #00ff00;
    font-size: 1.2em;
    font-weight: bold;
    background-color: #0a6aa1;
    filter:alpha(opacity=70); /*IE滤镜，透明度50%*/
    -moz-opacity:0.7; /*Firefox私有，透明度50%*/
    opacity:0.7;/*其他，透明度50%*/
}
@media (max-width: 768px) {
    .play-mask {
        margin-top: -10px;
        right:10px;
        z-index: 9999;
        min-width: 150px;
        border: #00ff00 solid 1px;
        padding: 10px;
        color: #00ff00;
        font-size: 1.0em;
        font-weight: bold;
        line-height: 1.2em;
    }
}

.ptz-mask {
    /*margin-top: -30px;*/
    position: absolute;
    /*float: right;*/
    top: 35px;
    right: 260px;
    z-index: 9999;
    min-width: 150px;
    border: #00ff00 solid 1px;
    padding: 20px;
    color: #00ff00;
    font-size: 1.2em;
    font-weight: bold;
    background-color: #0a6aa1;
    filter:alpha(opacity=85); /*IE滤镜，透明度50%*/
    -moz-opacity:0.85; /*Firefox私有，透明度50%*/
    opacity:0.85;/*其他，透明度50%*/
}
@media (max-width: 768px) {
    .ptz-mask {
        right:30%;
        z-index: 9999;
        min-width: 150px;
        border: #00ff00 solid 1px;
        padding: 10px;
        color: #00ff00;
        font-size: 1.0em;
        font-weight: bold;
        line-height: 1.2em;
    }
}
.hide {
    display: none;
}
.motion-panel {
    margin-top: -75px;
    padding-left: 12px;
    padding-right: 12px;
}
.tags-panel {
    height: 34px;
    padding-left: 12px;
    padding-right: 12px;
    margin-top: 24px;
    margin-bottom: 8px;
    position: relative;
}
.tags-panel > i {
    font-size: 24px;
    cursor: pointer;
    color: #0a6aa1;
    position: relative;
}

.max-w-600 {
    max-width: 600px !important;
}
div.tag-item .tag-edit-btn {
    margin-right: 3px;
}
div.tag-item .tag-remove-btn,div.tag-item .tag-edit-btn {
    display: none;
}
div.tag-item:hover .tag-remove-btn,div.tag-item:hover .tag-edit-btn {
    display: inline-block;
}

.after-time-control-bar {
    margin-bottom: 40px;
}

@media (max-width: 768px) {
    .after-time-control-bar {
        margin-bottom: 100px;
    }
}

/* Intimeline */
.timeline-item .date i {
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px;
    width: 30px;
    text-align: center;
    border-top: 1px solid #e7eaec;
    border-bottom: 1px solid #e7eaec;
    border-left: 1px solid #e7eaec;
    background: #f8f8f8;
}
.timeline-item .date {
    text-align: right;
    width: 110px;
    position: relative;
    padding-top: 30px;
}
.timeline-item .content {
    border-left: 1px solid #e7eaec;
    border-top: 1px solid #e7eaec;
    padding-top: 10px;
    min-height: 80px;
}
.timeline-item .content:hover {
    background: #f6f6f6;
}
.tag-list li {
    float: left;
}
.tag-list li a {
    font-size: 10px;
    background-color: #f3f3f4;
    padding: 5px 12px;
    color: inherit;
    border-radius: 2px;
    border: 1px solid #e7eaec;
    margin-right: 5px;
    margin-top: 5px;
    display: block;
}
.popover {
    max-width: 600px;
}
.fa-rotate-45 {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.content-window-card {
    position: relative;
    box-shadow: none;
    bottom: 0;
    left: 0;
    width: auto;
    padding: 0;
}

.content-window-card p {
    height: 2rem;
}

.custom-info {
    border: solid 1px silver;
}

div.info-top {
    position: relative;
    background: none repeat scroll 0 0 #F9F9F9;
    border-bottom: 1px solid #CCC;
    border-radius: 5px 5px 0 0;
}

div.info-top div {
    display: inline-block;
    color: #333333;
    font-size: 14px;
    font-weight: bold;
    line-height: 31px;
    padding: 0 10px;
}

div.info-top img {
    position: absolute;
    top: 10px;
    right: 10px;
    transition-duration: 0.25s;
}

div.info-top img:hover {
    box-shadow: 0px 0px 5px #000;
}

div.info-middle {
    font-size: 12px;
    padding: 5px 0px 5px 5px;
}

div.info-bottom {
    height: 0px;
    width: 100%;
    clear: both;
    text-align: center;
}

div.info-bottom img {
    position: relative;
    z-index: 104;
}

div.info-bottom span {
    margin-left: 5px;
    font-size: 11px;
}

.info-middle img {
    float: left;
    margin-right: 6px;
}

@media (max-width: 768px) {
    div.panel-content {
        padding: 0.1rem 0.1rem !important;
    }
    #fringe-list div.fringe-panel {
        margin-left: -0.75rem;
        margin-right: -0.75rem;
    }
    #fringe-list div.fringe-body {
        padding-right: 0.75rem !important;
    }
    #fringe-list div.fringe-col {
        padding-right: 0 !important;
    }
    #fringe-list div.fringe-card {
        font-size: 0.75rem !important;
    }
}

button:disabled {
    cursor: not-allowed;
}
.btn:disabled {
    cursor: not-allowed;
}