﻿body {
    background-image: url('/Content/Themes/Default/cnrg-resorce-site-bckgrnd3.jpg');
    background-repeat:repeat;
    margin-top: 0px;
    color: #666666;
    font-family: 'open-sans';
    font-size: 14px;
}

a {
    color: #333;
}

a:hover {
    color:#cf9e21;
}

h1 {
    font-size: 24px;
    color: #cf9e21;        
    text-transform:uppercase;
    font-weight:bold;
}

h2 {
    font-weight: bold;
    text-transform:uppercase;
    font-size: 16px;
    color:#cf9e21;    
}

h3 {
    font-weight: bold;
    font-size: 14px;    
}

hr {
    border: 0;
    color: #cf9e21;
    background-color: #cf9e21;
    height: 2px;
}

#mainContentWrap {
    margin:0px auto 0px auto;
    /*width:990px;*/
    width:1038px;
    
    background-color:white;
    background-image:url('/Content/Themes/Default/border-pixel.png');
    background-repeat:repeat-y;
    background-position-x:240px;
}

#mainContentWrap:before,
#mainContentWrap:after {
  content:"";
  display:table;
}
#mainContentWrap:after {
  clear:both;
}

#header a {
    color:black;
}

#header {
    height: 104px;
    border-bottom: 1px solid #999;
    padding: 0px;
    background-color: #fbdd47;    
}

#header h1 {
    color:black;
    font-weight:900;    
    font-size:30px;    
    text-transform:uppercase;
    margin-top:32px;
    width:320px;
    float:left;
}

#header input[type=submit] {
    background: url('/Content/Themes/Default/search.png');
    float:right;
    width: 34px;
    height: 25px;
    border: 0px;
    cursor:pointer;
}

#header input[type=text] {
    line-height: 20px;
    width: 180px;
    padding-left: 4px;
    padding-right: 4px;
}

#socialLoginList {
    margin-top:20px;
}

#footer {
    height: 34px;
    border-top: 1px solid #999;
    text-align: center;
    background-color: #fbdd47;    
    text-transform:uppercase;
    font-weight:600;
}

#footer a {
    color:black;
}
#footer p {
    margin-top:7px;
}

#signOut {
    color: #fff;
    cursor: pointer;
    background-color: black;
    border-color: #666;
    border: 1px solid #666;
    padding: 5px 10px 5px 10px;    
}

#authenticated {
    width:400px;
    float:right;
    text-align:right;
    padding-right:15px;
    margin-top:25px;
    margin-bottom:10px;
    color:black;
    font-size:12px;
    text-transform:uppercase;
    font-weight:600;
}

#logo {    
    height:55px;
    width:106px;    
    background-image:url('/Content/Themes/Default/cnrg-logo.png');
    float:left;
    margin:25px 25px 0px 20px;    
}

#navigation {
    float:left;
    width:240px;    
}

#contentBody {
    width:728px;
    font-family:Arial, sans-serif;
    float:left;    
    /*background-color:white;*/
    padding:20px 34px 20px 34px;
    min-height:400px;
}

#sideBarContent {
    margin-top:10px;
    padding-left:7px;
    color:black;
}

#column1 {
    width:71%;
    float:left;
    min-height:400px;
    padding:5px;
}

#column2 {
    width:25%;
    float:left;    
    min-height:400px;
    padding:5px;
}

.clearfix:after {
    clear:both;
}
                                                              
/* Navigation */
.collapse {
    display:none;
}

.editor-controls {
    height:40px;
    border-bottom:1px dashed #999;
    text-align:right;
    padding-top:10px;
    padding-right:10px;
    background-color:#eee;
}

#pageContents {
    min-height:400px;
}


table tr {
    vertical-align:top;
}

.searchResult {
    padding-top:10px;
    padding-bottom:10px;
    padding:10px;
    border:0px;
    margin:0px;
}

.searchResult:nth-child(even) {
    background-color: #f0f0f0;
}

.searchResult:nth-child(odd) {
    background-color: #f8f8f8;
}

.searchResult a {
    font-weight:bold;
    font-family: 'open-sans';
}

#breadcrumb {
    margin-bottom:10px;
    font-family:'open-sans';
    text-transform:uppercase;
    font-size:10px;
    font-weight:bold;
    color:#b2b2b2;
}

#breadcrumb a {
    color:#b2b2b2;
}

#breadcrumb a:hover {
    color: #cf9e21;
}

/***** Contact Form  ****/
#contact {
    padding-bottom:10px;
}

#contact form label {
    width:120px;
    display:inline-block;
    font-weight:bold;
}

#contact input[type="text"], input[type="password"], select {
    width:200px;
}



#contact form div {
    margin-bottom:10px;
}

#contact .field-validation-error {
    color:red;
}

#contact .validation-summary-errors {
    color:red;
}

#contact textarea {
    width:600px;
    height:120px;
}

#cnrg-news {
    margin:20px 0px 20px 30px;
}

.success {
    color:green;
    font-weight:bold;
}
/***** Contact Form  ****/

/*****Bootstrap button styles *********/
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    /*border-radius: 4px;*/
    text-transform:uppercase;
}

.btn:hover,
.btn:focus {
    color: #333;
    text-decoration: none;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
    color: #333;
    background-color: #ebebeb;
    border-color: #adadad;
}

.btn-primary {
    color: #fff;
    background-color: black;
    border-color: #666;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #333;
    border-color: #666;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-sm,
.btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    /*border-radius: 3px;*/
}
/**************/

/***** Incident Reports *********/
#incidentReportsTable tr th {
    cursor: pointer;
}
.incident-report-filters {
    overflow: auto;
    margin-bottom: 10px;
}

.incident-report-sort-indicator {
    display: none;
}
/**************/