html { position: relative; min-height: 100%; }
body {padding-top: 50px; width:100%; color:#666666; margin-bottom: 120px;background-color: #eef1f6;}
a { cursor:pointer; }
/*.theme-showcase{max-width:100%;}*/
.cellOptionButton {float:right; margin-right:10px;}
.cellOptionButton:first-of-type {float:right; margin-right:0px !important;}
/* Tags */
#rightHandBox {margin-top:10px; padding:5px; }

.activeTag { text-decoration:underline; }

.namecell, .usercell {
    word-wrap: break-word;
}
.navbar-brand>img {
    height: 50px;
    padding: 10px 0;
}
.pagination>li>a, .pagination>li>span {
    padding: 6px 8px;
}
.url-ico {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    float: left;
}
.url-ico img {
    width: 20px;
    height: 20px;
    border-radius: 2px;
}
.btn {
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
    border-radius: 2px;
    text-transform: uppercase;
	border: none;
	background: #2196f3;
    color: #fff !important;
}
.form-control {
    border: none;
    border-radius: 2px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
}
#pwdlist_wrapper .col-sm-12 {
    padding: 0 5px;
}
.container.theme-showcase .page-header {
    display: none;
}
.cellOptionButton {
    float: left;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 12px 5px;
}
#tagsShow, a#tagsFilter, span#tags a {
    background: #2196f3;
    color: #fff;
    padding: 0 10px;
    border-radius: 2px;
    height: 30px;
    display: inline-block;
    line-height: 30px;
    margin: 3px;
    text-transform: uppercase;
    font-size: 12px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
}
#tagsShow, a#tagsFilter {
    background: #5cb85c;
    width: 100%;
    text-align: center;
}

#orderTags, #orderTagsDisable {
    background: #2196f3;
    color: #fff;
    padding: 0 10px;
    border-radius: 2px;
    height: 30px;
    display: inline;
	float: left;
    line-height: 30px;
    margin: -6px 3px 17px 3px;
    text-transform: uppercase;
    font-size: 12px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
}
#orderTagsDisable {
    display: none;
}
#orderTags span.glyphicon, #orderTagsDisable span.glyphicon {
    margin-left: 10px;
}
span#tags {
    width: 100%;
    display: block;
    clear: both;
}
#pwdlist>thead>tr {
    background: rgba(255,255,255,0.1);
}
.group {
    background-color: #2196f3 !important;
    color: #fff;
    text-transform: uppercase;
}
.navbar-default {
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.07), 0 1px 5px 0 rgba(0,0,0,0.06), 0 3px 1px -2px rgba(0,0,0,0.1);
    border: none;
    background: #2196f3;
}
.navbar-default .navbar-brand {
    color: #fff;
    padding: 0 50px 0 0;
}
.navbar-default .navbar-nav>li>a {
    color: #fff;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #333;
    background-color: #fff;
}
.navbar-default .navbar-toggle {
    border-color: #fff;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}






/* Fixing uncollapsed navbar inline*/
@media (max-width: 767px) {
    .navbar-collapse.collapse.in{ clear:left; }
    .navbar-collapse.collapsing{ clear:left; }
    .col-sm-7 {
        padding: 0 5px;
    }
.modal-dialog {
    margin: 0;
	height: 100%;
}
.modal-content {
    border: none;
    border-radius: 0;
	height: 100%;
}
.navbar-default .navbar-brand {
    padding: 0 10px 0 10px;
}
}

/* pull-right on all except xs devices */
@media (min-width: 992px) {
    .pull-right-sm {
        float: right;
    }

}
@media (max-width: 992px) {
    .namecell, .usercell { max-width:360px; }
}
@media (max-width: 700px) {
    .namecell, .usercell { max-width:250px;}
}
@media (max-width: 500px) {
    .namecell, .usercell { max-width:170px;}
}
@font-face {
    font-family: 'passwordshow';
    src:url('/pw.ttf');
}
.theme-showcase {
    margin-top:10px !important;
}
/*Login form */
#loginform, #signupform {
    max-width: 300px;
    margin: 0 auto;
    background: rgba(255,255,255,0.3);
    padding: 40px;
    border-radius: 2px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
}
#loginform #user {
    margin-bottom: 1px;
}
#loginform .login-password {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    font-size: 16px;
    height: auto;
}


#loginform .group { 
	position: relative; 
	margin-bottom: 45px; 
}
#loginform input {
	font-size: 18px;
	padding: 10px 10px 10px 5px;
	-webkit-appearance: none;
	display: block;
	color: #636363;
	width: 100%;
	border: none;
	border-radius: 0;
	border-bottom: 1px solid #757575;
}
#loginform input:focus { outline: none; }
/* Label */
#loginform label {
	color: #999; 
	font-size: 14px;
	font-weight: normal;
	position: absolute;
	pointer-events: none;
	left: 5px;
	top: 10px;
	transition: all 0.2s ease;
}
/* active */
#loginform input:focus ~ label, #loginform input.used ~ label {
	top: -20px;
  transform: scale(.75); left: -2px;
	/* font-size: 14px; */
	color: #2196f3;
}
/* Underline */
#loginform .bar {
	position: relative;
	display: block;
	width: 100%;
}
#loginform .bar:before, #loginform .bar:after {
	content: '';
	height: 2px; 
	width: 0;
	bottom: 0; 
	position: absolute;
	background: #2196f3; 
	transition: all 0.2s ease;
}
#loginform .bar:before { left: 50%; }
#loginform .bar:after { right: 50%; }
/* active */
#loginform input:focus ~ .bar:before, #loginform input:focus ~ .bar:after { width: 50%; }
/* Highlight */






.footer {
    color: #999;
    text-align: center;
    padding: 20px 0 10px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
}
.textbold {
    font-weight:bold;
}
.textred {
    color:red;
}
/* Detail View */
#details {
    height:230px;
    background:#efefef;
    overflow:auto;
}
.blocklabel{
    display:block;
    clear:both;
}
/* Nav */
.navbar-toggle{
    margin-left:10px;
}
#navbar{
    min-width:100px;
}
/* dialogs */
#backuppwdpb{
    width:0%;
}
#fieldsz{
    height:100px;
}
/* tags */
#tagCloud p {
    margin-bottom:0;
}
#orderTags, #orderTagsDisable{
    padding-left:10px;
}
.passwordText {
    font-family: "passwordshow"
}
#edit.addOnly .editOnly { display:None; }
#edit.editOnly .addOnly { display:None; }

.alert {
    padding: 15px;
    margin: 0;
    border: none;
    border-radius: 0;
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: 999;
	-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: none;
}
.table-bordered {
    border: none;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
    border-radius: 2px;
	background: #fff;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f2f2f2;
}
#pwdlist_wrapper thead {
    background: #2196f3;
    color: #fff;
	text-transform: uppercase;
}
