/*
 * layout.css
 */

/* Body */
html, body {}

/* Typography */
h1, h2, h3, h4 {
  color: #5e5f5f;
  margin: 0;
}
    h1 { font-size: 20px; }
    h2 { font-size: 16px; font-weight: bold; /*text-shadow: 0 1px 1px rgba(255, 255, 255, 1);*/ }
        h2 a { font-size: 13px; font-weight: normal; padding-left: 10px; }
    h3 { font-size: 14px; line-height: 18px; margin-bottom: 10px; }
    h4 { font-size: 12px; margin-bottom: 10px; }

p.bump { margin-bottom: 15px; font-size: 14px; line-height: 21px; }
p.bump span { color: #777777; }

small { color: #999999; font-size: 11px; }

hr { margin: 15px 0; }
hr.dotted { border-top: 1px dotted #BBB; }

/* Links */
a { color: #00507F; }
a:hover { color: #000; }

/* Icons */
a i.icon-plus { font-size: 10px; }

/* Images */
img.rounded-corners {
    display: block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

/* Header */
#masthead {
    margin: 0;
    width: auto;
    min-width: 960px;
}
    #logo {
        /*width: 240px; height: 40px;*/
        position: absolute; top: 2px; left: 5px;
    }
    #site-user {}
        #user-nav {
            float: right;
            margin: 20px 20px 0 0;
            color: #52525F;
            text-shadow: 0 1px 0 rgba(255, 255, 255, 1);
            line-height: 20px;
        }
            #user-nav a.dropdown-toggle {
                color: #52525F;
                font-size: 12px;
                font-weight: bold;
                text-shadow: 0 1px 0 rgba(255, 255, 255, 1);
            }
                #user-nav a.dropdown-toggle .caret { border-top-color: #999; }
            #user-nav a.dropdown-toggle:hover {
                color: #000;
            }
            #user-nav .dropdown-menu > li > a:hover { text-shadow: none; }
        #user-bon {
            float: right;
            margin: 20px 0 0;
            line-height: 20px;
            margin-right: 10px;
            border-right: 1px solid #ccc;
            padding-right: 10px;
        }
        #user-login {
            float: right;
            margin: 20px 0 0;
            line-height: 20px;
            margin-right: 10px;
            padding-right: 10px;
        }

    #site-search {
        float: left;
        margin: 0 0 0 280px; padding: 15px 0;
        width: auto; height: 30px;
    }
        #site-search .input-prepend {
            margin-right: 4px;
            margin-bottom: 0;
        }
        #site-search form {
            margin: 0; padding: 0; position: relative;
        }
        #site-search input {
            margin-bottom: 0;
            width: 140px; 
            font-family: "Lucida Grande", Arial, sans-serif;
            font-size: 12px;
        }
        #site-search button {}
            #site-search button i {}
        #site-search a.btn-dashboard {
            margin-right: 10px;
            color: #666666;
            font-size: 12px;
            font-weight: bold;
            text-shadow: 0 1px 0 rgba(255, 255, 255, 1);
        }
        #site-search a.btn-advanced,
        #site-search a.btn-advanced:link,
        #site-search a.btn-advanced:visited {
            color: #00507F;
            font-size: 11px;
            font-weight: normal;
            line-height: 1;
        }

/* Main */
#main {}

/* Sidebar */
#sidebar {}

/* Content header */
#content-header {}

.site-nav {
    border-top: 1px solid #0C455C;
    border-bottom: 1px solid #002B43;
    /* gradient */
    background-color: #006D93; 
    background-image: url(images/fallback-gradient.png); 
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#006D93), to(#00547A));
    background-image: -webkit-linear-gradient(top, #006D93, #00547A); 
    background-image:    -moz-linear-gradient(top, #006D93, #00547A);
    background-image:     -ms-linear-gradient(top, #006D93, #00547A);
    background-image:      -o-linear-gradient(top, #006D93, #00547A);
}
    .site-nav ul {
        margin: 0; padding: 0; list-style: none;
    }
    .site-nav li {
        float: left;
        border-top: 0;
        border-right: 1px solid #1D7A9B;
        border-bottom: 0;
        border-left: 1px solid #1B7A9A;
        font-size: 12px;
        font-weight: bold;
        text-shadow: 0 1px 0 rgba(0, 0, 0, .3);
    }
        .site-nav li.active {
            margin-bottom: -1px;
            border-top: 1px solid #0D0D0D;
            border-right: 1px solid #100040;
            border-bottom: 1px solid #0D0D0D;
            border-left: 1px solid #100040;
        }
    .site-nav a {
        display: block;
        padding: 8px 20px;
        color: #F3F3F3;
        text-decoration: none;
    }
        
        .site-nav li.active a {
            padding: 6px 20px 8px 20px;
            border-top: 1px solid #012D3D;
            /* gradient */
            background-color: #00384C; 
            background-image: url(images/fallback-gradient.png); 
            background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#00384C), to(#002A3E));
            background-image: -webkit-linear-gradient(top, #00384C, #002A3E); 
            background-image:    -moz-linear-gradient(top, #00384C, #002A3E);
            background-image:     -ms-linear-gradient(top, #00384C, #002A3E);
            background-image:      -o-linear-gradient(top, #00384C, #002A3E);
        }
        .site-nav a:hover {
            background: #005479;
        }

.breadcrumbs {
    width: auto; height: 34px;
    /*border-top: 1px solid #00394F;
    border-bottom: 1px solid #0A5C77;*/
    
    border-top: 1px solid #003B51;
    border-bottom: 1px solid #002E42;
    
    color: white;
    /* gradient */
    background-color: #00435C; 
    background-image: url(images/fallback-gradient.png); 
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#00435C), to(#114E64));
    background-image: -webkit-linear-gradient(top, #00435C, #114E64); 
    background-image:    -moz-linear-gradient(top, #00435C, #114E64);
    background-image:     -ms-linear-gradient(top, #00435C, #114E64);
    background-image:      -o-linear-gradient(top, #00435C, #114E64);
}
    /* Overwrite Bootstrap styles */
    .breadcrumb {
        margin: 0 0; padding: 0;
        background: none;
    }
        .breadcrumb > li {
            position: relative;
            display: block;
            float: left;
            margin-right: 17px;
            padding: 0;
            height: 34px;
            font-size: 12px;
            line-height: 34px;
            text-shadow: 0 1px 0 rgba(0, 0, 0, .3);
        }
            .breadcrumb > .active {
                padding: 0 0 0 50px;
                color: #F3F3F3;
                font-weight: bold;
            }
            .breadcrumb > .active .btn-group {
                margin-left: -16px;
            }
            .breadcrumb > .first.active .btn-group {
                margin-left: 0px;
            }

        /* Links for breadcrumbs */
        .breadcrumb a,
        .breadcrumb .btn-group > .btn {
            padding: 0 15px;
            color: #F3F3F3;
            font-size: 12px;
            line-height: 34px;
            border: 0;
            margin: 0;
            text-decoration: none;
            text-shadow: none;
        }
            .btn-group.open .btn.dropdown-toggle {
                background-color: transparent;
                -webkit-box-shadow: none;
                -moz-box-shadow: none;
                box-shadow: none;
            }

        .breadcrumb a i {
            margin-right: -10px;
        }

        /* Arrows for breadcrumbs */
        .breadcrumb > .crumb {
            /*
            border-top: 1px solid #0B2C39;
            border-bottom: 1px solid #1D3641;*/
            background: #023c52;
            margin-right: -17px;
            padding-left: 34px;
        }
        .breadcrumb li.crumb:after, .breadcrumb li.crumb:before { /* http://cssarrowplease.com/ */
            left: 100%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
        }
        .breadcrumb li.crumb:after {
            border-color: rgba(35, 197, 2, 0);
            border-left-color: #023c52;
            border-width: 16px;
            top: 50%;
            margin-top: -16px;
        }
        .breadcrumb li.crumb:before {
            border-color: rgba(211, 3, 13, 0);
            border-left-color: #1E282D;
            border-width: 18px;
            top: 50%;
            margin-top: -18px;
        }

        /* Use z-index to ensure proper overlay of arrows */
        .breadcrumb > li:nth-child(1), .breadcrumb > li.first { z-index: 10; padding-left: 8px; }
        .breadcrumb > li:nth-child(2), .breadcrumb > li.second { z-index: 9; }
        .breadcrumb > li:nth-child(3), .breadcrumb > li.third { z-index: 8; }
        .breadcrumb > li:nth-child(4), .breadcrumb > li.fourth { z-index: 7; }
        .breadcrumb > li:nth-child(5) { z-index: 6; }
        .breadcrumb > li:nth-child(6) { z-index: 5; }
        .breadcrumb > li:nth-child(7) { z-index: 4; }

/* Workspace */
#workspace {}

.page-header {
    margin: 15px 0 20px 0;
    border-bottom: 0px solid #eee;
    padding-bottom: 0;
}
    .page-header h1 { line-height: 26px; margin-bottom: 4px; }
    .page-header .btn,
    .page-header .btn-group { margin-left: 10px; }
    .page-header .btn {
        font-size: 14px;
    }
    .page-header p { margin: 0 0 0 0; color: #777777; font-size: 12px; line-height: 26px; }

    .submitted-note { float: right; line-height: 20px; padding: 10px 0; margin: 0; }

.panel {
    width: auto; height: auto;
    margin-bottom: 30px;
    padding: 0;
    border: 1px solid #CCC;
    background-color: #FFF; 
    /* Border radius */
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    /* Box shadow */
    -moz-box-shadow: 0 1px 2px #D9D9D9;
    -webkit-box-shadow: 0 1px 2px #D9D9D9;
    box-shadow: 0 1px 2px #D9D9D9;
}
    .panel-header {
        padding: 13px 20px;
        border-bottom: 1px solid #CCC;
        /* Border radius */
        -webkit-border-top-left-radius: 4px;
        -webkit-border-top-right-radius: 4px;
        -moz-border-radius-topleft: 4px;
        -moz-border-radius-topright: 4px;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        /* gradient */
        background-color: #F5F4F2; 
        background-image: url(images/fallback-gradient.png); 
        background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F5F4F2), to(#EDECEB));
        background-image: -webkit-linear-gradient(top, #F5F4F2, #EDECEB); 
        background-image:    -moz-linear-gradient(top, #F5F4F2, #EDECEB);
        background-image:     -ms-linear-gradient(top, #F5F4F2, #EDECEB);
        background-image:      -o-linear-gradient(top, #F5F4F2, #EDECEB);
    }
        .panel-header h2,
        .panel-header h3 {
            margin: 0;
            font-size: 14px;
            font-weight: bold;
            line-height: 1;
        }
        .panel-header .btn-small {
            margin: -5px 0; display: block;
        }
    .panel-content {
        padding: 20px 20px 10px 20px;
        position: relative;
    }
        .panel-content .row-fluid { padding-bottom: 9px;}
        .panel-content .row-fluid [class*="span"] { min-height: 18px; }
        .panel-content .border-bottom {
            margin-bottom: 15px;
            border-bottom: 1px dotted #CCCCCC;
            padding-bottom: 14px;
        }
        .panel-content .span2 img { display: block; margin-bottom: 5px; }
        .panel-content .span2 strong { color: #777777; }
        .panel-content .type {
            margin: 0 0 4px 0;
            color: #777777;
            font-size: 11px;
        }
            .panel-content .type strong { padding-right: 5px; font-weight: bold; text-transform: uppercase; }
            .panel-content .type span { font-weight: normal; text-transform: none; }
            .panel-content .type .label {
                font-size: 11px;
                font-weight: bold;
            }
        .panel-content .primary-info,
        .panel-content .primary-info .type {
            color: #444444;
        }
        .panel-content .details {
            padding-right: 5px;
            color: #999999;
            font-size: 11px;
            text-transform: uppercase;
        }
    .panel-note {
        padding: 10px 20px;
        background-color: #F5F5F5;
        border-bottom: 1px solid #C0C0BF;
        position: relative;
        font-size: 11px;
        line-height: 14px;
    }
        .panel-note img {
            margin-top: 5px;
            margin-left: 30px;
        }
    .panel-footer {
        padding: 8px 20px;
        border-top: 1px solid #C2C2C2;
        background: #F2F2F2;
        -webkit-border-bottom-left-radius: 4px;
        -webkit-border-bottom-right-radius: 4px;
        -moz-border-radius-bottomleft: 4px;
        -moz-border-radius-bottomright: 4px;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
    }
        .panel-footer small { font-size: 11px; }

    /* panel styles */
    .panel-border {
        padding-bottom: 15px;
        border-bottom: 1px solid #ccc;
    }

    /* panel styles for addresses */
    .panel-address {
        border-bottom: 1px solid #ccc;
    }
        .panel-address .delete-address {
            position: absolute; top: 26px; right: 20px;
            visibility: hidden;
        }
    .panel-address:hover {
        background-color: #FFF9E5;
    }
        .panel-address:hover .delete-address {
            visibility: visible;
        }

    /* panel styles for adding */
    .panel-add {
        background-color: #F2F2F2;
    }

.tile {
    width: auto; height: auto;
    margin-bottom: 15px;
    padding: 0;
    border: 1px solid #CCCCCC;
    position: relative;
    background-color: #FFFFFF; 
    /* Border radius */
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    /* Box shadow */
    -moz-box-shadow: inset 0 1px 0 #CCCCCC;
    -webkit-box-shadow: inset 0 1px 0 #CCCCCC;
    box-shadow: inset 0 1px 0 #CCCCCC;
}
    .tile-blue {
        border: 1px solid #C6E4EB;
        background-color: #F6FDFF;
        background-image: none;
        -moz-box-shadow: inset 0 1px 0 #E0EAEE;
        -webkit-box-shadow: inset 0 1px 0 #E0EAEE;
        box-shadow: inset 0 1px 0 #E0EAEE;
    }
        .tile-blue:hover {
            border-color: #4E83A5;
            /* Box shadow */
            -moz-box-shadow:  0 0 1px 3px #A5D4EB;
            -webkit-box-shadow:  0 0 1px 3px #A5D4EB;
            box-shadow:  0 0 1px 3px #A5D4EB;
        }
    .tile-gray {
        border: 1px solid #D9D9D9;
        background-color: #F7F6F4;
        background-image: none;
        -moz-box-shadow: inset 0 1px 0 #E7E6E4;
        -webkit-box-shadow: inset 0 1px 0 #E7E6E4;
        box-shadow: inset 0 1px 0 #E7E6E4;
    }

    .tile-content {
        padding: 15px 15px 5px 15px;
        min-height: 75px;
    }
        .tile-content a.tile-link {
            display: block;
            margin: -15px -15px -5px -15px;
            padding: 15px 15px 5px 15px;
            min-height: 75px;
            color: #777;
            text-decoration: none;
        }
        .tile-content a.tile-link:hover,
        .tile-content a.tile-link:hover h3 { color: #000; }
        
    .tile h3,
    .tile .tile-header {
        font-size: 12px;
        text-transform: uppercase;
    }
    .tile .tile-status {
        display: block;
        margin: 0;
        padding: 4px 15px 5px 15px;
        border-top: 1px solid #E6E6E6;
        color: #777;
        font-size: 11px;
    }
    .tile .tile-hover {
        position: absolute; top: 15px; right: 15px;
        color: #00507F;
        font-size: 11px;
        visibility: hidden;
    }
    .tile:hover .tile-hover {
        visibility: visible;
    }

/* Checklist */
#checklist {}



/* Forms */
form {}
button { font-family: "Lucida Grande", Arial, sans-serif; }
input, select, textarea {}

fieldset {}
fieldset.panel {}
    fieldset .panel-content { padding-top: 15px; }
    fieldset .row-fluid {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    fieldset .panel-content .row-fluid {
        padding-top: 5px;
        padding-bottom: 10px;
    }
    fieldset .panel-content .border-bottom {
        padding-bottom: 20px;
        margin-bottom: 19px;
    }
    fieldset .panel-content .control-group {
        margin-bottom: 0;
    }

input[type="text"], select { margin-bottom: 4px; }

.radio.inline, .checkbox.inline {
    padding-top: 0;
}
input[type="radio"], input[type="checkbox"] {
    margin: 2px 0 0;
}

fieldset label {
    color: #777777;
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
}
    fieldset label span { font-size: 11px; font-weight: normal; }

    fieldset label.label-block {
        padding-top: 6px;
        color: #999999;
        font-weight: normal;
        font-size: 12px;
    }
    fieldset label.label-left {
        margin-top: 6px;
        padding-bottom: 0;
    }
    fieldset label.checkbox,
    fieldset label.radio {
        font-weight: normal;
    }

fieldset .span2 label,
fieldset p {
    margin-bottom: 6px;
    padding-top: 6px;
}

fieldset .data {
    display: block;
    margin-bottom: 6px;
    padding-top: 6px;
}

fieldset .help-inline {
    padding-left: 0;
    color: #999999;
    line-height: 30px;
}
fieldset .help-block {
    margin-bottom: 5px;
    color: #777777;
    font-size: 11px;
}

fieldset.buttons {}
fieldset.buttons ul { margin: 0; padding: 0; list-style: none; }
fieldset.buttons li {}
fieldset.buttons li.button-previous { margin-right: 15px; }
fieldset.buttons a {}


/* Buttons */
.btn {
  /* padding: 4px 12px; */
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
  color: #666666;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #F0EFEE;
  background-image: none;
  background-repeat: repeat-x;
  border: 1px solid #BBBBBB;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
    color: #5E5F5F;
    text-decoration: none;
    background-position: 0;
    /* gradient */
    background-color: #F5F4F3; 
    background-image: url(images/fallback-gradient.png); 
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F5F4F3), to(#E9E8E7));
    background-image: -webkit-linear-gradient(top, #F5F4F3, #E9E8E7); 
    background-image:    -moz-linear-gradient(top, #F5F4F3, #E9E8E7);
    background-image:     -ms-linear-gradient(top, #F5F4F3, #E9E8E7);
    background-image:      -o-linear-gradient(top, #F5F4F3, #E9E8E7);
    /* Box shadow */
    -moz-box-shadow: 0 1px 0 #E5E5E5;
    -webkit-box-shadow: 0 1px 0 #E5E5E5;
    box-shadow: 0 1px 0 #E5E5E5;
    -webkit-transition: none;
       -moz-transition: none;
         -o-transition: none;
            transition: none;
}
.btn.active,
.btn:active {
    /* gradient */
    background-color: #E4E3E2; 
    background-image: url(images/fallback-gradient.png); 
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#E4E3E2), to(#D8D7D6));
    background-image: -webkit-linear-gradient(top, #E4E3E2, #D8D7D6); 
    background-image:    -moz-linear-gradient(top, #E4E3E2, #D8D7D6);
    background-image:     -ms-linear-gradient(top, #E4E3E2, #D8D7D6);
    background-image:      -o-linear-gradient(top, #E4E3E2, #D8D7D6);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(205, 204, 203, 1);
       -moz-box-shadow: inset 0 1px 1px rgba(205, 204, 203, 1);
            box-shadow: inset 0 1px 1px rgba(205, 204, 203, 1);
}

.btn-primary {
    color: #ffffff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
    background-color: #006D93;
    *background-color: #006D93;
    background-image: -moz-linear-gradient(top, #006D93, #00557A);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#006D93), to(#00557A));
    background-image: -webkit-linear-gradient(top, #006D93, #00557A);
    background-image: -o-linear-gradient(top, #006D93, #00557A);
    background-image: linear-gradient(to bottom, #006D93, #00557A);
    background-repeat: repeat-x;
    border-color: #002431;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
    color: #ffffff;
    background-color: #165872;
    *background-color: #165872;
    background-image: -moz-linear-gradient(top, #165872, #00364E);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#165872), to(#00364E));
    background-image: -webkit-linear-gradient(top, #165872, #00364E);
    background-image: -o-linear-gradient(top, #165872, #00364E);
    background-image: linear-gradient(to bottom, #165872, #00364E);
    /* Box shadow */
    -moz-box-shadow: 0 1px 0 #CCCCCC;
    -webkit-box-shadow: 0 1px 0 #CCCCCC;
    box-shadow: 0 1px 0 #CCCCCC;
}
.btn-primary.active,
.btn-primary:active {
    /* gradient */
    background-color: #256078; 
    background-image: url(images/fallback-gradient.png); 
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#256078), to(#00324A));
    background-image: -webkit-linear-gradient(top, #256078, #00324A); 
    background-image:    -moz-linear-gradient(top, #256078, #00324A);
    background-image:     -ms-linear-gradient(top, #256078, #00324A);
    background-image:      -o-linear-gradient(top, #256078, #00324A);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(10, 39, 48, 1);
       -moz-box-shadow: inset 0 1px 1px rgba(10, 39, 48, 1);
            box-shadow: inset 0 1px 1px rgba(10, 39, 48, 1);
}

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active, .btn-link[disabled] {
    color: #00507F;
    cursor: pointer;
    border-color: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: transparent;
    background-image: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.btn-link:hover, .btn-link:focus, .btn-link:active, .btn-link[disabled] {
    text-decoration: underline;
}

.btn-link,
.btn-mini { font-weight: normal; }

.btn-mini:hover, .btn-mini:focus, .btn-mini:active,
.btn-dashboard:hover, .btn-dashboard:focus, .btn-dashboard:active {
    color: #666666;
    /* gradient */
    background-color: #ECEBEA; 
    background-image: url(images/fallback-gradient.png); 
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ECEBEA), to(#E0DFDE));
    background-image: -webkit-linear-gradient(top, #ECEBEA, #E0DFDE); 
    background-image:    -moz-linear-gradient(top, #ECEBEA, #E0DFDE);
    background-image:     -ms-linear-gradient(top, #ECEBEA, #E0DFDE);
    background-image:      -o-linear-gradient(top, #ECEBEA, #E0DFDE);
}

.btn i { /* font-weight: normal; color: #999; text-shadow: none; padding-right: 1px; font-size: 10px;*/ }
.btn-small i { }
.btn-mini i {  }
.btn i.icon-plus { font-size: 10px; color: #999; }


/* Tables */
.table { margin-bottom: 0; }

.table tbody+tbody { border-top: 0px solid #ddd; }

.table th:first-child,
.table td:first-child { padding-left: 20px; }

.table thead > tr > th {
    padding-top: 4px;
    padding-bottom: 4px;
    border-top: 1px solid #F2F2F2;
    border-bottom: 1px solid #BBBBBB;
    background-color: #DEDDDC;
    color: #5E5F5F;
    font-weight: normal;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
}

.table tbody > tr:last-child > td:first-child { -webkit-border-bottom-left-radius: 4px; -moz-border-radius-bottomleft: 4px; border-bottom-left-radius: 4px; }
.table tbody > tr:last-child > td:last-child { -webkit-border-bottom-right-radius: 4px; -moz-border-radius-bottomright: 4px; border-bottom-right-radius: 4px; }

.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th { background-color: #fff; }
.table-striped tbody > tr:nth-child(even) > td,
.table-striped tbody > tr:nth-child(even) > th { background-color: #F6F8F9; }


/* Drop in Syncfusion styles here */

tr.HeaderBar {}
tr.HeaderBar th.HeaderCell {}
tr.HeaderBar td.HeaderCell .HeaderCellDiv {}

table.table td.action { width: auto; padding-top: 0; padding-bottom: 0; padding-right: 6px; padding-left: 6px; vertical-align: middle; }
table.table td.action a { visibility: hidden; font-size: 16px; }
table.table td.action-checklist { text-align: center; width: 24px; }
table.table td.action-checklist a {}
table.table td.action-documents { text-align: center; width: 24px; }
table.table td.action-documents a {}
table.table td.action-notes { text-align: center; width: 24px; }
table.table td.action-notes a {}
table.table td.action-dropdown { vertical-align: middle; }
table.table td.action-dropdown a { font-size: 12px; }
table.table td.action-expand { padding: 0; width: 30px; position: relative; }
table.table td.action-expand a { font-size: 10px; }
table.table td.action-column span { cursor: pointer; }

table.table tr:hover td { background: #FFFAE6; }
table.table tr:hover td.action a { visibility: visible; }

table.table tr.has-checklist td.action-checklist a,
table.table tr.has-checklist td.action-documents a,
table.table tr.has-checklist td.action-notes a {
    visibility: visible;
}

/* expand/collapse table rows by grouping parent and child in tbody */

/* group */
tbody.group {}
tbody.group tr.parent-row {}
tbody.group tr.child-row { display: none; }
tbody.group tr.child-row td { border-top: 0; padding-top: 0; padding-right: 0px; line-height: 18px; }
tbody.group tr.child-row td.action a { visibility: visible; }
tbody.group tr.child-row div.child-container { border-top: 1px dotted #BBBBBB; padding-top: 8px; }

/* expanded */

tbody.expanded {}
tbody.expanded:hover { background: #FFFAE6; }
tbody.expanded:hover td.action a { visibility: visible; }
tbody.expanded tr.parent-row {}
tbody.expanded tr.parent-row td.action-expand a { visibility: hidden; }
tbody.expanded tr.child-row { display: table-row; }


/* expanded */
tbody.group tr.parent-row.expanded {background-color: #F5F9F9;}
tbody.group tr.child-row.expanded { background-color: #F5F9F9; }
tbody.group tr.parent-row.expanded:hover td { background-color: #F5F9F9; }
tbody.group tr.child-row.expanded:hover td { background-color: #F5F9F9; }
tbody.group tr.parent-row.expanded {}
tbody.group tr.parent-row.expanded td {}
tbody.group tr.parent-row.expanded td.action-expand { z-index: -1; }
tbody.group tr.parent-row.expanded td.action-expand a { visibility: hidden; }
tbody.group tr.child-row.expanded { display: table-row; z-index: 101; }
tbody.group tr.child-row.expanded td.action { z-index: 101; }

/* styles for expand/collapse corner */
.item-expand {
    position: absolute; right: 0; bottom: -16px;
    display: block;
    width: 78px; height: 16px;
}
    .item-expand a {
        display: block;
        width: 78px; height: 16px;
        background: url(/Assets/img/bg-expand.png) 0 0 no-repeat;
        color: #00507F;
        font-size: 10px;
        font-weight: normal;
        line-height: 15px;
        text-align: center;
        text-decoration: none;
    }
    .item-expand a i { font-size: 10px; font-weight: normal; display: inline-block; }
    .item-expand a:hover { color: #333; }

    /* hover */
    .checklist-items .item:hover .item-expand a,
    tbody.group tr.parent-row:hover td.action .item-expand a { background: url(/Assets/img/bg-expand-cream.png) 0 0 no-repeat; }
    tbody.group tr.child-row.expanded td.action .item-expand a,
    tbody.group tr.child-row.expanded:hover td.action .item-expand a { background: url(/Assets/img/bg-expand-open.png) 0 0 no-repeat; }
    /* error */
    .checklist-items .error .item-expand a,
    .checklist-items .error:hover .item-expand a { background: url(/Assets/img/bg-expand-red.png) 0 0 no-repeat; }

.in-progress { color: #EF4000; font-size: 14px; padding-left: 4px; width: 14px; height: 14px; line-height: 1; }


/* Labels */
.label { background-color: #999; text-shadow: none; font-weight: bold; }
    .label span { font-weight: normal; }
.label-success { background-color: #E7F5EE; color: #1D9D56; }
.label-warning { background-color: #FFE9E3; color: #CC5B50; }
.label-important {}
.label-info { background-color: #E7F0F9; color: #1A67C3; }
.label-inverse {}
.label-new { background-color: #F98930; color: #FFFFFF; font-size: 11px; font-weight: normal; padding: 2px 7px; border-radius: 15px; }

.label-message { background-color: #2A99C0; color: #FFFFFF; }
.label-alert { background-color: #FF4B44; color: #FFFFFF; }


/* Alerts */
.alert { margin: 10px 0 10px 0; padding: 7px 35px 7px 20px; font-size: 12px; position: relative; }
    .alert .close {  }

.alert { background-color: #FFF4D7; border-color: #FFD63B; color: inherit; }
    .alert i { margin-right: 5px; color: #FC9F49; }
.alert-error { margin: 10px 0 10px 0; color: #444444; border-color: #FFBBB9; background-color: #FFEFEF; }
    .alert-error i { color: #FF6A6B; }
.alert-success { background-color: #F0FEFE; border-color: #ABE2E4; }
    .alert-success i { color: #408F91; font-size: 14px; }
.alert-info { background-color: #F1F3FF; border-color: #C9D6EE; }
    .alert-info i {}
.alert-new { background-color: #FFE4A1; border-color: #FFB950; }
    .alert-new i { color: #FFA753; }

.alert-first {
    margin-top: 0;
}

.alert-next {
    position: absolute;
    top: 0;
    right: 0;
    border-left: 1px solid #FFD740;
    background-color: #FFF8E6;
    height: 100%;
}
    .alert-next div { padding: 7px 7px 7px 10px; color: #5E5F5F; font-size: 11px; font-weight: bold; }
    .alert-next a,
    .alert-next a i { color: #4989A9; }


/* Control groups (for highlighting form fields) */
.control-group.error .control-label, .control-group.error .help-block, .control-group.error .help-inline, .control-group.error .label-block { color: #EB4747; }
.control-group.error input, .control-group.error select, .control-group.error textarea { border-color: #FF9A95; }

.control-group.warning .control-label, .control-group.warning .help-block, .control-group.warning .help-inline, .control-group.warning .label-block { color: #FFB950; }
.control-group.warning input, .control-group.warning select, .control-group.warning textarea { border-color: #FFB950; color: #5E5F5F; }


/* Artifacts */
.artifact-file {
    margin: 15px 0 10px 0;
    padding: 15px 20px 5px 20px;
    border: 1px solid #BBBBBB;
    background-color: #F7F7F7;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
    .artifact-file .remove-artifact {
        float: right;
        margin-top: 28px;
        line-height: 18px;
    }
    .virus-status { font-style: italic; }

    .virus-scan-complete .virus-status,
    .virus-scan-failed .virus-status  { font-style: normal; }

    .virus-scan-complete .virus-status { color: #1D9D56; }
    .virus-scan-failed .virus-status { color: #EB4747; }

    .virus-scan-complete .label-block { padding-top: 0; }


/* Modals */
.modal-header {
    background: #F0EFEE;
    border-bottom: 1px solid #ccc;
    position: relative;
    z-index: 3;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.modal-body {
    margin-top: -1px;
    padding: 0;
    position: relative;
    z-index: 2;
    max-height: 440px;
}
    .modal-body #advancedSearch {
        padding: 15px;
    }

    .modal-body .nav-tabs {
        margin-bottom: 0;
    }

.modal-body h3 {
    margin: 0 0 15px 0; padding: 0;
    line-height: 1;
}

    #recentSearches {
        color: #666666;
    }
    #recentSearches a {
        display: block;
        border-bottom: 1px solid #BBB;
        color: #666666;
    }
    #recentSearches a:first-child {}
        #recentSearches a strong { color: #444444; }
        #recentSearches a:hover {
            background: #FFF9E5;
        }
    
    #recentSearches .row-fluid {}
    
    #recentSearches .params-1 .recent-meta,
    #recentSearches .params-2 .recent-meta { min-height: 75px; }
    #recentSearches .params-3 .recent-meta,
    #recentSearches .params-4 .recent-meta { min-height: 115px; }
    #recentSearches .params-5 .recent-meta,
    #recentSearches .params-6 .recent-meta { min-height: 160px; }
    #recentSearches .params-7 .recent-meta,
    #recentSearches .params-8 .recent-meta { min-height: 205px; }

    #recentSearches .span1,
    #recentSearches .span3,
    #recentSearches .span4 {
        padding: 10px 0;
    }
    #recentSearches .recent-meta {
        background: #FCFAF6;
        border-right: 1px solid #DEDDDC;
        position: relative;
    }
        #recentSearches .recent-meta p {
            margin: 0; padding-left: 10px;
            font-size: 11px;
        }
        #recentSearches .recent-meta i {
            color: #638090;
        }

    #recentSearches .recent-icon {
        color: #638090;
        font-size: 16px;
        visibility: hidden;
    }
        #recentSearches a:hover .recent-icon {
            visibility: visible;
        }

