﻿body
{
    margin: 0;
    padding: 0;
}

html, body
{
    height: 100%;
}

#c3-main-body
{
    width: 100%;
    min-width: 1024px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}

#c3-head
{
    width: 100%;
    min-width: 955px;
    background-color: #e5e5e5;
    height: 80px;
    float: left;
}

.c3-title-box
{
    border-bottom: 1px solid #e0e0e0;
    line-height: 60px;
    overflow: hidden;
    margin: 0 0 10px;
}

.c3-Detail-box
{
    width: 99%;
    padding: 20px 0 10px 0;
    background-color: #f5f5f5;
}
.c3-title-box > .title
{
    font-family: helvetica;
    font-size: 26px;
    width: 60%;
    float: left;
}

.c3-title-box > .addButton
{
    width: 150px;
    float: right;
    margin-top: 15px;
}

.c3-title-box > .addButton > a
{
    float: right;
}

#c3-head div#logo
{
    width: 139px;
    height: 80px;
    float: left;
    background-image: url(/assets/images/admin/c3-dss-logo.png);
}

#c3-head div#title
{
    height: 40px;
    float: right;
    font-family: Arial;
    font-size: 24px;
    color: #787878;
    font-weight: 700;
    line-height: 40px;
    display: table-cell;
    vertical-align: middle;
    padding: 20px;
}

#c3-navigation
{
    width: 100%;
    min-width: 955px;
    background-color: #F0F;
    height: auto;
    float: left;
}

#c3-content
{
    width: 98%;
    min-width: 955px;
    height: auto;
    float: left;
    margin-left: 1%;
    min-height: 630px;
    background-color: #FFF;
    zoom: 1;
}

#c3-content:before, .main:after, .column:before, .column:after
{
    content: "";
    display: table;
}

#c3-footer
{
    width: 100%;
    min-width: 955px;
    height: 30px;
    background-color: #1B1B1B;
    background-image: 0;
    background-repeat: repeat no-repeat;
    float: left;
    border-color: #252525;
    z-index: 100;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
}

#c3-footer div#copyright
{
    float: right;
    margin-right: 10px;
    line-height: 30px;
    vertical-align: middle;
    display: table-cell;
    font-family: Arial;
    font-size: 10px;
    font-weight: 700;
    color: #777;
}

.c3-info-label
{
    width: 140px;
    float: left;
    text-align: right;
}

.c3-info-control
{
    margin-left: 160px;
}

.dataTable tr:hover
{
    background-color: #E0E0E0;
}

.active
{
    background-color: #eeeeee;
}
#gvBranch
{
    width: 100% !important;
    min-width: 955px;
}

#gvBranchGroup
{
    width: 100% !important;
    min-width: 955px;
}

#gvMedia
{
    width: 100% !important;
    min-width: 955px;
}

#gvPlaylist
{
    width: 100% !important;
    min-width: 955px;
}

#gvNode
{
    width: 100% !important;
    min-width: 955px;
}

#gvCurrency
{
    width: 100% !important;
    min-width: 955px;
}


/*from boostrap */

.box-head
{
    bottom: 40px;
    left: 0;
    position: absolute;
    right: 0;
    top: 45px;
    width: 98%;
    min-width: 1024px;
    margin-left: 1%;
}

.box-content-grid
{
    bottom: 40px;
    left: 0;
    position: absolute;
    right: 0;
    top: 120px;
    width: 98%;
    min-width: 1024px;
    margin-left: 1%;
}

.box-content-grid-dash
{
    bottom: 40px;
    left: 0;
    position: absolute;
    right: 0;
    top: 60px;
    width: 98%;
    min-width: 1024px;
    margin-left: 1%;
}

.box-content
{
    bottom: 40px;
    left: 0;
    position: absolute;
    right: 0;
    top: 130px;
    width: 98%;
    min-width: 1024px;
    margin-left: 1%;
}


.span9.full
{
    width: 100%;
}

html, body, .main, .row-fluid
{
    height: 100%;
    overflow-y: hidden;
}

.main:before, .main:after, .column:before, .column:after
{
    content: "";
    display: table;
}

.main:after, .column:after
{
    clear: both;
}

.column-a
{
    height: 100%;
    overflow-y: hidden;
    zoom: 1;
}

.column-b
{
    height: 100%;
    overflow-y: auto;
    zoom: 1;
}

.form-actions
{
    width: 96%;
}

#mb
{
    width: 99%;
}
