/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro');

body {
    font-family: 'Source Sans Pro', sans-serif;
    overflow-x: hidden;
}

.whole-page {
    width: 100vw;
}

:focus {
    outline: 2px solid #FFC300;
}

html {
    color: #222;
    font-size: 1em;
    line-height: 1.6;
    background-color: #fff;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

.message-red {
    color: red;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

a {
    text-decoration:none;
}

a.button { 
    font-size:14px;
    font-weight: 700;
    display:inline-block;
    padding:10px 80px;
    background-color:#006f9e;
    color:#fff;
    text-transform:uppercase;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

p.note {
    border: 4px solid #ccc;
    padding: 25px;
    width: 80%;
    margin: 0 auto;
    margin-top: 25px;
    margin-bottom: 25px;
}

.description a {
    color: red;
    font-weight: 700;
}

button, div.button {
    text-decoration:none;
    font-size:14px;
    font-weight: 700;
    display:inline-block;
    padding:10px 80px;
    background-color:#006f9e;
    color:#fff;
    text-transform:uppercase;
    border: none;
}

button:disabled {
    background-color:#DFDFDF;
}

#capabilities_toggle_button {
    float: right;
    cursor: pointer;
}

fieldset.error {
    border: 4px solid red;
    text-align: center;
    background-color: #ffb3b3;
    margin-top: -15px;
    padding: 0;
    font-style: italic;
    display: none;
}

fieldset.info {
    border: 4px solid lightgray;
    text-align: center;
    background-color: #efefef;
    margin-top: -15px;
    padding: 10px;
    font-style: italic;
    display: none;
}

label {
    font-style: italic;
}

/* ==========================================================================
   Typography
   ========================================================================== */

h2 {
    font-size:24px;
    border-bottom:3px solid #ddd;
    margin:50px 0 20px 0;
}

p.intro {
    font-size:18px;
    padding:40px;
}


/* ==========================================================================
   Structure
   ========================================================================== */

header {
    padding-top: 30px;
    padding-bottom: 10px;
}

footer {
    font-size:12px;
    text-align:right;
    border-top:3px solid #ddd;
    padding:10px 0;
    margin:60px 0 0 0;
}

footer p {
    font-weight: 500;
}

.pagewidth {
    width:90%; margin:0 auto;
    max-width:1280px;
}

.column {
    display:inline-block;
    width:49.5%;
    vertical-align:middle;
}

.column-left {
    width: 65%;
}

.column-right {
    width: 34.5%;
}



/* ==========================================================================
   Forms
   ========================================================================== */

input[type="text"],
input[type="password"],
textarea,
select {
    background-color:#fff;
    border:2px solid #ccc;
    padding:12px 12px;
    display:block; margin-bottom:12px;
    width:80%; border-radius:3px;
}

select {
    width:85%;
}

fieldset {
    padding:24px; margin-bottom:16px;
    background-color:#f7f7f7;
}

input[name=username],
input[name=password] {
    width: 300px;
}

label {
    font-style:italic;
}

input:required {
    border-color:#e6cfaa;
}

#suite {
    margin-left: 10px;
    padding: 8px;
    width: 290px;
    background-color: white;
    border-color: #e6cfaa;
}

.login_error {
    color:red;
    font-size:14px !important;
}

.capability-category-name {
    text-transform: uppercase;
    font-weight: bold;
}

.capability-container {
    display: flex;
    flex-wrap: wrap;
}

.capability-category {
    flex: 1 0 49%;
    margin-bottom: 10px;
}

.nested-capability-container {
    padding: 0 0 0 16px;
    display: inherit;
}

.hidden-capability {
    display: none;
}

/* ==========================================================================
   Menus
   ========================================================================== */

ul.menu {
    list-style:none;
    margin:0; padding:0;
    float:right;
}

ul.menu li {
    display:inline-block;
    margin:0 15px;
    font-size: 18px;
}

ul.menu a {
    color:#33617a;
}

ul.menu a:active {
    color:#eb5a4e;
}

ul.menu li.active {
    font-weight:bold;
}


ul.tabs {
    list-style:none;
    margin:0; padding:0;
    text-align:right;
    font-size:18px;
    font-weight:bold;
    margin-top:-55px;
}

ul.tabs li {
    display:inline-block;
    margin:0 15px;
    line-height:32px; height:32px;
}

ul.tabs li.active {
    border-bottom:3px solid #ee0000;
}

ul.tabs li a { color:#888; }
ul.tabs li.active a { color:#111; }
ul.tabs li a:hover { color:#555; }


/* ==========================================================================
   Banner
   ========================================================================== */

#banner {
    background:url("../images/banner-bg.jpg") no-repeat right #dfe0e4;
    height: 600px;
}

#banner h1 {
    font-size:40px;
    line-height:48px;
}

#banner p {
    font-size:18px;
    line-height:23px;
}

#banner h1,
#banner p {
    max-width:470px;
}

#banner a {
    color: #33617a;
}

#banner h1 > a {
    text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
}

.vertical {
    position: relative;
    top: 130px;
}


/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.right { float:right; margin:10px; }
.left { float:left; margin:10px; }
.center { text-align:center; }

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/* ==========================================================================
   DataTables
   ========================================================================== */

th { font-size: 14px; }
td { font-size: 13px; }

.dataTables_wrapper .dataTables_paginate .paginate_button {
    background: none !important;
    border: none !important;
    color: #444 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    color: #f00 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: #aaa !important;
}

.action {
    text-decoration: none;
    color: #000 !important;
    font-size: 18px;
    width: 20px;
    height: 20px;
    display: block;
    padding-left: 2px;
    float:left;
    outline: none;
}

#top-message {
    color: #222;
    text-align: center;
    background-color: #D13A4B;
    position: relative;
    top: -30px;
    font-weight: 600;
}

#top-message span {
    line-height: 45px;
}

/* ==========================================================================
   App Profiles
   ========================================================================== */

.disclaimer {
    text-decoration: underline;
    font-weight: bold;
}

.search_header input:focus {
    outline: none;
}

#tc_input_id {
    width: 35px;
    max-width: 35px;
}

#tc_input_name {
    width: 200px;
    max-width: 200px;
}

#tc_input_description {
    width: 240px;
    max-width: 240px;
}

#tc_select_suite {
    width: 156px;
    max-width: 156px;
}

#tc_select_version {
    width: 105px;
    max-width: 105px;
}

#tc_select_tag {
    width: 132px;
    max-width: 132px;
}

.dropdown dd, .dropdown dt {
    margin: 0px;
    padding: 0px;
}

.dropdown ul {
    margin: -1px 0 0 0;
    display: block;
    text-align: left;
}

.dropdown dd {
    position: relative;
}

.dropdown a, .dropdown a:visited {
    color: #fff;
    text-decoration: none;
    outline: none;
    font-size: 14px;
    height: 20px;
}

.dropdown dt a {
    display: block;
    padding: 8px 0px 5px 10px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    color: #555 !important;
    border: 0;
    background-color:#fff;
    border:2px solid #ccc;
    width: 100%;
}

.dropdown dt a span, .multiSel span {
    cursor: pointer;
    display: inline-block;
    padding: 0 3px 2px 0;
}

.dropdown dd ul {
    background-color: #4F6877;
    border: 0;
    color: #fff;
    display: none;
    left: 0px;
    padding: 2px 9px 2px 5px;
    position: absolute;
    top: 2px;
    list-style: none;
    overflow: auto;
    width: 100%;
}

.dropdown dd ul input {
    margin-right: 10px;
    margin-left: 10px;
}

.dropdown span.value {
    display: none;
}

.dropdown dd ul li a {
    padding: 5px;
    display: block;
}

.dropdown dd ul li {
    display: block;
}

.dropdown dd ul li a:hover {
    background-color: #fff;
}

div.multiSelect {
    margin: 0 !important;
}

p.multiSel {
    display: none;
    margin: 0;
}

.ui-dialog, .ui-dialog-content, .ui-button {
    outline: none;
}

#tr_input_user {
    width: 80px;
    max-width: 80px;
}

#tr_input_date {
    width: 80px;
    max-width: 80px;
}

#tr_input_project {
    width: 150px;
    max-width: 150px;
}

#tr_input_customer {
    width: 150px;
    max-width: 150px;
}

#tr_input_ua {
    width: 250px;
    max-width: 250px;
}

#tr_input_version {
    width: 70px;
    max-width: 70px;
}

#tr_input_version input,
#tr_input_ua input,
#tr_input_customer input,
#tr_input_project input,
#tr_input_date input,
#tr_input_user input,
#tr_input_name input,
#tc_input_id input,
#tc_input_name input,
#tc_input_description input {
    width: 100%;
}

#tr_actions {
    width: 80px;
    max-width: 80px;
}

table.dataTable thead th, table.dataTable thead td {
    padding: 10px 20px 5px 0px !important;
}

#dialog-details input[type="text"], 
#dialog-details input[type="password"], 
#dialog-details textarea {
    padding: 5px 5px !important;
    width: 60% !important;
    margin-bottom: 8px !important;
    display: inline-block;
}

#dialog-details {
    overflow: hidden;
}

#dialog-details .validateTips {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

.toggle_view_button {
    float:left;
    font-size:13px;
    padding:10px;
    outline: none;
}

.toggle_view_button a {
    color:#555;
    outline: none;
}

.toggle_view_button a:visited {
    color: #555;
}

.remove_favourite div,
.remove_certified div {
    color: #e6b800 !important;
}

.urls_list input {
    padding: 5px 5px !important;
    width: 96% !important;
    margin-bottom: 8px !important;
}

#dialog-state .container {
    display: block;
    height: 350px;
}

.block label {
    display: inline-block;
    width: 140px;
    text-align: right;
    vertical-align: top;
}

.section_title {
    font-weight: bold;
    font-size: 120%;
}


label.capability-sub {
    display: block;
    margin-left: 10px;
}
