.tab-screen{
    position: relative;
}
    
.screen .tab-screen .popup,
.screen .tab-screen .collapse-pop{
    display:none; 
    position: relative;
    background-color:#fff;
    color:#000;
    padding: 1em;
    width: 100%;
    box-sizing: border-box;
    border: 0.15em solid #023761;
    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: 0.1em;
    min-width: 8em;   
    display: inline-flex;
    width: 100%;
}
.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-inline-end: 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 .popup .pop-attacher{
    position: absolute;
    height: 2em;
    width: 0.20em;
    background-color:#023761;
    margin: 0 auto;
    left: 0em;
    right: 0em;
    top: -2em;
}
/* type - split-withpop 50% tab 50% pop*/
.tab-screen.split-with-pop .parent-div .clickable{margin: 0.5em 0em 0em 0em; padding: 0em; width: 100%; max-width: none;}
.tab-screen.split-with-pop .parent-div .clickable:first-child{margin-top: 0em;}
.tab-screen.split-with-pop .parent-div{
    display: inline-flex;
    flex-flow: column wrap;
    width: 30%;
    height: 100%;
    justify-content: center;
    align-content: center;
    min-height: 390px;
}
.tab-screen.split-with-pop .pop-parent{
    display: inline-block;
    vertical-align: top;
    width: 70%;
    padding-inline-start: 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;}
.tab-screen.folder-view .clickable .click-btn{
    border-radius: 0.5em 0.5em 0.0em 0.0em;
    border: 0.15em solid #0460A9;
    position: relative;
    top: 0.17em;
    height: 4.5em;
}
.tab-screen.folder-view .clickable .click-btn.hover{
    border-color:#023761;
}
.tab-screen.folder-view .clickable.current .click-btn{
    border-color:#0460A9;
    z-index: 2;
    background-color: #fff;
    color:#0460A9;
    border-bottom: none;
    
}
.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: 300px;
}
.tab-screen.folder-view .fix-height.popup .pop-col-img{
    position: absolute;
    width: 45%;
    min-height: 300px;
    height: 100%;}
.tab-screen.folder-view .popup {
    margin-top: 0em; 
    border-color:#0460A9;
    min-height: 320px;
    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: 950px;
}
.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: 30%;

}
.tab-screen.image-tab .clickable .click-btn {
    border-radius: 0em;
    width: 100%;
    min-width: auto;
    display: block;
    height: auto;
    padding: 0.2em;
    margin: 0em;
    transition: none;
}
.tab-screen.image-tab .clickable.circle {
    max-width: none;
    width: 46px;
    height: 46px;
}
.tab-screen.image-tab .clickable .click-btn.circle {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 10px 0px;
    background-color: #fff;
    color: rgb(65, 178, 151);
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
}
.tab-screen.image-tab .clickable .click-btn.circle .btn-icon{font-size: 1.4em; padding: 0em;}
.tab-screen.image-tab .clickable.current .click-btn.circle,
.tab-screen.image-tab .clickable .click-btn.circle.hover{
    background-color: rgb(65, 178, 151);
    color: #fff;
}
.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: 0.15em;
    position: relative;
}
.tab-screen.image-tab .clickable .click-btn .btn-txt {display: block; padding: 1em 0.5em;}
.tab-screen.image-tab .fix-height.popup,
.tab-screen.image-tab .fix-height.popup .popup-content-box,
.tab-screen.image-tab .fix-height.popup .pop-col-text,
.tab-screen.image-tab .fix-height.popup .pop-col-img{
    min-height: 175px;
}
/* type tab-in-tab-screen */
.tab-in-tab-screen .image-tab .clickable{max-width: 15%;}
.tab-in-tab-screen .tab-screen .clickable .click-btn .btn-txt {padding: 0.5em 0.5em;}
.tab-in-tab-screen .tab-screen .scroll-parent{max-height: 280px; padding-inline-end: 15px;}
.tab-in-tab-screen .tab-screen .popup .activity-panel{padding: 0em;}
.tab-in-tab-screen .tab-screen .popup .split-with-pop .parent-div{
    display: inline-flex;
    flex-flow: column wrap;
    width: 30%;
    height: 100%;
    justify-content: flex-start;
    align-content: flex-start;
    min-height: 250px;
    align-items: flex-start;
}
.tab-in-tab-screen .tab-screen .popup .split-with-pop .clickable .click-btn{display: table;}

.tab-in-tab-screen .popup .split-with-pop .pop-parent {
    display: inline-block;
    vertical-align: top;
    width: 70%;
    padding: 0em 0.5em;
    margin: 0em;
}
.tab-in-tab-screen .popup .accordion-screen .accordion-panel{padding: 0em;}
.tab-in-tab-screen .popup .accordion-screen .accordion-panel .clickable{max-width: none;}
.tab-in-tab-screen .popup .accordion-screen .accordion-panel .clickable .btn{display: table;}
.tab-in-tab-screen .popup .accordion-screen .accordion-panel .panel-collapse .text-box{padding: 1em;}


/* --mediaQuery Start-- */
