/* fonts */
body, html{
    font-family: 'Cuprum', sans-serif;
}
.formulation td{
    font-family: 'Source Code Pro', Helvetica, sans-serif;
}

a.add, a.icon {
	display: inline-block; text-indent: 20px; overflow: hidden; font-size: 1px; line-height: 0;
    width:20px; height: 20px; background-repeat: no-repeat; border:0 !important;
	margin-left: 5px;
	padding:2px;
}

a.view, a.edit, a.delete{
    display: block; text-indent: 30px;
    background-repeat: no-repeat; background-position:10px center;
}

a.view{
    background-image: url('../img/icons/eye.svg'); /* url('../img/icons/magnifier.png');*/
}

a.edit{
    background-image: url('../img/icons/cog.svg'); /*url('../img/icons/wrench-screwdriver.png');*/
}

a.delete{
    background-image: url('../img/icons/cross-circle.svg'); /*url('../img/icons/minus-circle.png');*/
}

a.add{
    background-image: url('../img/icons/plus-circle.svg'); /*url('../img/icons/plus-button.png');*/
}

a.add-version{
	background-image: url('../img/icons/layers.svg');
}

a.add-clone{
	background-image: url('../img/icons/file-add.svg');
}

a.sidebar{
    background-image: url('../img/icons/arrow-left-circle.svg'); /*url('../img/icons/application-sidebar-collapse.png');*/
}
a.sidebar.closed{
    background-image: url('../img/icons/arrow-right-circle.svg'); /*url('../img/icons/application-sidebar-expand.png');*/
}

.transitioned{
    -webkit-transition: all 500ms ease-out 1s;
    -moz-transition: all 500ms ease-out 1s;
    -o-transition: all 500ms ease-out 1s;
    transition: all 500ms ease-out 1s;
}

ul.title-area>li{
    display: inline-block;
    width: 49%;
}

#actions-sidebar.closed, #actions-sidebar.closed li, #actions-sidebar.closed a{
    padding:0;
}

.menu{
    vertical-align: middle;
    line-height: 2.8125rem; /* same as h1 */
}

.menu-btn{
    display: inline-block;
    cursor: pointer;
    vertical-align: text-bottom;
}

.menu-btn span {
    display: block;
    width: 25px;
    height: 3px;
    margin: 4px 0;
    background: #FFF;
    z-index: 99;
}

.close-btn span:first-child {
    margin-bottom: -7.5px;
    margin-left: 1px;
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
}

.close-btn span:nth-child(2) {
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
}

.close-btn span:nth-child(3) {
    -ms-transform: rotate(315deg); /* IE 9 */
    -webkit-transform: rotate(315deg); /* Chrome, Safari, Opera */
    transform: rotate(315deg);
    margin-bottom: 8px;
    margin-top: -6.5px;
}

.responsive-menu{
    background: #EEE;
    display: none;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    position: absolute;
    z-index: 100;
    min-width: 280px;
}

.expand {
    display: block !important;
}

.content-header h3, .content-header a{
    display: inline-block;
}

/* only form in the content header is the deletion */
.content-header form+a{
	float: right;
	color: #B7110E;
}

.content h3 {
    margin-bottom: 0px;
}

.content-body{
    /*display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;*/
}

footer .column{
    padding : 0.5rem 2rem;
    font-size: 0.7rem;
}

footer .column p{
    font-size: 0.7rem;
}

.content-action{
    background: #EEE;
    overflow: hidden;
    white-space: nowrap;
    position: absolute;
}

.content-action h6{
    margin-top: 0.6rem;
    text-align: center;
    font-color: #333;
}

.content-action ul{
    margin:0;
    list-style: none;
    font-size: 0.8rem;
}

.content-action li{
    padding: 0.3rem 0;
    border-bottom:1px solid #DDD;
}

.content-action li:hover{
    background-color:#F5F5F5;
}

.content-action li a{
    display: block;
}

a.action-ajax.opened{
    background: url('../img/icons/arrow-left-circle.svg')  no-repeat; /*url('../img/icons/application-sidebar-collapse.png');*/
}

#content-destination{
    /* why did I do this??
    background: #fafafa none repeat scroll 0 0;
    border: 1px solid #eee !important;
    border-collapse: separate;
    border-radius: 4px;-moz-border-radius: 4px;-webkit-border-radius: 4px;
    */
}

#ajax-alert{
    display: none;
}

.unhide{
    display: block !important;
}

.chem-notes, .user-notes{
    color: #555;
    font-size: 0.8rem;
    line-height: 0.8rem;
}

.user-notes{
    margin-left: 10px; font-style: italic;
}

.click-add-item a{

}

.ajax-preplace td{
    background-color: #BEF7B2;
}
.ajax-preplace.error, .animation-delay2{
    -webkit-animation-delay: 2s; /* Chrome, Safari, Opera */
    -moz-animation-delay: 2s;
    -o-animation-delay: 2s;
    animation-delay: 2s;
}
.ajax-preplace.error td{
    background-color: #BF7689;
}

.top-bar{
    overflow: visible;
}

.ui-popup{
    background: #fafafa none repeat scroll 0 0;
    border: 1px solid #eee !important;
    border-collapse: separate;
    border-radius: 4px;-moz-border-radius: 4px;-webkit-border-radius: 4px;
}

a.ui-table-columntoggle-btn{
    background: #eee none repeat scroll 0 0;
    font-size: 0.8rem !important;
    margin: -1% 0 1% 0;
    padding: 0.2% 1%;
}

/* formulation */


.formula-totals td{
    font-weight: bold;
}
