﻿body {
}
.wideLabel { width: 80% !important;}
@font-face {
font-family: Entypo;
src: url('/Content/fonts/entypo/entypo.eot'),
     url('/Content/fonts/entypo/entypo.svg'),
     url('/Content/fonts/entypo/entypo.ttf'),
     url('/Content/fonts/entypo/entypo.woff')
}

#statInterval .dropdown-menu {
    left: inherit;
    right: 0;
    top: inherit;
}

.modal {
    max-height: calc(100vh - 5px);
}

.entypo {
    font-family: Entypo;
    font-size: 20pt;
}

.visible-narrow {
    display: none !important;
}

@media (min-width: 1281px) {
    #sidebar .tooltip {
        display: none !important;
    }
}

@media (max-width: 1280px) {


    .visible-narrow {
        display: block !important;
    }

    .visible-desktop {
        display: none !important;
    }

    #sidebar > ul {
        width: 50px !important;
    }

        #sidebar > ul > li > a > span {
            display: none !important;
        }

    #content {
        margin-left: 50px !important;
        margin-top: 25px !important;
    }

        #content .container-fluid > section > .row-fluid {
            font-size: 8pt !important;
        }

    .control-label {
        font-size: 8pt !important;
        width: 25px;
    }

    .dataLabel {
        display: none;
    }

    #summaryHeader select {
        width: 85%;
        float: right;
    }

    #summaryHeader .selcontainer {
       width:  74%;
    }

    #sidebar > ul ul {
        display: none;
        position: absolute;
        left: 55px;
        top: 0;
        min-width: 150px;
        box-shadow: 0 1px 5px rgba(0,0,0,0.9);
        border-radius: 5px;
        list-style: none;
    }

    #sidebar .arrow {
        display: none;
    }

    #sidebar > ul ul li a {
        white-space: nowrap;
        padding: 10px 25px;
        color: #fcfcfc;
    }

    #sidebar > ul ul:before {
        border-top: 7px solid transparent;
        border-bottom: 7px solid transparent;
        content: "";
        display: inline-block;
        left: -6px;
        position: absolute;
        top: 11px;
    }

    #sidebar > ul ul:after {
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
        content: "";
        display: inline-block;
        left: -5px;
        position: absolute;
        top: 12px;
    }

    #sidebar > a {
        display: none !important;
    }

    #sidebar > ul > li.open.submenu > a {
        border-bottom: none !important;
    }

    #sidebar > ul > li > a > span {
        display: none;
    }


    .wideCountMenu {
        height: 22px;
        margin: 2px 3px 0 0 !important;
    }

        .wideCountMenu .btn {
        line-height: 19px !important;
        }

        .wideCountMenu .btn-mini {
         padding: 1px 4px !important;
        }

        
.wideCountMenu > .btn-group > .btn-group{
    font-size: 8pt;
    padding: 3px 8px;
    position: relative;
    display: inline-block;
    font-size: 0;
    white-space: nowrap;
    vertical-align: middle;
}

}

.narrowMenu {
    display: none;
}

.narrowMenu .dropdown-menu {
    left: -75%;
}

.narrowMenu .dropdown-menu li {

}


.narrowMenu .dropdown-menu .sub-menu {
    left: -95%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}

.narrowMenu .dropdown-menu li:hover .sub-menu {
    visibility: visible;
    display: block;
}

.narrowMenu .navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}
.narrowMenu .navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}


#summaryHeader h5 {
    padding-top: 15px;
}

#summaryHeader label {
    width: 75px;
    font-size: 8pt !important;
}



#summaryHeader .controls span,  #summaryHeader .controls input  
{
    float: right;
}

#countHeader
{
	float: right;
	text-align: right;
}

#countWidget
{
  height: 0px;  
  height: 800px;
  max-height: 800px;
}

    .countTable th, .countTable td {
        border: none;
    vertical-align: super;
    }

    .countTable .dataLabel {
        padding-top: 9px;
        font-weight: bolder;   vertical-align: baseline; 
        font-size: 10pt;
    }

.countTable .ftLabel {
    padding-top: 15pt;
    text-align: right;
}

.error
{
 border-color:red;
 border-style:solid;
 border-width:1px;
}

.input-validation-error {
    border: red 1px solid;
}

#overlay {
  background-color: black;
  position: fixed;
  top: 0; right: 0; bottom: 0; left: 0;
  opacity: 0.2; /* also -moz-opacity, etc. */
  z-index: 10;
}

.checks_container 
{
      margin-left: 15px;
      padding-top: 15px;
      margin-bottom: 4px;
}

.check{
      float:left;
      width:225px;
      padding-right: 20px;
}

.check input[type="checkbox"] {
   padding-right: 5px;
}

.check span {
    position:relative;top:5px; padding-left: 5px;
}


.deleteCritera
{
    width: 12px;
    height: 12px;
    background: transparent url("/Content/images/cross-button.png") no-repeat 50% 50%;
    overflow: hidden;
    display: inline-block;
    font-size: 0;
    line-height: 0;
    vertical-align: top;
    margin: 2px 0 0 3px;
    -webkit-border-radius: 5px;
    -mox-border-radius: 5px;
    border-radius: 5px;
}

.wide
{
  width: 100% !important;   
}


#selectCats
{
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 720px; 
  height: 720px;
  background-color: #9BA5C8;
  border-left: 1px solid #9ba5c8; 
}

#criteriaContent
{
    overflow-y: scroll; 
	overflow-x:  hidden;
    max-height: 720px;
    height: 720px;
    margin: 0 2px 0 2px;
    background-image: url('/images/start-slide.png');
}

#selectCats h5
{
	font-size: 14px; font-weight: bolder;
}

.dataLabel
{
    font-weight: bolder; width: 200px; text-align: right; vertical-align: baseline;
}

#countActions { text-align: center; }

#countSummary
{
	background-color: #fcfcfc;	
    max-height: 720px;
    height: 720px;    
}


#summaryContent
{
    width: 100%;
    position: relative;
    height: 480px;
    min-height: 480px;
    overflow-y: auto;
    overflow-x: hidden;
}

#summaryHeader
{
    
}

#countMessage
{
    width: 100%;
    font-size: 14pt;
    text-align: center;
    bottom: 0;
    position: absolute;
    z-index: 1;
}

#countSummary ul
{
    font-size: x-small;
}

li.catHeader
{
    
}

#countSummary h5
{
	text-align: center;
	font-size: 20px;   
}

.count-content
{
	padding: 0; margin-top: -20px;
	
}

/* Let's get this party started */
::-webkit-scrollbar {
	width: 8px;
    height: 8px;
}
 
/* Track */
::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: rgba(255,0,0,0.8); 
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(255,0,0,0.4); 
}




.glossymenu{
	margin: 0 auto;
	padding: 0;
	width: 100%;
	border-bottom-width: 0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}

.glossymenu a.menuitem{
	background: black url(/images/glossyback.gif) repeat-x bottom left;
	color: white !important;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: 95%;
	padding: 4px 0;
	padding-left: 10px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	border-right: 1px solid black;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: #eb0a02;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 15px;
border: none;
}

.glossymenu a.menuitem:hover{
background-image: url(/images/glossyback2.gif);
}

.glossymenu div.count-sub-menu{ /*DIV that contains each sub menu*/
background: white;
}

.glossymenu div.count-sub-menu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
    border-right: 1px solid black;
    width: 99.4%;
}


.close-3-col
{
    margin-top: -18px;
    padding-left: 40px;
    position: absolute;
    z-index: 1;
}

.close-X
{
    background-image: url('/images/close-x.jpg');
width: 20px;
height: 20px;
margin-top: -35px;
position: absolute;
z-index: 1;

}

.glossymenu div.count-sub-menu ul li{
    border-bottom: 1px solid blue; 
}

.glossymenu div.count-sub-menu ul li span{
	display: block;
	color: black;
	text-decoration: none;
	padding: 2px 0;
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

.glossymenu div.count-sub-menu ul li span:hover{
    background: #DFDCCB;
    color: #eb0a02;
}

#user-nav .dropdown-menu li > a {
    padding: 3px 5px;
}

#user-nav .dropdown-menu li > a [class^="icon-"], [class*=" icon-"] {
    margin-top: 0;
    padding-right: 3px;
}

.modalform .controls {
padding: 8px 0;
}

.chklabel {
    display: block;
    padding-left: 15px;
    text-indent: -15px;
    clear : none;
    padding-top: 5px;
    margin: 0;
    float: left;
    z-index: inherit;
}

.chklabel input[type=checkbox] {
   height: 13px;
    margin: 0;
    padding: 0;
    position: relative;
    top: -2px;
    vertical-align: text-bottom;
    width: 30px;
    z-index: inherit;
}

#reportsInner {
    background: none repeat scroll 0 0 #FBFBFB;
    border: 1px solid #DDDDDD;
    border-radius: 4px 4px 0 0;
    height: 650px;
    overflow: auto;
    position: relative;
    z-index: 10;
}

.reportTitle {
    float: left !important;
    clear: none;
    padding-left: 5px; padding-bottom: 3px;
}

.summaryTable {
    width: 100%;
    font-size: 9pt;
}


    .summaryTable td.selType {
        width: 25%;
    }


    .summaryTable td.selVals {
        width: 65%;
    }       
    .summaryTable td.selAction
    {
            width: 5%;
    }

.rangeLabel {
    width: 29px;
}

.omit.active {
    background-color: orangered !important;
    font-weight: bolder !important;
    color: black;
}

#breadcrumb {
    margin-bottom: 25px;
}

ul.quick-actions > li > ul.dropdown-menu {
    top: inherit;
    left: inherit;
}

    ul.quick-actions > li > ul.dropdown-menu  li     {
        clear: both;
        color: #333333;
        display: block;
        font-weight: normal;
        line-height: 20px;
        padding: 3px 20px;
        white-space: nowrap;
    }

        ul.quick-actions > li > ul.dropdown-menu  li > a    {
            clear: both;
            color: #333333;
            display: block;
            font-weight: normal;
            line-height: 20px;
            padding: 3px 20px;
            white-space: nowrap;
    }

      ul.quick-actions > li > ul.dropdown-menu  li > a:hover    {
            font-weight: bolder;
            background-color: inherit;
    }

ul.quick-actions > li > .dropdown-menu li a:hover, .dropdown-menu .active a, .dropdown-menu .active a:hover {
    background: inherit;
}

.repstattitle {
    margin: 8px;
}

.checks_container input[type=checkbox].css-checkbox { 
    position: absolute; 
    overflow: hidden; 
    clip: rect(0 0 0 0);  
    height:1px;  
    width:1px; 
    margin:-1px;  
    padding:0;
    border:0; }  
.checks_container input[type=checkbox].css-checkbox + span.css-label { 
    padding-left:20px;
    height:15px;
    display:inline-block; 
    line-height:15px; 
    background-repeat:no-repeat; 
    background-position: 0 0; 
    font-size:15px; 
    vertical-align:middle;
    cursor:pointer; 
    z-index: inherit;} 
.checks_container input[type=checkbox].css-checkbox:checked + span.css-label 
{ 
    background-position: 0 -15px; 
    z-index: inherit;
}  
.checks_container .css-label
{ 
    /*background-image:url(http://csscheckbox.com/checkboxes/lite-blue-check.png);*/
    background-image:url(/Content/img/lite-blue-check.png)
    z-index: inherit;
}

.knt {
    width: 95% !important; padding-top: 0 !important; margin-top: 0 !important;
}

.knt label {
    width: 75% !important; clear: both !important;
}


#OutputCats {
    margin-bottom: 0 !important;
}

#summaryHeader .form-horizontal .controls {
    font-size: 8pt !important;
}

#summaryHeader .form-horizontal select {
    font-size: 8pt !important;
}


#summaryHeader .form-horizontal .control-label {
    font-weight: bolder;
}

.input-append.input-block-level,
.input-prepend.input-block-level {
  display: table;
}

.input-append.input-block-level .add-on,
.input-prepend.input-block-level .add-on {
  display: table-cell;
  width: 1%; /* remove this if you want default bootstrap button width */
}

.input-append.input-block-level > input,
.input-prepend.input-block-level > input {
  box-sizing: border-box; /* use bootstrap mixin or include vendor variants */
  -moz-box-sizing: border-box; /* for Firefox */
  display: table; /* table-cell is not working well in Chrome for small widths */
  min-height: inherit;
  width: 100%;
}

.input-append.input-block-level > input {
  border-right: 0;
}

.input-prepend.input-block-level > input {
  border-left: 0;
}

.pad { padding: 0 15px 15px 15px; }


.modal-header .refresh {
    margin-top: 2px;
}
button.refresh {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    cursor: pointer;
    padding: 0;
    padding-right: 5px;
}
.refresh {
    color: #000000;
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    opacity: 0.2;
    text-shadow: 0 1px 0 #FFFFFF;
}

.refresh:hover {
    color: rgb(0, 0, 0);
    text-decoration: none;
    cursor: pointer;
    opacity: 0.4;
}

.selectedRow{
    background-color: #ffd800 !important;
}

.removeCount {
    background: url("/Content/images/cross-button.png") no-repeat scroll 50% 50% rgba(0, 0, 0, 0);
    border-radius: 5px;
    display: inline-block;
    font-size: 0;
    height: 12px;
    line-height: 0;
    margin: 6px 4px 0 3px;
    overflow: hidden;
    vertical-align: top;
    width: 12px;
}

#srcresults .css-label, #geoTableBody .css-label
{
    font-size: 7pt !important;
}
 #cntcbl .css-label 
{
    font-size: 7pt !important;
}
#srcresults label, #cntcbl label,  #geoTableBody label  { margin-bottom: 2px; }

.pager1 > .pagination  { margin: 2px 0 !important; }

.wideCountMenu > .btn-group > .btn, .btn-group > .dropdown-menu 
{
    min-width: inherit;
}

.wideCountMenu > .btn-group > .btn, .btn-group > .dropdown-menu li > a {
    font-size:8pt;
    padding: 3px 8px;
}

.ord .input-small {
    width: 90px !important;

}


.ord .input-mini {
     width: 60px !important;
}


.ord .input-medium {
      width: 150px !important;
}



ul.btn-group
{
    list-style: none;
    width: auto;
}

.wideCountMenu  .dropdown-menu li > a {
    padding: 3px 5px;     
}
.wideCountMenu > ul ul.dropdown-menu {
    min-width: 100%;
}
.wideCountMenu > ul ul > li > a {
    text-align: left;
    text-shadow: 0 1px 0 #FFFFFF;
}

.wideCountMenu > ul > li > a {
    color: #333333;
}

li[disabled] { pointer-events: none; }

input.disabled { pointer-events: none; background-color: #E5E5E5 !important;
    color: #868181; }

.ticketinfo { margin-bottom: 0; }
.ticketdeets { margin-top: 0; }

.ticketdetails .control-group > .control-label {
     font-weight: bold;
     /*padding-top: 10px;*/
}

.ticketdetails .control-group > .controls {
    padding: 5px 0;
}


.ticketdetails  .control-group > .controls.displayFor {    
    padding-top: 15px;
    vertical-align: baseline;
}

.addnewatt { color: #f6f6f6; text-decoration: underline;}

.reply > .widget-title
{
    background: #2989d8; /* Old browsers */
    background: -moz-linear-gradient(top,  #2989d8 2%, #1e5799 44%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,#2989d8), color-stop(44%,#1e5799)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #2989d8 2%,#1e5799 44%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #2989d8 2%,#1e5799 44%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #2989d8 2%,#1e5799 44%); /* IE10+ */
    background: linear-gradient(to bottom,  #2989d8 2%,#1e5799 44%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2989d8', endColorstr='#1e5799',GradientType=0 ); /* IE6-9 */
    color: white;
}

.reply  .widget-title h5, .reply  .widget-title span.icon i { color: white; text-shadow: none; }

.reply  .widget-content {
    background-color: #d0dcea;
}

.message, .reply {
    margin-top: 0; margin-bottom: 0;
}

.message > .widget-title
{
    background: #b2e1ff; /* Old browsers */
    background: -moz-linear-gradient(top, #b2e1ff 0%, #66b6fc 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b2e1ff), color-stop(100%,#66b6fc)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #b2e1ff 0%,#66b6fc 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #b2e1ff 0%,#66b6fc 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #b2e1ff 0%,#66b6fc 100%); /* IE10+ */
    background: linear-gradient(to bottom, #b2e1ff 0%,#66b6fc 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2e1ff', endColorstr='#66b6fc',GradientType=0 ); /* IE6-9 */
}

.message.internal > .widget-title
{
   background: #f6e6b4; /* Old browsers */
background: -moz-linear-gradient(top,  #f6e6b4 0%, #ed9017 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6e6b4), color-stop(100%,#ed9017)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f6e6b4 0%,#ed9017 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f6e6b4 0%,#ed9017 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f6e6b4 0%,#ed9017 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f6e6b4 0%,#ed9017 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6e6b4', endColorstr='#ed9017',GradientType=0 ); /* IE6-9 */
}

.message  .widget-title h5, .message  .widget-title span.icon i { color: #FDFDFD; text-shadow: none; float: right; }

.message .widget-title span.icon 
{
border-left: 1px solid #CDCDCD;
float: right;
}


.message  .widget-content {
    background-color: #FAFAFA;
}
.message.internal  .widget-content {
    background-color: #fcd18c;
}


.message.internal  .widget-title h5, .message.internal .widget-title span.icon i {
     color: #333333; text-shadow: none; float: right; }

.message.internal .widget-title span.icon 
{
border-left: 1px solid #333333;
float: right;
}

.widget-content iframe { background-color: #fafafa; overflow-x: hidden; }

iframe body {
    overflow-x: hidden; height: 100%;
}


.attachments {
    background: none repeat scroll 0 0 #63C3FF;
    border: 1px solid #F6F6F6;
    float: right;
    min-height: 75px;
    opacity: 0.8;
    max-height: 120px;
    position: absolute;
    right: 10px;
    top: 25px;
    width: 20%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    overflow-y: auto;
}

.reply .widget-content .attachments {
    background: none repeat scroll 0 0 #63C3FF;
}

.reply .widget-content .attachments ul>li>a {
    color: #2B2BFC;
}

.message .widget-content .attachments ul>li>a {
    color: white;
}

.message > .widget-content .attachments {
    background: none repeat scroll 0 0  #1E5799;
}
.message > .widget-content .attachments h5, .message > .widget-content .attachments ul {
    color: white;
}

.attachments h5
{
    text-align: center;
    border-bottom: 1px inset #f6f6f6;
}

.right { float: right;}

.important {
    background-color: #ff9e62;
}

#ticketsys > div.widget-title > ul > li > a > span.label
{
    float: none;
    margin: inherit;
}

#ticketsys > div.widget-title > ul > li:nth-child(6) {
    float: right;
}


#ticketsys > div.widget-title > ul > li:nth-child(6) > a {
    color: #f6f6f6;
    border-bottom: medium none !important;
    border-left: 1px solid #DDDDDD;
    border-radius: 0;
    border-right: 1px solid #DDDDDD;
    border-top: medium none;
    font-weight: bold;
    margin: 0;
    outline: medium none;
    padding: 9px 10px 8px;
    background: #ffc578; /* Old browsers */
    text-shadow: none;
background: -moz-linear-gradient(top,  #ffc578 0%, #F89406 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffc578), color-stop(100%,#F89406)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffc578 0%,#F89406 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffc578 0%,#F89406 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffc578 0%,#F89406 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffc578 0%,#F89406 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc578', endColorstr='#F89406',GradientType=0 ); /* IE6-9 */

}
div.modal-body div.tab-content div.tab-pane div.control-group:last-child
{
    padding-bottom: 25px;
}

.prices th { text-align: left; }
.prices td { padding-left: 10px; }

.label-danger, .badge-danger{
    background-color: #eb0a02;

}
.label-error, .badge-error{
    background-color: #eb0a02;

}

.table tbody tr.error td {
background-color: #CA1D1D;
color: white;
font-weight: bolder;
}

.customerinfo .tab-pane { 
    min-height: 350px;

}

.modal form div.modal-body div.control-group div.displayFor
{
    padding-top: 15px;
    padding-left: 5px;
}
 div.input-append span.info {
   background-color: #79A8C6;
   color: white;
}

 div.dblink
{
background-color: #F6F6F6;
background-image: -webkit-gradient(linear, 0 0%, 0 100%, from(#F9F9F9), to(#EDEDED));
background-image: -webkit-linear-gradient(top, #F9F9F9 0%, #EDEDED 100%);
background-image: -moz-linear-gradient(top, #F9F9F9 0%, #EDEDED 100%);
background-image: -ms-linear-gradient(top, #F9F9F9 0%, #EDEDED 100%);
background-image: -o-linear-gradient(top, #F9F9F9 0%, #EDEDED 100%);
background-image: linear-gradient(top, #F9F9F9 0%, #EDEDED 100%);
border: 1px solid #d5d5d5;
border-radius: 4px 4px 4px 4px;
box-shadow: 0 1px 0 0 #FFFFFF inset, 0 1px 0 rgba(255,255,255,0.4);
display: inline-block;
line-height: 18px;
margin: 0 10px 10px;
padding: 0 10px;
}

 div.dblink a,  div.dblink a {
text-align: center !important;
display: block;
color: #666666;
text-shadow: 0 1px 0 #ffffff;
padding: 5px;
min-width: 140px;
}

 div.dblink a i[class^="icon-"], div.dblink a i[class*=" icon-"] {
    background-attachment: scroll;
    background-color: transparent;
    background-position: 0 0;
    background-repeat: no-repeat;
    display: block;
    height: 32px;
    margin: 0 auto 5px;
    width: 32px;
}
.control-group > .controls.displayFor {
    padding-top: 15px;
    vertical-align: baseline;
}

.control-label { font-weight: bolder; }


tr.danger > td {
    background-color: #eb0a02 !important;
    color: white;
    font-weight: bolder;
}

tr.danger > td > a {
    color: #f6f6f6;
    text-decoration: underline;
}