@font-face {
    font-family: BMitra;
    src: url(../fonts/BMitra.ttf);
}

@font-face {
    font-family: BYekan;
    src: url(../fonts/BYekan.ttf);
}

@font-face {
    font-family: BYekan;
    src: url(../fonts/BYekanBold.ttf);
    font-weight: bold;
}

body{
    overflow: hidden;
    background: #222222 url(../images/pattern.png) repeat;
    color: white;
    font-family: BYekan sans-serif;
    font-weight: bold;
}

table{
    border-radius: 3px;
    color: black;
}


table thead{
    background-color: #2c3e50;
    color: white;
}

.table-striped > tbody > tr:nth-child(2n) > td, .table-striped > tbody > tr:nth-child(2n) > th {
    background-color: #ecf0f1;
}

.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
    background-color: #e5e9ea;
}

input.form-control,select.form-control,textarea.form-control{
    background-color: #fcfcfc;
}


ul{
    list-style-type: none;
}

.controls{
    direction: ltr;
    text-align: center;
}

.bootstrap-dialog button{
    margin-left: 10px;
}

.glyphicon-ok{
    color: green;
}

.glyphicon-exclamation-sign{
    color: #f39c12;
}

.editType{
    color: #f39c12;
}

.glyphicon-remove{
    color: red;
}


.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }

.pre-loading {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999999999;
    background: url(../images/preloaders/Preloader_1.gif) center no-repeat #fff;
}
.pre-loading-dialog {
    left: 0;
    right: 0;
    top:calc(50% - 20vh);
    margin-left: auto;
    margin-right: auto;
    width: 40vw;
    height: 40vh;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 11px 0px rgba(50, 50, 50, 1);
    -moz-box-shadow:    0px 0px 11px 0px rgba(50, 50, 50, 1);
    box-shadow:         0px 0px 11px 0px rgba(50, 50, 50, 1);
}

.bootstrap-dialog-footer-buttons .btn-primary,.bootstrap-dialog-footer-buttons .btn-danger{
    width: 30%;
}

.bootstrap-dialog-footer-buttons{
    text-align: center;
}

.alert-purple-alt { border-color: #694D9F;background: #694D9F;color: #fff; }
.alert-info-alt { border-color: #B4E1E4;background: #81c7e1;color: #fff; }
.alert-danger-alt { border-color: #B63E5A;background: #E26868;color: #fff; }
.alert-warning-alt { border-color: #F3F3EB;background: #E9CEAC;color: #fff; }
.alert-success-alt { border-color: #19B99A;background: #20A286;color: #fff; }
.alert-alt a {color: gold;}
.alert-alt .close{
    color: white;
    opacity: .7;
}
.alert-alt .close:hover{
    opacity: 1;
}
.alert{
    font-size: 16px;
}

.datepicker-plot-area{
    direction: ltr;
}

.datepicker-plot-area .table-days td span.today{
    background-color: #2980b9!important;
    color: white!important;
}

.main{
    height:100vh;
    padding: 0;
    overflow-y:auto;
    overflow-x:hidden;
}

.content{
    max-width: 100%;
    margin: 30px 30px 0;
    height: calc(100vh - 30px);
}


#menu{
    z-index: 10000;
    height: 100vh;
    background-color: #ecf0f1;
    position: relative;
    width: 25%;

}

hr{
    width: 80%;
    border: 0;
    height: 2px;
    background-image: linear-gradient(to right, rgba(149, 165, 166,0), rgba(149, 165, 166,0.75), rgba(149, 165, 166,0));
}

#menu img{
    width: 60%;
}

.menu-btn{
    position: fixed;
    right: 10px;
    top:5px;
    font-size: 20px;
    color: black;
    z-index: 100000;
    display: none;
}

a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover{
    background-color: white;
}

#menu{
    direction: ltr;
    overflow-y:auto;
    overflow-x:hidden;
}

#menu .list-group-item{
    border-radius: 0;
    height: 45px;
}

#menu .list-group-item .caret{
    margin-top: 10px;
}

#menu ul{
    overflow: hidden;
    padding: 0;
    margin: 0;
    -webkit-user-select: none; /* Chrome/Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */

    /* Rules below not implemented in browsers yet */
    -o-user-select: none;
    user-select: none;
    cursor: pointer;
}

#menu a.active:before{
    content:"\e072";
    font-family:"Glyphicons Halflings";
    line-height:1;
    margin:10px;
    color: #222222;
    position: absolute;
    left: -20px;
    top:-3px;
    font-size: 24px;
    display:inline-block;
}


#menu ul li{
    border-radius: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
}

#menu ul.menu-list li a{
    background-color: transparent;
}

#menu ul a span{
    height: 100%;
    margin-top: 4px;
    margin-right: 5px;
}

#menu ul.collapse li a{
    transition-duration: 100ms;
}
#menu ul a .glyphicon{
    transition-duration: 100ms;
}
#menu ul a[aria-expanded='true'] .glyphicon{
    transform: rotate(180deg) translateY(8px);
}


#menu ul.collapse li a:hover{
    background-color: #bdc3c7;
    font-size: 15px;
}

#menu a.active,#menu ul li a.active,#menu ul li a.active:hover{
    background-color: #337AB7;
    color: white;
    font-size: 14px;
}

#menu .glyphicon{
    color: #555555!important;
}

#menu .active .glyphicon,#menu .menu-action .glyphicon{
    color: white!important;
}

.dark-layer{
    width: 100vw;
    height:100vh;
    position: absolute;
    top:0;
    left: 0;
    z-index: 10000;
    background-color: rgba(0, 0, 0,0.5);
    display: none;
}

@media screen and (max-width:995px) {
    #menu{
        position: fixed;
        top:0;
        width: 35%;
        max-width: 400px;
        min-width: 300px;
    }
    .menu-btn{
        display: block;
    }
    .dark-layer{
        display: block;
    }
    #menu a.active:before{
        display:none;
    }
}

::-webkit-scrollbar {
    width: 9px;
    height: 9px;
}
::-webkit-scrollbar-button {
    width: 52px;
    height: 52px;
}
::-webkit-scrollbar-thumb {
    background: #e1e1e1;
    border: 0px none #ffffff;
    border-radius: 91px;
}
::-webkit-scrollbar-thumb:hover {
    background: #ffffff;
}
::-webkit-scrollbar-thumb:active {
    background: #000000;
}
::-webkit-scrollbar-track {
    background: #666666;
    border: 0px none #ffffff;
    border-radius: 86px;
}
::-webkit-scrollbar-track:hover {
    background: #666666;
}
::-webkit-scrollbar-track:active {
    background: #333333;
}
::-webkit-scrollbar-corner {
    background: transparent;
}

.confirmation,.modal{
    color: black;
    position: fixed;
}

.confirmation-buttons .glyphicon-remove{
    color: red;
}

.changePasswordForm table,.changePasswordForm input{
    width: 100%;
    margin-bottom: 7px;
}

.changePasswordForm table td{
    padding-top: 10px;
}

thead{
    user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}

.typeahead, .tt-query, .tt-hint {

}
.typeahead:focus {
    border: 2px solid #0097CF;
}

.tt-hint {
    color: #999999;
}
.tt-menu {
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.2);
    margin-top: 2px;
    padding: 8px 0;
    width: 100%;
    max-height: 200px;
    overflow: auto;
}
.tt-suggestion {
    font-size: 18px;  /* Set suggestion dropdown font size */
    padding: 6px 20px;
    color: black;
    text-align: right;
    width: 100%;
}
.tt-suggestion:hover {
    cursor: pointer;
    background-color: #0097CF;
    color: #FFFFFF;
}
.tt-suggestion p {
    margin: 0;
}

.twitter-typeahead{
    width: 100%;
}

.tt-dataset-template_rows{
    width: 100%;
}
input:invalid{
    border-color:red;
    border-bottom-style: solid;
}

input:empty{
    border-color:#ccc;
    border-bottom-style: solid;
}

input[aria-invalid="true"]{
    border-color:red;
    border-bottom-style: solid;
}

.switch{
    display: inline-block;
}

.switch-label{
    padding-right: 10px;
    padding-left: 10px;
}

.switch label {
    position: relative;
    display: block;
    height: 20px;
    width: 44px;
    background: #898989;
    border-radius: 100px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.switch label:after {
    position: absolute;
    left: -2px;
    top: -3px;
    display: block;
    width: 26px;
    height: 26px;
    border-radius: 100px;
    background: #fff;
    box-shadow: 0px 3px 3px rgba(0,0,0,0.05);
    content: '';
    transition: all 0.3s ease;
}
.switch label:active:after { transform: scale(1.15, 0.85); }
.switch input:checked ~ label { background: #6fbeb5; }
.switch input:checked ~ label:after {
    left: 20px;
    background: #179588;
}
.switch input:disabled ~ label {
    background: #d5d5d5;
    pointer-events: none;
}
.switch input:disabled ~ label:after { background: #bcbdbc; }
.hidden { display: none; }

.candlestick-wrapper{
    direction: ltr;
    text-align: left;
}

.sort-placeholder {
    border: 1px solid green;
    background-color: white;
    height: 50px;
    -webkit-box-shadow: 0px 0px 10px #888;
    -moz-box-shadow: 0px 0px 10px #888;
    box-shadow: 0px 0px 10px #888;
    z-index: 10;
}

.ui-sortable .list-group-item{
    cursor: move;
    font-size: 18px;
}
.ui-sortable .list-group-item .glyphicon-move{
    cursor: move;
    color: #bbb;
    margin-left: 10px;
}

.confirmation-dialog-message{
    font-size: 16px;
}

.clickable{
    cursor: pointer;
}

.hi-icon-wrap {
    background-color: #2c3e50;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 50px;
    margin: 0 auto;
}

.hi-icon {
    margin-left: 15px;
    display: inline-block;
    font-size: 0px;
    cursor: pointer;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 1;
    color: #fff;
}

.hi-icon:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.hi-icon-effect-5 .hi-icon {
    box-shadow: 0 0 0 3px white;
    overflow: hidden;
    -webkit-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
    -moz-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
    transition: background 0.3s, color 0.3s, box-shadow 0.3s;
}

.hi-icon-effect-5 .hi-icon:after {
    display: none;
}

.hi-icon-effect-5 .hi-icon:hover {
    background: rgba(255,255,255,1);
    color: #702fa8;
    box-shadow: 0 0 0 8px rgba(255,255,255,0.3);
}

.hi-icon:before {
    font-family: 'Glyphicons Halflings';
    speak: none;
    font-size: 16px;
    line-height: 36px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: block;
    padding-left: 1px;
    -webkit-font-smoothing: antialiased;
}

.hi-icon-effect-5c .hi-icon:hover:before {
    -webkit-animation: toTopFromBottom 0.3s forwards;
    -moz-animation: toTopFromBottom 0.3s forwards;
    animation: toTopFromBottom 0.3s forwards;
}

@-webkit-keyframes toTopFromBottom {
    49% {
        -webkit-transform: translateY(-100%);
    }
    50% {
        opacity: 0;
        -webkit-transform: translateY(100%);
    }
    51% {
        opacity: 1;
    }
}
@-moz-keyframes toTopFromBottom {
    49% {
        -moz-transform: translateY(-100%);
    }
    50% {
        opacity: 0;
        -moz-transform: translateY(100%);
    }
    51% {
        opacity: 1;
    }
}
@keyframes toTopFromBottom {
    49% {
        transform: translateY(-100%);
    }
    50% {
        opacity: 0;
        transform: translateY(100%);
    }
    51% {
        opacity: 1;
    }
}

.hi-icon-notification:before{
    content: "\2709";
}
.hi-icon-notification{
    -moz-animation-iteration-count: 3;
    -o-animation-iteration-count: 3;
    -webkit-animation-iteration-count: 3;
    animation-iteration-count: 3;
}
.hi-icon-notification-count{
    background-color: rgba(231, 76, 60,0.94);
    border-radius: 100%;
    padding: 5px;
    width: 30px;
    height: 30px;
    font-weight: bolder;
    font-size: 16px;
    position: absolute;
    left: 3px;
    top:3px;
    z-index: 100;
    -webkit-box-shadow: 2px 2px 1px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    2px 2px 1px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         2px 2px 1px 0px rgba(50, 50, 50, 0.75);
    -moz-animation-duration: 500ms;
    -o-animation-duration: 500ms;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
}

.hi-icon-logout:before{
    content: "\e017";
    padding-top: 1px;
}
.hi-icon-user:before{
    content: "\e008";
}


.paginate {
    -webkit-appearance: none;
    background: transparent;
    border: 0;
    outline: 0;
    position: relative;
    margin: 10px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    transform: translate3d(0, 0, 0);
    -webkit-filter: drop-shadow(0 2px 0px rgba(0, 0, 0, 0.2));
}
.paginate i {
    cursor: pointer;
    position: absolute;
    top: 40%;
    left: 0;
    width: 30px;
    height: 5px;
    border-radius: 2.5px;
    background: #2C3E50;
    transition: all 0.15s ease;
}
.paginate.left i {
    transform-origin: 0% 50%;
}
.paginate.left i:first-child {
    transform: translate(0, -1px) rotate(40deg);
}
.paginate.left i:last-child {
    transform: translate(0, 1px) rotate(-40deg);
}
.paginate.left:hover i:first-child {
    transform: translate(0, -1px) rotate(30deg);
}
.paginate.left:hover i:last-child {
    transform: translate(0, 1px) rotate(-30deg);
}
.paginate.left:active i:first-child {
    transform: translate(1px, -1px) rotate(25deg);
}
.paginate.left:active i:last-child {
    transform: translate(1px, 1px) rotate(-25deg);
}
.paginate.left[data-state=disabled] i:first-child {
    transform: translate(-5px, 0) rotate(0deg);
}
.paginate.left[data-state=disabled] i:last-child {
    transform: translate(-5px, 0) rotate(0deg);
}
.paginate.left[data-state=disabled]:hover i:first-child {
    transform: translate(-5px, 0) rotate(0deg);
}
.paginate.left[data-state=disabled]:hover i:last-child {
    transform: translate(-5px, 0) rotate(0deg);
}
.paginate.right i {
    transform-origin: 100% 50%;
}
.paginate.right i:first-child {
    transform: translate(0, 1px) rotate(40deg);
}
.paginate.right i:last-child {
    transform: translate(0, -1px) rotate(-40deg);
}
.paginate.right:hover i:first-child {
    transform: translate(0, 1px) rotate(30deg);
}
.paginate.right:hover i:last-child {
    transform: translate(0, -1px) rotate(-30deg);
}
.paginate.right:active i:first-child {
    transform: translate(1px, 1px) rotate(25deg);
}
.paginate.right:active i:last-child {
    transform: translate(1px, -1px) rotate(-25deg);
}
.paginate.right[data-state=disabled] i:first-child {
    transform: translate(5px, 0) rotate(0deg);
}
.paginate.right[data-state=disabled] i:last-child {
    transform: translate(5px, 0) rotate(0deg);
}
.paginate.right[data-state=disabled]:hover i:first-child {
    transform: translate(5px, 0) rotate(0deg);
}
.paginate.right[data-state=disabled]:hover i:last-child {
    transform: translate(5px, 0) rotate(0deg);
}
.paginate[data-state=disabled] {
    opacity: 0.3;
    cursor: default;
}

.paginate-counter {
    padding: 10px 15px;
    text-align: center;
    height: 20px;
    width: 20px;
    font-size: 20px;
    background-color: #2C3E50;
    border-radius: 100%;
    color: #fff;
    font-family: Helvetica, sans-serif;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.2);
}

.bootstrap-select:disabled{
    opacity: 0.5;
}

.ripple {
    position: relative;
    overflow: hidden;
}
.ripple:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    background: radial-gradient(circle, #000 10%, transparent 10.01%) no-repeat 50%;
    transform: scale(10, 10);
    opacity: 0;
    transition: transform .1s, opacity 1500ms;
}
.ripple:active:after {
    transform: scale(0, 0);
    opacity: .2;
    transition: 0s;
}