﻿
/* -----------------------------------------------------------
	main stylesheet
----------------------------------------------------------- */
html {
    height: 100%;
}

/* 
===================================================
 Global
=================================================== */
body {
    /*font-size: 9pt;activeTag    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;*/
    margin: 0;
    padding: 0;
    height: 100%;
    color: #2C3239;
    /*padding-bottom: 5px;*/
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    /*font-size: 10pt;*/
    font-size: 1.25em;
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
    /*-webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    font-size-adjust: 100%;
    line-height:1.375em;*/
    line-height: 1em;
}

.page {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    background-color: #fff;
}

#main {
    height: 90%;
    width: 99%;
    /*position: relative;*/
    background: #fff;
    margin: 10px;
    overflow: auto;
    position: fixed;
}

#content {
    width: 100%;
    margin-top: 20px;
}

#content_wrapper {
    position: relative;
    display: block;
    /*min-height: 900px;*/
    left: 0px;
    padding-right: 20px;
    margin-top: -20px;
    margin-bottom: 60px;
}

#contentMain {
    margin-left: 15%;
    /*padding: 25px 13px 50px 17px;*/
    padding: 25px 13px 0px 17px;
}

.row {
    margin-left: -11px;
    /*margin-right: 15px;*/
    margin-right: -20px;
}

.columns {
    color: #333;
    overflow: hidden;
    padding: 15px;
    border-bottom: 1px solid #DDD;
}

header, footer, nav, section {
    display: block;
}

footer, #footer {
    background-color: #eee;
    /*color: #777;*/
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    text-align: center;
    line-height: normal;
    font-size: .9em;
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    height: 20px;
}

#siteFooter {
    position: fixed;
    bottom: 0px;
    width: 100%;
    margin-right: 5px;
    margin-left: 5px;
}

#siteFooter-left {
    position: absolute;
    bottom: 3px;
    left: 5px;
    padding-left: 10px;
    vertical-align: middle;
}

#siteFooter-center {
    position: absolute;
    bottom: 3px;
    left: 50%;
    vertical-align: middle;
}

#siteFooter-right {
    position: absolute;
    bottom: 3px;
    right: 5px;
    padding-right: 10px;
    vertical-align: middle;
}

#breadcrumb-Title {
    /*position: relative;
    margin-top: -3px;*/
    /*left: 40%;
    margin-right: -50%;
    transform: translate(-50%, -50%);*/
    font-size: 13pt;
    font-weight: bold;
    /*margin-bottom: 5px;*/
}

.breadcrumb-ReportTitle {
    /*position: relative;*/
    margin-top: -3px;
    /*left: 40%;
    margin-right: -50%;
    transform: translate(-50%, -50%);*/
    font-size: 13pt;
    font-weight: bold;
    /*margin-bottom: 5px;*/
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 11px;
    /*padding-right: 11px;*/
    padding-right: 5px;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    /*font-family: Arial, Helvetica, 'MS Sans Serif';*/
    font-weight: 600;
    color: inherit;
    text-rendering: optimizelegibility;
    margin-bottom: 10px;
}

    h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
        font-weight: normal;
        color: #777
    }

h3 {
    font-size: 18px;
    line-height: 27px;
}


/*
======================================================
Top Navigation
======================================================
*/

#topbar {
    position: relative;
    /*width: 100%;*/
    height: 60px;
    background-image: none;
    background-color: #444;
    border-bottom: 2px solid darken(#444, 10%);
}

    #topbar #topbar-projectLogo {
        float: left;
        width: 20%;
        height: 100%;
    }

#topbar-projectLogo-img {
    /*height: 30px;
    width: 125px;*/
    height: 94%;
    float: left;
    margin-left: 15%;
}

#topbar-Center {
    width: 50%;
    float: left;
    height: 100%;
    /*background-color: red;*/
}

    #topbar-Center #parproLogo {
        position: relative;
        top: 10px;
        left: 41%;
        margin-right: -50%;
        transform: translate(-50%, -50%);
        height: 35px;
        width: 140px;
    }

    #topbar-Center #topbarQMO {
        color: #fff;
        font-size: 36px;
        font-weight: bold;
        margin-top: -5px;
        margin-left: 35%;
        width: 85px;
        height: 33px;
        text-align: center;
    }

    #topbar-Center #parproLogoFull {
        position: relative;
        top: 10px;
        left: 55%;
        margin-right: -50%;
        transform: translate(-50%, -50%);
        height: 35px;
        width: 140px;
    }

    #topbar-Center #topbarQMOFull {
        color: #fff;
        font-size: 28px;
        font-weight: bold;
        margin-top: -8px;
        margin-left: 36%;
        width: 100%;
    }

#topbarModule {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    margin-top: -35px;
    margin-left: 48%;
}

#parproMobile {
    display: none;
}

#topbar #topbar-right {
    float: left;
    width: 30%;
    height: 100%;
}


#topbar-right #topbar-accountInfo {
    padding: 0;
    /*float: right;
    margin-right: 10px;
    right: 10px;*/
}

#topbar-accountInfoUl li {
    margin: 0;
    padding: 3px 12px 5px 12px;
    list-style: none;
    float: left;
    border-right: 1px solid #a5a5a5;
    width: auto;
}

    #topbar-accountInfoUl li.first {
        border-left: none;
    }

    #topbar-accountInfoUl li.last {
        border-right: none;
    }

    #topbar-accountInfoUl li a {
        color: #FFF;
        font-weight: bold;
        font-size: 15px;
        text-decoration: none;
        margin-top: 10px;
    }

#topbar-accountInfoUl a:hover {
    text-decoration: underline;
}

#topbar-accountInfoUl li.highlight a {
    color: #ffffff;
}


    #topbar-accountInfoUl li.highlight a:hover {
    }

#topbar-right #topbar-accountInfo > .btn-group {
    float: left;
    margin-right: 0;
    margin-top: 4px;
}

    #topbar-right #topbar-accountInfo > .btn-group > button {
        position: relative;
        background: transparent;
        border: none;
        border-radius: 0;
        outline: none;
        color: #fff;
    }

#topbar-btn-groupUl li {
    margin: 0;
    padding: 5px 12px 5px 12px;
    list-style: none;
    float: left;
}

    #topbar-btn-groupUl li.first {
        border-left: none;
    }

    #topbar-btn-groupUl li.last {
        border-right: none;
    }

    #topbar-btn-groupUl li a {
        color: #444;
        text-decoration: none;
    }

        #topbar-btn-groupUl li a:hover {
            color: #444;
            text-decoration: underline;
        }

    #topbar-btn-groupUl li.highlight a {
        color: #ffffff;
    }

        #topbar-btn-groupUl li.highlight a:hover {
            color: green;
        }

    #topbar-btn-groupUl li > a:hover, #btn-groupUl li > a:focus {
        background-color: #444;
        color: #fff;
    }

    #topbar-btn-groupUl li > .divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

#topbar #topbar-accountInfo > div > button > span, .header > div > button > i {
    font-size: 10pt;
    vertical-align: middle;
}

.menuBar {
    /**/ display: block;
    position: relative;
    color: #fff;
    width: 100%;
    background: #f5f6f7;
    height: 40px;
    border-bottom: 1px solid #e1e2e3;
}

.menuBar-container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 1230px;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
}

#menu {
    height: 100%;
    background-color: transparent;
    /*color: #444;*/
    margin-top: 3px;
    border-color: transparent;
}

    #menu, #menu .k-header, #menu .k-link {
        font-size: 14px;
        /*font-weight: bold;*/
        color: #444;
    }

        #menu .selectedMenu {
            color: #428bca;
            font-weight: bold;
            border-bottom: solid 4px #428bca;
            padding-left: 10px;
            padding-right: 10px;
        }

        #menu .subMenuItem {
            font-size: 13px;
            /*font-weight: bold;*/
            margin: 5px;
        }

#horizontal {
    /*height:100%;*/
}
/*.k-menu > .k-state-selected.k-item {
    border-bottom: 3px solid #428bca;
    color: #428bca;
    background-color: #f5f6f7;
}*/
/*#header {
    margin: 0;
    height: 40px;
    background-color: lighten(#444,40%);*/
/*background-image: linear-gradient(-90deg, #F8F9F9,lighten(#444,55%));*/ //#EAF2F8 #406180 #444
/*background-image: linear-gradient(-90deg, lighten(#444,65%),lighten(#444,58%));*/
/*background-image: linear-gradient(-90deg, lighten(#444,80%),lighten(#444, 70%));*/
/*background-image: linear-gradient(-90deg, lighten(#444,65%),lighten(#444, 70%));
    border-bottom: solid 1px #EBF5FB;
    border-top-color: #fff;
    border-bottom: 1px solid #d9d9d9;
}

.nav {
    display: block;
    margin-bottom: 0px;
    height: 32px;
    text-align: left;
    margin-left: 12%;
}

.navbar-default .navbar-nav > li > a {
    color: #444;
}

.navbar-nav .active.nav-link {
    background-color: #444;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: #444;
}*/
.dropdown-item a {
    color: #444;
}
/*===============================================
   Login 
================================================= */
body.login-page {
    background-color: #f9f9f9;
}

    body.login-page #main {
        background-color: #f9f9f9;
    }



    body.login-page .panel {
        /*width: 405px;*/
        margin: 0 auto;
        position: relative;
    }

    body.login-page .login-alert {
        font-size: 13px;
        padding: 9px 13px;
    }

.login-page .panel-bg {
    background-color: #fff;
    width: 410px;
    margin: 0 auto;
    border: 3px solid #d9d9d9;
    border-top: 5px solid #444;
}

.login-page .panel-title > .fa,
.login-page .panel-title > .glyphicon,
.login-page .panel-title > .glyphicons,
.login-page .panel-title > .imoon {
    min-width: 25px;
    margin-right: 8px;
    border-right: 1px solid #DDD;
    color: #444;
    font-size: 16px;
    top: 2px;
}



body.login-page .panel-footer {
    background-color: #f9f9f9;
    border-top: 1px solid #c0c0c0;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
}

.forgotText a {
    color: #555555;
    font-size: 12px;
    color: #428bca;
    text-decoration: underline;
    text-decoration-color: #428bca;
}

    .forgotText a:hover {
        color: #2C3E50;
        text-decoration: underline;
        text-decoration-color: #2C3E50;
    }

.overlay-default {
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
}

.overlay-default {
    background: #f9f9f9;
}

/*  	  
===================================================
  Panel
=================================================== */
.panel {
    position: relative;
    margin-bottom: 20px;
    /*margin-right: -25px;*/
    border-color: #d5d5d5;
    border-radius: 2px;
}

.panel-overflow {
    overflow: hidden;
}

.panel-heading {
    position: relative;
    padding: 0;
    min-height: 40px;
    line-height: 40px;
    color: #666;
    font-size: 13px;
    font-weight: 600;
    border-bottom: 1px solid #e5e5e5;
    border-radius: 2px 2px 0 0;
    background: #fafafa;
}

    .panel-heading + .panel-body {
        border-top-color: #e5e5e5;
    }

.panel-title {
    font-size: 13px;
    padding-left: 15px;
}

    .panel-title > .fa,
    .panel-title > .glyphicon,
    .panel-title > .glyphicons,
    .panel-title > .imoon {
        min-width: 25px;
        margin-right: 8px;
        border-right: 1px solid #DDD;
        color: #428bca;
        font-size: 16px;
        top: 2px;
    }

.panel-body {
    position: relative;
}

/* Colored headers - via bg-* classes */
.panel-heading[class*='bg-'] {
    margin: -1px;
}

    .panel-heading[class*='bg-'],
    .panel-heading[class*='bg-'] .glyphicon {
        color: #FFF;
        border: none;
    }

        .panel-heading[class*='bg-'] + .panel-body {
            border-top: none;
        }

.panel-footer {
    background-color: #fafafa;
}

.editAccount-panel {
    margin-left: auto;
}
/*
===========================================
Icons
===========================================
*/
.glyphicon, .glyphicons, .imoon, .fa {
    color: #428bca;
}

.icon-bg {
    position: absolute;
    opacity: 0.5;
    right: 0;
    top: 0;
    line-height: 100px;
    font-size: 70px;
}

.icon-med {
    position: absolute;
    opacity: 0.5;
    right: 0;
    top: 0;
    line-height: 70px;
    font-size: 50px;
}

.icon-sm {
    /*position: absolute;
    opacity: 0.5;
    right: 0;
    top: 0;*/
    /*line-height: 25px;*/
    opacity: 0.5;
    font-size: 35px;
}
/*
===========================================
Buttons
===========================================
*/


/*.activeItem-badge {
    position: absolute;
    right: 0;
    top: 0;
    background: #5ea75a;
    text-align: center;
    border-radius: 30px 30px 30px 30px;
    color: white;
    padding: 5px 10px;
    font-size: 10px;
}*/
.btn {
    color: white;
    outline: none;
    line-height: 1.47;
    border-radius: 2px;
}

    .btn:focus, .btn:active:focus, .btn.active:focus {
        color: white;
        outline: none;
    }

/*.btn.btn-default:focus, .btn.btn-default:active:focus, .btn.btn-default.active:focus {
    color: #777777;
    outline: none;
}

.btn-link {
    color: #444444;
}

.btn-link:hover {
    color: #444444;
}*/

/* Button Sizes */
.btn-xs {
    padding: 2px 6px;
    border-radius: 2px;
}

.btn-sm {
    line-height: 1.5;
    font-size: 15px;
}

.btn-lg {
    line-height: 1.33;
}

/* Button Shapes */
.btn-square {
    border-radius: 0;
}

/* Button Colors  */
.btn-default,
.bg-default {
    text-shadow: none;
}

.btnsWrapper {
    position: absolute;
    bottom: -1px;
    height: 40px;
    width: 100%;
    left: -1px;
    background-color: #efefef;
    border-top: 1px solid black;
    text-align: center;
    padding-top: 6px;
    z-index: 99999;
}

.btnsWrapper-safari {
    bottom: 0px;
    height: 40px;
    margin-left: -16px;
    width: 113%;
    background-color: #efefef;
    border: 1px solid black;
    text-align: center;
    padding-top: 6px;
    z-index: 99999;
}

.dialogBtns {
    /*position: fixed;*/
    bottom: -1px;
    height: 40px;
    width: 100%;
    left: -1px;
    background-color: #efefef;
    border-top: 1px solid black;
    text-align: center;
    padding-top: 6px;
    z-index: 99999;
}

.dialogBtns-safari {
    bottom: -1px;
    height: 40px;
    width: 100%;
    left: -1px;
    background-color: #efefef;
    border-top: 1px solid black;
    text-align: center;
    padding-top: 6px;
    z-index: 99999;
}

.dialogBtns {
    position: fixed;
    position: -webkit-sticky;
    transform: translate3d(0,0,0);
}

/*.dialogBtns--fixed {
    top: 0;
   
}*/
.dialogBtns-safariOrig {
    bottom: 0px;
    height: 40px;
    margin-left: -16px;
    width: 113%;
    background-color: #efefef;
    border: 1px solid black;
    text-align: center;
    padding-top: 6px;
    z-index: 99999;
}

.alert-readonlyMessage {
    background-color: #f7fc95;
    border-color: #ebccd1;
    color: red;
}

.alert-editMessage {
    background-color: #f7fc95;
    border-color: #ebccd1;
    color: darkgreen;
}
/*.btn-success.btn-gradient,
.bg-success.bg-gradient {
    border-color: #3f9d00;
    background-color: #44ab00;
}

.btn-info.btn-gradient,
.bg-info.bg-gradient {
    border-color: #269abc;
    background-color: #14abd8;
}*/

/*.btn-primary.btn-gradient,
.bg-primary.bg-gradient {
    background-color: #0088cc;
}

.btn-warning.btn-gradient,
.bg-warning.bg-gradient {
    background-color: #f28900;
}

.btn-danger.btn-gradient,
.bg-danger.bg-gradient {
    background-color: #d3332e;
}

.btn-default.btn-gradient,
.bg-default.bg-gradient {
    background-color: #f0f0f0;
}*/

/* Adds a custom "Alert"(purple) button to 
 * the Bootstrap button lineup */
/*.btn-alert {
    background-color: #7857ca;
}

.btn-alert.btn-gradient {
    background-color: #5d3ab5;
}

.btn-alert .caret {
    border-top-color: white;
}*/
.bg-topbar-alt {
    background-color: #444;
}

.bg-main-alt {
    background-color: #428bca;
}

.bg-main-alt-active {
    background-color: #fff;
    border-color: #428bca;
    color: #428bca;
}

.bg-secondary-alt {
    background-color: #5ea75a;
}

.bg-secondary-alt-active {
    background-color: #fff;
    border-color: #5ea75a;
    color: #5ea75a;
}

.bg-white-alt {
    background-color: #fff;
}

.bg-high-alt {
    background-color: #f57f7f !important;
}

.bg-medium-alt {
    background-color: #EE8256;
}
.bg-success-alt {
    background-color: #00ff04 !important;
}
.bg-low-alt {
    background-color: #FFC300;
}

.text-main {
    color: #428bca;
}

.text-topbar {
    color: #444;
}

.text-light {
    color: #b0daec !important;
}

.text-secondary {
    color: #5ea75a;
}

.text-black {
    color: #666;
}

.text-muted {
    color: #777;
}

.text-breadcrumb {
    color: #444;
}

.text-panel {
    color: #f8f8f8 !important;
}

.text-white {
    color: #fff !important;
}

.text-RPNHigh {
    color: #F08A8A;
}

.text-RPNMedium {
    color: #F7F7A2;
}

.text-RPNLow {
    color: #9BECA4
}

.text-high {
    color: #f57f7f;
}

.text-medium {
    color: #EE8256;
}

.text-low {
    color: #FFC300;
}

.report-fail {
    color: red;
    font-size: 18px;
}

.report-exception {
    color: #f5b905;
    font-size: 18px;
}

.report-retest {
    color: #059df0;
    font-size: 18px;
}

/* Button Hover effect */
.btn:hover {
    color: #2C3E50;
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.13) 1%, rgba(255, 255, 255, 0.13) 100%);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.13) 1%, rgba(255, 255, 255, 0.13) 100%);
}

.btn-gradient:hover,
.bg-gradient:hover {
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.45) 1%, rgba(255, 255, 255, 0.15) 100%);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.45) 1%, rgba(255, 255, 255, 0.15) 100%);
}

/* Button Gradients 
 * Gradients are created using a transparent gradient 
 * overlay. This way you can transform any element 
 * with a background color into a gradient without 
 * having to use additional colors */
.btn-gradient,
.bg-gradient {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    border-color: rgba(0, 0, 0, 0.07) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
    /*background-color: "";*/
    background-repeat: repeat-x;
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3) 1%, rgba(255, 255, 255, 0.15) 100%);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 1%, rgba(255, 255, 255, 0.15) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80ffffff',endColorstr='#00ffffff',GradientType=0);
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: #428bca;
    color: #fff;
    text-decoration: underline;
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.45) 60%, rgba(255, 255, 255, 0.15) 100%);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.45) 60%, rgba(255, 255, 255, 0.15) 100%);
}
/* Custom Themed Button group using all default bootstrap classes */
/*.btn-group.btn-group-themed .btn-default:hover,
.btn-group.btn-group-themed .btn-default:focus,
.btn-group.btn-group-themed .btn-default:active,
.btn-group.btn-group-themed .btn-default.active,
.btn-group.btn-group-themed .open .dropdown-toggle.btn-default {
    color: #6b3fa2;
    border-color: #cbc0f8;
    background-color: #e3def8;
    box-shadow: none;
}*/

/* Button Dropdown Menu Sizes 
.dropdown-menu.dropdown-sm {
    min-width: 120px;
}

.dropdown-menu.dropdown-sm li {
    margin-bottom: 0;
}

.dropdown-menu.dropdown-sm li a {
    font-size: 13px;
    padding: 2px 12px;
}*/


/*
================================================
Links
================================================
*/
parproPortalLink {
    text-decoration: none;
}

a.parproPortalLink {
    color: #428bca;
    text-decoration: none;
}

    a.parproPortalLink:active, a.parproPortalLink:hover {
        color: #2C3E50;
        text-decoration: underline;
    }

.mainLink {
    color: #428bca !important;
    /*font-weight: 700;*/
    text-decoration: underline;
}
/*a.parproPortalLink:active {
    color: #f9892e !important;
    text-decoration: underline;
}*/

a.parproPortalLink:link {
    color: #428bca;
}

a.parproPortalLink:visited {
    text-decoration: none;
}

    a.parproPortalLink:visited:hover {
        color: #2C3E50;
    }

.parproLink-sm {
    font-size: small;
    font-weight: bold;
    color: #428bca;
    text-decoration: underline;
}

.parproLink-xsm {
    font-size: 12px;
    font-weight: bold;
    color: #428bca;
    text-decoration: underline;
}

a.parproLink-sm:hover {
    color: #2C3E50;
    text-decoration: underline;
}




/*
===============================================
Validations
===============================================
*/
#windowStatusSuccessImage {
    display: none;
    vertical-align: middle;
    padding-right: 5px;
    float: left;
}

#windowStatusErrorImage {
    display: none;
    vertical-align: middle;
    padding-right: 5px;
    float: left;
}

.validation-summary-errors {
    background-color: #ffe0d9;
    color: #d92800;
    border-color: #ffb6a6;
    width: 50%;
    min-height: 30px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 10px;
    text-align: center
}

.field-validation-error {
    color: #d92800;
}

.requiredField {
    color: red;
    font-weight: bold;
    padding-right: 2px;
}
/*
========================================
Controls
========================================
*/
#widget-dropdown {
    margin-bottom: 10px;
    display: block;
}

    #widget-dropdown .panel {
        background: #f8f8f8;
    }

.dueDate {
    color: white;
    font-weight: bold;
    display: inline-block;
    width: 100%;
    background-color: #f57f7f;
    padding: 1px;
}

.dueStatus {
    color: white;
    font-weight: bold;
    display: inline-block;
    width: 100%;
    background-color: #f57f7f;
    padding: 1px;
    text-align: center;
}
.passStatus {
    color: white;
    font-weight: bold;
    display: inline-block;
    width: 100%;
    background-color: #53c62a;
    padding: 1px;
    text-align: center;
}

.myCount {
    color: white;
    font-weight: bold;
    display: inline-block;
    width: 75%;
    background-color: #f57f7f;
    -moz-border-radius: 70%;
    border-radius: 50px;
    font-size: 16px;
}

.myCount_black {
    color: white;
    font-weight: bold;
    display: inline-block;
    width: 75%;
    background-color: black;
    -moz-border-radius: 70%;
    border-radius: 50px;
    font-size: 16px;
}

.activeBadge, .activeTag {
    background-color: #000;
    color: #fff;
    display: inline-block;
    padding-left: 8px;
    padding-right: 8px;
    text-align: center;
    margin-left: 3px;
}

.activeBadge {
    border-radius: 50%;
    -moz-border-radius: 50%;
}

.activeBadge-main, .activeTag-main {
    color: #fff !important;
    background-color: #428bca !important
}

.activeBadge-main, .activeBadge-hover-main:hover {
    color: #fff !important;
    background-color: #428bca !important
}

.activeBadge-secondary, .activeTag-secondary {
    color: #fff !important;
    background-color: #5ea75a !important
}

.activeBadge-secondary, .activeBadge-hover-secondary:hover {
    color: #fff !important;
    background-color: #5ea75a !important
}

.activeBadge-red {
    background-color: #000;
    color: #fff;
    display: inline-block;
    padding-left: 8px;
    padding-right: 8px;
    text-align: center;
    margin-left: 3px;
}

.activeBadge-red, .activeTag-red {
    color: #fff !important;
    background-color: #f57f7f !important
}

.activeBadge-red, .activeBadge-hover-red:hover {
    color: #fff !important;
    background-color: #f57f7f !important;
}

.badge-notify {
    position: relative;
    top: -3px;
    background-color: red;
    /*left: -15px; background: red;*/
}

span.notification-badge {
    position: relative;
    top: -10px;
    right: 10px;
    border: #fff 1px solid;
    margin-right: -18px;
    background-color: red;
}

.deActivate {
    font-weight: bold;
    display: inline-block;
    width: auto;
    color: white;
    background-color: #f57f7f;
}

/*
========================================
Kendo UI
========================================
*/
.k-grid tr {
    white-space: nowrap;
}


.rootfolder {
    background-position: 0 0;
}

.folder {
    background-position: 0 -16px;
}

.pdf {
    background-position: 0 -32px;
}

.html {
    background-position: 0 -48px;
}

.image {
    background-position: 0 -64px;
}

.k-treeview .k-sprite {
    background-image: url("images/coloricons-sprite.png");
}

.k-grid .k-button, .k-edit-form-container .k-button {
    margin-bottom: 5px;
}

.k-edit-label {
    vertical-align: top;
}

.k-editor-inline {
    margin: 0;
    padding: 20px 20px 10px;
    box-shadow: none;
    background: none;
}



    .k-editor-inline p {
        font-size: 13px;
    }

.pmQuater1 {
    width: 500px;
    height: 250px;
    float: left;
    border: 1px solid black;
    background: rgb(245,205,205);
    background: linear-gradient(90deg, rgba(245,205,205,1) 0%, rgba(236,109,77,1) 0%, rgba(237,80,69,0.42620798319327735) 100%);
}

.pmQuater2 {
    width: 500px;
    height: 250px;
    margin-left: 500px;
    border: 1px solid black;
    background: rgb(197,241,186);
    background: linear-gradient(90deg, rgba(197,241,186,1) 0%, rgba(126,215,103,1) 0%, rgba(94,221,119,0.42620798319327735) 100%);
}

.pmQuater3 {
    width: 500px;
    height: 250px;
    float: left;
    margin-top: -5px;
    border: 1px solid black;
    background: rgb(238,241,186);
    background: linear-gradient(90deg, rgba(238,241,186,1) 0%, rgba(238,238,121,1) 0%, rgba(228,233,92,0.42620798319327735) 100%);
}

.pmQuater4 {
    width: 500px;
    height: 250px;
    margin-left: 500px;
    margin-top: -5px;
    border: 1px solid black;
    background: rgb(0,15,50);
    background: linear-gradient(90deg, rgba(0,15,50,1) 0%, rgba(159,195,231,1) 0%, rgba(198,220,233,0.3309698879551821) 100%);
}

.column {
    display: inline-block;
    vertical-align: top;
    width: 350px;
    height: 200px;
    overflow: auto;
}

.columnReadonly {
    display: inline-block;
    vertical-align: top;
    width: 350px;
    height: 200px;
    overflow: auto;
}


.column a {
    color: #e15613;
}

.column h3 {
    padding-top: 10px;
    font-size: 15px;
}

.div-readonly {
    border-style: solid;
    border-width: 1px;
    border-color: #ceced2;
    width: 90%;
    height: 250px;
}

a.link-button, a.link-button:hover {
    text-decoration: none;
    color: inherit;
}

.q-label {
    font-weight: bold;
}

.q-input {
    border: 1px solid #006;
    background: #ffc;
    margin-bottom: 5px;
    margin-left: 1em;
}

.q-input-ro {
    border: 1px solid #006;
    background: #E3E3E3;
    margin-bottom: 5px;
    margin-left: 1em;
}

.q-readonly {
    background-color: #E3E3E3 !important;
}

.q-metadata {
    height: 2em;
    line-height: 2em;
}

div.metadata-labels {
    float: left;
    text-align: right;
}

div.metadata-values {
    float: left;
    margin-left: 1em;
}

div.hidden {
    display: none;
}

.q-indent {
    margin-left: 2em;
}

.q-toolbar {
    margin-bottom: 5px;
    padding-top: 0px;
    padding-bottom: 10px;
    clear: both;
    width: auto;
}

div.q-value {
    margin-left: .5em;
    margin-bottom: .5em;
}

/* Stuff for Administration Screens */
div.adminWrapper {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    border-width: 0px;
    background-color: inherit;
    border: 0;
}

div.adminLeftTreeview {
    width: 300px;
    float: left;
    /*max-width: 300px;*/
    margin-right: 10px;
}

div.adminDetail {
    margin-left: 15px;
}

div.adminGrid {
    margin-left: 15px;
}

div.adminEditBaseInfo {
    float: right;
}

div.adminEditDetails {
    min-width: 450px;
    clear: both;
    padding-top: 10px;
    padding-bottom: 10px;
}

/* Stuff for collapsible Divs*/
.q-rollupHeader {
    margin: 20px 0px 5px 0px;
}

.q-rollupTitle {
    display: inline-block;
    margin: 0px 0px 0px 0px;
    vertical-align: middle;
    line-height: 24px;
}

.q-expand {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url('Images/plus.png');
    vertical-align: middle;
}

.q-collapse {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url('Images/minus.png');
    vertical-align: middle;
}

div.empty-grid {
    text-align: center;
    margin-top: 5px;
    font-size: larger;
    width: 98%;
}

.q-tree .k-sprite {
    background-image: url('../Content/Images/coloricons-sprite.png');
}

    .q-tree .k-sprite.rootfolder {
        background-position: 0 0;
    }

    .q-tree .k-sprite.folder {
        background-position: 0 -16px;
    }

    .q-tree .k-sprite.item {
        background-position: 0 -48px;
    }

.btn-left {
    float: left;
    margin-right: 5px;
}

.btn-right {
    float: left;
    margin-left: 5px;
}

.div-left {
    float: left;
    margin-right: 5px;
}

.div-right {
    float: right;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: transparent;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.adminLegend {
    display: block;
    font-size: 1.3rem;
    font-weight: bold;
    width: auto;
}

.divRevision {
    /*color: #fff;
    background-color: #f29650;
    width: auto;*/
    color: #428bca;
    text-decoration: underline;
    margin-right: 3px;
    font-size: smaller;
}

.divInActive {
    color: #848484;
    font-style: italic;
}

.taskTblHeader {
    width: 100%;
    background-color: #C8D0D9;
    text-align: center;
    font-size: medium;
    font-weight: bold;
    border: solid 1px #575E64;
    margin-top: 5px;
}

.lblTaskListHeader {
    color: #424242;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.labelseparator {
    font-size: medium;
    font-weight: bold;
    color: #A4A4A4;
}

.labeltest {
    color: red;
}

.priorityPlanGroupHeader {
    background-color: lighten(#428bca,58%) !important;
    text-align: left;
}

.reqAttachment {
    float: right;
    font-size: 18px;
}

div.viewText,
div.reqText {
    border: 1px solid #F1F2F2;
    border-radius: 4px;
    overflow: hidden;
    overflow-y: auto;
    padding: 1px;
    height: 100px;
    min-height: 100px;
    max-height: 100px;
    width: 99.5%;
    background-color: transparent;
    white-space: pre-wrap;
    word-wrap: break-word;
    display: inline-block; /*correctly handles line breaks in contenteditable*/
}
    /*div.reqText:-moz-read-write,*/
    div.reqText:read-write,
    div.reqText [contenteditable="true"] {
        -moz-user-select: text;
        -webkit-user-select: text;
        -ms-user-select: text;
        -webkit-user-modify: read-write;
        cursor: text;
        background-color: transparent;
        white-space: pre-wrap;
        word-wrap: break-word;
        display: inline-block;
    }

div.viewText {
    overflow-y: auto;
    min-height: 120px;
    max-height: 100px;
}

    div.viewText p,
    div.reqText p {
        margin: 0;
    }


div.viewTextSingleLine,
div.singleLineText {
    border: 1px solid #F1F2F2;
    border-radius: 4px;
    overflow: hidden;
    overflow-y: auto;
    padding: 1px;
    height: 25px;
    min-height: 25px;
    max-height: 27px;
    width: auto;
    background-color: transparent;
    white-space: pre-wrap;
    word-wrap: break-word;
    display: inline-block; /*correctly handles line breaks in contenteditable*/
}

    div.singleLineText:read-write,
    div.singleLineText [contenteditable="true"] {
        -moz-user-select: text;
        -webkit-user-select: text;
        -ms-user-select: text;
        -webkit-user-modify: read-write;
        cursor: text;
        background-color: transparent;
        white-space: pre-wrap;
        word-wrap: break-word;
        display: inline-block;
    }

div.viewTextSingleLine {
    overflow-y: auto;
    min-height: 25px;
    max-height: 27px;
}

    div.viewTextSingleLine p,
    div.singleLineText p {
        margin: 0;
    }

div.active {
    border: 1px solid #424242;
    overflow-y: auto;
    background-color: white;
}

div.shortBox {
    min-height: 90px;
    max-height: 90px;
    float: left;
}

div.shortBox2 {
    min-height: 53px;
    max-height: 53px;
    /*margin-top: -6px;*/
}

div.lblClosedReason {
    margin-top: 2px;
    margin-bottom: 8px;
}

div.ctlBox {
    width: 100%;
    min-height: 27px;
    max-height: 27px;
    /*float:left;*/
}

    div.ctlBox span.label,
    div.ctlBox a {
        position: relative;
        margin-left: 6px;
        bottom: -3px;
        color: #535b6a;
        font-size: 100%;
    }

.text-status {
    font-weight: 500;
    word-wrap: break-word;
    width: 130px;
}

a.btnSaveVerificationResult.active,
a.btnSaveVerificationResult.active:hover {
    background-color: red;
    background-image: linear-gradient(to bottom, red, darkred);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF0000, endColorstr=#8b0000);
}



div.errwrapper {
    /*left: 100%;
        margin-bottom: 200px;
        margin:0 -100%;*/
}

p.errmsg {
    position: absolute;
    display: block;
    padding: 4px 12px;
    margin-top: -65px;
    border: 1px solid white;
    background: red;
    color: white;
}

td > .k-button.disabled {
    background: none;
    cursor: default;
    pointer-events: none;
}

table {
    empty-cells: show;
}

.tdHide {
    visibility: hidden;
}

#verificationResultsGrid table {
    width: 100%;
}

#verificationResultsGrid td {
    border-width: 0;
}

#verificationResultsGrid tbody .k-grid .k-grid-header {
    border-width: 0;
}

.input {
    width: 95%;
    border: 1px solid #006;
    background: #ffc;
    margin-left: 10px;
    margin-right: 5px;
}

#attachmentListView {
    min-height: 530px;
    max-height: auto;
}

.attachmentItem {
    float: left;
    position: relative;
    width: 130px;
    height: 240px;
    margin: 10px;
    padding: 7px 7px 0 7px;
    -moz-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
    background-color: rgba(255,255,255,0.8)
}

    .attachmentItem img {
        width: 110px;
        height: 110px;
    }

    .attachmentItem h3 {
        margin: 0;
        padding: 0;
        line-height: 1.1em;
        font-size: .7em;
        font-weight: normal;
        text-transform: uppercase;
        color: #777;
    }

.filename {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis; /* or "clip" */
}

.reqText {
    overflow: auto;
    width: 98%;
    height: 100px;
    border: solid 1px #424242;
    /*margin: 2;*/
}


#verificationResultsGrid a.k-button.k-button-icontext.k-grid-Edit {
    min-width: 0;
}

#verificationResultsGrid a.k-button.k-button-icontext.k-grid-Delete {
    min-width: 0;
}



#attachmentListView a.k-button.k-button-icontext.k-grid-Delete {
    min-width: 0;
}

#reqsConfirmationGrid .k-button.k-grid-Delete {
    min-width: 0;
}

#verificationInfoGrid .k-grid-header .k-header {
    background-color: #dde2e8; /* #B9C3D3;*/
    color: #071630;
    font-weight: bold;
    height: 30px;
}

.invalidRow {
    background-color: #F5F6CE;
}


.ob-no-scroll {
    overflow: hidden;
}


#labelMessage {
    font-weight: bold;
    margin-left: 100px;
}

.activateRow {
    background-color: #f0f8ff;
}

.deActivateRow {
    background-color: #fff;
}

.activateBtn {
    color: #fff;
    font-weight: bold;
    background-color: transparent;
    border-color: #428bca;
    background-color: #428bca;
}

    .activateBtn:hover {
        color: #fff;
        border-color: #005b9d;
        background-color: #005b9d;
    }

.deActivateBtn {
    color: #717171;
    border-color: #717171;
    background-color: transparent;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
}

.reqTreeView {
    text-wrap: normal;
    background-color: #fafdff;
}

a.attachmentThumbnail {
    display: inline-block;
    width: 150px;
    height: 100px;
    border-radius: 50%;
    background-size: 32px 35px;
    background-position: center center;
    vertical-align: middle;
    line-height: 32px;
    box-shadow: inset 0 0 1px #999, inset 0 0 10px rgba(0,0,0,.2);
    margin-left: 5px;
}

img.attachmentThumbnailSize {
    width: 150px;
    height: 100px;
}
/*@media screen and (max-width: 650px) {
    .dialogBtns {
        bottom: 37px;
        height: 45px;
    }
 }

@media screen and (max-height: 360px) {
    .dialogBtns {
        bottom: 0px;
        height: 52px;
    }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
     
    .dialogBtns {
        bottom: 4%;  
        width: 75%;
        left: 12.5%;
        transition: all .5s;
    }
}*/

.borderTable {
    border-collapse: collapse;
    width: 100%;
}

    .borderTable td, #borderTable th {
        border: 1px solid #ddd;
        padding: 8px;
        text-align: center;
        /*  font-weight:bold;*/
    }

    .borderTable tr:nth-child(even) {
        background-color: #f2f2f2;
    }

    .borderTable tr:hover {
        background-color: #ddd;
    }

    .borderTable th {
        padding-top: 12px;
        padding-bottom: 12px;
        background-color: #ced4d9;
        text-align: center;
        font-weight: bold;
    }

.k-grid tr:hover {
    background-color: #bfc8d9;
    background-image: none;
    background-image: none, linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 0px, rgba(255, 255, 255, 0) 100%);
    background-position: 50% 50%;
}

.infobadge {
    top: -8px;
    /*right: -10px;*/
    padding: 5px 8px;
    border-radius: 50%;
    background-color: #428bca;
    color: white;
    position: absolute;
    margin-left: 5px;
}
#requirementTreeview {
    white-space: normal;
    background-color: #fafdff;
}
.jstree-default .jstree-hovered {
    background: #e7f4f9;
    border: 1px solid #d8f0fa;
    padding: 0 2px 0 1px;
}

.jstree-default .jstree-clicked {
    background: #beebff;
    border: 1px solid #99defd;
    padding: 0 2px 0 1px;
}

.jstree-default.jstree-focused {
    background: #F3FBFF;
}

.widget {
    margin: 0 0 20px;
    padding: 0;
    background-color: #ffffff;
    border: 1px solid #e7e7e7;
    border-radius: 3px;
}

    .widget div {
        padding: 10px;
        min-height: 50px;
    }

    .widget h3 {
        font-size: 12px;
        padding: 8px 10px;
        border-bottom: 1px solid #e7e7e7;
        background-color: #C8D0D9; /*taskTblHeader*/
    }

        .widget h3 span {
            float: right;
        }

            .widget h3 span:hover {
                cursor: pointer;
                background-color: #e7e7e7;
                border-radius: 20px;
            }
.k-card-header {
    padding: 3px 3px;
    background-color: #C8D0D9; /*taskTblHeader*/
}
.k-card-title {
    font-size:15px;
}