.row {
    max-width: 100% !important;
}

/*login page css*/
.form-signin
{
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
    padding-top: 5px;
}
.form-signin .form-signin-heading, .form-signin .checkbox
{
    margin-bottom: 10px;
}
.form-signin .checkbox
{
    font-weight: normal;
}
.form-signin .form-control
{
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form-signin .form-control:focus
{
    z-index: 2;
}
.form-signin input[type="password"]
{
    margin-bottom: 10px;
}
.account-wall
{
    margin-top: 20px;
    padding: 40px 0px 20px 0px;
    background-color: #f7f7f7;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}
.login-title
{
    color: #555;
    font-size: 18px;
    font-weight: 400;
    display: block;
}
.profile-img
{
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.profile-name {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 10px 0 0;
    height: 1em;
}
.profile-email {
    display: block;
    padding: 0 8px;
    font-size: 15px;
    color: #404040;
    line-height: 2;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.need-help
{
    display: block;
    margin-top: 10px;
}
.new-account
{
    display: block;
    margin-top: 10px;
    color:#000;
}
/*end here*/


.form-signup label{
	display:none !important;
}
.copyright{
	color: #fff;
}
.copyright a{
	color: #21687b;
	font-weight: bold;
}
.container-fluid{
	/*background:#fff;*/
}
.card .table-full-width {
    padding: 0px 15px 10px 15px !important;
}

.table_list tr:nth-child(even) {
    background: #f6f6f6b3 !important;
}
.table_list tr > td{
	padding: 11px 8px !important;
}
.table_list tr > td.actions, .table_list tr > th.actions{
	text-align:center;
}
.table_list tr.success{
	border: 1px solid #dedada !important;
}
a.profile_links{
    color: #fff !important;
    border-radius: 6px;
}
a.profile_links img{
	width:40px;
	border-radius: 28px;
	border: 1px solid #c8c8c8;
}
.main-panel {
    background-color: #edece9 !important;
}
.table_list tr .btn{
	padding: 3px 12px !important;
}
.table_list a{
    color: #068aaf !important;
    font-weight: 400 !important;
}
.navbar-brand{
	color:#fff !important;
}
.navbar .navbar-nav > li > a{
	padding:0px !important;
}
.navbar-default{
	background: #10a7c0 !important;
	border-bottom: 1px solid #11748f !important;
}
.app-search {
    position: relative;
    margin-top: 18px;
    margin-right: 10px;
    display: inline-block;
}
.app-search input {
    width: 280px;
    border-radius: 100px;
    font-size: 14px;
    transition: 0.5s ease-in;
	color: #54667a;
	height: 35px;
}
.app-search .srh-btn {
    position: absolute;
    top: 8px;
    cursor: pointer;
    background: #fff;
    width: 15px;
    height: 15px;
    right: 10px;
    font-size: 14px;
}
.top_add_link{
	background:#fff !important;
	border-color:#fff !important;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #54667a !important;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #54667a !important;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #54667a !important;
}
:-moz-placeholder { /* Firefox 18- */
  color: #54667a !important;
}

.card label {
    color: #1f1c1c !important;
}
a.top_send_msg{
	color:#fff !important;
}
.blue_button{
	background: #10a7c0;
	border: 1px solid #14889c;
	padding: 4px 28px;
	color: #fff;
	border-radius: 3px;
	font-weight: bold;
}

.no_right_pad{
    padding-right: 0px !important;
}

@media only screen and (max-width: 990px) {
   .help-block{
       display:none !important;
   }
.send_sms_type{
margin-top:20px;
}
}

