﻿.adminpanel {
    padding: 5px 0px;
    background: #2c4081;
    color: white;
    font-weight: bold;
}

.text_2_phone {
    color: red;
}

.logout {
    width: 20%;
    height: auto;
    color: #f7f7f7;
    text-align: center;
    padding: 2px 4%;
    font-size: 12px;
    background: #9acd67;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#9acd67), to(#127040));
    background: -webkit-linear-gradient(#9acd67, #127040);
    background: -moz-linear-gradient(#9acd67, #127040);
    background: -ms-linear-gradient(#9acd67, #127040);
    background: -o-linear-gradient(#9acd67, #127040);
    background: linear-gradient(#9acd67, #127040);
    -pie-background: linear-gradient(#9acd67, #127040);
    border: solid 1px #b3e283;
}

    .logout:hover {
        ground: #127040;
        background: -webkit-gradient(linear, 0 0, 0 bottom, from(#2e58e1), to(#2c4081));
        background: -webkit-linear-gradient(#2e58e1, #2c4081);
        background: -moz-linear-gradient(#2e58e1, #2c4081);
        background: -ms-linear-gradient(#2e58e1, #2c4081);
        background: -o-linear-gradient(#2e58e1, #2c4081);
        background: linear-gradient(#2e58e1, #2c4081);
        -pie-background: linear-gradient(#2e58e1, #2c4081);
        behavior: url(image/PIE.htc);
    }

.dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        .dropdown-content a:hover {
            background-color: #ddd;
        }

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}

.mt30 {
    margin-top: 30px;
}
.mt25 {
    margin-top: 25px;
}

.mainmenu a {
    color: #676767;
    padding: 20px;
    font-size: 13px;
    font-weight: bold;
}
.marginlt {
    margin-right: 10px;
}
.error_page 
{
    border: solid 1px #ccc;
}
    .error_page h1 {
        font-size: 18px;
        padding: 0 !important;
        margin: 0 !important;
        color: #0000ba;
    }