﻿.hideDetailsFormWhileLoading {
    display: none !important;
}

body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* 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;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

#Disable-Input-Disabled {
    display: none;
}

/*Start design input switch*/
.switch {
    position: relative;
    display: inline-block;
    width: 31px;
    height: 16px;
}

    .switch input {
        display: none;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 16px;
        width: 16px;
        left: 0px;
        bottom: 0px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(15px);
    -ms-transform: translateX(15px);
    transform: translateX(15px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

td {
    min-width: 50%;
}

.button_add_user {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
}
/*End design input switch*/
/*Design UI Dialog*/
.ui-dialog-titlebar.ui-corner-all.ui-widget-header.ui-helper-clearfix.ui-draggable-handle {
    background: #222 !important;
    color: #9d9d9d !important;
    height: 50px;
    line-height: 50px;
    padding: 0px 15px;
}

.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-draggable.ui-resizable {
    background: white !important;
    border: solid 1px #333;
    position: absolute !important;
    width: 700px !important;
}

button.ui-button.ui-corner-all.ui-widget.ui-button-icon-only.ui-dialog-titlebar-close {
    position: absolute;
    right: 15px;
    background: lightgray;
    color: black;
    height: 25px;
    line-height: 12.5px;
    top: 12.5px;
}

button#save {
    width: 100%;
    float: left;
    position: relative;
}

span.glyphicon.glyphicon-ok.form-control-feedback {
    left: calc(280px - 114px);
    COLOR: GREEN;
}

span.glyphicon.glyphicon-remove.form-control-feedback {
    left: calc(280px - 114px);
    COLOR: RED;
}

.forminput_password_requirements {
    list-style: square;
    margin-left: 0px !important;
    padding-left: 15px !important;
    color: black;
}

#Password-error {
    display: none !important;
}

ol#UserBranchList {
    margin-top: 0;
    margin-bottom: 10px;
    max-height: 100px;
    overflow: auto;
    margin-left: -41px;
}

#startSettings, #ADSettings, #EmailSettings {
    padding-bottom: 25px;
}

#togglead, #toggleemail, #togglestartdate {
    border: transparent 3px solid;
    position: relative;
}

input.error {
    border: solid 3px;
}

.menuitem {
    width: 100%;
    height: 29px;
    min-width: 100%;
    background: #222;
    padding-left: 25px;
    color: #9d9d9d;
    line-height: 25px;
}

#saveEmailSettings {
    margin: 25px 50px;
}

#save:disabled {
    background: #d8d8d8;
}

.topmargin {
    margin-top: 25px;
}

.hiddenObject {
    display: none !important;
}

div#container-left {
    float: left;
    min-width: 295px;
}

.container-right {
    float: left;
    height: auto;
    max-width: 285px;
    /*margin-left: 15px;*/
    margin-top: 15px;
}

i#addUserSearchBoxToggle {
    position: relative;
    right: -153px;
    top: 3px;
    font-size: 17px;
    color: gray;
    z-index: 101;
}

.searchbranchbox {
    margin-top: 1px !important;
    margin-bottom: 3px !important;
    opacity: 1 !important;
    left: 0px !important;
}

.branchlist {
    width: 174px;
    max-height: 200px;
    height: 150px !important;
}

.addbutton {
    color: green;
}

.removebutton {
    color: red;
}

.selected {
    background: #d8d8d8;
}

.UserBranchListObject {
    list-style: none;
}

#BaseDiv {
    background: white;
    max-width: 100%;
    min-width: 100%;
    width: 100%;
}

#SettingsMenu {
    max-width: 100%;
    min-width: 100%;
    width: 100%;
    min-height: 50px;
}

    #SettingsMenu table {
        width: 100%;
        text-align: center;
    }

        #SettingsMenu table tr td {
            min-width: 25%;
            max-width: 25%;
            width: 25%;
            line-height: 50px;
            -o-transition: border-bottom 0.1s linear; /* opera */
            -ms-transition: border-bottom 0.1s linear; /* IE 10 */
            -moz-transition: border-bottom 0.1s linear; /* Firefox */
            -webkit-transition: border-bottom 0.1s linear; /*safari and chrome */
            border-bottom: transparent 4px solid;
        }

.SettingsMenuText {
    font-size: 18px;
}

.selectedMenuItem {
    border-color: lightblue !important;
}

#SettingsMenu table tr td:hover {
    border-color: lightblue;
}

.baseSettingsTable {
    width: 100%;
}

.settingsMenuContent {
    background: #f2f2f2;
}

.baseSettingsTable tr {
    margin-top: 15px;
}

    .baseSettingsTable tr td {
        min-width: 75%;
        max-width: 75%;
        width: 75%;
        padding-left: 25px;
    }

.settingsTable {
    max-width: 75%;
    min-width: 75%;
}

    .settingsTable tr td h3 {
        padding: 0px;
        padding-top: 29px;
        line-height: 2px;
    }

.settingsTableInput {
    max-width: 75%;
    min-width: 25%;
    padding-right: 25px;
}

    .settingsTableInput input {
        margin-top: 28px;
        min-width: 150px !important; /* This determines the width of the input controls in the create/edit dialogs */
    }

.error {
    color: red;
}

.hiddensettings {
    display: none;
}

.switch {
    margin-top: 16px;
    margin-left: calc(50% - 40.5px);
}

.trippleinput td {
    max-width: 200px !important;
    min-width: 200px !important;
    width: 200px !important;
}

.error,
.errortextcolor,
.errortextcolor2 {
    border-color: red !important;
}

.buttondesign {
    width: 25% !important;
    margin-left: 75% !important;
}

.buttonsettings {
    width: 25% !important;
}

.phone {
    font-family: 'Roboto', sans-serif;
}

#androidPhone {
    margin-left: 25px;
    height: 562px;
    width: 350px;
    background: black;
    border-radius: 25px;
    position: relative;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    float: left;
    z-index: 1;
}

#androidScreen {
    height: 532px;
    width: 320px;
    background: #efefef;
    position: absolute;
    left: 15px;
    top: 22px;
    display: none;
    z-index: 0;
}

#androidStatusBar {
    position: absolute;
    height: 25px;
    width: 100%;
    background: #808080;
    z-index: 1;
}

    #androidStatusBar table {
        position: absolute;
        right: 0px;
        color: #ffffff;
    }

.rotate-up {
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

#androidheader {
    z-index: 1;
    position: absolute;
    top: 25px;
    height: 50px;
    width: 100%;
    text-align: center;
    color: #ffffff;
    background: #af161e;
}

#Maincontent {
    z-index: 1;
    position: absolute;
    top: 140px;
    width: 95%;
    margin-left: 2.5%;
    height: auto;
    text-align: center;
}

    #Maincontent input {
        border: none;
        border-bottom: solid #808080 1px;
        background: transparent;
        height: 25px;
        width: 100%;
    }

        #Maincontent input:placeholder {
            color: #808080;
        }

    #Maincontent button {
        margin-top: 15px;
        width: 100%;
        background: #d7d7d7;
        border: none;
        height: 25px;
    }

#appheader {
    background: #af161e;
    height: 30px;
    width: 100%;
    position: absolute;
    top: 75px;
}

    #appheader input {
        width: 125px;
        background: #af161e;
        border: none;
        border-bottom: solid black 1px;
    }

    #appheader button {
        background: #af161e;
        border: none;
        color: #ffffff;
        height: 20px;
        width: auto;
        padding: 0px 10px;
    }

#loading {
    color: #ffffff;
    z-index: 50;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 25px;
    height: 25px;
    margin-left: -25px;
    margin-top: -35px;
}

#background {
    height: 427px;
    width: 100%;
    position: absolute;
    top: 105px;
    background: #efefef;
}

#androidfooter {
    width: 100%;
    background: black;
    bottom: 0px;
    position: absolute;
}

    #androidfooter table tr td p {
        text-align: center;
        margin-top: 15px;
    }

        #androidfooter table tr td p i {
            color: white;
        }

    #androidfooter table {
        width: 100%;
    }

        #androidfooter table tr td {
            width: 33%;
        }

.selectedItemText {
    position: relative;
    left: 23px;
    z-index: 0;
}

.inputheader {
    background: transparent !important;
}

.mobiletablesettings {
    min-width: 0% !important;
    max-width: 0% !important;
    width: 0% !important;
    padding-left: 0 !important;
}

    .mobiletablesettings input {
        width: 125px !important;
    }

#InviteButton {
    margin: 5px 0px;
    width: 100% !important;
}

div#qrcode {
    margin-top: 15px;
    margin-left: -25px;    
    position: relative;
    padding-bottom: 25px !important;
    margin-bottom: 15px;
}

.demo-droppable {
    margin-top: 25px;
    background: #fff !important;
    color: white;
    padding: 0px;
    text-align: center;
    max-height: 100px !important;
    border: dashed 2px black;
}

    .demo-droppable.dragover {
        background: #00CC71 !important;
    }

input#fileselect {
    display: block !important;
    max-width: 100% !important;
    width: 100% !important;
    height: 100px !important;
    position: relative !important;
    padding: 0px !important;
    color: black;
}

td.select-branch-buttons {
    /*position: relative;*/
    max-width: 0px !important;
    min-width: 0px !important;
    width: 1px !important;
    /*padding: 0px !important;*/
    /*margin: 0px;
    top: 45.5px;*/
    margin: 0px;
    padding-left: 10px !important;
}

#ConfirmDelte {
    position: fixed;
    z-index: 100;
    display: none;
    width: 500px;
    height: auto;
    background: #f2f2f2;
    top: 50%;
    left: 50%;
    margin-left: -250px;
    margin-top: -57px;
    border: solid 1px black;
}

#Delete:disabled {
    background: #d8d8d8;
}

button#RemoveConfirm, button#RemoveCancel {
    width: 50%;
    float: left;
}

#backgroundConfirmDelte {
    background-color: rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100vh;
    width: 100%;
    display: none;
    z-index: 99;
}

#ConfirmDelte header {
    width: 100%;
    height: 50px;
    background: black;
    color: white;
    line-height: 50px;
    padding-left: 15px;
    color: #9d9d9d !important;
}

#ConfirmDelte p {
    padding-left: 25px;
    margin: 10px 0px;
}

#HeaderLogin {
    background: #101010;
    color: #9d9d9d;
    height: 50px;
}

    #HeaderLogin h1 {
        text-align: left;
        margin-right: 25px;
        line-height: 50px;
        font-size: 16px;
    }

#HeaderLogin, #LoginContent, #ErrorMessage {
    padding-left: 25px;
    width: 100%;
    max-width: 350px;
    min-width: 350px;
}

#LoginContent {
    padding-left: 0px;
    margin-top: 0px;
    background: #f2f2f2;
}

.LoginForm {
    padding-left: 25px;
}

    .LoginForm input {
        padding-left: 5px;
        background: white;
        border: none;
        margin-top: 25px;
        width: calc(100% - 25px) !important;
        max-width: 100% !important;
    }

    .LoginForm button {
        margin-top: 25px;
        width: calc(100% - 25px);
        margin-bottom: 25px;
    }

#ErrorMessage {
    margin-bottom: 0px;
    height: auto;
    padding: 5px 25px;
    border-radius: 0px 0px 4px 4px;
}

.errorstrip {
    display: none !important;
}

#loginform {
    position: relative;
    top: 0px;
    left: calc(50% - 175px);
}

.ui-dialog-title {
    font-size: 16px;
}
