/* New Theme color Css */
body .txtColor, body .txtColorLink a, body #footer .footerNav ul li a:hover, a, body .clippingViewContainer .title .actionLinks li a:hover {
    color: #0054A6;
}
body .navigation .navbar-default .navbar-nav>li.active>a,body .navigation .navbar-default .navbar-nav>li>a:hover,body .navigation .navbar-default .navbar-nav>li.open>a:focus,body .navigation .navbar-default .navbar-nav>li.open>a:hover, .navbar-default .navbar-nav>li.open>a, .headerSearch .SearchBox .btn-search, .navigation > .navbar-default .navbar-nav>li>.dropdown-menu>li>a:hover, .tagSearchResultContainer .titleSection .sortedLink li a.active, .tagSearchResultContainer .titleSection .sortedLink li a:hover, .defaultPagination .btn.paginationBtnActive, .defaultPagination .btn:hover, .modal-dialog .modalclose, .modal-dialog .modalclose:hover{ background: #0054A6; color: #ffffff;}
.browseDecadeSection ul li { border-color: #0054A6; }
.defaultBg, .paginationBtnActive{ background: #0054A6!important; color: #ffffff; }
.btn-default, .btn-red, .modal-share .shareForm .form-button .btn-red {
    background: #0054A6;
    background: -moz-linear-gradient(top, #33A2E1 0%, #0054A6 100%);
    background: -webkit-linear-gradient(top, #33A2E1 0%,#0054A6 100%);
    background: linear-gradient(to bottom, #33A2E1 0%, #0054A6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33A2E1', endColorstr='#0054A6',GradientType=0 );
    border-color: #2c68b0 !important;
    color: #ffffff;
}
    .btn-default:hover, .btn-red:hover, .modal-share .shareForm .form-button .btn-red:hover, .btn-default:focus, .btn-default.active.focus, .btn-default.active:focus, .btn-default.focus, .btn-default:active.focus, .btn-default:active:focus {
        background: #33A2E1;
        background: -moz-linear-gradient(top, #0054A6 0%, #33A2E1 100%);
        background: -webkit-linear-gradient(top, #0054A6 0%,#33A2E1 100%);
        background: linear-gradient(to bottom, #0054A6 0%,#33A2E1 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0054A6', endColorstr='#33A2E1',GradientType=0 );
        border-color: #2c68b0;
        color: #ffffff;
    }
#header .rightNav ul li a:hover, a svg:hover path {
    color: #0054A6;
    fill: #0054A6;
}
/* New Theme color Css */
#crop_tools, #hiddenMenus, #selectColor, #selectPages, .alertContent, .iipmooviewer .navcontainer .toolbar, .iipmooviewer .scale, .loadBar, div#tools, #cRotation, #save_option_in, #share_ClipOption,
.save-details-popup .save-details-toolbar, #brightCont_tools, #share_option, #download_option, #save_option, .custom-popup-header,
body .modal-share .modal-header, .modal-share .shareForm .removeIcon, #exact_search {
    background: -moz-linear-gradient(top,#329FDE 0,#3090D2 20%,#2B73B9 77%,#2863AB 100%) !important;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#329FDE),color-stop(20%,#3090D2),color-stop(77%,#2B73B9),color-stop(100%,#2863AB)) !important;
    background: -webkit-linear-gradient(top,#329FDE 0,#3090D2 20%,#2B73B9 77%,#2863AB 100%) !important;
    background: -o-linear-gradient(top,#329FDE 0,#3090D2 20%,#2B73B9 77%,#2863AB 100%) !important;
    background: -ms-linear-gradient(top,#329FDE 0,#3090D2 20%,#2B73B9 77%,#2863AB 100%) !important;
    background: linear-gradient(top,#329FDE 0,#3090D2 20%,#2B73B9 77%,#2863AB 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#329FDE', endColorstr='#2863AB', GradientType=0 ) !important
}