﻿/* works with application-level.js */



/* breadcrumb */
.t-Breadcrumb-item:after{
   content:          '»';
   font-size:        1.5em;
}

/* button */
.t-Button--icon:not(.t-Button--header):not(.t-Button--small){
   padding:    17px 14px;
}

.t-Button--icon:not(.t-Button--header):not(.t-Button--small) .t-Icon.fa{
   font-size:  2.5rem;
   width:      22px;
}

.a-Button, .t-Button:not(.t-Button--header):not(.t-Button--small){
   box-shadow: 0px 0px 0px 0px transparent inset;
}

/* others */
input:disabled,
.text-disabled{
   background-color: #CCCCCC;
}

.ta_center,
.ta-center,
div.t-Region input.datepicker{
   text-align:       center;
}

.ta_right,
.ta-right{
   text-align:       right;
}

.uppercase{
   text-transform:   uppercase;
}