.tab-screen{
    position: relative;
}
    
.screen .tab-screen .popup,
.screen .tab-screen .collapse-pop{
    display:none; 
    position: relative;
    background-color: rgba(255, 255, 255, 0.85);
    box-shadow: 0px 8px 6px rgba(0, 0, 0, 0.34);
    color:#141E55;
    padding: 1.5em;
    width: 100%;
    box-sizing: border-box;
    margin: 0.0em 0em 0em 0em;
    border-radius: 0.0em;
    /* transition: all 1s ease-in; */
}
.screen .tab-screen .collapse-pop{
    position: relative; 
    display: none; 
    width: 100%; 
    margin:0.2em 0em 0.5em 0em;
    height: auto;
}
.screen .tab-screen .popup.no-padding{padding: 0em;}
.screen .tab-screen .popup .pop-col-text{background-color: #fff;}  
.screen .tab-screen .popup .pop-col-text.alpha-bg{background-color: rgba(255, 255, 255, 0.7); padding: 1em;}   
.screen .tab-screen .popup .text-box{padding: 0em;}
.tab-screen .fix-height.popup,
.tab-screen .fix-height.popup .popup-content-box,
.tab-screen .fix-height.popup .pop-col-text,
.tab-screen .fix-height.popup .pop-col-img{
    min-height: 235px;
}
.tab-screen .fix-height.popup.no-padding,
.tab-screen .fix-height.popup.no-padding .popup-content-box,
.tab-screen .fix-height.popup.no-padding .pop-col-text,
.tab-screen .fix-height.popup.no-padding .pop-col-img{min-height: 263px; }
.tab-screen .col-text {padding-bottom: 0em;}
.tab-screen.activity-panel,
.tab-screen .activity-panel{
    position: relative;
    top: 0em;
    left: 0em;
    width: 100%;
    padding: 1em 0em;
    margin: 0em;

}
.screen .tab-screen .popup.trans-bg,
.screen .tab-screen .collapse-pop.trans-bg{
    background-color:transparent;
}
.tab-screen .parent-div{
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: row;
}
.tab-screen .parent-div .clickable {
    position: relative;
    display: block;
    padding: 0em 0.4em 0em 0em;
}

.tab-screen .parent-div .clickable .click-btn {
    border-radius: 0em;
    min-width: 8em;   
    display: inline-flex;
    width: 100%;
    font-size: 20px;
    background-color: #141E55;
    color: #fff;
    letter-spacing: 0px;
}
.tab-screen .clickable .click-btn .desktop-view {display: table-cell;}
.tab-screen .clickable .click-btn .mobile-view {display: none;}
.tab-screen .clickable .click-btn .btn-txt{ width:auto;}
.tab-screen .clickable .click-btn .btn-icon{ width:1.5em; padding-right: 0.5em;}
.tab-screen .clickable .click-btn .btn-icon.icon1{
    padding: 0em;
    width: 1.5em;
}
.tab-screen .clickable.full {
    width:100%;
    margin: 0em 0em 0.5em 0em;
}
.tab-screen .clickable.full .click-btn {width:100%;}
.tab-screen .clickable.current .click-btn{cursor: default;}
.tab-screen .popup .pop-attacher{
    position: absolute;
    height: 2em;
    width: 0.20em;
    background-color:#023761;
    margin: 0 auto;
    left: 0em;
    right: 0em;
    top: -2em;
}
.tab-screen .menuBtnCircle{
    width: 16px;
    height: 16px;
    border: 2px solid #fff;
    border-radius: 50%;
    position: absolute;
}
/* type - split-withpop 50% tab 50% pop*/
.tab-screen.split-with-pop .parent-div .clickable{margin: 0.5em 0em 0em 0em; padding: 0em;}
.tab-screen.split-with-pop .parent-div .clickable:first-child{margin-top: 0em;}
.tab-screen.split-with-pop .parent-div{
    display: inline-block;
    vertical-align: top;
    width: 30%;
}
.tab-screen.split-with-pop .pop-parent{
    display: inline-block;
    vertical-align: top;
    width: 70%;
    padding-left: 0.5em;
}
.tab-screen.split-with-pop .clickable .click-btn{ height: 4em; display: table;}
.tab-screen.split-with-pop .pop-parent .popup{ margin: 0em;}

/* type - folder-view*/
.tab-screen.folder-view .clickable {margin-bottom: 0em; padding: 0em 0.5em 0em 0em;}
.tab-screen.folder-view .clickable .click-btn{
    position: relative;
    top: 0em;
    height: 54px;
    background-color: #B0AA7E;
    color: #fff;   
    min-width: auto;
    width: 220px;
}
.tab-screen.folder-view .clickable .click-btn .btn-txt{width: 100%;}
.tab-screen.folder-view .clickable .click-btn.hover{
    background-color: #fff;
    color: #141E55;
}
.tab-screen.folder-view .clickable.current .click-btn{
    background-color: #fff;
    color: #141E55;
    z-index: 2;
   
}

.tab-screen.folder-view .fix-height.popup,
.tab-screen.folder-view .fix-height.popup .popup-content-box,
.tab-screen.folder-view .fix-height.popup .pop-col-text,
.tab-screen.folder-view .fix-height.popup .pop-col-img{
    min-height: 540px;
}
.tab-screen.folder-view .fix-height.popup .scroll-parent{max-height: 450px;}
.tab-screen.folder-view .fix-height.popup.ht-small,
.tab-screen.folder-view .fix-height.popup.ht-small .popup-content-box,
.tab-screen.folder-view .fix-height.popup.ht-small .pop-col-text,
.tab-screen.folder-view .fix-height.popup.ht-small .pop-col-img{
    min-height: 500px;
}
.tab-screen.folder-view .fix-height.popup.ht-small .scroll-parent{max-height: 410px;}
.tab-screen.folder-view .fix-height.popup .pop-col-text{
    width: 65%;
}
.tab-screen.folder-view .fix-height.popup.popup.no-padding .pop-col-text{padding: 2em;}
.tab-screen.folder-view .fix-height.popup .pop-col-img{
    position: absolute;
    width: 35%;
    height: 100%;
}
.tab-screen.folder-view .popup {
    margin-top: 0em;     
    min-height: 540px;
    z-index: 1;
}
/* type - image tab*/
.tab-screen.image-tab .parent-div {
    position: relative;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 0 auto;
    /* IE hack */
    max-width: 1540px;
}
.tab-screen.image-tab .pop-parent {
    position: relative;
    width: 100%;
    margin: 1em auto 0em;
}

.tab-screen.image-tab .clickable {
	margin: 0.0em;
	padding: 0em;
	max-width: 28%;

}
.tab-screen.image-tab .clickable .click-btn {
    border-radius: 0em;
    width: 100%;
    min-width: auto;
    display: block;
    height: auto;
    padding: 0.2em;
    margin: 0em;
	left: 0;
    transition: all 100ms ease-in;
}

.tab-screen.image-tab .clickable .click-btn.magnify-btn .magnify-icon{
    transition: all 200ms ease-in;
 
}
.tab-screen.image-tab .clickable .click-btn.magnify-btn.hover{
    background-color: transparent;
}
.tab-screen.image-tab .clickable.current .click-btn.svg-img-box,
.tab-screen.image-tab .clickable .click-btn.svg-img-box.hover{
    background-color: #e3f7fd;
}
.tab-screen.image-tab .clickable .click-btn.magnify-btn.hover .magnify-box{
    background-color:#023761;
}
.tab-screen.image-tab .clickable .click-btn.magnify-btn.hover .magnify-icon{
    -ms-transform: scale(1.2);
	-webkit-transform: scale(1.2);
    transform: scale(1.2);
    
}
.tab-screen.image-tab .clickable .click-btn .btn-img {
    width: 100%;
    border-radius: 0em;
    position: relative;
    /* border: 8px solid #fff; */
    overflow: hidden;
    transition: none;
}
/* .tab-screen.image-tab .clickable .click-btn.hover{
    -ms-transform: scale(1.05);
	-webkit-transform: scale(1.05);
    transform: scale(1.05);
    
} */
.tab-screen.image-tab .clickable .click-btn.hover .btn-img {border-color: #001489;}
.tab-screen.image-tab .clickable .click-btn .btn-txt {display: block; padding: 1em 0.5em;}


/* --mediaQuery Start-- */
