.SMSPublish
{
    background: #ededed;
    font-family: 'Open Sans', sans-serif;
}

.SMSPublish .RecordHeader {
    height: 72px !important;
    background: none repeat scroll 0% 0% #FFF;
    margin: 0px -48px;
    padding: 0px 48px;
    border-bottom: 1px solid #D7D7D7;
}

.SMSPublish .RecordHeaderContainer{
   
    font-size: 18px;
    color: #454545;
    text-align: left;
    line-height: 48px;
}


.SMSPublish .table_container{
    font-family: 'Open Sans', sans-serif;
    padding: 0;
    background: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    -khtml-border-radius: 0;
    border-radius: 0;
}

.SMSPublish .table_container .table
{
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-variant: normal;
    font-size-adjust: none;
    font-stretch: normal;
    -x-system-font: none;
    -moz-font-feature-settings: normal;
    -moz-font-language-override: normal;
    font-size: 14px;
    line-height: 50px;
    color: #454545;
    visibility: visible;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: hidden;
    
    border-spacing: 0px;
}

.SMSPublish .table_header 
{
    font-weight: 600; 
}

.SMSPublish .table_header .headeritem
{
    padding-left: 30px;
    font-weight: 600; 
}

/* for publish result */

.SMSPublish .table_header .header_icon
{
    width: 1%;
    min-width: 30px;
    max-width: 40px;
    padding-left: 30px;
    font-weight: 600; 
}

.SMSPublish .table_header .header_res_name
{
    width: 15%;
    min-width: 140px;
    max-width: 300px;
    padding-left: 30px;
    font-weight: 600; 
}

.SMSPublish .table_header .header_servername
{
    width: 21%;
    min-width: 132px;
    max-width: 200px;
    padding-left: 30px;
    font-weight: 600; 
}

.SMSPublish .table_header .header_serverrul
{
    width: 20%;
    min-width: 130px;
    padding-left: 30px;
    font-weight: 600; 
}

.SMSPublish .table_header .header_serverstate
{
    width: 20%;
    min-width: 150px;
    max-width: 150px;
    padding-left: 30px;
    font-weight: 600; 
}

.SMSPublish .table_header .header_progress
{
    min-width: 114px;
    width: 10%;
    padding-left: 30px;
}

.SMSPublish .table_header .header_open
{
    min-width: 50px;
    width: 7%;
    padding-left: 30px;
}

.SMSPublish .table_header .header_republish
{
    min-width: 50px;
    width: 1%;
    padding-left: 30px;
    padding-right: 30px;
}


/* for publish settings */
.SMSPublish .table_header .header_sett_serverid
{
    min-width: 120px;
    width: 15%;
    padding-left: 30px;
    font-weight: 600; 
}


.SMSPublish .table_header .header_sett_servername
{
    min-width: 100px;
    width: 15%;
    padding-left: 30px;
    font-weight: 600; 
}

.SMSPublish .table_header .header_sett_serverrul
{
    min-width: 80px;
    width: 12%;
    padding-left: 30px;
    font-weight: 600; 
}

.SMSPublish .table_header .header_sett_auth_key
{
    min-width: 130px;
    width: 45%;
    padding-left: 30px;
    font-weight: 600; 
}

.SMSPublish .table_header .header_sett_enabled_for_publish
{
    min-width: 60px;
    width: 12%;
    padding-left: 30px;
    font-weight: 600; 
}

.SMSPublish .table_header .header_sett_edit
{
    min-width: 70px;
    width: 7%;
    padding-left: 30px;
    color:#0069d6;
    cursor: pointer;
}

.SMSPublish .table_header .header_sett_delete
{
    min-width: 40px;
    width: 3%;
    padding-left: 30px;
    color:#0069d6;
    cursor: pointer;
}

.SMSPublish .table_row .rowitem_btn_edit
{
    overflow: hidden;
    color:#0069d6;
    cursor: pointer;
}

.SMSPublish .table_row .rowitem_btn_delete
{
    overflow: hidden;
    color:#0069d6;
    cursor: pointer;
}


/* =================== */


.SMSPublish .table_row
{
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    
    line-height: normal;
    font-size-adjust: none;
    font-stretch: normal;
    -x-system-font: none;
    -moz-font-feature-settings: normal;
    -moz-font-language-override: normal;
    min-height: 200px;
    height: 38px;
    line-height: 16px;
    text-align: left;
}

.SMSPublish .table_row:nth-child(2n) 
{
    background: none repeat scroll 0% 0% #F9F9F9;
    background-color: #F9F9F9;
}

.SMSPublish .table_row .rowitem
{
    padding-left: 30px;
    font-size: 14px;
    overflow: hidden;
}

.SMSPublish .table_row .refname
{
    max-width: 300px;
    padding-left: 30px;
    font-size: 14px;
    overflow: hidden;
}

.SMSPublish .table_row .rowitem_status
{
    display: inline-block;
}

.SMSPublish .table_row .rowitem_status_text
{
    overflow: hidden;
}

.SMSPublish .table_row .rowitem_btn_open
{
    overflow: hidden;
    color:#0069d6;
    cursor: pointer;
}

.SMSPublish .table_row .rowitem_btn_republish
{
    position: absolute;
    top: 8px;
    overflow: hidden;
    color:#0069d6;
    cursor: pointer;
}


.SMSPublish .SimplexSMSSettingsButton
{
    color: #FFF;
    min-width: 80px;
    height: 30px;
    font-size: 14px;
    line-height: 30px;

    background-color: #27AE60;
    background-image: none;
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: 0% 0%;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    
    padding-top: 0px;
    padding-right-value: 10px;
    padding-bottom: 0px;
    padding-left-value: 10px;

    margin-top: 0px;
    overflow: hidden;
    border: 1px solid #028F3D;
    box-sizing: content-box;
    cursor: pointer;
}

.SMSPublish .SimplexUploadButton{
    float: right;
    width: 77px;
    height: 30px;
    line-height: 30px;
    padding-left: 42px;
    border: 1px solid #d7d7d7;
    background: #ededed url('../gfx/plus.png') no-repeat 11px 50%;
    font-size: 14px;
    color: #686868;
    margin-top: 6px;
    cursor: pointer;
    text-align: center;
}


.SMSPublish .plupload_progress{
    display: inline-block;
}

.SMSPublish .plupload_progress_container{
    width: 100px;
    height: 10px;
}

.SMSPublish .plupload_progress_bar_uploading{
    height: 10px;
    background: #FF8C00;
}

.SMSPublish .plupload_progress_bar_encoding{
    height: 10px;
    background: #0094FF;
}


.asset-sms-url-indicator {
    margin-top: 2px;
    background: url('../gfx/simplex_logo.svg') no-repeat;
    width: 22px;
    height: 18px;
    cursor: pointer;
}

.asset-sms-url-indicator a {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
}

.asset-sms-sharing-outdated {
    position: absolute;
    border-right: 2px solid darkred;
    height: 25px;
    transform: rotate(40deg);
    top: -3px;
    left: 12px;
}

.single-indicator-position {
    right: 10px !important;
}

.SharingItemButton
{
    text-align: center;
    vertical-align: middle;
    float: right;
    border: 1px solid #D7D7D7;
    box-sizing: content-box;
   
    font-size: 30px;

    padding: 0px 0 0 0;
    background-color: #EDEDED;
    margin-top: 7px;

    line-height: 30px;
    text-decoration: none;
    
    
    width: 69px;
    height: 32px;
    border: 1px solid #d7d7d7;
    background: #ededed url('../../../gfx/icons/thumb_manage.png') no-repeat 50% 50%;
    
}

.SMSPublish .BasicsBox .Question
{
    padding-bottom: 8px;
}

.SMSPublish .BasicsBox
{
    text-align: center;
}

.SMSPublish .BasicsBox .Question .QuestionInput .customInput{
    margin-top: 0;
}


.SMSPublish .form_container
{
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    padding: 0;
    background: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    -khtml-border-radius: 0;
    border-radius: 0;

    display: inline-block;
}

.SMSPublish .BasicsBox .Question select.stdwidth+.SimplexSelect
{
    width: 480px;
}

.SMSPublish .BasicsBox .SimplexGrayButton1 
{
  display: inline-block;
  width: 80px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #777;
  background: #919191;
  font-size: 14px;
  color: #fff;
  padding: 0 10px;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
}
.SMSPublish .saveCancelButtonGroup
{
    text-align: right;
}

.SMSPublish .deleteButton {
    display: inline-block;
    width: 21px;
    height: 21px;
    background: url('../../simplex/gfx/header_remove.png') no-repeat 50% 50%;
    text-indent: 300px;
    overflow: hidden;
    margin: 0.3em 0.1em 0;
}

.SMSPublish .customInput {
    display: initial;
}