/********************** Custom Styles **********************/
.qr-filter {
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 600;
}

.float-right-flush {
    float: right;
}

.qr-filter .sort-content-option {
    display: inline-block;
    margin-left: 30px;
}

.qr-sort-options {
    display: inline-block;
}

.qr-list table {
    width: 100%;
    margin: 10px 0;
    border-collapse: collapse;
    border-color: #000;
    margin-top: 20px;
}

.qr-list  table th {
    color: #fff;
    background-color: #1e73be;
    font-weight: 400;
    padding-left: 2px;
}

.qr-list table td, .qr-list table th {
    border: 1px solid #000;
    padding: 2px 1%;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
    border: none;
    border-radius: 4px !important;
    background-color: #1e73be;
    color: #FFF;
    line-height: 1 !important;
    padding: 0.8em 1.5em 0.8em 1.5em !important;
    background: none;
}

.cancel {
    background-color: #F00 !important;
}

select, option {
    padding: 5px;
}

/****************** Forms ******************/
.qr-default-form .left {
    width: 20%;
    display: inline-block;
    padding: 2px;
}

.qr-default-form .right {
    width: 70%;
    display: inline-block;
    padding: 2px;
}

.align-right {
    text-align: right;
}

.left.border-top, .right.border-top {
    border-top: 1px solid #1e73be;
    padding-top: 10px;
    margin: 0 -2px;
}

.qr-default-form .right input, .qr-default-form .right select {
    width: 100%;
}

.qr-user-items:hover {
    background-color: #DDD;
    cursor: pointer;
}

/************************* spacers **********************/
.spacer-10 {
    height: 10px;
    padding: 0;
    margin: 0;
}

/********************** Login Form ********************/

/*#loginform {*/
/*    width: 400px;*/
/*    border: 1px solid #1e73be;*/
/*    padding: 5px 20px;*/
/*}*/

/*#loginform .login-submit {*/
/*    text-align: right;*/
/*}*/

/*#loginform label {*/
/*    width: 120px;*/
/*    display: inline-block;*/
/*    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;*/
/*}*/

/*#loginform input[type='text'], #loginform input[type='password'] {*/
/*    width: 270px;*/
/*}*/

