
body{
    font-family: 'Open Sans', sans-serif;
}
.container{
}
.header-wrapper{
    background: #000;
    width: 100%;
}
.site-branding{
    padding: 10px 0;
}
.primary-navigation{
}
ul.navbar-nav{
    margin: 0;
}
ul.navbar-nav li a{
    float: left;
    list-style: none;
    padding: 12px 0px 10px 20px;
    color: #fff;
    background: none;
}
ul.navbar-nav li a:hover{
	background:none;
}
.nav>li>a:focus, .nav>li>a:hover{
        background:none;
}
li.user-settings .fa-user{
    background: #fff;
    color: #000;
    padding: 3px;
    border-radius:2px;
    margin-right: 5px 
}
.site-nav-active{
    color: #009C58;
}
.btn-upload{
    background: #000;
    color: #fff;
	transition: 0.3s ease;
}
.btn.focus, .btn:focus, .btn:hover {
	color: none;
	text-decoration: none;
}
.btn-upload.focus, .btn-upload:focus, .btn-upload:hover{
    color: #fff ; 
	
}
.actions-links ul{
    margin: 0;
    padding: 0;
}
.actions-links ul li{
    list-style: none;
    float: left;
    padding: 7px 5px;
    color: #fff;
    font-size: 14px;
    font-weight: 100;
}
.actions-links ul li a{
    text-decoration: none;
    color: #fff;
}
.actions-links ul li a:hover{
    color: #000;
    display: block;
}
.actions{
    background: #009C58;
    padding: 10px 10px;
}
.side-user-wrapper{
    background: #F0F0F0;
    padding: 15px 0;
}
.side-buttons{
    padding: 10px 0;
}
.btn-upgrade, .btn-support{
    background: #fff;
    color: #646464;
    width: 100%;
	margin: 5px 0;
	transition: 0.3s ease;
	border: 1px solid #E2E2E2;
}
.btn-upgrade:hover, .btn-support:hover{
	background:#009C58 !important;
	color:#fff;
}
label{
	font-weight:400;
}
.btn-submit{
    background: #009C58;
    color: #fff;
    border-radius: 0;
    padding-right: 10px;
    width: 60%;
    padding: 10px 0;
    margin-top: 20px;
	transition: 0.3s ease;
	
}

.btn-cancel{
    background: #000;
    color: #fff;
    border-radius: 0;
    width: 39%;
    padding: 10px 0;
    margin-top: 20px;
	transition: 0.3s ease;
}
input.form-control {
    height: 45px;
    border-radius: 0;
}
.form-group label {
    font-size: 20px;
    font-weight: 100;
}
.input-group-addon{
    /* anselm 
    background: #009C58;
    color: #fff;*/
    border-radius: 0;
}
.input-group-addon i.fa-lock{
    padding:0 5px;   
}
.disk-title span, .folder-title span{
    color: #5A5A5A;
	font-size:12px;
}

.side-panel h4{
    /*anselm color: #009C58;*/
	font-weight:bold;
	font-size:16px;
}
.side-panel p{
	font-size:13px;
}
.side-panel .icon-wrapper{
	/*background: #fff;*/
	border-radius: 50%;
	text-align: center;
	padding: 9px;
	height: 54px;
    width: 58px;
    margin: 0 auto;
	transition: 0.3s ease;
}
.side-panel .icon-wrapper:hover{
	background: #009C58;
	
}
.icon-wrapper img {
	width: 80%;
}
.progress{
    height: 10px;
    margin: 5px;
	border: 1px solid #ccc;
}
.progress-bar{
    background-color: #000;   
}
.caption-status{
    font-size: 12px;
    color: #9D9D9D;
}
.navbar-toggle {
    background: #009C58;
	margin-right: 0;
}
.icon-bar {
    background: #333 !important;
}
#user-settings{
    display: none;
}

/* modal */
/*
.modal-header{
    background: #F7F7F7;   
}
*/

.modal-header h3{
    color: #009C58;
}
.modal-body{
    padding: 30px 50px 50px 50px;
      max-height: 350px; 
    overflow-y: auto; 
    -webkit-overflow-scrolling: touch; 
}
.modal-active-link{
    margin-bottom: 40px;   
}
.btn-modal-close{
    border-radius: 0;   
}
.btn-modal-create{
    border-radius: 0;
    background: #009C58;
    color:#fff;
}
.btn-modal-create:hover{
    color: #fff;   
}
.modal-content{
    border-radius: 0;   
}

.validation-error-msg{
    color:rgb(207, 46, 46);
    font-weight:600;
}
.search-wrapper {

}
.search-wrapper input{
	height:30px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.btn-search{
	height:30px;
	transition: 0.3s ease;
}
.sub-actions-wrapper{
	padding: 40px 0 10px;
	border-bottom:1px solid #EDEDED;
}
.sub-actions label{
	font-weight:400 !important;
	margin-top: 3px;
}

.sub-actions ul{
	padding: 0;
	margin: 0;
	margin: 0 15px;
}
.sub-actions ul li{
	list-style:none;
	float:left;
	margin: 0 15px;
}
.fa-sort-desc{
	vertical-align:top;
}
.user-folder-info .form-group{
	margin:0;
}
.user-folder-info .fa-folder{
	font-size:50px;
	color:#E5E5E5;
}
.user-folder-info .fa-folder:hover{
	color:#009C58;
}
.user-folder-info .folder-title{
	margin-bottom:0;
	font-weight:900;
    font-size:13px;
}
.user-folder-info .date-updated{
	font-size:12px;
    color: #A1A1A1;
}
.sub-action-wrapper{
	margin-left: 70px;
}
.sub-action-links ul{
	margin: 0;
    padding: 0;
}
.sub-action-links ul li {
	list-style: none;
	float: left;
	margin: 0 5px;
	
}
.sub-action-links ul li a{
	color:#F0F0F0;
	text-decoration:none;
    font-size:13px;
}
.sub-action-links ul li a:hover{
	color:#333;
	transition: 0.5s ease;
}
.sub-action-links ul li a i:hover{
	color:#009C58 !important;
}

.sub-action-icons ul{
	margin: 0;
	padding: 0;
	height: 40px;
	padding: 10px 0;
}
.sub-action-icons ul li {
	list-style: none;
	float: left;
	margin:0 10px;
}
.sub-action-icons ul li a{
	color:#CDCDCD;
	text-decoration:none;
}
.sub-action-icons ul li a:hover{
	color:#333;
}
.sub-action-icons ul li a i:hover{
	color:#009C58;
}

.footer-wrapper{
	background:#333;
	padding: 10px 0;
	position: fixed;
	bottom:0;
	width:100%;
	z-index:5
}
.site-footer ul{
	margin:0;
	padding:0;
}
.site-footer ul li{
	float:left;
	list-style:none;
    color:#fff; 
    padding-right:20px;
}
.site-footer ul li a{
    margin: 0 15px;
	color:#fff; 
    text-decoration: none;
}
.margin-bottom{
	margin:40px 0;
}
.btn-login{
	background: #009C58;
	color: #fff;
	border-radius: 0;
	padding-right: 10px;
	width: 100%;
	padding: 10px 0;
	margin: 20px 0;
	transition: 0.3s ease;
}
.btn:hover{
	
}
.page-header h3{
	color:#009C58;
}
.login-links, .signup-links{
	margin:20px 0;
}
.check-all{
	margin-top:2px !important;
}
.folder-checkbox{
	float:left;
}
.folder-description{
	float:left;
	margin-left:10px;
}
.search-wrapper .form-control{
	z-index:0;
}
.folder-list{
	padding: 3px 0;
	height: 70px;
	border-bottom: 1px solid #F0F0F0;
	
}
.folder-list:hover {
	background: #FAFAFA;
	
}
.folder-list:hover > .col-sm-7 > .sub-action-wrapper > .sub-action-links ul li i, 
.folder-list:hover > .col-sm-7 > .sub-action-wrapper > .sub-action-links ul li a{

	background: #FAFAFA;
	color:#999 !important;
}
.folder-list:hover > .col-sm-7 > .sub-action-wrapper > .sub-action-links ul li:hover i,
.folder-list:hover > .col-sm-7 > .sub-action-wrapper > .sub-action-links ul li:hover a
{
	color:#009C58 !important;
}
.side-panel > .col-md-12 > .col-xs-8{
	padding-left:0 !important;
}
.folder-list:hover > .col-sm-5 > .user-folder-info > .form-group > .folder-checkbox > i{
	color:#009C58;	
}
ul.dropdown-menu li {
	margin: 0;
}
.scrollToTop{
	padding: 10px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	position: fixed;
	right: 2px;
	background: rgba(0, 0, 0, 0.79);
	color: #fff;
	bottom: 35px;
	display:none;
}
.scrollToTop:focus, .scrollToTop:active, .scrollToTop:hover{
	color:#fff;
}
.scrollToTop:hover{
	text-decoration:none;
}

.top-padding{
  padding-top:20px;
}

ul.dropdown-menu li {
	width: 100%;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
background-color: #000;
}

.nav .dropdown-menu a{
	color:#000;
}

.nav .dropdown-menu li a{
	width:100%;
}


.nav .dropdown-menu li a:hover{
	background-color:#333333;
    color: #fff;
}
   
ul.navbar-nav li a {
    float: left;
    list-style: outside none none;
    padding: 5px 10px 5px 20px;
    color: #FFF;
    background: none repeat scroll 0% 0% transparent;
}
/*  anselmb ackground on items before hover*/
.sub-action-links ul li a {
    color: #cccccc; /*default: #f0f0f0f*/
}
.folder-list{
    height:auto;
    float:left;
    width:100%;
}

/* anselm */
.modal-body
{
    overflow-y:initial;
}
.psHelp
{
   color:#333; font-size:16px;
}

.psHelp a
{
   color:#ccc; font-size:16px;
}

/* anselm input-add-on*/
.ps-input-group-addon {
    padding: 0px 0px;
}

/*anselm*/

.folder-description a {
    color:#333333;
}
.site-nav-inactive {
    color:#333333;
}
.site-nav-inactive a{
    color:#333333;
}

.site-nav-inactive a:hover{
    color:#333333;
}
.folder-title {
    color:#000;
}

/* modal for document*/

.modal-dialog-doc {
    width:1000px;
    height:auto;

}
.modal-footer-doc
{
    padding-top:0px;
    border-top-style:none;
    border-width:0px;
    padding-right:0px;
}

.fPathofItem{
    font-weight:bold;
    color:#101010;
    font-size:13px;
}





