/*autoresponders - add new sms*/
.rounded-single-com-holder
{
    /* width: 600px; */
    padding: 25px;
    background-color: #f2f2f2;
    border: 1px solid #ccc;
    margin-bottom: 20px;
}

.rounded-single-com-holder-wide
{
    width: 860px;
    padding: 25px;
    background-color: #f2f2f2;
    border: 1px solid #ccc;
    margin-bottom: 20px;
}

.rounded-single-com-holder-alt
{
    background-color: #fff;
}

.rounded-new-sms-holder
{
    width: 600px;
    padding: 25px;
    background-color: #f2f2f2;
    border: 1px solid #ccc;
    margin-bottom: 20px;
}

.rounded-new-email-holder
{
    width: 600px;
    padding: 25px;
    background-color: #f2f2f2;
    border: 1px solid #ccc;
    margin-bottom: 20px;
}

.rounded-new-sms-holder-alt, .rounded-new-email-holder-alt
{
    background-color: #fff;
}

.new-sms-msg-bg
{
    width: 600px;
    height: 245px;
    background-image: url(../images/new-msg-bg-sms.png);
    margin-top: -2px;
}
.sms-type-tab {
    background:transparent;
    padding:10px;
}
.sms-type-tab ul {
    list-style:none;
    margin:0 !important;
    padding:0 !important;
}
.sms-type-tab ul li{
    cursor:pointer;
    display:inline;
    font-weight:bold;
    background:#9c9c9c;
    color:#fff;
    padding:12px 15px;
    margin:0 !important;
    opacity:0.65;
}
.sms-type-tab ul li.active{
    opacity:1;
}

.new-email-msg-bg
{
    width: 600px;
    height: 215px;
    background-image: url(../images/new-email-bg.png);
    margin-top: -2px;
}

.new-email-body-bg, .new-postcard-body-bg
{
    width: 600px;
    min-height: 312px;
    background-color: #9c9c9c;
}

.new-email-body-bg-small
{
    width: 100%;
    min-height: 62px;
    background-color: #979797;
    padding: 20px;
    color:#fff;
}

.new-email-body-bg-small h4
{
    margin-top: 0;
}

.new-email-body-bg-small select,.newsletter-select
{
    width: 250px;
}

.new-msg-separator
{
    width: 600px;
    height: 7px;
    background-image: url(../images/new-msg-separator.gif);
    background-position: center;
    background-repeat: no-repeat;
}

.new-msg-tail
{
    width: 600px;
    /* height: 21px; */
    padding-top: 10px;
    background-image: url(../images/new-msg-tail.png);
    background-repeat: no-repeat;
}
.msg-no-tail
{
    background-image: none;
}

.sms-preview-box
{
    background-color: #ccc;
    font-size: 11px;
    margin: 2px 0px;
    
    white-space: pre;           /* CSS 2.0 */
    white-space: pre-wrap;      /* CSS 2.1 */
    white-space: pre-line;      /* CSS 3.0 */
    white-space: -pre-wrap;     /* Opera 4-6 */
    white-space: -o-pre-wrap;   /* Opera 7 */
    white-space: -moz-pre-wrap; /* Mozilla */   
    word-wrap: break-word;      /* IE 5+ */

}

.sms-reply, .email-reply
{
    display: none;
}

.sms-reply td
{
    font-size: 14px;
}

.new-msg-reply-bg
{
    width: 600px;
    height: 125px;
    background-image: url(../images/new-msg-reply-bg.png);
    margin-top: 20px;
}

.new-msg-mms-bg
{
    width: 600px;
    height: 125px;
    background-image: url(../images/new-msg-mms-bg.png);
    background-color: #539ff6;
    background-repeat: no-repeat;
    margin-top: 20px;
    /* position: ; */
}

.new-msg-reply-tail
{
    width: 600px;
    height: 21px;
    padding-top: 10px;
    background-image: url(../images/new-msg-reply-tail.png);
    background-repeat: no-repeat;
    text-align: right;
    font-size: 18px;
}

.new-msg-reply-holder, .new-msg-mms-holder
{
    width: 540px;
    height: 65px;
    float: left;
    color: #fff;
}

.new-msg-reply-holder p,.new-msg-mms-holder p
{
    padding-left: 10px;
}

.new-msg-reply-holder select
{
    width: 350px;
}

.new-msg-reply-mandatory
{
    margin-top: 15px;
    margin-left: 5px;
    color: #fff;
    font-size: 14px;
}


.new-msg-tail div
{
    font-size: 18px;
    margin: 0px;
    padding: 0px;
}

.new-msg-holder
{
    width: 540px;
    height: 85px;
    float: left;
}

.new-msg-holder textarea
{
    width: 455px !important;
    min-height: 10px;
    resize: none;
    background-color: #9c9c9c;
    border: none;
    margin-top: 2px;
    font-family: Lucida Grande, Helvetica, Arial, sans-serif;
    font-size: 15px;
    color: #fff;
}

.new-email-body-bg div
{
    padding: 10px 20px;
}

.new-email-body-bg textarea
{
    
    background-color: #fff;
    height: 230px;
    border: none;
    margin-top: 2px;
    font-family: Lucida Grande, Helvetica, Arial, sans-serif;
    font-size: 15px;
    color: #333;
    width: 455px !important;
    resize: none;
}

.etinymce
{
    border: 1px solid #ccc !important;
}

.new-msg-footer
{
    margin: 3px 5px;
}

.new-msg-mandatory
{
    color: #ccc;
}

new-msg-count
{
    color: #000;
}

.new-msg-count strong
{
    color: #fff;
}

.new-msg-action-holder
{
    float: left;
    width: 35px;
}

.e-rte-options
{
    margin-top: 5px;
    margin-right: 20px;
    text-align: right;
    color: #fff;
}

.e-rte-options span
{
    cursor: pointer;
}

.e-rte-options span:hover
{
    color: #ccc;
}

.e-rte-options span.sel
{
    color: #f93;
}

.msg-id
{
    margin-top: 10px;
    font-weight: bold;
    color: #999;
    margin-left: 32px;
}

.msg-reply-id, .msg-mms-id
{
    margin-top: 10px;
    font-weight: bold;
    color: #999;
    margin-left: 32px;
}

.email-id
{
    margin-top: 40px;
    font-weight: bold;
    color: #999;
    margin-left: 32px;
}

.email-reply-id
{
    margin-top: 40px;
    font-weight: bold;
    color: #999;
    margin-left: 32px;
}

.btn-add-tag
{
    width: 38px;
    height: 15px;
    background-image: url(../images/btn-add-tag.png);
    background-repeat: no-repeat;
    margin-left: 15px;
    padding: 5px 0px;
    cursor: pointer;
}

.msg-actions
{
    width: 192px;
}

.msg-actions span
{
    margin-left: 5px;
    font-size: 12px;
}

.extra-actions
{
    margin-top: 20px;   
}

.extra-actions table
{
    border-top: 1px dashed #ccc;
}

.extra-actions td
{
    vertical-align: top;
    padding: 10px;
}
.extra-actions td.middle
{
    vertical-align: middle;
}

.ar-tab-switcher
{
    list-style: none;
    width: 200px;
    height: 25px;
    margin-top: 2px;
    float: left;
}

.ar-tab-switcher li
{
    display: block;
    float: left;
    background-color: #7c7c7c;
    color: #ccc;
    padding: 6px;
    margin-right: 2px;
    cursor: pointer;
}

.ar-tab-switcher li.sel
{
    background-color: #9c9c9c;
    color: #fff;
}

.ar-rte-options
{
    width: 300px;
    height: 25px;
    float: right;
    text-align: right;
}

.new-email-hdr
{
    padding: 5px 20px;
    font-size: 14px;
    color: #fff;
}

.new-voicemail-msg-bg
{
    width: 600px;
    height: 70px;
    background-image: url(../images/new-email-bg.png);
    margin-top: -2px;
}

.new-voicemail-body-bg
{
    width: 600px;
    min-height: 130px;
    background-color: #9c9c9c;
}

#vm-hdr
{
    color: #fff;
    margin-left: 10px;
    margin-top: 25px;
}

.vm-pg
{
    color: #fff;
}

.vm-pg ul
{
    list-style: circle;
    padding: 0px 10px 15px 10px;
    margin: 0px 10px 15px 10px;
}

.ic-iframe
{
    height: 100px;
    width: 600px;
    border: none;
    overflow: hidden;
}

#brd-campaigns-list,#brd-campaigns-list-excluded
{
    width: 840px;
    float: none;
    clear: both;
    padding: 10px;
}

#brd-campaigns-list ul
{
    float: none;
    clear: both;
}

#brd-campaigns-list li,#brd-campaigns-list-excluded li
{
    float: left;
    width: 175px;
    min-height: 90px;
    padding: 15px;
    margin: 2px;
    font-size:12px;
    background-color: #ccc;
}

#brd-campaigns-list-excluded li
{
    background-color: #ccc;
}

#brd-campaigns-list li:hover
{
    background-color: #999;
    color: #fff;
}

#brd-campaigns-list-excluded li:hover
{
    background-color: #999;
    color: #fff;
}

.brd-selected-campaign
{
    background-color: #666 !important;
    color: #f60;
}

.brd-selected-campaign-excluded
{
    background-color: #622 !important;
    color: #f60;
}

.brd-selected-campaign:hover
{
    background-color: #666;
    color: #f60;
}


#ar-glance-content, #brd-glance-content, #li-glance-content
{
    position:absolute;
    z-index: 1000;
    padding: 10px;
    background-color: #333;
    color: #fff;
    margin-bottom: 50px;
    width: 780px;
}



#ar-glance-content, #brd-glance-content td, #li-glance-content td { vertical-align: top; }

#ar-glance-txt, #li-glance-txt
{
    width: 780px;
    padding: 5px;
}


.selected-campaign-sort{color:#F16C22;font-weight:bold;}


.mms-table{
    width:550px;
    padding:10px;
}
.mms-table td{
    padding:0 0px 4px;
    vertical-align: top;
}
.cast-btn.btn-orange {
    background: linear-gradient(to bottom, rgba(255, 128, 19, 1) 0%, rgba(241, 96, 14, 1) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 1px rgba(241, 96, 14, 1);
    border: 1px solid #fff;
    border-radius: 2px;
    font-size: 16px;
    padding: 6px 8px;
    font-family: "Arial","Helvetica",sans-serif !important;
    color: #fff;
    cursor: pointer;
}

.mms-selector {
    overflow-y:scroll;
    height:320px;
    width: 510px;
}

.mms-select-items li{
    width: 100px;
    height: auto;
    padding:0 5px;
    border: 3px solid #666;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    margin:3px !important;
    text-align:center;
    height:120px;
    word-wrap: break-word;
    cursor:pointer;
}

.mms-select-items li img{
  max-width:90px;
  max-height:72px;
  margin:2px auto;
  padding:5px;
  display:block;
  background:#222;
  border:1px solid  #222;
}

.mms-select-items li:hover {
     background: none repeat scroll 0% 0% #444444;
     border: 3px solid #bbbbbb;
}

.mms-select-items li.mms-selected-file {
     border: 3px solid #ddd;
     background: #666;
}

.mms-preview{
    width: 180px;
    text-align: center;
    word-wrap: break-word;
    padding-top: 12px !important
}
.mms-preview div{
    word-wrap: break-word;
    word-break: break-all;
}

.mms-preview img.mms-img-preview{
    background:#fff;
    border:1px solid #666;
    padding:3px;
    max-width:180px;
    height: 70px;
    float:left;
}

.mms-reset-file{
    cursor:pointer;
    float:right;
    padding:0px 2px;
    margin:-8px 0 0 -15px;
    height:14px;
    width:11px;
    color:#000;
}
