﻿.panel {
    background-color: rgb(96, 125, 139);
}

ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

    ul li {
        margin: 0px;
        padding: 0px;
    }

body {
    font-family: Arial, Helvetica, sans-serif;
    overflow: auto;
}

.container {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 0;
    margin: auto;
    height: 100%;
    text-align: center;
    vertical-align: middle;
}

.selectadmin {
    padding: 7px;
    width: 100%;
}

.login-panel {
    position: relative;
    z-index: 1;
    width: 387px;
    background-color: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 0px;
    -webkit-box-shadow: 0px 0px 5px 4px rgba(235,235,235,1);
    -moz-box-shadow: 0px 0px 5px 4px rgba(235,235,235,1);
    box-shadow: 0px 0px 5px 4px rgba(235,235,235,1);
    margin: 40px auto;
    padding-bottom: 100px;
}

.captha {
    margin-top: 20px;
}

.dogrulamakodu {
    margin-left: 30px;
    margin-right: 50px;
    height: 40px;
}

    .dogrulamakodu input[type="text"] {
        padding: 10px;
        width: 100%;
        height: 20px;
        border: none;
        border-bottom: 1px solid #E0E0E0;
    }

        .dogrulamakodu input[type="text"]:focus {
            border: none;
            outline: none;
            border-bottom: 2px solid #E0E0E0;
        }

.changepassword-panel {
    width: 400px;
    padding: 10px;
    position: relative;
    margin: auto;
    overflow: hidden;
    box-shadow: 2px 2px #e6e6e6;
    margin-top: 20px;
}

    .changepassword-panel > div {
        padding: 10px;
        text-align: center;
    }

.username {
    margin-top: 50px;
    margin-left: 30px;
    margin-right: 50px;
    height: 40px;
}

    .username input[type="text"] {
        padding: 10px;
        width: 100%;
        height: 20px;
        border: none;
        border-bottom: 1px solid #E0E0E0;
    }

        .username input[type="text"]:focus {
            border: none;
            outline: none;
            border-bottom: 2px solid #E0E0E0;
        }

div.password {
    margin-top: 10px;
    margin-left: 30px;
    margin-right: 50px;
    height: 40px;
}


.password input[type="password"] {
    padding: 10px;
    width: 100%;
    height: 20px;
    border: none;
    border-bottom: 1px solid #E0E0E0;
}

    .password input[type="password"]:focus {
        border: none;
        outline: none;
        border-bottom: 2px solid #E0E0E0;
    }

.login-button {
    margin-top: 20px;
    margin-left: 30px;
    margin-right: 30px;
}

    .login-button input[type="submit"] {
        padding: 10px;
        width: 100%;
        background-color: #004c92;
        color: #ffffff;
        border: none;
        font-size: 18px;
        cursor: pointer;
        box-shadow: 0px 10px 6px -6px #777;
    }

        .login-button input[type="submit"]:hover {
            opacity: 0.8;
        }

.login-panel-text {
    margin-top: 50px;
    font-weight: 600;
    font-size: 30px;
    color: #424242;
    text-align: center;
}

    .login-panel-text img {
        width: 180px;
    }


/*Login Panel End*/


/*Navbar-Panel Start*/

.navbar-panel {
    height: 70px;
    background-color: #E0E0E0;
    width: 100%;
    padding: 10px;
}

.top-panel {
    height: 70px;
    background-color: #00838F;
    width: 100%;
    padding: 10px;
    vertical-align: middle;
}

.top-panel-admin-text {
    margin-left: 20px;
    margin-top: 5px;
    display: block;
}

/*Navbar-Panel End*/

/*
    Tools Start
*/
.footer {
    clear: both;
    position: relative;
    float: right;
    z-index: 10;
}

.img_10 {
    display: inline-block;
    width: 10%;
    height: 100%;
}

.img_40_40 {
    display: inline-block;
    width: 40px;
    height: 40px;
}

.white_15_bg {
    color: #fff;
    font-weight: 600;
    font-size: 15px;
}

.white_20_bg {
    color: #fff;
    font-weight: 600;
    font-size: 20px;
}

.white_22_bg {
    color: #fff;
    font-weight: 600;
    font-size: 22px;
}

.white_24_bg {
    color: #fff;
    font-weight: 600;
    font-size: 24px;
}

.ahover {
    text-align: center;
}

    .ahover a:hover {
        opacity: 1;
        cursor: pointer;
    }
/*
    Tools End
*/

.panel-menu {
    padding: 40px;
}

    .panel-menu ul li {
        float: left;
        width: 150px;
        height: 170px;
        padding: 10px;
        margin-left: 20px;
    }

        .panel-menu ul li:hover {
            background-color: rgba(239, 239, 239, 0.55);
            opacity: 1;
            cursor: pointer;
        }

.menu-img {
    text-align: center;
    padding: 2px;
}

.menu-title {
    text-align: center;
    font-weight: 600;
    font-size: 14px;
}

.menu-desc {
    color: #616161;
    font-size: 13px;
    text-align: center;
    margin-top: 10px;
}

table {
    border-collapse: collapse;
    width: 100%;
}

th, td {
    text-align: left;
    padding: 8px;
    height: 50px;
}

tr:hover td {
    background-color: rgba(180,180,180,0.4);
}

tr:nth-child(even) {
    background-color: #f2f2f2;
}

.defaulttable {
    width: 100%;
}

.product-table {
    padding: 10px;
}

.addproduct {
    padding: 5px;
    margin: 5px;
    width: 40px !important;
    height: 40px !important;
}

    .addproduct:hover {
        opacity: 0.7;
        cursor: pointer;
    }

.add-product-container {
    position: relative;
    overflow: hidden;
    margin: auto;
    width: 500px;
    padding: 10px;
    text-align: left;
}

    .add-product-container input[type="text"] {
        width: 90%;
        margin-top: 20px;
        height: 20px;
        padding: 10px;
    }

    .add-product-container input[type="checkbox"] {
        margin-top: 20px;
    }

    .add-product-container select {
        width: 95%;
        height: 40px;
        padding: 4px;
        margin-top: 20px;
    }

    .add-product-container textarea {
        width: 93%;
        height: 80px;
        padding: 4px;
        margin-top: 20px;
    }

.defaultbutton {
    width: 100%;
    padding: 20px;
    border: none;
    background-color: crimson;
    font-size: 16px;
    color: #ffffff;
    text-decoration: none;
}

    .defaultbutton:hover {
        opacity: 0.7;
        cursor: pointer;
    }


.defaultbutton_10 {
    width: 100%;
    padding: 10px;
    border: none;
    background-color: crimson;
    font-size: 13px;
    color: #ffffff;
    text-decoration: none;
}

    .defaultbutton_10:hover {
        background-color: red;
        cursor: pointer;
    }

.border-radius_5 {
    border-radius: 5px;
}

.headerpanel {
    padding: 10px;
    border-top: 5px solid #eee;
    border-bottom: 10px solid #eee;
    overflow: hidden;
}

.backpanel {
    margin-top: 10px;
    padding: 10px;
    float: left;
}

    .backpanel img {
        width: 24px;
        height: 24px;
    }

    .backpanel span {
        font-weight: 600;
        margin-bottom: 10px;
        vertical-align: middle;
        position: relative;
        display: inline-block;
    }

    .backpanel a:hover {
        cursor: pointer;
        color: crimson;
    }

.addproduct-panel {
    float: right;
}

.dynamixtextbox {
    width: auto !important;
    padding: 3px !important;
}

.remove {
    border: 0px;
    padding: 10px;
    background-color: #ff0000;
    color: #fff;
    position: relative;
    z-index: 100000;
}

    .remove:hover {
        background-color: #bd0606;
    }

.addbutton {
    border: 0px;
    padding: 7px;
    background-color: #2196F3;
    color: #fff;
    position: relative;
    z-index: 100000;
}

    .addbutton:hover {
        background-color: #207bc3;
    }

.hide {
    display: none;
}

.leftdiv {
    float: left;
    margin-right: 40px;
    width: 250px;
    text-align: left;
    padding: 5px;
}

    .leftdiv input {
        padding: 5px;
    }

.bold15 {
    font-weight: 600;
    font-size: 15px;
}

.bold15_crimson {
    font-weight: 600;
    font-size: 15px;
    color: crimson;
}

.header-order {
    text-align: left;
    margin-top: 20px;
    margin-bottom: 20px;
}

a {
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }

.save-button {
    width: 16px;
}

    .save-button:hover {
        cursor: pointer;
        text-decoration: none;
        width: 18px;
    }

.ui-datepicker {
    z-index: 999999 !important;
}

    .ui-datepicker .ui-datepicker-header {
        background-color: #1e8df7 !important;
        padding: 10px !important;
    }


.ui-widget-header .ui-icon {
    background-image: url('../js/images/ui-icons_ffffff_256x240.png') !important;
}

.ui-icon, .ui-widget-content .ui-icon {
    background-image: url('../js/images/ui-icons_ffffff_256x240.png') !important;
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px;
    margin-top: 2px;
}

.ui-datepicker .ui-datepicker-next {
    right: 2px;
    margin-top: 2px;
}

.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 0;
}

.ui-datepicker td {
    border: 0;
    padding: 1px;
    height: auto !important;
}

.top-bar {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 80px;
    background-color: #ffffff;
    box-shadow: 1px 1px 4px;
    margin-top: 3px;
}

.top-bar-right {
    vertical-align: middle;
    margin-top: 20px;
    float: right;
}

    .top-bar-right img {
        padding: 5px;
    }

.newsinput {
}

.BDC_SoundIcon {
    display: none !important;
}

.BDC_CaptchaDiv {
    margin: auto !important;
}
