div.test1-content-container {
    margin: 20px 0;
    display: block;
}

div.test1-content {
    float: left;
    width: 680px;
    padding: 20px 30px;
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: 0 0 5px #cecece;
    position:relative;
}

div.test1-content.fill {
    float: none;
    width: auto;
}

div.test1-content td {
    vertical-align:top;
    padding: 5px 20px;
    width:33%;
}

div.test1-content h3 {
    text-align: center;
}

div.test1-content p {
    text-align: justify;
}

div.test1-content a {
    font-weight: normal;
    color: #0072ba;
}

div.test1-content a:hover {
    color: #0094bf;
}


div.test1-content img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width:100px;
    height:100px;
}

.left-border {
    border-left: 1px solid grey;
}

.twitter_footer {
    height:20px;
    width:30px;
    float:right;
}

.twitter_footer img {
    background-image: url('/WebSMS/static/images/icons8-twitter.png');
    background-repeat: no-repeat;
    background-size: contain;
    padding:0px 10px;
    position:relative;
    left:-5px;
    height:20px;
    top:-2px;
}

.twitter_footer img:hover {
    background-image: url('/WebSMS/static/images/icons8-twitter-hover.png');
}

.linkedin_footer {
    height:20px;
    width:30px;
    float:right;
}

.linkedin_footer img {
    background-image: url('/WebSMS/static/images/icons8-linkedin.png');
    background-repeat: no-repeat;
    background-size: contain;
    padding:0px 10px;
    position:relative;
    height:20px;
    top:-2px;
}

.linkedin_footer img:hover {
    background-image: url('/WebSMS/static/images/icons8-linkedin-hover.png');
}

.facebook_footer {
    height:20px;
    width:30px;
    float:right;
}

.facebook_footer img {
    background-image: url('/WebSMS/static/images/icons8-facebook.png');
    background-repeat: no-repeat;
    background-size: contain;
    padding:0px 10px;
    position:relative;
    height:20px;
    top:-2px;
}

.facebook_footer img:hover {
    background-image: url('/WebSMS/static/images/icons8-facebook-hover.png');
}

.my_hidden_class {
    display:none;
}

.messages_select {
}
.messages_select div {
    width: 19%;
    float: left;
}

/* datatables */
.dataTable{
    width: 100% !important;
}
.dataTable td{
    width: auto;
    max-width: 250px !important;
}
.dataTables_scrollHead{
    max-width:100% !important;
    width: 100% !important;
}
.dataTables_scrollBody{
    max-width:100%;
    width: 100% !important;
}

.dialogBanner {
    background-color: #0072ba;
    height: 30px;
}

.dialogBanner h4 {
    left: 18px;
    top: 4px;
    position: relative;
    color: #FFF;
}

/* loading image */
.loading-modal {
    display:    none;
    position:   absolute;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 )
                url('/WebSMS/static/images/ajax-loader.gif')
                50% 50%
                no-repeat;
}

.dropzone .dz-message {
    margin: 0.1em 0 !important;
}

.dropzone {
    margin: 0.1em 0 !important;
    min-height: 35px !important;
    padding: 3px 3px!important;
}


#phonebook2_checklist {
    width: 91% !important;
    height: 300px !important;
    margin: 0 auto;
}

#dlists2_checklist {
    width: 91% !important;
    height: 300px !important;
    margin: 0 auto;
}

#blanket_phonebook_bnr {
    cursor: move;
}

/* popup dialog */
#blanket_phonebook {
    background-color:#DDD;
    position:absolute;
    z-index: 9001;
    top:22%;
    left:22%;
    width:60%;
    height: 410px !important;
    border-radius: 6px;
    border: 4px solid #444444;
}

#blanket_dlists_bnr {
    cursor: move;
}

#blanket_dlists {
    background-color:#DDD;
    position:absolute;
    z-index: 9001;
    top:22%;
    left:22%;
    width:60%;
    height:410px !important;
    border-radius: 6px;
    border: 4px solid #444444;
}

#blanket_failed_loading_bnr {
    cursor: move;
}

#blanket_failed_loading {
    background-color:#DDD;
    position:absolute;
    z-index: 10000;
    top:22%;
    left:22%;
    width:60%;
    height:230px !important;
    border-radius: 6px;
    border: 4px solid #444444;
}

#popUpDiv {
    position:absolute;
    background:url(pop-back.jpg) no-repeat;
    width:400px;
    height:400px;
    border:5px solid #000;
    z-index: 9002;
}
/* popupdialog end */

input#id_to {
  overflow:hidden;
}

#id_to {
  overflow:hidden;
  display:block;
  max-height: 100px;
  resize:none;
}

/* TEST EXPANDING TO BOX */
.expandingArea > textarea,
.expandingArea > pre {
  padding: 5px;
  background: transparent;
  font: 400 13px/16px helvetica, arial, sans-serif;
  /* Make the text soft-wrap */
  white-space: pre-wrap;
  word-wrap: break-word;
}

.expandingArea > textarea {
  /* The border-box box model is used to allow
 *    * padding whilst still keeping the overall width
 *       * at exactly that of the containing element.
 *          */
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  /* This height is used when JS is disabled */
  height: 30px;
}

.expandingArea.active > textarea {
  /* Hide any scrollbars */
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  /* Remove WebKit user-resize widget */
  resize: none;
}

.expandingArea > pre {
  display: none;
}
.expandingArea.active > pre {
  display: block;
  /* Hide the text; just using it for sizing */
  visibility: hidden;
}
/* END TEST */

.tooltip {
    position: relative;
    display: inline-block;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 130px;
    background-color: #0072ba;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: 50%;
    margin-left: -60px;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #0072ba transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

#select_dl {
    -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
    box-shadow:inset 0px 1px 0px 0px #ffffff;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
    background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
    background-color:#ededed;
    -webkit-border-top-left-radius:6px;
    -moz-border-radius-topleft:6px;
    border-top-left-radius:6px;
    -webkit-border-top-right-radius:6px;
    -moz-border-radius-topright:6px;
    border-top-right-radius:6px;
    -webkit-border-bottom-right-radius:6px;
    -moz-border-radius-bottomright:6px;
    border-bottom-right-radius:6px;
    -webkit-border-bottom-left-radius:6px;
    -moz-border-radius-bottomleft:6px;
    border-bottom-left-radius:6px;
    border:1px solid #dcdcdc;
    display:inline-block;
    color:#000000;
    font-weight: normal;
}

#select_dl:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
    background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
    background-color:#dfdfdf;
}

#select_pb {
    -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
    box-shadow:inset 0px 1px 0px 0px #ffffff;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
    background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
    background-color:#ededed;
    -webkit-border-top-left-radius:6px;
    -moz-border-radius-topleft:6px;
    border-top-left-radius:6px;
    -webkit-border-top-right-radius:6px;
    -moz-border-radius-topright:6px;
    border-top-right-radius:6px;
    -webkit-border-bottom-right-radius:6px;
    -moz-border-radius-bottomright:6px;
    border-bottom-right-radius:6px;
    -webkit-border-bottom-left-radius:6px;
    -moz-border-radius-bottomleft:6px;
    border-bottom-left-radius:6px;
    border:1px solid #dcdcdc;
    display:inline-block;
    color:#000000;
    font-weight: normal;
}

#select_pb:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
    background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
    background-color:#dfdfdf;
}


/*button fix */
button {
    -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
    box-shadow:inset 0px 1px 0px 0px #ffffff;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
    background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
    background-color:#ededed;
    -webkit-border-top-left-radius:6px;
    -moz-border-radius-topleft:6px;
    border-top-left-radius:6px;
    -webkit-border-top-right-radius:6px;
    -moz-border-radius-topright:6px;
    border-top-right-radius:6px;
    -webkit-border-bottom-right-radius:6px;
    -moz-border-radius-bottomright:6px;
    border-bottom-right-radius:6px;
    -webkit-border-bottom-left-radius:6px;
    -moz-border-radius-bottomleft:6px;
    border-bottom-left-radius:6px;
    border:1px solid #dcdcdc;
    display:inline-block;
    color:#000000;
}
button:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
    background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
    background-color:#dfdfdf;
}button[disabled] {
    color:#777777;
    background: #ededed !important;
    opacity: 0.5;
}
/* clearfix hack */
#management{
	width: 100%;
}
label[for=id_templatecontent]{
	display: none;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

/* end hack */

body {
	background: url('/WebSMS/static/images/main-bg.png') repeat-y scroll center top transparent;
	font-family: arial,helvetica,sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	font-family: "museo-sans",sans-serif;
	color: #0072ba;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #0072ba;
}

/* forms */

form p label {
	float: left;
	min-width: 100px;
}

form table input[type="text"], form table input[type="password"], form table textarea, form table ul, form table select {
	width: 350px;
}

form table th {
	vertical-align: top;
	text-align: left;
}

form table th, form table td {
	padding-top: 5px;
	padding-bottom: 5px;
}

form td ul {
	padding: 0;
	margin: 0;
}

form ul li {
	list-style-type: none;
}

form select[multiple] {
	height: 74px;
}

/* end */

header#header {
	padding-top: 18px;
}

header#header #login-info {
	float: right;
	border-radius: 5px;
	background-color: #fff;
	padding: 0 15px;
	box-shadow: 0 0 5px #cecece;
}

footer#footer {
	padding-bottom: 18px;
}

div#container {
	width: 960px;
	margin: 0 auto;
}

div#content-container {
	margin: 20px 0;
	display: block;
}

div#content {
    position: relative;
	float: left;
	width: 680px;
	padding: 20px 30px;
	background-color: #ffffff;
	border-radius: 5px;
	box-shadow: 0 0 5px #cecece;
}

div#content.fill {
	float: none;
	width: auto;
}

div#footer-bar {
	background: url('/WebSMS/static/images/grey-footer-bar.png') repeat-x scroll 0 0 #444444;
	height: 20px;
	padding: 10px 18px;
	border-radius: 5px;
	box-shadow: 0 0 5px #cecece;
}

div#navigation {
	float: left;
	width: 200px;
	margin-right: 20px;
}

div#navigation-head {
	background: url('/WebSMS/static/images/sidebar-blue-header.png') repeat-x scroll 0 0 transparent;
	padding: 12px 15px;
	border-radius: 5px 5px 0 0;
}

div#navigation-head h2 {
	margin: 0;
	color: #fff;
}

#navigation-menu-container {
	background-color: #fff;
	border-radius: 0 0 5px 5px !important;
	padding: 5px;
}

#navigation-menu {
	margin-top: 0;
	border-width: 0 !important;
}

#navigation-menu li {
	list-style-type: none;
}

#navigation-menu li a {
	font-size: 14px;
	text-decoration: none;
}

#navigation-menu li a {
	color: #000;
}

#navigation-menu li a:hover {
	color: #0072ba;
}

#navigation-menu ul {
	z-index: 10;
}

#composelink {
	list-style-type: none;
	font-size: 14px;
	text-decoration: none;
	color: #000;
	display: block;
	padding: 1px .4em;
	line-height: 1.5;
	min-height: 0;
	font-weight: normal;
	width: 93%;
	border: 1px solid #FFFFFF;
}

#composelink :hover {
	color: #0072ba;
}

#footer-bar {
	color: #F7F7F7;
}

#footer-bar a {
	color: white;
	float: right;
}


#help  {
    width: 56px;
    height:  16px;
    cursor: pointer;
    background:url(/WebSMS/static/images/icons/help.png) no-repeat right center;
    float:right;
    display:block;
    font-size: 14px;
}

#help-inner {
	display: none;
}

div.ui-dialog-content {
    font-size: 0.85em;
}

div#help-content ul {
    list-style-type: none;
    padding-left: 0px;
}

div#help-content ul ul {
    list-style-type: disc;
    padding-left: 2em;
}

div#help-content ul ul ul {
    list-style-type: circle;
    padding-left: 2em;
}

div#help-content li {
    margin-bottom:1em;
}

div#help-content ul ul li{
    margin-bottom:0.5em;
}

.errorlist li {
    color: red;
}
.errormessage {
    color: red;
}
.warningmessage {
    color: #FF8C00; /*dark orange*/
}
.okmessage {
    color: green;
}



.toolbar {
	border-radius: 5px;
	padding: 5px;
	margin-bottom: 10px;
	background-color: #DEE8F6;
}

.toolbar button, .toolbar input[type="submit"], .toolbar input[type="button"], .toolbar select {
    color: #149;
    text-decoration: none;
    height: auto;
    margin-bottom: 5px;
    _margin-left: -3px;
    border: 1px solid #99BBE8;

	border-radius: 3px;
	padding: 2px 5px;
	margin-right: 5px;
}

.toolbar form, .toolbar p {
	display: inline;
}

.ui-icon {
	float: left;
}

h2 a {
    color: white;
}

#span_phonebook, #span_dlists {
    float:right;
 }

.permissions-table td{
    border-spacing:20px;
    text-align: center;
    padding-left:20px;
    padding-right:20px;
}

/*Not ideal but it just won't work otherwise*/
.permissions-table-header th{
    text-align: center;
    padding-left:20px;
    padding-right:20px;

}

img.paginate_button{
    margin-bottom: 2px !important;
}

#dtloading{
    clear: both;
    float: left;
    position: relative;
    top: 4px;
    left: 3px;
}
.dataTables_filter{
    margin-right: 4px;
}

#sent-status tr, th, td{
    vertical-align: top !important;
}

#sent-status{
    table-layout: fixed;
    width: 100%
}

#sent-status td{
    word-wrap: break-word;
    width: 85%;
}

.proper-align tr, th, td{
    vertical-align: top !important;
}

.proper-align{
    table-layout: fixed;
    width: 100%
}

.proper-align td{
    word-wrap: break-word;
    width: 85%;
}

#sent-status th{
    width: 15%;
}

#sent-messages{
    width: 100%;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}

.table .table {
  background-color: #ffffff;
}

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #dddddd;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}

.table {
  width: 100%;
  margin-bottom: 20px;
}


table col[class*="col-"] {
  display: table-column;
  float: none;
}

table td[class*="col-"],
table th[class*="col-"] {
  display: table-cell;
  float: none;
}

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table td{
    text-align: center;
}

.table th{
    margin-top: 0;
    font-family: "museo-sans",sans-serif;
    color: #0072ba;
    text-align: center;
}

.table input{
    border: 1px solid #CCC;
    padding-left: 4px;
}

.fullwidth{
    width: 100%;
}

.fullwidth input, textarea{
    width: 95%;
    border: 1px solid #CCC;
    padding-left:4px;
}

.fullwidth input[type=text]:disabled, input[readonly="readonly"]{
    border: 0px;
}

.border{
    border: 1px solid #CCC;
    padding: 10px;
}

.form_rows input{
    width: 95% !important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: url('/WebSMS/static/images/nav_default.jpg') repeat !important;
}

.ui-widget-header{
    background: #DEE8F6 !important;
    border: 1px solid #99BBE8 !important;
    padding-left: 4px !important;
    padding-right: 4px !important;
    font-weight: normal;
}
table.dataTable tr:hover td {
	background-color: #FFEFBF !important;
}


/* dataTables */
.dataTables_wrapper {
	font-size: 11px;
    word-wrap:break-word;
}

table.dataTable tr.even td {
	background-color: #F7F7F7;
}

table.dataTable tr.odd td {
	background-color: white;
}

table.dataTable tr:hover td {
	background-color: #aaa;
}

table.dataTable tr.odd td.sorting_1 {
	background-color: #E3E3E3;
}

table.dataTable tr.even td.sorting_1 {
	background-color: #F3F3F3;
}

table.dataTable tr:hover td.sorting_1 {
	background-color: #FFEFBF;
}

table.dataTable tr.row_selected td {
    background: #FFE69C url('/WebSMS/static/images/nav_hover.jpg') repeat-x top !important;
    border-right: 1px solid #FFBF00;
    border-left: 1px solid #FFEFBF;
}

.dataTable{
    border-right: 1px solid #99BBE8;
    border-left: 1px solid #99BBE8;
}

table.dataTable thead th {
    border-bottom: 1px solid #99BBE8 !important;
}

.dataTables_paginate input{
    text-align: center;
}

.dataTables_paginate input, .dataTables_filter input{
    border: 1px solid #99BBE8;
    color: #149;
}

table.dataTable td{
    border-right: 1px solid #DDD;
    border-left: 1px solid #FFF;
}

#movetofid{
max-width: 170px;
}
#movetofid[disabled] {
    opacity: 0.5;
}

#inbox-selector{
    font-size: 13pt;
    top: -4px;
    position: relative;
}

.ui-dialog-title, ui-button-text{
    font-size:12pt;
}

/* end */

