#template-settings .pbx_module_tabs,
#provisioning-accounts .pbx_module_tabs {
    box-shadow: none;
    background: transparent;
    margin: 0;
}

#template-settings .pbx_module_tabs ul.nav-tabs > li > a:hover,
#provisioning-accounts .pbx_module_tabs ul.nav-tabs > li > a:hover {
    opacity: 0.7;
    border-bottom: 2px solid #8ebf33;
    color: #8ebf33;
    text-decoration: none;
    background-color: transparent;
}

#template-settings .select2-container--bootstrap .select2-selection,
#scanned-devices .select2-container--bootstrap .select2-selection,
#provisioning-accounts .select2-container--bootstrap .select2-selection,
#template-settings .selectize-input,
#provisioning-accounts .selectize-input,
.select2-container--bootstrap .select2-selection .selectize-input,
#template-settings input[type="text"],
#provisioning-accounts input[type="text"]{
    border-radius: 5px;
    width: 100%;
}

#template-settings .table,
#scanned-devices .table,
#provisioning-accounts .table{
    width: 100% !important;
}

#template-settings .table > thead > tr > th,
#scanned-devices .table > thead > tr > th,
#provisioning-accounts .table > thead > tr > th{
    border: none;
}

#template-settings .table > tbody > tr > td,
#scanned-devices .table > tbody > tr > td,
#provisioning-accounts .table > tbody > tr > td{
    border: none;
}

#template-settings textarea{
    font-size: 10pt;
    font-family: 'Courier New',monospace;
    background: #f7f7f7;
}

#template-settings .textarea-wrap{
    position: relative;
    display: inline-block;
    width: 100%;
}

#template-settings .textarea-wrap i{
    position: absolute;
    top: 8px;
    right: 25px;
    color: #BDBDBD;
    text-decoration: none;
    font-size: 17px;
    outline:none;
    cursor: pointer
}

#template-settings .textarea-wrap i:hover{
    color: #757575;
    outline:none;
}

#template-settings .textarea-wrap i#reload-template-file{
    right: 51px;
}

#template-settings .textarea-wrap.textarea-wrap-fullscreen{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2000;
}

#template-settings .textarea-wrap textarea.textarea-fullscreen{
    margin-bottom: 30px;
    overflow-x: hidden;
    overflow-wrap: break-word;
    height: 100vh;
}