﻿
@charset "utf-8";
/* CSS Document */

/*Page Setting*/
@font-face {
    font-family: 'OutlookSampleApp';
    src: url("/includes/fonts/OutlookSampleApp.eot?4e35sj");
    src: url("/includes/fonts/OutlookSampleApp.eot?#iefix4e35sj") format("embedded-opentype"), url("/includes/fonts/OutlookSampleApp.woff?4e35sj") format("woff"), url("/includes/fonts/OutlookSampleApp.ttf?4e35sj") format("truetype"), url("/includes/fonts/OutlookSampleApp.svg?4e35sj#OutlookSampleApp") format("svg");
    font-weight: normal;
    font-style: normal;
}

html {
    font-family: Arial, sans-serif !important;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;

}

body {
    overflow-x: auto !important;
}

.bg{
 	background-image: url("/includes/images/aispace-logo-bg.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size:150px 150px;
}

a:link, a:visited {
    color: #3b54a3;
    /*font-weight:700;*/
    text-decoration: none;
}

a:hover {
    color: #3498db ;
    text-decoration: none;
}

table {
    border-spacing: 0px !important;
}

.rgRow > td {
    /*height:115px !important;*/
    height: 58px !important;
}



/*Page layout*/

html, body#fullheight {
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-y: hidden;
}

#header {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 60px;
    box-sizing: border-box;
    z-index: 999;
    min-width: 1024px;
    max-width:100%;
    background: #333333;
    display: grid;
    grid-template-columns: 302px auto 200px;
    vertical-align: middle;
    padding:10px;  
}

#full {
    position: absolute;
    top: 60px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    border-style: none;
    background: #ffffff;
    min-width: 1024px;
    max-width:100%;
    display: grid;
    grid-template-columns: 60px 250px auto;
}

#detail_full {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    border-style: none;
    background: #f5f5f5;
}

#left-icon-panel {
    height: 100%;
    width: 60px;
    background:#444444;
padding-top: 5px;
}
#left-panel {
    height: 100%;
    width: 250px;
    background: #EDEDED;
}
#content{
    margin-left: 52px;
    height: 100%;
    box-sizing: border-box;
}
.sub-menu{
    overflow-y: auto;
    width: 250px;
height:calc(100% - 150px);
position: absolute;
padding:10px;
box-sizing: border-box;
}

#right {
    height: 100%;
    box-sizing: border-box;
}
.storage{
position:fixed;
    width: 230px;
bottom:0;
box-sizing: border-box;
margin:10px;
background:rgba(255, 255, 255, 0.4);
border-radius:5px;
}
#middle {
    height: 100%;
    padding: 20px;
    box-sizing: border-box;
}

.h40 {
    height: 40px;
}

.h70 {
    height: 70px;
}

.h99 {
    height: 99%;
}

.h100 {
    height: 100%;
}

.table, .row, .cell {
    outline: none;
    border: none;
    outline-style: none;
    vertical-align: top;
    text-align: left;
}

.table {
    border-collapse: collapse;
    display: table;
    table-layout: fixed; /* This will ensure the cells within the table will keep there width. */
    width: 100%;
}

.row {
    display: table-row;
    width: 100%;
}

.cell {
    display: table-cell;
    /*white-space: nowrap;  This property is used to show ellipses, when the content within de cell is overflown. */
    overflow: hidden; /* This property is used to show ellipses, when the content within de cell is overflown. */
    -ms-text-overflow: ellipsis; /* This property is used to show ellipses, when the content within de cell is overflown. */
    -o-text-overflow: ellipsis; /* This property is used to show ellipses, when the content within de cell is overflown. */
    text-overflow: ellipsis; /* This property is used to show ellipses, when the content within de cell is overflown. */
}

.cell-setting {
    display: table-cell;
    border: 1px solid #cccccc;
    margin: 10px;
}

.clear:after {
    content: "";
    display: block;
    clear: both;
}

/* Layout for Uploader*/
#uploader {
    height: 100%;
}

    #uploader .table {
        border-collapse: collapse;
        display: table;
        table-layout: fixed; /* This will ensure the cells within the table will keep there width. */
        width: 100%;
        height: 100%;
    }

/*scrollbar*/


::-webkit-scrollbar {
  height: 8px;              /* height of horizontal scrollbar ← You're missing this */
  width: 8px;               /* width of vertical scrollbar */
  /*border: 1px solid #d5d5d5;*/
}


/* Track */
::-webkit-scrollbar-track {
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); */
    -webkit-border-radius: 2px;
    border-radius: 10px;
    background: #d1d2d3;
}

/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 2px;
    border-radius: 10px;
    background: #999;
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); */
}

    ::-webkit-scrollbar-thumb:window-inactive {
        background: #999;
    }

/*Header*/

html .main-header {
    padding: 5px 0 0 0;
    width: 100%;
}

html .main-header {
    background: #ffffff; /*	background: -moz-linear-gradient(top,  #ffffff 0%, #f2f2f2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f2f2f2));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%);
	background: linear-gradient(top,  #ffffff 0%,#f2f2f2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 );
*/
}

.main-header {
    /*padding: 2px 10px;*/
    color: #000;
    display: table;
}

.home-btn {
width: 91px;
    height: 40px;
/*    background-image: url(../images/logo-w.png);
    background-size: cover;*/
}

.search-info {
    vertical-align: middle;
}

.top-user {
    height: 40px;
    vertical-align: middle;
    text-align: right;
}

.top-user-group {
    display: table;
    width: 100%;
}

.top-user-name {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
}

.top-user-name-truncate {
    width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: bloack:
}


.top-user-img {
    display: table-cell;
    width: 50px;
    vertical-align: middle;
    text-align: right;
}
/* Top Searchbar*/

html .RadNavigation .RadSearchBox + .searchBtn {
    z-index: 1;
    position: relative;
    background: #222;
    border-width: 1px 0;
    border-style: solid;
    border-color: #4e4e4e;
}

html .RadNavigation .RadSearchBox {
    position: absolute;
    right: 0;
    min-width: 0;
    z-index: 2;
    transition: width 0.4s ease;
}

    html .RadNavigation .RadSearchBox.hidden {
        display: inline-block !important;
        width: 46px !important;
        z-index: 0;
    }

    html .RadNavigation .RadSearchBox .rsbInner {
        height: 52px;
        position: relative;
        color: #fff;
        border: 0;
        background: #000;
        overflow: hidden;
    }

    html .RadNavigation .RadSearchBox .rsbInput {
        height: 48px;
    }

    html .RadNavigation .RadSearchBox .rsbButtonSearch {
        width: 54px;
        height: 54px;
        box-shadow: none;
        outline: none;
        margin: -1px;
        border-color: transparent;
        cursor: pointer;
        position: absolute;
        right: 0;
    }





/* Styles for search dropdown */

#search {
    width: 357px;
    margin: 4px;
}

#search_text {
    width: 60%;
    padding: 15px 0 15px 15px;
    font-size: 1.3em;
    font-weight: 100;
    border: 0 none;
    height: 40px;
    margin-right: 0;
    outline: none;
    float: left;
    box-sizing: border-box;
    transition: all 0.15s;
    border-left: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: #cccccc;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #cccccc;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #cccccc;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #cccccc;
}

#search_button {
    border: 0 none;
    background: url(/includes/images/icon-search.png) center no-repeat;
    width: 40px;
    float: left;
    padding: 0;
    text-align: center;
    height: 40px;
    cursor: pointer;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
}



#search_select {
    float: left;
    height: 40px;
    border: 1px solid #cccccc;
    font-size: 1em !important;
    font-weight: 100;
    padding-top: 0px;
}


/*Explorer Menu*/

.group-but {
    width: 220px;
    text-align: right;
    padding-right: 10px;
}

.group-tab{
text-align:center;
}
.ThirdMenu .group-tab {
    /*width:280px;*/
	padding:2px;
}

.group-combobox {
    width: 140px;
    padding-top: 10px;
}

.group-viewlist {
    width: 70px;
    text-align: right;
    padding-right: 10px;
    padding-top: 8px;
}
/* Usage Indicator */
.usage-indicator {
    font-size: 0.8em;
    text-align: left;
    margin: 5px 0px 10px 0px;
    width: 165px;
}

.usage-indicator-used {
    font-weight: 700;
    /* color:#fbb61a;*/
    color: black;
}



/*sidenavi css fix extra*/

.SideNavi-container {
    position: relative;
    height: 99%
}

.SideNavi {
    overflow-y: auto;
    overflow-x: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding-top: 10px;
}

    .SideNavi .tree {
        margin-bottom: 10px;
        padding-bottom: 20px;
        border-bottom: 1px solid #cccccc;
    }

    .SideNavi .menu {
        margin-bottom: 10px;
        padding-bottom: 20px;
        border-bottom: 1px solid #cccccc;
    }

    .SideNavi .StorageSummary {
        margin-bottom: 20px;
        padding: 0 10px;
    }


.loadingpanel_main{
	position: absolute; 
	top: 0; left: 0; height: 100%; width: 100%; 
	background-color:rgb(0,0,0, .6); 
	z-index:9999; 
	background-image:url(/includes/images/aispace_loading_main.gif) !important; 
	background-repeat: no-repeat; 
	background-position: center; 
	background-size:80px 80px;
}
.loadingpanel{
	position: absolute; 
	top: 0; left: 0; height: 100%; width: 100%; 
	background-color:rgb(255,255,255, .6); 
	z-index:9999; 
	background-image:url(/includes/images/aispace_loading.gif) !important; 
	background-repeat: no-repeat; 
	background-position: center; 
	background-size:80px 80px;
}
.loadingpanel_modal{
	position: absolute; 
	top: 0; left: 0; height: 100%; width: 100%; 
	background-color:rgb(255,255,255, .6); 
	z-index:9999; 
	background-image:url(/includes/images/aispace_loading.gif) !important; 
	background-repeat: no-repeat; 
	background-position: center; 
	background-size:60px 60px;
}

.errorstyle {
    color: #e40521;
}

/* Storage Side Navi*/
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 99999;
  top: 60px;
  left: 52px;
  background-color: #ffffff;
  overflow-x: hidden;
  transition: 0.5s;
box-shadow: 0 10px 16px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%) !important;

}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

#main {
  transition: margin-left .5s;
  padding: 16px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

 .TelerikModalOverlay
  {
   background: black !important;
   opacity: .6 !important;
   -moz-opacity: .6 !important;
  }

type="text"{
height:36px !important;
}
.RadComboBox input, input[type=checkbox]{
height:unset !important;
}
input, textarea{
border-radius:5px !important;
}

.lockBg{
background:red;
}