body {
    padding-top: 95px;
    background: url("/assets/image/common/background.jpg");
}

.ncsupport {
    background-color: #0ea7e7;
    border-bottom: 3px solid #0c8ec5;
}

button.close#nchide {
    margin-left: 5px;
}

.dropdown-header {
    white-space: normal;
}

.table-perpage, .table-entries {
    display: none
}

.tabs-padding {
    margin-bottom: 15px;
}

.downloads-warning {
    padding-bottom: 15px;
}

textarea.fixed-size {
    width: 100%;
    height: 135px;
}

/* Download Page
=================================================================== */
.download-buttons {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.download-button-icon {
    font-size: 17pt;
    padding-right: 9px;
}

/* Error Pages
=================================================================== */
.error-template {
    padding: 40px 15px;
    text-align: center;
}

.error-template h1 {
    margin-top: 0px;
}

.error-details, .error-button {
    margin-top: 30px;
}

/* DataTables
=================================================================== */
.table-perpage {
    float: left;
    padding-top: 10px;
}

.table-entries {
    display: none;
}

.table-search {
    float: right;
}

.table-pagination {
    margin-left: auto !important;
    margin-right: auto !important;
    float: none !important;
    display: block;
    text-align: center;
}

/* Sub Menu Dropdowns
=================================================================== */
.dropdown {
    cursor: pointer;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.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: #cccccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
    border-left-color: #ffffff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
}

/* Other Stuff
===================================================================== */
.no-link-effects a, .no-link-effects a:hover, .no-link-effects a:visited, .no-link-effects a:link, .no-link-effects a:active {
    color: #000000;
    text-decoration: none;
    border: 0;
}

.button-checkbox {
    padding-bottom: 15px;
    text-align: right;
}

#save, #mode, #vim {
    margin-top: 10px;
}

.cm-s-tiny {
    border: 1px solid #eee;
    height: 150px;
}

.cm-s-small {
    border: 1px solid #eee;
    height: 300px;
}

.cm-s-big {
    border: 1px solid #eee;
    height: 600px;
}

.wide-form-control {
    width: 500px !important;
}

.btn-hover {
    font-weight: normal;
    color: #333333;
    cursor: pointer;
    background-color: inherit;
    border-color: transparent;
}

.btn-hover-alt {
    font-weight: normal;
    color: #ffffff;
    cursor: pointer;
    background-color: inherit;
    border-color: transparent;
}

.smaller-hr {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.server-banner {
    max-width: 468px;
    max-height: 60px;
    width: 100%;
    height: 100%;
}

.media-div {
    margin-bottom: 30px;
}

.media-div img {
    margin-bottom: 10px;
}

/* Required Field Stuffs
=================================================================== */

.required-field-block {
    position: relative;
}

.required-field-block .required-icon {
    display: inline-block;
    vertical-align: middle;
    margin: -0.25em 0.25em 0em;
    background-color: #E8E8E8;
    border-color: #E8E8E8;
    padding: 0.5em 0.8em;
    color: rgba(0, 0, 0, 0.65);
    text-transform: uppercase;
    font-weight: normal;
    border-radius: 0.325em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: background 0.1s linear;
    -moz-transition: background 0.1s linear;
    transition: background 0.1s linear;
    font-size: 75%;
}

.required-field-block .required-icon {
    background-color: transparent;
    position: absolute;
    top: 0em;
    right: 15px;
    z-index: 10;
    margin: 0em;
    width: 30px;
    height: 30px;
    padding: 0em;
    text-align: center;
    -webkit-transition: color 0.2s ease;
    -moz-transition: color 0.2s ease;
    transition: color 0.2s ease;
}

.required-field-block .required-icon:after {
    position: absolute;
    content: "";
    right: 1px;
    top: 1px;
    z-index: -1;
    width: 0em;
    height: 0em;
    border-top: 0em solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 0em solid transparent;
    border-right-color: inherit;
    -webkit-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
}

.required-field-block .required-icon .text {
    color: #B80000;
    font-size: 22px;
    margin: -3px 0 0 12px;
}