.btn-info {
    color: #ffffff;
    background-color: #3498db;
    border-color: #3498db;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
    color: #ffffff;
    background-color: #2383c4;
    border-color: #2077b2;
}
a{
    color: inherit;
    outline: none;
}
ul,li{
    list-style: none;
    padding-left: 0;
}
.no-favorites{
    text-align:center;
    padding: 50px 0;
}
.no-favorites img{
    height:270px;
    margin-top:25px;
}
.no-favorites p{
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    width: 700px;
    margin:auto;
    margin-top:25px;
}
.player_wrapper{
    padding:0;
    width:100%;
    display: flex;
}
.favorite-list-items{
    float:right
}
.modal-body p{
    font-weight:bold;float:left;
}
.modal-footer, .modal-header h3{
    text-align:center
}
.modal-body{
    min-height: 50px;
}
.modal-body input{
    width:100%;
    font-weight:bold;
}
.favorite-table{
    padding: 10px 5px;
    border: 1px solid #eee;
}
.table-head {
    padding: 10px 0;
    min-height: 40px;
    border-bottom: 1px solid #0b0b0b;
    font-weight: bold;
    @media (max-width: 450px) {
       font-size: 12px;
    }
}
.table-body{
    padding-top: 3px;
    border-bottom: 1px solid #0b0b0b;
}
.table-body .table-row{
    display: flex;
    justify-content: space-between;
}
.table-body .table-row:nth-child(odd){
    background-color: #f9f9f9;
}
.table-body .table-row:nth-child(even){
    background-color: #fff;
}
.table-body .table-row:not(:last-child){
    border-bottom: 1px solid #eee;
}
.table-body .table-row:hover{
    background-color: #f5f5f5;
}
.favorite_info, .favorite_options{
    padding: 8px 10px;
    align-items: center;
}
.loader-wrapper{
    text-align: center;
    padding: 20px 0;
}
.favorite_info {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    @media (max-width: 450px) {
        width: 60%;
    }
}
.td-name{
    @media (max-width: 450px) {
        width: 60%;
    }
}
.td-sshot{
    @media (max-width: 450px) {
        width: 10%;
    }
}
.favorite_options{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    @media (max-width: 1150px) {
        justify-content: space-around;
    }
    @media (max-width: 450px) {
        width: 30%;
    }
}
.td-options{
    @media (max-width: 450px) {
        width: 30%;
    }
}
.favorite_options button{
    width: 23px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
}
.favorite_options div:not(:last-child) button{
    margin-right: 5px;
}
.favorite_options div:not(#play) i{
    font-size: 23px;
    line-height: 23px;
}
.favorite_options:not(#play) button {
    background-color: transparent;
}
#play button{
    border-radius: 50%;
    border: none;
    padding: 0;
}
#edit button{
    color: #535353;
}
#download button {
    color: #4765a0;
}
.favorite_shot img{
    width: 80px;
    height: 80px;
}
form.modal-favorite-form{
    padding: 0;
}
.btn-success{
    background-color: #55b400 !important;
    border-color: #00a65a !important;
}
.favorite-content .widget-title{
    display: flex;
    flex-wrap: wrap;
    height: auto;
}
.widget-title .icon, .widget-title h5{
    flex-grow: 0;
    flex-shrink: 0;
}
.widget-box h2.message {
    text-align: center;
    padding: 20px;
    margin: auto;
}
.widget-box .widget-title h5 {
    color: #666666;
    text-shadow: 0 1px 0 #ffffff;
    float: left;
    font-size: 12px;
    font-weight: bold;
    padding: 12px 10px;
    line-height: 12px;
    margin: 0;
}
/*pagination*/
.paginationjs-pages ul{
    display: flex;
    justify-content: center;
}
.paginationjs-pages ul>li a{
    border-color: #d9d9d9;
    background-color: #fafafa;
    background-image: -webkit-linear-gradient(to top, #fafafa 0%, #f2f2f2 100%);
    background-image: linear-gradient(to bottom, #fafafa 0%, #f2f2f2 100%);
    background-repeat: repeat-x;
}
.paginationjs-pages ul>li a:hover{
    background-color: #f2f2f2;
    background-image: -webkit-linear-gradient(to top, #f2f2f2 0%, #d9d9d9 100%);
    background-image: linear-gradient(to bottom, #f2f2f2 0%, #d9d9d9 100%);
    background-repeat: repeat-x;
}
.paginationjs-pages ul>li.active a {
    background-color: #727272 !important;
    background-image: -webkit-linear-gradient(to top, #727272 0%, #4c4c4c 100%) !important;
    background-image: linear-gradient(to bottom, #727272 0%, #4c4c4c 100%) !important;
    background-repeat: repeat-x !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff727272', endColorstr='#ff4c4c4c', GradientType=0) !important;
    border-color: #727272 !important;
}
.paginationjs-pages ul>li.disabled a {
    color: #AAAAAA !important;
}
.paginationjs-pages ul > li.disabled a:hover {
    cursor: default !important;
}
.paginationjs-pages ul> li.active a {
    color: #ffffff !important;
    cursor: default !important;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset !important;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset !important;
    opacity: 1;
    filter: alpha(opacity=100);
}
.paginationjs-pages ul li a {
    font-size: 12px;
    padding: 4px 10px !important;
    border-style: solid;
    border-width: 1px 1px 1px 0;
    display: inline-block;
    line-height: 16px;
    color: #333333;
    text-shadow: 0 1px 0 #ffffff;
    margin-right: 0;
}
.paginationjs-pages ul li a:hover {
    color: #222222;
    text-shadow: 0 1px 0 #ffffff;
    cursor: pointer;
}
.paginationjs-pages ul li a {
    margin-right: 1px;
}
.paginationjs-pages ul li:first-child a {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    border-left-width: 1px;
}
.paginationjs-pages ul li:last-child {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}
/**/
.header_search{
    text-align: right;
    flex-grow: 1;
    margin-left: 5px;
    @media (max-width: 1100px) {
        text-align: left;
    }
}
.header_search input {
    border-style: solid;
    border-color: #bbb;
    border-width: 1px;
    font: 14px/16px 'Open Sans', Helvetica, Arial, sans-serif;
    color: #404040;
    padding: 4px 6px;
    margin: 5px 5px 0;
    box-shadow: none;
    -ms-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    -webkit-transition: border-color 0.3s;
}
.no-items-found{
    color: #404040;
    font-style: italic;
    text-align: center;
    padding: 20px 0;
}
label.header_search{
    position: relative;
}
.header_search input:focus{
    border-color: black !important;
}
.clear-search{
    display: none;
    position: relative;
    right: 30px;
    font-size: 18px;
    font-weight: normal;
    cursor: pointer;
}
.attention-text{
    margin: 10px 20px;
    padding: 10px;
    font-size: 16px;
    border-radius: 5px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}
.attention-text.false{
    border: 2px solid #e74c3c;
}
.attention-text.right{
    border: 2px solid #55b400;
}
span.error{
    color: #e74c3c;
    padding: 10px 0px;
}
.favorite_info_name span{
    font-weight: bold;
}
.favorite_info > div:not(:first-child)>span{
    font-size: 0.8em;
    color: rgba(51, 51, 51, 0.81);
    font-weight: lighter;
}
.favorite_info > div:not(:first-child)>span:first-child{
    font-style: italic;
}
i.fa-hand-o-right{
    @media (max-width: 991px) {
        transform: rotate(90deg);
    }
}
