/*Start: Tag rules*/
* {
    color: inherit;
    font-weight: normal;
}
body {
    margin: 0;
    font-family: "PT Sans", "Arial";
    font-size: 0.89em;
    line-height: 1.6;
    color: #444;
    height: 100%;
    background: #f0f0f0;
}
html {
    height: 100%;
}
p {
    padding: 0;
    margin: 0;
}
a {
    text-decoration: none;
    cursor: pointer;
    color: #5b7cbf;
}
a:hover {
    color: #000;
}
img {
    border: none;
}
br,
form,
.i-window h3 {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
:focus {
    outline-color: transparent;
    outline-style: none;
}
input[type="text"],
input[type="password"],
select,
textarea,
.input {
    border: 1px solid #dcdcdc;
    padding: 5px 10px;
    font-size: inherit;
    min-height: 24px;
    resize: none;
    vertical-align: middle;
    border-radius: 3px;
    font-family: inherit;
    color: inherit;
    outline: none;
    background-color: #fff;
}
textarea {
    margin: 0;
}
input[type="text"]:focus,
input[type="password"]:focus,
select:focus,
textarea:focus,
.input:focus {
}
input[type="checkbox"],
input[type="radio"] {
    padding: 0;
    vertical-align: middle;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
}
input[type="radio"] {
    cursor: pointer;
}
input[type="radio"] + label {
    display: inline-block;
    line-height: 1.5em;
    cursor: pointer;
}
input[type="radio"] + label span {
    display: inline-block;
    border-radius: 10px;
    background: #fff;
    vertical-align: middle;
    border: 1px solid #999;
    padding: 3px;
    cursor: pointer;
}
input[type="radio"]:hover + label > span,
input[type="radio"]:not(old):checked + label > span {
    border-color: #ffc444;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.4);
}
input[type="radio"] + label span > span {
    height: 8px;
    width: 8px;
    border-radius: 8px;
    display: inline-block;
    border: none;
}
input[type="radio"]:checked + label span {
}
input[type="radio"]:checked + label span > span {
    background: #ffc444;
}
input[type="checkbox"] {
    cursor: pointer;
    vertical-align: middle;
}
input[type="checkbox"] + label {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}
input[type="checkbox"] + label > span {
    display: inline-block;
    background: #fff;
    vertical-align: middle;
    border: 1px solid #dcdcdc;
    padding: 2px;
    cursor: pointer;
}
input[type="checkbox"]:hover + label > span,
input[type="radio"]:not(old):checked + label > span {
    border-color: #5897fb;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.4);
}
input[type="checkbox"] + label > span > span {
    height: 14px;
    width: 14px;
    display: inline-block;
}
input[type="checkbox"]:checked + label > span {
    border-color: #5897fb;
}
input[type="checkbox"]:checked + label > span > span {
    background: no-repeat center
        url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAACuSURBVBiVhc+hSkRBGAXgby+zmC0iC3bBZzCLiGktY7CsYUCtPsS2DcIYDTKwVVDfYh/BYDYtmAbG4gVZLuvfDnycwz9qrdl2Mdc9TLp/0DHuIGxBlzjHbUnhaxDGXGe4wLSk8D3YGHM9xQwnPYIu5nr4uXPQo3084KaksP5b0OHlfvEx/83PeCwprDaXAq6xjLmOsYv5JoJRa03M9QlXOCspvA7B/pk3HOF9CMEPSD8yU7NBEhkAAAAASUVORK5CYII=);
}
input[disabled="disabled"] {
    border: 1px solid #eee;
}
.bt-primary,
button {
    display: inline-block;
    border-radius: 3px;
    cursor: pointer;
    vertical-align: middle;
    padding: 4px 10px;
    color: #fff;
    border: none;
    background: #5897fb;
}
.bt-primary:hover,
button:hover {
    background: #333;
    color: #fff;
}
.bt-secondary {
    background: #888;
    background: -moz-linear-gradient(top, #777 0%, #666 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #777), color-stop(100%, #666));
    background: -webkit-linear-gradient(top, #777 0%, #666 100%);
    background: -o-linear-gradient(top, #777 0%, #666 100%);
    background: -ms-linear-gradient(top, #777 0%, #666 100%);
    background: linear-gradient(to bottom, #777 0%, #666 100%);
}
.bt-secondary:hover {
    background: #333;
    color: #fff;
}
.select2-container {
    background-color: #fff;
}
.trans .select2-container-active .select2-choice,
.trans .select2-container-active .select2-choices,
.trans .select2-container .select2-choice,
.trans .select2-container-multi .select2-choices {
}
.form-label {
    color: #333;
    width: 130px;
}
.iform-input-error {
    background-color: #fff !important;
}
.uploader {
    cursor: pointer;
    width: 100px;
    position: relative;
}
.uploader input[type="file"] {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1px;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer;
}
.delete {
    background: url(../images/delete.gif) no-repeat scroll 0 0;
    cursor: pointer;
    height: 12px;
    width: 12px;
    display: inline-block;
}
.delete:hover {
    background-position: 0 -12px;
}
.error {
    color: #b85b4e;
    display: block;
}
.error:empty {
    display: none;
}
.min-body-width {
    min-width: 980px;
}
.page-center {
    width: 980px;
    margin: auto;
}
.hidden {
    display: none !important;
}
.success {
    padding: 10px 10px;
    background: #fff;
}
.h {
}
.h1 {
    font-size: 23px;
    font-weight: normal;
    padding: 0;
    margin: 0;
}
.h2 {
    font-size: 19px;
    line-height: 18px;
}
.h3 {
    font-size: 16px;
    line-height: 15px;
}
.b,
b {
    font-weight: 700;
}
.widget {
    background: #f9f9f9;
    background: -moz-linear-gradient(top, #f9f9f9 0%, #f6f6f6 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9f9f9), color-stop(100%, #f6f6f6));
    background: -webkit-linear-gradient(top, #f9f9f9 0%, #f6f6f6 100%);
    background: -o-linear-gradient(top, #f9f9f9 0%, #f6f6f6 100%);
    background: -ms-linear-gradient(top, #f9f9f9 0%, #f6f6f6 100%);
    background: linear-gradient(to bottom, #f9f9f9 0%, #f6f6f6 100%);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}
.t-green {
    color: #c19b00;
}
.t-light {
    color: #999;
}
.loader {
    position: fixed;
    z-index: 20;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}
.loader .fade {
    position: fixed;
    z-index: 2;
    left: 0;
    top: 44px;
    bottom: 0;
    right: 0;
    background: #fff;
    opacity: 0.3;
    filter: alpha(opacity=30);
}
.loader .label {
    background: url(../images/preloader.gif) no-repeat center top;
    z-index: 2;
    padding-top: 80px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -50px;
    text-align: center;
    font-weight: bold;
    color: #999;
}
.header {
    color: #999;
    background: #fff;
}
.header .logo {
    display: inline-block;
    vertical-align: middle;
    background: url(../images/logo.png) no-repeat;
    height: 33px;
    width: 148px;
}
.header .tools {
    position: absolute;
    right: 0;
    padding-right: 10px;
    top: 9px;
}
.header .tools div {
    background: url(../images/icons.png) no-repeat;
    height: 15px;
    width: 15px;
    vertical-align: middle;
    cursor: pointer;
    margin-left: 10px;
}
.header .tools .message {
    background-position: 0 -40px;
    display: none;
}
.header .tools .message:hover {
    background-position: -20px -40px;
}
.header .tools .setting {
    background-position: 0 0;
    display: none;
}
.header .tools .setting:hover {
    background-position: -20px 0;
}
.header .tools .logout {
    background-position: -100px -40px;
    height: 16px;
    width: 16px;
}
.header .tools .logout:hover {
    background-position: -120px -40px;
}
#navigation {
    display: inline-block;
    vertical-align: middle;
    color: #3b5998;
}
#navigation .l1 {
    float: left;
}
#navigation .l1-a {
    text-decoration: none;
    padding: 15px;
    display: block;
    cursor: pointer;
    color: inherit;
}
#navigation .l1-current,
#navigation .l1:hover {
    background: #444;
}
#navigation .l1-current .l1-a,
#navigation .l1:hover .l1-a {
    color: #fff;
}
#navigation .l1-c,
#navigation .l1-c:hover {
    color: #fff;
}
#navigation .arrow-v {
    background-image: url(../images/icons.png);
    background-position: -20px -60px;
    background-repeat: no-repeat;
    height: 5px;
    width: 10px;
    margin-left: 10px;
    margin-top: 1px;
    display: inline-block;
    vertical-align: middle;
}
#navigation .l1:hover .arrow-v,
#navigation .l1-current .arrow-v {
    background-position: -120px -60px;
}
#navigation .l2 {
    display: none;
    position: absolute;
    margin-left: 0;
    margin-top: 0;
    min-width: 200px;
    background: inherit;
    color: #fff;
    z-index: 1;
}
#navigation .l1:hover .l2 {
    display: block;
}
#navigation .l2-a {
    display: block;
    padding: 8px 15px 10px 15px;
    text-transform: none;
    text-decoration: none;
    color: inherit;
    margin-top: 10px;
}
#navigation .l2-a:hover {
    background: #111;
    color: #fff;
}
.body {
}
.body .top {
    padding: 20px 20px;
}
.body .top .left {
    float: left;
    margin-right: 20px;
    padding-right: 20px;
    margin-top: 2px;
}
.body .top .right {
    float: right;
}
.body .top .bc {
    color: #555;
    margin-top: 10px;
}
.body .top img {
    height: 9px;
    width: 5px;
    background: url(../images/icons.png) no-repeat -3px -318px;
    vertical-align: middle;
    margin-left: 5px;
    margin-right: 5px;
}
.body .content {
}
.dx-grid {
}
.dx-grid-static {
}
.dx-grid .loading {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    background: url(../images/preloader.gif) no-repeat center;
    opacity: 0.3;
    filter: alpha(opacity=30);
    z-index: 1;
}
.dx-grid .msg {
    display: none;
    text-align: center;
    padding-top: 20px;
}
.dx-grid-nodata {
    border: none;
}
.dx-grid-nodata .msg {
    display: block;
}
.dx-grid .tbl {
    box-shadow: 0 0 16px -5px rgba(0, 0, 0, 0.5);
}
.dx-grid-static .tbl {
    position: static;
}
.dx-grid-nodata .tbl {
    display: none;
}
.dx-grid .bottom {
    display: table;
    width: 100%;
    padding: 0 0 10px 0;
}
.dx-grid-nodata .bottom {
    width: 100%;
}
.dx-grid .pagging {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.dx-grid .meta {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    width: 200px;
}
.dx-grid .pagging .first,
.dx-grid .pagging .last,
.dx-grid .pagging .page {
    padding: 4px 8px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    color: #5b7cbf;
}
.dx-grid .pagging .page-current {
    background: #5b7cbf;
    color: #fff;
}
.dx-grid .info {
    display: table-cell;
    vertical-align: middle;
}
.dx-grid .total {
    display: table-cell;
    vertical-align: middle;
    font-weight: bold;
    width: 200px;
}
.dx-grid table {
    padding: 0;
    background: #fff;
}
.dx-grid thead {
}
.dx-grid thead tr {
    background: #555;
}
.dx-grid thead tr th {
    text-align: left;
    white-space: nowrap;
    border-right: 1px solid #666;
    padding: 6px 10px;
    text-align: left;
    color: #eee;
}
.dx-grid thead tr th .label {
    float: left;
    font-weight: normal;
}
.dx-grid .cl {
    border-right: none;
}
.dx-grid .sortable {
    cursor: pointer;
}
.dx-grid .sortable:hover {
    cursor: pointer;
    background: #444;
    color: #fff;
}
.dx-grid .sortable .ico {
    height: 5px;
    width: 10px;
    background: url(../images/icons.png) no-repeat;
    background-position: -200px -600px;
    float: right;
    margin-right: 2px;
}
.dx-grid .desc .ico {
    background-position: -20px -60px;
    margin-top: 4px;
}
.dx-grid .asc .ico {
    background-position: -40px -60px;
    margin-top: 4px;
}
.dx-grid tbody {
    min-height: 300px;
}
.dx-grid .loading tr td {
    visibility: visible;
    opacity: 0.5;
    text-align: left;
    color: #444;
}
.dx-grid tbody tr {
    display: none;
}
.dx-grid tbody tr.tr-data {
    display: table-row;
}
.dx-grid tbody tr.tr-disabled * {
    color: #bbb;
}
.dx-grid tbody tr.alt td {
    border-top: 1px dashed #ccc;
    border-bottom: 1px dashed #ccc;
}
.dx-grid tbody tr.act {
}
.dx-grid td {
    border-right: 1px solid #dfdffd;
    padding: 10px 10px;
}
.dx-grid tbody tr td {
    transition: opacity 200ms ease-out, color 200ms ease-out;
    -webkit-transition: opacity 200ms ease-out, color 200ms ease-out;
    -ms-transition: opacity 200ms ease-out, color 200ms ease-out;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.dx-grid tbody tr.act:hover td {
    background: #dce3f1;
    cursor: pointer;
}
.dx-grid td.td-first,
.dx-grid th.th-first {
}
.dx-grid tbody tr td.td-last {
    border-right: 0;
}
.dx-grid tbody tr td.custom-1 {
    background: #f9c667;
    background: -moz-linear-gradient(top, #f9c667 0%, #f79621 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9c667), color-stop(100%, #f79621));
    background: -webkit-linear-gradient(top, #f9c667 0%, #f79621 100%);
    background: -o-linear-gradient(top, #f9c667 0%, #f79621 100%);
    background: -ms-linear-gradient(top, #f9c667 0%, #f79621 100%);
    background: linear-gradient(to bottom, #f9c667 0%, #f79621 100%);
    color: #fff;
    cursor: pointer;
}
.dx-grid tbody tr td.custom-1:hover {
    background: #f79621;
}
.dx-grid tbody tr td.custom-2 {
    background: #f0f0f0;
    cursor: pointer;
}
.dx-grid tbody tr td.custom-2:hover {
    background: #fff;
}
.dx-grid strong {
    font-weight: normal;
    color: #000;
    margin-right: 5px;
}
.dx-grid .secondary {
    color: #999;
    font-size: 12px;
}
.list-row {
    width: 100%;
    display: table;
    background: #f9f9f9;
    padding: 8px 10px;
    cursor: pointer;
    color: #aaa;
    border-top: 1px solid #f0f0f0;
}
.list-row b {
    color: #333;
    font-weight: normal;
}
.list-row-unread {
    background: none;
}
.list-row-unread b {
    color: #333;
    font-weight: bold;
}
.list-row li {
    display: table-cell;
    line-height: 15px;
    font-family: arial;
    font-size: 13px;
}
.list-row li:nth-of-type(1) {
    width: 30%;
}
.list-row li:nth-of-type(3) {
    width: 7%;
}
.list-row li:nth-of-type(2) {
}
.list-row li:nth-of-type(2) span {
    max-width: 600px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    color: #999;
}
.list-row-replied li:nth-of-type(2) span {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAALCAYAAACgR9dcAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAADSSURBVCiRndJNK4VRFMXx39Kja0oKRe5ASpkwNTRQTHxQn0Am91MYyEgGSsmAkpdtcI+bHtdLdp06nbX/e++1O6kqP0WSdVxX1Utfm/mRHMcqDpIM/gM/YYjjJPO/whnHQpI1LLXnxVZgbZLX95xkC5tYRjel9itGVXU+gZN02MfGH6zAqGvgLA6NlwNvzWthrmdv0vljrN0GXuAS93hu8A62W94jzqrqCrokw7aMk6q66c+W5KFdb3FaVXef9RV0VWXawR6OMOhrX7Y9pfO3P+wdNSRdt/X7df0AAAAASUVORK5CYII=)
        no-repeat right;
    padding-right: 20px;
}
.list-row li:nth-of-type(4) {
    width: 8%;
    text-align: right;
}
.ioverlay .title {
    font-weight: normal !important;
    font-size: 17px;
    color: #000;
}
.s-menu {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAFCAYAAAB8ZH1oAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNC8wNy8xNR40PgQAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAANklEQVQImX2LwQkAMAwCzZBmyCx5fTZNSwVB9JRtAP1se4cfBOgqXtABzmEeA1BXZiJJVRW9X4S7do/tVzyrAAAAAElFTkSuQmCC);
    background-position: 95% center;
    background-repeat: no-repeat;
    padding: 7px 25px 7px 10px;
}
.s-menu .anchor {
    cursor: pointer;
}
.s-menu:hover {
    border: 1px solid #5897fb;
    z-index: 1;
    position: relative;
}
.s-menu-dark {
    background-image: url(data:image/gif;base64,R0lGODlhEQAKAJEAAN3d3f///wAAAAAAACH5BAEHAAIALAAAAAARAAoAAAIbhIWpYn2bnITM1bYm0vdFyymSRXVYuZFoClAFADs=);
    background-color: #222;
    color: #eee;
    border: none;
}
.s-menu .list {
    position: absolute;
    left: -1px;
    right: -1px;
    top: 100%;
    border: 1px solid #5897fb;
    display: none;
    background-color: #fff;
    display: none;
}
.s-menu:hover > .list {
    display: block;
}
.s-menu-dark .list {
    left: 0;
    right: 0;
    border: none;
    background: #444;
    color: #fff;
}
.s-menu .ul {
    max-height: 250px;
    overflow-y: auto;
    overflow-x: hidden;
}
.s-menu .li {
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    color: #000;
}
.s-menu-dark .li {
    color: #eee;
}
.s-menu .li:nth-of-type(2n) {
    background-color: #f9f9f9;
}
.s-menu-dark .li:nth-of-type(2n) {
    background-color: #333;
}
.s-menu .li:hover {
    background-color: #333;
    color: #fff;
}
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #3498db;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #e74c3c;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #f9c922;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.ui-datepicker {
    background: #fff;
    border: 1px solid #eee;
}
.ui-datepicker .ui-datepicker-prev span {
    border-right: 5px solid #000;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    height: 0;
}
.ui-datepicker .ui-datepicker-next span {
    border-left: 5px solid #000;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    height: 0;
    right: 0;
    margin-left: auto;
    left: auto;
}
.ui-datepicker .ui-datepicker-title * {
    font-weight: bold;
}
.ui-datepicker-today {
    background: #333;
}
.ui-datepicker-today a {
    color: #fff !important;
}
.iform-input-error {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAjRJREFUeNqkU81u2kAQHmxjvEagxC1VhVQOQFQ5qpA4VWpVyScuUS/03JfgCfIEnPoGvaNKkZJrL/05pKccrChBRC0kgAwY29jG+KezJiCHqqdY+uzZmf2+mdkdp6Iogsc8HH19TqWAxS9FCqCIaKL5BlG63/cb8R1TdRC3AS4oPmJybkfwfZqQVrlWqxYPDiSSzwu0Qscw6rdXV+96FxcfPMdp476TBxVsyGRv7/j10ZEccRxZ+j7c9XpxQJIk8bksi4Vy+cn52dnxYj6HjQhDX1hWkRWEVr3RkOe2TXRdh8FgALXT0xjUpj7LdckrRZGZTKZFOVsB7KdZOjyszkyTzFHdNE2wbXtbGrWpzzAMMFHkWaVSDdbntG7BB3ibKxQkbTrdkizLgtFoFJNusJUwCNY9cxw83d+XKAeXnzYCL0KGEXzsO1itwJzNwF4soN/vQzqdBgb97EYZ465tC5STrAB8DHi0dKwiwmxp9FFyNpsFfue0WdzrJ29hBfDHHI/rkaaJJDFYqqLE3/zOXa88z6Wc7SGi2rfxcDjJYX8irsX1QIGiqtDodmNbTMBwnCnlJAU6N5NJFxjGEXEq6aYMguf5OGMmQQ7D0Bkul9eUsxUIcTwXQdD+oWkqBhyCIgX0/6xUYlCbIDwkn1uWaodhm3IeTCI6Tu7wtL/oekvm+epLnpdKLCvQmB4E7qXnTVXPu14hOf+fUY5FtDD89dV1m4h/fia8yk7uPvPmST32d/4rwADXYRP4WSwJ+gAAAABJRU5ErkJggg==) !important;
    background-repeat: no-repeat !important;
    background-position: 98.5% center !important;
}

/********* Added By Manpreet *******/
/************************ reset css starts here ************************/
* {margin: 0;padding: 0;}
body, html {position: relative}
html {height: 100%;}
ol, ul {list-style: none}
blockquote, q {quotes: none}
blockquote:after, blockquote:before, q:after, q:before {content: ''}
table {border-collapse: collapse;border-spacing: 0}
.btn:active:focus, .btn:focus, a:focus, button:focus {outline: 0;text-decoration: none;}
input::-ms-clear, input::-ms-reveal {display: none;}
input {filter: none;}
textarea {resize: none;}
select {-webkit-appearance: none;-moz-appearance: none;}
select::-ms-expand {display: none;}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {-webkit-appearance: none;margin: 0;}
input[type=number] {-moz-appearance:textfield;}
input[type=file], input[type=file]::-webkit-file-upload-button {cursor: pointer;}
input[type=checkbox] {cursor: pointer;}
::selection {color: #fff;background-color: #417dce;}
::-moz-selection {color: #fff;background-color: #417dce;}
.form-control::-webkit-input-placeholder {opacity: 0.5;color: #000;font-size: 13px;}
.form-control::-moz-placeholder {opacity: 0.5;color: #000;font-size: 13px;}
.form-control:-ms-input-placeholder {opacity: 0.5;color: #000;font-size: 13px;}
.form-control::placeholder {opacity: 0.5;color: #000;font-size: 13px;}
a, a:hover, a:focus{text-decoration: none;transition: all ease 0.4s;-webkit-transition: all ease 0.4s;-o-transition: all ease 0.4s;-ms-transition: all ease 0.4s;-moz-transition: all ease 0.4s;}
a:hover{color: $theme-color;}
p, h1, h2, h3, h4, h5, h6, label {margin-bottom: 0;}
.form-control:focus{border-color:$theme-color;box-shadow: 0 0;}
button:focus, .form-control:focus, input:focus {outline: none;}
:focus {outline: 0;}
/************************ reset css ends here ************************/
/***************alerts***************/
.alert-success {background-color: #23b567;border-color: #61bd76;}
.alert-danger {background-color: #d44a46;border-color: #d04c5a;}
.alert-success:before {content: '\f058';}
.alert-danger:before {content: '\f071';}
.alert:before {margin-right: 10px;display: inline-block;font: normal normal normal 14px/1 FontAwesome;font-size: inherit;text-rendering: auto;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;font-size: 25px;position: absolute;left: 15px;top: 50%;transform:translateY(-50%);}
.alert {position: fixed;top: 112px;z-index: 9999;right: 30px;padding-left: 50px;animation:slide-div 0.7s ease;width: 100%;max-width: 320px;color: #fff;}
.alert .close {position: absolute;top: 14px;right: 7px;padding: 0;color: inherit;font-weight: normal;font-size: 28px;opacity: 1;line-height: 15px;}
.alert .close:hover{background: transparent;}

@keyframes slide-div {
    0% { transform: translateX(100%); }
    100% { transform: translateX(0); }
}
@-webkit-keyframes slide-div {
     0% { -webkit-transform: translateX(100%); }
    100% { -webkit-transform: translateX(0); }
}
/***************alerts***************/
/******** Common css ****************/
.inner-container{max-width: 1200px;margin: 0 auto;width:100%;}
.content {padding: 30px 15px;}
.form-label{font-size: 15px;}
.table thead th{background: #eee;font-weight: 600;white-space: nowrap;}
.theme-btn {background: #417dce;padding: 5px 25px;display: inline-block;color: #fff;border-radius: 5px;-webkit-border-radius: 5px;-o-border-radius: 5px;-ms-border-radius: 5px;-moz-border-radius: 5px;border:1px solid #417dce;}
.theme-btn:hover, .theme-btn:focus{color:#417dce;background: #fff;}
.theme-grey-btn{background: #eee;color: #333;border: 1px solid #eee;}
.theme-grey-btn:hover, .theme-grey-btn:focus{background: #fff;color: #333;border: 1px solid #333;}
.sec-hd {font-size: 25px;line-height: 18px;font-weight: 600;}
.md-hd{font-size: 20px;}
.grey-icon, .red-icon{font-size: 20px;cursor: pointer;line-height: 38px;}
.grey-icon {color: #adadad;}
.red-icon {color: #ef3a3a;}
.white-space{white-space: nowrap;}
.theme-textarea.form-control {height: 100px;}
.theme-select{padding-right: 20px;font-size: 14px;}
.cus-select select{cursor: pointer;}
.cus-select i{position: absolute;right:9px;top:11px;pointer-events: none;}
/******** Common css ****************/
/******** Plan Page css ****************/
table .theme-select, table .theme-input{min-width: 175px;width: 100%;}
.tabs-sec nav {max-width: 700px;margin: 0 auto;}
.tabs-sec .nav-tabs .nav-link {border: 1px solid transparent;border-top-left-radius: .25rem;border-top-right-radius: .25rem;color: #333;padding: 10px 5px;}
.tabs-sec .nav-tabs .nav-item.show .nav-link, .tabs-sec .nav-tabs .nav-link.active {color: #417dce;background-color: transparent;border-color: transparent transparent #417dce;border-bottom: 4px solid;font-weight: bold;}
.tabs-sec .tab-content{padding: 30px;}
/******** Plan Page css ****************/
/******** common-modal design css ****************/
.common-modal .close{background-color: #FFF;border: 0;right: -25px;position: absolute;top: -23px;padding: 0 ;height: 30px;width: 30px;border-radius:50%;-webkit-border-radius:50%;-o-border-radius:50%;-ms-border-radius:50%;-moz-border-radius:50%;opacity: 1;font-family: Arail;font-weight: normal;font-size: 25px;}
.common-modal .modal-content{border-radius: 15px;-webkit-border-radius: 15px;-o-border-radius: 15px;-ms-border-radius: 15px;-moz-border-radius: 15px;}
.common-modal .modal-header{background: #fff;color: #505050;border-top-left-radius:13px;-webkit-border-top-left-radius:13px;-o-border-top-left-radius:13px;-ms-border-top-left-radius:13px;-moz-border-top-left-radius:13px;border-top-right-radius:13px;-webkit-border-top-right-radius:13px;-o-border-top-right-radius:13px;-ms-border-top-right-radius:13px;-moz-border-top-right-radius:13px;}
/******** common-modal design css ****************/
/******** employee design css ****************/
.person-img {position: relative;height: 257px;width: 235px;margin: 5px auto;border: 1px dashed #C4C4C4;border-radius: 20px;-webkit-border-radius: 20px;-moz-border-radius: 20px;-ms-border-radius: 20px;-o-border-radius: 20px;overflow: hidden;}
.person-img input {padding: 0;height: 100%;width: 100%;position: absolute;z-index: 1;opacity: 0;}
.add-thumb {position: absolute;height: 100%;color: #868686;width: 100%;text-align: center;}
.add-thumb span {position: absolute;left: 50%;top: 50%;width: 100%;transform: translate(-50%, -50%);-webkit-transform: translate(-50%, -50%);-moz-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);-o-transform: translate(-50%, -50%);}
.add-thumb img {object-fit: cover;width: 100%;height:100%;}
.cus-select .bootstrap-select .dropdown-menu{transform: none !important;top: 100% !important;}
.cus-select .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){width: 100%;}
.cus-select .dropdown-toggle, .cus-select .btn-light:not(:disabled):not(.disabled).active, .cus-select .btn-light:not(:disabled):not(.disabled):active, .cus-select .show>.btn-light.dropdown-toggle{background-color: transparent;border-color: #ced4da;font-size: 14px;}
.cus-select .dropdown-toggle::after{content: none;}
.cus-select .dropdown-item.active, .dropdown-item:active{background-color: #949494;}
.username-input i {position: absolute;right: 1px;top: 1px;height: 33px;line-height: 35px;padding: 0 9px;color: green;}
.username-input i.fa-close {color: #ff0000;}
.username-input input, .table-search input {padding-right: 30px;}
.table-search button {position: absolute;right: 1px;top: 1px;color: #b1b1b1;background: #eee;padding: 9px;height: 33px;text-align: center;}
/******** employee design css ****************/
/******** pagination design css ****************/
.cus-pagination .page-link {padding: 10px 13px;font-size: 15px;line-height: 15px;color: #417dce;}
.cus-pagination .page-item.active .page-link{background-color: #417dce;border-color: #417dce;}
.cus-pagination .page-link:focus{box-shadow: 0 0;-webkit-box-shadow: 0 0;-ms-box-shadow: 0 0;-o-box-shadow: 0 0;-moz-box-shadow: 0 0;}
/******** pagination design css ****************/

/*------------ v-sports-tabs css start -------------*/
.v-sports-tabs a {color: #656b79;font-size: 16px;padding: 12px 15px;border: 1px solid #e1e8ee;margin-bottom: 8px;}
.v-sports-tabs a i{font-size: 24px;float: right;color:#333;}
.v-sports-tabs a.active i {transform: rotate(-90deg);-webkit-transform: rotate(-90deg);-moz-transform: rotate(-90deg);-ms-transform: rotate(-90deg);-o-transform: rotate(-90deg);}
.v-sports-tabs .nav-link.active, .v-sports-tabs .show>.nav-link {background-color: #417dce;border-color: transparent;}
.v-sports-tabs .nav-link.active i{color:#fff;}
.tick-box {position: relative;display: inline-block;height: 17px;width: 17px;vertical-align: middle;}
.tick-box input, .tick-box .mark {position: absolute;left: 0;top: 0;height: 100%;width: 100%;}
.tick-box input {z-index: 2;opacity: 0;cursor: pointer;}
.tick-box .mark {background-color: #ffffff;border: 1px solid #417dce;}
.tick-box .mark:before {content: '';position: absolute;height: 5px;width: 10px;border-left: 2px solid #417dce;border-bottom: 2px solid #417dce;transform: rotate(-45deg);-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);-ms-transform: rotate(-45deg);-o-transform: rotate(-45deg);top: 4px;left: 2px;display: none;}
.tick-box input:checked + .mark {border-color: #417dce;}
.tick-box input:checked + .mark:before {display: inline-block;}
.sm-accordion .card {margin-bottom: -2px;}
.sm-accordion .card-body {background-color: #fff;padding: 8px 15px 8px;}
.sm-accordion .card-header {padding: 0;}
.sm-accordion .card-header a[aria-expanded="true"] {background-color: #f1f2f6;}
.sm-accordion .card-header a {display: block;padding: 15px;background: #fbfcff;color: inherit;font-size: 14px;}
.sm-accordion .card-header .tick-box {position: absolute;right: 15px;top: 18px;}
.check-box-row label {margin-bottom: 0;color: #656b79;cursor: pointer;}
.check-box-row div[class*="col-"] {display: -webkit-flex;display: -ms-flex;display: flex;min-height: 35px;}
.check-box-row .tick-box {margin-right: 10px;margin-top: 3px;}
.sm-accordion h3 {font-size: 16px;}
.v-sports-tabs a i, a {transition: 0.3s ease;-webkit-transition: 0.3s ease;-moz-transition: 0.3s ease;-ms-transition: 0.3s ease;-o-transition: 0.3s ease;}
/*------------ v-sports-tabs css end -------------*/


@media all and (max-width: 575px){
    .common-modal .close{height: 25px;right: -8px;top: -28px;width: 25px;}
    .tabs-sec .tab-content{padding: 30px 0;}
}

#wrong-username, #right-username, .wrong-username, .right-username {
    display: none;
}

/*for make options for parent and child*/
.optionGroup {
    font-weight: bold;
    font-style: italic;
}

.optionChild {
    font-weight: normal;
    display: block;
    white-space: pre;
    min-height: 1.2em;
    padding: 0px 15px 15px!important;
    xpadding-left: 15px !important;
}

/* Formatting search box */
.search-box{
    width: 300px;
    position: relative;
    display: inline-block;
    font-size: 14px;
}
.search-box input[type="text"]{
    height: 32px;
    padding: 5px 10px;
    border: 1px solid #CCCCCC;
    font-size: 14px;
}
.result{
    position: absolute;
    z-index: 999;
    top: 100%;
    left: 0;
    background: #f2f2f2 !important;
}

.result_school, .result_vendor, .result_item, .result_co{
    position: absolute;
    z-index: 999;
    top: 100%;
    left: 0;
    background: #f2f2f2 !important;
    width:160% !important;
}
.search-box input[type="text"], .result, .result_school, .result_vendor, .result_item, .result_co{
    width: 100%;
    box-sizing: border-box;

}
/* Formatting result items */
.result p, .result_school p, .result_vendor p, .result_item p, .result_co p{
    margin: 0;
    padding: 7px 10px;
    border: 1px solid #CCCCCC !important;
    border-top: none;
    cursor: pointer;
}
.result p:hover, .result_school p:hover, .result_vendor p:hover, .result_item p:hover, .result_co p:hover{
    background: #fff !important;
}

.row .table-v-box-f{
    border: 1px solid #eee;
    margin: 5px 5px 15px 5px;
    padding-top: 15px;
}

.row .table-v-box-h{
    margin-top: 15px;
}