﻿html {
    margin: 0;
    padding: 0;
    background-color: rgb(223, 228, 230);
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

body {
    background-color: transparent !important;
    margin: 0 auto !important;
    /*width: 1200px;*/
    min-width: 1200px;
}

body.user-layout {
    min-width: 768px;
}

body.user-layout .navbar {
    min-width: 768px;
}

header {
    background-color: rgb(223, 228, 230);
}

header .top {
    height: 70px;
    line-height: 70px;
    vertical-align: middle;
}

header .top .title {
    color: rgb(88, 97, 103);
    float: left;
    font-size: 24px;
    font-weight: bold;
}

.fs18 {
    font-size: 18px;
}

header .top .login {
    float: right;
}

header .bottom {
    height: 60px;
    -ms-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -ms-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    background-color: rgb(51, 85, 154);
    padding-right: 10px;
}

div.menu {
    height: 60px;
    -ms-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -ms-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
}

div.menu ul {
    margin: 0;
    padding: 0;
    padding-top: 20px;
    padding-left: 10px;
}

div.menu ul li {
    list-style: none;
    display: inline;
    margin-right: 10px;
}

div.menu ul li a {
    padding: 8px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    -ms-border-radius: 3px;
    border-radius: 3px;
    font-weight: bold;
    color: white;
    text-decoration: none;
}

div.menu ul li.active a {
    background-color: rgba(128, 128, 128, 0.35);
}

.header-profile-name {
    font-family: 'Helvetica';
    font-weight: normal;
    font-size: 16px;
    color: #5a6369;
    overflow:hidden; 
    white-space:nowrap;
    -moz-text-overflow: ellipsis;
    text-overflow: ellipsis;
    max-width: 200px !important;
    display: inline-block;
    vertical-align: middle;
}

.header-profile-name:link {
    color: red;
}

.header-profile-name:visited {
    color: #5a6369;
}

.header-profile-name:hover {
    text-decoration: none;
}

.header-dropdown {
/*
    border: 1px solid transparent !important;
    background-color: #dfe4e6 !important;
*/
}

.header-dropdown:hover {
    border-color: #ccc !important;
    -ms-border-radius: 4px !important;
    border-radius: 4px !important;
}

.header-dropdown:active {
    -webkit-box-shadow: none !important;
    -ms-box-shadow: none !important;
    box-shadow: none !important;
}

.box-inner {
    padding-bottom: 10px;
}


.validation-summary-errors ul {
    list-style-type: none;
    color: #ff586c;
    padding-left: 10px;
}

#player,
#player_wrapper {
    margin-left: auto;
    margin-right: auto;
}


div.subscription {
    margin: 5px;
    width: 160px;
    height: 160px;
    float: left;
}

div.subscription a {
    border: 1px solid gray;
    background-color: white;        
    padding: 5px;
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    border-radius: 5px;
}

div.subscription a:hover {
    background-color: rgb(238, 240, 241);
}

div.subscription input[type='radio'] {
    display: none;
}

div.subscription .title {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

div.subscription .info {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}

div.subscription .description {
    margin-top: 15px;
    text-align: justify;
    font-size: 12px;
}

div.subscription input[type="radio"]:checked + a,
div.subscription a label input[type="radio"]:checked {
    background-image: url("../../Images/check.png");
    background-position: bottom right;
    background-size: 25% 25%;
    background-repeat: no-repeat;
    box-shadow: 0 0 20px rgb(51, 85, 154);
}

div.card-information,
div.product-information {
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid silver;
    border-radius: 5px;
}

div.product-information div {
    padding: 5px;
}

div.card-information,
div.product-information .title {
    font-size: 16px;
    color: gray;
    font-weight: bold;
}

a.needbuy {
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border: 1px solid red;
    text-align: center;
    background-color:rgb(255,147,147);
    font-weight: bold;
    color:rgb(173,49,31);
    border-radius: 5px;
    text-decoration: none;
}

.clip{
    text-overflow:ellipsis;
    overflow:hidden;
}


footer {
    text-align: center;
}

.draggableControl{
    border: dashed 3px rgba(122, 173, 237, 0.00);
    cursor: pointer;
    position: absolute;
}

.draggableControl:hover{
    border: dashed 3px rgba(52, 138, 245, 0.78);
}

.mb-15 {
    margin-bottom: 15px;
}

.m-auto {
    margin-left: auto;
    margin-right: auto;
}

.vjs-custom-waiting .vjs-loading-spinner {
    display: block;
    animation: 0s linear 0.3s forwards vjs-spinner-show; }

.vjs-custom-waiting .vjs-loading-spinner:before,
.vjs-custom-waiting .vjs-loading-spinner:after {
    -webkit-animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
    animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite; }

.vjs-custom-waiting .vjs-loading-spinner:before {
    border-top-color: white; }

.vjs-custom-waiting .vjs-loading-spinner:after {
    border-top-color: white;
    -webkit-animation-delay: 0.44s;
    animation-delay: 0.44s; }

table.grid-table .grid-header .dropdown-menu  {
    color: #333;
}


/*Locker*/


#locker {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10999;
}

#locker-icon {
    position: fixed;
    width: 192px;
    height: 192px;
    left: 50%;
    top: 50%;
    margin-left: -86px;
    margin-top: -86px;
    z-index: 6661;
}

.login-opacity-block {
    background-color: rgba(255, 255, 255, 0.6);
}

.logo-image,.login-form {
    display: inline-block;
    float: left;
}
.login-header {
    width: 1000px;
    display: inline-block;
    padding-bottom: 10px;
}
.login-body {
    max-width: 1000px;
    display: inline-block;
    position: relative;
}

.login-form {
    float: right;
}

.iframe-login {
    width: 100%;
    height: 400px;
}

.text-success-light {
    color: #008000 !important
}

.text-danger-light {
    color: #b22222 !important
}

.content-wrapper {
    position: relative;
}

.export-button {
    position: absolute; 
    right: 0; 
    top: -50px;
}

.no-shadow {
    box-shadow: none !important;
}

/**
 * The CSS shown here will not be introduced in the Quickstart guide, but shows
 * how you can use CSS to style your Element's container.
 */
.StripeElement {
    width: 100%;

    background-color: rgba(255,255,255,1);
    color: rgba(0,0,0,1);
    border: 1px solid rgba(46,109,164,1);
    font: 14px georgia;
    padding: 6px 12px 6px 12px;
    margin: 0px 0px 0px 0px;
    word-wrap: break-word;
}

.StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
    border-color: #fa755a;
}

.StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}