 ul.a li a {
  display: inline-block;
  padding: 7px;
}
    .value {
        direction: ltr
    }
    .modal-content .breadcrumb {
    margin: 0
}
.modal-large .modal-dialog {
    width: 900px;
}

.tabbable-custom .nav-tabs > li {
    cursor: pointer;
}

.tooltip-container {
    -moz-word-break: break-all;
    -o-word-break: break-all;
    word-break: break-all;
    overflow-wrap: break-word;
}

    
 .btn.ng-click-active {
	transition: transform ease-out 0.1s;
	transform: scale(0.93);
}

.tile:active, .tile.selected {
    border-color: #4f85bb !important;
}
.textareaMax {
    width: 100%; height: 100px;
}
.fixed-drop-symbol {
    max-height: 150px;
    overflow-y: scroll;
}

.fw {
    color: red;
}

/*menu*/

/*ul.page-sidebar-menu li > ul.collapse.sub-menu > li > a {
    display: none   !important
    
}
ul.page-sidebar-menu li.open > ul.sub-menu > li > a {
    display: block   !important
    
}*/

.page-sidebar-closed .page-sidebar-menu > li:hover > .sub-menu{
    height: auto !important;
    
}

/*ul.page-sidebar-menu > li ul.collapse in {
    display: none   !important
}
ul.page-sidebar-menu > li.open ul {
    display: block   !important
}*/

/*menu .arrow*/
ul.page-sidebar-menu > li.open > a > span.arrow.arrowOpen {
    display: block;    
}
ul.page-sidebar-menu > li > a > span.arrow.arrowOpen {
    display: none;    
}

ul.page-sidebar-menu > li > a > span.arrow.arrowClose {
    display: block;    
}

ul.page-sidebar-menu > li.open > a > span.arrow.arrowClose {
    display: none;    
}


.text-right-force {
    text-align: right !important;
}
/***Less/More***/
.collapse-text-toggle {
    color: blue;
    cursor: pointer;
}

.collapsed-text-toggle {
    color: lightseagreen;
}

/***brand***/
.header .navbar-brand {
    height: 42px;
}

/*TODO*/
ul.page-sidebar-menu > li.active > a {

    border-top-color: transparent !important;
    color: #ffffff;
}

.rtl-direction {
    direction: rtl;
}

.ltr-direction {
    direction: ltr;
}

/***Colors***/
.color-red {
    color: #e02222;
}

.color-blue {
    color: #0da3e2;
}

.color-grey {
    color: #555555;
}

.color-green {
    color: #35aa47;
}

.color-yellow {
    color: #ffb848;
}

.color-purple {
    color: #852b99;
}

.color-light-red {
    color: #ff5400;
}

.color-light-blue {
    color: #bfd5fa;
}

.color-light-grey {
    color: #fafafa;
}

.color-light-green {
    color: #78df1d;
}


.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: gray;
}

/* dropdown */
.dropdown.open .dropdown-toggle {
    color: white;
}

/* body */
body {
    font-family: tahoma;
    font-size: 12px;
}

/* error */
.input-icon i.icon-exclamation-sign {
    display: none;
}

div.has-error i.error-info.icon-exclamation-sign {
    display: block;
    color: #b94a48;
}

/* truncate */
.truncate {
    width: 450px;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* table */
.table td > a, .table td > a:hover, .table thead > tr > th > a:hover {
    text-decoration: none;
    cursor: pointer;
}

.table thead > tr > th:hover {
    cursor: default;
}

.table thead > tr > th > a {
    width: 100%;
    display: inline-block;
    cursor: pointer;
}

/* pagination */
ul.pagination li {
    cursor: pointer;
}

/* icon */
i[class^='icon'], div[class*='icon'], i[class*="icon"] {
    cursor: pointer;
}


.checker span > input {
    cursor: pointer;
}


.t-arrow {
    height: 21px;
    width: 24px;
}

