﻿/*
//===================================================================================
// Copyright (c) Calnex Solutions Ltd.  All rights reserved.
// THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY
// OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT
// LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
// FITNESS FOR A PARTICULAR PURPOSE.
//===================================================================================
// The contents of this file should not be copied or distributed
// without permission being granted by Calnex Solutions Ltd.
//=================================================================================== 
*/


.button-panel-container {
    -ms-flex: 1 0 auto;
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;

    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;

    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.button-panel-container .panel-button:focus {
    outline: 0 !important;
}

.button-panel-container .panel-button:active {
    -webkit-box-shadow: 0px 2px 0px #323232;
    -moz-box-shadow: 0px 2px 0px #323232;
    box-shadow: 0px 2px 0px #323232;
    position: relative;
    top: 2px;
}

.button-panel-container .panel-button-L {
    margin-left: 0.6em;
    margin-right: 0.3em;
}

.button-panel-container .panel-button-R {
    margin-left: 0.3em;
    margin-right: 0.6em;
}

.button-panel-container .panel-button {
    margin-left: 0.9em;
    margin-right: 0.9em;
    max-width: 6.5em;
}
