/* 
    Created on : Feb 23, 2023, 11:15:57 AM
    Author     : Irfan
*/
table {
    font-size: 1em;
}

.ui-draggable, .ui-droppable {
    background-position: top;
}

.login-btn-orange {
    background-color: #ff7600;
    font-weight: bold;
    outline: none;
    color:#ffffff;
    padding: 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    margin: 4px 2px;
}
.search-button {
    position: absolute;
    top: 0;
    right: 0;
    height: 42px;
    width: 80px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 42px;
    border-width: 0;

    background-color: #66afe9;
    -webkit-border-radius: 0px 5px 5px 0px;
    -moz-border-radius: 0px 5px 5px 0px;
    border-radius: 0px 5px 5px 0px;
    cursor: pointer;
}

.search-button-gallery {
    position: absolute;
    margin-top: 20px;
    height: 42px;
    width: 80px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 42px;
    border-width: 0;

    background-color: #66afe9;
    -webkit-border-radius: 0px 5px 5px 0px;
    -moz-border-radius: 0px 5px 5px 0px;
    border-radius: 0px 5px 5px 0px;
    cursor: pointer;
}
.connect-button-profile {
    position: absolute;
/*    margin-top: 2px;
    height: 34px;*/
    width: 300px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    /*line-height: 35px;*/
    border-width: 0;
    border-bottom:1px solid #E7E2E2;
    background-color: #AB9595;
    -webkit-border-radius: 0px 5px 5px 0px;
    -moz-border-radius: 0px 5px 5px 0px;
    border-radius: 0px 5px 5px 0px;
    cursor: pointer;
}
.connect-button-profile:hover, .connect-button-profile:focus, .connect-button-profile:active {
    background-color: #357ebd;
    color:#ffffff;
}

.blue-button {
    position: absolute;
    height: 42px;
    width: 80px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 42px;
    border-width: 0;

    background-color: #66afe9;
    -webkit-border-radius: 0px 5px 5px 0px;
    -moz-border-radius: 0px 5px 5px 0px;
    border-radius: 0px 5px 5px 0px;
    cursor: pointer;
}



/*#photoactions div {
  border: 1px solid #090;
  background: #090;
  border-radius: 7px;
  padding: 1em;
  margin: 1em;
}

#photoactions span {
  display: block;
  text-align: center;
  color: #fff;
  font-family: sans-serif;
}*/



.login-btn-orange:hover, .login-btn-orange:focus, .login-btn-orange:active, .login-btn-orange.active, .open .dropdown-toggle.login-btn-orange {
    background-color: #d35400;
    color:#ffffff;
}

.login-btn-green {
    background-color:#2ecc71;
    font-weight: bold;
    outline: none;
    color:#ffffff;
    padding: 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    margin: 4px 2px;


}

.login-btn-green:hover, .login-btn-green:focus, .login-btn-green:active, .login-btn-green.active, .open .dropdown-toggle.login-btn-green {
    background-color: #008000;
    color:#ffffff;
}

select option {
    margin: 40px;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}

select option[value="1"] {
    background: rgba(100, 100, 100, 0.3);
}

select option[value="2"] {
    background: rgba(150, 150, 150, 0.3);
}

select option[value="3"] {
    background: rgba(200, 200, 200, 0.3);
}

select option[value="4"] {
    background: rgba(250, 250, 250, 0.3);
}
/*.popup-window {
  display:  none;
  width:300px;
  height:400px;
  border-left: 30px;
  align-content:  center;
  background: #555555;
  box-shadow: -3px -3px 7px #fffdfdcc,3px 3px 5px rgba(94, 104, 121, 0.342);
  text-align:center;
  font-size:22px;
  line-height:300px;
  cursor:pointer;
    
}*/


/*.register-window {
  display: none;
  width:300px;
  height:800px;
  border-left: 30px;
  align-content:  center;
  background: #555555;
  box-shadow: -3px -3px 7px #fffdfdcc,3px 3px 5px rgba(94, 104, 121, 0.342);
  text-align:center;
  font-size:22px;
  line-height:300px;
  cursor:pointer;
    
}*/


label, input {
    display:block;
}
input.text {
    margin-bottom:12px;
    width:95%;
    padding: .4em;
}
fieldset {
    padding:0;
    border:0;
    margin-top:25px;
}
h1 {
    font-size: 1.2em;
    margin: .6em 0;
}
div#users-contain {
    width: 350px;
    margin: 20px 0;
}
div#users-contain table {
    margin: 1em 0;
    border-collapse: collapse;
    width: 100%;
}
div#users-contain table td, div#users-contain table th {
    border: 1px solid #eee;
    padding: .6em 10px;
    text-align: left;
}
.ui-dialog .ui-state-error {
    padding: .3em;
}
.validateTips {
    border: 1px solid transparent;
    padding: 0.3em;
}