html,
body {
    height: 100%;
}

/****************************************
   Colors
****************************************/
.danger{
	background-color: #d9534f !important;
}


.success{
	background-color: #5cb85c !important;
}

.info{
	background-color: #39b3d7 !important;
}   

.input-group-addon.danger > i ,
.input-group-addon.success > i ,
.input-group-addon.info > i 
{
    color: #fff;
}

input[type="checkbox"]{
	margin-top: -10px;
}

.login .form-control{
	border-left: 4px solid #0a0;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 35px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

#imgPreviewFile{
	max-width: 300px;
	max-height: 300px;	
}

.checker{
	display: inline-block;
	padding-top: 5px;
}

.user-photo{
	width: 25px;
	max-height: 25px;
}

.toprow{
	margin-bottom: 40px;
}

.news{
	font-size: 1.2em;
	line-height: 2em;
}

.news h4{
	font-size: 2.5em;
}

.news .date{
	color: #c00;
}

.news .author{
	color: #aaa;
}

.news-item{
	margin-bottom: 60px;	
}

.news-item:last-child{
	margin-bottom: 0px;
}

.birthday{
	border-left: 1px solid #ccc;
	font-size: 1.2em;
}

.news h3, .birthday  h3{
	border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}	

.birthday .current{
	color: #c00;
	font-weight: bold;
}


/*!
 * Custom styling. Removing padding when using DateRangePicker.
 */
.datepicker {
    z-index: 1151 !important;
}

.datepicker-range {
    padding: 0 !important;
    border: 0 !important;
    text-align: left !important;
}

.datepicker-from {
    border-radius: 4px !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    text-align: left !important;
}

.datepicker-to {
    border-radius: 4px !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    text-align: left !important;
}

div.datepicker-range {
    width: 100%;
}

#loader{
	background: url('../img/loading2.gif') center no-repeat rgba(255,255,255, 0.8);
    position: absolute;
    top: 0;
	bottom: 0;
    z-index: 300;
    width: 100%;
    min-height: 300px;
	height: 100%;
}

.right{
	float: right;
	
}

.green-meadow {
	background-color: #1bbc9b;
    color: white;
}

a.editable{
	border-bottom: 1px dotted #00d;
}

a.editable:hover, a.editable:focus{
	text-decoration: none;
}

.spinner{
	background-image: url("../img/input-spinner.gif") !important;
    background-repeat: no-repeat;
    background-position: left 0px;
	min-height: 30px;
}	

button.spinner{
    background-position: center 10px;
}

.error{
	color: #a00;
	font-weight: bold;
}

#modal3message.success, #modal3message.error{
	padding: 10px;
    color: #fff;
	margin-bottom: 10px;
}

#modal3message.error{
	background-color: #a00;
}

.form-horizontal .radio{
	min-height: 0;
}

.magnacheck .checkbox {
    padding-left: 20px !important; 
}

.mred{
	color: #f00 !important;
}

.mgreen{
	color: #35aa47 !important;
}

.myellow{
	color: #ffb848 !important;
}

table{
	font-size: 14px;
}

/******************************/
/*      CampaigListWidget     */
/******************************/

.lichbx-wrapper{
	width: 100%;
	position: relative;
}

.ddchbx-txtarea {
    width: 100%;
    overflow-y: scroll;
    max-height: 90px;
    min-height: 30px;
    border: 1px solid #ccc;
}

.ddchbx-txtarea .mtag{
    width: auto;
    display: inline-block;
    padding: 3px 5px;
    border: 1px solid #ccd5e3;
    margin: 2px;
    background-color: #eff2f7;
    font-size: 12px;
}


.ddchbx-list{
   position: absolute;
   top: 0px;
   width: 100%;
   z-index: 5;
   border: 1px solid #999;   
   background-color: #fff;
   display: none;
   max-height: 350px;
   overflow: auto;   
}

.ddchbx-list ul{
	padding: 5px;
}

.ddchbx-list li {
	list-style-type: none;
}

.ddchbx-list li ul {
	padding-left: 25px;
}

.m4-popover{
	position: absolute;
	left: -100px;
	top: -80px;
    padding: 0px 10px;
    width: 400px;
    border: 1px solid #ccc;
    background-color: #fff;
	z-index: 3;
}

.m4-popover .arrow {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
	border-width: 11px;
	bottom: -11px;
    margin-left: -11px;
    border-top-color: rgba(0, 0, 0, .25);
    border-bottom-width: 0;
	left: 32%;
}


.editable , #cartTable td{
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

/*incomig panel*/


#incomingCallTab{
	position: relative;
	display: none;
	z-index: 1000;
	background-color: #fff;
}

#incomingCallTab h4, #incomingCallTab h3{
	padding-bottom: 20px;
}

.summary {
    cursor: pointer;
}

@media (max-width:1425px)  {

    .portlet.box.purple{adding: 0 0%; }
    .table_unpaid{    border-collapse: collapse;  width: 100%}
    .table_unpaid tr{font-size: 95%; word-wrap:break-word}
    .table_unpaid th{font-size: 14px}
    /* .table_unpaid{overflow: auto} */
}
@media (max-width:1390px)  {

    .table_unpaid tr{font-size: 92%; word-wrap:break-word}
    .table_unpaid th{font-size: 12px}
}
@media (max-width:1338px)  {

    .table_unpaid tr{font-size: 87%; word-wrap:break-word}
    .table_unpaid th{font-size: 11px}
}


@media (max-width:1305px)  {
    .table_unpaid tr{font-size: 80%; word-wrap:break-word}
    .table_unpaid th{font-size: 10px}
}


@media (max-width:1235px)  {
    .table_unpaid tr{font-size: 75%; word-wrap:break-word}
    .table_unpaid th{font-size: 10px}
}

@media (max-width:1200px)  {
    .table_unpaid tr{font-size: 68%; word-wrap:break-word}
    .table_unpaid th{font-size: 9px}
}

@media (max-width:1150px)  {
    .table_unpaid tr{font-size: 65%; word-wrap:break-word}
    .table_unpaid th{font-size: 8px}
}

@media (max-width:1115px)  {
    .table_unpaid tr{font-size: 60%; word-wrap:break-word}
    .table_unpaid th{font-size: 8px}
}
@media (max-width:1090px)  {
    .table_unpaid tr{font-size: 57%; word-wrap:break-word}
    .table_unpaid th{font-size: 7px}
}
@media (max-width:1055px)  {
    .table_unpaid tr{font-size: 50%; word-wrap:break-word}
    .table_unpaid th{font-size: 5px}
}



