﻿.input-validation-error {
    border: 1px solid #ff0000 !important;
    background-color: #ffeeee !important;
}

.field-validation-error {
    display: block !important;
    visibility: visible !important;
    color: #ff0000;
}

.sidebar-nav {
padding: 9px 0;
}

@media (max-width: 980px) {
/* Enable use of floated navbar text */
.navbar-text.pull-right {
    float: none;
    padding-left: 5px;
    padding-right: 5px;
}
}

.login-background 
{
    background-color: #222; 
}

.navbar-inner {
    border-bottom: solid 3px #E36112 !important;
}

.software-notices-link {
    text-decoration: underline !important;
    text-align: right;
    font-size: 12px !important;
}

/* Sidebar */

#sidebar li ul {
    display: none; /* used to hide sub-menus */
}

/* Bootstrap Overrides */

.input-block-level {
    width: 100%;
}

.multiselect-container {
    /*width: 100%;*/
}

.dropdown-menu > li > a {
    padding-right: 20px;
}

.multiselect b.caret {
    position: absolute;
    right: 8px;
    top: 14px;
}

/* Removing the awful inbuilt validators */

input:invalid {
     box-shadow:none;
}

/* Validators - override because for some reason a valid field's validator is still showing... */

.field-validation-valid {
    display: none;
}

/* Sortable tables - this disables webkit's default bahaviour to highlight the entire table when touching it */

.table-sortable {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

/* needs to be applied when table is made sortable as it doesn't leave enough room at the bottom */
.table-spaced {
    padding-bottom: 20px;
}

/* This fixes the issue where there's no placeholder when dropping and dragging tbodies */
.sortable-table-row {
  display: table-row;
}

.label-block {
    display: block;
}

legend>select {
    margin-bottom: 5px;
    float: right;
}

.grouped-section {
    background-color: #F5F5F5; 
    border: 1px solid #DDDDDD; 
    border-radius: 4px 0 4px; 
    padding-top: 20px;
    padding-left: 10px;
}

/* Bootstrap Multi-Selects */

.multiselect span {
    float: left;
}

.multiselect b.caret {
    float: right;
}

/*table input {
    margin: 0px !important;
}*/

table .form-group {
    margin-bottom: 0px !important;
}

th input[type=checkbox] {
       margin: 0 !important;
}

.boxcolumn {
       width: 10px;
}

.column-hover { 
    background-color: #FFFFCC !important;
}

.row-selected { 
    background-color: #FFFFCC !important;
}

.ajax-loading {
     background:url('images/ajax-loader.gif') no-repeat; 
     background-position: 50% 100px;
}

img.loading {
    content:url('images/ajax-loader.gif')
}

.row-selectable {
    cursor: pointer;
}

.change-page {
    cursor: pointer;
}

.dropdown-menu > .selected > a,
.dropdown-menu > .selected > a:hover,
.dropdown-menu > .selected > a:focus {
  color: #333333;
  text-decoration: none;
  background-color: #FFFFCC;
  background-image: -moz-linear-gradient(top, #FFFFCC, #FFFFCC);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FFFFCC), to(#FFFFCC));
  background-image: -webkit-linear-gradient(top, #FFFFCC, #FFFFCC);
  background-image: -o-linear-gradient(top, #FFFFCC, #FFFFCC);
  background-image: linear-gradient(to bottom, #FFFFCC, #FFFFCC);
  background-repeat: repeat-x;
  outline: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFCC', endColorstr='#FFFFCC', GradientType=0);
}

.tree {
    margin: 0px;
}

.tooltipanchor {
    padding-left: 5px;
    color: #333333;
}

.help-inline {
       padding-left: 0px;
}

.sortable-handle, .sortable-handle label {
    cursor: move;
}

.delete-item, .unlink-item {
    cursor: pointer;
}

.changeparent {
    cursor: pointer;
}

/* Larger Bootstrap Modals */

.large-modal .modal-body {
	max-height: 1000px;
}

.large-modal .modal-dialog {
	width: 900px; /* SET THE WIDTH OF THE MODAL */
}

table label {
    margin-bottom: 0px;
}

.tablePagination {
    text-align: center;
}

.site-header {
    background-image: url(Images/logo_rpt.png); 
    background-repeat: no-repeat; 
    background-position: 15px 50%; 
    height: 65px; 
    width: 320px; 
    position: relative;
}

.home-logo {
    background-image: url(Images/perenso_logo_300x85_transparent_lightbg.png); 
    background-position: center; 
    background-repeat: no-repeat; 
    height: 50px;
}

.save-button {
    float: right;
    margin-bottom: 10px;
}

.wizard a {
    padding: 10px 12px 10px;
    margin-right: 5px;
    background: #efefef;
    position: relative;
    display: inline-block;
}
.wizard a:before {
    width: 0;
    height: 0;
    border-top: 20px inset transparent;
    border-bottom: 20px inset transparent;
    border-left: 20px solid #fff;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
}
.wizard a:after {
    width: 0;
    height: 0;
    border-top: 20px inset transparent;
    border-bottom: 20px inset transparent;
    border-left: 20px solid #efefef;
    position: absolute;
    content: "";
    top: 0;
    right: -20px;
    z-index: 2;
}
.wizard a:first-child:before,
.wizard a:last-child:after {
    border: none;
}
.wizard a:first-child {
    -webkit-border-radius: 4px 0 0 4px;
       -moz-border-radius: 4px 0 0 4px;
            border-radius: 4px 0 0 4px;
}
.wizard a:last-child {
    -webkit-border-radius: 0 4px 4px 0;
       -moz-border-radius: 0 4px 4px 0;
            border-radius: 0 4px 4px 0;
}
.wizard .badge {
    margin: 0 5px 0 18px;
    position: relative;
    top: -1px;
}
.wizard a:first-child .badge {
    margin-left: 0;
}
.wizard .current {
    background: #007ACC;
    color: #fff;
}
.wizard .current:after {
    border-left-color: #007ACC;
}

.mywizard li {
    position: relative;
    background: #f5f5f5;
    padding-right: 30px;
    padding-left: 5px;
}

.mywizard li a:after, .mywizard li a:before {
    left: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.mywizard li a:after {
    border-color: rgba(245, 245, 245, 0);
    border-left-color: #f5f5f5;
    border-width: 20px;
    top: 50%;
    margin-top: -20px;
    margin-left: -30px;
}

.mywizard li a:before {
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #fff;
    border-width: 30px;
    top: 50%;
    margin-top: -30px;
    margin-left: -30px;
}
.mywizard li .badge {
    vertical-align: text-bottom;
    padding-top: 3px;
}

form#isDirty {
    margin: 0 0 0 0;
}

#source-data-table {  
    height: 100%;
    overflow-x: scroll;
 }

.remove-set {
    cursor: pointer;
}

/* Overwriting Well Styles */

.well {
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.alert-neutral {
  color: #333333;
  background-color: #F5F5F5;
  border-color: #F5F5F5;
}

.alert-blank {
  color: #555;
  background-color: #FFF;
  border-color: #FFF;
}


.accordion-heading > a{
   white-space:nowrap; 
    width:40em; 
    overflow:hidden;
    text-overflow:ellipsis;
    
}
.accordion-heading > span{
    margin-right:20px;
    margin-top:-28px;
}

.multiselect > span {
    overflow: hidden;
    text-overflow: ellipsis;
    width: 90%;
    text-align: left;
}

.download-pdf {
  list-style: none;
  margin: 0;
  padding: 0;
}

.download-pdf > li > a {
  padding: 17px 10px 17px 52px;
  display: inline-block;
  background: url("pdficon_large.png") no-repeat 10px 50%;
  font-size: 20px;
}


.select2-add-choice input {
    background: none !important;
}

.uploadButtonHorizontal {
    margin-bottom: 10px;
    margin-top: 10px;
}

.container {
    max-width: 100%;
}


/* Sidebar */

.bs-sidebar.affix {
    position: static;
}
.bs-sidenav {
    background-color: #F5F5F5;
    border-radius: 5px 5px 5px 5px;
    padding-top: 10px;
    text-shadow: 0 1px 0 #FFFFFF;
}
.bs-sidebar .nav > li > a {
    color: #716B7A;
    display: block;
    padding: 5px 20px;
}
.bs-sidebar .nav > li > a:hover, .bs-sidebar .nav > li > a:focus {
    background-color: #E5E3E9;
    border-right: 1px solid #DBD8E0;
    text-decoration: none;
}
.bs-sidebar .nav > .active > a, .bs-sidebar .nav > .active:hover > a, .bs-sidebar .nav > .active:focus > a {
    background-color: rgba(0, 0, 0, 0);
    border-right: 2px solid #F26721;
    color: #F26721;
    font-weight: bold;
}
.bs-sidebar .nav .nav {
    display: none;
    margin-bottom: 8px;
}
.bs-sidebar .nav .nav > li > a {
    font-size: 90%;
    padding-bottom: 3px;
    padding-left: 30px;
    padding-top: 3px;
}
@media screen and (min-width: 992px) {
.bs-sidebar .nav > .active > ul {
    display: block;
}
.bs-sidebar.affix, .bs-sidebar.affix-bottom {
    width: 213px;
}
.bs-sidebar.affix {
    position: fixed;
    top: 80px;
}
.bs-sidebar.affix-bottom {
    position: absolute;
}
.bs-sidebar.affix-bottom .bs-sidenav, .bs-sidebar.affix .bs-sidenav {
    margin-bottom: 0;
    margin-top: 0;
}
}
@media screen and (min-width: 1200px) {
.bs-sidebar.affix-bottom, .bs-sidebar.affix {
    width: 263px;
}
}

#sidebar ul {
    margin-bottom: 0;
}

.help-inline {
    color: #B94A48;
}

.pagination {
    margin-top: 0px;
    margin-bottom: 0px;
}

.hide {
    display: none;
}

.badge-warning{background-color:#b94a48;}

.tooltip {
    z-index: 2000 !important;
}

.row-bottom-spacing {
    padding-bottom: 15px;
}

.perenso-gradient {
    /* fallback */
    background-color: #444;
    background-image: url(images/linear_bg_1.png);
    background-repeat: repeat-y;
    /* Safari 4-5, Chrome 1-9 */
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f26722), to(#f26722));
    /* Safari 5.1, Chrome 10+ */
    background: -webkit-linear-gradient(top, #f26722, #f26722);
    /* Firefox 3.6+ */
    background: -moz-linear-gradient(top, #f26722, #f26722);
    /* IE 10 */
    background: -ms-linear-gradient(top, #f26722, #f26722);
    /* Opera 11.10+ */
    background: -o-linear-gradient(top, #f26722, #f26722);
}

.navbar-nav > li > a > [class*="icon-"]:first-child {
    display: inline-block;
    font-size: 18px;
    font-weight: normal;
    margin-right: 0px;
    min-width: 30px;
    text-align: center;
    vertical-align: middle;
    padding-bottom: 3px;
}

.navbar-nav > li > a {
    padding-bottom: 0px;

}

/* Overwriting ACE */

.btn.btn-white.dropdown-toggle {
    background-color: #FFFFFF !important;
    border: 1px solid #D5D5D5 !important;
    color: #858585 !important;
}

.header.perenso-orange {
    border-bottom-color: #F79421;
}

.perenso-orange {
    color: #F79421 !important;
}


.sub-breadcrumb {
    margin-bottom: 20px;
    border-bottom: none;
    
}

.sub-breadcrumb a {
    color: #428BCA !important;
}

.select2-container .select2-choice .select2-arrow b:before {
    content:none !important;
}

.btn-white-perenso, .btn-white-perenso:focus {
    background-color: #FFFFFF !important;
    border-color: #A0A0A0;
    border-width: 1px;
    color: #393939 !important;
    height: 34px;
    text-shadow: none !important;
}

.btn-success {
    background-color: #6F9D43 !important;
    border-color: #6F9D43 !important;
}

.select2-container .select2-choices .select2-search-field input, .select2-container .select2-choice, .select2-container .select2-choices {
    font-family: inherit !important;
    font-size: 14px !important;
    line-height: 1.2 !important;
    color: #858585 !important;
}

.select2-chosen, .select2-choice > span:first-child, .select2-container .select2-choices .select2-search-field input{
    padding: 8px 5px !important;
}

.input-icon.input-icon-right > [class*="icon-"] {
    right: 5px;
    font-size: 20px;
    top: 5px;
}

#login-title{
    margin: auto; 
    color: white;
}

#login-title h1{
    text-align: center;
}

#login-container {
    padding-top: 20px;
}


/* Header Styles */

.navbar-header > .version-number {
    padding-left: 20px; 
    color: white; 
    padding-top: 23px; 
    margin-bottom: 0px; 
    white-space: nowrap; 
    float: left;
}

.navbar-header > .top-menu {
    padding-left: 15px; 
    padding-top: 20px; 
    white-space: nowrap; 
    float: left; 
}

.navbar-header .environment-label {
    background-color: #FFF686;
    width: 109px;
    height: 29px;
    border-radius: 6px;
    margin: 28px 5px 0px 30px;
    float: left;
}

.navbar-header #en-label-icon {
    background: url('Images/sandbox_icon_sm.png');
    width: 15px;
    height: 19px;
    margin: 6px 0px 1px 13px;
    float: left;
}

.navbar-header #en-label-txt {
    margin-top: 3px;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    letter-spacing: -0.2px;
}

.sandbox-alert {
    background: black;
    color: white;
    line-height: 19px;
    margin-bottom: 0;
}

.profile-info-box {
    padding-top: 13px; 
    padding-left: 10px; 
    margin-bottom: 0px; 
    padding-bottom: 0px; 
    display: block; 
    float: left; 
    text-align: right;
}

.logged-in-box {
     color: white !important; 
     text-decoration: none !important;
}

.logged-in-box-menu {
    font-size: 16px; 
    margin-left: 5px;
}

#avatar-picture{
    height: 50px;
    width: 50px;
    background-image: url(Images/perenso_icon_orange2.png);
    background-repeat:  no-repeat;
    margin-left: 10px;
    margin-top: 7px;
    margin-bottom: 7px;
    border-color: #555555;
    border-width: 2px;
    float: left;
}


/* Sidebar */

.sidebar {
    width: 250px !important;
}

.sidebar::before{
    width: 250px !important;
}



.main-content {
    margin-left: 250px !important;
}

.span10 {
    margin-left: 30px;
    margin-top: 10px;
}

#ReportToolbar_Menu{
}

.dxmMenu, .dxmVerticalMenu {
     border: 1px solid #ccc;
     background-color: #f2f2f2;
}

.dxeBase {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.dxeEditArea {
    padding: 0 0 0 0 !important;
    font-size: 14px !important;
    height: 20px !important;
    background: white !important;
    margin-bottom: 4px;
}

.dx-clear {
    display: inline !important;
}

div.dxm-ltr{
    height: 40px;
}

#btn-scroll-up {
    display: none !important;
}

.nav-tabs.tab-color-blue > li.active > a, .nav-tabs.tab-color-blue > li.active > a:focus, .nav-tabs.tab-color-blue > li.active > a:hover {
    color: #F26721;
    border-color: #F26721 #ccc transparent;
}

.nav-tabs[class*="tab-color-"] > li.active > a, .nav-tabs[class*="tab-color-"] > li.active > a:focus, .nav-tabs[class*="tab-color-"] > li.active > a:hover {
    background-color: #f2f2f2;
}


.nav-tabs.background-blue {
    background-color: #f2f2f2;
    border: none;
    border-bottom: 1px solid #ccc;
}

.nav-tabs[class*="tab-color-"] > li > a, .nav-tabs[class*="tab-color-"] > li > a:focus, .nav-tabs[class*="tab-color-"] > li > a:hover {
    margin-right: 0;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    margin-top: 0;
}

.inactive-tab{
    background-color: #f2f2f2 !important;
    color: #858585 !important;
}

.nav-tabs[class*="tab-color-"] > li:not(.active) > a > [class*="icon-"]:first-child {
    color: #858585 !important;
}

.dl-horizontal dt {
    width: 90px;
}

.dl-horizontal dd {
    margin-left: 110px;
}

.default-photo-container{
    height: 400px;
}

.icon-mirrored:before {
-webkit-transform: scale(-1, 1);
-moz-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);
-o-transform: scale(-1, 1);
transform: scale(-1, 1);
}

.toolbar-icon {
font-size:32px; padding: 5px 0px 5px 20px
}
.toolbar-large{
    width:375px; height:50px;background-color:lightgray
}
.toolbar-large input{
    font-size: 20px;
    vertical-align: top;
    height: 38px;
    width:50px;
    padding-bottom: 4px;
    padding-left: 10px;
    padding-top: 0px;
    margin-top: 6px;
    margin-left: 20px;
    
}
