html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

body {
    line-height: 1
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

nav ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold
}

del {
    text-decoration: line-through
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

input,
select {
    vertical-align: middle
}

html {
    font-family: Tahoma, sans-serif;
    font-size: 14px;
    color: #595959;
    line-height: 1.2;
    height: 100%
}

body {
    height: 100%
}

a,
a:hover {
    text-decoration: none
}

img {
    border: none;
    -webkit-transition: all 0 ease-out;
    -moz-transition: all 0 ease-out;
    -o-transition: all 0 ease-out;
    transition: all 0 ease-out
}

table {
    border-collapse: collapse
}

table td {
    vertical-align: top
}

table td.right {
    text-align: right
}

ul,
ol {
    list-style-type: none
}

.fl {
    float: left
}

.fr {
    float: right
}

.cb {
    clear: both
}

.dn {
    display: none
}

.ar {
    text-align: right
}

.al {
    text-align: left
}

.ac {
    text-align: center
}

.text-red {
    color: #981800
}

.text-green {
    color: #006411
}

.pr {
    padding-right: 20px
}

.errorMessage {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 5px;
    background-color: #ffeaea;
    border-style: solid;
    border-width: 1px;
    border-color: #981800;
    color: #981800;
    margin-bottom: 10px
}

.okMessage {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 5px;
    background-color: #eaffea;
    border-style: solid;
    border-width: 1px;
    border-color: #089800;
    color: #089800;
    margin-bottom: 10px
}

.errorIcon {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 2px;
    background-color: #ffeaea;
    border-style: solid;
    border-width: 1px;
    border-color: #981800;
    color: #981800;
    position: relative;
    top: -2px;
    cursor: default
}

.okIcon {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 2px;
    background-color: #eaffea;
    border-style: solid;
    border-width: 1px;
    border-color: #089800;
    color: #089800;
    position: relative;
    top: -2px;
    cursor: default
}

.warningIcon {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 2px;
    background-color: #f2e0b9;
    border-style: solid;
    border-width: 1px;
    border-color: #f19209;
    color: #f19209;
    position: relative;
    top: -2px;
    cursor: default
}

.icon-clean {
    border: 0;
    background-color: transparent
}

.noticeMessage {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 5px;
    background-color: #eaffff;
    border-style: solid;
    border-width: 1px;
    border-color: #009898;
    color: #009898;
    margin-bottom: 10px
}

div.row {
    padding-top: 10px
}

div.row div.tip {
    padding-top: 5px;
    font-size: 10px;
    color: #686868;
    padding-left: 40px
}

div.row.buttons {
    padding-top: 20px;
    text-align: center
}

div.row.login {
    position: relative;
    top: 55px
}

a {
    color: #8aab00;
    text-decoration: none;
    -webkit-transition: all 0 ease-out;
    -moz-transition: all 0 ease-out;
    -o-transition: all 0 ease-out;
    transition: all 0 ease-out
}

a:hover {
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    color: #5d7300
}

a.cancel {
    color: #de3939;
    -moz-opacity: .8;
    -khtml-opacity: .8;
    -webkit-opacity: .8;
    opacity: .8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
    filter: alpha(opacity=80)
}

p {
    padding-top: 10px;
    padding-bottom: 10px
}

input {
    -webkit-transition: all 0 ease-out;
    -moz-transition: all 0 ease-out;
    -o-transition: all 0 ease-out;
    transition: all 0 ease-out
}

a.cancel:hover {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100)
}

h1 {
    font-size: 22px;
    font-weight: normal;
    font-family: Tahoma, sans-serif
}

h2 {
    font-size: 18px;
    font-weight: normal;
    font-family: Tahoma, sans-serif
}

th {
    text-align: left;
    border-bottom: 1px solid #ccc
}

table {
    width: 100%
}

tr.alt {
    background-color: #fafafa
}

.errorSummary {
    font-size: 13px;
    padding: 5px;
    text-align: left;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #981800;
    background-color: #f4d8d3;
    color: #981800
}

.errorSummary p {
    padding: 0
}

.errorSummary ul {
    list-style-type: none
}

.textfield {
    border-style: solid;
    border-width: 1px;
    border-color: #cececf;
    color: #5c5c5c;
    font-family: Tahoma, sans-serif;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-size: 16px;
    padding: 10px;
    height: 20px;
    width: 400px
}

.textfield.login {
    width: 250px
}

.textfield:focus {
    box-shadow: 0 0 5px #5d8b9b;
    border: 1px solid #5d8b9b
}

.textarea {
    border-style: solid;
    border-width: 1px;
    border-color: #cececf;
    color: #5c5c5c;
    font-family: Tahoma, sans-serif;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-size: 16px;
    padding: 10px;
    height: 100px;
    width: 500px
}

.textarea.large {
    width: 600px;
    height: 500px
}

.textarea.code {
    font-size: 14px;
    font-family: 'Courier New'
}

.dropdown {
    border-style: solid;
    border-width: 1px;
    border-color: #cececf;
    color: #5c5c5c;
    font-family: Tahoma, sans-serif;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-size: 16px;
    padding-left: 5px;
    height: 30px;
    width: 313px
}

.button {
    background-color: #761608;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #fff;
    padding: 5px;
    font-size: 12px
}

.button:hover {
    color: #fff;
    background-color: #a83324
}

.button.green {
    background-color: #287c1d
}

.button.green:hover {
    background-color: #349926
}

.button.yellow {
    border-color: #e0bc22;
    background-color: #e0bc22
}

.button.yellow:hover {
    background-color: #ebc524
}

.button.light-blue {
    border-color: #1a74c8;
    color: #1a74c8;
    background-color: #d9e7f3
}

.button.light-blue:hover {
    background-color: #eaf1f8
}

.button.login {
    color: #ffffff;
    font-size: 18px;
    padding: 8px 88px;
    background-color: #5d8b9b;
}

.button.login:hover {
    background-color: #456975;
    color: #fff;
}

.button.small {
    padding: 3px 7px 6px
}

.mono {
    font-family: "Courier New"
}

p.note {
    font-size: 12px;
    color: #ff8a8a
}

span.required {
    font-size: 12px;
    color: #ff8a8a
}

header {
    background-color: #eeeeee;
    height: 25px;
    position: fixed;
    width: 100%;
    z-index: 1000;
    padding: 0.4rem;
}

header div.logo {
    display: inline-block
}

header div.logo img {
    left: 2px;
    position: relative;
    top: 2px
}

header div.logo a.dev {
    position: relative;
    top: -3px;
    color: #5d8b9a;
    left: 10px;
}

header div.user {
    display: inline-block;
    float: right;
    font-size: 12px;
    height: 25px;
    cursor: pointer;
    color: #95c11e;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out
}

header div.user.open {
    background-color: #95c11e;
    color: #252525
}

header div.user:hover {
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    background-color: #95c11e;
    color: #252525
}

header div.user div.name {
    padding: 5px
}

header div.services {
    display: inline-block;
    float: right;
    font-size: 12px;
    height: 25px;
    cursor: pointer;
    color: #95c11e;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    margin-right: 20px
}

header div.services.open {
    background-color: #95c11e;
    color: #252525
}

header div.services:hover {
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    background-color: #95c11e;
    color: #252525
}

header div.services div.name {
    padding: 5px
}

header div.client-logo {
    display: inline-block;
    float: right;
    height: 25px;
    margin-right: 0
}

header div.search {
    display: inline-block;
    float: right;
    height: 25px;
    margin-right: 60px
}

header div.search .textfield {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-size: 11px;
    height: 15px;
    padding: 1px;
    position: relative;
    top: 2px;
    width: 200px
}

header div.search .textfield:focus {
    width: 400px
}

header #dropdown ul {
    position: absolute;
    right: 25px;
    width: 160px;
    padding: 5px 0;
    top: 25px;
    display: none;
    border-left: 4px solid #95c11e;
    background: #fff;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    text-align: right;
    z-index: 1200
}

header #dropdown ul li {
    font-size: .9em
}

header #dropdown ul li a {
    text-decoration: none;
    display: block;
    color: #252525;
    padding: 7px 15px
}

header #dropdown ul li a:hover {
    color: #252525;
    background: #e8e8e8
}

header #dropdown-services ul {
    position: absolute;
    right: 154px;
    width: 160px;
    padding: 5px 0;
    top: 25px;
    display: none;
    border-left: 4px solid #95c11e;
    background: #fff;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    text-align: right;
    z-index: 1200
}

header #dropdown-services ul li {
    font-size: .9em
}

header #dropdown-services ul li a {
    text-decoration: none;
    display: block;
    color: #252525;
    padding: 7px 15px
}

header #dropdown-services ul li a:hover {
    color: #252525;
    background: #e8e8e8
}

header #dropdown-environment ul {
    position: absolute;
    right: 244px;
    width: 160px;
    padding: 5px 0;
    top: 25px;
    display: none;
    border-left: 4px solid #95c11e;
    background: #fff;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    text-align: right;
    z-index: 1200
}

header #dropdown-environment ul li {
    font-size: .9em
}

header #dropdown-environment ul li a {
    text-decoration: none;
    display: block;
    color: #252525;
    padding: 7px 15px
}

header #dropdown-environment ul li a:hover {
    color: #252525;
    background: #e8e8e8
}

footer {
    background-color: #252525;
    height: 45px;
    width: 100%;
    position: relative
}

body.login {
    background: url('/i/backgrounds/metal-grid.jpg') repeat;
    background-color: #ffffff
}

div.login_holder {
    width: 331px;
    height: 350px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 100px;
    background-color: #eeeeee;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #333333;
    text-align: center
}

div.login_holder div.heading {
    height: 70px;
    background-color: #eeeeee;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 4px;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    position: relative;
    top: -2px;
        padding-top: 1rem;
}

div.login_holder div.form {
    position: relative;
    text-align: center;
    top: 20px
}

div.login_holder div.forgot_password {
    width: 100%;
    text-align: center;
    position: relative;
    top: 20px
}

div.login_holder div.forgot_password a {
    color: #252525;
    font-size: 12px
}

div.login_holder div.forgot_password a:hover {
    color: #5d8b9b
}

div.login_holder div.errorSummary {
    color: #5d8b9b;
    padding: 0;
    text-align: center
}

div.login_holder div.logo {
    padding-bottom: 15px
}

div.login_holder:before {
    content: '';
    position: absolute;
    z-index: -1;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    filter: blur(5px);
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px)
}
.login-form {
    margin-top: 1rem;
}

div.boxes {
    text-align: justify
}

div.boxes>div {
    width: 150px;
    display: inline-block;
    vertical-align: top
}

div.boxes:after {
    content: "";
    width: 100%;
    display: inline-block
}

div.box {
    background-color: #e9e9e9;
    color: #fff;
    display: inline-block;
    height: 100px;
    width: 150px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 0;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

div.box span.title {
    width: 150px;
    display: block;
    background-color: #e9e9e9;
    text-align: center;
    padding-top: 3px;
    padding-bottom: 6px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 0;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

div.box span.info {
    background-color: #e9e9e9;
    display: block;
    padding-bottom: 3px;
    padding-top: 2px;
    position: relative;
    text-align: center;
    width: 150px;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 0;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

div.box div.progress {
    font-size: 24px;
    height: 58px;
    position: relative;
    text-align: center;
    top: 16px;
    width: 100%
}

div.box.green {
    background-color: #55acaa
}

div.box.green span.title {
    background-color: #59b6b4
}

div.box.green span.info {
    background-color: #52a3a4
}

div.box.blue {
    background-color: #0354b8
}

div.box.blue span.title {
    background-color: #066db8
}

div.box.blue span.info {
    background-color: #064aaa
}

div.box.orange {
    background-color: #f0a16d
}

div.box.orange span.title {
    background-color: #f0aa80
}

div.box.orange span.info {
    background-color: #eb9365
}

div.box.red {
    background-color: #b23517
}

div.box.red span.title {
    background-color: #b14414
}

div.box.red span.info {
    background-color: #a12716
}

div.container {
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    min-height: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 45px
}

div.prod-warn {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: center;
    border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    padding: 5px;
    background-color: #fff0c2;
    border-style: solid;
    border-width: 1px;
    border-color: #f4a322;
    color: #eb9c20;
    top: -22px
}

div.prod-warn a {
    padding-top: 5px;
    padding-bottom: 5px;
    color: #eb9c20;
    text-decoration: underline
}

div.left-section {
    border-right: solid 1px #c4c4c4;
    display: inline-block;
    float: left;
    min-height: 500px;
    width: 200px;
    position: relative;
    top: -20px;
    padding-top: 28px
}

div.left-section span.subscript {
    font-size: 9px;
    text-transform: uppercase
}

div.left-section ul.sections li {
    display: block;
    border-bottom: solid 1px #c4c4c4
}

div.left-section ul.sections li a {
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    display: block;
    color: #686868
}

div.left-section ul.sections li.active {
    background-color: #f1f1f1
}

div.left-section ul.sections li:hover {
    color: #252525;
    background-color: #f9f9f9
}

div.left-section ul.status {
    margin-top: 15px
}

div.left-section ul.status li {
    padding-top: 5px;
    padding-bottom: 5px;
    display: block;
    border-bottom: solid 1px #c4c4c4
}

div.left-section ul.status li span {
    position: relative;
    top: -1px
}

div.left-section ul.status li span.ok {
    color: #b1cd3c
}

div.left-section ul.status li span.degraded {
    color: #cda63c
}

div.left-section ul.status li span.error {
    color: #cd3c3c
}

div.left-section ul.status li span.busy {
    color: #3c65cd
}

div.left-section ul.status li span i.fa {
    width: 15px;
    text-align: center
}

div.left-section ul.status li i.dd {
    position: relative;
    top: 3px;
    float: right
}

div.left-section ul.status li div.status-trigger {
    cursor: pointer;
    padding-right: 5px
}

div.left-section ul.status li div.sections {
    display: none
}

div.left-section ul.status li div.sections li {
    border: none
}

div.left-section ul.status li div.sections li i.fa {
    font-size: 9px;
    padding-right: 3px;
    position: relative;
    top: -1px;
    width: 8px
}

div.left-section ul.status li div.sections li i.fa.fa-check {
    color: #b1cd3c
}

div.left-section ul.status li div.sections li i.fa.fa-close {
    color: #cd3c3c
}

div.left-section ul.status li:hover {
    background-color: #f9f9f9
}

div.left-section ul.status a {
    display: block;
    color: #686868
}

div.left-section ul.status a.active {
    background-color: #f1f1f1
}

div.left-section ul.status a:hover {
    color: #252525;
    background-color: #f9f9f9
}

div.left-section ul.status a.detailed {
    floar: right
}

div.left-section ul.status ul.sub-menu li {
    padding: 0;
    margin: 0
}

div.left-section ul.status ul.sub-menu li a {
    padding: 0;
    padding-left: 25px;
    padding-top: 4px;
    padding-bottom: 4px;
    display: "";
    color: inherit
}

div.left-section ul.status ul.sub-menu li a:hover {
    background-color: #f0f0f0
}

div.left-section ul.menu {
    margin-top: 15px
}

div.left-section ul.menu li {
    border-bottom: solid 1px #c4c4c4;
    padding-bottom: 3px
}

div.left-section ul.menu li i.dd {
    position: relative;
    top: 3px;
    float: right
}

div.left-section ul.menu li div.menu-trigger {
    cursor: pointer;
    padding: 5px;
    padding-bottom: 6px
}

div.left-section ul.menu li div.menu-trigger:hover {
    background-color: #f1f1f1
}

div.left-section ul.menu li div.sections {
    margin-left: 15px
}

div.left-section ul.menu li div.sections li {
    border: none;
    cursor: pointer;
    padding: 2px
}

div.left-section ul.menu li div.sections li i.fa {
    font-size: 9px;
    padding-right: 3px;
    position: relative;
    top: -1px;
    width: 8px
}

div.left-section ul.menu li div.sections li i.fa.fa-check {
    color: #b1cd3c
}

div.left-section ul.menu li div.sections li i.fa.fa-close {
    color: #cd3c3c
}

div.left-section ul.menu li div.sections li:hover {
    background-color: #f1f1f1
}

div.left-section ul.menu a {
    display: block;
    color: #595959
}

div.left-section a.detailed {
    font-size: 11px;
    float: right;
    padding-top: 5px;
    padding-right: 5px
}

div#content {
    width: 100%
}

div.right-section {
    display: inline-block;
    padding-left: 10px;
    max-width: 955px;
    width: 100%
}

div.right-section h1 {
    position: relative;
    top: 5px
}

div.right-section div.dashboard-chart {
    display: inline-block;
    padding: 10px
}

div.right-section div.dashboard-chart h2 {
    border-bottom: 1px solid #595959;
    margin-bottom: 5px;
    padding-bottom: 5px
}

div.right-section div.dashboard-chart h2 span {
    float: right;
    font-size: 10px;
    position: relative;
    top: 6px;
    cursor: pointer
}

div.right-section div.dashboard-chart div.status-legend {
    font-size: 9px;
    text-align: center;
    color: #7b7b7b
}

div.right-section div.dashboard-chart div.status-legend span {
    padding-right: 10px
}

div.right-section div.dashboard-chart div.status-legend span.sent i.fa {
    color: #97bbcd
}

div.right-section div.dashboard-chart div.status-legend span.delivered i.fa {
    color: #7df173
}

div.right-section div.dashboard-chart div.status-legend span.rejected i.fa {
    color: #f1c973
}

div.right-section div.dashboard-chart div.status-legend span.failed i.fa {
    color: #f17b73
}

div.right-section div.dashboard-chart ul.type-select {
    background: none repeat scroll 0 0 #fff;
    border-left: 4px solid #b1cd3c;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    display: none;
    margin-left: 245px;
    margin-top: -5px;
    position: absolute;
    text-align: right;
    width: 100px;
    z-index: 10;
    font-size: 11px
}

div.right-section div.dashboard-chart ul.type-select.perminute {
    margin-left: 425px
}

div.right-section div.dashboard-chart ul.type-select a {
    text-decoration: none;
    display: block;
    color: #252525;
    padding: 5px 5px
}

div.right-section div.dashboard-chart ul.type-select a:hover {
    color: #252525;
    background: #e8e8e8
}

div.right-section div.dashboard-table {
    padding: 10px;
    width: 530px;
    display: inline-block
}

div.right-section div.dashboard-table h2 {
    border-bottom: 1px solid #595959;
    margin-bottom: 5px;
    padding-bottom: 5px
}

div.right-section div.dashboard-table.pipeline {
    width: 350px;
    float: right
}

#auto_refresh {
    float: right;
    font-size: 12px;
    color: #c4c4c4
}

#auto_refresh:hover {
    color: #252525
}

div.form {
    padding-top: 20px
}

div.form label {
    font-size: 14px;
    display: inline-block;
    clear: left;
    width: 100px;
    text-align: left;
    padding: 5px;
    padding-left: 0
}

div.form input {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: solid 1px #cacaca;
    padding: 5px;
    display: inline-block
}

div.form input:focus {
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    box-shadow: 0 0 5px #93ce8b;
    border-color: #93ce8b
}

div.form div.buttons {
    clear: both;
    padding-top: 50px
}

div.form.wide label {
    width: 150px
}

div.form.wide input {
    width: 300px
}

div.form.notifications input {
    width: 30px;
    position: relative;
    top: -2px
}

div.form hr {
    border-top-color: #d9d9d9
}

div.form.marketing h3 {
    padding-bottom: 10px
}

div.form.marketing h2 {
    padding-top: 20px
}

div.form.marketing hr {
    border-top-color: #252525;
    margin-top: 40px
}

div.form.marketing textarea {
    height: 90px;
    width: 500px
}

div.form.marketing a {
    border: 1px solid #efefef;
    left: 20px;
    padding: 10px;
    position: relative;
    top: -40px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: #efefef
}

div.form.marketing a:hover {
    background-color: #252525
}

div#nprogressinstant div.spinner-icon.loading {
    border-top-color: #3cc3cd;
    border-left-color: #3cc3cd
}

div#nprogressinstant div.spinner-icon.success {
    border-top-color: #b1cd3c;
    border-left-color: #b1cd3c;
    border-bottom-color: #b1cd3c;
    border-right-color: #b1cd3c
}

div#nprogressinstant div.spinner-icon.failed {
    border-top-color: #cd463c;
    border-bottom-color: #cd463c;
    border-left-color: #cd463c;
    border-right-color: #cd463c
}

div#nprogressinstant #nprogress-text {
    display: inline-block;
    padding-right: 5px;
    padding-top: 2px;
    font-size: 10px;
    color: #777
}

div.applications {
    padding-top: 30px
}

div.applications div.row {
    border-top: 1px solid #c4c4c4;
    padding: 5px;
    padding-top: 10px;
    cursor: pointer
}

div.applications div.row:hover {
    background-color: #f9f9f9
}

div.applications div.row div.details {
    display: none;
    padding-top: 5px;
    text-align: right
}

div.applications div.row div.details div {
    padding-left: 100px;
    display: inline;
    color: #cacaca;
    font-size: 12px
}

div.applications div.primary-info div.title {
    display: inline
}

div.applications div.primary-info div.status {
    float: right
}

div.applications div.secondary-info {
    font-size: 10px
}

div.applications span.active {
    color: #006411
}

div.applications span.inactive {
    color: #981800
}

div.latest-messages h3 {
    font-weight: normal;
    text-transform: uppercase;
    font-size: 16px
}

div.latest-messages div.message-group {
    padding-top: 20px
}

div.latest-messages div.message-group td {
    padding-top: 5px;
    padding-bottom: 5px
}

div.latest-messages div.message-group th {
    padding-bottom: 5px;
    font-weight: normal;
    font-size: 12px
}

div.latest-messages div.message-group tr.row:hover {
    background-color: #f6ffd1
}

div.latest-messages div.message-group div.alt {
    background-color: #fafafa
}

div.message-status {
    background-color: #fafafa;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 5px;
    margin: 10px;
    width: 75%
}

div.message-status th {
    padding-top: 5px;
    padding-bottom: 5px
}

div.message-status td {
    padding-top: 3px;
    padding-bottom: 3px
}

div.message-status.narrow {
    width: 50%
}

h2.page {
    margin-top: 20px
}

div.message-content {
    margin: 10px;
    padding: 5px
}

div.message-content #loader img {
    position: relative;
    top: 4px
}

div.message-content #loader span {
    padding-left: 5px;
    font-size: 11px
}

div.message-content div.slides {
    margin-top: 20px
}

div.message-content div.slides div.slide {
    max-width: 400px;
    float: left;
    padding-right: 10px;
    padding-left: 10px;
    border-right: #d9d9d9 solid 1px
}

div.message-content div.slides div.slide div.duration {
    background-color: #fafafa;
    padding-bottom: 5px;
    padding-top: 5px;
    text-align: center
}

div.message-content div.email-content {
    margin-top: 20px
}

div.message-content div.email-content div.type-text {
    background-color: #fafafa;
    padding-bottom: 5px;
    padding-top: 5px;
    text-align: center
}

div.message-content div.email-content div.html {
    float: left;
    width: 45%
}

div.message-content div.email-content div.text {
    float: left;
    width: 45%
}

h2.sub {
    text-transform: uppercase;
    font-size: 15px;
    color: #686868
}

div.applications table {
    width: 50%
}

div.applications table th {
    padding-top: 5px;
    padding-bottom: 5px
}

div.applications table td {
    padding-top: 2px;
    padding-bottom: 2px
}

div.totals-holder {
    margin-top: 30px;
    margin-bottom: 30px;
    width: 320px;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    margin-left: 40px
}

div.application-info {
    background-color: #fafafa;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 5px;
    margin: 10px;
    width: 55%;
    height: 100px;
    display: inline-block
}

div.application-info th {
    padding-top: 5px;
    padding-bottom: 5px
}

div.application-info td {
    padding-top: 3px;
    padding-bottom: 3px;
    height: 100%;
    vertical-align: middle
}

div.report-listing table.items th {
    background: 0;
    background-color: #686868;
    text-align: left
}

div.report-listing table.items tr {
    background: 0
}

div.report-listing table.items tr.odd {
    background: 0;
    background-color: #fafafa
}

div.report-listing table.items td {
    padding-top: 10px;
    padding-bottom: 10px
}

div.report-result {
    padding-top: 20px
}

div.report-result td {
    padding-top: 5px;
    padding-bottom: 5px
}

div.report-result th {
    padding-bottom: 5px;
    font-weight: normal;
    font-size: 12px
}

div.report-result tr.row:hover {
    background-color: #f6ffd1
}

div.report-result div.alt {
    background-color: #fafafa
}

div.message-listing {
    padding-top: 20px
}

div.message-listing a.dl {
    float: right;
    display: block
}

div.message-listing table.items th {
    background: 0;
    background-color: #686868;
    text-align: left
}

div.message-listing table.items tr {
    background: 0
}

div.message-listing table.items tr.odd {
    background: 0;
    background-color: #fafafa
}

div.message-listing table.items td {
    padding-top: 10px;
    padding-bottom: 10px
}

div.used-apps {
    font-size: 10px;
    margin-top: 8px
}

div.add-number div.small div.row {
    padding: 0;
    display: inline-block;
    margin-right: 10px
}

div.add-number div.small div.row input.textfield {
    width: 150px
}

div.add-number div.small div.row label {
    width: 45px;
    position: relative;
    top: 2px
}

div.add-number div.small div.row .button {
    position: relative;
    top: 1px
}

div.queue-status {
    width: 48%;
    float: left;
    display: inline-block;
    margin-bottom: 40px
}

div.queue-status div.total {
    text-align: center
}

div.queue-status div.total span.head {
    display: block;
    font-size: 42px
}

div.queue-status div.total span.sub {
    display: block;
    font-size: 12px;
    text-transform: uppercase
}

div.queue-status div.breakdown div.queue-holder {
    padding: 8px
}

div.queue-status div.breakdown div.queue-holder span.title {
    text-transform: uppercase;
    width: 18%;
    display: inline-block
}

div.queue-status div.breakdown div.queue-holder div.queue-graphic {
    position: relative;
    top: 3px;
    display: inline-block;
    width: 67%;
    height: 8px;
    padding: 4px;
    background-color: #252525;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

div.queue-status div.breakdown div.queue-holder div.queue-graphic div.queue {
    height: 3px;
    position: relative;
    top: 2px;
    background-color: #95c11e
}

div.queue-status div.breakdown div.queue-holder div.count {
    width: 10%;
    display: inline-block;
    font-size: 18px;
    position: relative;
    top: 1px
}

div.uptime-holder {
    display: inline-block;
    width: 48%;
    margin-bottom: 40px
}

div.uptime {
    margin-top: 20px;
    text-align: center;
    background-color: #252525;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 20px;
    color: #d9d9d9
}

div.uptime div.value {
    font-size: 20px
}

div.uptime div.title {
    margin-top: 5px;
    text-transform: uppercase
}

div.detail {
    font-size: 12px;
    margin-bottom: 20px;
    text-align: right
}

div.stats {
    width: 80%;
    text-align: center
}

div.utility {
    margin-top: 20px;
    margin-right: 20px;
    float: left;
    width: 40%;
    border-right: 1px solid #d9d9d9;
    border-left: 1px solid #d9d9d9;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px
}

div.utility div.title {
    background-color: #d9d9d9;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    padding: 5px;
    margin-bottom: 5px;
    text-align: center
}

div.utility p.description {
    padding: 5px
}

div.utility div.input {
    padding: 5px
}

div.utility div.actions {
    float: right;
    padding: 10px
}

div.utility div.output {
    padding: 5px
}

div.utility div.output td {
    padding: 3px
}

div.utility div.foot {
    background-color: #d9d9d9;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    padding: 5px;
    margin-top: 5px
}

span.network-list-item {
    display: inline-block;
    padding: 5px;
    border: 1px solid #d9d9d9;
    margin: 3px;
    background-color: #f5f5f5;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px
}

div.mms-tests div.row {
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 20px;
    padding-top: 20px
}

div.mms-tests div.row a.button {
    width: 200px;
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding: 15px
}

@media only screen and (min-width: 480px) and (max-width: 639px) {
    div.mms-tests div.row a.button {
        width: 90%
    }
}

@media only screen and (max-width: 479px) {
    div.mms-tests div.row a.button {
        width: 90%
    }
}

@media only screen and (max-width: 350px) {
    div.mms-tests div.row a.button {
        width: 90%
    }
}

div.mms-tests div.spacer {
    height: 40px
}

div.mms-tests div.video {
    padding: 10px;
    display: inline-block;
    width: 33%
}

@media only screen and (min-width: 480px) and (max-width: 639px) {
    div.mms-tests div.video {
        width: 100%
    }
}

@media only screen and (max-width: 479px) {
    div.mms-tests div.video {
        width: 100%
    }
}

@media only screen and (max-width: 350px) {
    div.mms-tests div.video {
        width: 100%
    }
}

div.mms-tests div.video video {
    max-width: 240px
}

@media only screen and (min-width: 480px) and (max-width: 639px) {
    div.mms-tests div.video video {
        width: 80%
    }
}

@media only screen and (max-width: 479px) {
    div.mms-tests div.video video {
        width: 80%
    }
}

@media only screen and (max-width: 350px) {
    div.mms-tests div.video video {
        width: 80%
    }
}

div.mms-tests div.msisdns {
    display: inline-block;
    width: 33%
}

@media only screen and (min-width: 480px) and (max-width: 639px) {
    div.mms-tests div.msisdns {
        width: 100%
    }
}

@media only screen and (max-width: 479px) {
    div.mms-tests div.msisdns {
        width: 100%
    }
}

@media only screen and (max-width: 350px) {
    div.mms-tests div.msisdns {
        width: 100%
    }
}

div.mms-tests div.msisdns textarea {
    height: 100%;
    min-height: 130px;
    width: 100%
}