﻿body {
    font-family: "DroidNaskh";
    font-size: 1.3em;
}

.navbar-brand > img {
    height: auto;
}

.panel-title > small > a {
    color: #1E88E5;
}

.heading-elements .icons-list a.label:hover, .heading-elements .icons-list a.label:focus {
    color: #333;
}

.related-links > h5 {
    display: inline-block;
    font-size: 15px;
}

.pager {
    margin-top: 0;
    margin-left: 20px;
    margin-bottom: 20px;
}

.label-tailed {
    padding-left: 0;
}

.label-tail {
    padding: 3px 4px;
    position: relative;
    top: -1px;
    left: -1px;
    border-radius: 0 0 2px 2px;
}

label.info {
    margin-top: 13px;
}

.validation-message {
    margin-right: 25px;
    color: rgb(198, 33, 33);
}

a[ng-click] {
    cursor: pointer;
}

.page-number {
    float: right;
    margin-right: 20px;
    margin-top: 5px;
}

.country-flag {
    width: 20px;
    padding: 2px;
}

.form-control, .select2-choice, .input-group-addon {
    border-color: #a7a7a7;
}

    .input-group-addon:first-child {
        border-right: 1px solid #a7a7a7;
    }

    .input-group-addon:last-child {
        border-left: 1px solid #a7a7a7;
        border-bottom-left-radius: 3px;
        border-top-left-radius: 3px;
    }

.form-group.has-error .select2-container .select2-choice {
    border-color: #D84315;
}

    .form-group.has-error .select2-container .select2-choice:focus {
        border-color: #AA3510;
    }


@font-face {
    font-family: "DroidNaskh";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/DroidNaskh-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/DroidNaskh-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "DroidNaskh";
    font-style: normal;
    font-weight: bold;
    src: url("../fonts/DroidNaskh-Bold.eot");
    src: url("../fonts/DroidNaskh-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/DroidNaskh-Bold.ttf") format("truetype");
}

.mg-t-small {
    margin-top: 6px;
}

.mg-b-small {
    margin-bottom: 6px;
}

.mg-b-none {
    margin-bottom: 0 !important;
}

.mg-v-small {
    margin-top: 6px;
    margin-bottom: 6px;
}

.mg-r-small {
    margin-right: 6px;
}

.mg-r-1pr {
    margin-right: 1%;
}

.mg-l-1pr {
    margin-left: 1%;
}

.login-container .login-form, .login-container .registration-form {
    /*margin: 13px 5% 0 20px !important;*/
}

.dropdown-content-heading {
    font-size: 14px !important;
}

img.input-group-addon {
    width: auto;
}

.btn-labeled > b {
    padding: 8px 10px 2px;
    font-size: 17px;
}

button [class^="icon-"], button [class*=" icon-"] {
    line-height: 1.3;
}

.has-error .input-group-addon:last-child {
    border-color: #d84315;
}

.panel.access-node-select > .panel-heading {
    padding: 8px 5px;
}

.page-size {
    float: right;
    margin-right: 10px;
    margin-top: 5px;
    color: #242424;
}

    .page-size select {
        padding: 0;
        padding-right: 15px;
        font-size: 1em;
    }

.form-control-feedback {
    line-height: 42px;
}

[class^="icon-"], [class*=" icon-"] {
    top: 2px;
}

.text-size-larger {
    font-size: 16.5px;
}

.label.text-size-larger {
    font-size: 13px;
}

.text-rtl {
    direction: rtl;
}

.text-center {
    text-align: center;
}

.section.bordered {
}

.section .heading-elements {
    background-color: inherit;
    position: absolute;
    top: 50%;
    right: 0;
    height: 36px;
    margin-top: -15px;
}

.section-heading {
    position: relative;
    padding: 5px 0;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    margin-top: 10px;
}

.panel-footer .form-control {
    display: inline;
    padding: 2px;
    height: 24px;
}

    .panel-footer .form-control.small {
        width: 45px;
    }

.change-theme-button {
    height: 25px;
    border-radius: 50px;
    width: 14%;
    border: 1px solid rgba(0, 0, 0, 0.24);
    display: inline-block;
    margin-top: 3px;
}

body .select2-container-multi .select2-choices .select2-search-choice > div {
    text-shadow: 0 1px 0 rgba(0, 51, 83, 0.3);
    background-color: #1b9dec;
    background-image: -moz-linear-gradient(top, #1da7ee, #178ee9);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1da7ee), to(#178ee9));
    background-image: -webkit-linear-gradient(top, #1da7ee, #178ee9);
    background-image: -o-linear-gradient(top, #1da7ee, #178ee9);
    background-image: linear-gradient(to bottom, #1da7ee, #178ee9);
    background-repeat: repeat-x;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1da7ee', endColorstr='#ff178ee9', GradientType=0);
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.03);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.03);
    /* font-size: 0.8em; */
    padding: 2px 6px 2px 17px;
    margin: 0 3px 3px 0;
    color: #ffffff;
    cursor: pointer;
    background: #1da7ee;
    border: 1px solid #0073bb;
}

body .select2-container-multi .select2-choices .select2-search-choice-close {
    left: 2px;
    top: 45%;
}

body .select2-container-multi .select2-choices .select2-search-field input {
    padding-bottom: 2px;
}

/* Responsive fixes */
@media (max-width: 767px) {
    /*.table-responsive .dropdown-menu {
        position: static !important;
    }*/
}

@media (min-width: 768px) {
    .table-responsive {
        overflow: visible;
    }
}

.navbar-collapse.in {
    overflow-y: auto;
    width: 100%;
}

.label.tagname {
    /*font-family: arial;
    font-weight: bold;
    font-size: 11px;
    color: #37474f !important;
    border-color: #455a64;*/
    font-family: arial;
    font-weight: bold;
    font-size: 11px;
    color: #37474f !important;
    /* border-color: #455a64; */
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.62);
    padding: 3px 5px 2px;
    min-width: 80px;
}

body .navbar-brand {
    padding: 5px 20px;
}

.tooltip-inner, body .popover {
    font-family: "DroidNaskh";
}


@media (min-width: 769px) {
    .width-100 {
        min-width: 100px;
    }

    .width-150 {
        min-width: 150px;
    }
}

/* x-editable form */
body .editable-wrap.editable-checklist .editable-controls, body .editable-wrap.editable-checklist .editable-error,
body .editable-wrap.editable-bstime .editable-controls, body .editable-wrap.editable-bstime .editable-error {
    position: relative;
    padding-right: 100px;
}

body .editable-checklist .editable-input.editable-has-buttons {
    max-height: 250px;
    overflow-y: auto;
    overflow-x: hidden;
}

body .editable-checklist .editable-input.editable-has-buttons,
body .editable-wrap .editable-controls .well.well-small {
    width: 100px;
    padding: 10px 5px 5px 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    position: absolute;
    background: #fff;
    top: 0;
    right: 0;
    z-index: 1000;
}

body .editable-wrap.editable-bstime .editable-controls, body .editable-wrap.editable-bstime .editable-error {
    padding-right: 120px;
}

body .editable-wrap .editable-controls .well.well-small {
    width: auto;
}

body .editable-checklist .editable-input.editable-has-buttons label {
    display: block;
    cursor: pointer;
}

body .editable-controls input[type="number"] {
    width: 50px;
    border-color: #a7a7a7;
    box-shadow: none;
    height: 25px;
    padding: 2px 4px;
    font-size: 11px;
    line-height: 1.666667;
    color: #333333;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #dddddd;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.no-select {
    user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}

.fancytree-has-children.fancytree-ico-c .fancytree-icon:after {
    content: "\ea3d";
}
.fancytree-has-children.fancytree-ico-cf .fancytree-icon:after {
    content: "\ea3d";
}
.fancytree-has-children.fancytree-ico-ef .fancytree-icon:after {
    content: "\ea49";
}

ul.ul-hover-padding li {
    transition: padding-right 0.3s ease-in,padding-left 0.3s ease-in;
}
ul.ul-hover-padding li:hover {
    padding-right:5px;
    /*padding-left:5px;*/
}

.panel-heading-toggle {
    cursor: pointer;
}
    .panel-heading-toggle .panel-title {
        -webkit-touch-callout: none; /* iOS Safari */
        -webkit-user-select: none; /* Safari */
        -khtml-user-select: none; /* Konqueror HTML */
        -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
        user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
    }

/* MENU */
.navigation .navigation-header span:before {
    content: " ";
    position: absolute;
    bottom: 14%;
    right: 0%;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.42);
}

.navigation-header span i {
    font-size: 14px;
}

.pager-style-1 .first-page > a {
    border-radius: 0 100px 100px 0;
}
.pager-style-1 .prev-page > a {
    border-radius: 0;
}
.pager-style-1 .next-page > a {
    border-radius: 0;
}
.pager-style-1 .last-page > a {
    border-radius: 100px 0 0 100px;
}
    .pager-style-1 .last-page span, .pager-style-1 .first-page span {
        min-width: 1px;
    }


.last-page .icon-arrow-left22:after {
    content: "\e9c4";
    position: relative;
    left: -5px;
}
.first-page .icon-arrow-right22:after {
    content: "\e9c7";
    position: relative;
    left: -5px;
}

.pager {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Opera and Firefox */
}

.page-size-picker {
    margin-top: 0;
}