
.editable{

}

.locked div input{
    border-bottom: white !important;
}

/* wider sidebar */
#sidebar-nav {
    width: 200px;
}

.content {
    margin-left: 197px;
}

@media (max-width: 768px){
    .content {
        min-width: 0px;
        margin: 0;
    }
}
/**/

a {
    cursor: pointer;
}

a.icon:hover{
    text-decoration: none;
}


.rowLink {
    cursor: pointer;
}

#tree {
    min-width: 100%;
    float: left;
    margin-left: 15px;
    margin-bottom: 20px;
    margin-right: 20px;
}

#tree ul li {
    margin-top: 5px;
    margin-top: 5px;
}

.clear {
    clear: both
}

ul.jqtree-tree .jqtree-element {
    padding-left: 5px;
}

ul.jqtree-tree .jqtree-toggler:hover {
    text-decoration: none !important
}

.btn-flat.danger {
    text-shadow: none
}

.login-wrapper .box div.language {
    display: block;
    text-align: right;
    font-style: italic;
    text-decoration: underline;
    color: #3d88ba;
    font-size: 13px;
    margin-bottom: 16px;
}

.login-wrapper .box div.language .ui-select {
    width: 170px;
}

.user-profile .profile .profile-box {
    border-top: 0;
    padding-top: 0px;
}

.btn-icon {
    padding: 2px 6px;
}

.img-circle {
    border-radius: 15%;
}

ul.jqtree-tree li.jqtree-selected > .jqtree-element span{
    color: #000!important;
    font-weight: bold!important;
    padding-left: 25px;
    background-image:url('/img/icons/tick.png');
    background-repeat: no-repeat;
}

.jqtree-element span {
    padding-left: 25px;
}

ul.jqtree-tree li.jqtree-selected > .jqtree-element, ul.jqtree-tree li.jqtree-selected > .jqtree-element:hover {
    background-color: transparent!important;
    background: none!important;
}

table.dataTable tr:hover td{
    background-color: #F0F0F0!important;
}

.form-page .form-wrapper .field-box {
    margin-bottom: 20px!important;
}

.form-page .form-wrapper label {
    padding-top: 3px;
}

.selected {
    background-color: #F7F7F7;
}

#sortable {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
}
#sortable li {
    margin: 3px 3px 3px 0;
    padding: 1px;
    float: left;
    width: 85px;
    height: 95px;
    font-size: 4em;
    text-align: center;
}
#sortable li input {
    float: left;
    margin-left: 37px
}

.ng-table th {
    padding-bottom: 0px!important;
}

.ngProgressLiteBar {
    z-index: 1000!important;
    height: 3px!important;
}

#nprogress .bar {
    z-index: 1000!important;
    height: 3px!important;
}

.growl{
    position: absolute;
    width: 250px;
    top: 55px;
    right: 3px;
}

/** animations **/

.slide.ng-leave {
    position: relative;
}
.slide.ng-enter {
    position: absolute;
}
.slide.ng-enter, .slide.ng-leave {
    -webkit-transition: -webkit-transform 0.3s ease-in, opacity 0.3s ease-in;
    -moz-transition: -moz-transform 0.3s ease-in, opacity 0.3s ease-in;
    -o-transition: -o-transform 0.3s ease-in, opacity 0.3s ease-in;
    transition: transform 0.3s ease-in, opacity 0.3s ease-in;
}
.slide.ng-enter, .slide.ng-leave.ng-leave-active {
    -webkit-transform: scaleX(0.9);
    -o-transform: scaleX(0.9);
    transform: scaleX(0.9);
    opacity: 0;
}
.slide, .slide.ng-enter.ng-enter-active {
    -webkit-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1;
}

.animate-switch-container {
    position:relative;
    height:40px;
    overflow:hidden;
}

.animate-switch {
    padding:10px;
}

.animate-switch.ng-animate {
    -webkit-transition:all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s;
    transition:all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s;

    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
}

.animate-switch.ng-leave.ng-leave-active,
.animate-switch.ng-enter {
    top:-50px;
}
.animate-switch.ng-leave,
.animate-switch.ng-enter.ng-enter-active {
    top:0;
}

.bold {
    font-weight: bold;
}

.inline-input {
    color: black !important;
    border-bottom: 1px solid #5094D3 !important;
}