.table-row{
    line-height: 35px;
    padding : 5px;
    border-bottom : #d1d1d1 1px solid;
}

.table-header {
    white-space: nowrap;
}

div[uib-datepicker-popup-wrap]{
    display: none;
}

.glyphicon-chevron-right{
    
    height: 30px;
    display: block;
    color: #000;
}

.glyphicon-chevron-right:after{
    content: '>';
}

.glyphicon-chevron-left{
    
    height: 30px;
    display: block;
    color: #000;
}

.glyphicon-chevron-left:after{
    content: '<';
}

.dog-tag{
    background-color: #08C;
    border-radius: 5px;
    padding : 20px;
    margin : 20px 0px 20px 0px;
    color: #fff;
    width:100%;
    box-sizing: border-box;
}
.name-tag{
    background: #fff;
    width: 120px;    
    height: 120px;
    text-align: center;
    text-shadow: 2px 2px 2px #BDBDBD;
    border-radius: 5px;
}

.name-tag span{
    color: #08C;
    line-height: 120px;
    font-size: 3em;    
}

.clear-both{
    clear:both;
}

/* override general css*/
#mma .btn-toolbar .btn {
    padding: 4px 12px !important;
}


.row-spacer{
    margin-bottom: 10px;
}

.form-horizontal .control-label-control {
    float: left;
    width: 160px;
    padding-top: 5px;
    padding-left : 30px;
    text-align: left;
}

.align-right{
    text-align: right !important;
}

.align-left{
    text-align: left !important;
}
.align-center{
    text-align: center  !important;
}
input[type="date"]:read-only{
    border: 0px solid transparent;
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.pointer-coursor {
    cursor: pointer;
}