/*
 * It is advised not to edit the smartadmin_production.css
 * as this will override any changes you make in the 
 * later versions of this theme. 
 * 
 * We advise that you use use this CSS to override 
 * SmartAdmin styles. 
 * 
 * Rename the stylesheet to whatever your liking so it will stay
 * unique to you with each update of SmartAdmin.
 */

/*
 * INDEX
 * 
 * - HTML
 * - BODY
 * - CUSTOM STYLES
 */

/*
.jarviswidget-color-blueDark .nav-tabs li:not(.active) a,
.jarviswidget-color-blueDark>header>.jarviswidget-ctrls a {
    color: #333!important;
}
*/
#topicTabs a {
    color: #333!important;
}
.cke_editable {
    cursor: text;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 6px 10px 0 10px;
    overflow: auto;
    height: 100%;
    min-height: 25px;
}
div.cke_float[id*=cke_keditor-component-content-] .cke_toolbar_break {
    display: block !important;
}

.form-group{
    margin: 15px 0 0 0;
}
label {
    font-weight: 600;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
}

#content-area {
    min-height: 100%;
}

#content-area .keditor-content-area {
    min-height: 100%;
}
.keditor-content-area {
    min-height: 100%;
    padding: 30px;
    margin: 20px;
    background: #fafafa;
    border: 3px dashed #ccc;
}
.keditor-content-areas-wrapper.container{
    width: 100%;
}

#keditor-snippets-type-switcher>li {
    padding: 8px 10px;
}
#keditor-snippets-type-switcher>li.active>a {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 10px 12px;
    border-bottom: 1px solid #fff;
}

.keditor-snippet img {
    display: block;
    max-width: 180px;
}

#content-area1,
#content-area2,
#content-area3 {
    /*padding: 30px;
    margin: 20px;
    background: #fafafa;
    min-height: 150px;
    border: 3px dashed #ccc;*/
    min-height: 100%;
}

#content_topic{
    position: relative;
    width:100%;
    height:100%;
    margin:0;
    padding:0;
}

.iframeWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.iframeWrapper iframe {
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.smart-form *, .smart-form :after, .smart-form :before {
    /* margin: 0;
    padding: 0;
    box-sizing: content-box;
    -moz-box-sizing: content-box;*/
}

.smart-form fieldset+fieldset {
    /*border-top: 1px solid #46b8da;*/
}
.smart-form fieldset {
   /* padding: 0;
    border: 1px solid #46b8da;
    margin: 10px 0;*/
}
.smart-form legend {
    padding: 5px;
    background: white;
}

legend {
    color: #46b8da;
    font-weight: bold;
    /*border-width: 1px 1px 0 1px;*/
    /*border-style: solid;*/
    /*border-color: #46b8da;*/
    width: auto;
    padding: 5px;
}


.select2, .select2-container {
    width: 100%;
}
.select2-container .select2-choice, .select2-selection {
    display: block;
    height: 32px;
    padding: 0;
    overflow: hidden;
    position: relative;
    border: 1px solid #ccc;
    white-space: nowrap;
    line-height: 32px;
    color: #444;
    text-decoration: none;
    background-clip: padding-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
}
.select2-container-multi .select2-choices .select2-search-choice, .select2-selection__choice {
    padding: 1px 28px 1px 8px;
    margin: 4px 0 3px 5px;
    position: relative;
    line-height: 18px;
    color: #fff;
    cursor: default;
    border: 1px solid #2a6395;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #3276b1;
}
.select2-selection__choice__remove {
    font-family: FontAwesome;
    font-size: 0;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    margin: 0;
    min-height: 20px;
    min-width: 16px;
    position: absolute;
    text-decoration: none!important;
    padding: 2px 1px 0 0;
}
.select2-container-multi .select2-search-choice-close, .select2-selection__choice__remove {
    display: block;
    top: 0;
    right: 0;
    padding: 3px 4px 3px 6px;
}

span.select2-selection.select2-selection--single {
    padding: 0 8px;
}

.display-topic-none {
    display: none;
}

.inbox-body.no-content-padding {
    margin-top: 0;
    background: transparent;
    overflow: hidden;
    min-height: 300px;
}
.inbox-side-bar {
    height: 100%;
    position: absolute;
    background: transparent;
    display: block;
    width: 200px;
    padding: 10px 0 10px 14px;
    -webkit-overflow-scrolling: touch;
    z-index: 1;
}
.inbox-body .table-wrap {
    background: transparent;
    padding: 10px 14px 7px;
    position: relative;
    margin-left: 200px;
    overflow-x: hidden;
}

.alert-error {
    border-color: #953b39;
    color: #fff;
    background-color: #c26565;
    text-shadow: none;
}

.smart-form .row {
   /* margin: 0; */
}

.table-responsive {
    min-height: .01%;
    overflow-x: hidden;
}
/*
.jarviswidget-color-blueDark .nav-tabs li:not(.active) a, .jarviswidget-color-blueDark>header>.jarviswidget-ctrls a {
    color: #333!important;
}
.jarviswidget-color-blueDark .nav-tabs li:not(.active) a {
    color: #333;
}
.jarviswidget-color-blueDark>header>.jarviswidget-ctrls a {
    color: #fff!important;
}
*/


/******/
.form-content{
    margin: auto 0;
    width: 100%;
    text-align: center;
}
.btn-form-content{
    width: 300px;
    margin: auto 0;
    text-align: center;
}

#sidebar_contextmenucontainer{
    border-bottom: 1px solid #999;
    padding: 0;
    background: #eee;
    list-style-type: none;
    height: 26px;
    font-size: 16px;
}

.table-media{ background:whitesmoke; display: table; margin: 5px 0; }
.table-media .bg-white { background:white; }
.table-media .bg-white img { background:white; margin: 0 auto; }
.table-media .media-title { background:whitesmoke;  }




/** media aside **/
.media-aside {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
}

.media-aside-item {
    background: white;
    padding: 2px;
    width: 110px;
    height: 80px;
    margin: 1px 0 0 0;
    line-height: 90px;
}

label.required:after {
    content: "*";
}


.form-control{ height: auto;border: none;}
textarea.form-control{ border: 1px solid #ccc;}