@font-face {
    font-family: 'IRANSans';
    src:
            url('../../appLib/uiassets/fonts/IRANSans/IRANSans-Light.eot?#iefix') format('embedded-opentype'),
            url('../../appLib/uiassets/fonts/IRANSans/IRANSans-Light.woff') format('woff'),
            url('../../appLib/uiassets/fonts/IRANSans/IRANSans-Light.ttf')  format('truetype'),
            url('../../appLib/uiassets/fonts/IRANSans/IRANSans-Light.svg#IRANSans-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'IRANSans';
    src:
            url('../../appLib/uiassets/fonts/IRANSans/IRANSans-Bold.eot?#iefix') format('fonts/embedded-opentype'),
            url('../../appLib/uiassets/fonts/IRANSans/IRANSans-Bold.woff') format('woff'),
            url('../../appLib/uiassets/fonts/IRANSans/IRANSans-Bold.ttf')  format('truetype'),
            url('../../appLib/uiassets/fonts/IRANSans/IRANSans-Bold.svg#IRANSans-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

* {

}

.non-dragable {
	user-drag: none; 
	user-select: none;
	-moz-user-select: none;
	-webkit-user-drag: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

html {
    font-size: 75%;
    letter-spacing: -0.25pt;
    background-color: #4cb3d6;
    overflow: -moz-scrollbars-vertical;
    overflow-y: scroll;

    background-image: url(../../appLib/uiassets/img/pattern02.png);
}

body {
    /*background-color: #f1f2f6;*/
    direction: rtl;
    font-family: 'IRANSans';
    color: #434a54;
    border: 1px solid #008ab8;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
    border-radius: 0.5rem;

    width: 945px;
    margin: 20px auto;

    background: #f1f2f6 url(../../appLib/uiassets/img/goldenFloral.png) no-repeat bottom right;
}

/*TODO: specific to the admin app*/
body#login {
    width: 500px;
    margin: 50px auto;
    text-align: center;

    padding: 2rem;
    padding-bottom: 1rem;
    background: #f1f2f6 url(../../appLib/uiassets/img/goldenFloral.png) no-repeat right bottom;
}

body#login #title {
    background: center top url(../../appLib/uiassets/img/logo.png) no-repeat;
    font-weight: bold;
    padding-top: 70px;
    margin-bottom: 2rem;
}

body#login form {
    width: 240px;
    margin: 20px auto;
}

body#login input {
    margin-bottom: 10px;
    text-align: center;
    direction: ltr;
}

div#capcha {
    border: 1px solid #aab2bd;
    border-radius: 0.25rem;
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-color: #f1f2f6;
}

body#login #capchaInput {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

div#login-foooter {
    font-size: 88%;
    margin-top: 4rem;
    padding-top: 1rem;
    letter-spacing: 0;
}

.admin-name {
    font-size: 80%;
    letter-spacing: -0.25pt;
    margin: 1rem 0 1.5rem 0;
    text-align: center;
    padding: 0 1rem;
    line-height: 2rem;
}

form.search-form {
    position: relative;
    width: 50%;
    /*float: left;*/
    margin-bottom: 2rem;
}

.search-form i {
    font-size: 150%;
    color: #e6e9ed;
    position: absolute;
    left: 8px;
    top: 5px;
}

.search-form input.search-query {
    border-radius: 17px;
    padding-left: 35px;
}

.search-result-summary {
    margin-bottom: 2rem;
}

table.search-options {
    width: 100%;
    margin-top: 1rem;
}

.icheckbox_flat, .iradio_flat {
    background-image: url(../../appLib/uiassets/img/checkbox.png);
}

.admin-summary {
    margin: 1rem 0 2rem 0;
}

button {
    font-family: 'IRANSans';
}

input {
    font-family: 'IRANSans';
}

input::-webkit-input-placeholder {
    font-family: 'IRANSans';
}

input:-ms-input-placeholder {
    font-family: 'IRANSans';
}

input:-moz-placeholder {
    font-family: 'IRANSans';
}

input::-moz-placeholder {
    font-family: 'IRANSans';
}

textarea {
    font-family: 'IRANSans';
}

.alert {
    position: relative;
    text-align: right;
    border-style: solid;
    border-width: 1px;
    padding-bottom: 0.1rem;
}

.alert-success {
    background-color: rgba(185, 223, 144, 0.5);
}

.alert-title {
    font-weight: bold;
    margin-bottom: 0.75rem;
    margin-top: 0.5rem;
    padding-bottom: 0.1rem;
}

.close {
    float: left;
}


.alert-danger {
    background-color: rgba(242, 222, 222, 0.5); /*#f2dede;*/
    border-color: #ebcccc;
    color: #990000;

}


.admin-header {
    background: #008ab8 url(../../appLib/uiassets/img/logo-50px.png) no-repeat 98% center;
    color: white;
    font-weight: bold;
    height: 70px;
    padding: 10px 80px 10px 10px;
    line-height: 24px;
}

.datepicker-plot-area {
    font: 100% 'IRANSans' !important;
    border-radius: 3px !important;
}

input[type="number"].no-spinner::-webkit-outer-spin-button,
input[type="number"].no-spinner::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"].no-spinner {
    -moz-appearance: textfield;
}

.main {
    width: 698px;
    display: inline-block;
    vertical-align: top;
    padding: 15px;
    margin: 10px;
    /*background-color: white;*/
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    border: 1px solid #aab2bd;
    border-radius: 0.25rem;
    background: white url(../../appLib/uiassets/img/goldenFloralTL.png) no-repeat top left;
}

.navigation {
    width: 220px;
    display: inline-block;
    vertical-align: top;
    padding: 10px;
}

footer {
    font-size: 90%;
    text-align: center;
    padding: 30px 10px 10px 10px;
    direction: ltr;
}

div.copyright-notice {
    font-size: 90%;
    letter-spacing: 0;
    font-weight: bold;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 17px;
    left: 0;
}

div.date-container {
    position: relative;
}
div.date-container i.fa-calendar {
    position: absolute;
    top: 7px;
    left: 8px;
    font-size: 120%;
    pointer-events: none;
    color: #6f7d90;
}
div.date-container input:read-only {
    background-color: inherit;
}
div.date-container input:-moz-read-only {
    background-color: inherit;
}

.btn-group-vertical.first-group {
    margin-top: 0;
}
.btn-group-vertical {
    width: 100%;
    font-weight: bold;
    text-align: right;
    margin-top: 2rem;
}

.btn-default {
    text-align: right;
    min-height: 2.85rem;
    padding-top: 0.65rem;
}

.btn-primary {
    color: white;
}

.btn {
    cursor: pointer;
}

.cursor-pointer {
    cursor: pointer;
}

.faIconLeftPadding {
    padding-left: 10px;
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    float: left;
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #777;
    border-radius: 10px;
    letter-spacing: 0;
    float: left
}

.badge-success, .label-success {
    background-color: #8cc152;
    border-color: #8cc152;
}

.img-rounded {
    border-radius: 1000px;
    width: 33px;
}


th {
    text-align: right;
}

.operationalIcon {
    font-size: 130%;
}

.danger-color {
    color: #ed1c24;
}

.success-color {
    color: #39b54a;
}

.min-width {
    max-width: 0px;
}

.table tbody tr {
    transition: background-color 1s;
}

.table tbody tr:hover {
    background-color: #e6e9ed;
}

.avatarImage {
    width: 100px;
    border-radius: 0.25rem;
    border: 1px solid #aab2bd;
    cursor: pointer;
}

.w75px {
    width: 75px;
}

.w100px {
    width: 100px;
}

.w120px {
    width: 120px;
}

.userInfoInputTable {
    width: 100%;
}

.userInfoInputTable td {
    padding-bottom: 12px;
}

.imgCol {
    width: 120px;
    text-align: center;
    vertical-align: top;
}

.pr25px {
    padding-right: 25px;
}

span.female {
    padding-left: 10px;
    color: green;
    position: relative;
    top: 9px;
}

span.male {
    padding-right: 10px;
    position: relative;
    top: 9px;
}

.toggle {
    position: relative;
    top: 3px;
}

input#imgInp {
    display: none;
}


.membersTable td {
    padding-top: 17px;
}

.membersTable .avatarColumn {
    width: 50px;
    padding-top: 0.75rem;
}

.membersTable div.circularAvatarImage {
    background-repeat: no-repeat;
    background-position: 50%;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    background-size: cover;
}

a.newMemberQR {
    position: absolute;
    top: 16px;
    left: 60px;
    padding: 5px;
    background-color: white;
}

a.farLeftIcon {
    float: left;
    font-size: 13pt;
    padding-left: 14px;
}

.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #428bca;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination>li:last-child>a, .pagination>li:last-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pagination>li:first-child>a, .pagination>li:first-child>span {


    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

select {
    font-family: 'IRANSans';
}

ul.pagination {
    padding: 0;
}