﻿body {
    -webkit-user-select: none;
    -ms-user-select: none;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fcfcfc), color-stop(1, #d2dfe8));
    background: -moz-linear-gradient(top, #fcfcfc, #d2dfe8);
    background: -ms-linear-gradient(top, #fcfcfc, #d2dfe8);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fcfcfc,endColorstr=#d2dfe8,grandientType=0);
    font-size: 12px;
}
.close {
    display: none;
}
.wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fcfcfc), color-stop(1, #d2dfe8));
    background: -moz-linear-gradient(top, #fcfcfc, #d2dfe8);
    background: -ms-linear-gradient(top, #fcfcfc, #d2dfe8);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fcfcfc,endColorstr=#d2dfe8,grandientType=0);
}
.header {
    background-color: #272727;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.action {
    position: absolute;
    top: 0px;
    line-height: 72px;
    right: 141px;
}
.action a {
    color: #fff;
}
.summary {
    width: 100%;
    position: absolute;
    bottom: 50px;
}
.summary-box {
    /*height: 180px;*/
    margin-right: 30px;
}
.summary-table {
    margin: 10px 0 0;
    /*height: 122px;*/
    overflow-y: auto;
}
.summary .showIndexData {
    margin-right: 6px;
    line-height: 26px;
}
footer {
    height: 42px;
    background-color: #272727;
    color: #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-top: 8px;
}

footer .container {
    text-align: center;
}

.logo {
    width: 300px;
    height: 64px;
    padding: 8px 0 0 40px;
    background-position: 10px;
    background-size: 75% 75%;
}
.logo img {
    width: 210px;
}
.b-close {
    background: url("img/BTN_close_33x33.png");
    cursor: pointer;
    display: inline-block;
    box-shadow: none;
    font: bold 131% sans-serif;
    padding: 0 6px 2px;
    position: absolute;
    right: -15px;
    top: -17px;
    width: 33px;
    height: 33px;
    border-radius: 8px;
    border: none;
}

.b-close:hover {
    /*background-color: #1e1e1e;*/
}

.dropdown-select {
    display: inline-block;
    position: relative;
    /* border-radius: 4px; */
    background-color: #56b7e7 !important;
}

.dropdown-select:after {
    display: inline-block;
    width: 21px;
    width: 0px \9 \0;
    height: 22px;
    position: absolute;
    background-image: url('img/BTN_downward_12x6.png');
    right: 0px;
    top: 0px;
    pointer-events: none;
    background-color: #4ca1cb;
    text-align: center;
    vertical-align: middle;
    background-repeat: no-repeat;
    content: "";
    background-position: 50% 50%;
}

.dropdown-select select {
    height: 22px;
    line-height: 22px;
    outline: none;
    background-color: #56b7e7;
    border: none;
}

.edit-number {
    display: inline-block;
    position: relative;
    background-color: #56b7e7 !important;
}

.edit-number:before {
    display: inline-block;
    width: 18px;
    width: 0px \0 \9;
    height: 11px;
    content: '';
    position: absolute;
    right: 0px;
    top: 0px;
    pointer-events: none;
    background-image: url('img/BTN_upward_12x6.png');
    background-repeat: no-repeat;
    background-color: #4ca1cb;
    text-align: center;
    z-index: 1000;
    background-position: 3px 3px;
}

.edit-number:after {
    display: inline-block;
    width: 18px;
    width: 0px \0 \9;
    height: 11px;
    content: '';
    position: absolute;
    right: 0px;
    top: 11px;
    pointer-events: none;
    background-image: url('img/BTN_downward_12x6.png');
    background-repeat: no-repeat;
    background-color: #4ca1cb;
    text-align: center;
    z-index: 1000;
    background-position: 3px 3px;
}

.edit-number input {
    height: 22px;
    line-height: 22px;
    outline: none;
    background-color: #56b7e7;
    border: none;
    border-radius: 0;
}

.edit-select {

}

.edit-select input {
    box-shadow: none;
    border: none;
    border-radius: 0;
    background-color: #56b7e7;
}

.edit-select input:focus {
    box-shadow: none;
}
.table-head {
    background-color: #C0E2E6 !important;
}
.table-head0 {
    background-color: #B7D4E5 !important;
}
.table-head1 {
    background-color: #c0e2e6 !important;
}

.table-head2 {
    background-color: #82d3e6 !important;
}

.table-head3 {
    background-color: #9eceeb !important;
}

.table-head2-1 {
    background-color: #acdee7 !important;
}

.table-head3-1 {
    background-color: #c0ddea !important;
}
.table-head3-2 {
    background-color: #acdee7 !important;
}
.tableList tbody tr:nth-child(odd) {
    background-color: #e9f3f7;
}
.button {
    background-color: #000;
    color: #fff;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 14px;
    border: none;
    cursor: pointer !important;
}
.button-normal {
    width: 85px;
}
.button-medium {
    width: 120px;
    text-align: center;
}

.disable {
    background-color: #838383 !important;
    color: #a0a0a0;
    cursor: not-allowed;
}

.inline {
    display: inline-block;
    margin: 0;
}
.container .input {
    margin: 0;
}
table {
    min-width: 100%;
}

td {
    text-align: center !important;
    vertical-align: middle !important;
}

td select, td input[type="text"], td input[type="number"] {
    margin: 0;
    width: 60px;
    padding: 0;
}

.table-check {
    padding: 0 15px !important;
}

.table-bandwidth {
    color: blue;
    font-weight: bold;
}
.table-column {
    /*min-width: 140px;
    max-width: 140px;*/
    padding: 0 !important;
}

.body .table th, .body .table td {
    text-align: center;
    padding: 3px;
    vertical-align: middle;
}
.nav .project {
    margin-right: 10px;
    margin-bottom: 12px;
    height: 30px;
}
.project .name-label {
    margin-right: 60px;
    font-weight: bold;
    font-size: 14px;
    color: #666;
    float: left;
    line-height: 30px;
    vertical-align: top;
}
.project .name-project {
    font-weight: bold;
    font-size: 14px;
    color: #000;
    text-align: center;
}
.profiles-btn {
    margin-left: 40px;
    float: right;
}
.tableList {
    overflow: auto;
    height: 220px;
    min-height: 180px;
}
.tableList table {
    margin-bottom: 0px;
}

.upload {
    width: 85px !important;
    height: 30px !important;
    display: inline-block;
    *display: inline;
    zoom: 1;
    overflow: hidden;
    margin-left: 6px;
    cursor: pointer;
}
.upload input[type="file"] {
    height: 30px;
    width: 85px;
    opacity: 0;
}
.dumpLoad {
    margin-top: -57px;
    pointer-events: none;
    cursor: pointer;
}

.active td:nth-child(n+2){
    background-color: #94dcee;
}
.profiles-pop {
    -webkit-user-select: none;
    max-width: 90%;
    background-color: #fff;
    padding-bottom: 28px;
}
.profiles-pop .button {
    border: none;
    margin-right: 6px;
}
.profiles-pop .button .dupbtn {
    margin-right: 0;
}
.profiles-pop .info {
    margin: 0;
    width: 100%;
}
.profiles-pop .actions {
    padding: 18px 30px 0 30px;
}
.profiles-pop .import-btn {
    margin-left: 70px;
}
.profiles-pop .profile-table {
    margin: 20px 30px 0 30px;
    overflow-x: auto;
    max-height: 280px;
    height: 280px \0\9;
    overflow-y: auto;
}
.profiles-pop .profile-table tbody {
    max-height: 400px;
    overflow-y: auto;
}
.profiles-pop .upload-box {
    position: relative;
}
.profiles-pop .upload-file {
    position: absolute;
    top: 0;
    left: 30px;
    width: 107px;
    height: 28px;
    opacity: 0;
    cursor: pointer;
}
.profiles-pop .table tr input[type="text"] {
    background-color: #56b7e7;
}
.contact, .help {
    margin-left: 20px;
}
.help {
    display: none;
}
.alert {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10000;
}
.errorinput {
    border-color: #ff0000 !important;
    -webkit-box-shadow: 0 0 6px #ff0000 !important;
    color: #b94a48 !important;
}
input.normalinput {
    border-color: 0;
}
.button:disabled {
    background: #838383;
    color: #a0a0a0;
}
.table th {
    background-color: #c0e2e6;
}
.table .viewing {
    background-color: #82d3e6;
}
.table .viewing-item {
    background-color: #acdee7;
}
.table .recording {
    background-color: #9eceeb;
}
.table .recording-item {
    background-color: #c0ddea;
}
.table .recording-item-e {
    background-color: #acdee7;
}
.profiles-pop .table tbody tr:nth-child(odd) {
    background-color: #e9f3f7;
}
.profiles-pop header {
    background-color: #eeeeee;
    padding-left: 30px;
}
.profiles-pop h1 {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: bold;
    color: #005dab;
}
.checkboxwrap {
    position: relative;
    width: 12px;
    height: 12px;
    margin: 0 auto;
}
input[type="checkbox"] {
    opacity: 0;
    pointer-events: none;
}
.checkboxwrap label {
    position: absolute;
    width: 12px;
    height: 13px;
    top: 0;
    left: 0;
    background: url(img/ICN_checkbox_12x12.png);
}
.checkboxwrap label.checked {
    background: url(img/ICN_checkbox_select_12x12.png);
}
.isDays .storage {
    margin-left: 6px;
}
.isDays button.active {
    background-color: #4ca1cb;
}
.isDays button .icon {
    margin-right: 10px;
    width: 12px;
    height: 12px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    background: url(img/ICN_select_normal12x12.png);
}
.isDays button.active .icon {
    background: url(img/ICN_selected_12x12.png);
}
.layout {
    position: absolute;
    height: 100%;
    top: 0px;
    width: 100%;
    min-width: 800px;
}

footer .container {
    background-color: #272727;
}
footer .container p {
    margin: 0;
    line-height: 16px;
}
#dayStorage {
    height: 16px;
    width: 100px;
}
input[type="number"]:disabled {
    background-color: #838383;
}
.layout-box {
    margin-top: 88px;
    min-height: 275px;
}
.layout-box-wrap {
    position: absolute;
    height: 100%;
    top: 0px;
    margin: 0 50px;
    background-color: #fff;
    padding: 0 15px;
}
.innerline {
    height: 2px;
    background-color: #fff;
    border-bottom: 2px solid #ccc;
    padding-top: 20px;
}

/*main table fixed css*/
#mainTable {
    table-layout: fixed;
    margin-bottom: 0px;
}

.fixed-check {
    width: 10px;
}
.fixed-brand {
    //width: 60px;
}
.fixed-quantity {
    //width: 60px;
}
.fixed-profile {
    //width: 70px;
}
.fixed-codec {
    //width: 60px;
}
.fixed-resolutions {
    //width: 85px;
}
.fixed-compression {
    //width: 95px;
}
.fixed-viewing {
    /*width: 235px;*/
}
.fixed-recording {
    /*width: 550px;*/
}
.fixed-basic {

}
.fixed-vf {
    //width: 60px;
}
.fixed-audio {
    //width: 60px;
}
.fixed-bandwidth {
    //width: 60px;
}
.fixed-cf {
    //width: 60px;
}
.fixed-tlf {
    //width: 60px;
}
.fixed-duration {
    //width: 60px;
}
.fixed-ef {
    //width: 60px;
}
.fixed-er {
    //width: 60px;
}

.fixed-ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.profiles-pop .table tr .name {
    width: 80px;
}
.profiles-pop .name {
    width: 90px;
}
.profiles-pop .d0 {
    width: 90px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.profiles-pop .brand {
    width: 100px;
}
.profiles-pop .d1, .profiles-pop .e1 select {
    width: 100px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.profiles-pop .codec {
    width: 70px;
}
.profiles-pop .d2, .profiles-pop .e2 select {
    width: 70px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.profiles-pop .resolution {
    width: 100px;
}
.profiles-pop .d3, .profiles-pop .e3 select {
    width: 100px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.profiles-pop .compression {
    width: 100px;
}
.profiles-pop .d4, .profiles-pop .e4 select {
    width: 100px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.profiles-pop .vf {
    width: 70px;
}
.profiles-pop .d5, .profiles-pop .e5 select {
    width: 70px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.profiles-pop .va {
    width: 75px;
}
.profiles-pop .d6, .profiles-pop .e6 select {
    width: 75px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.profiles-pop .cf {
    width: 73px;
}
.profiles-pop .d7, .profiles-pop .e7 select {
    width: 73px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.profiles-pop .tlf {
    width: 70px;
}
.profiles-pop .d8, .profiles-pop .e8 select {
    width: 70px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.profiles-pop .rd {
    width: 100px;
}
.profiles-pop .d9, .profiles-pop .e9 select {
    width: 100px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.profiles-pop .ef {
    width: 70px;
}
.profiles-pop .d10, .profiles-pop .e10 select {
    width: 70px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.profiles-pop .er {
    width: 70px;
}
.profiles-pop .d11, .profiles-pop .e11 select {
    width: 70px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.profiles-pop .ra {
    width: 75px;
}
.profiles-pop .d12, .profiles-pop .e12 select {
    width: 75px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.profiles-pop .d0, .profiles-pop .d1, .profiles-pop .d2, .profiles-pop .d3, .profiles-pop .d4, .profiles-pop .d5, .profiles-pop .d6, .profiles-pop .d7, .profiles-pop .d8, .profiles-pop .d9, .profiles-pop .d10, .profiles-pop .d11, .profiles-pop .d12 {
    text-align: center;
}

.disabledselect, .disabledselect select, .disablednum, .disablednum input, .disabledinputbox {
    background-color: #838383 !important;
}
.disabledselect:after, .disablednum:after, .disablednum:before {
    background-color: #555555 !important;
}
.mutexselect, .mutexselect select, .mutexinputbox {
    background-color: #e1d427 !important;
}
.mutexselect:after {
    background-color: #cabc16 !important;
}

.highlight {
    background-color: #B1B3B5;
    font-weight: bold;
}
.summarytip {
    margin-left: 15px;
}

#overLay {
    height: 100%;
    width: 100%;
    position: fixed;
    text-align: center;
    font-size: 14px;
    left: 0px;
    top: 0px;
    z-index: 89999990;
}
#overLay div {
    text-align: center;
    margin: auto;
    margin-top: 20%;
    width: 376px;
    height: 64px;
    background-color: black;
}

#overLay .loadingImg {
    background-image: url('img/timer.gif');
    width: 40px;
    height: 40px;
    margin-top: 10px;
    display: inline-block;
}

#overLay .loadMessage {
    position: relative;
    display: inline-block;
    color: #FFF;
    top: -15px;
    font-size: 16px;
    margin-left: 3px;
}
