﻿

/*----------------------------------------------------------------------*/
/* DEFAULT CSS
/*----------------------------------------------------------------------*/
body {
    /*background-color: #1C5280;*/
    background-image: url(/assets/img/background/bg_ips.jpg);
    background-repeat: repeat;
}

#mainDiv {
    /*border: 1px solid white;*/
}

#HeaderPanel {
    background: url('../../Images/Header/Masterpage_header_videobank_theme01.png') no-repeat;  
}

.mainlogo_seal {
    background: url('../../Images/Seals/videobank_theme01.png') no-repeat;
    background-size: 793px 401px;
    height: 401px;
    width: 793px;
    margin: auto;
}




#MainContentCenter {
    /*border: 1px solid #aaa;*/
}

#CurrentIntelligence #divCarousel {
    width: 534px;
}

#Users {
    margin-left: 7%;
    text-align: left;
}

#Admin {
    margin: 0 auto;
    width: 70%;
    text-align: left;
}

    #Admin #headerDiv {
        width: 228px;
        margin: 0 auto;
        margin-top: 40px;
    }

    #Admin .adminconfigcontrol {
        margin: 15px auto;
    }

#PlayList {
    margin-left: 1%;
    text-align: left;
}
/*----------------------------------------------------------------------*/
/* COMMON CSS
/*----------------------------------------------------------------------*/
.tableLayout {
    margin: 0;
    padding: 0;
    width: 100%;
    border: 0;
    border-spacing: 0;
}


#userprofileDiv {
    color: white;
    font-weight: bolder;
}

.componentColor {
    background-color: #2e2e33;
}

.hiliteFontColor {
    color: Yellow;
}

.normalFontColor {
    color: White;
}


a img {
    border: none;
}

p {
    margin-bottom: 10px;
    line-height: 1.6em;
}

.table-container {
    display: table;
}

.table-row {
    display: table-row;
}

.table-col {
    display: table-column;
}

.table-cell {
    display: table-cell;
    padding: 0 10px;
    vertical-align: top;
}

.table-cell-center {
    display: table-cell;
    padding: 0 10px;
    vertical-align: top;
}

.space {
    margin-top: 12px;
}


.spacer {
    height: 30px;
}

/* HEADINGS   
----------------------------------------------------------*/

/* 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   
----------------------------------------------------------*/
.page {
    width: 960px;
    background-color: #fff;
    margin: 20px auto 0px auto;
    border: 1px solid #496077;
}

.header {
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #4b6c9e;
    width: 100%;
}

    .header h1 {
        font-weight: 700;
        margin: 0px;
        padding: 0px 0px 0px 20px;
        color: #f9f9f9;
        border: none;
        line-height: 2em;
        font-size: 2em;
    }

.main {
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
}

.leftCol {
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer {
    color: #b70a06;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}
/* 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;
}

.input {
    border: 1px solid #555555;
    background: #202020;
    color: #FFF;
    padding: 3px 23px 3px 23px;
}

    .input:hover {
        border: 1px solid #555555;
        background: #2c2c2c;
    }

    .input:active {
        background: #151515;
    }

input.newUplodButton {
    position: relative;
    text-align: right;
    -moz-opacity: 0;
    filter: alpha(opacity: 0);
    opacity: 0;
    z-index: 2;
}

div.fakefile {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}

div.fileinputs {
    position: relative;
}

div.accountInfo {
    width: 42%;
}
/* MISC  
----------------------------------------------------------*/
.clear {
    clear: both;
}

.hilited-title1 {
    text-align: left;
    color: yellow;
    text-transform: uppercase;
}

.title {
    display: block;
    text-align: left; /*float: left;*/ /*conflict with the map infoWindow*/
    width: auto;
}

.loginDisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

    .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;
}

.cursorClass {
    cursor: pointer;
}

.hidden {
    display: none;
}

.show {
    display: inline-block;
}

hr {
    display: inline-block;
    border-style: inset;
    border-width: 1px;
    color: white;
    width: 86%;
}

.hiddencol {
    display: none;
}

.viscol {
    display: block;
}

.leftShadow {
    background-image: url('../../Images/border.png');
    background-repeat: repeat-y;
    width: 27px;
}

.rightShadow {
    background-image: url('../../Images/borderR.png');
    background-repeat: repeat-y;
    width: 27px;
}

.headerSidePanel {
    color: White;
    cursor: pointer;
}

.sidepanel {
    width: 200px;
    vertical-align: top;
    border-right-width: 2px;
    border-right-color: #e9ebed;
    border-right-style: solid;
}

.footercorner {
    width: 43px;
    height: 30px;
}

.bottompanel {
    background-image: url('../../Images/bottom.png');
    background-repeat: repeat-x;
}

.floatright {
    float: right;
}



.bottomleftcorner {
    float: left;
}

.mGrid {
    width: 100%;
    margin: 0 0 10px 0;
    border: solid 1px #525252;
    border-collapse: collapse;
}

    .mGrid td {
        padding: 2px;
        border: solid 1px #c1c1c1;
        color: white;
    }

    .mGrid th {
        padding: 4px 2px;
        color: #fff;
        background-color: #000;
        border-left: solid 1px #525252;
        font-size: 0.9em;
    }

        .mGrid th a:link {
            color: #FFFFFF;
            text-decoration: none;
        }

        .mGrid th a:hover {
            color: #d3d3d3;
            text-decoration: none;
        }

    .mGrid .alt {
        background: #424242;
    }

    .mGrid .pgr {
        background: #424242 url(../../images/grd_pgr.png) repeat-x top;
    }

        .mGrid .pgr table {
            margin: 5px 0;
        }

        .mGrid .pgr td {
            border-width: 0;
            padding: 0 6px;
            border-left: solid 1px #666;
            font-weight: bold;
            color: #fff;
            line-height: 12px;
        }

        .mGrid .pgr a {
            color: #c3c3c3;
            text-decoration: none;
        }

            .mGrid .pgr a:hover {
                color: #FFFFFF;
                text-decoration: none;
            }

.textboxSearch {
    width: 680px;
    height: 28px;
    font-size: medium;
    font-weight: bold;
}

.advSearch {
    font-size: 11px;
    float: right;
    padding-right: 20px;
}

.resultsLabel {
    padding-left: 20px;
    padding-top: 2px;
    color: #FFF;
    float: left;
}

.grdSearchResults {
    padding-left: 12px;
    padding-bottom: 10px;
}

.alignLink {
    float: left;
    padding-left: 40px;
}

.horizRule {
    width: 180px;
    color: #e9ebed;
    height: 1px;
}

.dropdown {
    min-width: 300px;
}

.bluebutton {
    background-color: #4c4c4c;
    padding: 5px 24px;
    cursor: pointer;
    display: inline-block;
    margin: 10px 0;
    text-align: center;
    font-size: 15px;
    text-decoration: none;
    border-radius: 5px;
}

.bluebutton-smaller {
    background-color: #007a96;
    padding: 1px 20px;
    cursor: pointer;
    display: inline-block;
    margin: 12px 0;
    text-align: center;
    font-size: 14px;
    text-decoration: none;
    box-shadow: 5px 5px 12px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 5px 5px 12px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 5px 5px 12px rgba(0, 0, 0, 0.5);
}

/*-------------------------------*/
/*Progressbar supported classes*/
/*-------------------------------*/
/*Progressbar container wrapper*/
#dvProgressContainer {
    border-left: solid 1px #CFCFCF;
    border-right: solid 1px #CFCFCF;
    width: 150px;
    height: 12px;
    background-image: url(../../Images/Progressbar_Wrapper.gif);
}
/*Progressbar container*/
#dvProgress {
    background-image: url(../../Images/Progressbar_Content.gif);
    height: 100%;
    width: 0px;
}

.navButton {
    border-right: 0px solid; /*
    background-image: url(../../Images/NavButton.jpg);
    width: 217px;
    height: 30px;
    float:left;
    text-align:center;
    padding-top:13px;
    */
    border-left: 1px solid;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-right-radius: 4px;
    border-right-color: #1e1e1e !important;
    border-left-color: #2e2e33;
    -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    float: left;
}
/*----------------------------------------------------------------------*/
/* Reset
/*----------------------------------------------------------------------*/
ul, li {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}
/*----------------------------------------------------------------------*/
/* Font Declaration
/*----------------------------------------------------------------------*/
html {
    font-family: 'PT Sans', sans-serif;
}
/*----------------------------------------------------------------------*/
/* General Section
/*----------------------------------------------------------------------*/
ul {
    margin-bottom: 18px;
    line-height: 18px;
    /*font-size: 12px;*/
}

li {
    margin-right: 18px;
}

#HeaderPanel {
    background-color: #fff;
}
/*----------------------------------------------------------------------*/
/* Navigation
/*----------------------------------------------------------------------*/


.MainNavigation li {
    border: 1px solid #aaa;
}


.navigation {
    text-align: left;
}

.active ul li a span {
    list-style: none;
    background-color:#fef33d;
    font-weight: bold;
}

nav {
    margin-right: 2px;
    float: left;
}

    nav ul {
        margin: 0;
    }

        nav ul li {
            list-style: none;
            padding: 0;
            margin: 0;
            background-repeat: no-repeat;
            background-position: -9999px;
            background-image: none !important;
        }

            nav ul li a {
                text-decoration: none;
                cursor: pointer;
                display: block;
                padding-right: 0;
            }

                nav ul li a span {
                    padding: 12px 0px 12px 0px;
                    font-size: 14px;
                    display: block;
                    white-space: nowrap;
                    color: #004577;
                    font-weight: bold;
                    text-transform: uppercase;
                }

                nav ul li a:hover {
                    text-decoration: none;
                    cursor: pointer;
                    padding-right: 0px;
                    background: #fef33d;
                }

                nav ul li a:active, nav ul li a.active {
                    padding-right: 0px;
                    padding-bottom: 0px;
                    background-repeat: repeat-x;
                    background-position: left center;
                    /*background-image: url(../../images/nav_active.png);*/
                    background-repeat: repeat-x;
                    background-color: #666;
                    background-position: left center;
                    filter: none;
                }

                nav ul li a:active, nav ul li a.not-active {
                    /*pointer-events: none;*/
                    cursor: default;
                }

                    nav ul li a:active span, nav ul li a.active span {
                        border-bottom: 0;
                        padding: 12px 0px 12px 0px;
                        color: #cacaca;
                        /*text-shadow: 0px -1px 0 rgba(0,0,0,0.3);*/
                    }

nav {
    width: 202px;
    /*position:absolute;*/
    text-align: center;
    z-index: 12000;
}



.tabHeader {
    color: Black;
}

.groupingText {
    color: White;
}

.attributesTable {
    border: 1px solid #C1C1C1;
}

.attributesTableHeader th {
    background-color: #424242;
    color: #fff;
}

.attributesTableRow {
    background-color: #424242;
}

.attributesTableHeader th {
    padding: 5px;
}

.attributesTableRow td {
    padding: 5px;
}

.attributesTableRowAlt td {
    padding: 5px; /*background-color: #f3f3f3;*/
}

.attributesTableHeader_Attributes {
    width: 350px !important;
}

.attributesTableHeader_Values {
    width: 350px !important;
}

.valueColor {
    color: #fff !important;
}

/*----------------------------------------------------------------------*/
/* User Controls
/*----------------------------------------------------------------------*/

/* SearchAssetFilter */
.link-menu {
    margin-top: 20px;
}

ul.list-menu {
    font-size: 15px;
}

ul.list-hr-menu li {
    display: inline;
    list-style: none;
    padding-right: 7px;
}

ul.list-menu li {
    cursor: pointer;
}

    ul.list-menu li a {
        background: none;
        color: #636161;
        text-decoration: none;
        /*text-transform: uppercase;*/
    }

        ul.list-menu li a:hover {
            color: #787878;
            text-decoration: none;
        }

        /*ul.list-menu li a.current-filter {
            color: #1f4073;
            padding-bottom: 14px;
            border-bottom-width: 4px;
            border-bottom-style: solid;
        }*/
/* Advance Filter */
.advance-filter {
    float: left;
    font-size: 14px;
    margin-bottom: 10px;
}

    .advance-filter ul {
        margin-left: 20px;
        font-size: 14px;
    }

        .advance-filter ul li {
            padding-bottom: 10px;
        }

.date-range {
    text-align: left !important;
    margin-top: -20px;
    margin-left: 25px;
}

    .date-range .date-text {
        width: 80px !important;
    }
/* Auto Complete */
.ui-autocomplete {
    max-height: 600px;
    overflow-y: auto; /* prevent horizontal scrollbar */
    overflow-x: hidden; /* add padding to account for vertical scrollbar */
    z-index: 1000 !important;
}

/* Carousel */
.container-carousel {
    background-color: #c0c0c0;
}

/* Top Assets */
#container-topasset .dropable {
    border: 1px solid #aaaaaa;
}

/* Add to playlist */
a.disabled {
    pointer-events: none;
    cursor: default;
    color: #aaa;
}


/* Logout and Version*/
#logoutDiv {
    margin: 5px;
    min-height: 26px;
}


.redbutton {
    padding: 2px 30px;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    font-size: 15px;
    /*font-weight: bold;*/
    text-decoration: none;
    border-radius: 5px;
}

.searchbutton {
    background: #4c4c4c;
}

#headerDiv {
    /*margin-left: 200px;*/
    font-size: 28px;
    color: #666666;
}

#ctl00_ctlLogout_dvUserStatus {
    color: yellow;
}
/* Access Level */
.validateTips {
    margin-left: -5px;
    margin-bottom: -15px;
}

.originalFieldSet {
    display: block !important;
    margin-left: 2px !important;
    margin-right: 2px !important;
    padding-top: 0.35em !important;
    padding-bottom: 0.625em !important;
    padding-left: 0.75em !important;
    padding-right: 0.75em !important;
    border: 1px solid #AAA !important;
}

.divPermissionLarge {
    height: 180px;
    width: 458px;
    overflow-y: auto;
}

.not-active {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
}

    .not-active:hover {
        color: #FFF !important;
    }

.not-bluebutton {
    color: #999 !important;
    background-color: #537485 !important;
}

/* Footer */
#Footer {
    background-color: #1f477a;
    min-height: 16px;
    padding: 5px 0px 7px 15px;
    color: white;
    font-size: 14px;
}

#LeftFooter {
    width: 70%;
    float: left;
    text-align: left;
}

#RightFooter {
    width: 29%;
    float: left;
    text-align: right;
}

#phone {
    color: white;
}

/* AdminConfiguration */

#adminconfig {
    border: 1px solid #aaa;
    /*padding-left: 50px;
    padding-top: 30px;*/
    padding: 30px 0 30px 50px;
}

#webConfigs div img {
    width: 25px;
    height: 25px;
}

/*Playlist Carousel*/
#carousel-playlist {
    background: #424242;
    text-align: center;
}



/*PlayList Tab*/


#PlayList .text-menu a {
    color: #4c4c4c !important;
}


/*LoginControl*/

/*#loginview {
    border: 2px solid #787878;
    color: #000;
}

    #loginview .cellTitle {
        background-color: #c0c0c0;
    }

    #loginview .login_inner_table {
        font-size: 14px;
    }*/

#ForgotPassword #ucforgotpassword input {
    width: 240px;
}

#ucforgotpassword table td.tdTitle {
    background-color: black;
}

#ucforgotpassword .tdForgotPassword a:link, #ucforgotpassword .tdForgotPassword a:visited {
    color: white;
}

#ucforgotpassword .login_inner_table {
    margin-top: 10px;
}

#resetPasswordView table td.tdTitle {
    background-color: black;
}

.addicon {
    display: inline-block;
    margin-top: 2px;
}

.addedin {
    margin-top: -2px;
    color: #989898;
}


/*Common css for controls*/


.text-label {
    color: #333;
    font-weight: bolder;
}


#usergroups, #usergroups legend {
    color: #333;
}






#Admin#attributeEditFolder {
    color: #4c4c4c !important;
}


.divClassTabs {
    border: 1px solid #fff !important;
    background: #c0c0c0 !important;
    height: auto;
}


.playlistDownload a:link, .playlistDownload a:hover, .playlistDownload a:visited {
    color: #333;
}

#divUserDetialsTabs {
    background: none !important;
}

/*.divClassAdministrationTabs {
    background: none !important;
}

    .divClassAdministrationTabs .ui-widget-header {
        background: none !important;
    }*/

#divClassUsernameDetails {
    background: #c0c0c0;
}

.custom-header {
    background: #4c4c4c !important;
    color: #fff !important;
}

.ui-widget-content {
    color: #333 !important;
}

.AssetAttributeFontStyle {
    background: #c0c0c0;
}

.container-event table.dataTable tbody tr:nth-child(2n) {
    background: #c0c0c0 !important;
}

.container-event {
    color: #333;
}

.classUserStatus {
    color: white;
    font-size: 16px;
}

/*------------------------------------   
@@@Search result page list 
------------------------------------*/
.pagelink a {
    text-decoration: none;
    color: gray;
}

    .pagelink a:hover {
        text-decoration: underline !important;
        color: blue;
    }

    .pagelink a.active {
        text-decoration: underline !important;
        color: gray;
    }

    .pagelink a:visited {
        text-decoration: none;
        color: gray;
    }

#divAddToPlaylist span {
    color: #333;
}



.search-tier-control-main-left {
    margin-left: 160px;
}


.slogan-company-logo {
    background: url('/assets/img/logo/slogan-videobank.png') no-repeat;  
    background-size:cover;
    width: 306px;
    height:130px;
}

.canvas-banner-logo {
    background: url('/assets/img/banner/banner_videobank.jpg') no-repeat;  
    background-size:cover;
    width: 702px;
    height:611px;
    margin-top:-570px;
   
}

.search-result-image-control-main {
    margin: 10px;
     width:1350px;
}

.search-result-image-control-panel {
    /*width:1560px;*/
    /*margin:0px;*/
}


.simple-search-image-container {
    width:1350px;
    margin-left:30px;
}