﻿@font-face {
    font-family: 'OpenSans-Regular';
    src: url('/content/OpenSans-Regular.eot?#iefix') format('embedded-opentype'), url('/content/OpenSans-Regular.ttf') format('truetype'), url('/content/OpenSans-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans-SemiBold';
    src: url('/content/OpenSans-SemiBold.eot?#iefix') format('embedded-opentype'), url('/content/OpenSans-SemiBold.ttf') format('truetype'), url('/content/OpenSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans-CondBold';
    src: url('/content/OpenSans-CondBold.eot?#iefix') format('embedded-opentype'), url('/content/OpenSans-CondBold.ttf') format('truetype'), url('/content/OpenSans-CondBold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans-Bold';
    src: url('/content/OpenSans-Bold.eot?#iefix') format('embedded-opentype'), url('/content/OpenSans-Bold.ttf') format('truetype'), url('/content/OpenSans-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Linearicons";
    src: url("/content/Linearicons.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "FontAwesome";
    src: url("/content/FontAwesome.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

body {
    color: #494949;
    font-family: "OpenSans-Regular", sans-serif;
    font-weight: 400;
    height: 100%;
    width: 100%;
    font-size: 14px;
    line-height: 150%;
    margin: 0;
    padding: 0;
    word-break: break-word;
}

h1, h2, p {
    margin: 0 0 0.75em 0;
    line-height: 125%;
}

h1 {
    font-size: 32px;
    font-family: "OpenSans-SemiBold", sans-serif;
    font-weight: 600;
}

h2 {
    font-size: 20px;
    font-weight: 400;
}

a {
    text-decoration: none;
}

a:hover, label:hover, button:hover {
    cursor: pointer;
}

button[disabled], input[disabled], th {
    cursor: default;
}

button[disabled]:hover {
    inset: none;
    box-shadow: none;
    border-color: #3d9bea;
}

input, label, select, option, button, textarea {
    margin: 0;
    padding: 0;
    min-height: inherit;
    font-size: 14px;
}

input, select, textarea {
    padding: 7px 12px;
    border: solid 1px #ddd;
    border-radius: 4px;
}

input, textarea {
    width: -webkit-fill-available;
    width: -moz-available;
    font-family: "OpenSans-Regular", sans-serif;
    font-weight: 400;
}

textarea {
    resize: vertical;
    min-height: 20px;
    max-height: 300px;
}

input:focus, select:focus, textarea:focus {
    border-color: #3d9bea;
    outline: 0;
    box-shadow: #3d9bea 0 0 4px;
}

input[type=checkbox]:focus, input[type=radio]:focus {
    box-shadow: none;
    border: none;
}

input[type=radio] {
    margin-right: 5px;
}

input[type=number] {
    width: 100px;
}

label {
    margin-right: 12px;
}

select, option {
    font-family: "OpenSans-Regular", sans-serif;
    font-weight: 400;
}

label {
    font-family: "OpenSans-SemiBold", sans-serif;
    font-weight: 600;
}

button {
    font-family: "OpenSans-CondBold", sans-serif;
    font-weight: 700;
}

strong {
    font-family: "OpenSans-Bold", sans-serif;
    font-weight: 700;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 40px;
    background: #fff url('') no-repeat right 50%;
}

button {
    border: solid 2px #3d9bea;
    padding: 6px 12px;
    border-radius: 2px;
    min-width: 80px;
    text-transform: uppercase;
    transition: 0.5s;
    margin-bottom: 2px;
}

button:hover, .invert button:hover {
    box-shadow: inset 0 0 0 2em #317cbb;
    border-color: #317cbb;
}

.cancel:hover {
    box-shadow: none;
}

.delete {
    border-color: #ce5252;
}

.delete:hover {
    box-shadow: inset 0 0 0 2em #a54242;
    border-color: #a54242;
}

.select i, a i, .application-options i, .application-options svg {
    margin-right: 5px;
}

button > i, button > svg {
    margin-right: 8px;
}

button.icon-only, button.icon-only:hover {
    background: none;
    padding: 0;
    border: 0;
    box-shadow: none;
    min-width: 15px;
    outline: 0;
}

/* Generic */
.float-left, .pull-left {
    float: left;
}

.float-right, .pull-right {
    float: right;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.block {
    display: block !important;
}

.inline-block {
    display: inline-block;
}

.hidden {
    display: none;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.small, small {
    font-size: 90%;
}
/* Colours */
a, .cancel {
    color: #3d9bea;
}

button {
    background-color: #3d9bea;
    color: #fff;
}

.information {
    color: #00abea;
}

button:disabled {
    color: #fff;
    background-color: #ccc !important;
    border-color: #ccc !important;
}

.cancel, .maincontent {
    background-color: #fff;
}

h1 {
    color: #1f282c;
}

h2, input, select, a:hover {
    color: #494949;
}

label, .field-help, optgroup[label] {
    color: #676767;
}

input[disabled], select[disabled], textarea[disabled], .disabled {
    color: #999999;
}

.close, input::placeholder, .disabled a {
    color: #cccccc;
}

.tag {
    background-color: #ebebeb;
}

input[disabled], select[disabled], textarea[disabled] {
    background-color: #f5f5f5;
}

.delete {
    background-color: #ce5252;
}
/* Page Structure */
body {
    overflow: hidden;
    min-height: 100%;
}

.content {
    width: 100%;
}

/* Product */
.product-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: #00abea;
    border-radius: 20px;
    float: left;
    position: relative;
    padding: 0;
    margin-right: 13px;
}

.product-icon a {
    position: absolute;
    top: 8px;
    left: 10px;
    color: #fff;
    display: block;
    font-size: 22px;
}

.flex-row {
    display: flex;
    flex-direction: row;
}

.flex-column {
    display: flex;
    flex-direction: column;
}

.flex-center {
    align-content: center;
    align-items: center;
}

.product-title .product-name {
    font-size: 16px;
    padding-right: 12px;
}

.product-title .product-version {
    font-size: 12px;
}

.lnr {
    font-family: "Linearicons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-feature-settings: "liga";
    font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
}

.lnr-ims::before {
    content: "\e77b";
}

.overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    position: fixed;
    left: 0;
    top: 0;
    overflow: auto;
    z-index: 50;
}

.close {
    float: right;
    font-size: 18px;
    color: #ccc;
}

.close + .close {
    margin-right: 20px;
}

.ims-version, .modal-container {
    width: 300px;
    margin: 0 auto;
}

.ims-version {
    color: #cccccc;
    margin-top: 5px;
}

.modal-container {
    box-shadow: #ddd 0 0 4px;
    background-color: #fff;
    padding: 20px;
}

.modal-footer {
    text-align: right;
    padding-top: 10px;
}

.modal-container h2 {
    margin-bottom: 5px;
    word-break: break-word;
}

.modal-header .close {
    padding: 4px 0 0 15px;
}

/* Forms */
.field {
    margin-bottom: 10px;
}

.w100 {
    width: 100%;
}

/* Checkboxes */
input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    text-align: center;
}

input[type=checkbox]:hover, input[type=radio]:hover {
    cursor: pointer;
}

input[type=checkbox] {
    width: 1.2em;
    height: 1.2em;
    margin: 0;
    padding: 0;
    min-width: 0;
    margin-right: .5em;
    font-size: .8em;
}

input[type=checkbox]:checked:before {
    color: #424242;
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    text-decoration: inherit;
}

input[type=checkbox]:checked:before {
    content: "\f00c";
}

input[type=checkbox]:before {
    width: 1.2em;
    height: 1.2em;
    min-width: 0;
    vertical-align: top;
    content: "";
    display: inline-block;
    background: #fff;
    border: 1px solid #999;
}
