﻿/* Put css styles for home view here */
.home-view p 
{
	padding: 5px;
}

.dx-theme-ios7 .dx-toolbar-button
{
    background-color: #AD1832;
}

.dx-theme-ios7 .dx-icon
{
    color: white;
}

.badgecheck 
{
   position:relative;
}

.badgecheckgrey
{
   position:relative;
}

.badgewarning
{
   position:relative;
}

.badgewarninggrey
{
   position:relative;
}

.badgecross
{
   position:relative;
}

.badgecrossgrey
{
   position:relative;
}

.badgecheck[data-badge]:after
 {
   content:attr(data-badge);
   position:absolute;
   right:-15px;
   font-size:.9em;
   background:green;
   color:white;
   top: 20px;
   width:24px;
   height:24px;
   text-align:center;
   line-height:25px;
   border-radius:50%;
   box-shadow:0 0 1px #333;
}

.badgecheckgrey[data-badge]:after
 {
   content:attr(data-badge);
   position:absolute;
   right:-15px;
   font-size:.9em;
   background:grey;
   top: 20px;
   color:white;
   width:24px;
   height:24px;
   text-align:center;
   line-height:25px;
   border-radius:50%;
   box-shadow:0 0 1px #333;
}

.badgewarninggrey[data-badge]:after
 {
   content:attr(data-badge);
   position:absolute;
   right:-10px;
   font-size:.9em;
   background:grey;
   color:white;
   width:24px;
   height:24px;
   text-align:center;
   line-height:25px;
   border-radius:50%;
   box-shadow:0 0 1px #333;
   top: 20px;
}

.badgecrossgrey[data-badge]:after
 {
   content:attr(data-badge);
   position:absolute;
   right:10px;
   font-size:.9em;
   background:grey;
   color:white;
   width:24px;
   height:24px;
   top: 20px;
   text-align:center;
   line-height:25px;
   border-radius:50%;
   box-shadow:0 0 1px #333;
}

.badgewarning[data-badge]:after
 {
   content:attr(data-badge);
   position:absolute;
   right:-10px;
   font-size:.9em;
   background:orange;
   color:white;
   width:24px;
   height:24px;
   text-align:center;
   line-height:25px;
   border-radius:50%;
   box-shadow:0 0 1px #333;
   top: 20px;
}

.badgecross[data-badge]:after
 {
   content:attr(data-badge);
   position:absolute;
   right:10px;
   font-size:.9em;
   background:red;
   color:white;
   width:24px;
   height:24px;
   text-align:center;
   line-height:25px;
   border-radius:50%;
   box-shadow:0 0 1px #333;
   top: 20px;
}

.dx-list-item-content{
    padding-bottom: 10px;
}

.closeSettingsPopupCheckboxText{
    padding-top: 10px; 
    float: left;
    margin-top: 3px;
}

.closeSettingsPopupButton{
  /*  background-color: #ededed !important;
    border: 1px solid;
    color: green;
    border-color: black;
    margin-left: 12%;
    margin-top: 20px;
    margin-top: 15px;*/
    margin-left: 15px;
}

}

.closeSettingsPopupNumberBox{
    width: 100px;
     float:right;
}

.onlycloseSettingsPopupButton{

}

.settingsHeading{
    font-weight:bold;
    margin-left: 18%;
    font-size: 16px;
}

#bg_Checkbox{
    margin-top: 10px !important;
}