﻿/*FONTS*/
@font-face {
    font-family: "ArcadeInterlaced";
    src: url("/content/ARCADE_I.woff") format('woff');
    font-style:normal;
}

@font-face {
    font-family: "ArcadeInterlaced";
    src: url("/content/ARCADE_I.woff") format('woff');
    font-weight: bold;
}

@font-face {
    font-family: "ArcadeInterlaced";
    src: url("/content/ARCADE_I.woff") format('woff');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: "ArcadeInterlaced";
    src: url("/content/ARCADE_I.woff") format('woff');
    font-style: italic;
}


/* Move down content because we have a fixed navbar that is 50px tall */
/* Accordion */
.accordionHeader {
    border: 1px solid #2d27f4;
    color: white;
    background-color: #2d27f4;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
    background-image: url('/images/expand.jpg');
    background-repeat: no-repeat;
    background-position: right center;
}

#master_content .accordionHeader a {
    color: #FFFFFF;
    background: none;
    text-decoration: none;
}

    #master_content .accordionHeader a:hover {
        background: none;
        text-decoration: underline;
    }

.accordionHeaderSelected {
    border: 1px solid #5c8921;
    color: white;
    background-color: #2d27f4;
    /*background-color: #5078B3;*/
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
    background-image: url('/images/collapse.jpg');
    background-repeat: no-repeat;
    background-position: right center;
}

#master_content .accordionHeaderSelected a {
    color: #FFFFFF;
    background: none;
    text-decoration: none;
}

    #master_content .accordionHeaderSelected a:hover {
        background: none;
        text-decoration: underline;
    }

.accordionContent {
    background-color: rgba(140, 198, 63, 0.52);
    border: 1px dashed #2d27f4;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
    overflow: hidden;
}

body {
    /*padding-top: 25px;*/
    /*padding-bottom: 30px;*/
    padding: 0px;
    background-color: whitesmoke;
    color: black;
}

a:link {
    color: white;
}
/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
/*input,
select,
textarea {
    max-width: 280px;
}*/
.ContentPlaceHolderdiv {
    padding-top: 50px;
    margin: 0 auto;
    width: 100%;
    display: table;
    position: relative;
}
/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding-top: 125px;
        padding-bottom: 30px;
    }

    .ContentPlaceHolderdiv {
        /*padding-top: 50px;*/
        margin: 0 auto;
        width: 100%;
        display: table;
        position: relative;
    }
}

.AdMediathumbnail:hover {
    position: relative;
    top: -25px;
    left: -35px;
    width: 384px;
    /*width: auto;*/
    height: auto;
    display: block;
    z-index: 999;
}


.btn-lw {
    background-color: silver;
    color: black;
    border-radius: 10px;
    padding-left: 0.8em;
    padding-bottom: 0.3em;
    padding-top: 0.3em;
    padding-right: 0.8em;
    line-height:1.5;
    border: 1px solid black;
}

.textbox-lw {
    /*background-color: #C0BEFF;*/
    /*background-color: #C0BEFF;*/
    background-color: whitesmoke;
}

.panel-lw {
    /*margin-bottom: 5px;*/
    /*padding: 10px;*/
    /*background-color: #C0BEFF;*/
    background-color: whitesmoke;
    color: #2D27F4;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid black;
}
.errorpanel-lw {
    margin-bottom: 5px;
    padding: 10px;
    background-color: pink;
    color: #2D27F4;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid red;
}

::-webkit-input-placeholder {
    font-style: italic;
}

:-moz-placeholder {
    font-style: italic;
}

::-moz-placeholder {
    font-style: italic;
}

:-ms-input-placeholder {
    font-style: italic;
}
.checkboxfat-lw input[type=checkbox] + label:before { /* Change width and height */
    font-family: FontAwesome;
    content: "\f096";
    font-size: 1.8rem;
}
.checkboxfat-lw input[type=checkbox]:checked + label:before { /* Change width and height */
    font-family: FontAwesome;
    content: "\ff14a";
    font-size: 1.8rem;
}

/*AjaxControlToolKit changes*/
/*Combobox*/
.lw-AjaxControlToolkitComboBoxStyle .ajax__combobox_textboxcontainer input {
    background-color: #C0BEFF;
  /*  -moz-border-radius: 5px;*/
    /*-webkit-border-radius: 5px;*/
    /*border-radius: 5px;*/
    -moz-border-radius-bottomleft:4px;
    -moz-border-radius-topleft:4px;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border: 1px solid grey;
    top:-3px;
    position:relative;
}

.lw-AjaxControlToolkitComboBoxStyle .ajax__combobox_buttoncontainer button {
    background-color: #C0BEFF;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border: 1px solid grey;
    position: relative;
    left: -1px;
}
.lw-AjaxControlToolkitCustomComboBoxStyle .ajax__combobox_itemlist {
    background-color: #C0BEFF;
    border: solid 1px grey;
}

/*-------------------------------------------*/
/*checkbox slider*/
/*https://benjaminray.com/codebase/fancy-checkboxes-and-toggle-switches/*/
/*https://fontawesome.com/v4/cheatsheet/
/*text right*/
span.lw-checkbox-toggle-text-right {
    position: relative;
    display: block;
    padding: 0 0 0 29px;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    top: 0px;
    left: 0px;
}

/* ASP.Net CheckBoxList - Rendered in a TABLE */
table.lw-checkbox-toggle-text-right td {
    position: relative;
    padding-left: 29px;
    /* Make text & control un-selectable, otherwise it will
       sometimes get selected if the user repeatedly clicks quickly */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.lw-checkbox-toggle-text-right input {
    display: none;
}

.lw-checkbox-toggle-text-right label {
    cursor: pointer;
    /*padding-left: 0;*/
    padding-left: 1rem;
    padding-right: 1rem;
    font-weight: normal;
    font-size:1.2rem;
    
}

.lw-checkbox-toggle-text-right input[type="checkbox"] + label:before {
    position: absolute;
    /*top: -1px;*/
    top: 2px;
    left: 0;
    /*    font-family: FontAwesome;
    content: "\f204";*/
    font-family: bootstrap-icons;
    content: "\F5D5";
    /*font-size: 22px;*/
    font-size: 1.8rem;
    line-height: 1;
    color: #aaa;
}

.lw-checkbox-toggle-text-right input[type="checkbox"]:checked + label:before {
    /*    content: "\f205";*/
    content: "\F5D6";
    color: #8CC63F;
}

.lw-checkbox-toggle-text-right input[type="checkbox"]:disabled + label:before {
    color: #ccccdd;
}

.lw-checkbox-toggle-text-right.aspNetDisabled label,
.lw-checkbox-toggle-text-right .aspNetDisabled label {
    cursor: not-allowed;
}


/*text left*/
span.lw-checkbox-toggle-text-left {
    position: relative;
    display: block;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* ASP.Net CheckBoxList - Rendered in a TABLE */
table.lw-checkbox-toggle-text-left td {
    position: relative;
    padding-left: 29px;
    /* Make text & control un-selectable, otherwise it will
       sometimes get selected if the user repeatedly clicks quickly */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.lw-checkbox-toggle-text-left input {
    display: none;
}

.lw-checkbox-toggle-text-left label {
    cursor: pointer;
    /*padding-right: 0px;*/
    font-weight: normal;
    font-size: 1.2rem;
    padding-left: 0px;
    padding-right: 1rem;
}


.lw-checkbox-toggle-text-left input[type="checkbox"] + label::after {
    position: absolute;
    /*top: -1px;*/
    top: 2px;
    font-family: FontAwesome;
    content: "\f204";
    font-size: 22px;
    line-height: 1;
    color: grey;
    padding: 0 0 0 5px;
}

.lw-checkbox-toggle-text-left input[type="checkbox"]:checked + label::after {
    content: "\f205";
    color: #8CC63F;
    padding: 0 0 0 5px;
}

.lw-checkbox-toggle-text-left input[type="checkbox"]:disabled + label::after {
    color: #ccccdd;
}

.lw-checkbox-toggle-text-left.aspNetDisabled label,
.lw-checkbox-toggle-text-left .aspNetDisabled label {
    cursor: not-allowed;
}

/*treeview checkboxes*/
span.lw-treeview-checkbox-toggle-text-right {
    position: relative;
    /*display: block;*/
    padding: 0 0 0 29px;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    top: 0px;
    left: 0px;
}

/* ASP.Net CheckBoxList - Rendered in a TABLE */
table.lw-treeview-checkbox-toggle-text-right td {
    position: relative;
    padding-left: 29px;
    /* Make text & control un-selectable, otherwise it will
       sometimes get selected if the user repeatedly clicks quickly */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.lw-treeview-checkbox-toggle-text-right input {
    display: none;
}

.lw-treeview-checkbox-toggle-text-right label {
    cursor: pointer;
    padding-left: 1rem;
    padding-right: 1rem;
    font-weight: normal;
    font-size: 1.2rem;
}

.lw-treeview-checkbox-toggle-text-right input[type="checkbox"] + label:before {
    position: absolute;
    top: 2px;
    left: 0;
    font-family: bootstrap-icons;
    content: "\F584";
    font-size: 1.8rem;
    line-height: 1;
    color: #aaa;
}

.lw-treeview-checkbox-toggle-text-right input[type="checkbox"]:checked + label:before {
    font-family: bootstrap-icons;
    content: "\F26D";
    color: #8CC63F;
}

.lw-treeview-checkbox-toggle-text-right input[type="checkbox"]:indeterminate + label:before {
    font-family: bootstrap-icons;
    content: "\2E8";
    color: #8CC63F;
}


.lw-treeview-checkbox-toggle-text-right input[type="checkbox"]:disabled + label:before {
    color: #ccccdd;
}

.lw-treeview-checkbox-toggle-text-right.aspNetDisabled label,
.lw-treeview-checkbox-toggle-text-right .aspNetDisabled label {
    cursor: not-allowed;
}



/*radiobutton slider*/
/*https://benjaminray.com/codebase/fancy-radiobuttones-and-toggle-switches/*/
/*https://benjaminray.com/codebase/fancy-checkboxes-and-toggle-switches/*/
/*https://fontawesome.com/v4/cheatsheet/*/
/*text right*/
span.lw-radiobutton-toggle-text-right {
    position: relative;
    display: block;
    padding: 0 0 0 29px;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* ASP.Net radiobuttonList - Rendered in a TABLE */
table.lw-radiobutton-toggle-text-right td {
    position: relative;
    padding-left: 29px;
    /* Make text & control un-selectable, otherwise it will
       sometimes get selected if the user repeatedly clicks quickly */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.lw-radiobutton-toggle-text-right input {
    display: none;
}

.lw-radiobutton-toggle-text-right label {
    cursor: pointer;
    /*padding-left: 0;*/
    padding-left: 1rem;
    padding-right: 1rem;
    font-weight: normal;
    font-size: 1.2rem;
}

.lw-radiobutton-toggle-text-right input[type="radio"] + label:before {
    position: absolute;
    /*top: -1px;*/
    top: 2px;
    left: 0;
    /*font-family: FontAwesome;*/
    /*content: "\f10c";*/
    font-family: bootstrap-icons;
    content: "\F28A";
    font-size: 1.5rem;
    line-height: 1;
    color: #aaa;
}

.lw-radiobutton-toggle-text-right input[type="radio"]:checked + label:before {
    /*content: "\f111";*/
    content: "\F287";
    /*font-size: 1.8rem;*/
    font-size: 1.5rem;
    line-height:1;
    color: #8CC63F;
}

.lw-radiobutton-toggle-text-right input[type="radio"]:disabled + label:before {
    color: #ccccdd;
}

.lw-radiobutton-toggle-text-right.aspNetDisabled label,
.lw-radiobutton-toggle-text-right .aspNetDisabled label {
    cursor: not-allowed;
}


/*text left*/
span.lw-radiobutton-toggle-text-left {
    position: relative;
    display: block;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* ASP.Net radiobuttonList - Rendered in a TABLE */
table.lw-radiobutton-toggle-text-left td {
    position: relative;
    padding-left: 29px;
    /* Make text & control un-selectable, otherwise it will
       sometimes get selected if the user repeatedly clicks quickly */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.lw-radiobutton-toggle-text-left input {
    display: none;
}

.lw-radiobutton-toggle-text-left label {
    cursor: pointer;
    /*padding-right: 0px;*/
    font-weight: normal;
    font-size: 1.2rem;
    padding-left: 0px;
    padding-right: 1rem;
}


.lw-radiobutton-toggle-text-left input[type="radio"] + label::after {
    position: absolute;
    /*top: -1px;*/
    top: 2px;
    /* font-family: FontAwesome;
    content: "\f10c";*/
    font-family: bootstrap-icons;
    content: "\F28A";
    font-size: 22px;
    line-height: 1;
    color: grey;
    padding: 0 0 0 5px;
}

.lw-radiobutton-toggle-text-left input[type="radio"]:checked + label::after {
    /*content: "\f10c";*/
    content: "\F28A";
    color: #8CC63F;
    padding: 0 0 0 5px;
}

.lw-radiobutton-toggle-text-left input[type="radio"]:disabled + label::after {
    color: #ccccdd;
}

.lw-radiobutton-toggle-text-left.aspNetDisabled label,
.lw-radiobutton-toggle-text-left .aspNetDisabled label {
    cursor: not-allowed;
}

/*----START-----AddMedia Track Selected File changed modal panel*/
.AddMediaSelectedTrackFileChangedWaitingModal {
    display: none;
    position: fixed;
    /*background-color: black;*/
    filter: alpha(opacity=70);
    /*-moz-opacity: 0.7;*/
    /*opacity: 0.7;*/
    z-index: 999;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0,0.3);
}
/*----END-----general waiting modal panel*/

/*----START----upload files modal panel*/
.uploadingFilesModal {
    display: none;
    position: fixed;
    /*background-color: black;*/
    filter: alpha(opacity=70);
    /*-moz-opacity: 0.7;*/
    /*opacity: 0.7;*/
    z-index: 999999;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0,0.3);
}

.blackoutWaitingPanel {
    background-color: deeppink;
    /* border: 3px solid #00FFFF; */
    top: 50%;
    margin: auto;
    position: absolute;
    /* left: 45%; */
    width: 100%;
    text-align: center;
}
.generalLoadingModal {
    display: none;
    position: fixed;
    /*background-color: black;*/
    filter: alpha(opacity=70);
    /*-moz-opacity: 0.7;*/
    /*opacity: 0.7;*/
    z-index: 9999;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0,0.3);
}
/*.updatepanel {
            margin-bottom: 5px;
            padding: 10px;
            background-color: red;
            color: white;
            -moz-border-radius: 10px;
            -webkit-border-radius: 10px;
            border-radius: 10px;
            border: 1px solid black;*/
/* opacity: .5; */
/*}*/

/*----END----upload files modal panel*/

/*----START----Audio Player*/
audio::-webkit-media-controls-timeline {
    display: none;
}

/*https://blog.shahednasser.com/how-to-style-an-audio-element/*/
/* audio::-webkit-media-controls-panel
audio::-webkit-media-controls-mute-button
audio::-webkit-media-controls-play-button
audio::-webkit-media-controls-timeline-container
audio::-webkit-media-controls-current-time-display
audio::-webkit-media-controls-time-remaining-display
audio::-webkit-media-controls-timeline
audio::-webkit-media-controls-volume-slider-container
audio::-webkit-media-controls-volume-slider
audio::-webkit-media-controls-seek-back-button
audio::-webkit-media-controls-seek-forward-button
audio::-webkit-media-controls-fullscreen-button
audio::-webkit-media-controls-rewind-button
audio::-webkit-media-controls-return-to-realtime-button
audio::-webkit-media-controls-toggle-closed-captions-button*/

/*----END----Audio Player*/

/*----START----Slider*/
.slidecontainer {
    /*width: 100%;*/ /* Width of the outside container */
}

/* The slider itself */
.slider {
    -webkit-appearance: none; /* Override default CSS styles */
    appearance: none;
    width: 100%; /* Full-width */
    /*height:50px;*/ /* Specified height */
    /*background: #d3d3d3;*/ /* Grey background */
    outline: none; /* Remove outline */
    /*opacity: 0.1;*/ /* Set transparency (for mouse-over effects on hover) */
    -webkit-transition: .2s; /* 0.2 seconds transition on hover */
    transition: opacity .2s;
}

    /* Mouse-over effects */
    .slider:hover {
        /*opacity: 1;*/ /* Fully shown on mouse-over */
    }

    /* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
    /*.slider::-webkit-slider-thumb {
  -webkit-appearance: none;*/ /* Override default look*/
    /*appearance: none;
  width: 125px;*/ /*Set a specific slider handle width*/
    /*height: 100px;*/ /*Slider handle height */
    /*background: black;*/ /*Green background*/
    /*cursor: pointer;*/ /*Cursor on hover*/
    /*opacity: 0.2;*/ /*Set transparency (for mouse-over effects on hover)*/
    /*background: rgba(255, 255, 255, .8);
  color: rgba(0, 0, 0, .8);*/
    /*outline: red dotted 2px;*/
    /*border: 2px solid black;
}*/

    .slider::-moz-range-thumb {
        width: 25px; /* Set a specific slider handle width */
        height: 25px; /* Slider handle height */
        background: #04AA6D; /* Green background */
        cursor: pointer; /* Cursor on hover */
    }

/*----END----Slider*/

/*----START----Plus/Minus Textbox*/

.quantity {
    display: inline-block;
    vertical-align: middle;
}

    .quantity .input-text.qty {
        /*width: 35px;*/
        /*height: 39px;*/
        height: auto;
        padding: 0 5px;
        text-align: center;
        /*background-color: transparent;*/
        border: 2px solid white;
    }

    .quantity.buttons_added {
        text-align: left;
        position: relative;
        white-space: nowrap;
        /*vertical-align: top;*/
    }

        .quantity.buttons_added input {
            display: inline-block;
            margin: 0;
            /*vertical-align: top;*/
            box-shadow: none;
        }

        .quantity.buttons_added .minus,
        .quantity.buttons_added .plus {
            /*padding: 7px 10px 8px;*/
            /*height: 41px;*/
            background-color: #ffffff;
            border: 1px solid #efefef;
            cursor: pointer;
        }

        .quantity.buttons_added .minus {
            border-right: 0;
        }

        .quantity.buttons_added .plus {
            border-left: 0;
        }

            .quantity.buttons_added .minus:hover,
            .quantity.buttons_added .plus:hover {
                background: #eeeeee;
            }

    .quantity input::-webkit-outer-spin-button,
    .quantity input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        -moz-appearance: none;
        margin: 0;
    }

    .quantity.buttons_added .minus:focus,
    .quantity.buttons_added .plus:focus {
        outline: none;
    }


/*----END----Plus/Minus Textbox*/
/*----START----UserMediaPlayerSlider*/
.slidecontainer {
    /*width: 100%;*/ /* Width of the outside container */
}

/* The slider itself */
.usermediaplayerslider {
    -webkit-appearance: none; /* Override default CSS styles */
    appearance: none;
    width: 100%; /* Full-width */
    height: 30%; /* Specified height */
    background: silver; /* Grey background */
    outline: none; /* Remove outline */
    opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
    -webkit-transition: .2s; /* 0.2 seconds transition on hover */
    transition: opacity .2s;
    cursor: pointer; /* Cursor on hover */
}

    /* Mouse-over effects */
    .usermediaplayerslider:hover {
        opacity: 1; /* Fully shown on mouse-over */
    }
/* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
    .usermediaplayerslider::-webkit-slider-thumb {
        -webkit-appearance: none; /* Override default look */
        appearance: none;
        width: 25px; /* Set a specific slider handle width */
        height: 25px; /* Slider handle height */
        background: red; /* Green background */
        cursor: pointer; /* Cursor on hover */
        border-radius:10px;
    }

    .usermediaplayerslider::-moz-range-thumb {
        width: 25px; /* Set a specific slider handle width */
        height: 25px; /* Slider handle height */
        background: red; /* Green background */
        cursor: pointer; /* Cursor on hover */
        border-radius: 10px;
    }
    .usermediaplayerslider::-moz-range-progress {
        background-color: red; /* Green background */
        /*height: 1em;*/
    }
    .usermediaplayerslider::-webkit-progress-value {
        background-color: red;
    }
    .usermediaplayerslider:progress {
        -webkit-appearance: none;
    }

/*----END----UserMediaPlayerSlider*/
/*.buy_albumtrack {
    white-space: nowrap;
    background: rgba(59,119,153,1.00);*/
    /*background: rgb(var(--sc_blue));*/
    /*color: rgba(255,255,255, 0.8);
    padding: 5px 10px;
    margin: 0 5px;
    border-radius: 15px;
    border-width: 0px;
    cursor: pointer;
    display: inline;
}*/
.buy_albumtrack {
    white-space: nowrap;
    background: white;
    /*background: rgb(var(--sc_blue));*/
    color: black;
    padding: 5px 10px;
    /*margin: 0 5px;*/
    border-radius: 5px;
    /*border-width: 0px;*/
    cursor: pointer;
    /*display: inline;*/
    margin: 5px;
    /*width: 60%;*/
    border-color:black;
}

.lw-panel-rounded {
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid black;
}
.lw-required {
    background-color: #C0BEFF;
}
.zoom {
    transition: transform .2s; /* Animation */
    margin: 0 auto;
}

    .zoom:hover {
        width: 100%;
        height: 100%;
        -ms-transform: scale(500%); /* IE 9 */
        -webkit-transform: scale(500%); /* Safari 3-8 */
        transform: scale(500%);
        transform-origin: bottom left;
    }
.zoomleft {
    transition: transform .2s; /* Animation */
    margin: 0 auto;
}

    .zoomleft:hover {
        width: 100%;
        height: 100%;
        -ms-transform: scale(500%); /* IE 9 */
        -webkit-transform: scale(500%); /* Safari 3-8 */
        transform: scale(500%);
        transform-origin: bottom right;
    }