﻿/* FONT-FACE
----------------------------------------------------------*/
@font-face {
    font-family: 'RobotoRegular';
    src: url('../Resources/Roboto-Regular.ttf'); 
    }

@font-face {
    font-family: 'RobotoLight';
    src: url('../Resources/Roboto-Light.ttf'); 
    }

@font-face {
    font-family: 'RobotoMedium';
    src: url('../Resources/Roboto-Medium.ttf');
    }

@font-face {
    font-family: 'RobotoBold';
    src: url('../Resources/Roboto-Bold.ttf'); 
    }

@font-face {
    font-family: 'Muli-Bold';
    src: url('../Resources/Muli-Bold.ttf');
    }

@font-face {
    font-family: 'Muli-Italic';
    src: url('../Resources/Muli-Italic.ttf');
    }

@font-face {
    font-family: 'Muli-Light';
    src: url('../Resources/Muli-Light.ttf');
    }

@font-face {
    font-family: 'Muli-LightItalic';
    src: url('../Resources/Muli-LightItalic.ttf');
    }

@font-face {
    font-family: 'Muli-Regular';
    src: url('../Resources/Muli-Regular.ttf');
    }

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../Resources/glyphicons-halflings-regular.eot');
  src: url('../Resources/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../Resources/glyphicons-halflings-regular.woff2') format('woff2'), url('../Resources/glyphicons-halflings-regular.woff') format('woff'), url('../Resources/glyphicons-halflings-regular.ttf') format('truetype'), url('../Resources/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

/* DEFAULTS
----------------------------------------------------------*/
body   
{
    /*background-color: #ffffff;*/
    margin: 0px;
    padding: 0px;
    font-family: 'RobotoRegular';
    font-size: 14px;
    color: #3c3c3c;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}

.strong-default {
    font-family: 'RobotoBold';
    font-size: 14px;
    color: #3c3c3c;
    }

.strong-default16 {
    font-family: 'RobotoBold';
    font-size: 16px;
    color: #3c3c3c;
    }

.dropdownlist {
    font-family: 'RobotoRegular';
    font-size: 14px;
    color: #3c3c3c;
    padding: 8px 10px;
    }

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
    padding-bottom: 5px;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/
.wrapper
{
    /*width: 1030px;*/
    margin-left: 0px;
    margin-top: 0px;
    min-width: 100%;
    width: 100%
}
.tableWrapper
{
    min-width: 100%;
    width: 100%
}

.page
{
    /*width: 960px;
    width: 100%;
    min-width: 960px;*/
    border: 0px solid #fff;
    background-color: #fff;
	font-size: .80em;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #4b6c9e;
    width: 100%;
    min-width: 100%;
    height: 142px;
    min-height: 142px;
    top: 0px;
    background-image: url('../Images/headerbg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 99;
    -webkit-transform: translateZ(0);
}

.header-fixed
{
    position: fixed;
    margin: 0px;
    padding: 0px;
    background: #4b6c9e;
    width: 100%;
    min-width: 100%;
    height: 142px;
    min-height: 142px;
    top: 0px;
    background-image: url('../Images/headerbg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 99;
    -webkit-transform: translateZ(0);
}

.dxm-popup {
    z-index: 20000;
    }

.header-table {
    width: 100%;
    min-width: 100%;
    height: 142px;
    padding-left: 32px;
    }

.header-table-logo {
    width: 140px;
    min-width: 140px;
    white-space: nowrap;
    }

.header-table-title {
    min-width: 140px;
    text-align: left;
    white-space: nowrap;
    font-family: 'Century Gothic', 'Segoe UI';
    font-size: 74px;
    color: #fff;
    }

.header-table-userinfo {
    width: 40%;
    white-space: nowrap;
    vertical-align: middle;
    padding-right: 30px;
    font-family: 'RobotoRegular';
    font-size: 15px;
    color: #fff;
    }

.header-table-userinfo-tbl {
    width: 100%;
    height: 140px;
    border: 1px solid #fff;
    }

.header-table-userinfo-tbl-info {
    font-family: 'RobotoRegular';
    font-size: 15px;
    color: #fff;
    white-space: nowrap;
    text-align: right;
    padding-right: 30px;
    }

.header-table-userinfo-tbl-qs {
    white-space: nowrap;
    text-align: right;
    }

.link-header-table-userinfo-tbl-info-logout {
    font-family: 'RobotoRegular';
    font-size: 15px;
    color: #ff8000; 
    text-decoration: none; 
    }
.link-header-table-userinfo-tbl-info-logout:active {
    font-family: 'RobotoRegular';
    font-size: 15px;
    color: #ff8000; 
    text-decoration: none; 
    }
.link-header-table-userinfo-tbl-info-logout:visited {
    font-family: 'RobotoRegular';
    font-size: 15px;
    color: #ff8000; 
    text-decoration: none; 
    }    
.link-header-table-userinfo-tbl-info-logout:hover {
    font-family: 'RobotoRegular';
    font-size: 15px;
    color: #e67300; 
    text-decoration: none; 
    }

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    padding: 50px 12px 0px 12px;
    margin: 150px 8px 8px 8px;
    min-height: 350px;
    background-color: #fff;
}

.main-fixed
{
    padding: 150px 12px 0px 12px;
    margin: 50px 8px 8px 8px;
    min-height: 350px;
    background-color: #fff;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    background-color: #37383a;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
}

.footer-info {
    font-family: 'RobotoRegular';
    font-size: 15px;
    color: #6e7378;
    padding: 30px;
    }

.footer-table {
    min-width: 100%; 
    width: 100%;
    }

.footer-table-column-left {
    width: 140px;
    }

.footer-table-column1 {
    font-family: 'RobotoRegular';
    font-size: 15px;
    color: #6e7378;
    width: 140px;
    text-align: left;
    vertical-align: top;
    white-space: nowrap;
    padding: 30px 0px 30px 36px;
    }

.footer-table-column2 {
    font-family: 'RobotoRegular';
    font-size: 15px;
    color: #6e7378;
    text-align: left;
    white-space: nowrap;
    }

.footer-table-column3 {
    font-family: 'RobotoRegular';
    font-size: 15px;
    color: #6e7378;
    text-align: left;
    vertical-align: top;
    white-space: nowrap;
    }

.footer-table-links {
    font-family: 'RobotoRegular';
    font-size: 16px;
    color: #6e7378;
    text-align: left;
    vertical-align: top;
    padding-bottom: 10px;
    white-space: nowrap;
    }

.copyright {
    background-color: #292a2c;
    width: 100%;    
    min-width: 100%;
    max-width: 100%;
    }

.copyright-info {
    font-family: 'RobotoRegular';
    font-size: 15px;
    color: #6e7378;
    font-weight: 400;
    font-style: normal;
    white-space: nowrap;
    padding: 20px 36px;
    }

.link-footer {
    font-family: 'RobotoRegular';
    font-size: 15px;
    color: #6e7378; 
    text-decoration: none; 
    }
.link-footer:active {
    font-family: 'RobotoRegular';
    font-size: 15px;
    color: #6e7378; 
    text-decoration: none; 
    }
.link-footer:visited {
    font-family: 'RobotoRegular';
    font-size: 15px;
    color: #6e7378; 
    text-decoration: none; 
    }    
.link-footer:hover {
    font-family: 'RobotoRegular';
    font-size: 15px;
    color: #0080c0; 
    text-decoration: none; 
    }

/* DEVEXPRESS MENU   
----------------------------------------------------------*/
#menu
{
	padding: 5px;
}

/* TAB MENU   
----------------------------------------------------------*/
/*
div.hideSkiplink
{
    background-color:#3a4f63;
    width:100%;
}

div.menu
{
    padding: 4px 0px 4px 8px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #465c71;
    border: 1px #4e667d solid;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}
*/

/* FORM ELEMENTS   
----------------------------------------------------------*/
fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.title .lnkHome 
{
    font-size: x-large;
    text-decoration: none;
    font-weight: bold;
    color: White;
    /*padding-left: 10px;*/
    top: 55px;
    left: 127px;
    position: absolute;
}

.loginDisplay
{
    font-family: Arial;
    font-size: 9pt;
    color: #616161;
    display: block;
    text-align: right;
    padding: 10px;
    
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

.pageInstructions 
{
	margin-bottom: 10px; 
	margin-top: 0px;
}

/*************************************/
/* tabs for Available Catalog Search */
/*************************************/
.leftColTxt
{
    font-weight: bold;
    text-align: right;
    padding-left: 20px;
    white-space: nowrap;
}
.myButton 
{
	cursor: pointer; 
	font-size: 12px;
}
.hideTxtBox
{
    display: none;
}
.buttPad
{
    padding-top: 10px;
}
.pointer {cursor: pointer;}
.NaxosBlue {color: #2360a4;}
.treeview {}


/******************************/
/* table grids for user admin */
/******************************/
table.webparts {
	border-collapse: collapse;
	border: 2px solid #34659B;
}
.webparts th {
	background-color: #F5F5F5;
	text-align: left;
}
table.list, td.details table.list {
	width: 100%;
	border: 1px solid #CCCCCC;
}
table.list tr th, td.details table.list tr th {
	text-align: left;
	background-color: #34659B;
	color: #FFF;
	font-size: 100%;
	border-style: none;
	padding: 2px 20px 2px 2px;
}
table.list tr td, td.details table.list tr td {
	border-bottom: 1px solid #CCCCCC;
	padding: 2px 20px 2px 2px;
}
table.list tr {
	background-color: #F5F5F5;
}
table.list tr.odd {
	background-color: #EEEEEE;
}
table.gnav tr td {
	background-color: #F5F5F5;
	border: 1px solid #000;
	padding: 2px 10px;
	font-weight: bold;
}
table.gnav tr td a {
	color: #34659B;
	text-decoration: none;
}
table.gnav tr td a:hover {
	color: #900;
	text-decoration: underline;
}
table.webparts tr th {
	background-color: #34659B;
	padding: 5px;
	color: #FFF;
	font-size: 110%;
	/*
	border: 1px solid #34659B;
	*/
}

td.details div table tr td, td.details div table tr td.detailheader
{
	border-style: none;
}
td.detailheader
{
	text-align: right;
	font-weight: bold;
	white-space: nowrap;
	border-style: none;
	padding: 3px 2px 3px 10px;
}
td.details div table 
{
	border-style: none;
}
td.details div table tr td.detailitem 
{
	width: 100%;
	padding: 3px 10px 3px 0px;
}
td.details
{
	/*
	border: 1px solid #34659B;
	border: 2px solid #34659B;
	*/
	padding: 10px;
	background-color:#EEE;
	font-family: Arial;
	font-size: 90%;
}
td.detailcategory
{
	line-height: 8px; 
	font-size: 8px; 
	background-color: Black;
	color: #FFFFFF; 
	text-align: center; 
	padding: 1px 2px;
}
.alert 
{
	color: #C00;
	font-weight: bold;
}
.chrm 
{
    font-size: 11px;
}
 .topNavItem  a:link,  .topNavItem  div ,.topNavItem  div ul li
        {
            background-color: #ededed; 
            color: black ;
            padding: 2px;
            text-align: left;
            text-decoration: none;
            border: none 0px white;
        }

.dxmLite_DevEx .dxm-popup .dxm-hovered
{
	background: #ededed;
}

/****************************************************************************************************
  Common
****************************************************************************************************/

.label-default {
    font-family: 'RobotoRegular';
    font-size: 14px;
    color: #3c3c3c;
}

.label-default-price {
    font-family: 'RobotoRegular';
    font-size: 14px;
    font-weight: bold;
    color: #3c3c3c;
}

.label-default-bold {
    font-family: Arial;
    font-size: 1.1em;
    font-weight: bold;
    color: #161616;
}

.label-default1 {
    font-family: Arial;
    font-size: 0.75rem;
    color: #191919;
}

.label-title1 {
    font-family: Arial;
    font-size: 0.95rem;
    font-weight: bold;
    color: #191919;
    }

.label-title2 {
    font-family: Arial;
    font-size: 0.95rem;
    color: #191919;
    }

.label-artist1 {
    font-family: 'RobotoRegular';
    font-size: 13px;
    font-weight: 400;
    color: #191919;
    }

.label-header1 {
    font-family: 'RobotoRegular';
    font-size: 24px;
    font-weight: 400;
    color: #000;
    }

.label-header2 {
    font-family: Arial;
    font-size: 1.20rem;
    color: #191919;
    }

.label-header3 {
    font-family: Arial;
    font-size: 15pt;
    font-weight: bold;
    color: #191919;
    }

.label-headerdate1 {
    font-family: 'RobotoRegular';
    font-size: 16px;
    color: #000;
    }

.checkbox-default {
    font-family: Arial;
    font-size: 1.75rem;
    padding: 5px;
    }

.h2 {
    font-family: 'RobotoMedium';
    font-size: 18px;
    font-weight: 500;
    color: #3c3c3c;
    }

.p1 {
    font-family: 'RobotoRegular';
    font-size: 13px;
    font-weight: 400;
    color: #3c3c3c;
    text-align: justify;
    }

.table-message-success1 {
    width: 100%;
    padding: 10px;
    background-color: #3fb618;
    }

.table-message-success-td1 {
    font-family: Arial;
    font-size: 0.85rem;
    color: #fff;
    }

.table-labelcatalog-child-td1 {
    font-family: 'RobotoRegular';
    font-size: 14px;
    color: #3c3c3c;
    padding-left: 10px;
    white-space: nowrap;
}

/****************************************************************************************************
  Thumbnails max and min setup
****************************************************************************************************/

.image1 {
    width: 190px;
    height: auto;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.250); 
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.250);
    }

.image1a {
    min-width: 160px;
    min-height:160px;
    max-width: 160px;
    max-height: 160px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.250);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.250);
    }

.image2 {
    min-width: 300px;
    min-height:300px;
    max-width: 300px;
    max-height: 300px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.250);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.250);
    border: 1px solid #b2b2b2;
    }

.image3 {
    min-width: 100px;
    min-height: 100px;
    max-width: 100px;
    max-height: 100px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.250);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.250);
    }

.image4 {
    max-width: 150px;
    max-height: 150px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.250);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.250);
    border: 1px solid #b2b2b2;
    }

.image5 {
    max-width: 190px;
    max-height: 190px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.250);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.250);
    }

.image6 {
    min-width: 300px;
    min-height:300px;
    max-width: 300px;
    max-height: 300px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.250);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.250);
    }

.image7 {
    max-width: 140px;
    max-height: 140px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.250);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.250);
    }

.image8 {
    min-width: 60px;
    min-height: 60px;
    max-width: 60px;
    max-height: 60px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.250);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.250);
    border: 1px solid #b2b2b2;
    }

.image9 {
    min-width: 80px;
    min-height: 80px;
    max-width: 80px;
    max-height: 80px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.250);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.250);
    border: 1px solid #b2b2b2;
    }

.image10 {
    width: 300px;
    height: auto;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.250); 
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.250);
    }

.image11 {
    width: auto;
    height: 80px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.250); 
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.250);
    }

/****************************************************************************************************
  Links
****************************************************************************************************/

.link-default {
    font-family: 'RobotoRegular';
    font-size: 13px;
    color: #0076ae; 
    text-decoration: underline; 
    }
.link-default:active {
    font-family: 'RobotoRegular';
    font-size: 13px;
    color: #0076ae; 
    text-decoration: underline; 
    }
.link-default:visited {
    font-family: 'RobotoRegular';
    font-size: 13px;
    color: #0076ae; 
    text-decoration: underline; 
    }    
.link-default:hover {
    font-family: 'RobotoRegular';
    font-size: 13px;
    color: #0076ae; 
    text-decoration: none; 
    }

.link-default-2 {
    font-family: 'RobotoRegular';
    font-size: 13px;
    color: #0076ae; 
    text-decoration: none; 
    }
.link-default-2:active {
    font-family: 'RobotoRegular';
    font-size: 13px;
    color: #0076ae; 
    text-decoration: none; 
    }
.link-default-2:visited {
    font-family: 'RobotoRegular';
    font-size: 13px;
    color: #0076ae; 
    text-decoration: none; 
    }    
.link-default-2:hover {
    font-family: 'RobotoRegular';
    font-size: 13px;
    color: #0076ae; 
    text-decoration: underline; 
    }

.link-title1 {
    font-family: 'RobotoMedium';
    font-size: 16px;
    font-weight: 400;
    color: #3c3c3c; 
    text-decoration: none; 
    }
.link-title1:active {
    font-family: 'RobotoMedium';
    font-size: 16px;
    font-weight: 400;
    color: #3c3c3c; 
    text-decoration: none; 
    }
.link-title1:visited {
    font-family: 'RobotoMedium';
    font-size: 16px;
    font-weight: 400;
    color: #000; 
    text-decoration: none; 
    }    
.link-title1:hover {
    font-family: 'RobotoMedium';
    font-size: 16px;
    font-weight: 400;
    color: #006b9f; 
    text-decoration: none; 
    }

.link-edit1 {
    font-family: 'RobotoRegular';
    font-size: 13px;
    color: #0080c0; 
    text-decoration: underline; 
    }
.link-edit1:active {
    font-family: 'RobotoRegular';
    font-size: 13px;
    color: #0080c0; 
    text-decoration: underline; 
    }
.link-edit1:visited {
    font-family: 'RobotoRegular';
    font-size: 13px;
    color: #0080c0; 
    text-decoration: underline; 
    }    
.link-edit1:hover {
    font-family: 'RobotoRegular';
    font-size: 13px;
    color: #0080c0; 
    text-decoration: none;
    cursor: pointer;
    }

.link-forgotpassword1 {
    font-family: 'RobotoRegular';
    font-size: 17px;
    color: #27a9e1;
    font-weight: 400;
    font-style: normal;
    text-decoration: none; 
    }
.link-forgotpassword1:active {
    font-family: 'RobotoRegular';
    font-size: 17px;
    color: #27a9e1;
    font-weight: 400;
    font-style: normal;
    text-decoration: none; 
    }
.link-forgotpassword1:visited {
    font-family: 'RobotoRegular';
    font-size: 17px;
    color: #27a9e1;
    font-weight: 400;
    font-style: normal;
    text-decoration: none; 
    }    
.link-forgotpassword1:hover {
    font-family: 'RobotoRegular';
    font-size: 17px;
    color: #27a9e1;
    font-weight: 400;
    font-style: normal;
    text-decoration: none; 
    text-decoration: underline; 
    }

.link-loginout {
    font-family: Arial;
    font-size: 10pt;
    color: #0073aa; 
    text-decoration: none; 
    }
.link-loginout:active {
    font-family: Arial;
    font-size: 10pt;
    color: #0073aa; 
    text-decoration: none; 
    }
.link-loginout:visited {
    font-family: Arial;
    font-size: 10pt;
    color: #0073aa; 
    text-decoration: none; 
    }    
.link-loginout:hover {
    font-family: Arial;
    font-size: 10pt;
    color: #004566; 
    text-decoration: underline; 
    }

.link-delete1 {
    font-family: Verdana;
    font-size: 0.80rem;
    font-weight: bold;
    color: #808080; 
    text-decoration: none; 
    }
.link-delete1:active {
    font-family: Verdana;
    font-size: 0.80rem;
    font-weight: bold;
    color: #808080; 
    text-decoration: none; 
    }
.link-delete1:visited {
    font-family: Verdana;
    font-size: 0.80rem;
    font-weight: bold;
    color: #808080; 
    text-decoration: none; 
    }    
.link-delete1:hover {
    font-family: Verdana;
    font-size: 0.80rem;
    font-weight: bold;
    color: #ff3333; 
    text-decoration: none; 
    }

.link-normal {
    color: #006bd7; 
    text-decoration: underline; 
    }
.link-normal:active {
    color: #006bd7; 
    text-decoration: underline; 
    }
.link-normal:visited {
    color: #006bd7; 
    text-decoration: underline; 
    }    
.link-normal:hover {
    color: #006bd7; 
    text-decoration: none;
    }

/* 
----------------------------------------------------------------------------------------------------    
  BootStrap - form-control 
----------------------------------------------------------------------------------------------------    
*/

.form-control:-moz-placeholder {
  color: #999999;
}

.form-control::-moz-placeholder {
  color: #999999;
}

.form-control:-ms-input-placeholder {
  color: #999999;
}

.form-control::-webkit-input-placeholder {
  color: #999999;
}

.form-control {
  display: block;
  width: 100%;
  height: 30px;
  padding: 2px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
          transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
}

/* 
----------------------------------------------------------------------------------------------------    
  BootStrap - input 
----------------------------------------------------------------------------------------------------    
*/

.input-normal {
  height: 30px;
  padding: 5px 10px;
  font-family: Arial;
  font-size: 0.95rem;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-normal {
  height: 30px;
  line-height: 30px;
}

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm {
  height: auto;
}

.input-lg {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

select.input-lg {
  height: 45px;
  line-height: 45px;
}

textarea.input-lg {
  height: auto;
}

/* 
----------------------------------------------------------------------------------------------------    
  BootStrap - btn 
----------------------------------------------------------------------------------------------------    
*/

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
          user-select: none;
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
}

.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
  text-decoration: none;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}

.btn-primary {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
  text-decoration: none;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}

.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ed9c28;
  border-color: #d58512;
}

.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #ac2925;
}

.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #47a447;
  border-color: #398439;
}

.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #39b3d7;
  border-color: #269abc;
}

.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-link {
  font-weight: normal;
  color: #428bca;
  cursor: pointer;
  border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

.btn-sm,
.btn-xs {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs {
  padding: 1px 5px;
}

.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

.btn-primary-album {
  color: #ffffff;
  background-color: #5d97a3;
  border-color: #588e9a;
  font-family: 'RobotoRegular';
  font-size: 16px;
  font-weight: 400;
}

.btn-primary-album:hover,
.btn-primary-album:focus,
.btn-primary-album:active,
.btn-primary-album.active,
.open .dropdown-toggle.btn-primary-album {
  color: #ffffff;
  background-color: #4f808a;
  border-color: #467179;
}

.btn-primary-album:active,
.btn-primary-album.active,
.open .dropdown-toggle.btn-primary-album {
  background-image: none;
}

.btn-primary-album.disabled,
.btn-primary-album[disabled],
fieldset[disabled] .btn-primary-album,
.btn-primary-album.disabled:hover,
.btn-primary-album[disabled]:hover,
fieldset[disabled] .btn-primary-album:hover,
.btn-primary-album.disabled:focus,
.btn-primary-album[disabled]:focus,
fieldset[disabled] .btn-primary-album:focus,
.btn-primary-album.disabled:active,
.btn-primary-album[disabled]:active,
fieldset[disabled] .btn-primary-album:active,
.btn-primary-album.disabled.active,
.btn-primary-album[disabled].active,
fieldset[disabled] .btn-primary-album.active {
  background-color: #428bca;
  border-color: #357ebd;
}

.btn-default-album {
  color: #3c3c3c;
  background-color: #e4e4e4;
  border-color: #d4d4d4;
  font-family: 'RobotoRegular';
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.btn-default-album:hover,
.btn-default-album:focus,
.btn-default-album:active,
.btn-default-album.active,
.open .dropdown-toggle.btn-default-album {
  color: #ffffff;
  background-color: #0a6eb5;
  border-color: #095995;
}

.btn-default-album:active,
.btn-default-album.active,
.open .dropdown-toggle.btn-default-album {
  background-image: none;
}

.btn-default-album.disabled,
.btn-default-album[disabled],
fieldset[disabled] .btn-default-album,
.btn-default-album.disabled:hover,
.btn-default-album[disabled]:hover,
fieldset[disabled] .btn-default-album:hover,
.btn-default-album.disabled:focus,
.btn-default-album[disabled]:focus,
fieldset[disabled] .btn-default-album:focus,
.btn-default-album.disabled:active,
.btn-default-album[disabled]:active,
fieldset[disabled] .btn-default-album:active,
.btn-default-album.disabled.active,
.btn-default-album[disabled].active,
fieldset[disabled] .btn-default-album.active {
  background-color: #e4e4e4;
  border-color: #357ebd;
    -webkit-transition: background 0.2s linear;
    -moz-transition: background 0.2s linear;
    -ms-transition: background 0.2s linear;
    -o-transition: background 0.2s linear;
    transition: background 0.2s linear;
}

.btn-default-download {
  color: #3c3c3c;
  background-color: #d6e4f2;
  border: 1px solid #b0cbe6; 
  font-family: 'RobotoRegular';
  font-size: 12px;
  padding: 3px 17px 3px 17px;
  text-decoration: none;
}

.btn-default-download:hover,
.btn-default-download:focus,
.btn-default-download:active,
.btn-default-download.active,
.open .dropdown-toggle.btn-default-download {
  color: #3c3c3c;
  background-color: #f9e8a6;
  border: 1px solid #f4d968;
  text-decoration: none;
}

.btn-default-download:active,
.btn-default-download.active,
.open .dropdown-toggle.btn-default-download {
  background-image: none;
}

.btn-default-download.disabled,
.btn-default-download[disabled],
fieldset[disabled] .btn-default-download,
.btn-default-download.disabled:hover,
.btn-default-download[disabled]:hover,
fieldset[disabled] .btn-default-download:hover,
.btn-default-download.disabled:focus,
.btn-default-download[disabled]:focus,
fieldset[disabled] .btn-default-download:focus,
.btn-default-download.disabled:active,
.btn-default-download[disabled]:active,
fieldset[disabled] .btn-default-download:active,
.btn-default-download.disabled.active,
.btn-default-download[disabled].active,
fieldset[disabled] .btn-default-download.active {
  background-color: #e4e4e4;
  border-color: #357ebd;
    -webkit-transition: background 0.2s linear;
    -moz-transition: background 0.2s linear;
    -ms-transition: background 0.2s linear;
    -o-transition: background 0.2s linear;
    transition: background 0.2s linear;
}

.btn-default-dx {
  color: #4f4f4f;
  background-color: #e3e3e3;
  border: 1px solid #c9c9c9; 
  font-family: 'RobotoRegular';
  font-size: 14px;
  padding: 6px 15px 6px 15px;
  text-decoration: none;
}

.btn-default-dx:hover,

.open .dropdown-toggle.btn-default-dx {
  color: #fff;
  background-color: #1075bd;
  border: 1px solid #0d5f9b;
  text-decoration: none;
}

.btn-default-dx:active,
.btn-default-dx.active,
.open .dropdown-toggle.btn-default-dx {
  background-image: none;
}



/* 
----------------------------------------------------------------------------------------------------    
  BootStrap - Breadcrumbs
----------------------------------------------------------------------------------------------------    
*/

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
    font-family: Arial;
    font-size: 0.80rem;
    }

.breadcrumb > li {
    display: inline-block;
    }

.breadcrumb > li + li:before {
    content: "/\00a0";
    padding: 0 5px;
    color: #cccccc;
    }

.breadcrumb > .active {
    color: #999999;
    }

.breadcrumb > li a {
    font-family: Arial;
    font-size: 0.80rem;
    color: #0073aa; 
    text-decoration: none; 
    }
.breadcrumb > li a:active {
    font-family: Arial;
    font-size: 0.80rem;
    color: #0073aa; 
    text-decoration: none; 
    }
.breadcrumb > li a:visited {
    font-family: Arial;
    font-size: 0.80rem;
    color: #0073aa; 
    text-decoration: none; 
    }    
.breadcrumb > li a:hover {
    font-family: Arial;
    font-size: 0.80rem;
    color: #0073aa; 
    text-decoration: underline; 
    }

/* 
----------------------------------------------------------------------------------------------------    
  BootStrap - Label
----------------------------------------------------------------------------------------------------    
*/

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: normal;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

.label-Y[href]:hover,
.label-Y[href]:focus {
  background-color: #59822c;
}

.label-Y {
  background-color: #73a839;
}

.label-Y[href]:hover,
.label-Y[href]:focus {
  background-color: #59822c;
}

.label-N {
  background-color: #999999;
}

.label-N[href]:hover,
.label-N[href]:focus {
  background-color: #808080;
}

/* 
----------------------------------------------------------------------------------------------------    
  Login Master
----------------------------------------------------------------------------------------------------    
*/

.login-body {
    margin: 20px 50px 10px 40px;
    }

img.login-bg {
  /* Set rules to fill background */
  min-height: 100%;
  min-width: 1024px;
	
  /* Set up proportionate scaling */
  width: 100%;
  height: auto;
	
  /* Set up positioning */
  position: fixed;
  top: 0;
  left: 0;
}

@media screen and (max-width: 1024px) { /* Specific to this particular image */
  img.login-bg {
    left: 50%;
    margin-left: -512px;   /* 50% */
  }
}
	
#page-wrap {
    position: relative; 
    }	

.login-header {
    width: 100%;
    }

.login-header-column-left {
    width: 30%;
    text-align: left;
    white-space: nowrap;
    }

.login-header-column-center {
    width: 40%;
    text-align: center;
    font-family: 'Century Gothic', 'Segoe UI';
    font-size: 74px;
    color: #fff;
    white-space: nowrap;
    }

.login-header-column-right {
    width: 30%;
    text-align: right;
    white-space: nowrap;
    }

.login-header-welcome {
    font-family: 'RobotoLight';
    font-size: 15px;
    color: #27a9e1;
    font-weight: 400;
    font-style: normal;
    }

.login-header-login {
    font-family: 'RobotoMedium';
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    font-style: normal;
    }

.login-header-thankyou {
    font-family: 'RobotoLight';
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    font-style: normal;
    }

.login-footer {
    width: 100%;
    }

.login-footer-text {
    font-family: 'RobotoRegular';
    font-size: 15px;
    color: #6e7378;
    font-weight: 400;
    font-style: normal;
    white-space: nowrap;
}

.login-footer-copyright {
    font-family: 'RobotoRegular';
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    font-style: normal;
}

.login-detail {
    background-color: #fafbfd;
    border: 1px solid #fafbfd;
    border-radius: 4px;
    }

.login-detail-title-border {
    margin: 10px 30px 0px 30px;
    }

.login-detail-info-border {
    margin: 0px 45px 0px 45px;
    }

.login-detail-btn-border {
    margin: 0px 30px 20px 30px;
    }

.login-detail-title {
    font-family: 'RobotoMedium';
    font-size: 28px;
    color: #475259;
    font-weight: 400;
    font-style: normal;
    white-space: nowrap;
    width: 150px;
    }

.login-detail-label {
    font-family: 'RobotoMedium';
    font-size: 17px;
    color: #475259;
    font-weight: 400;
    font-style: normal;
    }

.login-forgotpassword-div {
    width: 460px;
    margin: 15px 0px 0px 0px;
    text-align: right;
    }

/* 
----------------------------------------------------------------------------------------------------    
  Added Styles 1
----------------------------------------------------------------------------------------------------    
*/

.btn-style1 {
    font-family: 'RobotoRegular';
    font-size: 16px;
    font-weight: 400;
    color: #3c3c3c;
    }

.btn-style2 {
    font-family: 'Century Gothic', 'Segoe UI', Arial;
    font-size: 16px;
    color: #fff;
    background-color: #1278c0;
    }

.album-cat-title1 {
    font-family: 'RobotoRegular';
    font-size: 24px;
    font-weight: 400;
    color: #3c3c3c;
    }

.album-cat-title2 {
    font-family: 'RobotoRegular';
    font-size: 18px;
    font-weight: 400;
    color: #3c3c3c;
    }

.album-track-main-title {
    font-family: 'RobotoRegular';
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    background-color: #5d97a3;
    
    }

.album-track-main-title1 {
    padding-left: 30px;
    }

.album-track-main-title2 {
    width: 132px; 
    min-width: 132px;
    }

.album-track-table {
    min-width: 500px;
    width: 500px;
    /*max-width: 95%;*/
    }



.album-track-table-cell-title {
    min-width: 300px;
    max-width: 800px;
    }

.album-track-table-cell-detail {
    font-family: 'RobotoRegular';
    font-size: 14px;
    font-weight: 400;
    color: #3c3c3c;
    }

.album-info-title {
    font-family: 'RobotoRegular';
    font-size: 24px;
    font-weight: 500;
    color: #3c3c3c;
    line-height: 25px;
    }

.album-info-detail1 {
    font-family: 'RobotoBold';
    font-size: 17px;
    color: #3c3c3c;
    white-space: nowrap;
    
    }

.album-info-detail2 {
    font-family: 'RobotoRegular';
    font-size: 16px;
    font-weight: 400;
    color: #000;
    }

.default-label1-bold {
    font-family: 'Century Gothic', 'Segoe UI', Arial;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    white-space: nowrap;
    }

.default-label1-normal {
    font-family: 'Century Gothic', 'Segoe UI', Arial;
    font-size: 16px;
    font-weight: normal;
    color: #000;
    white-space: nowrap;
    }

.default-blurb-normal {
    font-family: 'RobotoRegular';
    font-size: 14px;
    font-weight: normal;
    color: #3c3c3c;
    }

/* 
----------------------------------------------------------------------------------------------------    
  Header Scroll
----------------------------------------------------------------------------------------------------    
*/

header {
    width: 100%;
    height: 184px;
    
    position: fixed;
    top: 0;
    left: 0;
    z-index: 97;
    background-color: #fff;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -ms-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s; 
    }

header.smaller {
    height: 0px; 
    overflow: hidden;
    }

/* 
----------------------------------------------------------------------------------------------------    
  Label Catalog Styles
----------------------------------------------------------------------------------------------------    
*/

.label-catalog-labelname {
    font-family: 'RobotoRegular';
    font-size: 20px;
    font-weight: 400;
    color: #3c3c3c;
    }

.label-catalog-content {
    background-color: #fafafa;
    border: 1px solid #d3d3d3;
    padding: 20px;
    width: 97%;
    }

.label-catalog-table {
    width: 100%;
    }

.label-catalog-imagelogo {
    border: 2px solid #ebebeb;
    max-width: 300px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.250);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.250);
    }

.label-catalog-logo {
    min-width: 260px;
    max-width: 330px;
    padding-right: 30px;
    }

.label-catalog-labeldesc {
    font-family: 'RobotoRegular';
    font-size: 18px;
    font-weight: 400;
    color: #3c3c3c;
    max-width: 600px;
    }

.label-catalog-table-cell {
    font-family: 'RobotoRegular';
    font-size: 14px;
    font-weight: normal;
    color: #3c3c3c;
    }

.link-label-catalog-table-itemcode {
    font-family: 'RobotoRegular';
    font-size: 14px;
    color: #0077b0; 
    text-decoration: none; 
    }
.link-label-catalog-table-itemcode:active {
    font-family: 'RobotoRegular';
    font-size: 14px;
    color: #0077b0; 
    text-decoration: none; 
    }
.link-label-catalog-table-itemcode:visited {
    font-family: 'RobotoRegular';
    font-size: 14px;
    color: #0077b0; 
    text-decoration: none; 
    }    
.link-label-catalog-table-itemcode:hover {
    font-family: 'RobotoRegular';
    font-size: 14px;
    color: #0077b0; 
    text-decoration: underline; 
    }

.label-catalog-manage-title {
    font-family: 'RobotoRegular';
    font-size: 18px;
    font-weight: normal;
    color: #3c3c3c;
    max-width: 600px;
    }

.label-catalog-manage {
    font-family: 'RobotoRegular';
    font-size: 14px;
    font-weight: normal;
    color: #3c3c3c;
    max-width: 600px;
    line-height: 25px;
    }

.page-title1 {
    font-family: 'RobotoBold';
    font-size: 18px;
    color: #3c3c3c;
    }

.menu1 {
    font-family: 'RobotoRegular';
    font-size: 14px;
    color: #3c3c3c;
    background-color: #fff;
    -webkit-transition: background 0.2s linear;
    -moz-transition: background 0.2s linear;
    -ms-transition: background 0.2s linear;
    -o-transition: background 0.2s linear;
    transition: background 0.2s linear;
    z-index: 999999;
    }

.submenu1 {
    font-family: 'RobotoRegular';
    font-size: 14px;
    color: #3c3c3c;
    background-color: #fff;
    -webkit-transition: background 0.2s linear;
    -moz-transition: background 0.2s linear;
    -ms-transition: background 0.2s linear;
    -o-transition: background 0.2s linear;
    transition: background 0.2s linear;
    z-index: 999999;
    }

/* 
----------------------------------------------------------------------------------------------------    
  Toggle Button
----------------------------------------------------------------------------------------------------    
*/

.tgl {
  display: none;
}
.tgl, .tgl:after, .tgl:before, .tgl *, .tgl *:after, .tgl *:before, .tgl + .tgl-btn {
  box-sizing: border-box;
}
.tgl::-moz-selection, .tgl:after::-moz-selection, .tgl:before::-moz-selection, .tgl *::-moz-selection, .tgl *:after::-moz-selection, .tgl *:before::-moz-selection, .tgl + .tgl-btn::-moz-selection {
  background: none;
}
.tgl::selection, .tgl:after::selection, .tgl:before::selection, .tgl *::selection, .tgl *:after::selection, .tgl *:before::selection, .tgl + .tgl-btn::selection {
  background: none;
}
.tgl + .tgl-btn {
  outline: 0;
  display: block;
  width: 6em;
  height: 2em;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.tgl + .tgl-btn:after, .tgl + .tgl-btn:before {
  position: relative;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
}
.tgl + .tgl-btn:after {
  left: 0;
}
.tgl + .tgl-btn:before {
  display: none;
}
.tgl:checked + .tgl-btn:after {
  left: 50%;
}

.tgl-light + .tgl-btn {
  background: #f0f0f0;
  border-radius: 2em;
  padding: 2px;
  -webkit-transition: all .4s ease;
          transition: all .4s ease;
}
.tgl-light + .tgl-btn:after {
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all .2s ease;
          transition: all .2s ease;
}
.tgl-light:checked + .tgl-btn {
  background: #9FD6AE;
}

.tgl-ios + .tgl-btn {
  background: #fbfbfb;
  border-radius: 2em;
  padding: 2px;
  -webkit-transition: all .4s ease;
          transition: all .4s ease;
  border: 1px solid #e8eae9;
}
.tgl-ios + .tgl-btn:after {
  border-radius: 2em;
  background: #fbfbfb;
  -webkit-transition: left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), padding 0.3s ease, margin 0.3s ease;
          transition: left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), padding 0.3s ease, margin 0.3s ease;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 4px 0 rgba(0, 0, 0, 0.08);
}
.tgl-ios + .tgl-btn:active {
  box-shadow: inset 0 0 0 2em #e8eae9;
}
.tgl-ios + .tgl-btn:active:after {
  padding-right: .8em;
}
.tgl-ios:checked + .tgl-btn {
  background: #86d993;
}
.tgl-ios:checked + .tgl-btn:active {
  box-shadow: none;
}
.tgl-ios:checked + .tgl-btn:active:after {
  margin-left: -.8em;
}

.tgl-skewed + .tgl-btn {
  overflow: hidden;
  border-radius: 10px;
    -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: all .2s ease;
          transition: all .2s ease;
  font-family: sans-serif;
  background: #888;
}
.tgl-skewed + .tgl-btn:after, .tgl-skewed + .tgl-btn:before {
  border-radius: 10px;
  display: inline-block;
  -webkit-transition: all .2s ease;
          transition: all .2s ease;
  width: 100%;
  text-align: center;
  position: absolute;
  line-height: 2em;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}
.tgl-skewed + .tgl-btn:after {
  left: 100%;
  content: attr(data-tg-on);
}
.tgl-skewed + .tgl-btn:before {
  left: 0;
  content: attr(data-tg-off);
}
.tgl-skewed + .tgl-btn:active {
  background: #888;
}
.tgl-skewed + .tgl-btn:active:before {
  left: -10%;
}
.tgl-skewed:checked + .tgl-btn {
  background: #86d993;
}
.tgl-skewed:checked + .tgl-btn:before {
  left: -100%;
}
.tgl-skewed:checked + .tgl-btn:after {
  left: 0;
}
.tgl-skewed:checked + .tgl-btn:active:after {
  left: 10%;
}

.tgl-flat + .tgl-btn {
  padding: 2px;
  -webkit-transition: all .2s ease;
          transition: all .2s ease;
  background: #fff;
  border: 4px solid #f2f2f2;
  border-radius: 2em;
}
.tgl-flat + .tgl-btn:after {
  -webkit-transition: all .2s ease;
          transition: all .2s ease;
  background: #f2f2f2;
  content: "";
  border-radius: 1em;
}
.tgl-flat:checked + .tgl-btn {
  border: 4px solid #7FC6A6;
}
.tgl-flat:checked + .tgl-btn:after {
  left: 50%;
  background: #7FC6A6;
}

.tgl-flip + .tgl-btn {
  padding: 2px;
  -webkit-transition: all .2s ease;
          transition: all .2s ease;
  font-family: sans-serif;
  -webkit-perspective: 100px;
          perspective: 100px;
}
.tgl-flip + .tgl-btn:after, .tgl-flip + .tgl-btn:before {
  display: inline-block;
  -webkit-transition: all .4s ease;
          transition: all .4s ease;
  width: 100%;
  text-align: center;
  position: absolute;
  line-height: 2em;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border-radius: 4px;
}
.tgl-flip + .tgl-btn:after {
  content: attr(data-tg-on);
  background: #02C66F;
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}
.tgl-flip + .tgl-btn:before {
  background: #FF3A19;
  content: attr(data-tg-off);
}
.tgl-flip + .tgl-btn:active:before {
  -webkit-transform: rotateY(-20deg);
          transform: rotateY(-20deg);
}
.tgl-flip:checked + .tgl-btn:before {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.tgl-flip:checked + .tgl-btn:after {
  -webkit-transform: rotateY(0);
          transform: rotateY(0);
  left: 0;
  background: #7FC6A6;
}
.tgl-flip:checked + .tgl-btn:active:after {
  -webkit-transform: rotateY(20deg);
          transform: rotateY(20deg);
}


/* 
----------------------------------------------------------------------------------------------------    
  Image Auto Fit Scale Proportion
----------------------------------------------------------------------------------------------------    
*/


/* For Featured Release */
.SmallThumbnail
{
	display: inline-block; position: relative;
    float: left;    
    width: 190px;
    height: 190px;
    vertical-align: bottom;
    margin: 0px; padding: 0px;
}
.SmallThumbnail .Container 
{ 
	width: 190px; 
	margin: 0px 10px 0px 0px; 
	height: 190px; 
	text-align: center; 
	vertical-align: bottom; 
	position: relative; 
	width: 190px;
}
.SmallThumbnail .Container img
{
	overflow: hidden; 
	max-height: 220px; max-width: 190px; 
	vertical-align: bottom; 
	margin: -1px -1px 1px -1px; 
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.250); 
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.250);
}

/* For Album Page */
.AlbumThumbnail
{
	display: inline-block; position: relative;
    float: left;    
    width: 300px;
    height: 300px;
    margin: 0px; padding: 0px;
}
.AlbumThumbnail .AlbumContainer 
{ 
	width: 300px; 
	margin: 0px 10px 0px 0px; 
	height: 300px; 
	text-align: left; 
	vertical-align: middle; 
	position: relative; 
	width: 300px;
}
.AlbumThumbnail .AlbumContainer img
{
	overflow: hidden; 
	max-height: 300px; max-width: 300px; 
	vertical-align: middle; 
	margin: -1px -1px 1px -1px; 
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.250); 
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.250);
}

.top{
	display: none;
	width: 60px;
	height: 40px;
	text-indent: -9999px;
	position: fixed;
	z-index: 999;
	right: 20px;
	bottom: 20px;
	background: #22313F url("../Images/up-arrow.png") no-repeat center 43%;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
    opacity: 0.8;
}

.top:hover{
	opacity:1;
	transition:1s;
}

.footer a{
	color:#fff;
	text-decoration:none;
	color:#FC6;
	text-align:center;
	padding-bottom:15px;
}

.audio-available-Y {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
}

.audio-available-N {
	display: none;
	padding-top: 0px;
	padding-bottom: 0px;
}

.audio-available-icon-Y {
	display: block;
}

.audio-available-icon-N {
	display: none;
}

/* 
----------------------------------------------------------------------------------------------------    
  Tab Control
----------------------------------------------------------------------------------------------------    
*/

.tabs-menu {
	height: 18px;
	left: -25px;
	clear: both;
	list-style: none;
	position: relative;
	width: 100%;
	font-family: 'RobotoRegular';
	font-size: 14px;
}

.tabs-menu li {
	height: 30px;
	line-height: 30px;
	float: left;
	margin-right: 10px;
	background-color: #e2e2e2;
	border-top: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
	border-left: 1px solid #e2e2e2;
    
}

.tabs-menu li.current {
	position: relative;
	background-color: #1279c0;
    border-top: 1px solid #1279c0;
	border-right: 1px solid #1279c0;
	border-left: 1px solid #1279c0;
	z-index: 5;
    color: #fff;
}

.tabs-menu li a {
	padding: 10px;
	color: #838383;
	text-decoration: none; 
}

.tabs-menu li a:hover {
	padding: 10px;
	color: #3da7ed;
	text-decoration: none; 
}

.tabs-menu .current a {
	color: #fff;
}

.tabs-menu .current a.link-export {
	color: #0072a8;
}

.tab {
	border-top: 2px solid #e2e2e2;
	background-color: #fff;
	width: inherit;
}

.tab-content {
	padding: 20px;
	display: none;
}

#tab-1 {
	display: block;
}

/* 
----------------------------------------------------------------------------------------------------    
  Glyphicon
----------------------------------------------------------------------------------------------------    
*/

.btn span.menu-hamburger {
    background: url('../Images/menu-hamburger.png') no-repeat;
    float: left;
    width: 12px;
    height: 16px;
}

/* 
----------------------------------------------------------------------------------------------------    
  Other Styles
----------------------------------------------------------------------------------------------------    
*/

.login-footer-link:link {
    font-family: 'RobotoRegular';
    font-size: 15px;
    color: #27a9e1;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
}
.login-footer-link:active {
    font-family: 'RobotoRegular';
    font-size: 15px;
    color: #27a9e1;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
}
.login-footer-link:visited {
    font-family: 'RobotoRegular';
    font-size: 15px;
    color: #27a9e1;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
}
.login-footer-link:hover {
    font-family: 'RobotoRegular';
    font-size: 15px;
    color: #27a9e1;
    font-weight: 400;
    font-style: normal;
    text-decoration: underline;
}

.bootstrap-h2 {
    font-family: 'RobotoRegular';
    font-size: 26pt;
    color: #3c3c3c;
}

.bootstrap-h3 {
    font-family: 'RobotoRegular';
    font-size: 20pt;
    color: #3c3c3c;
}

.bootstrap-h4 {
    font-family: 'RobotoRegular';
    font-size: 18pt;
    color: #3c3c3c;
}