.col-25 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 27%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 80%;
    -ms-flex: 0 0 80%;
    flex: 0 0 27%;
    max-width: 27%;
}

.col-15 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 15%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 15%;
    -ms-flex: 0 0 15%;
    flex: 0 0 15%;
    max-width: 15%;
}

.col-70 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 70%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 70%;
    -ms-flex: 0 0 70%;
    flex: 0 0 45%;
    max-width: 70%;
}

.myfolder-i-upload {
    font-size: 30px !important;
    color: #35abdd !important;
}

.myfolder-upload-div {
    float: right;
    top: 6px;
    position: fixed;
    right: 11px;
    min-width: 15%;
    min-height: 36px;
    /* padding: 3px; */
}

.myfolder-item {
    width: 20% !important;
    float: left;
    margin: -1px -8px -16px -3px !important;
    background: none !important;
    border: none !important;
    height: 121px;
    padding-right: 90px!important;
}

.myfolder-loading {
    background-image: url('../img/cube.gif');
    background-repeat: no-repeat;
    /*margin: 221px;*/
    height: 100px;
    z-index: 10;
    background-position: center;
    position: relative;
    top: 50%;
	margin-top: -50px;
}

.myfolder-loading-wrapper {
    position: absolute;
    background: #000;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    z-index: 9;
}

img.folder-image {
    width: 70px;
    margin-left: 1px;
    height: 60px;
}


/************ callbell drive For Progressbar *********/

.folder-image img {
    width: 100%;
}

.myfolder #progress-count {
    color: #fff !important;
}

.myfolder .myfolder-progress {
    width: 100px !important;
}

.myfolder .meter {
    height: 6px !important;
}

.myfolder #meterUploadprogress {
    background: #FFFFFF !important;
}


/************ callbell drive For Progressbar End *********/

img.folder-image-document {
    width: 60px;
    margin-left: 11px;
    height: 60px;
}

img.tab-document {
    margin-left: 11px;
}

.myfolder-document-tab-div {
    /*border: 1px solid #3f9799 !important;*/
    margin: auto;
    height: 100px;
    z-index: 999;
    position: relative;
    width: 80px;
}

.myfolder-count {
    position: absolute;
    top: 71px;
    padding: 5px;
    color: #525252;
    right: 6px;
    text-align: center;
    width: auto;
}

img.myfolder-image {
    max-width: 83px;
    height: 98px;
}

.myfolder-item .Document-name {
    background: none !important;
    color: #4E4242;
    height: 16px;
    text-align: center;
}

.myfolder-button {
    background: none;
    cursor: pointer;
    border: none;
}

.myfolder-button-right {
    /*float: right;*/
    position: absolute;
    right: 5px;
}

.myfolder-button-left {
    float: left;
}

.myfolder-i-delete {
    color: #57B9E2 !important;
}

.myfolder-button-delete {
    width: 80px;
}

.myfolder-select {
    /*position: fixed;
    right: 60px;*/
    position: absolute;
    right: 5px;
    width: 65px;
    text-align: center;
	margin-top: 0 !important;
}

.myfolder-header-button {
    background: none;
    cursor: pointer;
    border: none;
    font-size: 19px !important;
    line-height: 36px !important;
}

.myfolder-notselect-item {
    opacity: 0.4 !important;
}

.myfolder-select-disabled {
    top: 23px;
    left: 22px;
    position: absolute;
    color: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 30px;
    background: #fff;
    text-align: center;
	-webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.5);
}

.myfolder-select-enable {
    top: 23px;
    left: 22px;
    position: absolute;
    color: #007aff!important;
    border-radius: 50%;
    width: 29px;
    height: 29px;
    font-size: 35px;
    background: #ffffff;
    text-align: center;
	-webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.5);
}

.myfolder-select-enable:before {
    line-height: 30px;
    left: -2px;
    position: absolute;
    width: 32px;
    height: 30px;
    top: -1px;
}

.tooltip-items {
    list-style: none;
    position: absolute;
    top: 2%;
    left: 11%;
    visibility: hidden;
    opacity: 0;
}

span.tooltip-forward-span {
    font-size: 17px;
    font-weight: bold;
    position: relative;
    padding: 9px 12px;
    right: 0px;
	line-height: 35px;
}

span.tooltip-return-span {
    font-size: 17px;
    font-weight: bold;
    position: relative;
    padding: 9px 12px;
    right: 0px;
	line-height: 35px;
}

.div_two {
    display: none;
    height: 35px;
    background: #000000;
    z-index: 999;
    position: absolute;
    width: auto;
    border-radius: 10px;
    color: #fff;
    text-align: center;
}

.div_two .myfolder-tooltip-option-label{    
	height: 35px;
    display: block;
    float: left;
    padding: 0px 12px;
    border-right: 1px solid #999999;
    line-height: 35px;
}

.tooltip-normal::after {
    content: '';
    position: absolute;
    left: 14%;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #000000;
    clear: both;
    top: 35px;
}
.list-view-tooltip::after {
    left:40%!important;
}

.tooltip-normal-left::after {
    content: '';
    position: absolute;
    right: 5%;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #000000;
    clear: both;
}

label.myfolder-tooltip-option-label {
    font-size: 15px;
    line-height: 1px;
    font-weight: bold;
}

.myfolder-searchbar {
    
}

input.myfolder-search-input {
    width: 100%;
    border-radius: 5px;
    left: 0px;
    position: relative;
    top: 0px;
    background: #ffffff;
    padding-right: 45px;
    box-sizing: border-box;
    padding-left: 15px;
}

.myfolder-search-input-icon {
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 9999;
	color:#16665a;
}

.myfolder-ion-content {
    top: 84px !important;
    padding: 11px 11px 11px 35px !important;
}

@media (min-width: 680px) {
    /*.modal {
        top: 0px !important;
        bottom: 0 !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
    }*/
    .platform-ios.platform-cordova .modal-wrapper .modal .bar-header:not(.bar-subheader) > * {
        margin-top: 20px;
    }
    .platform-ios.platform-cordova .modal-wrapper .modal .bar-header:not(.bar-subheader) {
        height: 64px;
    }
    .platform-ios.platform-cordova .modal-wrapper .modal .has-header,
    .platform-ios.platform-cordova .modal-wrapper .modal .bar-subheader {
        top: 64px;
    }
}

ion-modal-view.myfolder-strucure-view {
    width: 100%;
    left: 0px;
    top: 0px;
    right: opx;
    min-height: 85%;
    height: 100%;
}

ion-header-bar.myfolder-header-bar {}

.myfolder-structure-back::before {
    position: absolute;
    top: -6px;
    right: -6px;
    bottom: -6px;
    left: -6px;
    content: ' ';
}

.myfolder-structure-ion-content {
    background: #FFFFFF !important;
}
/*
.modal .scroll-content {
    background: #FFFFFF !important;
}*/

.myfolder-structure-list {
    margin-top: -9px;
    margin-left: -9px;
    margin-right: -9px;
}

.file-thumb-view {
    width: 100%;
    margin-top: 25px;
    margin-bottom: 15px;
    /* height: 50px; */
}

img.fileview-img {
    width: 80%;
    float: none !important;
    margin: 0px 10%!important;
}

.file-name-div {
    width: 100%;
    text-align: center;
    font-size: 25px;
    padding: 14px 10px;
    margin-left: -10px;
    margin-right: -10px;
    box-sizing: content-box;
    border-top: 1px solid #a6d6d6;
    border-bottom: 1px solid #a6d6d6;
    margin-bottom: 15px;
	color: #228072;
}


.viewer-footer {
    position: relative;
    top: 61px;
    background: #F1F1F1;
    height: 37px;
    width: 100%;
    margin-left: -11px;
}

.viewer-footer-button {
    font-size: 28px;
    line-height: 10px;
    margin-top: -2px;
}

.myfolderviewer-button-right {
    width: 45px;
    float: right;
    text-align: right;
}

label.file-details-label {
	font-size: 16px;
    line-height: 20px;
    width: 100%;
    display: block;
    color: #228072 !important;
    margin-bottom: 10px;
}

.myfolder-share-msg-group {
    background: none;
    cursor: pointer;
    border: none;
    font-size: 19px !important;
    width: 50px;
    position: absolute;
    top: 10px;
    right: 0px;
    float: right;
    color: #fff;
}
.myfolder-button-wrapper .myfolder-button-left{font-size: 17px; margin-top: -3px;}
.myfolder-button-wrapper label{font-size: 16px !important;line-height: 25px;}

.select-folder-footer .myfolder-button-right{font-size: 17px; margin-top: -3px;}
.select-folder-footer  .myfolder-button-delete i{font-size: 30px !important; top: -6px; position: relative;}

.members-list {
    display: none;
    height: 80px;
    background: #000000;
    z-index: 999;
    position: absolute;
    width: 100%;
    color: #fff;
    text-align: center;
}

.usersOrMessagegroup-name {
   
}

.not-configured-user {
    color: #82D5C7!important;
}
.myfolder-header-bar{
	background: #336797 !important; position:relative; z-index:9999; 
/* For browsers that do not support gradients */ background: -webkit-linear-gradient(left, #336797, #62c5c8) !important; 
/* For Safari 5.1 to 6.0 */ background: -o-linear-gradient(right, #336797, #62c5c8) !important;
/* For Opera 11.1 to 12.0 */ background: -moz-linear-gradient(right, #336797, #62c5c8) !important; 
/* For Firefox 3.6 to 15 */ background: linear-gradient(to right, #336797, #62c5c8) !important; 
/* Standard syntax */ color: #ffffff; border: none;
}
.folder-footer-bar{
	background: #ffffff !important;
    font-family: 'Oswald', sans-serif, Helvetica;
    padding: 0 !important;
    border-top: 1px solid #a6d6d6 !important;
    position: fixed;
    width: 100%;
    bottom: 0px;
    top: auto;
    right: 0px;
    height: 45px;
}

.call-bell-drive-link-disabled {
    pointer-events:none;
    opacity:0.6;
}

.upload-filetag-spinner {
  width:32px;
  height:32px;
  border-radius:32px;
  box-sizing:border-box;
  border:2px groove white;
  position:absolute;
  left:50%;
  top:50%;
  margin:-16px 0px 0px -16px;
  border-top-color:rgba(255,255,255,1);
  border-left-color:rgba(255,255,255,0.9);
  border-bottom-color:rgba(255,255,255,0.8);
  border-right-color:rgba(255,255,255,0.7);
  animation: upload-filetag-spinner 1000ms infinite linear;
  transform:translateZ(0px);
}

.upload-filetag-spinner-dotted {
  width: 28px;
  height: 28px;
  margin: 0px 0px 0px -23px;
  border-width: 4px;
  border-style:dotted;
  animation: upload-filetag-spinner 1000ms infinite steps(12,end), linear;
}

@keyframes upload-filetag-spinner {  
  0% {transform:rotate(0deg);}
  100% {transform:rotate(360deg);} 
}

.tooltip-for-small-screen::after {
    left: 92px!important;
}

.popup-container .popup{
    border: 1px solid #6cb7b7; color: #555555 !important; -webkit-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.2); -moz-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.2); box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.2);
	background: #ffffff;
	border-radius:10px;
	font-size: 19px !important;
    line-height: 23px !important;
	width: 80%  !important;
}
.popup-container .popup-head {
	border:none;
}
.popup-container .popup-head h3{
    color: #555555 !important;
    font-size: 19px !important;
    line-height: 23px !important;
	font-weight:bold;
}
.popup-container .popup-buttons button:last-child {    
    border-left: 1px solid #e2e2e2 !important;
}
.popup-container .popup-buttons{padding:0px;}
.popup-container .popup-buttons .button{margion:0px !important;}

.popup-container .popup-buttons{min-height:45px !important;}
.popup-container .popup-buttons  button{
    width: 49%;
    border: none !important;
    margin: 0px !important;
    background: none !important;
    border-radius: 0px;
    color: #999999;
    font-size: 18px;
    min-height: 45px !important;
    line-height: 18px !important;
    padding: 5px 5px;
	border-top: 1px solid #e2e2e2 !important;
}
.popup-container .popup-buttons  button.button-positive{
	color: #35abdd!important;
	border-left: 1px solid #e2e2e2 !important;
}
.popup-container .popup-body {
    padding: 10px 20px !important;
}
.popup-container .popup-body input{
	height: 45px;
    padding: 5px 10px;
    border: 1px solid #e2e2e2 !important;
    margin-bottom: 15px;
}

.folder-footer-bar i {
    font-size: 30px;
}
.share-strucure-view .myfolder-structure-ion-content{
    background: #3ea4ad !important;
    z-index: 99999;
}
.share-strucure-view .myfolder-structure-ion-content .item{ 
	background: none !important;
    border: none !important;
    border-bottom: 1px solid #5ac3cc !important;
    color: #ffffff !important;
    margin-left: -10px;
    margin-right: -10px;
    padding: 8px 50px 8px 50px;
    min-height: 48px;
    line-height: 24px;
}
.share-strucure-view .myfolder-structure-ion-content .item .usersOrMessagegroup-name{color:#ffffff !important; line-height: 32px;}
.share-strucure-view{ width: 84% !important; left: 8% !important; top: 50px !important;  height: 70% !important;}
.share-strucure-view .item-checkbox .checkbox{top:25px !important;}
.share-strucure-view  .item  .ion-chevron-right{ padding-left: 10px;}
.share-strucure-view  .item  .ion-chevron-right:before{ left: -8px; position: relative;}

.myfolder-structure-list .item.depth-1{ padding: 10px 10px 10px 48px;}
.myfolder-structure-list .item .symbol i{font-size: 30px !important; position: absolute;top: 4px; left: 15px;}

.search-filter-container { width: 100%;}
.search-filter { width: 190px; font-size: 19px; border: 2px solid #35abdd; padding: 0px !important; line-height: 35px; border-radius: 5px; }
.search-filter div{ width: 94px; text-align: center!important; color:#35abdd !important; font-size:17px;}
.search-filter div.active{ background-color: #35abdd !important;color: #ffffff !important;}
.drive-view-type-container { line-height: 35px; position: absolute; right: 5px; }
.drive-view-type-container i {
    float: right;
  font-size: 24px !important;
  margin: 0px;
  min-width: 38px;
  text-align: center;
  color: #35abdd;
  border-radius: 4px;
  min-height: 34px;
  line-height: 34px;
}
.drive-view-type-container i.active {
  background-color: #35abdd;
  color: #fff;
}
.list-view-progress-upload .item-avatar,.drive-list-view .item-avatar {background-color: inherit !important; border-left-width: 0px !important;
  border-right-width: 0px !important;}
.list-view-progress-upload .item-avatar img,.drive-list-view .item-avatar img { border-radius: 0px!important;}
.drive-list-view { margin-bottom: 0px!important;}
.drive-list-view i { z-index: 99999 !important;}
.drive-list-view-select-not-web { width: 100%; float: right;}
.drive-list-view-select-web { width: 100%; float: right; margin-left:50px;}
.drive-list-view-select-container-not-web { width: 20%;}
.drive-list-view-select-container-web { width: 40;}
.list-view-progress-upload {margin-bottom: 0px!important;}
.list-view-progress-upload video { position: absolute; top: 16px; left: 16px; max-width: 40px; max-height: 40px; width: 100%; height: 100%; }
.drive-list-option-delete { background-color: #ef473a !important; color: #fff;}

.drive-list-view .list .item-content{  background: none !important;padding-left:55px; border:none !important;}
.drive-list-view .item-avatar .item-content > img:first-child{left:0px;}
.drive-list-view .button.button-dark { background: #35abdd !important; }
.drive-list-view .drive-list-option-delete{background: #62c5c8 !important; }
.drive-list-view .myfolder-select-enable{left:5px;}
.drive-list-view .myfolder-select-disabled{left:5px;}

.drive-list-view .item-avatar.item-complex{border:none !important; border-bottom:1px solid #62c5c8 !important;}
