@import url(//fonts.googleapis.com/css?family=Noto+Sans:400,700);
body {
    min-height: 100%;
    font-family: 'Noto Sans', sans-serif;
    color: #252728;
    margin-top: 70px;
}

a {
    outline: none !important;
}

.no-padding {
    padding: 0 !important;
}

.popover {
    cursor: default;
    font-family: 'Noto Sans', sans-serif;
    width: auto !important;
    height: auto !important;
}

.popover .arrow {
    margin-top: 0px !important;
}

.popover-close{
    display: flex;
    justify-content: flex-end;
    padding-bottom: 10px;
    margin: -8px;
}

.popover-close button.close{
    opacity: .8;
}

.popover-close button.close:hover, .popover-close button.close:focus{
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5;
}

.fb-page{
    width: 230px !important;
    height: 130px !important;
}

.fb-page span, .fb-page iframe{
    width: 100% !important;
    height: 100% !important;
}

.fb_iframe_widget_fluid{
    display: inline-block !important;
}

.navbar-brand {
    padding: 5px 5px;
}

#image-uploader-form {
    text-align: center;
}

#stage {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
}

span.text small.muted {
    display: inline-block;
    min-width: 10px;
    padding: 2px 6px;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px;
    margin-left: 2px;
}

@media print {
    .no-print {
        display: none !important;
    }
}

.login-block {
    padding: 30px;
    box-shadow: 0 1px 5px #ccc;
    border-radius: 4px;
    margin-top: 100px;
    border: 1px solid #eee;
}

.login-block .brand-logo {
    width: 100px;
}

#share-image .fa-facebook {
    color: #3b5998;
}

#share-image .fa-twitter {
    color: #55acee;
}

#share-image .fa-google-plus {
    color: #dc4e41;
}

#share-image .fa-linkedin {
    color: #0077b5;
}

#share-image .btn-group [class^='PIN'] {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-image: none !important;
    border: 1px solid #ccc;
    color: #bd081c;
    height: 34px !important;
    width: 34px !important;
    padding: 6px 10px !important;
    font-size: 16px;
    line-height: 1.42857143;
    font-weight: 400;
    border-left: none;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

#share-image .btn-group [class^='PIN']:before {
    content: '\f0d2';
}

.pace .pace-progress {
    background: #286090 !important;
}

.navbar-inverse {
    background-color: #1D212A;
    border-color: #1D212A;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
    background-color: #323948;
}

iframe {
    width: 100%;
    border: none;
}

iframe .provider-name {
    display: none;
}

footer {
    font-size: 12px;
    margin-top: 50px;
}

.subtitle {
    margin-top: -9px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top: 0;
    padding-bottom: 0;
}

.footer-links a {
    margin-right: 10px;
}

.inline {
    display: inline;
}

#main-container {
    padding-top: 80px;
}

.block-error {
    min-height: 20px;
}

.spinner {
    display: none;
    color: #333;
    font-size: 22px;
    margin-left: 10px;
    margin-right: 10px;
}

.fa.spinner {
    display: none;
    color: #333;
    font-size: 22px;
    margin-left: 10px;
    margin-right: 10px;
}

.form-control-feedback{
    top: -17px !important;
    right: -17px !important;
}

.inline-block {
    display: inline-block;
}

.default-hidden {
    display: none;
}

.auto-fit {
    width: 100%;
}

.margin-none {
    margin: 0 !important;
}

.margin-top-none {
    margin-top: 0 !important;
}

.margin-top-sm {
    margin-top: 5px !important;
}

.margin-top-md {
    margin-top: 10px !important;
}

.margin-top-lg {
    margin-top: 20px !important;
}

.margin-top-xl {
    margin-top: 40px !important;
}

.margin-bottom-none {
    margin-bottom: 0 !important;
}

.margin-bottom-sm {
    margin-bottom: 5px !important;
}

.margin-bottom-md {
    margin-bottom: 10px !important;
}

.margin-bottom-lg {
    margin-bottom: 20px !important;
}

.margin-bottom-xl {
    margin-bottom: 40px !important;
}

.margin-left-none {
    margin-left: 0 !important;
}

.margin-left-sm {
    margin-left: 5px !important;
}

.margin-left-md {
    margin-left: 10px !important;
}

.margin-left-lg {
    margin-left: 20px !important;
}

.margin-left-xl {
    margin-left: 40px !important;
}

.margin-right-none {
    margin-right: 0 !important;
}

.margin-right-sm {
    margin-right: 5px !important;
}

.margin-right-md {
    margin-right: 10px !important;
}

.margin-right-lg {
    margin-right: 20px !important;
}

.margin-right-xl {
    margin-right: 40px !important;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

.data-toogle-hidden {
    display: none;
}

#msg-container {
    display: none;
}

.btn-file.img-upload-btn .uploading {
    display: none;
}

.btn-file.img-upload-btn.uploading .uploading {
    display: block;
}

.btn-file.img-upload-btn.uploading .no-action {
    display: none;
}

.iconlead-image-container {
    position: relative;
    display: inline-block;
    max-width: 100%;
}


/* Analytic panel */

.analytic-panel {
    height: 150px;
}

.analytic-panel .panel-body {
    overflow: hidden;
    height: 100%;
}

.analytic-panel iframe {
    max-height: 100% !important;
}

.analytic-panel .analytic-count,
.analytic-panel .analytic-image-title {
    margin-bottom: 0;
    padding: 0;
    line-height: 1em;
}

.analytic-panel .analytic-image-title {
    margin-top: 45px;
    font-size: 30px;
}

.analytic-panel .analytic-count {
    margin-top: 35px;
    font-size: 50px;
}

.iconlead-image-container img {
    position: relative;
}

.iconlead-image-container .iconlead-hotspot-container {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
}

.img-container img {
    max-width: 100%;
}

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* Positioning Popover */

.popover-inner {
    overflow: hidden;
}

.popover-inner:hover {
    overflow: auto;
}

.popover-inner::-webkit-scrollbar {
    width: 5px;
}

.popover-inner::-webkit-scrollbar-track {
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
}

.popover-inner::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 5px;
}

.glow {
    box-shadow: 0 0 15px red !important;
}

.iconlead-uploaded-image {
    max-width: 100%;
    height: auto;
}

.iconlead-embed-image {
    max-width: 100%;
    height: auto;
}

.navbar-brand img {
    height: 40px;
}


/* Overwritting styles of theme */

@media (min-width: 768px) {
    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        margin-left: 0;
    }
}

.link-normal,
.link-normal:hover,
.link-normal:focus,
.link-normal:active {
    color: #333;
}

.login-page .alert {
    margin-top: 20px;
}

.login-wrap .checkbox {
    padding-left: 20px;
}

.checkbox-wrap .checkbox {
    padding-left: 20px;
}

.login-wrap .text-danger {
    color: white;
    display: block;
    margin-top: 5px;
}

.form-inline .form-control.embed-size-control {
    width: 65px;
}

.logo h1 img {
    height: 40px;
}

.img-container .thumbnail {
    padding: 0;
    border: 0;
    position: relative;
}

.img-container .gallery-img-container {
    height: 160px;
    overflow: hidden;
    background-position: center center;
    background-size: contains;
    background-repeat: no-repeat;
    border-radius: 4px;
}

.img-container .gallery-img-container+h6 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 10px 5px;
    margin: 0;
    color: white;
    border-radius: 0 0 4px 4px;
    display: none;
}

.img-container .thumbnail:hover h6 {
    display: block;
}

.gallery-img-add-container,
.gallery-img-design-container {
    height: 70px;
    text-align: center;
    position: relative;
}

.inline-block.gallery-img-add-container,
.inline-block.gallery-img-design-container {
    width: 200px;
    height: auto;
    text-align: center;
    display: inline-block;
}

.gallery-img-design-container i,
.gallery-img-add-container i {
    color: #ccc;
    font-weight: bold;
    margin-top: 15px;
}

.gallery-img-design-container i {
    font-size: 40px;
}

.gallery-img-add-container i {
    font-size: 50px;
}

.inline-block.gallery-img-design-container i,
.inline-block.gallery-img-add-container i {
    color: #aaa;
    font-weight: bold;
}

.inline-block.gallery-img-add-container i {
    font-size: 60px;
}

.inline-block.gallery-img-design-container i {
    font-size: 45px;
}

.add-icon input[type='file'] {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    filter: alpha(opacity=0);
    opacity: 0;
    cursor: pointer;
    bottom: 0;
    width: 100%;
    height: 70px;
}

a.no-style:hover,
a.no-style:focus {
    text-decoration: none;
}

.text-capitalize {
    text-transform: capitalize;
}

.modal-lg {
    width: 100%;
}

.training-video-modal {
    width: 900px;
}

.setting {
    height: 170px;
    overflow: hidden;
    position: relative;
    padding: 10px 15px 15px;
}

.setting .brand-logo {
    max-height: 100px;
    max-width: 100px;
}

.hint {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 99;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 10px;
    margin-top: -20px;
}

.hint:hover {
    cursor: crosshair;
}

.tabs-left,
.tabs-right {
    border-bottom: none;
    padding-top: 2px;
}

.tabs-left {
    border-right: 1px solid #ddd;
}

.tabs-right {
    border-left: 1px solid #ddd;
}

.tabs-left>li,
.tabs-right>li {
    float: none;
    margin-bottom: 2px;
}

.tabs-left>li {
    margin-right: -1px;
}

.tabs-right>li {
    margin-left: -1px;
}

.tabs-left>li.active>a,
.tabs-left>li.active>a:hover,
.tabs-left>li.active>a:focus {
    border-bottom-color: #ddd;
    border-right-color: transparent;
    font-weight: bold;
}

.tabs-right>li.active>a,
.tabs-right>li.active>a:hover,
.tabs-right>li.active>a:focus {
    border-bottom: 1px solid #ddd;
    border-left-color: transparent;
    font-weight: bold;
}

.tabs-left>li>a {
    border-radius: 4px 0 0 4px;
    margin-right: 0;
    display: block;
}

.tabs-right>li>a {
    border-radius: 0 4px 4px 0;
    margin-right: 0;
}

.badge-hotspot-analytic {
    background-color: #008000;
    position: absolute;
}
