@import "../../themes/stalin/archiveDocTextFormatting.css";
@import "sda_viewer_common.css";
@import "axzm_fullscreen.css";

/* Infosys - changes done for multi document in viewer screen - req. # 4.h & 4.j - Start
body {
    overflow-x: hidden
}
Infosys - changes done for multi document in viewer screen - req. # 4.h & 4.j - End*/

td.left_column_td, #sidebar-right {
    display: none !important;
}

.top_viewer_panel {
    height: 25px;
    padding: 7px 15px 0px 10px;
    border-bottom: 1px solid #aeaeae;
}

.search_panel {
    margin-top: 5px;
    margin-right: 5px;
    display: -moz-inline-box;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    vertical-align: top;
}

.search_wrapper {
    border: 1px solid #aeaeae;
    background-color: white;
}

.search_panel input {
    height: 20px;
    border: none;
    width: 145px;
}

/*updated*/
.search_panel span {
    display: -moz-inline-box;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    height: 20px;
    vertical-align: top;
    color: #2b2b2b;
    font: bold 11px/20px Arial;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.75);
    text-transform: uppercase;
    line-height: 20px;
}

/*updated*/
.search_panel .v_search_title {
    margin-right: 5px;
    margin-left:100px;
	padding-right: 5px;
}

.search_panel .search_icon {
    width: 20px;
    background-image: url(./images/search_ico.png);
}

.search_navigation_left {
    background: url(./images/arrow_left.png) no-repeat 0 -2px;
    cursor: pointer;
}

.search_navigation_right {
    background: url(./images/arrow_right.png) no-repeat 0 -2px;
    cursor: pointer;
}

.search_panel .search_reset {
    width: 20px;
    background: url(./images/delete_ico.png) no-repeat 0 0;
    cursor: pointer;
}

.node_wrapper {
    min-height: 100%;
}

/*original*/
/*.toggle_editors_picks{
   display: -moz-inline-box;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    height: 15px;
    width: 60px;
    text-align: center;
    text-decoration: underline;
    cursor: pointer;
    padding-left: 5px;
}*/

/*new*/
.toggle_editors_picks{
   display: -moz-inline-box;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    background: #363636; /* Old browsers */
	background: -moz-linear-gradient(top, #8e8e8e 0%, #363636 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8e8e8e), color-stop(100%,#363636)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #8e8e8e 0%,#363636 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #8e8e8e 0%,#363636 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #8e8e8e 0%,#363636 100%); /* IE10+ */
	background: linear-gradient(top, #8e8e8e 0%,#363636 100%); /* W3C */
    padding: 0px 10px 0px;
    border: 1px solid #363636;
    color: #ffffff !important;
    text-decoration: none;
    font: bold 11px/12px Arial;
    line-height: 1;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
	position: relative;
	cursor: pointer;
	margin-top: 6px;
	/* Infosys – Change for accomodating more characters in title[1.5.12] : Start */
	margin-left: 10px;
	/* Infosys – Change for accomodating more characters in title[1.5.12] : end */
}


.toggle_editors_picks:hover{
	background: #000000; /* Old browsers */
	background: -moz-linear-gradient(top, #363636 0%, #000000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#363636), color-stop(100%,#000000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #363636 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #363636 0%,#000000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #363636 0%,#000000 100%); /* IE10+ */
	background: linear-gradient(top, #363636 0%,#000000 100%); /* W3C */
}



/*updated*/
.panel_controls span {
    display: -moz-inline-box;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    height: inherit;
    vertical-align: top;
    line-height: 22px;
    color: #2b2b2b;
    font: bold 10px/22px Arial !important;
    margin-left: 50px;
    margin-right: 5px;
    margin-top: 1px;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.75);
	text-transform: uppercase;
}

/*updated*/
.panel_controls .view_wrapper {
/* Infosys – Change for accomodating more characters in title[1.5.12] : Start */
    margin-right: 10px;
	margin-left: 10px;
/* Infosys – Change for accomodating more characters in title[1.5.12] : end */
    margin-top: 5px;
    font: bold 11px/22px Arial;	
}

/*updated - but not working*/
panel_controls .v_options_title {
    font: bold 10px/22px Arial !important;
    margin-left: 50px;
    margin-right: 5px;
    margin-top: 1px;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.75);
    text-transform: uppercase !important;
}

/*new*/
.v_options_title {
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.75);
    text-transform: uppercase !important;
	padding-right: 5px;
}

.panel_controls .v_options {
    /*margin-right: 100px;
    /*border: 1px solid #AEAEAE;*/
    /*border-style: inset;*/
    height: 25px;
    /*margin-top: 5px;*/
    vertical-align: middle;
}

.panel_controls .v_option {
    height: 25px;
    width: 32px;
    /*background: blue;*/
    cursor: pointer;
}

.panel_controls .v_option.last {
    margin-right: 0px;
}

.panel_controls .toggle_info_panel {
/* Infosys – Change for accomodating more characters in title[1.5.12] : Start */
    margin-right: 0px;
/* Infosys - changes done for multi document in viewer screen - req. # 4.h & 4.j - Start*/
	margin-left: 55px;
/* Infosys - changes done for multi document in viewer screen - req. # 4.h & 4.j - End*/
/* Infosys – Change for accomodating more characters in title[1.5.12] :end */
    height: 23px;
    width: 79px;
    background-image: url(./images/info_on.png);
    margin-top: 6px;
}

.panel_controls .toggle_info_panel.active {
    background-image: url(./images/info_off.png);
}

.panel_controls .close_this_doc {
    margin-right: 10px;
    height: 26px;
    width: 26px;
    background-color: blue;
    margin-top: 5px;
}

/*updated*/
.tab_header {
    background-color: #e0e0e0;
    height: 28px;
    border: 1px solid #d5d5d5;
    border-right-color: #a5a4a4;
    line-height: 28px;
}



/*updated*/
.tab_header .text {
    color: #2b2b2b;
    font: bold 11px Arial;
    height: inherit;
    line-height: inherit;
    margin-left: 10px;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.75);
    text-transform: uppercase;
}



.document_info .picto {
    width: 20px;
    height: 20px;
    margin-right: 0px;
}

/*updated*/
.tab_header .picto, .text_tabs .picto {
    float: right;
    margin: 1px;
}

.picto.save {
    background-image: url(./images/save_ico.png);
}

.picto.b_link {
    background-image: url(./images/b_link_ico.png);
}

.picto.multiple {
    background-image: url(./images/multiple_ico.png);
}

.picto.export {
    background-image: url(./images/export_ico.png);
}

.picto.rate {
    background-image: url(./images/rate_ico.png);
}

/*updated*/
.picto.minus_black {
    background-image: url(./images/minus_black_ico.png);
    margin-right: 3px;
}

/*updated*/
.picto.multiple_black {
    background-image: url(./images/multiple_black_ico.png);
    margin-right: 5px;
}

/*updated*/
.picto.bkm {
    background-image: url(./images/bkm_ico.png);
    margin-right: 1px;
    margin-top: 7px;
}

/*updated*/
.picto.bkm.active {
    background-image: url(./images/bkm_ico_a.png);
    margin-right: 1px;
        margin-top: 7px;
}

/*updated*/
.picto.tag {
    background-image: url(./images/tag_ico.png);
    margin-right: 1px;
    margin-top: 7px;
}

/*updated*/
.picto.tag.active {
    background-image: url(./images/tag_ico_a.png);
    margin-right: 1px;
        margin-top: 7px;

}

.picto.ann /*updated*/ {
    background-image: url(./images/ann_ico.png);
        margin-top: 7px;

}

.picto.ann.active /*updated*/{
    background-image: url(./images/ann_ico_a.png);
        margin-top: 7px;
}

/*updated*/
.picto.hlt {
    background-image: url(./images/hl_ico.png);
    margin-top: 7px;
}
.picto.hlt.active {
    background-image: url(./images/hl_ico_a.png);
}
/*updated*/
.picto.bigger {
    background-image: url(./images/size_more.png);
	margin-top: 8px;
}

/*updated*/
.picto.less {
    background-image: url(./images/size_less.png);
	margin-top: 8px;
}

.picto.star {
    background-image: url(./images/star_ico_blank.png);
}

.picto.star.filled {
    background-image: url(./images/star_ico_fill.png);
}

.picto.star.one_third {
    background-image: url(./images/star_ico_one_third.png);
}
.picto.star.two_third {
    background-image: url(./images/star_ico_two_third.png);
}

.picto.personal {
    background-image: url(./images/priv_ico.png);
}

.picto.public {
    background-image: url(./images/publ_ico.png);
}

/* Infosys - Change for Private Groups - Start */
.picto.private {
    background-image: url(./images/PrivateGrp.jpg);
	width:25px;
}

/* Infosys - Change for Private Groups - End */

/*updated*/
.picto.delete.unactive {
    background-image: url(./images/delete_ico_u.png);
    cursor: normal;
    opacity: 0;
    -moz-opacity:0;
}

.picto.tsc {
    background-image: url(./images/ts_ico.png);
}

.picto.tsl {
    background-image: url(./images/tl_ico.png);
}

.picto.img {
    background-image: url(./images/img_ico.png);
}

.picto.approved {
    background-image: url(./images/sda_approved.png);
}
.list_item .picto_cell .picto{
   vertical-align: top;
   margin-right:0px;
}
.list_item .picto_cell .picto.checkbox {
    background-image: url(./images/check_ico.png);
    background-position: 0px 1px;
}

.list_item .picto_cell .picto.checkbox.checked {
    background-image: url(./images/check_ico_a.png);
    background-position: 0 0;
}

.list_item .picto_cell.unactive .picto.checkbox {
    /*background-image: url(./images/checkbox_ico.png);*/
    background: none;
}

.v_option.both {
    background-image: url(./images/v_both.png);
}

.v_option.both.active {
    background-image: url(./images/v_both_a.png);
}

.v_option.image {
    background-image: url(./images/v_image.png);
}

.v_option.image.active {
    background-image: url(./images/v_image_a.png);
}

.v_option.split {
    background-image: url(./images/v_split.png);
}

.v_option.split.active {
    background-image: url(./images/v_split_a.png);
}

.v_option.text {
    background-image: url(./images/v_text.png);
}

.v_option.text.active {
    background-image: url(./images/v_text_a.png);
}

/*updated*/
.panel_text {
/* Infosys – Change for accomodating more characters in title[1.5.12] : Start */
/* Infosys - changes done for multi document in viewer screen - req. # 4.h & 4.j - Start*/
	width : 625px;
/* Infosys - changes done for multi document in viewer screen - req. # 4.h & 4.j - End*/
	font: bold 13px Arial;
    margin-right: 15px;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.75);
	display:inline-block;
/* Infosys – Change for accomodating more characters in title[1.5.12] : End */
}

.tab_control {
    float: right;
}

iframe {
    width: 100%;
    height: 700px;
}

/*updated*/
.toolbar {
    background-color: white;
    border-top: 0 none;
    border-right: 0 none;
    border-bottom: 1px solid #DEDEDE;
    border-left: 0 none;
    height: 36px;
    padding-left: 20px;
}


/*updated*/
.toolbar .controls {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
    width: 300px; /* Infosys - Change made for screen resolution issue */
}

/*updated*/
.size_controls span, .selection_controls span {
    display: -moz-inline-box;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    margin-right: 4px;
}

.controls {
    margin-right: 20px;
}

.size_controls {
    margin-right: 20px;
}

.image_sel_control {
    position: relative;
}

/*updated*/
.image_sel_control .selection_controls {
    position: absolute;
    top: 5px;
/* Infosys - changes done for multi document in viewer screen - req. # 4.h & 4.j - Start*/
    right: -5px;
/* Infosys - changes done for multi document in viewer screen - req. # 4.h & 4.j - End*/
    height: 28px;
}

/*updated new*/
.image_sel_control .selection_controls .picto {
/* Infosys - changes done for multi document in viewer screen - req. # 4.h & 4.j - Start */
   margin-right: 0px;
/* Infosys - changes done for multi document in viewer screen - req. # 4.h & 4.j - End */
}


/*.small .image_sel_control .sel_center{
   position: absolute;
   top:48px;
   width: 100%;
}
.small .image_sel_control .sel_center .selection_controls{
   display:-moz-inline-box; display:inline-block; *zoom: 1; *display:inline;
   margin: 0 auto;
}*/
.small .image_sel_control .selection_controls {
    position: absolute;
/* Infosys - changes done for multi document in viewer screen - req. # 4.h & 4.j (for tag, annot, bookmark icon position in image viewer) - Start */
    top: -32px;
    right: 17px;
/* Infosys - changes done for multi document in viewer screen - req. # 4.h & 4.j (for tag, annot, bookmark icon position in image viewer) - End*/
//    right: 135px;
}

/*updated*/
.tab {
    float: left;
    width: 100%;
    border-bottom: 0 none;
}

/*updated - removed height:100%*/
.text_scroller {
    height: 663px;
    overflow-y: auto;
    position: relative;
}

/*updated - removed min-height,padding-top: 20px;padding-left: 30px;padding-right: 30px;*/
.text_wrapper {
	padding-left: 60px;
    padding-right: 10px;
    font: normal 14px/22px Arial;
}

. view_table one .text_wrapper {
    padding-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
	min-height:400px !important;
    font: normal 14px/22px Arial;
}

.text_wrapper table td.hanging {
    /*border: 1px solid black;*/
    text-indent: 0px;
}

.text_wrapper table {
    border-collapse: collapse;
    border: 0;
    table-layout:fixed;
    width:100%;
    /*overflow:hidden;*/
    /*word-wrap:break-word;*/
}

.text_tab_wrapper {
    width: 50%;
    float: left;
}

.text_tabs a {
    display: -moz-inline-box;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    height: 25px;
    line-height: 25px;
    vertical-align: bottom;
    font-size: 11px !important;
    color: #898989;
    text-decoration: none;
    width: 183px;
    margin-left: 10px;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.75);
    text-transform: uppercase;
}

.small .text_tabs a {
    width: 100px;
}

/*new*/
.text_tabs a:hover {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

/*updated*/
.text_tabs a.active {
    border-top: 1px solid #adadad;
    border-right: 1px solid #adadad;
    border-bottom: 0 none;
    border-left: 1px solid #adadad;
    background-color: white;
    color: black;
}

{
    display: none
;
}
.tab.text .text_tabs {
    display: none;
}

/*updated*/
.tab.text.split .text_tabs {
    display: block;
    background-color: #e0e0e0;
    height: 28px;
    border-color: #ffffff #a5a4a4 #d5d5d5 #d5d5d5;
    border-style: solid;
    border-width: 1px;
    line-height: 28px;
    margin-bottom:8px;
}

.tab.text.split .tab_header {
    display: none;
}

.tab.text.split .text_tab_wrapper {
    display: none;
}

/*updated*/
.tab.text.split .text_tab_wrapper.active {
    display: block;
    width: 100%;
    margin-top: -7px;
}

/* such that Ajax-Zoom be visible */
/* TODO
.tab.image {
    min-width: 504px;
}
*/

/*updated*/
.view_table {
    width: 100%;
    float: left;
    max-height: 400px;
    min-heigh: 400px;
}

.view_table .tab {
    width: 50%;
}

.view_table.one .tab {
    width: 100%;
}

.view_table.one .picto.multiple {
    display: none;
}

.view_table.one .tab.text .picto.multiple {
    display: block;
}

.view_table.one .tab.text.split .picto.multiple {
    display: none;
}

/*updated*/
.tab_body {
	background-color: white !important;
    border-right: 1px solid #a5a4a4;
}

.document_info {
    float: left;
    width: inherit;
    height: 100%;
}

/*updated*/
.doc_info_header {
    height: 30px;
    color: white;
    font: bold 11px/30px Arial;
    text-transform: uppercase;
    padding-left: 35px;
    line-height: 30px;
    background: url(./images/doc_info_ico.png) no-repeat 7px 5px #161c36;
    background-color: #161c36;
    border-top: 0 none;
    border-bottom: 0 none;
    border-left: 0 none;

}

/*updated*/
.doc_info_header .picto.multiple {
    background-image: url("./images/doc_info_close.png");
    float: right;
    margin-right: 5px;
    margin-top: 5px;
}

span.results_count {
    padding-right: 10px;
}

.doc_detail_name {
    display: block;
    font-weight: bold;
}

/*updated*/
.doc_detail {
    font: normal 12px/16px Arial;
    padding-bottom: 5px;
    padding-top: 10px;
    padding-left: 15px;
}

/*updated*/
.info_td {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #CECECE !important;
    border-bottom: 0 none !important;
    border-left: 0 none;
    border-right: 0 none;
    border-top: 0 none;
    width: 250px;
}

/*updated*/
.info_td .toggle.slide a {
    color: #2b2b2b;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.75);
}

.toggle.slide {
    border-bottom: 1px solid #9C9C9C;
    clear: both;
    padding-left: 12px;
}

/*updated*/
.info_td .slide_toggle {
    background-color: white;
    border-left: 0 none;
    border-right: 1px solid #A5A4A4;
    min-height: 220px;
    overflow-x: hidden;
    overflow-y: auto;
    padding-left: 0;
}

.info_td .slide_toggle#search_results_slide {
    max-height: 420px;
    overflow-x: hidden;
    overflow-y: auto !important;
}
/* Infosys - changes done for multi document in viewer screen - req. # 4.h & 4.j - Start */
.info_td .slide_toggle#search_results_slide_multidoc {
    max-height: 420px;
}
/* Infosys - changes done for multi document in viewer screen - req. # 4.h & 4.j - End*/

.info_td .slide_toggle .slide_list {
    overflow-y: auto;
    max-height: 420px;
}

.sel_form /*updated*/ {
	background: #f1f0f0; /* Old browsers */
	background: -moz-linear-gradient(top, #f1f0f0 0%, #979595 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f0f0), color-stop(100%,#979595)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f1f0f0 0%,#979595 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f1f0f0 0%,#979595 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f1f0f0 0%,#979595 100%); /* IE10+ */
	background: linear-gradient(top, #f1f0f0 0%,#979595 100%); /* W3C */
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: -2px 2px 3px #1e1e1e;
    width: 400px;
    padding: 10px;
    border-style: 1px solid #adadad;
    border: none none #8b8b8b none;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.75);
}

.sel_form .form-item-title {
    margin:0 0 10px 0;
}


.sel_form label /*updated*/{
    color: #2b2b2b !important;
    margin-right: 0px;
    font-size: 13px;
    font-weight:bold;
}

.sel_form .form-item {
    margin-top: 0px;
    margin-bottom: 5px;
}

.sel_form .form-item .description /*updated*/{
    color: #2b2b2b;
    font-style: italic;
    font-style: italic;
    padding-top: 5px;
}

.sel_form .form-text {
    width: 245px;
}

.sel_form_footer {
    clear: both;
    padding-top: 5px;
    float:right;
}

.sel_form_footer a {
    float: left;
    margin-left: 5px;
}

.sel_form_footer span.button_text {
    min-width:60px;
    text-align:center;
}

.sel_target {
    position: relative;
}

.sel_target .sel_form /*updated*/{
    position: absolute;
/* Infosys - changes done for multi document in viewer screen - req. # 4.h & 4.j (change for displaying popups - create tag,annotation bookmarks in image viewer) - Start*/
    top: 32px;
    right: 25px;
/* Infosys - changes done for multi document in viewer screen - req. # 4.h & 4.j (change for displaying popups - create tag,annotation bookmarks in image viewer) - End*/
    z-index: 100;
}

.slide_list.ann .text {
    clear: both;
}

.slide_list {
    overflow-x: hidden;
    overflow-y: auto;
}

.slide_list.all .list_item {
    display: block;
}

.slide_list.personal .list_item {
    display: none;
}

.slide_list.personal .list_item.personal {
    display: block;
}

.slide_list.public .list_item {
    display: none;
}

.slide_list.public .list_item.public {
    display: block;
}

/* Infosys - Change for adding view option values in annotations 4.b - Start */
.slide_list.my_ann .list_item {
    display: none;
}

.slide_list.my_ann .list_item.my_ann {
    display: block;
}

.slide_list.my_tag .list_item {
    display: none;
}

.slide_list.my_tag .list_item.my_tag {
    display: block;
}

.slide_list.approved .list_item {
    display: none;
}

.slide_list.approved .list_item.approved {
    display: block;
}

/* Infosys - Change for adding view option values in annotations 4.b - End */

/* Infosys - Change for Private Groups - Start */
.slide_list.private .list_item {
    display: none;
}

.slide_list.private .list_item.private {
    display: block;
}
/* Infosys - Change for Private Groups - End */

/********************
ac_styles
*/
.ac_results {
    padding: 0px;
    border: 1px solid WindowFrame;
    background-color: Window;
    overflow: hidden;
    z-index: 101;
}

.ac_results ul {
    width: 100%;
    list-style-position: outside;
    list-style: none;
    padding: 0;
    margin: 0;
    background-color: white;
}

.ac_results li {
    position: relative;
    margin: 0px;
    padding: 2px 5px;
    cursor: pointer;
    display: block;
    width: 100%;
    font: menu;
    font-size: 12px;
    overflow: hidden;
    border-bottom: 1px solid #aeaeae;
}

.ac_loading {
    background: url(/sites/all/modules/sda_viewer/images/loading.gif) right center no-repeat;
    background-color: white;
}

.ac_over {
    background-color: Highlight;
    color: HighlightText;
}

/**********************************/
.slide_toolbar {
    background: none repeat scroll 0 0 #CECECE;
    border-bottom: 1px solid #9C9C9C;
    border-top: 1px solid white;
    height: 33px;
    padding-left: 5px;

}

.select_wrapper select {
    font: 11px/14px Arial;
    margin-top: 6px;
}

.slide_toggle .slide_toolbar a {
    padding: 0 0 0 5px;
    display: -moz-inline-box;
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.slide_toggle .slide_toolbar a .button_inner {
    width: 65px;
}

.button_wrapper {
    float: right;
    padding-right: 5px;
    padding-top: 5px;
}

a.ann_pulldown {
    display: inline-block;
    width:30px;
    height: 20px;
    padding-top:3px;
    background-image: url(./images/anno_pulldown_ico.png);
}

.button_wrapper > ul.pulldown_menu {
    list-style: none;
    width:0px;
    padding: 0px;
    margin:0px;
}

.button_wrapper > ul.pulldown_menu li ul {
    list-style: none;
    width:100px;
    padding: 0px;
    margin:0px;
    position:absolute;
    top:25px;
    right:0px;
    margin-top:10px;
    z-index:1001;
    border-left: 1px solid #9C9C9C;
    border-bottom: 1px solid #9C9C9C;
}

.button_wrapper > ul.pulldown_menu li {
    list-style: none;
    display: block;
    float: left;
    overflow:hidden;
    padding:0px;
}

.button_wrapper > ul.pulldown_menu li ul li {
    list-style: none;
    display: block;
    float: right;
    overflow:hidden;
    padding:0px;
    width:100px;
    background-color: white;
}

.button_wrapper > ul.pulldown_menu li ul li a {
    border: none;
    color: black;
    display: inline-block;
    font: 11px/18px arial;
    height: 20px;
    padding: 3px 5px 0;
}

a.export_menu {
    display: inline-block;
    width:30px;
    height:20px;
}

span.export > ul.export_menu {
    list-style: none;
    width:0px;
    padding: 0px;
    margin:0px;
}

span.export > ul.export_menu li ul {
    list-style: none;
    width:100px;
    padding: 0px;
    margin:0px;
   /* position:absolute;*/ /* Infosys - changes done for multi document in viewer screen - req. # 4.h & 4.j (for tag, annot, bookmark icon position in image viewer) */
    top:155px;
    left:260px;
    z-index:1001;
    border-left: 1px solid #9C9C9C;
    border-bottom: 1px solid #9C9C9C;
}

span.export > ul.export_menu li {
    list-style: none;
    display: block;
    float: left;
    overflow:hidden;
    padding:0px;
}

span.export > ul.export_menu li ul li {
    list-style: none;
    display: block;
    float: right;
    overflow:hidden;
    padding:0px;
    width:100px;
    background-color: white;
}

span.export > ul.export_menu li ul li a {
    border: none;
    color: black;
    display: inline-block;
    font: 11px/18px arial;
    height: 20px;
    padding: 3px 5px 0;
}

/*updated*/
.list_item {
    border-bottom: 1px solid #AEAEAE;
    margin-bottom: 5px;
    min-height: 20px;
    padding-left: 5px;
    padding-top: 5px;
}

.list_item.selected {
    background-color: #dbddff;
}

.list_item .picto_cell {
    color: #2D2D2D;
    font: 8px/20px Arial;
    height: 20px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    vertical-align: middle;
    width: 15px;
}

.list_item .picto_cell.checkbox {
    padding-top: 5px;
}

.list_item .picto_cell.checkbox input {
    display: none;
}

.list_item .picto_cell.report,
.list_item .picto_cell.edit,
.list_item .picto_cell.delete {
    display: inline-block;
    width: 20px;
    height: 20px;
}

.list_item .picto_cell.edit.enabled {
    background-image: url(./images/editanno_active_ico.png);
}

.list_item .picto_cell.edit.disabled {
    background-image: url(./images/editanno_disabled_ico.png);
}

.list_item .picto_cell.report.enabled {
    background-image: url(./images/reportanno_active_ico.png);
}

div.ann_edit_form_footer a.save.button_outer_left {
    height: 25px;
    padding: 0 0 0 5px;
    display:-moz-inline-box; display:inline-block; *zoom: 1; *display:inline;
    background: url(./images/filter_active.png) no-repeat 0 0;
}

div.ann_edit_form_footer a.save.button_outer_left .button_outer_right {
    height: 25px;
    background: url(./images/filter_active.png) no-repeat 100% -25px;
    padding: 0 5px 0 0 !important;
    display:-moz-inline-box; display:inline-block; *zoom: 1; *display:inline;
}

div.ann_edit_form_footer a.save.button_outer_left .button_outer_center {
    height: 25px;
    padding: 0px !important;
    background: url(./images/filter_active.png) repeat-x 0 -50px;
    font-size: 13px;
    color: #104f94;
    font-size: 11px;
    text-decoration: none;
    text-align: center;
    display:-moz-inline-box; display:inline-block; *zoom: 1; *display:inline;
}

div.ann_edit_form_footer a.save.button_outer_left .button_outer_center span.button_text {
    color: white;
    text-shadow: 1px 1px 1px black;
}

div.ann_edit_form_footer a.cancel.button_outer_left .button_outer_center span.button_text {
    color: black;
    text-shadow: 1px 1px 1px white;
}

.list_item .picto_cell.report.disabled {
    background-image: url(./images/reportanno_disabled_ico.png);
}

.list_item .picto_cell.delete {
    margin-right: 10px;
}

.list_item .picto_cell.delete.enabled {
    background-image: url(./images/deleteanno_active_ico.png);
}

.list_item .picto_cell.delete.disabled {
    background-image: url(./images/deleteanno_disabled_ico.png);
}

.list_item .picto_cell.report.disabled .picto,
.list_item .picto_cell.edit.disabled .picto,
.list_item .picto_cell.delete.disabled .picto {
    cursor: default;
}

.list_item .picto_cell.b_link {
    margin-right: 10px;
}

/*new*/
.to_right .picto_cell.b_link {
    margin-right: 0px !important;
}

.to_right {
    float: right;
}



.list_item .text.text_var, .list_item .text_var .text {
    font: 11px/18px arial;
    max-width: 200px;
}

.list_item .text {
    max-width: 89px;
    cursor: pointer;
    display: -moz-inline-box;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    padding-top: 3px;
}

/*new*/
.list_item .text {
    max-width: 89px;
    cursor: pointer;
    display: -moz-inline-box;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    padding-top: 0px;
}

/*updated from 80px to 69px*/
.slide_list[name="bkm"] .list_item .text {
   max-width: 69px !important;
   font: bold 10px Arial;
}
.list_item .text_var {
    cursor: pointer;
    padding-left: 27px;
    padding-top: 3px;
}

.list_item .text_var.full {
    display: none;
    word-wrap: break-word;
}

.list_item.selected .text_var.full {
    display: block;
    padding: 5px 10px 10px 27px;
}

.list_item.selected .text_var.teaser {
    display: none;
}

.slide_list .rename {
    /*display: none;*/
}

.slide_list .rename textarea {
    height: 90px;
    width: 190px;
}

.slide_list .rename input {
    width: 90px;
}

.slide_toggle .author a {
    color: blue;
    line-height: 19px;
    padding-left: 0;
    padding-top: 5px;
}

.document_info .date {
    color: #838383;
    font: 10px/14px arial;
}

.icon_string {
    background-color: #EBEBEB;
    border-bottom: medium none;
    border-top: 1px solid white;
    height: 25px;
    padding-top: 2px;
    position: relative;
}

.toggle_var {
    background-image: url("./images/arrow_right_b.png");
    cursor: pointer;
    height: 15px;
    left: 5px;
    margin: 3px 0 0;
    position: absolute;
    top: 28px;
    width: 15px;
}

.selected .toggle_var {
    background-image: url("./images/arrow_down.png");

}

/*updated*/
.rate_block {
    clear: both;
    padding-top: 10px;
    padding-left: 15px;
}

.rating_wrapper {
    float: left;
}

.rating_wrapper .picto {
    margin: 4px 0 0;
}

.slide_toggle .rate_block a {
    padding: 0px 0px 0px 5px;
    display: block;
    float: left;
}

.link_wrapper {
    line-height: 22px;
}

.link_wrapper textarea {
    width: 220px;
    height: 50px;
    display: block;
    clear: both;
}

.slide_toggle a.hide_b_link {
    clear: both;
    display: block;
    color: blue;
    float: right;
    margin-right: 3px;
    padding-left: 0;
    text-align: right;
    width: 100%;
}

.hdh {
    margin-left: 30px;
    margin-right: 10px;
}

.hidden_doc {
    cursor: pointer;
}

.hidden_doc .plus_ico {
    margin: 0px 0px 0px 10px;
    padding-left: 0px;
}

.slide_toggle .slide_toolbar.discussions a {
    margin-top: 5px;
}

.slide_toggle .slide_toolbar.discussions a .button_inner {
    width: 170px;
}

/*.slide_toggle .slide_toolbar a.make_public,*/ .slide_toggle .slide_toolbar a.approve {
    background-color: #EBEBEB;
    border: 1px solid #9C9C9C;
    color: black !important;
    display: inline-block;
    font: 11px/18px arial;
    height: 20px;
    padding: 3px 5px 0;
}

.slide_toggle .slide_toolbar a.make_public.unactive,
.slide_toggle .slide_toolbar a.make_personal.unactive,
.slide_toggle .slide_toolbar a.make_delete.unactive,
.slide_toggle .slide_toolbar a.make_private.unactive, /*Infosys - Change for Private Groups*/
.slide_toggle .slide_toolbar a.approve.unactive {
    color: #bbbbbb; /*!important;*/
    cursor: default;
}

.slide_toggle .button {
    display: -moz-inline-box;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    padding: 0px 5px;
    background-color: #ebebeb;
    border: 1px solid #dddddd;
    color: black !important;
    font-weight: normal !important;
    height: 14px;
    line-height: 14px;
    margin-top: 2px;
    cursor: pointer;
}

/*new*/
.slide_toggle .picto_cell .button {
    display: -moz-inline-box;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    padding: 0px 5px;
    background-color: #363636;
    border: none;
    color: white !important;
    font-weight: normal !important;
    font: 10px/14px arial;
    height: 14px;
    line-height: 14px;
    margin-top: 2px;
    margin-right: 2px;
    cursor: pointer;
}


.slide_toggle .button.unactive {
    color: #aeaeae !important;
}

/*new*/
.slide_toggle .to_right .button.unactive {
    opacity: 0 !important;
    -moz-opacity:0 !important;
    cursor: default;
}

/* */
.flags {
    /*display: block;
   float: left;*/
    height: 14px;
    left: 42px;
    /*margin-top: -11px;*/
    position: absolute;
    width: 15px;
    cursor: pointer;
    *margin-left: -20px;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.flags.bkm {
    background-image: url(./images/bkm_flag.png);
    background-size: 55% auto;
    background-position: 5px 0;
}

.flags.tag {
    background-image: url(./images/tag_flag.png);
}

.flags.ann {
    background-image: url(./images/ann_flag.png);
}

span.wrap {
    background: none;
}

.denied /*updated*/{
    color: #616161;
    font-size: 13px;
    font-weight: bold;
    padding-left: 30px;
}

.tag_nav {
    display: -moz-inline-box;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    height: 14px;
    width: 10px;
    cursor: pointer;
}

.tag_nav.next {
    background: url(./images/tag_nav.png) no-repeat -10px 0px;
}

.tag_nav.prev {
    background: url(./images/tag_nav.png) no-repeat 0 0;
}

.selections.hlt {
    background-color: #f6fba6 !important;
}

.selections.active {
    background-color: #aac9ff !important;
}

/*=======================================
* Tooltips
* ======================================*/
.tooltip {
    display: block;
    z-index: 10;
    border: 1px solid #1593db;
    background-color: #fcfeca;
    font: 1em verdana;
    color: #000;
    padding: 5px;
    position: absolute;
    /*opacity: 1;

   text-align: center;*/
}

.tooltip.persistent a {
    white-space: pre;
}

/*updated*/
.current_doc_control_panel {
    line-height: 36px;
    border-bottom: 0 none;
    background: #f1f0f0; /* Old browsers */
	background: -moz-linear-gradient(top, #f1f0f0 0%, #979595 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f0f0), color-stop(100%,#979595)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f1f0f0 0%,#979595 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f1f0f0 0%,#979595 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f1f0f0 0%,#979595 100%); /* IE10+ */
	background: linear-gradient(top, #f1f0f0 0%,#979595 100%); /* W3C */
    height: 36px;
    /*min-width: 960px;*/
    padding-left: 10px;
}

.current_doc_control_panel span{
	 text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.75) !important;
}

.current_doc_control_panel .buttons a {
    margin-left: 10px;
}

.flg_cont {
    display: block;
    position: absolute;
    height: 20px;
    width: 60px;
    background-color: white;
    margin-top: -3px;
    z-index: 2;
}

.flg_sur {
    display: -moz-inline-box;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    height: 15px;
    width: 15px;
    margin-right: 2px;
    text-align: center;
    line-height: 15px;
    color: white;
    /*line-height: 45px;
    color:black;*/
    float: right;
    cursor: pointer;
    font-size: 9px;
    background-repeat: no-repeat;
}

.flg_sur.bkm {
    background-image: url(./images/bkm_flag.png);
    background-size: 55% auto;
    background-position: 5px 0;
}

.flg_sur.tag {
    background-image: url(./images/tag_flag.png);
}

.flg_sur.ann {
    background-image: url(./images/ann_flag.png);
}

.tooltiper_link {
    padding-left: 5px;
    padding-right: 5px;
    color: black !important;
}

.tooltiper_link:link {
    color: black !important;
}

.tooltiper_link.public {
    color: #aeaeae !important;
}

/*disussions block*/
.discussions .discussion {
    border: 1px solid #DEDEDE;
}

.discussions > div {
    padding: 5px;
}

.discussion .discussion_posted {
    margin: 3px 0;
}

.discussions a {
    color: #3399CC;
    font: bold 12px Arial;
    padding: 0;
    display: inline;
}

.discussion_forum a {
    font-size: 11px;
}

.discussions .discussions_board {
    padding: 9px 5px;
}

/*end of disussions block*/
/* styles for multiple documents case*/
.current_doc_table {
    width: 100%;
    border-right: 3px solid #606060;

}

.node_wrapper.small {
    width: 49.8%;
    /*float: left;*/
    display: -moz-inline-box;
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.node_wrapper.small .current_doc_control_panel {
    height: 72px;
    position: relative;
}

.node_wrapper.small .search_panel {
    position: absolute;
    top: 36px;
    left: 35px;
}

.node_wrapper.small .panel_controls {
	/* Infosys - changes done for multi document in viewer screen - req. # 4.h & 4.j - Start */
	/*position: absolute;*/ 
	/* Infosys - changes done for multi document in viewer screen - req. # 4.h & 4.j - End */
    top: 36px;
    right: 0px;
}

.v_option.both.unactive {
    background-image: url(./images/v_both_u.png);
}

.v_option.split.unactive {
    background-image: url(./images/v_split_u.png);
}

.selections span {
    background-color: inherit !important;
}
.selections.active .hlt{
    background-color: inherit !important;
}
.text_wrapper.do_selection{
   cursor: help;/* TODO! */
   /*cursor: text;*/
}






/*update*/ /*new*/
.rate_block .new{
   margin-top: 10px;
}

/*update*/ /*new*/
.rating_header {
   font: bold 11px Arial;
}

/*update*/ /*new*/
.tag .slide_toolbar{
   border-bottom: 1px solid #a4a5a5;
}

/*update*/ /*new*/
.ann .slide_toolbar{
   border-bottom: 1px solid #a4a5a5;
}

/*update*/ /*new*/
.discussions .slide_toolbar{
   border-bottom: 1px solid #a4a5a5;
}

/*update*/ /*new*/
.bkm .slide_toolbar{
   border-bottom: 1px solid #a4a5a5;
}

/*update*/ /*new*/
.tag .list_item {
    border-bottom: 1px solid #AEAEAE;
    margin-bottom: 5px;
    min-height: 20px;
    padding-left: 5px;
   padding-top: 5px;
}

/*update*/ /*new*/
.current_doc_table{
   border-right: 0 none;
   width: 100%;
    height: 732px;
}

/*update*/ /*new*/
#zoomNaviPan .img{
   width: 20px;
   height: 20px;
}

/*update*/ /*new*/
#zoomNaviCrop .img{
   width: 20px;
   height: 20px;
}

/*update*/ /*new*/
#zoomNaviOut .img{
   width: 20px;
   height: 20px;
}

/*update*/ /*new*/
#zoomNaviIn .img{
   width: 20px;
   height: 20px;
}

/*update*/ /*new*/
#zoomNaviMB .img{
   width: 16px;
   height: 14px;
}

/*update*/ /*new*/
#zoomNaviMT .img{
   width: 16px;
   height: 14px;
}

/*update*/ /*new*/
#zoomNavi100 .img{
   width: 16px;
   height: 14px;
}

/*new*/
hidden_doc hidden button_outer_left .a{
 	display: inline-block;
    *zoom: 1;
    *display: inline;
    background: #363636; /* Old browsers */
	background: -moz-linear-gradient(top, #8e8e8e 0%, #363636 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8e8e8e), color-stop(100%,#363636)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #8e8e8e 0%,#363636 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #8e8e8e 0%,#363636 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #8e8e8e 0%,#363636 100%); /* IE10+ */
	background: linear-gradient(top, #8e8e8e 0%,#363636 100%); /* W3C */
    padding: 0px 10px 0px;
    border: 1px solid #363636;
    color: #ffffff !important;
    text-decoration: none;
    font: bold 11px/12px Arial;
    line-height: 1;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
	position: relative;
	cursor: pointer;
	margin-top: 6px;
	margin-left: 10px;
}

/* TODO: see this selector in main.css */
.content_table td.center {
    overflow: hidden;/*TODO?*/
}

.search_result_inactive {
    background-color: #d5e4ff !important;
}

.search_result_active {
    background-color: #aac9ff !important;
}

.search_result_div {
    height: 25px;
    line-height: 25px;
    white-space: nowrap;
    border-bottom: 1px solid #D8D8D8;
}

.search_result_div_active {
    background-color: #d5e4ff;
}

.search_result_transcription {
    background-image: url(./images/ts_ico.png);
    background-repeat: no-repeat;
    padding-left: 25px;
}

.search_result_translation {
    background-image: url(./images/tl_ico.png);
    background-repeat: no-repeat;
    padding-left: 25px;
}

.search_result_annotation {
    background-image: url(./images/ann_ico.png);
    background-repeat: no-repeat;
    padding-left: 25px;
}


.rename .cke_wrapper table.cke_editor {
    max-width: 210px;
}

.rename .cke_contents iframe {
    max-width: 210px;
}

.slide_toggle .text_var a {
    display: inline;
    font: 11px/18px Arial;
    padding: 0;
    text-decoration: none;
}
td.cke_bottom {
    display:none;
}

div.text_var div.extra_data {
    padding-bottom:5px;
    clear:both;
}

div.text_var p {
    font: 11px/18px arial;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
    max-width: 200px;
}

.edit_ann_form div.form-item {
    float:left;
    margin:2px 0px 2px 2px;
}

.edit_ann_form .ann_edit_form_footer {
    float:right;
}

.edit_ann_form .ann_edit_form_footer a {
    float: left;
    /*margin-left: 5px;*/
    margin-right: 5px;
    line-height:12px;
}

.edit_ann_form .ann_edit_form_footer span.button_text {
    min-width:50px;
    text-align:center;
}

.toggle a {
    color: black;
    font: bold 13px/27px Arial;
    padding-left: 10px;
    text-decoration: none;
    text-shadow: 1px 1px 1px #FFFFFF;
}

.slide_toggle a.ann_report_link {
    padding:0px 0px 0px 0px;
    line-height:14px;
    text-shadow:none;
    display: inline-block;
}

#tooltip div.body {
    white-space: nowrap;
}

/* Infosys – Change for Print functionality - sda viewer page print button : Start */
.picto.print {
	background-image: url('./images/Download_Print_icon.jpg');
}
a.print_menu {
    display: inline-block;
    width:30px;
    height:20px;
}
/* Infosys – Change for Print functionality - sda viewer page print button : End */
/* Infosys - turn on & off flags and selections in viewer - Start */
/* Infosys - changes done for multi document in viewer screen - req. # 4.h & 4.j - (turn on & off flags and selections in viewer) - Start */
.toolbar .controls {
	min-width: 240px;
}
/* Infosys - changes done for multi document in viewer screen - req. # 4.h & 4.j - (turn on & off flags and selections in viewer) End */
.picto.ico{
	background-image: url("./images/Show_Hide_icons.jpg");
	margin-top: 7px;
}
.picto.ico.active{
	background-image: url("./images/Hide_icons.jpg");
	margin-top: 7px;
}
.hide_flags {
    visibility: hidden !important;
}
.hide_selections{
	background: none !important;
	border: none !important;
	text-decoration: none !important;
}
a .hide_selections {
	color: #4172BC !important;
}
/* Infosys - turn on & off flags and selections in viewer - End */
/* Infosys – Change for accomodating more characters in title[1.5.12] : Start */
.title_picks{
	/*width: 545px;*/
	display:inline-block;
}
/* Infosys – Change for accomodating more characters in title[1.5.12] : end */

/* Infosys - text viewer full screen - Start */
.picto.fscr{
	background-image: url("./images/fsc_init.png");
    margin-left: 85px;
    margin-right: 0;
    margin-top: 5px;
    position: absolute;
/* Infosys - changes done for multi document in viewer screen - req. # 4.h & 4.j - Start */
   /* height: 25px;
    width: 25px;*/
/* Infosys - changes done for multi document in viewer screen - req. # 4.h & 4.j - End */
}
.picto.fscr.active{
	background-image: url("./images/fsc_restore.png");
}
.full_screen{
	bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 9999;
}
.ac_results.full_screen{ /* Infosys - Change for Full screen tags drop down */
	z-index: 9999 !important;
}
.full_screen .sel_target .sel_form{
	right: 400px;
}
/* Infosys - text viewer full screen - End */
/* Infosys - Change for Pagination in Text Viewer[1.5.4] : Start */

.text_tab_wrapper #axzm_up_down_btns .page_number_wrapper,
.page_number_wrapper #text_pages_count {
    color: #000;
}
#axzm_up_down_btns .page_number_wrapper {
	margin-right: 25px;
}
#axzm_up_down_btns {
    width: 150px;
}
/* Infosys - Change for Pagination in Text Viewer[1.5.4] : End */

/* Infosys Added function to include snippets on search [3.a] : Start */
.info_td .slide_toggle#search_snippets_slide {
max-height: 420px;
}
/* Infosys Added function to include snippets on search [3.a] : End */

/* Infosys - Changes for Private Groups - Start */

table.pg_names td, table.pg_names th{
	padding: 5px;
	width: 200px;
}

table.pg_names td.group_name {
	width: 100px;
}

table.pg_names .checkbox_cell{
	padding: 0 5px !important;
	width: 30px !important;
}


.popup_pg_button {
    float: right;
    height: 25px;
    margin-left: 10px;
    text-align: center;
    width: 100px;
}

/* Infosys - Changes for Private Groups - End */

/* Infosys changes done for multi document in viewer screen - req. # 4.h & 4.j (for text viewer toolbar alignment issue) - start */
.toolbar_multidoc {
    background-color: white;
    border-top: 0 none;
    border-right: 0 none;
    border-bottom: 1px solid #DEDEDE;
    border-left: 0 none;
    height: 72px;
    padding-left: 20px;
}

.toolbar .controls_multidoc {
	margin-left: auto;
	margin-right: 10px; /*multi doc*/
	margin-top: 0px
	margin-bottom: 0px;
    width: 180px; /*multi doc*/
}

.picto.fscr_multidoc{
	background-image: url("./images/fsc_init.png");
    margin-left: 230px;
    margin-right: 0;
    margin-top: 5px;
    position: absolute;
}


/* Infosys changes done for multi document in viewer screen - req. # 4.h & 4.j (for text viewer toolbar alignment issue) - End */


/* Infosys change for addressing the Chrome issue with return link - Start */
.gc_err_msg{
 background-image: url(images/alert_sign.png);
background-size: 15px 15px;
background-repeat: no-repeat;
background-position: 3px 0;
 height: 15px;
 width: 25px;
 float: left;
}
/* Infosys change for addressing the Chrome issue with return link - End */
