﻿.button{
    cursor: pointer;
    min-height: 28px;
    min-width: 5em;
    margin: 10px 10px 5px 10px;
    height: 16px;
    line-height: 28px;
    text-align: center;
    display: inline-block;
    color: rgba(0, 0, 0, 0.8);
    padding: 0 10px;
    background: #ffffff;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

button {
    margin:5px;
    background: #006395;
    color: #fff;
    border: none;
    padding: 5px;
}

.button:not(.disabled):hover {
    color: rgba(0,0,0,1);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.button.tiny{
    min-width: 0;
    width: 10px;
    padding: 0px 14px 0px 4px;
}

.button.primary, button{
    background: #006395;
    color: rgba(255,255,255,.8);
}

.button.primary:not(.disabled):hover, button:not(.disabled):hover{
    background: #c03a9a;
    color: rgba(255,255,255,1);
}

.button.secondary{
    background: #E0E1E2;
}

.button.secondary:not(.disabled):hover{
    background: #CACBCD;
}

.button.tertiary{
    background: #85286b;
    min-width: 1em;
}

.button.tertiary:not(.disabled):hover{
    background: #c03a9a;
}

.button.quaternary{
    /*background: #008445;*/
    background: #006395;
}

.button.quaternary:not(.disabled):hover{
    /*background: #00d16d;*/
    background: #c03a9a;
}

.button.quinary{
    /*background: #F05123;*/
    background: #006395;
}

.button.quinary:not(.disabled):hover{
    /*background: #008445;*/
    background: #c03a9a;
}

.imgButton
{
    height: 28px; 
    line-height: 16px;
    background: url('../images/buttons/back.png') top left repeat-x;
    border: 1px solid #cccccc;
    display: inline-block;
    font-size: 1em;
    cursor: pointer;
    color: #000;
    padding-left: 5px;
    overflow: hidden;
}
.imgButton:not(.disabled):hover
{
    background: #f0f0f0;
}
.popup .imgButton, .confirm-popup .imgButton
{
    margin-top: 10px;
    margin-bottom: 5px;
    margin-right: 10px;
}
.popup .imgButton input, .confirm-popup .imgButton input
{
    position: absolute;
    left: -10000px;
    width: 0px;
    height: 0px;
}

.left 
{
    float: left;
    /*margin-left: 2%;*/
}
.middle 
{
    vertical-align : middle;
}
.no-text { min-width: 28px; }
.no-text div { min-width: 0px; }
.sml { min-width: 65px; }
.sml div { min-width: 45px; }
.med { min-width: 95px; }
.med div { min-width: 75px; }
.lrg { min-width: 140px; }
.lrg div { min-width: 120px; }

.barButton {
    height: 100%;
    line-height: 36px;
    border-left: 1px solid #e1e1e1;
    display: inline-block;
    font-size: 1em;
    padding: 0px 5px 0px 5px;
    cursor: pointer;
    color: #8a8a8a;
}

.imgButton div, .barButton div {
    padding: 4px 14px 5px 14px;
    text-align: center;
    display: inline-block;
    float: right;
}

.barButton .icon{
    font-size: 14px;
    color: #ffffff;
    height: 22px;
}

.widget .whead .barButton .icon{
    float: left;
    padding: 0;
    line-height: 28px;
}

.widgetPager .barButton, .gridMenu .barButton {
    height: 29px;
    line-height: 24px;
}

.widgetPager .barButton div, .widgetPager .barButton .icon, .gridMenu .barButton .icon, .gridMenu .barButton div{
    color: #2e2e2e;
}

.whead .barButton {
    line-height: 20px;
    margin-top: 1px;
    color: #ffffff;
}

.barButton:not(.pageDetails):not(.disabled):hover {
    background: rgba(0, 0, 0, 0.2);
}
.barButton.right, .button.right {
    float: right !important;
}
.barButton.pageDetails {
    cursor: default;
}

.checklist.manager .imgButton div, .barButton div{
    padding: 4px 14px 2px 14px;
}
.imgButton span, .barButton span, .button span {
    font-family: 'IcoMoon';
    font-size: 14px;
    width: 11px;
    height: 25px;
    line-height: 29px;
    display: inline-block;
    float: left;
    margin:2px 0 0 4px;
}

.btnActive
{
    background-color: #CDCDCD !important;
    border-color: #CDCDCD !important;
}