.ui-widget.success-dialog, .ui-widget.content-dialog {
    font-family: Verdana,Arial,sans-serif;
    font-size: .8em;
}

.ui-widget-content.success-dialog, .ui-widget-content.content-dialog {
    background: #e4e4e4;
    border: 1px solid #ed1b2e;
    color: #222222;
}

.ui-dialog.success-dialog, .ui-dialog.content-dialog {
    left: 0;
    outline: 0 none;
    padding: 0 !important;
    position: absolute;
    top: 0;
}

.ui-dialog.success-dialog .ui-dialog-content, .ui-dialog.content-dialog .ui-dialog-content {
    background: none repeat scroll 0 0 #e4e4e4;
    border: 0 none;
    overflow: auto;
    position: relative;
    padding: 0 !important;
    margin: 8px;
}

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
    height: 10px;
}

.ui-corner-all {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.ui-dialog.success-dialog .ui-widget-header, .ui-dialog.content-dialog .ui-widget-header {
    background: #ed1b2e;
    border: 0;
    color: #fff;
    font-weight: normal;
}

.ui-dialog.success-dialog .ui-dialog-titlebar, .ui-dialog.content-dialog .ui-dialog-titlebar {
    padding: 0.1em .5em;
    position: relative;
    font-size: 1em;
}

.ui-icon-closethick {
    
}

.ui-dialog .ui-dialog-titlebar-close span {
    position: relative;
    margin:-8px;
}

.ui-dialog .ui-dialog-titlebar-close {
  height: 18px;
  margin: -9px 0 0;
  padding: 1px;
  position: absolute;
  right: 1em;
  top: 50%;
  width: 19px;
  background: #fff;
  border: 0
}

.ui-widget-overlay {
    background: url("http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.21/themes/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png") repeat-x scroll 50% 50% #aaaaaa !important;
    opacity: 0.3 !important;
    z-index:100 !important
}

.content-dialog {
    border: 1px solid #d8d8d8;
    border-radius: 5px;
}

.success-dialog {
    background-color: rgb(236, 255, 216);
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    color: #000;
    font-family: Arial;
    font-size: 11px;
    margin-top: 30px;
    padding: 10px;
}

.success-dialog img {
    margin-top:10px
}

.success-dialog span.text {
    font-size: 12px;
    margin-left: 10px;
    margin-top: 16px;
    position: absolute;
}

.input_holder, .input_holder_child {
    margin-bottom:10px;
}
.btn-file input[type="file"] {
    background: none repeat scroll 0 0 red;
    cursor: inherit;
    display: block;
    font-size: 999px;
    min-height: 100%;
    min-width: 100%;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
}

.btn-primary {
    background-color: #F2192C;
    border:none;
    color: #fff;
}
.btn {
    -moz-user-select: none;
    background-image: none;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    height: 25px;
    line-height: 25px;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    
    margin: -1px 0 0 -4px;
}
.btn-file {
    overflow: hidden;
    position: relative;
}

.btn-file i {
    line-height:25px;
    margin-right:6px
}



.file-control-btn {
  display: inline-block;
  cursor:pointer;
  height: 36px;
  line-height: 36px;
  padding-right: 30px;
  padding-left: 70px;
  position: relative;
  background-color:rgb(41,127,184);
  color:rgb(255,255,255);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 15px;
  
  
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  text-shadow:0px 1px 0px rgba(0,0,0,0.5);
-ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#ff123852,Positive=true)";zoom:1;
filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#ff123852,Positive=true);

  -moz-box-shadow:0px 2px 2px rgba(0,0,0,0.2);
  -webkit-box-shadow:0px 2px 2px rgba(0,0,0,0.2);
  box-shadow:0px 2px 2px rgba(0,0,0,0.2);
  -ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#33000000,Positive=true)";
filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#33000000,Positive=true);
}

.file-control-btn span {
  position: absolute;
  left: 0;
  width: 50px;
  height:36px;
  background-color:#000;
  
  -webkit-border-top-left-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-bottomleft: 5px;
border-right: 1px solid  rgba(0,0,0,0.15);
}

.file-control-btn:hover span, .file-control-btn.active span {
  background-color:#000000;
  border-right: 1px solid  rgba(0,0,0,0.3);
  
}

.file-control-btn span i {
    vertical-align:middle;
    font-size:36px;
    margin: -11px 0px 0 5px;
}

.file-control-btn:active {
  margin-top: 2px;
  margin-bottom: 13px;

  -moz-box-shadow:0px 1px 0px rgba(255,255,255,0.5);
-webkit-box-shadow:0px 1px 0px rgba(255,255,255,0.5);
box-shadow:0px 1px 0px rgba(255,255,255,0.5);
-ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#ccffffff,Positive=true)";
filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#ccffffff,Positive=true);
}

a.file-control-btn:hover {
    color: #FAF3F3;
}

.file-control-btn.orange {
  background: #FF7F00;
}

.file-control-btn.purple {
  background: #8e44ad;
}

.file-control-btn.turquoise {
  background: #1abc9c;
}

.file-control-btn.red {
  background: #F2192C;
}

.input-caption {
    display:inline-block;
}


.input-caption input[type="text"] {
    width:180px;
    height:19px
}

.input-delete {
    background: none repeat scroll 0 0 #000000;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    color: white;
    display: inline-block;
    height: 27px;
    margin: -4px;
    padding: 5px;
    vertical-align: middle;
    cursor:pointer;
}

.input-delete i {
    margin-top:3px;
}

#ajaxloader {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    animation: 1s linear 0s normal none infinite spin;
    border-color: #000 transparent #333 transparent;
    border-image: none;
    border-radius: 50%;
    border-style: solid;
    border-width: 8px;
    box-shadow: 0 0 25px 2px #eee;
    height: 30px;
    left: 49%;
    margin: 0 0 0 -15px;
    position: absolute;
    top: 16%;
    display: none;
    width: 30px;
}

@keyframes spin {
    0% {
        opacity: 0.4;
        transform: rotate(0deg);
    }
    50% {
        opacity: 1;
        transform: rotate(180deg);
    }
    100% {
        opacity: 0.4;
        transform: rotate(360deg);
    }
}
@keyframes spin {
    0% {
        opacity: 0.2;
        transform: rotate(0deg);
    }
    50% {
        opacity: 1;
        transform: rotate(180deg);
    }
    100% {
        opacity: 0.2;
        transform: rotate(360deg);
    }
}

.gallery-box {
   display:inline-block;
   position: relative;
   width: 240px;
   height:155px;
}
.gallery-box .boxInner {
  border: 2px solid #fff;
  padding: 2px 2px 0 2px;
  width: 90%;
}
.gallery-box .boxInner img {
   width: 100%;
}

.gallery-box .boxInner .boxLink {
    display:block;
    margin-bottom:-2px
}

.gallery-box:hover {
    transform: scale(1.2);
    z-index: 2;
}
.gallery-box a:hover {
    box-shadow: 0 0 0 2px #fff, 0 0 20px 5px #000;
    transition: all 0.1s ease 0s;
}
.gallery-box:hover img {
    transform: scale(1.2);
}

.mini-header {
    margin-bottom:5px;
    color: #2b2d33;
    font-family: Calibri,'Open Sans',Candara,Segoe,"Segoe UI",Optima,Arial,sans-serif;
}
