/*##### SMS MANAGEMENT VIEW STYLINGS #####*/


.view-sms-management #send-sms-form-wrapper {
	display:block;
	width:500px;
}
/*SET CLEAR ON FILTER POSITIONS*/
.view-sms-management #edit-date-sched-wrapper{
	clear:left;
}
/*LETS FIX SOME SPACING*/


.view-sms-management #edit-date-filter-min-inside-wrapper {
	padding-right:inherit;
	margin-right:3px;
}

/*LETS NEATEN THE GRID UP*/

.view-sms-management .views-field-totalsmssched,
.view-sms-management .views-field-totalsmsqueued,
.view-sms-management .views-field-totalsmssent,
.view-sms-management .views-field-totalsmsdelivered,
.view-sms-management .views-field-totalsmsbounced {
	text-align:center;
}
/*##### SMS LOG VIEW STYLINGS #####*/
/*SET CLEAR ON FILTER POSITIONS*/
.view-sms-log #edit-field-first-name-value-wrapper{
	clear:left;
}

/* ##### SEND SMS-MAILER FORM ##### */
#send-sms-form #edit-formheading,
#send-sms-form #edit-formheading-rows,
#send-sms-form #edit-formheading-credits,
#send-mail-form #edit-formheading,
#send-mail-form #edit-formheading-rows,
#send-mail-form #edit-formheading-credits {
	width:220px;
	display:block;
}

#edit-formheading-rows,
#edit-formheading-credits {
	padding: 2px 3px;
	text-decoration: none;
	border: 1px solid #e9e9e9;
	border-radius: 2px 0px 0px 2px;
	box-sizing: border-box;
}

#send-sms-form {
	min-height:370px;
	background: white;
	/*position: relative;
	top: -40px;*/
}
#send-mail-form {
	min-height:400px;
	/*background: white;*/
	/*position: relative;
	top: -40px;*/
}
#send-sms-form #edit-formheading,
#send-mail-form #edit-formheading {
	font-size:16px;
	font-weight:bold;
}
#edit-formheading-credits div,
#edit-formheading-rows div {
	display:inline;
	font-weight:bold;
}
#send-sms-form .amount,
#send-mail-form .amount {
	color:white;
	float:right;
	background:#333333;
	width:40px;
	text-align:center;
}
#send-sms-form input[type="text"],
#send-sms-form select,
#send-mail-form input[type="text"],
#send-mail-form select{
	width:220px;
}
#send-mail-form select#edit-mailer-nid {
	/*width:340px;*/
}
#send-sms-form .container-inline-date select,
#send-mail-form .container-inline-date select {
	width:70px;
}
#send-sms-form .form-type-select[class$="hour"],
#send-mail-form .form-type-select[class$="hour"] {
    margin-left: 0px !important;
    clear: left;
}

#send-sms-form #edit-formheading-detail-instruction,
#send-mail-form #edit-formheading-detail-instruction {
	color:#136333;
	font-weight:bold;
}

#send-sms-form #edit-formheading-detail-error,
#send-mail-form #edit-formheading-detail-error{
	background:white;
	color:red;
	font-weight:bold;
}
#send-sms-form .form-item-sms-body,
#send-mail-form .form-item-sms-body {
	
	width:220px;
	
}
textarea#edit-sms-body {
	height:80px;
}


#send-sms-form #edit-formheading-buy-credits,
#send-mail-form #edit-formheading-buy-credits{
	position:absolute;
	top:45px;
	right:5px;
	width:600px;
	
	background-color: rgb(238, 238, 238);
	padding:5px 5px 10px 5px;
	box-sizing:border-box;
}
@media all and (max-width: 979px) {
#send-sms-form #edit-formheading-buy-credits,
#send-mail-form #edit-formheading-buy-credits{
	position:relative;
	top:inherit;
	right:5px;
	max-width:600px;
	width:100%;
}
}
#send-sms-form #edit-formheading-buy-credits h3:before,
#send-mail-form #edit-formheading-buy-credits h3:before{
	content:'\f05a';
	font-family:fontawesome;
	display:inline-block;
	margin-right:5px;
}

.view-sms-management #available_credits,
.view-mailer-management #available_credits{
	position:absolute;
	right:5px;
	font-weight:bold;
}
.view-sms-management #available_credits .amount,
.view-mailer-management #available_credits .amount {
	display:inline;
	color: #136333;
	margin-left:5px;
}

#send-sms-form-wrapper .form-item-sms-title {
	display:block;
}
#send-sms-form-wrapper textarea#edit-sms-body {
	width:220px;
}