input {
    background-color: #FFF;
    width: 470px;
    padding: 10px 10px;
    margin: 5px 0 15px 0;
    box-sizing: border-box;
    color: #000000;
    border: 1px solid #CCC;
    box-shadow: inset 0 0 5px 1px #DDDDDD;
}

textarea {
    background-color: #FFF;
    width: 470px;
    padding: 10px 10px;
    margin: 5px 0 15px 0;
    box-sizing: border-box;
    color: #000000;
    border: 1px solid #CCC;
    box-shadow: inset 0 0 5px 1px #DDDDDD;
}

h2 {
  font-size: 20px !important;
  font-weight: bold;
  color: #00477d !important;
}
input.input_img {
    box-shadow: none;
    margin-left: 0px;
}
input.search {
    width: 630px;
    margin: 0;
    height: 45px;
    box-shadow: inset 0 0 5px 1px #DDDDDD;
}
input[type="checkbox"] {
    width: auto;
    margin: 5px 5px 0px 15px;
}

label {
    font-weight: bold;
    color: #000000;
    margin-bottom: 0px !important;
    margin-top: 5px;
}

select {
    background-color: #FFFFFF;
    width: 480px;
    padding: 10px 20px;
    margin: 5px 0 15px 0;
    box-sizing: border-box;
    color: #000000;
    border: 1px solid #CCC;
    /* background: #FFFFFF; */
    -webkit-appearance: none;
        -moz-appearance: none;
    appearance: none;
    background: url(/img/select_arrow.png) 98% / 4% no-repeat #FFFFFF;
    box-shadow: inset 0 0 5px 1px #DDDDDD;
}
.btn_container{
    width: 100%;
    margin-top: 20px;
    text-align: center;
}
button.btn_save {
    padding-left: 50px;
    width: 150px;
    height: 50px;
    background-color: #4bad1d;
    color: #FFFFFF;
    margin: 10px 10px 10px 10px;
    background-image: url(/img/save_icon.png);
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: 5px;
    box-shadow: 2px 1px 5px rgba(0, 0, 0, .5);
}

.btn_save img{
    margin-left: 5px;
    /* margin-bottom: 5px; */
}
button.btn_add_link {
    padding-left: 50px;
    width: 170px;
    height: 40px;
    background-color: #4bad1d;
    color: #FFFFFF;
    margin: 5px auto 0px auto;
    background-image: url(/img/plus_icon.png);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: 10px;
    box-shadow: 2px 1px 5px rgba(0, 0, 0, .5);
    display: block;
    font-size: 15px;
}

.btn_add_link img{
    margin-left: 5px;
    /* margin-bottom: 5px; */
}
button.btn_add_link_page {
    padding-left: 50px;
    width: 170px;
    height: 40px;
    background-color: #4bad1d;
    color: #FFFFFF;
    margin: 5px auto 0px auto;
    background-image: url(/img/plus_icon.png);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: 10px;
    box-shadow: 2px 1px 5px rgba(0, 0, 0, .5);
    /* display: block; */
    font-size: 15px;
    display: none;
    position: relative;
    margin: 0px 0px 0px 150px;
}

.btn_add_link_page img{
    margin-left: 5px;
    margin-bottom: 3px;
}

button.btn_cancel {
    padding-left: 50px;
    width: 150px;
    height: 50px;
    background-color: #ED9900;
    color: #FFFFFF;
    margin: 10px 10px 10px 10px;
    background-image: url(/img/cancel_icon.png);
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: 5px;
    box-shadow: 2px 1px 5px rgba(0, 0, 0, .5);
}
.btn_cancel img{
    margin-left: 5px;
    /* margin-bottom: 5px; */
}
input.btn_cancel {
    padding-left: 50px;
    width: 150px;
    height: 50px;
    background-color: #ED9900;
    color: #FFFFFF;
    margin: 10px 10px 10px 10px;
    background-image: url(/img/cancel_icon.png);
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: 5px;
    box-shadow: 2px 1px 5px rgba(0, 0, 0, .5);
    border: none;
}
button.btn_delete {
    padding-left: 50px;
    width: 150px;
    height: 50px;
    background-color: #fa1e1f;
    color: #FFFFFF;
    margin: 10px 10px 10px 10px;
    background-image: url(/img/trash_icon_red.png);
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: 5px;
    box-shadow: 2px 1px 5px rgba(0, 0, 0, .5);
}
.btn_delete img{
    margin-left: 5px;
    /* margin-bottom: 5px; */
}
.form_delete_confirm {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 500px;
    margin: -250px 0 0px -250px;
    background-color: #FFFFFF;
    color: #000000;
    padding: 10px 10px 10px 10px;
    z-index: 9000;
    box-shadow: 2px 1px 5px rgba(0, 0, 0, .5);
}

/* Radio buttons  */
.radio_container {
    position: relative;
    padding: 10px 0px 0px 40px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0px 0 0px 100px;
}
.radio_container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 35px;
    width: 35px;
    background-color: #FFFFFF;
    border-radius: 50%;
    box-shadow: inset 0 0 5px 2px #DDDDDD;
}

.radio_container:hover input ~ .checkmark {
    background-color: #ccc;
}

.radio_container input:checked ~ .checkmark {
    background-color: #00477E;
    box-shadow: none;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.radio_container input:checked ~ .checkmark:after {
    display: block;
}

.radio_container .checkmark:after {
  top: 6px;
  left: 6px;
  width: 23px;
  height: 23px;
	border-radius: 50%;
	background: white;
}

/* Filter Interval */
.form_filter_interval {
    margin: 0px 0px 10px 30px;
    color: #000000;
    font-weight: normal;
}
.form_filter_interval label{
    font-weight: normal;
}
input.form_filter_interval {
  background-color: #FFF;
  width: 80px;
  height: 30px;
  padding: 7px 5px;
  margin: 1px 0 0px 0;
  box-sizing: border-box;
  color: #000000;
  border: 1px solid #CCC;
  box-shadow: inset 0 0 5px 1px #DDDDDD;
}

button.btn_go {
    width: 40px;
    height: 30px;
    background-color: #4bad1d;
    color: #FFFFFF;
    margin: 2px 0px 0px 0px;
    box-shadow: 2px 1px 5px rgba(0, 0, 0, .5);
    position: absolute;
    padding-top: 3px;
}

input.btn {
    width: 50px;
    font-size: 10px;
    padding: 5px 6px 5px 5px;
    margin: 1px 1px 1px 1px;
}
.close {
    color: #00477D;
    float: right;
    font-size: 20px;
}
.close:hover,
.close:focus {
    color: #00477D;
    text-decoration: none;
    cursor: pointer;
}

/* Search */
.admin_search{
  width: 830px;
  margin-left: 30px;
  padding-top: 40px;
  height: 180px;
}
.admin_search.chats{
  height: 100px;
}

p.admin_title {
    font-size: 22px;
    color: #175789;
    font-weight: bold;
    padding-bottom: 10px;
}
.admin_search_result {
    font-size: 16px;
    color: #175789;
    /* font-weight: bold; */
    padding: 20px 0px 15px 0px;
    position: absolute;
}
.admin_search_result_error{
    font-size: 14px;
    color: red;
    font-weight: bold;
    padding: 20px 0px 15px 0px;
    position: absolute;
}

.btn_search {
    position: absolute;
    width: 90px;
    background-color: #0f9595;
    font-size: 15px;
    text-align: center;
    color: #FFF;
    height: 45px;
    box-shadow: 2px 1px 3px rgba(0, 0, 0, .5);
}
.btn_clear_search {
    /* position: absolute; */
    float: right;
    width: 200px;
    background-color: #4fb420;
    font-size: 15px;
    text-align: center;
    color: #FFF;
    height: 35px;
    box-shadow: 2px 1px 3px rgba(0, 0, 0, .5);
        margin: 15px 110px 15px 0px;
}
/* Add button*/
.btn_add {
    display: block;
    position: absolute;
    width: 100px;
    height: 40px;
    margin-left: 650px;
    margin-top: 15px;
    background-color: #55c321;
    font-size: 12px;
    text-align: center;
    color: #FFFFFF;
    box-shadow: 2px 1px 5px rgba(0, 0, 0, .5);
    padding: 0px;
}
.btn_icon_add {
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    margin-left: 610px;
    margin-top: 15px;
    background: url(/img/admin/plus_icon.png) no-repeat;
    background-color: #4fb420;
    box-shadow: 2px 1px 5px rgba(0, 0, 0, .5);
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
}

/*New User  */
.form_new_user_container {
    position: absolute;
    display: none;
    /* height: 715px; */
    width: 500px;
    margin: -230px 0 0px 40px;
    background-color: #FFFFFF;
    color: #000000;
    padding: 10px 10px 10px 10px;
    z-index: 9000;
    box-shadow: 2px 1px 5px rgba(0, 0, 0, .5);
}
.form_edit_user_container {
    position: absolute;
    display: block;
    width: 500px;
    margin: -230px 0 0px 40px;
    background-color: #FFFFFF;
    color: #000000;
    padding: 10px 10px 10px 10px;
    z-index: 9000;
    box-shadow: 2px 1px 5px rgba(0, 0, 0, .5);
}

.form_register_user_container {
    position: absolute;
    top: 90px;
    width: 500px;
    margin: -10px 0 0px 260px;
    background-color: #0087AD;
    color: #FFFFFF;
    padding: 10px 10px 10px 10px;
    z-index: 9000;
    box-shadow: 2px 1px 5px rgba(0, 0, 0, .5);
}
.form_register_user_container h2{
    color: #FFFFFF !important;
}
.form_register_user_container a{
    color: #FFFFFF;
    text-decoration: none;
}
.form_register_user_container a:hover{
    color: #FFFFFF;
    text-decoration: none;
}
.form_register_user_container label{
    font-weight: normal;
    color: #FFFFFF;
}
.close_register {
    color: #00477d;
    float: right;
    font-size: 20px;
}
.close_register:hover,
.close_register:focus {
    color: #00477d;
    text-decoration: none;
    cursor: pointer;
}
.form_reset_password {
    position: absolute;
    top: 250px;
    width: 500px;
    margin: 0px 0 0px 270px;
    background-color: #0087AD;
    color: #FFFFFF;
    padding: 10px 10px 10px 10px;
    z-index: 9000;
    box-shadow: 2px 1px 5px rgba(0, 0, 0, .5);
}
.form_reset_password h2{
    color: #FFFFFF !important;
}
.form_reset_password a{
    color: #FFFFFF;
    text-decoration: none;
}
.form_reset_password a:hover{
    color: #FFFFFF;
    text-decoration: none;
}
.form_reset_password label{
    margin-top: 10px;
    font-weight: normal;
    color: #FFFFFF;
}
button.btn_reset_password {
    padding-left: 50px;
    width: 200px;
    height: 50px;
    background-color: #4bad1d;
    color: #FFFFFF;
    margin: 15px 0px 0px 140px;
    background-image: url(/img/save_icon.png);
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: 5px;
    box-shadow: 2px 1px 5px rgba(0, 0, 0, .5);
}
/* Wheels  */
.form_new_wheel_container, .form_edit_wheel_container, .form_upload_picture_wheel_container, .form_new_wheel_section_container, .share_confirm, .alert_error {
    position: absolute;
    width: 500px;
    top: 50%;
    left: 50%;
    margin: -300px 0 0px -250px;
    background-color: #FFFFFF;
    color: #000000;
    padding: 10px 10px 10px 10px;
    z-index: 9000;
    box-shadow: 2px 1px 5px rgba(0, 0, 0, .5);
}
.form_edit_wheel_container.share_wheel{
    top: 35%;
}
.form_new_wheel_container {
    display: none;
}

.form_view_wheel_container {
    position: absolute;
    height: 530px;
    width: 500px;
    margin: -150px 0 0px 40px;
    background-color: #FFFFFF;
    color: #000000;
    padding: 10px 10px 10px 10px;
    z-index: 9000;
    box-shadow: 2px 1px 5px rgba(0, 0, 0, .5);
}
/* Wheel Media  */
.form_add_wheel_page_container {
    /* display: none; */
    position: absolute;
    top: 50%;
    left: 50%;
    width: 800px;
    margin: -300px 0 0px -400px;
    background-color: #FFFFFF;
    color: #000000;
    padding: 10px 10px 10px 10px;
    z-index: 9000;
    box-shadow: 2px 1px 5px rgba(0, 0, 0, .5);
}
.form_add_photo_container, .form_add_video_container, .form_add_file_container, .form_add_map_container{
    display: none;
    position: absolute;
    width: 500px;
    top: 50%;
    left: 50%;
    margin: -260px 0 0px -250px;
    background-color: #FFFFFF;
    color: #000000;
    padding: 10px 10px 10px 10px;
    z-index: 9002;
    box-shadow: 2px 1px 5px rgba(0, 0, 0, .5);
}

span#char_remain_photo, span#char_remain_video, span#char_remain_upload_video, span#char_remain_file, span#char_remain_map, span#char_remain_edit{
    color: #AAAAAA;
    margin-left: 325px;
    font-size: 14px;
    margin: 8px 0 0;
    clear: both;
    display: block;
    text-align: right;
}

/* Spinning upload */
div#modalSpinningUpload {
    display: none;
    background-color: rgba(0, 0, 0, 0.2);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    overflow: hidden;
    outline: 0;
}

:root {
    --s-loader-wrapper-bg-color: rgb(21, 22, 43);
    --s-loader-width: 90px;
    --s-loader-height: var(--s-loader-width);
    --s-loader-border-color-trans: rgba(29, 161, 242, 0.2);
    --s-loader-border-color-full: #005897;
  }

.spinning-loader {
    width: var(--s-loader-width);
    height: var(--s-loader-height);
    border: 5px solid var(--s-loader-border-color-trans);
    border-left-color: var(--s-loader-border-color-full);
    border-radius: 50%;
    background: transparent;
    animation-name: rotate-s-loader;
    animation-iteration-count: infinite;
    animation-duration: 1s;
    animation-timing-function: linear;
    position: absolute;
    top: 43%;
    left: 47%;
    margin-right: -50%;
    transform: translate(-50%, -50%)
  }
  
  @keyframes rotate-s-loader {
    from {
      transform: rotate(0);
    }
    to {
      transform: rotate(360deg);
    }
  }

.alert-danger-upload {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    position: absolute;
    top: 200px;
    left: 33%;
    z-index: 1;
}

.alert_error_complete_register {
    color: #000;
    background-color: #FFF;
    position: absolute;
    margin-top: -500px;
    margin-left: 260px;
    z-index: 1;
    width: 500px;
    padding: 30px;
    box-shadow: 2px 1px 5px rgba(0, 0, 0, .5);
}
/*  */

/* Portals  */
.form_new_portal_container, .form_edit_portal_container {
    position: absolute;
    width: 500px;
    margin: -130px 0 0px 40px;
    background-color: #FFFFFF;
    color: #000000;
    padding: 10px 10px 10px 10px;
    z-index: 9000;
    box-shadow: 2px 1px 5px rgba(0, 0, 0, .5);
    font-weight: normal;
}
.form_new_portal_container {
    display: none;
}

span.error_feedback {
    color: red;
}
.alert_form_container {
    position: absolute;
    display: none;
    height: 120px;
    width: 300px;
    margin: 240px 0px 0px 350px;
    background-color: #FFFFFF;
    padding: 10px 10px 10px 10px;
    color: #000000;
    z-index: 9000;
    box-shadow: 2px 1px 5px rgba(0, 0, 0, .5);
}
.alert_form p {
    margin: 25px 10px 10px 10px;
}

.alert_container {
    position: absolute;
    width: 300px;
    top: 50%;
    left: 50%;
    background-color: #FFFFFF;
    padding: 10px 10px 10px 10px;
    margin: -100px 0px 0px -100px;
    color: #000000;
    z-index: 9000;
    box-shadow: 2px 1px 5px rgba(0, 0, 0, .5);
}
.alert_form p {
    margin: 25px 10px 10px 10px;
}
.close_alert {
    color: #00477d;
    float: right;
    font-size: 20px;
}
.close_alert:hover,
.close_alert:focus {
    color: #00477d;
    text-decoration: none;
    cursor: pointer;
}
/*Border Glow  */
input[type=email], input[type=password], input[type=date], input[type=text], input[type=select], button, textarea {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
}

input[type=email]:focus, input[type=password]:focus, input[type=date]:focus, input[type=text]:focus, input[type=select]:focus, button:focus, textarea:focus {
  box-shadow: 0 0 10px #f9c716;
  border: 1px solid #f9c716;
}
