﻿.cre_accordian {
    display: block;
}

input[type='file'] {
    display: block;
}

.bg-success {
    background-color: #dff0d8;
    text-align: center;
    border-radius: 5px;
    border: solid 1px #ccc;
    font-size: 17px;
    margin: 5% 0;
    padding: 20px;
}

a.bg-success:hover {
    background-color: #c1e2b3;
}

.bg-error {
    background-color: #f2dede;
    text-align: center;
    border-radius: 5px;
    border: solid 1px #ccc;
    font-size: 17px;
    margin: 5% 0;
    padding: 20px;
}

.textError {
    color: red;
}

.mediaClass {
    max-width: 200px;
    max-height: 200px;
    padding: 5px;
    vertical-align: middle;
    text-align: center;
}

.file-div {
    position: relative;
    display: inline-block;
    background-color: #fcc;
}

.file-inputs {
    position: absolute;
    left: 0px;
    height: 100%;
    width: 100%;
    opacity: 0;
    background: #00f;
    z-index: 999;
}

.icons {
    position: relative;
}

.who_is_typing {
    font-size: 9px;
    color: #383838;
}

span.ng-binding {
    word-wrap: break-word;
}

.user-icon-small {
    border-radius: 50%;
    width: 38px;
    height: 38px;
}
.alert {
    z-index: 9999;
    width: auto;
    position: fixed;
    bottom: 20px;
    right: 5%;
    border: none !important;
    border-radius: 25px !important;
}

.cursor-pointer {
    cursor: pointer;
}

.role-clicked {
    background: #b91c3b !important; /*rgb(71, 72, 68)!important;*/
    opacity: 0.8;
}

.alert-danger {
    color: #fff !important;
    background-color: #bd2436 !important;
    border-color: #bd2436 !important;
}

.alert-success {
    color: #fff !important;
    background-color: green !important;
    border-color: green !important;
}

.com_graf_data {
    background: white;
    border: 1px solid #edf1f2;
}

ul#notification-dropdown-list {
    height: 400px;
    overflow-y: scroll;
}

a.post-track {
    color: #fff;
}

/* content placeholder */

.timeline-item {
    background: #fff;
    border: 1px solid;
    border-color: #e5e6e9 #dfe0e4 #d0d1d5;
    border-radius: 3px;
    padding: 12px;
    margin: 0 auto;
    max-width: 100%;
    min-height: 150px;
}

@keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0;
    }
    100% {
        background-position: 468px 0;
    }
}

.animated-background {
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background-size: 800px 104px;
    height: 96px;
    position: relative;
}

.background-masker {
    background: #fff;
    position: absolute;
}

.background-masker.header-top,
.background-masker.header-bottom,
.background-masker.subheader-bottom {
    top: 0;
    left: 40px;
    right: 0;
    height: 10px;
}

.background-masker.header-left,
.background-masker.subheader-left,
.background-masker.header-right,
.background-masker.subheader-right {
    top: 10px;
    left: 40px;
    height: 8px;
    width: 10px;
}

.background-masker.header-bottom {
    top: 18px;
    height: 6px;
}

.background-masker.subheader-left,
.background-masker.subheader-right {
    top: 24px;
    height: 6px;
}

.background-masker.header-right,
.background-masker.subheader-right {
    width: auto;
    left: 300px;
    right: 0;
}

.background-masker.subheader-right {
    left: 230px;
}

.background-masker.subheader-bottom {
    top: 30px;
    height: 10px;
}

.background-masker.content-top,
.background-masker.content-second-line,
.background-masker.content-third-line,
.background-masker.content-second-end,
.background-masker.content-third-end,
.background-masker.content-first-end {
    top: 40px;
    left: 0;
    right: 0;
    height: 6px;
}

.background-masker.content-top {
    height: 20px;
}

.background-masker.content-first-end,
.background-masker.content-second-end,
.background-masker.content-third-end {
    width: auto;
    left: 380px;
    right: 0;
    top: 60px;
    height: 8px;
}

.background-masker.content-second-line {
    top: 68px;
}

.background-masker.content-second-end {
    left: 420px;
    top: 74px;
}

.background-masker.content-third-line {
    top: 82px;
}

.background-masker.content-third-end {
    left: 300px;
    top: 88px;
}

/* content placeholder END */

/* .tracks_list {
    margin-top: 5px;
} */

.head_track_menu {
    margin: 0px 0px 5px;
}

.main_track_data_in_bottom {
    /* max-height: 320px; */
    height: auto !important;
    /* overflow-y: scroll !important; */
}
.fl_red_btn {
    background: #bd2436;
    color: white !important;
    border-radius: 4px;
    color: #fff;
    padding: 4px 10px;
    font-size: 14px;
    margin: 0 0 4px 6px;
    display: inline-block;
    min-width: 88px;
    max-width: 88px;
    text-align: center;
    transition: all 0.3s ease-in-out;
    border: none;
}

.req_delete {
    background: #7c7c7c;
    color: white !important;
    border-radius: 4px;
    color: #fff;
    padding: 4px 14px;
    font-size: 14px;
    margin: 0 0px 4px 6px;
    display: inline-block;
    min-width: 88px;
    max-width: 88px;
    text-align: center;
    transition: all 0.3s ease-in-out;
    border: none;
}

.fl_red_btn:focus,
.req_delete:focus {
    color: white !important;
}

.fl_red_btn:hover {
    background: #a70929;
}

.req_delete:hover {
    background: #636363;
}

.rec_delete:hover,
.rec_confirm:hover {
    color: white;
}
/*-------1 May 2018-------*/

#input {
    display: flex;
    align-items: center;
    min-height: 56px;
    margin-left: 65px;
    margin-top: 0px;
    font-size: 18px;
    font-style: italic;
}
div#input p {
    font-family: 'Play', sans-serif;
}

#post_send_poop .modal-content .pro_data_igm,
#post_send_poop_update .modal-content .pro_data_igm {
    padding: 6px 15px;
}

#post_send_poop .modal-content .modal-body .pop_data textarea.form-control,
#post_send_poop_update .modal-content .modal-body .pop_data textarea.form-control {
    padding: 15px 15px;
    max-height: 295px;
    font-size: 18px;
    color: #000;
    font-weight: bold;
}

#post_send_poop .modal-content .modal-body .pop_data .list_popo_ups ul li a,
#post_send_poop_update .modal-content .modal-body .pop_data .list_popo_ups ul li a {
    padding: 9px 10px;
}

.comment_post_chat {
    margin-bottom: 5px;
    padding-bottom: 6px;
}

.btn_d_allcomment > input[type='submit'] {
    display: inline-block;
    line-height: 0;
    padding: 12px 15px;
    vertical-align: middle;
    width: auto;
    font-size: 16px;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    background-color: rgb(188, 41, 57);
    border-radius: 4px;
    color: #fff;
    margin-right: 8px;
    margin-top: 5px;
}

.new_com_set_box {
    position: relative;
}

.new_com_set_box > ul {
    flex: 0 0 95%;
}

.menuedit_del {
    position: absolute;
    right: 17px;
    top: 10px;
}

.comment_boxes ul li a img {
    width: 19px;
}

.comment_post {
    margin-top: 0px;
}

.owl-carousel .owl-item img {
    /* object-fit: cover; */
    /*width : 250px !important;*/
    height: 250px !important;
}
.owl-carousel .owl-stage {
    display: flex !important;
}
.performances {
    text-align: center;
}
.performances a.fea_scroll span {
    background-color: #bc2939;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    margin: 12px;
    padding: 6px 25px;
    text-decoration: none;
    width: auto;
    text-align: center;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    /* margin-top: 3px; */
    cursor: pointer;
}
.performances a.fea_scroll span:hover {
    background-color: #444;
}
.paddock_bestlaps ul li input[type='checkbox'] {
    float: left;
}
.paddock_bestlaps ul li span:first-child {
    width: 100px;
    float: left;
    padding: 0px !important;
}
.paddock_bestlaps ul li span.vehicle {
    float: right !important;
    width: 120px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 13px;
    padding: 0px 5px 0px 5px !important;
}
.paddock_bestlaps ul li span img {
    position: relative;
    left: -1px;
}
.paddock_bestlaps ul li span:nth-child(3),
.maintrack_listbox ul li span.dates {
    min-width: 75px;
    width: 75px;
    float: left;
}
.paddock_bestlaps ul li span:nth-child(2) {
    width: 115px;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#fullscreen .maintrack_listbox ul li span.video_star {
    width: 8% !important;
    text-align: center;
}
#fullscreen .maintrack_listbox ul li span.video_star a {
    margin: 0px;
}
