
.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }
.dropify-wrapper .dropify-message p {
    text-align:center;
}
.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

    .dropdown-submenu:hover > a:after {
        border-left-color: #fff;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }



.ui-tooltip {
    opacity: 1 !important;
    background-color: black !important;
    color: white !important;
    padding: 0px !important;
}
.ui-tooltip-content {
    opacity: 1 !important;
    background-color: black !important;
    color: white !important;
    padding: 3px !important;
}


.label-outline {
    border: 1px solid white;
}
/* helper to ensure that razor (which is correctly detected by ACE) is also highlighted */
.ace_razor {
    background-color: yellow;
}

/* make sure the highlighted text is also black, otherwise it a kind of gray */
.ace_punctuation.ace_short.ace_razor {
    color: black;
}

.ace_punctuation.ace_block.ace_razor {
    color: black;
}
.row.row-broken {
    padding-bottom: 0;
}

.col-inside-lg {
    padding: 20px;
}

.decor-default {
    background-color: #ffffff;
}

.chat-users h6 {
    font-size: 20px;
    margin: 0 0 20px;
}

.chat-users .user {
    position: relative;
    padding: 0 0 0 50px;
    display: block;
    cursor: pointer;
    margin: 0 0 20px;
}

    .chat-users .user .avatar {
        top: 0;
        left: 0;
    }

.chat .avatar {
    width: 40px;
    height: 40px;
    position: absolute;
}

    .chat .avatar img {
        display: block;
        border-radius: 20px;
        height: 100%;
    }

    .chat .avatar .status.off {
        border: 1px solid #5a5a5a;
        background: #ffffff;
    }

    .chat .avatar .status.online {
        background: #4caf50;
    }

    .chat .avatar .status.busy {
        background: #ffc107;
    }

    .chat .avatar .status.offline {
        background: #ed4e6e;
    }

.chat-users .user .status {
    bottom: 0;
    left: 28px;
}

.chat .avatar .status {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    position: absolute;
}

.chat-users .user .name {
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.chat-users .user .mood {
    font: 200 14px/20px "Raleway", sans-serif;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*****************CHAT BODY *******************/
.chat-body h6 {
    font-size: 20px;
    margin: 0 0 20px;
}

.chat-body .answer.left {
    padding: 0 0 0 58px;
    text-align: left;
    float: left;
}

.chat-body .answer {
    position: relative;
    max-width: 600px;
    overflow: hidden;
    clear: both;
}

    .chat-body .answer.left .avatar {
        left: 0;
    }

    .chat-body .answer .avatar {
        bottom: 36px;
    }

.chat .avatar {
    width: 40px;
    height: 40px;
    position: absolute;
}

    .chat .avatar img {
        display: block;
        border-radius: 20px;
        height: 100%;
    }

.chat-body .answer .name {
    font-size: 14px;
    line-height: 36px;
}

.chat-body .answer.left .avatar .status {
    right: 4px;
}

.chat-body .answer .avatar .status {
    bottom: 0;
}

.chat-body .answer.left .text {
    background: #ebebeb;
    color: #333333;
    border-radius: 8px 8px 8px 0;
}

.chat-body .answer .text {
    padding: 12px;
    font-size: 16px;
    line-height: 26px;
    position: relative;
}

.chat-body .answer.left .text:before {
    left: -30px;
    border-right-color: #ebebeb;
    border-right-width: 12px;
}

.chat-body .answer .text:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    border: 18px solid transparent;
    border-bottom-width: 0;
}

.chat-body .answer.left .time {
    padding-left: 12px;
    color: #333333;
}

.chat-body .answer .time {
    font-size: 16px;
    line-height: 36px;
    position: relative;
    padding-bottom: 1px;
}
/*RIGHT*/
.chat-body .answer.right {
    padding: 0 58px 0 0;
    text-align: right;
    float: right;
}

    .chat-body .answer.right .avatar {
        right: 0;
    }

        .chat-body .answer.right .avatar .status {
            left: 4px;
        }

    .chat-body .answer.right .text {
        background: #7266ba;
        color: #ffffff;
        border-radius: 8px 8px 0 8px;
    }

        .chat-body .answer.right .text:before {
            right: -30px;
            border-left-color: #7266ba;
            border-left-width: 12px;
        }

    .chat-body .answer.right .time {
        padding-right: 12px;
        color: #333333;
    }

/**************ADD FORM ***************/
.chat-body .answer-add {
    clear: both;
    position: relative;
    margin: 20px -20px -20px;
    padding: 20px;
    background: #46be8a;
}

    .chat-body .answer-add input {
        border: none;
        background: none;
        display: block;
        width: 100%;
        font-size: 16px;
        line-height: 20px;
        padding: 0;
        color: #ffffff;
    }

.chat input {
    -webkit-appearance: none;
    border-radius: 0;
}

.chat-body .answer-add .answer-btn-1 {
    background: url("http://91.234.35.26/iwiki-admin/v1.0.0/admin/img/icon-40.png") 50% 50% no-repeat;
    right: 56px;
}

.chat-body .answer-add .answer-btn {
    display: block;
    cursor: pointer;
    width: 36px;
    height: 36px;
    position: absolute;
    top: 50%;
    margin-top: -18px;
}

.chat-body .answer-add .answer-btn-2 {
    background: url("http://91.234.35.26/iwiki-admin/v1.0.0/admin/img/icon-41.png") 50% 50% no-repeat;
    right: 20px;
}

.chat input::-webkit-input-placeholder {
    color: #fff;
}

.chat input:-moz-placeholder { /* Firefox 18- */
    color: #fff;
}

.chat input::-moz-placeholder { /* Firefox 19+ */
    color: #fff;
}

.chat input:-ms-input-placeholder {
    color: #fff;
}

.chat input {
    -webkit-appearance: none;
    border-radius: 0;
}

body.dragging, body.dragging * {
    cursor: move !important;
}

.dragged {
    position: absolute;
    opacity: 0.5;
    z-index: 2000;
}

ol.example li.placeholder {
    position: relative;
    /** More li styles **/
}

    ol.example li.placeholder:before {
        position: absolute;
        /** Define arrowhead **/
    }

.input-group .bootstrap-tagsinput {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    width: 100%
}

.input-group .input-group-btn .btn {
    height: 100%;
    padding-top: 2px;
}

.usedtobeabove
{
    margin-top: -9px;

}


.nav-tabs > li > a > i {
    width: 20px;
}
.btn-group > ul > li > a > i
{
    width:15px;
    margin-left:-5px;
}

.bootstrap-select > .btn {
    margin-top: 0px;
    height: 35.5px;
}

.form-group {
    width: 49%;
    /* padding-left: 20px; */
    display: inline-block;
    padding-right: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
    /* margin: 0px 0px 0px 0px; */
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.form-group-wide {
    width:100%;
}

.form-title {
    font-size: 26px;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 10px;
}

.form-section-container 
{
    margin-bottom:12px;
}
#createForm .modal-dialog {
    width: 90%;
}

#quickForm .modal-dialog {
    width: 90%;
}

#quickList .modal-dialog  {
    width: 90%;
}

.notifications-container {
    width: 400px;
    max-height: 50vh;
    overflow-y: scroll;
}

.select2-container--default .select2-selection--single {
     border: 0px solid black;
}

.icons-selector .selector-button {
    width: 39px;
    height: 100%;
    display: block;
    text-align: center;
    cursor: pointer;
    float: left;
    width: 100%;
    text-align: right;
}

.icons-selector .selector {
    width: 100px;
    height: 40px;
    display: flex;
    width: 100%;
}

.icons-selector {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    display: block;
}

.form-material .form-group-iconpick {
    overflow: initial;
}
.asColorPicker-wrap {
    display: block;
}

.customtab .tab-content {
    margin-top: 15px;
}

.form-horizontal label {
    margin-bottom: 0px;
    color: #bababa;
}

.vtabs {
    width: 100%;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid black 0px;
    outline: 0;
}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 0px solid #aaa;
    border-radius: 4px;
    cursor: text;
}

    .select2-container--default .select2-selection--multiple .select2-selection__choice {
        background-color: #1e88e5;
        border: 0px solid #aaa;
        border-radius: 4px;
        cursor: default;
        float: left;
        margin-right: 5px;
        margin-top: 5px;
        padding: 3px 10px;
        color: white;
        font-size: 75%;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
        color: white;
        cursor: pointer;
        display: inline-block;
        font-weight: bold;
        float:right;
        margin-left:5px;
    }