.link-style
{
  text-decoration: none !important;
  font-size: 12px;
}
.controls-description
{
 font-size: 12px;
}
.form-group .custom-input-medium
{
   margin-right: 0px;
   width: 49%;
   float: left;
   margin-left: 3px !important;
}
.custom-input-medium
{
   width: 49%;
}
.archive-span
{
   background:#e5e5e5;
   margin: 2px 0px 0px 0px;
   padding:0 2px;
}
.progress-bar-position
{
   position: fixed;
   top: 40%;
   left: 40%;
   border: 1px solid #377dff !important;
   background-color: #fff;
   z-index: 999999;
}
.progress-bar-width
{
   width: 500px;
   margin: 20px;
   border: 1px solid #ccc4c4;
}
.progress-info
{
   color:#000;
   text-align: center;
   width: 512px;
   margin: 20px;
}
.portlet-progress-bar
{
   background-color: #377dff;
   padding: 9px;
   margin-top: -1px;
   color: rgb(255, 255, 255);
   font-size: 15px;
}
.portlet-progress-message
{
   color: #FF0000;
   margin: 0px 0px 8px 35px !important;
}
.modal-body
{
   position: relative;
   padding: 15px !important;
}
.modal-footer
{
   padding: 15px;
   text-align: right;
   border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn
{
   margin-bottom: 0;
   margin-left: 5px;
}
.btn-danger
{
   color: #fff !important;
   background-color: #F3565D !important;
   border-color: #f13e46 !important;
}
.tech-migrator-counter
{
   display: none !important;
}
.custom-manual-td a
{
   text-decoration: none;
}
.modal-scrollable
{
   overflow: hidden !important;
}
/* Outer */
.popup
{
   z-index: 99999;
   width:100%;
   height:100%;
   display:none;
   position:fixed;
   top:0px;
   left:0px;
   background:rgba(0,0,0,0.75);
}
/* Inner */
.popup-inner
{
   max-width:700px;
   width:90%;
   position:absolute;
   top:50%;
   left:50%;
   -webkit-transform:translate(-50%, -50%);
   transform:translate(-50%, -50%);
   box-shadow:0px 2px 6px rgba(0,0,0,1);
   border-radius:3px;
   background:#fff;
}
.popup-control
{
   width: 45.7% !important;
}
@media (max-width: 1000px)
{
   .popup-control
   {
      width: 95.7% !important;
   }
}
.migration-trulywp-admin-notice
{
   margin-left:11px!important
}
.migration-trulywp-admin-notice-link
{
   text-decoration:none!important
}
