

body {
/*    overflow-y: hidden;*/
    font-family: "myriad-pro";
    margin-bottom: 50px;
}

.navbar-fixed-top {
    min-width: 100%;
    position: absolute;
}

.navbar-fixed-top .brand {
    width: 245px;
    height: 56px;
    margin: 0;
    padding: 0;
    background: url(../img/brand.png) no-repeat center center;
}

.navbar-inner {
    min-width: 100%;
    background: url(../img/topNavBg.png) repeat-x;
    border: 0;
}

.navbar-fixed-top .navbar-inner .container-fluid {
    padding: 0;
}

.navbar-fixed-top .nav .divider-vertical {
    width: 2px;
    height: 59px;
    background: url(../img/divider.png) no-repeat center center;
    margin: 0;
    border: 0;
}

#quickSearchContainer {
    width: 278px;
    position: relative;
}

#quickSearchContainer .quickSearch {
    margin: 16px auto 0 auto;
}

#quickSearchContainer .quickSearch:focus {
    background-color: #FFFFFF;
}

body .quickSearch,
body .quickSearch:focus {
    width: 200px;
    height: 26px;
    padding: 2px 0 0 30px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: 0;
    color: #484848;
    -webkit-box-shadow: inset 1px 1px 5px #000;
    -moz-box-shadow: inset 1px 1px 5px #000;
    box-shadow: inset 1px 1px 5px #000;
    background: #CACACA url(../img/icon-search.png) no-repeat 10px 6px;
    display: block;
}

#quickSearchResults {
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 55px;
    left: 42px;
    z-index: 10;
}

#quickSearchResults .searchResultGroup {
    width: 300px;
    -webkit-box-shadow: 7px 5px 10px -7px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 7px 5px 10px -7px rgba(0, 0, 0, 0.4);
    box-shadow: 7px 5px 10px -7px rgba(0, 0, 0, 0.4);
    position: relative;
    float: left;
}

#quickSearchResults .searchResultGroup:last-child {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#quickSearchResults .searchResultGroupHeader {
    height: 18px;
    padding: 8px 12px 8px 32px;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
    color: #B3B3B3;
    position: relative;
}

#quickSearchResults .searchResultGroup[group-name='Assets'] .searchResultGroupHeader {
    background: #3F3F3F url(../img/quickSearchAssets.png) no-repeat 8px center;
}

#quickSearchResults .searchResultGroup[group-name='Collections'] .searchResultGroupHeader {
    background: #3F3F3F url(../img/quickSearchCollections.png) no-repeat 8px center;
}

#quickSearchResults .searchResultGroup[group-name='Lists'] .searchResultGroupHeader {
    background: #3F3F3F url(../img/quickSearchFeeds.png) no-repeat 8px center;
}

#quickSearchResults .searchResultGroup[group-name='DS Linear -- (BETA)'] .searchResultGroupHeader {
    background: #3F3F3F url(../img/quickSearchAssets.png) no-repeat 8px center;
}

#quickSearchResults .searchResultGroupHeader .groupName {
    text-transform: uppercase;
}

#quickSearchResults .searchResultGroupHeader a {
    color: #B3B3B3;
    text-decoration: none;
}

#quickSearchResults .searchResultGroupHeader a:hover {
    color: #D6D6D6;
}

#quickSearchResults .searchResultGroupHeader i {
    margin-left: 3px;
}

#quickSearchContainer .searchResultGroupContent {
    padding: 14px 0;
    background-color: #FFFFFF;
}

#quickSearchContainer .searchResultGroupContent a {
    margin: 0 10px;
    border-top: 1px solid #E2E2E2;
    color: #777777;
    text-decoration: none;
    display: block;
}

#quickSearchContainer .searchResultGroupContent a:first-child {
    border-color: #FFFFFF;
}

#quickSearchContainer .searchResultGroupContent a:hover {
    color: #FFFFFF;
    background-color: #2990D0;
}

#quickSearchContainer .searchResultGroupContent a:hover,
#quickSearchContainer .searchResultGroupContent a:hover + a {
    margin: 0;
    padding: 0 10px;
    border-color: #2990D0;
}

#quickSearchContainer .searchResultGroupContent a div {
    width: 22px;
    margin: 9px 0 10px 0;
    text-align: center;
    float: left;
}

#quickSearchContainer .searchResultGroupContent a div:first-child {
    width: 32px;
}

#quickSearchContainer .searchResultGroupContent a div.titleText {
    width: 226px;
    text-align: left;
}

#quickSearchContainer .searchResultGroupContent a i {
    color: #C5C5C5;
}

#quickSearchContainer .searchResultGroupContent a i.icon-warning-sign {
    color: #FFC000;
}

#quickSearchContainer .searchResultGroupContent a img {
    width: 13px;
}

#quickSearchContainer .searchResultGroupContent a:hover i {
    color: #FFFFFF;
}

.TvmStatus0 {
    color: #C5C5C5 !important;
}

.TvmStatus1,
.TvmStatus2 {
    color: #F6AA61 !important;
}

.TvmStatus3,
.TvmStatus5 {
    color: #C92E2E !important;
}

.TvmStatus4 {
    color: #2FCA2D !important;
}

#quickSearchContainer .searchResultGroupContent a .noTmsId + .titleText {
    color: #999999;
}

#quickSearchContainer .searchResultGroupContent a:hover .noTmsId + .titleText {
    color: #FFFFFF;
}

.navbar-fixed-top .navbar-inner .nav .navBtn {
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-size: 16px;
    color: #909090;
    text-shadow: none;
    /*width: 148px;*/
    word-wrap: break-word;
    padding: 10px 15px 10px 15px;
    text-align: center;
    /* line-height: 19px; */
    /* display: inline-block; */
    /* vertical-align: middle; */
    /* height: 39px; */
}

.navbar .nav > li {
    line-height: 38px;
    height: 59px;
}

.navbar-fixed-top .navbar-inner .nav .active .navBtn {
    color: #008996;
    background-color: rgba(171, 165, 157, 0.5);
    background-image: -moz-radial-gradient(51% 77%, ellipse cover, rgba(171, 165, 157, 0.5), #050505 80%);
    background-image: -webkit-radial-gradient(52% 77%, ellipse cover, rgba(171, 165, 157, 0.5), #050505 80%);
    background-image: -o-radial-gradient(51% 77%, ellipse cover, rgba(171, 165, 157, 0.5), #050505 80%);
    background-image: -ms-radial-gradient(51% 77%, ellipse cover, rgba(171, 165, 157, 0.5), #050505 80%);
    background-image: radial-gradient(51% 77%, ellipse cover, rgba(171, 165, 157, 0.5), #050505 80%);
    text-shadow: -1px 1px 5px #000;
}

.navbar-fixed-top .navbar-inner .nav .active .navBtn:hover {
    color: #5794A9;
}

.navBtn i {
    padding-right: 10px;
}

.navbar-fixed-top .navbar-inner .nav .navBtn:hover {
    color: #ffffff;
}


/*dropdown menus*/
.navbar-fixed-top .navbar-inner .dropdown:hover > .dropdown-menu {
    display: block !important;
}

.dropdown-menu.discDropdown {
    padding: 0;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.dropdown-menu.discDropdown.withArrow:before {
    position: absolute;
    top: -7px;
    left: 9px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #FFFFFF;
    border-left: 7px solid transparent;
    content: '';
}

.dropdown-menu.discDropdown.dark {
    background-color: #303030;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.dropdown-menu.discDropdown.dark:after {
    border-bottom: 6px solid #404040 !important;
}

.dropdown-menu.discDropdown.dark li {
    border-bottom: 1px solid #555555;
}

.dropdown-menu.discDropdown.dark li:last-child {
    border-bottom: none;
}

.dropdown-menu.discDropdown a:hover,
.dropdown-menu.discDropdown a:focus {
    background-color: #E3E3E3;
    background-image: none;
    color: #333333;
}

.dropdown-menu.discDropdown.dark a:hover,
.dropdown-menu.discDropdown.dark a:focus {
    background-color: #404040;
    background-image: none;
}

.navbar-fixed-top .navbar-inner .dropdown-menu {
    margin: -1px 0 0 0;
    opacity: 0.9;
}

.navbar-fixed-top .navbar-inner .dropdown-menu:after {
    opacity: 0.9 !important;
}

.navbar-fixed-top .navbar-inner .dropdown-menu a {
    height: 32px;
    padding-top: 13px;
    outline: none;
    color: #E8E8E8;
    text-decoration: none;
}

.discDropdown > li > a:focus > i[class^="icon-"] {
    background-image: none;
}

.dropdown-menu.discDropdown .active a {
    background-color: #C3C3C3;
    background-image: none;
}

.dropdown-menu.discDropdown.dark .active a {
    background-color: #505050;
    background-image: none;
}

.navbar-fixed-top .navbar-inner .dropdown-menu a i {
    margin-right: 10px;
}

.navbar-fixed-top .navbar-inner .dropdown-menu a i.icon-icon_user {
    width: auto;
    margin-left: -2px;
}

.navbar-fixed-top .navbar-inner .dropdown-menu a .linkData {
    color: #2687C4;
}

.navbar-fixed-top .navbar-inner .dropdown-menu a:hover .linkData {
    color: #E8E8E8;
}

#avatarContainer > i {
    margin: 9px 28px 10px 0;
    font-size: 40px !important;
    color: #808080;
    display: block;
}

#avatarContainer:hover > i {
    color: #CCCCCC;
    cursor: pointer;
}

#avatarContainer.active > i {
    color: #5794A9;
}

#avatarContainer.active:hover > i {
    color: #6BA2B4;
}

#avatarContainer .discDropdown.withArrow:before {
    border-bottom: 6px solid #404040;
    top: -5px;
    right: 9px;
    left: auto;
}

#avatarContainer img {
    border: 1px solid #629EB3;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}

#avatarContainer:hover img {
    border-color: #457D8F;
}

#avatarContainer .dropdown-menu {
    width: 245px;
    margin-right: 24px;
}

#topContainer {
    padding-left: 245px;
    position: relative;
}

#titleContainer {
    width: 218px;
    height: 18px;
    padding: 14px;
    border-right: 1px solid #909090;
    background: url(../img/leftNavTitleBg.png);
    -webkit-box-shadow: -7px -3px 12px 6px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: -7px -3px 12px 6px rgba(0, 0, 0, 0.5);
    box-shadow: -7px -3px 12px 6px rgba(0, 0, 0, 0.5);
    color: #4D4D4D;
    position: absolute;
    left: 0;
    z-index: 12;
}

#titleContainer h2 {
    font-size: 18px;
    margin: 0;
    line-height: 20px;
}

#titleContainer .addButton {
    font-size: 20px;
    text-decoration: none;
    color: #929292;
}

#titleContainer .addButton:hover {
    color: #4D4D4D;
}

#titleContainer .close {
    font-size: 30px;
    text-shadow: none;
    color: #929292;
    opacity: 1;
}

#titleContainer .close:before {
    content: "\00d7";
}

.leftNavPanel {
    width: 303px;
    padding: 25px 15px;
    border: 1px solid #777777;
    border-top: 0;
    border-left: 0;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 1;
}

#addPanel {
    width: 215px;
    padding: 25px 15px;
    border: 1px solid #777777;
    background-color: #FFFFFF;
    -webkit-box-shadow: -2px 0px 10px #000;
    -moz-box-shadow: -2px 0px 10px #000;
    box-shadow: -2px 0px 10px #000;
    position: fixed;
    top: -1000px;
    z-index: 9;
    visibility: hidden;
}

#addPanel.open {
    top: 131px !important;
}

#addPanel input,
#addPanel textarea {
    width: 200px;
    margin: 0;
    background-color: #F2F2F2;
    -webkit-box-shadow: inset 1px 1px 5px -1px #000;
    -moz-box-shadow: inset 1px 1px 5px -1px #000;
    box-shadow: inset 1px 1px 5px -1px #000;
}

#addPanel textarea,
#leftNav .item textarea {
    height: 50px;
    resize: none;
}

#addPanel a {
    min-width: 40px;
    margin: 0;
}

#topControls {
    min-width: 876px;
    height: 31px;
    padding: 7px 35px;
    border-bottom: 1px solid #AFAFAF;
    background: url(../img/mainBg.png);
    position: relative;
    z-index: 10;
}

/* Messages */
#MessagePanel p.edited {
    opacity: 1;
}

#MessagePanel p,
.pageTitleContainer p {
    margin-top: 4px;
    text-align: center;
    opacity: 0;
    -webkit-transition: opacity .8s linear !important;
    -moz-transition: opacity .8s linear !important;
    -o-transition: opacity .8s linear !important;
    -ms-transition: opacity .8s linear !important;
    transition: opacity .8s linear !important;
    color: #000000 !important;
}

#MessagePanel p span,
.pageTitleContainer p span {
    display: inline-block;
}

#MessagePanel p.show,
.pageTitleContainer p.show {
    opacity: 1;
}

#MessagePanel .text-success span,
.pageTitleContainer .text-success span {
    height: 24px;
    margin-top: -3px;
    padding: 3px 0 0 35px;
    background: url(../img/icon-success.png) no-repeat;
}

#MessagePanel p.text-info {
    margin-top: 7px;
}

.text-info span {
    height: 18px;
    margin-top: -3px;
    padding-left: 28px;
    background: url(../img/icon-info.png) no-repeat;
}

#MessagePanel .text-error span,
.pageTitleContainer .text-error span {
    height: 37px;
    margin-top: -3px;
    padding-left: 36px;
    background: url(../img/icon-delete.png) no-repeat;
    background-size: 26px;
}

#MessagePanel .text-saving i {
    margin-right: 10px;
    font-size: 25px;
    vertical-align: sub;
}

/* Top buttons */
#topControls a {
    position: relative;
    z-index: 1;
    text-decoration: none;
}

#topControls .viewButton {
    margin: 7px 11px 0 0;
    float: left;
    display: block;
    color: #808080;
}

#topControls .viewButton:hover,
#topControls .viewButton.active {
    color: #404040;
    text-decoration: none;
}

.btn {
    min-width: 61px;
    margin-left: 10px;
    border: 1px solid #808080;
    background-image: -moz-linear-gradient(top, #E3E3E3, #AAAAAA);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#E3E3E3), to(#AAAAAA));
    background-image: -webkit-linear-gradient(top, #E3E3E3, #AAAAAA);
    background-image: -o-linear-gradient(top, #E3E3E3, #AAAAAA);
    background-image: linear-gradient(to bottom, #E3E3E3, #AAAAAA);
    font-size: 12px;
    line-height: 22px;
    color: #434343;
    font-weight: bold;
    text-shadow: none;
}

.btn:hover {
    background-color: #AAAAAA;
}

.btn:focus {
    background-position: 0 0;
    background-color: #AAAAAA;
}

.btn.btn:focus,
.btn.btn:active {
    outline: none;
}

.btn.disabled {
    background: #E6E6E6;
}

.btn.btn-alt {
    border: 1px solid #125C8B;
    background-image: -moz-linear-gradient(top, #629EB3, #4B7989);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#629EB3), to(#4B7989));
    background-image: -webkit-linear-gradient(top, #629EB3, #4B7989);
    background-image: -o-linear-gradient(top, #629EB3, #4B7989);
    background-image: linear-gradient(to bottom, #629EB3, #4B7989);
    color: #FFFFFF;
}

.btn.btn-alt:hover {
    background-color: #4B7989;
    background-position: 0 -15px;
}

.btn.btn-alt:focus {
    background-position: 0 0;
}

.btn.btn-alt:focus,
.btn.btn-alt:active {
    outline: none;
}

.btn.btn-alt.disabled {
    background: #629EB3;
}

label.disabled {
    color: gray;
}

.btn.btn-danger {
    border: 1px solid #AA0F0F;
    background-image: -moz-linear-gradient(top, #C14F4F, #A32A2A);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#C14F4F), to(#A32A2A));
    background-image: -webkit-linear-gradient(top, #C14F4F, #A32A2A);
    background-image: -o-linear-gradient(top, #C14F4F, #A32A2A);
    background-image: linear-gradient(to bottom, #C14F4F, #A32A2A);
    -webkit-box-shadow: inset 0px 1px 0px #E68383;
    -moz-box-shadow: inset 0px 1px 0px #E68383;
    box-shadow: inset 0px 1px 0px #E68383;
    color: #FFFFFF;
}

.btn.btn-danger:hover {
    background-color: #A32A2A;
}

#mainContainer {
    min-width: 1024px;
    border-top: 1px solid #FAFAFA;
    background: #EAEAEA url(../img/homeBg2.jpg);
    position: absolute;
    top: 30px;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
}

/* Left Nav */
#leftNav {
    width: 245px;
    padding-bottom: 55px;
    border-right: 1px solid #A9A9A9;
    background: url(../img/leftNavBg.png);
    -webkit-box-shadow: -2px 0px 10px #000;
    -moz-box-shadow: -2px 0px 10px #000;
    box-shadow: -2px 0px 10px #000;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 8;
}

#leftNav footer {
    width: 245px;
    height: 54px;
    border-top: 1px solid #EEEEEE;
    background: #F0F0F0;
    -webkit-box-shadow: -2px 0px 12px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: -2px 0px 12px rgba(0, 0, 0, 0.3);
    box-shadow: -2px 0px 12px rgba(0, 0, 0, 0.3);
    position: absolute;
    bottom: 0;
}

/*
.scrollableNav #leftNav {
    padding-bottom: 0;
}

.scrollableNav #leftNav .nav {
    margin-bottom: 40px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.scrollableNav #navShadow {
    width: 315px;
    position: absolute;
}
*/

.shadow {
    -webkit-box-shadow: inset 0px 0px 7px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 0px 0px 7px 0px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0px 0px 7px 0px rgba(0, 0, 0, 0.5);
    pointer-events: none;
}

table.itemTabs {
    width: 100%;
    height: 45px;
    table-layout: fixed;
    position: relative;
    z-index: 1;
}

.itemTabs tr td {
    vertical-align: middle;
    text-align: center;
    color: #FFFFFF;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
    background-color: rgba(0, 0, 0, 0.3);
    background-image: -moz-linear-gradient(top, #1F6794, rgba(0, 0, 0, 0.3));
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(255, 255, 255, 0.3)), to(rgba(0, 0, 0, 0.2)));
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(0, 0, 0, 0.2));
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(0, 0, 0, 0.2));
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(0, 0, 0, 0.2));
    -webkit-box-shadow: inset -2px -4px 4px -4px #616161;
    -moz-box-shadow: inset -2px -4px 4px -4px #616161;
    box-shadow: inset -2px -4px 4px -4px #616161;
    cursor: pointer;
}

.itemTabs tr td.active {
    cursor: default;
    background-image: -moz-linear-gradient(top, #1F6794, #72B5DC);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1F6794), to(#72B5DC));
    background-image: -webkit-linear-gradient(top, #1F6794, #72B5DC);
    background-image: -o-linear-gradient(top, #1F6794, #72B5DC);
    background-image: linear-gradient(to bottom, #1F6794, #72B5DC);
    -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.7);
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.7);
}

.itemTabs tr td i {
    font-size: 18px;
    margin-right: 10px;
    position: relative;
    top: 2px;
    color: #848484;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.7), 0px 1px 0px rgba(255, 255, 255, 0.3);
}

.itemTabs tr td.active i {
    color: #276A96;
}

#leftNav .nav {
    position: relative;
}

#leftNav .item {
    height: 24px;
    padding: 9px 12px;
    border-top: 1px solid #F3F3F3;
    border-bottom: 1px solid rgba(0, 0, 0, .3);
    -webkit-box-shadow: inset 0px -1px 0px rgba(0, 0, 0, .1);
    -moz-box-shadow: inset 0px -1px 0px rgba(0, 0, 0, .1);
    box-shadow: inset 0px -1px 0px rgba(0, 0, 0, .1);
    color: #404040;
    clear: both;
    position: relative;
    cursor: pointer;
}

#leftNav .item,
#leftNav .item .itemContainer {
    -webkit-transition: height .15s linear !important;
    -moz-transition: height .15s linear !important;
    -o-transition: height .15s linear !important;
    -ms-transition: height .15s linear !important;
    transition: height .15s linear !important;
}

#leftNav .active .item {
    color: #629EB3;
}

#leftNav .item:hover,
#leftNav .active .item,
#leftNav .ui-sortable-helper {
    background: url(../img/mainBg.png);
}

#leftNav .item.inactive {
    color: #808080;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
}

#selectedArrowHolder {
    width: 350px;
    overflow: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
}

#leftNav .active .item:after,
#selectedArrow {
    width: 16px;
    height: 26px;
    position: absolute;
    background: url(../img/activeArrow.png);
    background-position: 0 -26px;
    right: -16px;
    content: '';
}

/*
.scrollableNav .active .item:after {
    display: none;
}
*/

#selectedArrow {
    right: auto;
    left: -9999px;
}

#leftNav .item span {
    float: left;
}

.dragHandle {
    width: 32px;
    height: 24px;
    background: url(../img/dragHandle.png);
    cursor: move;
    display: inline-block;
}

#leftNav .dragHandle {
    margin: -1px 11px 0 0;
}

#leftNav .icon-trash {
    margin: -5px 10px 0 -2px;
    color: #707070;
    font-size: 28px;
    text-decoration: none;
}

#leftNav .icon-trash:hover {
    color: #404040;
}

#leftNav .ledCheckbox + label {
    margin-right: 10px;
}

input.ledCheckbox {
    width: 32px;
    height: 32px;
    margin-top: -5px;
    opacity: 0;
    float: left;
}

input.ledCheckbox + label {
    height: 32px;
    margin-top: -5px;
    padding-left: 32px;
    background: url(../img/ledCheckbox.png) no-repeat;
    clear: none;
}

input.ledCheckbox:checked + label {
    background-position: 0 -32px;
}

input.discCheckbox {
    width: 20px;
    height: 18px;
    opacity: 0;
    float: left;
}

input.discCheckbox + label {
    height: 18px;
    padding-left: 20px;
    background: url(../img/discCheckbox.png) no-repeat;
    clear: none;
}

input.discCheckbox:checked + label {
    background-position: 0 -18px;
}

#leftNav .orderNumber {
    width: 16px;
    margin-right: 14px;
    text-align: right;
}

#leftNav input[type='text'] {
    margin: -5px 0 0 0;
}

#leftNav footer .brand {
    width: 93px;
    height: 18px;
    background: url(../img/footerBrand.png) no-repeat;
    position: absolute;
    bottom: 14px;
    left: 14px;
}

#leftNav footer .siteVersion,
.siteVersion.detached {
    position: absolute;
    bottom: 12px;
    right: 14px;
    color: #808080;
    text-shadow: 1px 1px 1px #FFFFFF;
    font-size: 12px;
    cursor: default;
}

.siteVersion.detached {
    right: auto;
    left: 14px;
    display: none;
}

.pencil,
.ok,
.laptop,
.infoBtnIcon,
.download {
    background: url(../img/buttons.png?v=3) no-repeat;
    display: inline-block;
}

.pencil {
    width: 14px;
    height: 18px;
    background-position: -42px 0;
}

.pencil:hover {
    background-position: -42px -18px;
}

.pencil.active {
    background-position: -42px -36px;
}

#leftNav .item .pencil {
    display: none;
}

#leftNav .item:hover .pencil {
    display: block;
}

.ok {
    width: 20px;
    height: 15px;
    background-position: -22px 0;
}

.ok:hover {
    background-position: -22px -15px;
}

.ok.active {
    background-position: -22px -30px;
}

#leftNav .item .ok {
    margin-top: 2px;
}

.laptop {
    width: 22px;
    height: 17px;
}

.laptop:hover {
    background-position: 0 -17px;
}

.laptop.active {
    background-position: 0 -34px;
}

.infoBtnIcon {
    width: 20px;
    height: 20px;
    background-position: -98px 0;
}

a:hover > .infoBtnIcon,
.infoBtnIcon:hover {
    background-position: -98px -20px;
}

.infoBtnIcon.active,
.active > .infoBtnIcon {
    background-position: -98px -40px !important;
}

.download {
    width: 19px;
    height: 17px;
    background-position: -118px 0;
}

a:hover > .download,
.download:hover {
    background-position: -118px -17px;
}

#mainContent {
    margin-left: 0;
    /*position: absolute;*/
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    opacity: 1;
}

#mainContent .cover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5;
}

#editorCover {
    background: url(../img/mainBg.png);
}

#droppableCover {
    background: url(../img/stripes.png);
    opacity: 0;
    visibility: hidden;
}

.forwardEditor.busy #droppableCover {
    opacity: 0.7;
    visibility: visible;
}

.toolbar {
    background-color: #DADADA;
    border-bottom: 1px solid #BDBDBD;
    -webkit-box-shadow: inset 0px -1px 0px #D4D4D4;
    -moz-box-shadow: inset 0px -1px 0px #D4D4D4;
    box-shadow: inset 0px -1px 0px #D4D4D4;
}

.gridItem {
    width: 124px;
    height: 164px;
    margin-right: 12px;
    background-color: #F7F7F7;
    color: #707070;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    vertical-align: top;
}

#drawer .gridItem.ItemFuture,
#drawer .gridItem.ItemExpiring,
#drawer .gridItem.ItemExpired {
    border-width: 2px !important;
}

.gridItem.ItemFuture {
    border-radius: 2px;
    border: 1px solid #FFEC4C !important;
    box-shadow: 0 0 0 1px #FFEC4C, 0 0 5px #FFEC4C;
}

.gridItem.ItemExpiring {
    border-radius: 2px;
    border: 1px solid #E69117 !important;
    box-shadow: 0 0 0 1px #E69117, 0 0 5px #E69117;
}

.gridItem.ItemExpired {
    border-radius: 2px;
    border: 1px solid #D40005 !important;
    box-shadow: 0 0 0 1px #D40005, 0 0 5px #D40005;
}

.gridItem .titleText {
    width: 90%;
    margin: 0 auto;
}

#drawerContentList .gridItem,
.gridItem.ui-draggable-dragging {
    -webkit-box-shadow: 0 0 7px #000;
    -moz-box-shadow: 0 0 7px #000;
    box-shadow: 0 0 7px #000;
}

.gridItem:hover,
.gridItem.ui-draggable-dragging {
    background-color: #FFFFFF;
}

.gridItem.ui-draggable-dragging {
    z-index: 20;
}

.gridView .gridItem {
    width: 190px;
    height: 270px;
    margin: 0 14px 45px 50px;
    border: 1px solid #C8C8C8;
    position: relative;
    cursor: default;
    display: block;
    float: left;
}

.gridView .gridItem > [class^="icon-"] {
    position: absolute;
    top: 8px;
    color: #999999;
    text-decoration: none;
}

.gridView .gridItem .icon-move {
    left: 8px;
    font-size: 18px;
    cursor: move;
}

.gridView .gridItem .icon-trash {
    right: 8px;
    font-size: 21px;
    display: none;
}

.gridView .gridItem:hover .icon-trash {
    display: inline-block;
}

.gridItem .buttons {
    width: inherit;
    white-space: nowrap;
    position: absolute;
    bottom: 0;
    z-index: 4;
    overflow: hidden;
    font-size: 0;
}

.gridItem .buttons a {
    width: 64px;
    height: 38px;
    border-top: 1px solid #C8C8C8;
    outline: none;
    background-color: #F7F7F7;
    color: #808080;
    text-decoration: none;
    font-size: 24px;
    line-height: 22px;
    display: inline-block;
    vertical-align: bottom;
}

.gridView .asset .buttons i {
    margin-top: 6px;
}

.forwardEditor.busy .gridItem:hover .buttons a {
    background-color: #E5E5E5 !important;
}

.gridItem:hover .buttons a {
    background-color: #FFFFFF;
}

.gridItem:hover .buttons a:hover {
    background-color: #E5E5E5;
    color: #404040;
}

.gridItem .buttons .active {
    background-color: #3C3C3C !important;
    border-color: #3C3C3C !important;
    color: #EAEAEA !important;
}

.gridItem .overlayContainer {
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.gridItem .overlay {
    height: 212px;
    padding: 10px 15px;
    background-color: #3C3C3C;
    position: absolute;
    top: 231px;
    right: 0;
    left: 0;
    z-index: 3;
    text-align: left;
    color: #EAEAEA;
}

.modalItem .overlay {
    background-color: #2687C4;
    z-index: 7;
}

.gridItem .overlay .close {
    font-size: 30px;
    color: #999999;
    text-shadow: none;
    opacity: 1;
}

.gridView .asset {
    width: 170px;
    height: 250px;
    margin: 0 16px 18px 16px;
}

.gridView .asset .assetImage img {
    width: 85px;
    height: 127px;
    margin: 36px 0 14px 0;
}

.gridView .asset .buttons a {
    width: 57px;
    border-right: 1px solid #CBCBCB;
}

.gridView .asset .buttons a.downloadBtn {
    width: 56px;
}

.gridView .asset .buttons .download {
    margin-top: 9px;
}

.gridView .asset .buttons .infoBtnIcon {
    margin-top: 8px;
}

.gridView .asset .buttons a.infoBtn {
    border-right: none;
}

.gridView .asset .buttons .icon-zoom-in {
    font-size: 20px;
    margin-top: 8px;
}

.gridView .asset .overlay dl {
    margin-top: 30px;
}

.gridView .asset .overlay dt {
    margin-bottom: 0;
}

.gridView .asset .overlay dd {
    margin-bottom: 16px;
}

dl {
    font-size: 12px;
    text-align: left;
}

dl dt {
    color: #2588C3;
    font-weight: normal;
    margin-bottom: 3px;
}

dl dd {
    color: #EAEAEA;
    font-style: italic;
}

.listView table.table {
    width: 95%;
    margin: 0 auto;
    border: 1px solid #B3B3B3;
    border-width: 0 1px;
    -webkit-box-shadow: 0px 3px 10px -1px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0px 3px 10px -1px rgba(0, 0, 0, .5);
    box-shadow: 0px 3px 10px -1px rgba(0, 0, 0, .5);

}

table tr .itemMarker {
    position: relative;
    padding: 0 !important;
    width: 16px;
}

.table .ItemExpired .itemMarker:before {
    background-color: #D40005;
}

.table .ItemExpiring .itemMarker:before {
    background-color: #E69117;
}

.table .ItemFuture .itemMarker:before {
    background-color: #FDEB59;
}

.table tr .itemMarker:before {
    width: 6px;
    display: block;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
}

#mainContainer .editing .viewField,
#mainContainer .editField {
    display: none;
}

#mainContainer .editing .editField {
    display: block;
}

#mainContainer .editing .btn.editField {
    display: inline-block;
}

.listView .modalItem .important {
    background-color: #2687C4 !important;
    position: relative;
    z-index: 7;
}

.modal-backdrop {
    background: url(../img/stripes.png);
}

.modal.fade.in {
    top: 50%;
}

.discDialogModal {
    width: auto;
    padding: 7px;
    border: 0;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    background-color: #DADADA;
    -webkit-box-shadow: 0 0 40px 6px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 40px 6px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 40px 6px rgba(0, 0, 0, 0.3);
}

.discDialogModal .modalContent {
    width: 308px;
    padding: 18px 26px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #EAEAEA;
}

.discDialogModal .modal-header {
    padding: 0;
    margin-bottom: 25px;
    border: none;
    font-style: italic;
    text-align: center;
}

.discDialogModal h4 {
    margin: 0 0 5px 0;
    font-size: 17px;
    font-style: normal;
}

.discDialogModal .modal-footer {
    padding: 0;
    background-color: transparent;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-align: center;
}

.discDialogModal .modal-footer .btn {
    width: 140px;
    padding: 4px 0;
}

.start #tour,
.empty #tour {
    opacity: 1;
    visibility: visible;
}

.start #tour .start,
.empty #tour .empty {
    opacity: 1;
    display: block;
}

#tour {
    opacity: 0;
    z-index: 3;
    visibility: hidden;
    font-weight: normal;
    font-size: 16px;
    color: #4F4F4F;
    text-shadow: 1px 1px #FFFFFF;
    text-align: center;
    -moz-transition: opacity 1s;
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
     transition: opacity 1s;
    position: relative;
}

#tour > div {
    margin-top: 10%;
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

#tour h3 {
    margin: 0 0 -5px 0;
    font-weight: normal;
}

#tour img {
    margin: 0 auto 30px auto;
    display: block;
}

#drawer {
    height: 469px;
    padding-left: 334px;
    border-top: 1px solid #F2F2F2;
    background-color: #CDCDCD;
    -webkit-box-shadow: 0 4px 10px #000;
    -moz-box-shadow: 0 4px 10px #000;
    box-shadow: 0 4px 10px #000;
    position: absolute;
    bottom: -512px;
    left: 0;
    z-index: 7;
    overflow: visible;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#drawerTab {
    width: 326px;
    height: 43px;
    margin: -46px auto 0 auto;
    padding-top: 3px;
    background: url(../img/drawerTab.png);
}

#drawerTab a {
    height: 43px;
    padding: 13px 20px 0 0;
    display: block;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    color: #929292;
    position: relative;
}

#drawerTab a i {
    font-size: 20px;
    font-weight: normal;
    margin-left: 20px;
    position: absolute;
    top: 13px;
    right: 71px;
    color: #4D4D4D;
}

#drawerTab a .close {
    font-size: 30px;
    text-shadow: none;
    opacity: 1;
    float: none;
    font-weight: bold;
}

#drawerTab a .close:before {
    content: "\00d7";
}

#drawerContent {
    height: 226px;
    padding: 20px;
    border-top: 1px solid #A0A0A0;
    background-color: #E5E5E5;
    -webkit-box-shadow: inset -3px 0px 10px -2px #000;
    -moz-box-shadow: inset -3px 0px 10px -2px #000;
    box-shadow: inset -3px 0px 10px -2px #000;
    position: relative;
    top: 9px;
    color: #4D4D4D;
}

#drawerContent .quickSearch {
    background-color: #ECECEC;
    float: left;
}

#drawerContent .quickSearch:focus {
    background-color: #FFFFFF;
}

#drawerContent h5 {
    margin: 5px 0 0 0;
    text-align: center;
}

#drawerContentList {
    margin-top: 10px;
    padding: 4px;
    overflow: auto;
    white-space: nowrap;
}

.control-group.error input,
.control-group.error .ui-multiselect {
    background-color: #fcdbdc !important;
    border-color: #b94a48;
}

/* disc Modal */
.discModal {
    margin: 0 5% !important;
    width: 90%;
    height: 87%;
    min-height: 750px;
    border: 0;
    border-radius: 0px;
    -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.5);
    min-width: 1055px;
    margin: 0;
    padding: 0;
    background: url(../img/mainBg.png);
    position: absolute;
    top: 75px !important;
    left: 0;
}

.discModal header {
    padding: 3px 0 3px 20px;
    background: #404042;
}

.discModal header h3 {
    margin: 0;
    font-size: 19px;
    color: #BFBFBF;
}

.discModal a:hover {
    text-decoration: none;
}

.discModal button.close {
    color: #808080;
    text-shadow: none;
    font-size: 40px;
    line-height: 40px;
    margin: 0 14px 0 0;
    opacity: 1;
}

.discModal button.close:hover {
    color: #BFBFBF;
}

.discModal > .content {
    padding: 14px;
    -webkit-box-shadow: inset 0px 3px 8px #888;
    -moz-box-shadow: inset 0px 3px 8px #888;
    box-shadow: inset 0px 3px 8px #888;
    position: absolute;
    top: 60px;
    right: 14px;
    bottom: 14px;
    left: 14px;
}

/* Helpers */
.hidden {
    display: none !important;
}

.fadeBackground {
    -webkit-transition: background-color .15s linear !important;
    -moz-transition: background-color .15s linear !important;
    -o-transition: background-color .15s linear !important;
    -ms-transition: background-color .15s linear !important;
    transition: background-color .15s linear !important;
}

.fadeAll {
    -webkit-transition: all .15s linear !important;
    -moz-transition: all .15s linear !important;
    -o-transition: all .15s linear !important;
    -ms-transition: all .15s linear !important;
    transition: all .15s linear !important;
}

.scrollableModal {
    width: auto;
    margin: 0;
    background-color: transparent;
    position: fixed;
    top: 0 !important;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
}

.modal.secondaryModal {
    z-index: 1052 !important;
}

.modal-backdrop.secondaryModal {
    z-index: 1051 !important;
}

.centered {
    text-align: center !important;
}

.smallColumn {
    width: 100px;
}

.trimmed {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Tipsy */
.tipsy {
    font-size: 10px;
    position: absolute;
    padding: 5px;
    z-index: 100000;
    opacity: 0;
    -webkit-transition: opacity .2s linear;
    -moz-transition: opacity .2s linear;
    -o-transition: opacity .2s linear;
    -ms-transition: opacity .2s linear;
    transition: opacity .2s linear;
}

.tipsy-inner {
    background-color: #000;
    color: #FFF;
    max-width: 200px;
    padding: 5px 8px 4px 8px;
    text-align: center;
}

/* Rounded corners */
.tipsy-inner {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

/* Uncomment for shadow */
/*.tipsy-inner { box-shadow: 0 0 5px #000000; -webkit-box-shadow: 0 0 5px #000000; -moz-box-shadow: 0 0 5px #000000; }*/

.tipsy-arrow {
    position: absolute;
    width: 0;
    height: 0;
    line-height: 0;
    border: 5px dashed #000;
}

/* Rules to colour arrows */
.tipsy-arrow-n {
    border-bottom-color: #000;
}

.tipsy-arrow-s {
    border-top-color: #000;
}

.tipsy-arrow-e {
    border-left-color: #000;
}

.tipsy-arrow-w {
    border-right-color: #000;
}

.tipsy-n .tipsy-arrow {
    top: 0px;
    left: 50%;
    margin-left: -5px;
    border-bottom-style: solid;
    border-top: none;
    border-left-color: transparent;
    border-right-color: transparent;
}

.tipsy-nw .tipsy-arrow {
    top: 0;
    left: 10px;
    border-bottom-style: solid;
    border-top: none;
    border-left-color: transparent;
    border-right-color: transparent;
}

.tipsy-ne .tipsy-arrow {
    top: 0;
    right: 10px;
    border-bottom-style: solid;
    border-top: none;
    border-left-color: transparent;
    border-right-color: transparent;
}

.tipsy-s .tipsy-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-top-style: solid;
    border-bottom: none;
    border-left-color: transparent;
    border-right-color: transparent;
}

.tipsy-sw .tipsy-arrow {
    bottom: 0;
    left: 10px;
    border-top-style: solid;
    border-bottom: none;
    border-left-color: transparent;
    border-right-color: transparent;
}

.tipsy-se .tipsy-arrow {
    bottom: 0;
    right: 10px;
    border-top-style: solid;
    border-bottom: none;
    border-left-color: transparent;
    border-right-color: transparent;
}

.tipsy-e .tipsy-arrow {
    right: 0;
    top: 50%;
    margin-top: -5px;
    border-left-style: solid;
    border-right: none;
    border-top-color: transparent;
    border-bottom-color: transparent;
}

.tipsy-w .tipsy-arrow {
    left: 0;
    top: 50%;
    margin-top: -5px;
    border-right-style: solid;
    border-left: none;
    border-top-color: transparent;
    border-bottom-color: transparent;
}

/* tightTable */
.table.tightTable {
    margin: 0;
    font-size: 14px;
}

.table.tightTable th {
    padding: 4px 4px;
    background: #404040;
    color: #FFFFFF;
}

.table.tightTable th.sortable {
    cursor: pointer;
}

.table.tightTable th.sortable i {
    margin-left: 5px;
}

.table.tightTable td {
    padding: 0 4px;
    border-top: 0;
    border-bottom: 1px solid #DFDFDF;
    vertical-align: middle;
    height: 36px;
}

.table.tightTable .actionsColumn a,
.table.tightTable .actionsColumn i,
.table.tightTable .actionsColumn span {
    margin: 0 7px 0 2px;
    font-size: 16px;
    color: #808080;
}

.table.tightTable .actionsColumn a:last-child,
.table.tightTable .actionsColumn i:last-child,
.table.tightTable .actionsColumn span:last-child {
    margin-right: 0;
}

.table.tightTable .actionsColumn i {
    position: static;
}

.table.tightTable .actionsColumn a:hover {
    color: #404040;
    text-decoration: none;
}

/* list view */
#mainContent table.listView {
    -moz-box-shadow: 0 4px 10px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, .3);
    box-shadow: 0 4px 10px rgba(0, 0, 0, .3);
}

#mainContent table.listView th {
    line-height: 32px;
    font-weight: normal;
}

#mainContent table.listView.withActions th:last-child {
    padding-left: 50px;
}

#mainContent table.listView th:first-child,
#mainContent table.listView td:first-child {
    padding-left: 8px;
}

#mainContent table.listView.withActions th:last-child,
#mainContent table.listView.withActions td:last-child {
    padding-right: 16px;
    text-align: right;
}

#mainContent table.listView th:last-child a,
#mainContent table.listView td:last-child a {
    text-decoration: none;
}

#mainContent table.listView tr:nth-child(even) > td {
    background-color: #FFFFFF;
}

#mainContent table.listView.table-hover tr:nth-child(even):hover > td {
    background-color: #f5f5f5;
}

#mainContent table.listView td {
    border-bottom: 1px solid #B3B3B3;
}

.loginRequired {
    opacity: 0.5;
}

a:not(.btn) {
    color: #639EB2;
    text-decoration: underline;
}

a:not(.btn):hover {
    color: #005580;
    text-decoration: underline;
}

.dropdown-menu > li > a {
    text-decoration: none;
}

#mainContent .loader {
    font-size: 24px;
    background: rgba(255, 255, 255, 0.7);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
}

#mainContent .loading .loader {
    visibility: visible;
    opacity: 1;
}

#mainContent .loader div {
    margin-top: -15px;
    text-align: center;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
}

#jqstooltip.tipsy-inner {
    position: absolute;
    width: auto !important;
    height: auto !important;
}

.table-container {
    background: #fff;
    margin-bottom: 21px;
}

.table-container header {
    height: 34px;
    background: #f2f2f2;
    position: relative;
    -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .05);
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .05);
}

/* line 155, reports.scss */
.table-container header > a {
    color: #333;
    display: block;
    font-size: 14px;
    position: absolute;
    z-index: 10;
}

/* line 162, reports.scss */
.table-container header > a:first-child {
    left: 10px;
    top: 10px;
}

/* line 165, reports.scss */
.table-container header > a:first-child i {
    background: url(../../img/multi-arrows.png);
    width: 15px;
    height: 15px;
    display: block;
}

/* line 173, reports.scss */
.table-container header > a:last-child {
    right: 10px;
    top: 10px;
}

/* line 179, reports.scss */
.table-container header h3 {
    font-size: 14px;
    line-height: 34px;
    margin: 0;
    z-index: 5;
}

.table-container header .widget-icon {
    width: 32px;
    height: 34px;
    float: left;
    line-height: 34px;
    text-align: center;
    color: #333;
    font-size: 14px;
}

.col {
    text-align: center;
}

.col h4 {
    color: #909090;
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 10px;
    text-shadow: 1px 1px 1px black;
}
