﻿.updimgbtn {
padding:5px;
}
.texlabel {
    padding-left: 6px;
    border: 1px solid #00ffff;
    height: 28px;
    border-radius: 3px;
}

    .texlabel:hover {
        padding-left: 6px;
        border: 1px solid #00ffff;
        height: 28px;
        border-radius: 3px;
        background-color: #EEFFFF
    }

::placeholder {
    color: #e7e7e7;
    font-size:9pt;
}

.btncreatecomp {
    color: white;
    padding: 8px 6px;
    font-size: 13px;
    cursor: pointer;
    border-radius: 3px;
    background-color: #0094ff;
}

/* Gray */
.default {
    border-color: #e7e7e7;
    color: black;
}

    .default:hover {
        background: #0094ff;
        border: 1px solid #0026ff;
    }

.auto-dropdown {
    border-radius: 3px;
    background-color: #f1f1f1;
    color: #000000;
    text-align: left;
    font-family: arial, helvetica, sans-serif;
    padding: 2px 2px 2px 10px;
    width: 100px;
    height: 40px;
    margin-left: 13px;
    border-style: none;
}
.masterbtn {
    border-radius: 2px;
    border: 4px;
}

select.auto-dropdown > option {
    padding: 15px 5px; /* 15px = top/bottom padding, 5px = left/right padding */
}

.auto-dropdown:hover {
    border-radius: 3px;
    background-color: #f1f1f1;
    color: #000000;
    text-align: left;
    font-family: arial, helvetica, sans-serif;
    padding: 2px 2px 2px 10px;
    width: 100px;
    height: 40px;
    margin-left: 13px;
    box-shadow: -1px 0 3px 0 rgba(0,0,0,.15);
}
.gridview2 tr td {
    padding: 8px;
    border: 0px solid #ddd;
    border:none;
}

.gridview2 tr th {
    padding: 8px;
}

* {
   
}

/* Create a column layout with Flexbox */
.row {
    display:none;
}

.grid-view tr.normal:hover, .grid-view tr.alternate:hover {
    background-color: white;
    color: black;
    font-weight: bold;
}

/* Left column (menu) */
.left {
    flex: 20%;
    padding: 5px 0;
}

    .left h2 {
        padding-left: 8px;
    }

/* Right column (page content) */
.right {
    flex: 65%;
    padding: 15px;
}

.txtsearch {
    border: 1px solid #00ffff;
    background-color: white;
    color: black;
    padding: 6px 4px 0px 10px;
    font-size: 12px;
    cursor: pointer;
    border-radius: 3px;
}

::placeholder {
    color: #ff00dc
}

.btncreatecomp {
    color: white;
    padding: 8px 6px;
    font-size: 13px;
    cursor: pointer;
    border-radius: 3px;
    background-color: #0094ff;
}

/* Gray */
.default {
    border-color: #e7e7e7;
    color: black;
}

    .default:hover {
        background: #e7e7e7;
        border: 1px solid #0026ff;
    }

.btnselect {
    color: white;
    padding: 4px 4px;
    font-size: 12px;
    cursor: pointer;
    border-radius: 3px;
    background-color: #ff00dc;
    height: 18px;
}

    .btnselect:hover {
        background: #e7e7e7;
        border: 1px solid #0026ff;
        color: black;
        height: 18px;
    }
.btn {
    background-color: #CCFFFF;
    border: none;
    color: black;
    padding: 8px 20px;
    text-align: center;
    font-size: 12px;
    margin: 4px 2px;
    transition: 0.3s;
    width: 150px;
    border-radius: 3px;
}

    .btn:hover {
        background-color: #ddd;
        color: darkblue;
    }

.imgbtn {
    padding-top: 20px;
}

    .imgbtn:hover {
        box-shadow: 1px 1px 1px 1px #00ffff;
    }
#customers {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

    #customers td, #customers th {
        border: 0px solid #ddd;
        padding: 8px;
    }

    #customers tr:nth-child(even) {
        background-color: #f2f2f2;
    }

    #customers tr:hover {
        background-color: #ddd;
    }

    #customers th {
        padding-top: 12px;
        padding-bottom: 12px;
        text-align: left;
        background-color: #04AA6D;
        color: white;
    }

#imagetable {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
    font-size:10px;
}

    #imagetable td, #imagetable th {
        border: 0px solid #00ffff;
        padding: 8px;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-bottom-color: #66FFFF;
    }

    #imagetable tr:nth-child(even) {
        background-color: #ffffff;
    }

    #imagetable tr:hover {
        background-color: #EEFFFF;
    }

    #imagetable th {
        padding-top: 12px;
        padding-bottom: 12px;
        text-align: center;
        background-color: #ffffff;
        color: white;
        
    }
.header2 {
    padding: 10px 0px 10px 10px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #66FFFF;
    background-color:#66FFFF;
    font-size:20px;
}
.divintodiv {
    width:55%;
    border-style:solid;
    border-width:1px;
    border-color:aquamarine;
    border-left:6px solid #04AA6D;
    font-size:16px;
    height:40px;
    padding-top:0px;
    color:#808080;
}
.divinoutsecond {
    width: 55%;
    border-style: solid;
    border-width: 1px;
    border-color: aquamarine;
    border-left: 6px solid #ddd;
    height: 40px;
    padding-top: 10px;
}
.btnsmall {
    color: white;
    padding: 4px 2px;
    cursor: pointer;
    border-radius: 3px;
    background-color: #0094ff;
    height:25px;
    width:60px;
    margin-left:40px;
}
.selectlinkbtn {
font:12px;
}
.selectlinkbtn:hover {
    font: 12px;
    background-color:#0094ff;
}
.container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    -webkit-animation-name: fadeIn; /* Fade in the background */
    -webkit-animation-duration: 0.4s;
    animation-name: fadeIn;
    animation-duration: 0.4s
}

/* Modal Content */
.modal-content {
    position: fixed;
    bottom: 0;
    background-color: #fefefe;
    width: 100%;
    -webkit-animation-name: slideIn;
    -webkit-animation-duration: 0.4s;
    animation-name: slideIn;
    animation-duration: 0.4s
}

/* The Close Button */
.close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

.modal-header {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}

.modal-body {
    padding: 2px 16px;
}

.modal-footer {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}

/* Add Animation */
@-webkit-keyframes slideIn {
    from {
        bottom: -300px;
        opacity: 0
    }

    to {
        bottom: 0;
        opacity: 1
    }
}

@keyframes slideIn {
    from {
        bottom: -300px;
        opacity: 0
    }

    to {
        bottom: 0;
        opacity: 1
    }
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}
.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

    /* Style the buttons inside the tab */
    .tab button {
        background-color: inherit;
        float: left;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 14px 16px;
        transition: 0.3s;
        font-size: 17px;
    }

        /* Change background color of buttons on hover */
        .tab button:hover {
            background-color: #ddd;
        }

        /* Create an active/current tablink class */
        .tab button.active {
            background-color: #ccc;
        }

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}
.labelmessage {
    height: 30px;
    text-align: center;
    vertical-align: middle;
    font-size: 20px;
    background-color: #00ffff;
    padding: 8px 8px 8px 8px;
    border-radius: 3px;
}
.divbottomshadow {
    box-shadow: -1px 0 3px 0 rgba(0,0,0,.15);
    padding-top:0px;
    background:#66ffff;
}
.raisetktdiv {
    border-radius: 3px;
    padding-top: 8px;
    border: solid 1px #ccc;
    text-align: center;
    align-content:center;
    align-items:center;
    align-self:center;
}
.main {
    background: green;
    width: 500px;
    height: 300px;
}

.container {
    width: 100%;
    height: 100%;
    padding-top: 20px;
}

.text-header {
    color: white;
    text-align: center;
    top: 30px;
    width: 110px;
    left: 35%;
    position: absolute;
    background: green;
}

.text {
    margin: 10px;
    text-align: left;
    padding: 20px 10px 20px 10px;
    border: 2px dashed lightgreen;
}
.btnmytkt {
background:#ddd;
width:100%;
border:none;
text-align:left;
float:right;
}
    .btnmytkt:hover {
        background: #ddd;
        width: 100%;
        border-left-width: 5px;
        border-left-color: #ccc;
        text-align: left;
        color:black;
            }
.dropbtn {
    background-color: #f1f1f1;
    color: black;
    padding: 4px;
    font-size: 10px;
    border: none;
    cursor: pointer;
    text-align: left;
    display: flex;
    flex-direction: column
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    /* Links inside the dropdown */
    .dropdown-content a {
        color: black;
        padding: 8px 12px;
        text-decoration: none;
        display: block;
    }

        /* Change color of dropdown links on hover */
        .dropdown-content a:hover {
            background-color: #ccc;
        }

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #ccc;
}
.label {
    color: white;
    padding: 8px;
    font-family: Arial;
}

.success {
    background-color: #04AA6D;
}
/* Green */
.info {
    background-color: #2196F3;
}
/* Blue */
.warning {
    background-color: #ff9800;
}
/* Orange */
.danger {
    background-color: #f44336;
}
/* Red */
.other {
    background-color: #e7e7e7;
    color: black;
}
.collapsible {
    background-color: #777;
    color: white;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 12px;
}

    .active, .collapsible:hover {
        background-color: #555;
    }

    .collapsible:after {
        content: '\002B';
        color: white;
        font-weight: bold;
        float: right;
        margin-left: 5px;
    }

.active:after {
    content: "\2212";
}

.content {
    padding: 0 14px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    background-color: #f1f1f1;
}

.divtogglebtn {
    background: #e7e7e7;
    border: solid 0.5px #ccc;
    border-radius: 3px;
}

    .divtogglebtn:hover {
        background: #e7e7e7;
        border: solid 1px #ccc;
        border-radius: 3px;
    }
.modalbackground {
background-color:black;
opacity:0.5;
}

