﻿body{
    background-color: #ecf0f5;
}

.bodyPage {
    background-color: rgb(240, 240, 240);
    background-size: 100% 100%;
}

.wrapperLogin {
    background-color: #d43500;

    padding: 30px 100px;
    border: 3px solid #ddd;
}

body.smallLayout {
    background-size: 100%;

}

.containerLogin {
    background-color: #d43500;
    height: 532px;
    width: 500px;
    margin-top: 50px;
    float: none;
}


.loginBtn {
    background-color: #333;
    border-color: black;
    color: #ddd;
}

.loginBtn:hover {
    transition: color 200ms, background-color 200ms;
    background-color: #555;
    color: white;
}

.forgot {
    font-size: 14px;
    color: white;
}

.logo {
    width: 50%;
    padding-top: 30px;
    padding-bottom: 30px;
}

.loginInput {
    height: 62px;
    margin: 0 !important;
}

.chose {
    padding-top: 60px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 1.42857143;
    color: #333;
}

.img-map {
    padding-left: 157px;
}

.img-city {
    padding-left: 169.5px;
}

.imgCity {
    width: 100px;
    /* text-align:center; */
    margin-left: 60px;
    margin-top: 2px;
}

.inputMap {
    text-align: center;
    left: 255px;
    top: 115px;
}

.inputCity {
    text-align: center;
    left: 255px;
    top: 130px;
}

.switchImg {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

.menuProperty {
    background-color: #333333;
    width: 255px;
    /*height: auto;*/
    /*margin-top: 70px;*/

    /*addedbyme*/
    min-height: 700px;
}

.liMenuProperty {
    text-align: center;
    background-color: #484848;

}

.borderMenuProperties {
    border-bottom-style: solid;
    border-bottom-color: #5c5c5d;
    border-bottom-width: 1px;
}

.aMenu {
    border-radius: 0px;
    color: white;

}

.propIcon {
    /* background-image: url('../Images/icons/properties.png'); */
    width: 9%;
    /* text-align: left; */
    float: left;
    margin-top: 6px;
    margin-left: 20px;
    margin-right: 15px;
}

.imgArrow {
    width: 5%;

    float: right;
    margin-top: -21px;
    margin-right: 25px;
    /* visibility: initial; */
}

.size {
    margin-left: 10px;
    margin-right: 10px;
}

.newProjectBtn {
    background-color: #d43500;
    color: white;
    text-transform: uppercase;
}

.defaultBtn {
    border-radius: 0px;
    padding: 14px 16px;
    font-size: 12px;
    text-transform: uppercase;
}

.plus {
    width: 12%;
    margin-right: 5px;
    margin-bottom: 6px;
}

.canceltBtn {
    background-color: #b7b7b7;
    color: black;
    text-transform: uppercase;
}

.write {
    color: #959595;
    font-size: 14px;
    margin-top: 20px;
}

.title {
    color: #252525;
    font-size: 25px;
}

.containerFood {
    background-color: rgb(240, 240, 240);
}

.table tbody tr th:hover {
    color: red;
}

.nav > li > a {
    text-decoration: none !important;
    color: white;

}

.nav > li > a:focus {
    text-decoration: none !important;
    color: #337ab7;
}

.nav > li > a:hover {
    text-decoration: none !important;
    color: #337ab7;
}

.verticalLine {
    border-left: #FFFFFF solid;
    border-width: 1px;
    height: 42px;
    position: relative;
    left: 205px;
    margin-top: -33px;
}

.whiteArrow {
    margin-top: -61px;
    margin-left: 225px;

    width: 13px;
}

.homeIcon {
    margin-top: -5px;
    width: 25px;

    margin-right: 10px;
    margin-left: 0px;
}

.borderMenu {
    border-right-color: #5c5c5d;
    border-right-style: solid;
    border-right-width: 1px;
    height: 60px;

}

.locationIcon {
    margin-top: -5px;

    width: 19px;

    margin-right: 10px;

    margin-left: 0px;
}

.whiteArrow2 {
    width: 13px;
    position: absolute;
    margin-top: -29px;

    margin-left: 155px;
}

.languageIcon {
    margin-top: -5px;

    width: 25px;

    margin-right: 10px;

    margin-left: 0px;
}

.whiteArrow3 {
    width: 13px;
    position: absolute;

    margin-top: -29px;

    margin-left: 165px;
    /* margin-right: 33px; */
}

.whiteArrow4 {
    width: 13px;
    position: absolute;

    margin-top: -27px;
    margin-left: 175px;
}

.exitIcon {
    width: 30px;
    margin-left: 15px;
    margin-top: 15px;
}

.exitButton {
    background-color: #d43500;

    height: 60px;
    width: 60px;
}

.exitButton:hover {
    background-image: linear-gradient(to bottom, #222 0, #282828 100%);
    background-color: #080808;
}

.brandCity {
    background-color: #d43500;
}

.brandCity:hover {
    background-image: linear-gradient(to bottom, #222 0, #282828 100%);
    background-color: #080808;
}

.page {
    background-color: #080808;
}

#addCityModal td {
    width: 300px;
}

#addCityModal label {
    width: 300px;
}

#editCityModal td {
    width: 300px;
}

#editCityModal label {
    width: 300px;
}

#uploadFileTable tr.active td {
    background-color: #269FD9;
}

footer {
    bottom: 0;
    right: 0;
}