﻿body {
    font-size: 16px !important;
}

.bg-full {
    background: url(/Content/Images/1.jpg) !important;
    background-size: 100% !important;
    filter: blur(3px);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.bg-full01 {
    background: url(/Content/Images/bg01.jpg) !important;
    background-size: 100% !important;
    filter: blur(3px);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.login-box {
    position: absolute;
    left: 50%;
    height: 30%;
    transform: translate(-50%);
    z-index: 9;
    background: #052962;
    padding: 10px;
}

.login-box-body, .register-box-body {
    background: url(/Content/Images/bg-white-lock.png);
    color: lightgray;
}



.fix-bottom {
    position: fixed !important;
    bottom: 0;
    width: 100%;
    text-align: center;
    z-index: 9;
}

.fix-box-footer {
    padding: 5px 0;
}

.dropdown-menu {
    z-index: 9999 !important;
}

/*-------------*/
/* portlet buttons */
.portlet.box > .portlet-body {
    background-color: #fff;
    padding: 10px;
}

.portlet.box > .portlet-title {
    margin-bottom: 0px;
}

.portlet.box.blue > .portlet-title {
    background-color: #4b8df8;
}

.portlet.box.blue {
    border: 1px solid #b4cef8;
    border-top: 0;
}

.portlet.box.red > .portlet-title {
    background-color: #e02222;
}

.portlet.box.red {
    border: 1px solid #ef8476;
    border-top: 0;
}

.portlet.box.yellow > .portlet-title {
    background-color: #ffb848;
}

.portlet.box.yellow {
    border: 1px solid #fccb7e;
    border-top: 0;
}

.portlet.box.green > .portlet-title {
    background-color: #35aa47;
}

.portlet.box.green {
    border: 1px solid #77e588;
    border-top: 0;
}

.portlet.box.purple > .portlet-title {
    background-color: #852b99;
}

.portlet.box.purple {
    border: 1px solid #af5cc1;
    border-top: 0;
}

.portlet.box.grey > .portlet-title {
    background-color: #555555;
}

.portlet.box.grey {
    border: 1px solid #9d9c9c;
    border-top: 0;
}

.portlet.box.light-grey > .portlet-title {
    background-color: #aaa;
}

.portlet.box.light-grey {
    border: 1px solid #bbb;
    border-top: 0;
}

.explus_related_1404022217 {
    border-top: 3px solid #E0E0E0;
    margin-top: 12px;
    margin-bottom: 12px;
}

.explus_related_1404022217_letter {
    font-weight: normal;
    border-top: 3px solid #c32c2c;
    display: inline-block;
    margin-top: -3px;
    line-height: 26px !important;
    font-family: Arial !important;
    font-size: 14px !important;
    margin-bottom: 3px;
    padding: 0;
}

/**************/


* {
    margin: 0;
    padding: 0;
}

#page-wrap {
    margin: auto 0;
}

.treeview {
    margin: 10px 0 0 20px;
}

ul {
    list-style: none;
}

.treeview li {
    background: url(/Content/Images/treeview-default-line.gif) 0 0 no-repeat;
    padding: 2px 0 2px 16px;
}

.treeview > li:first-child > label {
    /* style for the root element - IE8 supports :first-child
  but not :last-child ..... */
}

.treeview li.last {
    background-position: 0 -1766px;
}

.treeview li > input[type="checkbox"] {
    height: 16px;
    width: 16px;
    /* hide the inputs but keep them in the layout with events (use opacity) */
    opacity: 0;
    filter: alpha(opacity=0); /* internet explorer */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; /*IE8*/
}

.treeview li > label {
    /*background: url(/Content/Images/gr_custom-inputs.png) 0 -1px no-repeat;*/
    /* move left to cover the original checkbox area */
    margin-left: -20px;
    /* pad the text to make room for image */
    padding-left: 25px;
}

/* Unchecked styles */

.treeview .custom-unchecked {
    background-position: 0 -1px;
}

    .treeview .custom-unchecked:hover {
        background-position: 0 -10px;
    }

/* Checked styles */

.treeview .custom-checked {
    background-position: 0 -81px;
}

    .treeview .custom-checked:hover {
        background-position: 0 -101px;
    }

/* Indeterminate styles */

.treeview .custom-indeterminate {
    background-position: 0 -141px;
}

    .treeview .custom-indeterminate:hover {
        background-position: 0 -121px;
    }

.fix-height200 {
    max-height: 250px;
    overflow-y: scroll;
}

label.error {
    color: red;
    border: 0px;
}

input.error, textarea.error {
    border: 1px solid red;
}

.dropdown-menu {
    left: 15px;
}

ul.treeview-menu-custom {
    background: white;
    border: 1px solid #ccc;
    padding: 0;
    z-index: 8;
    position: absolute;
    /*top: 33px;*/
    width: 100%;
    display: none;
    overflow-y: scroll;
    height: 300px;
}

ul.treeview-location-custom {
    background: white;
    border: 1px solid #ccc;
    padding: 0;
    z-index: 99;
    position: absolute;
    top: 33px;
    width: 100%;
    display: none;
}

.custom-drop {
    position: relative;
}

.action-show-child {
    padding: 2px 5px;
}

.treeview-menu-custom li {
    /*padding:5px 10px;*/
    /*border-bottom:1px solid #ccc;*/
}

    .treeview-menu-custom li:last-child {
        border-bottom: 0px;
    }

    .treeview-menu-custom li a {
        padding: 5px 10px;
        width: 100%;
        float: left;
        color: black;
    }

.treeview-menu-custom a:hover {
    background: #4d90fe;
}

.menu-isopen {
    background: #4d90fe;
}

.order_no {
    margin-left: 5px;
    height: 20px;
}

.custom-unchecked {
    font-weight: normal;
}

.fa-refresh:hover {
    color: forestgreen;
}

.treeview-hide-order {
    display: none;
}

.explus_related_1404022217_title {
    text-decoration: none;
    font-family: Arial !important;
    font-size: 12px !important;
    line-height: 16px !important;
    margin: 8px 0 !important;
    display: block;
    color: #333 !important;
}

.treeview-hide-order {
    display: none;
}

.explus_related_1404022217_item {
    margin-right: 2%;
    overflow: hidden;
    border: none;
    padding: 0;
    height: 160px;
}

.explus_related_1404022217_title {
    text-decoration: none;
    font-family: Arial !important;
    font-size: 12px !important;
    line-height: 16px !important;
    margin: 8px 0 !important;
    display: block;
    color: #333 !important;
}

.treeview-hide-order {
    display: none;
}

.explus_related_1404022217_title {
    text-decoration: none;
    font-family: Arial !important;
    font-size: 12px !important;
    line-height: 16px !important;
    margin: 8px 0 !important;
    display: block;
    color: #333 !important;
}

#btntrash {
    line-height: 16px;
    margin-top: 7px;
    text-decoration: none;
    border-bottom: 1px solid;
    display: inline-block;
    font-size: 12px;
    padding: 0 3px;
    font-family: Arial;
    cursor: pointer;
}

.btnalick {
    line-height: 16px;
    margin-top: 7px;
    text-decoration: none;
    border-bottom: 1px solid;
    display: inline-block;
    font-size: 12px;
    padding: 0 3px;
    font-family: Arial;
    cursor: pointer;
}

.btn_refresh:hover {
    color: #00c0ef;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.remove-option {
    position: absolute;
    right: 5px;
    top: 10px;
    cursor: pointer;
}

.input-choice {
    position: relative;
}

.error {
    border: 1px solid red;
}

.boxfontsize {
    font-size: 13px;
}

.click_newlink {
    background-color: #3c8dbc;
    height: 32px;
}

.text-center {
    text-align: center;
}

.click_addlink :hover {
    text-decoration: underline;
}

.click_addlink {
    color: cornflowerblue;
}

.title a:not([href]):not([tabindex]) {
    color: #3c8dbc;
}

    .title a:not([href]):not([tabindex]):hover {
        color: #3c8dbc;
        text-decoration: underline;
    }

.title a:hover, .title a:active, .title a:focus {
    cursor: pointer;
    text-decoration: underline;
    color: #3c8dbc;
}


.display-menu {
    display: block;
}

.explus_related_1404022217 {
    border-top: 3px solid #E0E0E0;
    margin-top: 12px;
    margin-bottom: 12px;
}

.explus_related_1404022217_letter {
    font-weight: normal;
    border-top: 3px solid #c32c2c;
    display: inline-block;
    margin-top: -3px;
    line-height: 26px !important;
    font-family: Arial !important;
    font-size: 14px !important;
    margin-bottom: 3px;
    padding: 0;
}

.explus_related_1404022217_title {
    text-decoration: none;
    font-family: Arial !important;
    font-size: 12px !important;
    line-height: 16px !important;
    margin: 8px 0 !important;
    display: block;
    font-weight: bold;
    color: #333 !important;
}

/*.explus_related_1404022217_title:hover {
        text-decoration: underline;
    }*/

.explus_related_1404022217_photo {
    display: block;
}

    .explus_related_1404022217_photo img {
        max-width: 100% !important;
    }


.explus_related_1404022217_bottom .explus_related_1404022217_item {
    float: left;
    width: 22.5%;
    margin-right: 2%;
    overflow: hidden;
    border: none;
    padding: 0;
}

.explus_related_1404022217_bottom .explus_related_1404022217_item_last {
    margin-right: 0 !important;
}

.explus_related_1404022217_bottom .explus_related_1404022217_title {
    font-weight: normal !important;
    line-height: 18px;
}

.non_padding_left_right {
    padding-left: 0px;
    padding-right: 0px;
}

.explus_related_1404022217_left {
    float: left;
    width: 140px;
    margin-right: 12px;
}

.explus_related_1404022217_right {
    float: right;
    width: 140px;
    margin-left: 12px;
}

.yellow {
    background: darkkhaki;
}

    .yellow a {
        color: white;
    }

.violet {
    background: #605ca8;
    color: white;
}

    .violet a {
        color: white;
    }

.IsParent {
    font-weight: bold;
}

table {
    width: 100%;
}

.editable {
    cursor: pointer;
}

.violet input {
    color: black;
}









/*.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }*/

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: red;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.load-more {
    cursor: pointer;
}

body {
    font-style: inherit;
}


@font-face {
    font-family: 'fontello';
    src: url('/Content/font/fontello.eot?77393802');
    src: url('/Content/font/fontello.eot?77393802#iefix') format('embedded-opentype'), url('/Content/font/fontello.woff?77393802') format('woff'), url('/Content/font/fontello.ttf?77393802') format('truetype'), url('/Content/font/fontello.svg?77393802#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
}


/*[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}*/

.icon-resize-full:before, .player-fullscreen:before {
    content: '\e800';
}
/* '' */
.icon-left-open-big:before, .player-previous:before {
    content: '\e801';
}
/* '' */
.icon-right-open-big:before, .player-next:before {
    content: '\e802';
}
/* '' */
.icon-resize-small:before, .player-miniscreen:before {
    content: '\e803';
}
/* '' */
.icon-pause:before, .player-pause:before {
    content: '\e804';
}
/* '' */
.icon-stop:before {
    content: '\e805';
}
/* '' */
.icon-play:before, .player-play:before {
    content: '\e806';
}
/* '' */
.icon-ccw:before {
    content: '\e807';
}
/* '' */
.icon-cog:before {
    content: '\e808';
}
/* '' */
.icon-to-end:before {
    content: '\e809';
}
/* '' */
.icon-to-start:before {
    content: '\e80a';
}
/* '' */
.icon-fast-backward:before {
    content: '\e80b';
}
/* '' */
.icon-fast-forward:before {
    content: '\e80c';
}
/* '' */
.icon-left-open:before {
    content: '\e80d';
}
/* '' */
.icon-right-open:before {
    content: '\e80e';
}
/* '' */
.icon-left-dir:before {
    content: '\e80f';
}
/* '' */
.icon-right-dir:before {
    content: '\e810';
}
/* '' */
.icon-adjust:before {
    content: '\e811';
}
/* '' */
.icon-volume-off:before, .player-volume-off:before {
    content: '\e812';
}
/* '' */
.icon-volume-down:before, .player-volume-down:before {
    content: '\e813';
}
/* '' */
.icon-volume-up:before, .player-volume-up:before {
    content: '\e814';
}
/* '' */
.icon-volume-off-1:before, .player-volume-off1:before {
    content: '\e815';
}
/* '' */

/* '' */
.player-setting:before {
    content: '\E808';
}

.area-mid {
    text-align: center;
    width: 100%;
    margin: 50px 0 0 100px;
    margin-left: 100px;
}

.container-player {
    width: 100%;
    height: auto;
    font-family: "fontello";
    position: relative;
    overflow: hidden;
    background: #222222;
}

    .container-player video {
        width: 100%;
        height: 100%;
    }

.progress-control {
    height: 10px;
    background: lightslategray;
    width: 100%;
    opacity: .6;
    cursor: pointer;
    position: relative;
    /*box-shadow: 0px -2px 10px black;*/
}

.player-left {
    border: 0px;
    background: none;
    font-family: "fontello";
    float: left;
    padding: 5px 20px 5px 19px;
    color: white;
    font-size: 15px;
    font-weight: bold;
    outline: 0;
    flex: none;
}

.player-right {
    border: 0px;
    background: none;
    font-family: "fontello";
    float: right;
    padding: 5px 20px 5px 19px;
    color: white;
    font-size: 15px;
    font-weight: bold;
    outline: 0;
    flex: none;
}



    .player-left:hover, .player-right:hover {
        text-shadow: 0 0 5px #FFF, 0 0 10px #FFF, 0 0 15px #FFF, 0 0 20px #49ff18, 0 0 30px #49FF18, 0 0 40px #49FF18, 0 0 55px #49FF18, 0 0 75px #49ff18;
    }

.control-bar {
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 100%;
}

    .control-bar button {
        border: 0px;
        background: none;
        width: 20px;
    }

.set-opacity05 {
    opacity: .5;
}

.player-progress-loaded {
    background: #a3171e;
    height: 100%;
    width: 0px;
    margin-top: -10px;
}

.player-buffered {
    height: 100%;
    width: 0px;
    background: #9b6567;
}

.player-current-time, .player-current-divider, .player-duration {
    float: left;
    color: white;
    padding: 5px 2px;
    font-family: Arial,Helvetica,sans-serif;
}

.player-adjust {
    float: right;
    width: 0px;
    margin-top: 4px;
    position: relative;
}

.player-adjust-line {
    height: 5px;
    /*width: 20px;*/
    background: red;
    float: right;
    margin-top: -5px;
}

.player-adjust-bg {
    height: 5px;
    width: 20px;
    width: 100%;
    background: gray;
    float: right;
}

.player-click-adjust {
    cursor: pointer;
    padding: 2px 5px;
    height: 15px;
}

.player-adjust .ui-slider-handle {
    display: none;
}

.player-adjust .ui-widget.ui-widget-content {
    background: #a3171e;
    border-radius: 0px;
    border: 0px;
    /*opacity:0.7;*/
}

.player-adjust .ui-slider-range {
    border-radius: 0px;
    border: 0px;
}

.player-button-area {
}

.player-button {
    border-radius: 50%;
    color: #fff;
    -webkit-transition: border-color .4s,outline .4s,background-color .4s;
    -moz-transition: border-color .4s,outline .4s,background-color .4s;
    -ms-transition: border-color .4s,outline .4s,background-color .4s;
    -o-transition: border-color .4s,outline .4s,background-color .4s;
    transition: border-color .4s,outline .4s,background-color .4s;
    width: 100px;
    height: 100px !important;
    top: 50%;
    left: 50%;
    margin-top: -50px !important;
    margin-left: -50px;
    background-color: #000 !important;
    opacity: .6 !important;
    border: .07em solid #fff !important;
    font-size: 450% !important;
    position: absolute;
}


    .player-button:before {
        content: "\e806";
    }

.player-logo {
    background: url(/Content/Images/logo_new2018.png) no-repeat;
    width: 175px;
    height: 40px;
    display: block;
}

.volume-menu-button {
    display: block;
    float: right;
}

.player-area-border {
    bottom: 0px;
    position: absolute;
    width: 100%;
}

.player-overlay {
    height: 100%;
    width: 100%;
    float: left;
    position: absolute;
    top: 0;
}

.video-js.vjs-fluid, .video-js.vjs-16-9, .video-js.vjs-4-3 {
    height: 100% !important;
}

.video-js .vjs-tech {
    position: absolute;
    top: 50% !important;
    left: 50% !important;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
}

.setting-menu-button {
    width: 200px;
    position: absolute;
    right: 0;
    top: -50px;
    background: black;
    display: none;
}



.player-resolution a {
    float: left;
    width: 100%;
    padding: 5px 20px;
    color: white;
}

    .player-resolution a:hover {
        background: gray;
    }

.player-resolution p {
    float: left;
    width: 100%;
    padding: 5px 20px;
    color: white;
    border-bottom: 1px solid #808080;
    margin-bottom: 0px;
}

.hotnewsmodal {
    position: absolute;
    width: 300px;
    height: 150px;
    background: #ecf0f5;
    left: -300px;
    top: -20px;
    display: none;
    border-radius: 25px;
    border: 1px solid;
    box-shadow: 0px 0px 10px #CCC;
}

.hotnews {
    position: relative;
}

.show-date-hot-news {
    position: absolute;
    width: 300px;
    height: 100px;
    background: #ecf0f5;
    /*left: -400px;
    top: -20px;*/
    display: none;
    border-radius: 25px;
    border: 1px solid;
    box-shadow: 0px 0px 10px #CCC;
    z-index: 9999;
}

.is-News-hot {
    background: #fbfbfb;
}

.treeview-location {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
    padding-left: 5px;
}

.login-logo a, .register-logo a {
    color: white;
}

.fast-go {
    float: right;
    margin-top: 7px;
}

.cr-pointer {
    cursor: pointer;
}

.select2-selection {
    height: 34px !important;
}

.link-vmid {
    background: aliceblue;
}

a {
    cursor: pointer;
}

/*.clearfix {
    overflow: auto;
}*/

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.fl-lt {
    float: left;
}

.highlightremove {
    background: #D3D3D3;
}

#exampleModal {
    z-index: 999999;
}

.modal-body {
    padding: 0 !important;
}
