﻿.no-break td {
        word-break: keep-all;
        white-space: nowrap;
        padding-left:10px;
    }

    /*table tr {
        height: 30px;
        border: #CCCCCC 1px solid;
    }*/

.aherf {
        font-size: 12px;
        color: #0E2D5F;
        text-decoration: none;
    }

.box {
    padding-bottom: 15px;
}
div.statusIconWrapper {
    float: left;
    height: 73px;
    width: 75px;
}


.pybutton {
    margin-right:0px;
    margin-left:25px;
    padding-left:20px;
    padding-right:20px;
    padding-top:0px;
    padding-bottom:0px;
    height:26px;
}


.btn:hover{
    background-color: #8b9aa3 !important;
    border-color: #abbac3;
}
.title-list-center{
    margin-left:500px;
    font-size:large;
    color:#009fff;
    font-weight:bold
}

.k-grid td{
    white-space: nowrap;
}
.myborder {
    border-bottom: 3px solid #dfdfdf;
    border-right:3px solid #dfdfdf;
    border-top:3px solid #dfdfdf;
    border-left:3px solid #dfdfdf;
}

/*Original Bootstrap's CSS depends on empty href attributes to style cursors for several components (pagination, tabs etc.). But in AngularJS adding empty href attributes to link tags will cause unwanted route changes. This is why we need to remove empty href attributes from directive templates and as a result styling is not applied correctly. The remedy is simple, just add the following styling to your application*/
.nav, .pagination, .carousel, .panel-title a { cursor: pointer; } 


.k-state-selected, .k-state-selected:link, .k-state-selected:visited, .k-list>.k-state-selected, .k-list>.k-state-highlight, .k-panel>.k-state-selected, .k-ghost-splitbar-vertical, .k-ghost-splitbar-horizontal, .k-draghandle.k-state-selected:hover, .k-scheduler .k-scheduler-toolbar .k-state-selected, .k-scheduler .k-today.k-state-selected, .k-marquee-color {
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}

.input-mini {
  width: 60px;
}

.input-small {
  width: 90px;
}
.input-xsmall {
  width: 130px;
}


.input-medium {
  width: 150px;
}

.input-large {
  width: 210px;
}

.input-xlarge {
  width: 270px;
}

.input-xxlarge {
  width: 530px;
}


.alert-busy {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #faebcc;
}
.alert-busy hr {
  border-top-color: #f7e1b5;
}
.alert-busy .alert-link {
  color: #66512c;
}


.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  /*pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;*/
  opacity: .25;
}
select{
    height:26px;
}
label {
font-weight:normal;
}