/*.alert-danger {
    background-image: linear-gradient(to bottom, #f2dede 0px, #e7c3c3 100%);
    background-repeat: repeat-x;
    border-color: #dca7a7;
}*/

.right{
    float: right;
}
.alert {
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
}
.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    
    
}
.alert-danger ul li{ list-style:none;padding: 5px;
                     width: 100%;}

.alert-danger p,.alert-danger h4{ color: #a94442 !important;}
.alert-success h4{ color: #fff !important;}
.alert {
    border: 1px solid transparent;
    border-radius: 4px;
    margin-bottom: 10px;
    padding: 10px;
    font-size: 14px;
    display: inline-block;
    float: left;
}

button.close {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    cursor: pointer;
    padding: 0;
}
.close {
    color: #000000;
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    opacity: 0.2;
    text-shadow: 0 1px 0 #ffffff;
}
.alert-success {
   background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #468847;
    text-shadow: 0 1px 0 #677c13;
}

.close:hover, .close:focus {
    color: #000000;
    cursor: pointer;
    opacity: 0.4;
    text-decoration: none;
}

.errorshow{display: none;}
.successshow{display:none}
.loginerrormsg{ width: 95%;}


.error {
    font-size: 13px;
    color: #B0445B;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

input[type=number] {
    -moz-appearance:textfield;
}

/*.error_focus:focus, .error_focus {*/
    /*color: #a94442;*/
    /*background-color: #f2dede !important;*/
    /*border: 1px solid #a94442 !important;*/
    /*-webkit-box-shadow: -2px 0 5px rgba(0,0,0,.06);*/
	/*-moz-box-shadow: -2px 0 5px rgba(0,0,0,.06);*/
	/*box-shadow: -2px 0 5px rgba(0,0,0,.06);*/
        /*border-radius: 3px;*/
    /**/
/*}*/

/*.error_focus input{ color: #a94442 !important; }*/

/*.success_focus:focus, .success_focus{*/
    /*border: 1px solid #3c763d !important;*/
    /**/
/*}*/

.login-box .alert-danger{
    margin-top: 20px;
    margin-bottom: 0px !important;
}

.login-box .fa-close{
    bottom: 10px;
    float: right;
    position: relative;
}

.forgotError i{
     margin: 6px 0;
}

.forgotError p{
     float: right;
    width: 85%;
}
.forgotError{
     width: 100%;
    display: none;
}
.loaderParent {   
    cursor: wait;
    left: 0;
    margin: 25px auto 0;
    position: absolute;
    right: 0;
    text-align: center;
    width: 43px;
    display:none
}

.loaderParent img , .registerLoaderParent img{  
    margin: 5px auto 0;

}

.registerLoaderParent {
    cursor: wait;
    display: none;
    left: 0;
    margin: 25px auto 0;
    position: absolute;
    right: 0;
    text-align: center;
    width: 60px;
}

.facebook-loaderParent {   
    background: #49639e none repeat scroll 0 0 !important;
    cursor: wait !important;
    display: none;
    height: 32px;
    left: 0;
    margin: 1px auto 0 !important;
    position: absolute;
    right: 0;
    text-align: center;
    width: 200px;
}

.facebook-loaderParent img {  
    margin: 1px auto 0;

}

.editProfileLoaderParent {
    cursor: wait !important;
    display: none;
    left: 0;
    margin: 0 auto !important;
    position: absolute;
    right: 0;
    text-align: center !important;
    width: 90px;
}

.loaderParentDiv{
    display: inline;
   position: relative;
}

.createCampParentDiv{
     position: relative;
}

.createCampParentDiv{
     position: relative;
     float: left;
     margin-right: 7px;
}

.createLoaderParent{
     bottom: 0;
    cursor: wait !important;
    left: 0;
    margin: 0 auto !important;
    position: absolute;
    right: 0;
    text-align: center !important;
    width: auto;
    display:none;
    
}

.createLoaderParent img, .saveLoaderParent img{
    margin: 5px auto 0;
}
.saveLoaderParent{
      bottom: 0;
    cursor: wait !important;
    left: 0;
    margin: 0 auto !important;
    position: absolute;
    right: 0;
    text-align: center !important;
    width: auto;
    display:none;
    
}
.loginerrorshow{ display: none;}

.successshowpage {
    width: 100%;
}

.successshowpage .close{
    margin: 0 20px;
}

#mydiv {
/*    background: #002F66 none repeat scroll 0 0;
    border: 1px solid #000;
    color: #fff;
    left: 30%;
    padding: 7px;
    position: fixed;
    top: 30%;
    z-index: 100001;*/

    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    bottom: 0;
    color: #fff;
    left: 0;
    padding: 7px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100001;
}
.ajax-loader {
    background-image: url("../img/ajax-loader.gif");
    background-repeat: no-repeat;
    bottom: 0;
    display: block;
    font-size: 0;
    height: 70px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 70px;
    
}


.input_error {
    font-size: 15px;
    padding: 3px 11px;
}

#userForm > p {
    color: #a94442;
    float: left;
    font-size: 14px;
    width: 100%;
}

#userForm2> p {
    color: #a94442;
    float: left;
    font-size: 14px;
    width: 100%;
}


.cover-resize-wrapper {
    position: relative;
    height: 386px;
    overflow: hidden;
    width: 515px;
    /*display: none;*/
}
.cover-resize-wrapper img {
    width: 100%;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .3);
}
.cover-resize-wrapper .drag-div {
    position: absolute;
    top: 0;
    width: 100%;
    background: rgba(0,0,0,0.15);
    color: white;
    font-weight: 500;
    padding: 7px;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 3px;
}
.cover-progress {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    background: rgba(0,0,0,0.6);
    color: white;
    text-align: center;
}
.cover-resize-buttons{display: none}
.cover-resize-buttons a{background: #ccc none repeat scroll 0 0;
                        color: #222;
                        float: left;
                        font-size: 14px;
                        margin: 0px 4px 0 0;
                        padding: 3px 5px;
                        text-align: center;
                        text-transform: uppercase; }
.instructionWrap{
    display: block;
    line-height: 26px;
    position: absolute;
    text-align: center;
    top: 145px;
    width: 100%;
}

.gg-create-group .error, .category-error .error{
    color: #B0445B;
    float: right;
    width: 71%;
}

.multi_gallery{ width:100%; float:left; margin-top:30px;}
.multi_gallery ul{ margin:0; padding:0; list-style-type:none; text-align: center; }
.multi_gallery ul li{ padding:7px; border:2px solid #ccc; display: inline-block; margin:10px 7px; background:none; height: 200px;
                      width: 200px;  height:auto; position: relative;}
.multi_gallery img{ height: 200px;
                    width: 200px; }
.multi_gallery ul li i{ position: absolute;  font-size: 40px; right: 0; left: 0; top:0px; background: rgba(255, 255, 255, 0.5); width: 32px; height: 32px; line-height: 215px; text-align: center;  color:#000; margin: auto; width:100%; height: 100%;  display:none;}
.multi_gallery ul li:hover i{display: block}
.none{ display:none;}
.upload_div{ margin-bottom:50px;}
.uploading, .uploading1 {
    float: left;
    margin-top: 15px;
    width: 100%;
}

.gallery-box img {
    display: block;
    max-height: 200px;
    max-width: 324px;
}

.csvUpload{padding: 0 17px !important;}

#fileSelect{ display: none; }


.invite-sg-field {
    background-color: #f5f5f5;
    border: 1px solid #e8e7e5;
    box-sizing: border-box;
    color: #535251;
    float: left;
    font-size: 13px;
    font-weight: 400;
    height: 24px;
    margin: 0;
    outline: medium none;
    padding: 0 5px;
    width: 150px;
}

.crop_btn{
    background: #85c226 none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    height: 30px;
    line-height: 30px;
    padding: 0;
    text-align: center;
    width: 110px;
    float: right;
}

.crop_btn input{
    cursor: pointer;
    height: 30px;
    right: 37px;
    opacity: 0;
    position: absolute;
    width: 110px;
}

.ui-progressbar {
    position: relative;
}
.progress-label {
    position: absolute;
    left: 50%;
    top: 4px;
    font-weight: bold;
    text-shadow: 1px 1px 0 #fff;
}


.login-parent-button{ text-align: center; }

.message-notification {
    font-size: 14px;
    padding: 14px;
    margin-top: 6px;
    margin-bottom: 6px;
    display: none;
    width: 100%;
}

.message-success {
    background-color: #85c226;
    color: #000;
    display: inline-block !important;
}

.message-error {
    background-color: #f45f41;
    color: #FFF;
}

.button-link {
    padding-left: 9px !important;
    padding-right: 9px !important;
    vertical-align: middle;
    line-height: 34px !important;
}
