body {
    background: #F9F9F9;
}

/* Main Structure */

.main-menu {
    padding: 10px 60px;
    display: table;
    height: 100px;
    width: 100%;
    background: #ffffff;
}
tr.semborda td{
    border-top:5pt solid black;
}
tr.semborda th{
    border-top:0px;
}

.pull-right{
    float:right;
}

.main-menu .logo {
    height: 80px;
    width: auto;
}

.navbar {
    width: 100%;
    height: 40px;
    background: #424B5C;
}

.navbar .menu {
    background: transparent;
    border: 0px;
}

.navbar .menu>.item {
    color: white;
}

.navbar .menu>.item:hover {
    color: white !important;
    background-color: #757E8F !important;
}

.main-content {
    padding: 25px 30px;
}
form.login-form{
    width:15rem;
}
form.login-form .field input{
    width:100% !important;
}
.login-form .resetpassword a {
    margin-top: 5px;
    font-size: 0.92rem;
    display: inline-block;
}
/* Forms */
.field span.required{
    color:#F22613;
    font-family: "Lato";
}

/* Light content */

.slim-content {
    padding: 0px;
}


/* Announcement */

.announcement{

}
.announcement .item .content a.header h2{
    color: #2C3E50;
    font-size: 1.45rem;
}
.announcement .item .content a.header h2:hover{
    color: #798B9D;
}
.announcement .item .content.article{
    padding-left: 10px;
}
.announcement .item .statistic .value{
    color: #BDC3C7;
}
/* KB */

.tree-content{
    padding-left:0.8em !important;
}

#article-content{
    font: 15px/24px 'Open Sans', Helvetica, Arial, sans-serif;
}
#article-content img{
    max-width: 100%;
}
#search-results{
    width: 100%;
}

#search-results .result .content{
    padding: 0px;
}

h3.ui.header a.kb-title{
    color: #424B5C;
}

div.column.grid.kb-list-layout{
 margin-top: 20px;
}
.kb-list-layout-subfolders .item i.icon.folder{
    color: #2C3E50;
}
.kb-list-layout-subfolders .item a{
    color: #2C3E50;
}
.kb-list-layout .column .ui.divider{
    opacity: 0.6;
    width: 100%;
    margin-top: 5px;
}
.kb-list-layout .column .ui.header{
    margin-bottom: 0;
}
.kb-list-layout .column .ui.header .kb-title h3{
    color: #424B5C;
    display: inline;
}
.kb-list-layout .column .ui.header .article-count{
    float: right;
    font-weight: normal;
    font-size: 15px;
    color: #ABADAF;
}
/*
Tickets
*/
#tickets-table{
}
#tickets-table tr:hover{
cursor: pointer;
}
/*
Live chat
*/
    #live-ringing-loader{
    }
    .ui.fluid.container.live-chat-container {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
    #live-chat-container {
        background: #ccc;
    }
    #live-toolbar {
        width: 640px;
        height: 41px;
        padding: 4px 20px;
        border-bottom: 1px solid #cccccc;
    }
    #live-chat {
        height: 400px;
        width: 640px;
     overflow-x: hidden;
    overflow-y: auto;
    }
    #live-chatbox {
        width: 640px;
        height: 508px;
        background: white;
    }
    #live-feed{
        padding-top: 15px;
    }
    #live-feed .event{
        padding: 0px 2px;
    }
    #live-feed .event .content{
        padding: 0px 6px;
    }
    #live-feed .event .content .summary{
        font-weight: 300;
    }
    #live-feed .conversation-meta{
        color: #BDC3C7;
        font-style: italic;
        font-size: 13px;
    }

    #live-sendbox {
        height: 108px;
        width: 640px;
        border-top: 1px solid #eee;
        background: #f6f7f8;
        padding: 5px 8px;
    }
    #live-textbox {
        height: 98px;
        border: 1px solid #eee;
        background: #ffffff;
    }
    #live-textbox.disabled {
        opacity: 0.5;
    }
    #live-textbox>textarea {
        height: 57px;
        width: 100%;
        outline: none;
        outline-color: transparent;
        outline-style: none;
        resize: none;
        border: 0px;
        padding: 15px 5px 5px 10px;
    }    
    #live-textbox>#toolbar {
        border-top: 1px solid #eee;
        padding: 0px;
        margin: 0px;
        display: inline-block;
        height: 35px;
        width: 100%;
    }
    .conversation-action-toolbar {
        padding: 0px;
        margin: 0px;
        display: inline-block;
        height: 35px;
    }
    .conversation-action-toolbar li {
        display: inline;
        float: left;
        list-style-type: none;
        height: 34px;
        line-height: 34px;
        padding: 0px 15px;
        cursor: pointer;
        border-right: 1px solid #eee;
        color: rgb(166, 166, 166);
    }
    .conversation-action-toolbar li.toolbar-icon {
        padding-top: 5px;
    }
    .conversation-action-toolbar li>i {
        color: rgb(160, 160, 160);
        padding-right: 3px;
        font-size: 1.2em;
    }
    .conversation-action-toolbar li:hover {
        background: rgb(249, 249, 249);
    }
    .conversation-editor-option {
        display: inline;
        float: left;
        border-left: 1px solid #eee;
        padding: 0px 5px 0px 8px;
        height: 35px;
        cursor: pointer;
    }
    .conversation-editor-option:hover {
        background: rgb(249, 249, 249);
    }
    #live-sound {
        width: 30px;
    }
    #live-sound i {
        line-height: 35px;
        color: #777777;
    }
    #conversation-reply-button {
        height: 25px;
        line-height: 9px;
    }
    #conversation-send-button {
        display: inline;
        float: left;
        border-left: 1px solid #eee;
        padding: 3px 5px 0px 15px;
        height: 35px;
    }
    #conversation-send-button label {
        font-size: 13px;
        font-weight: 300;
        color: rgb(155, 155, 155);
    }
    #lvc-file{
        display: none;
    }
    i.removefile{
        color: #D91E18 !important;
        display: none;
    }
    i.removefile:hover{
        color: #A60000 !important;
    }
    #clone-templates{
        display: none;
    }
     #live-feed .event .content .summary  .live-image-attachment{
        padding-left:35px;
    }
    #live-feed .event .content .summary .live-image-attachment img{
        max-width: 150px;
        height: auto;
    }
    #live-missed{
        padding-top: 180px;
    }

/* 
*** Multiuse CSS ***
*/
.hidden{
    display: none !important;
}
.disabled{
    opacity: 0.3;
}
/*
***** Widgets *****
*/
/* Login widget */
#login-widget .item i.icon{
    float: none;
    color: #9A9C9E;
}
#login-widget .item{
    padding-left: 0.5em;
}