@charset "utf-8";
/* CSS Document */
.tile-min-height{min-height:260px;}
.tile-a a:hover{color:#000; transition: all 1s;}
.valign-top tbody > tr > td{vertical-align:top;}

.dashboard-table tr:hover a{
	color:#3DA9E3 !important;
	transition: all 1s;
}
.form-control-header {
    height: 35px;
    padding: 8px 13px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}