﻿/* defaults and bootstrap overrides */
html, body {
	/*font-family: Helvetica !important;*/
    font-weight: bold;
	font-family: Calibri !important;
}
.small {
    font-size:0.8em;
    color:#999999;
}
.smaller {
    font-size:0.9em;
    color:#444444;
}
.hilite {
	font-weight: 800;
	color: #22639b;
}
.navbar-inverse {
    background-color: #1f4294;
    /*background-color: #363940;*/
}
a.navbar-brand-image {
	/*background-image: url(/Content/Images/logoheader_legalserve.jpg);
	background-position: 20px 4px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	padding-left:200px;*/
	padding-top:10px;
	margin:14px 20px 4px 10px !important;
}
.nav > li > a {
	padding-left: 5px !important;
	padding-right: 5px !important;
	padding-top:5px;
	padding-bottom:5px;
}
.leftMenu {
	background-color: #f5f5f5;
}
.pageLeft {
	vertical-align: top; 
	padding: 0; 
	background-color: #f5f5f5; 
	width: 200px;
}
#divRight {
	float: left;
	margin: 0 auto;
	width: 100%;
}
.pageRight {
	vertical-align: top;
	padding: 20px;
	width: 100%;
}
.btn-default {
	color: #ffffff;
	background-color: #3276b1;
	border-color: #22639b;
}
.btn-default:hover, .btn-default:active, .btn-default:focus {
	color: #ffffff;
	background-color: #22639b;
	border-color: #22639b;
}
a.btn.btn-secondary {
	color: #999999;
	background-color: #333333;
	border-color:#4c4e53;
}
a.btn.btn-secondary:hover {
	color: #ffffff;
	background-color: #3276b1;
}
a.btn.btn-dead,
a.btn.btn-dead:hover {
	color: #999999;
	background-color: #333333;
	border-color:#4c4e53;
	cursor:default;
}
 
a.btn.btn-secondary:hover {
	color: #ffffff;
}
table.chkboxes td {
	padding: 2px 10px;
}
/*-------------------------*/

/* select2 --------------*/
.select2-drop {
	color:#0033cc !important;
}
.select2-search input {
	font-family: Calibri, Arial, sans-serif;
	color:#0033cc !important;
}
.select2-drop-active {
	border: 1px solid #3276B1 !important;
	border-top: none !important;
}
.select2-container.form-control {
	color:#0033cc !important;
	padding: 0px 0px !important;
}
.select2-container.form-control.select2-container-disabled {
	padding: 0px 0px !important;
}
.select2-container.form-control>a {
	color:#0033cc !important;
}
.select2-container.select2-container-disabled.form-control>a {
	color:#aaaaaa !important;
	background-color: #f4f4f4 !important;
}
.form-control:read-only {
	color:#aaaaaa !important;
	background-color: #f4f4f4 !important;
}
.select2-drop-mask {
	z-index: 10100 !important;
}
.select2-drop {
	z-index: 10200 !important;
}
.select2-search {
	z-index: 10300 !important;
}
/*-------------------------*/

/* kendo overrrides*/
.k-grid td {
    padding: .2em .4em !important;
}
.k-grid tbody .k-button, .k-ie8 .k-grid tbody button.k-button{
    min-width:0 !important;
}
.k-panelbar > li.k-item.k-state-default > .k-link.k-header 
{
	background-color: #e3e6ec;
	color: #333333;
}
.k-panelbar > li.k-item.k-state-default > .k-link.k-header:hover 
{
	background-color: #22639b !important;
	color: #ffffff !important;
}
.k-panelbar > li.k-item.k-state-default > .k-link.k-state-selected.k-header
{
	background-color: #3276b1 !important;
	color: #ffffff !important;
}
.k-panelbar > li.k-item.k-state-default > .k-link.k-state-selected.k-header:hover
{
	background-color: #22639b !important;
	color: #ffffff !important;
}
.k-panelbar > li.k-item.k-state-active > .k-link.k-header
{
	background-color: #e3e6ec !important;
	color: #333333 !important;
} 
.k-panelbar > li.k-item.k-state-active > .k-link.k-header:hover 
{
	background-color: #22639b !important;
	color: #ffffff !important;
}
.k-panel > li.k-item {
	background-color: #f5f5f5;
}
.k-panelbar > .k-item > .k-link {
	border-color: #ffffff;
}
/*--------*/
.k-tabstrip-items .k-link
{
	background-color: #f3f3f4;
	color: #777777 !important;
}
.k-tabstrip-items .k-item.k-state-default.k-state-active,
.k-tabstrip-items .k-item.k-state-default.k-state-active .k-link
{
	background-color: #ffffff;
	border-color: #a6afbe !important;
	color: #333333 !important;
}
/*.k-tabstrip-items .k-item.k-state-default:hover,*/
.k-tabstrip-items .k-link:hover
{
	background-color: #22639b;
	color: #ffffff !important;
}
.k-button {
	color:#f3f3f4;
	background-color:#428bca;
	border-color:#dbdbd3;
}
.k-grid-filter.k-state-active {
	background-color: #cccccc;
	color: #ffffff !important;
}
.k-widget.k-grid {
	border-color: #cccccc !important;
}
.k-block.section-bar {
	border-color: #22639b !important;
	color: #ffffff !important;
	background-color: #3276b1 !important;
}
.k-dropdown .k-state-focused .k-input
{
	color: #ffffff;
}
/*.k-block, .k-header, .k-grid-header, .k-toolbar, .k-grouping-header, .k-draghandle
{
	background-color: #e3e6ec !important;
}*/
.k-widget.k-upload.k-header {
	background-color: #ffffff !important;
}
.k-header>a, k-header>span {
	color: #333333 !important;
}
/*-----------------------------------*/

/* bootstrap overrides */
.panel-primary {
	border-color: #cccccc !important;
}
.panel-primary > .panel-heading {
	background-color: #e3e6ec !important;
	color:#333333 !important;
	border-color: #e3e6ec !important;
}
.panel-body {
	padding:0 15px !important;
}
.well {
	background-color: #f9f9f9 !important;
	border-color: #cccccc !important;
	padding:14px 19px !important;
}
/*-----------------------------------*/

/* other overrides*/
.btn-anim {
  animation-duration: 2s;
  animation-name: flicker;
  animation-iteration-count: infinite;
}
@keyframes flicker {
  from {
	color: #000000;
  }

  to {
	color: #ffffff;
  }
}


.btn-xs {
    font-size:14px;
    padding:1px 4px;
}
.form-group td {
    /*padding:5px;*/
}
.form-control {
	padding: 0 6px !important;
}
input.form-control {
	/*padding: 4px 6px !important;*/
	color: #0033cc;
	height: 30px !important;
}
.input-group-addon {
	padding: 5px 12px;
}
textarea.form-control {
	padding: 4px 6px !important;
	color: #0033cc;
}
.textbox-narrow {
    width: 100px;
}
.textbox-normal {
    width: 200px;
}
.textbox-wide {
    width: 300px;
}
.reset-this {
    animation : none;
    animation-delay : 0;
    animation-direction : normal;
    animation-duration : 0;
    animation-fill-mode : none;
    animation-iteration-count : 1;
    animation-name : none;
    animation-play-state : running;
    animation-timing-function : ease;
    backface-visibility : visible;
    background : 0;
    background-attachment : scroll;
    background-clip : border-box;
    background-color : transparent;
    background-image : none;
    background-origin : padding-box;
    background-position : 0 0;
    background-position-x : 0;
    background-position-y : 0;
    background-repeat : repeat;
    background-size : auto auto;
    border : 0;
    border-style : none;
    border-width : medium;
    border-color : inherit;
    border-bottom : 0;
    border-bottom-color : inherit;
    border-bottom-left-radius : 0;
    border-bottom-right-radius : 0;
    border-bottom-style : none;
    border-bottom-width : medium;
    border-collapse : separate;
    border-image : none;
    border-left : 0;
    border-left-color : inherit;
    border-left-style : none;
    border-left-width : medium;
    border-radius : 0;
    border-right : 0;
    border-right-color : inherit;
    border-right-style : none;
    border-right-width : medium;
    border-spacing : 0;
    border-top : 0;
    border-top-color : inherit;
    border-top-left-radius : 0;
    border-top-right-radius : 0;
    border-top-style : none;
    border-top-width : medium;
    bottom : auto;
    box-shadow : none;
    box-sizing : content-box;
    caption-side : top;
    clear : none;
    clip : auto;
    color : inherit;
    columns : auto;
    column-count : auto;
    column-fill : balance;
    column-gap : normal;
    column-rule : medium none currentColor;
    column-rule-color : currentColor;
    column-rule-style : none;
    column-rule-width : none;
    column-span : 1;
    column-width : auto;
    content : normal;
    counter-increment : none;
    counter-reset : none;
    cursor : auto;
    direction : ltr;
    display : inline;
    empty-cells : show;
    float : none;
    font : normal;
    font-family : inherit;
    font-size : medium;
    font-style : normal;
    font-variant : normal;
    font-weight : normal;
    height : auto;
    hyphens : none;
    left : auto;
    letter-spacing : normal;
    line-height : normal;
    list-style : none;
    list-style-image : none;
    list-style-position : outside;
    list-style-type : disc;
    margin : 0;
    margin-bottom : 0;
    margin-left : 0;
    margin-right : 0;
    margin-top : 0;
    max-height : none;
    max-width : none;
    min-height : 0;
    min-width : 0;
    opacity : 1;
    orphans : 0;
    outline : 0;
    outline-color : invert;
    outline-style : none;
    outline-width : medium;
    overflow : visible;
    overflow-x : visible;
    overflow-y : visible;
    padding : 0;
    padding-bottom : 0;
    padding-left : 0;
    padding-right : 0;
    padding-top : 0;
    page-break-after : auto;
    page-break-before : auto;
    page-break-inside : auto;
    perspective : none;
    perspective-origin : 50% 50%;
    position : static;
    /* May need to alter quotes for different locales (e.g fr) */
    quotes : '\201C' '\201D' '\2018' '\2019';
    right : auto;
    tab-size : 8;
    table-layout : auto;
    text-align : inherit;
    text-align-last : auto;
    text-decoration : none;
    text-decoration-color : inherit;
    text-decoration-line : none;
    text-decoration-style : solid;
    text-indent : 0;
    text-shadow : none;
    text-transform : none;
    top : auto;
    transform : none;
    transform-style : flat;
    transition : none;
    transition-delay : 0s;
    transition-duration : 0s;
    transition-property : none;
    transition-timing-function : ease;
    unicode-bidi : normal;
    vertical-align : baseline;
    visibility : visible;
    white-space : normal;
    widows : 0;
    width : auto;
    word-spacing : normal;
    z-index : auto;
}
/*------------*/