﻿body {
    font-family: Calibri, Helvetica, Arial, Verdana, Tahoma, sans-serif;
}

#sc-confirm {
    display: inline;
    position: fixed;
    top: 35%;
    left: 0;
    right: 0;
    transform: scale(0);
    margin-top: -50px;
    margin-right: auto;
    margin-left: auto;
    padding: 1em;
    border-radius: 0px;
    background: #000;
    /* border-bottom: 4px solid #CCC; */
    /* box-shadow: white 0px 1px 5px 0px; */
    height: auto;
    width: 360px !important;
}

select {
    margin: 2px 8px 0 0;
    position: relative;
    border-color: lightgray;
    border-style: solid;
    border-width: 0 0 2px 0;
    background: black;
    width: 100%;
    color: #FFF;
    cursor: pointer;
    font-size: 20px;
    padding: 5px 35px 5px 0px;
    height: 34px;
    appearance: none;
}

option {
    border-color: red;
    color: white;
    background: black;
    padding: 10px;
}

/* CAUTION: IE hackery ahead */
select::-ms-expand {
    display: none;
    /* remove default arrow on ie10 and ie11 */
    color: white;
    background: black;
}

::-moz-selection {
    /* Code for Firefox */
    color: white;
    background: black;
}

::selection {
    color: white;
    background: black;
}

/* target Internet Explorer 9 to undo the custom arrow */
@media screen and (min-width:0\0) {
    select {
        background: black;
        padding: 5px\9;
    }
}

/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: gray;
    border-radius: 10px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #b30000;
    }

.btn {
    padding: 12px 0px !important;
}

@media screen and (max-width: 599px) {
    .sidebar .nav p {
        font-size: 17px !important;
    }
}

@media (min-width: 320px) and (max-width: 568px) {
    #sc-confirm {
        width: 300px !important;
    }

    .txtAutoFillLabel {
        top: -46px !important;
    }

    .btnStyleRegister {
        width: 136px !important;
    }
}

@media (min-width: 1024px) and (max-width: 1366px) {
    .btnStyleRegister {
        width: 150px !important;
    }
}

@media (min-width: 834px) and (max-width: 1112px) {
    #divRegisterbutton button {
        font-size: 14px !important;
    }
}

.segmented-control > label {
    color: #d12723 !important;
}

#sc-confirm-no {
    float: left !important;
}

#sc-confirm-yes {
    float: right !important;
    opacity: 0.5;
    pointer-events: none;
}

#lnkTermsConditions {
    font-size: 1.05em !important;
    text-decoration: underline;
    font-weight: bold;
    color: #d12723 !important;
}

    #lnkTermsConditions:hover,
    #lnkTermsConditions:active,
    #lnkTermsConditions:focus {
        color: #d12723 !important;
        font-weight: bold;
    }

#sc-confirm pre {
    font-family: Calibri, Helvetica, Arial, Verdana, Tahoma, sans-serif;
}

#chkterms {
    width: auto !important;
    margin-bottom: 0px !important;
}

#lnkExternal {
    color: white !important;
}

    #lnkExternal:hover,
    #lnkExternal:active,
    #lnkExternal:focus {
        color: white !important;
    }

.clsbtntool {
    background: linear-gradient(60deg, #f6322e, #a71c18) !important;
    border-radius: 0;
    font-size: 15px;
    width: 120px;
    cursor: pointer;
}

.btn.btn-danger,
.btn.btn-danger:active {
    box-shadow: none !important;
}

/*.ieBody .clsbtntool {
        font-size: 10px;
    }*/

.footer {
    position: fixed !important;
    left: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    background-color: #000 !important;
    color: white !important;
}

ul, li {
    margin: 0px !important;
    list-style-type: none !important;
}

.clsbtnie {
    font-size: 13px;
}

.txtAutoFillLabel {
    top: -46px !important;
}

.txtAutoFillLabels {
    top: -50px !important;
}