/*!
 * Start Bootstrap - SB Admin 2 Bootstrap Admin Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    background-color: #f8f8f8;
}
.footer {
    background: #006633;
    color: #fff;
    text-align: center;
    padding: 5px 0px;
    width: 100%;
    bottom: 0px;
    margin-top: 2%;
    position: fixed;
    bottom: 0;
}
#wrapper {
    width: 100%;
    background: #fff;
    min-height: 100%;
    position: relative;
    min-height: 100vh;
}

#page-wrapper {
    padding: 0 15px;
<<<<<<< .mine
    min-height: 568px;
||||||| .r658
   /* min-height: 568px;*/
=======
    /* height: 1300px; */
>>>>>>> .r661
    background-color: #fff;
    margin-bottom: 4%;
}
@media(min-width:768px) {
    #page-wrapper {
        position: inherit;
       /* margin: 0 0 0 250px;
        padding: 0 30px;
        border-left: 1px solid #e7e7e7;*/
    }
}

.navbar-top-links {
    margin-right: 0;
}

.navbar-top-links li {
    display: inline-block;
}

.navbar-top-links li:last-child {
    /*margin-right: 15px;*/
}

.navbar-top-links li a {
    padding: 15px 11px;
    min-height: 50px;
}

.navbar-top-links .dropdown-menu li {
    display: block;
}

.navbar-top-links .dropdown-menu li:last-child {
    margin-right: 0;
}

.navbar-top-links .dropdown-menu li a {
    padding: 3px 20px;
    min-height: 0;
}

.navbar-top-links .dropdown-menu li a div {
    white-space: normal;
}

.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
    width: 310px;
    min-width: 0;
}

.navbar-top-links .dropdown-messages {
    margin-left: 5px;
}

.navbar-top-links .dropdown-tasks {
    margin-left: -59px;
}

.navbar-top-links .dropdown-alerts {
    margin-left: -123px;
}

.navbar-top-links .dropdown-user {
    right: 0;
    left: auto;
}

.sidebar .sidebar-nav.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}

.sidebar .sidebar-search {
    padding: 15px;
}

.sidebar ul li {
    border-bottom: 1px solid #e7e7e7;
}

.sidebar ul li a.active {
    background-color: #eee;
}

.sidebar .arrow {
    float: right;
}

.sidebar .fa.arrow:before {
    content: "\f104";
}

.sidebar .active>a>.fa.arrow:before {
    content: "\f107";
}

.sidebar .nav-second-level li,
.sidebar .nav-third-level li {
    border-bottom: 0!important;
}

.sidebar .nav-second-level li a {
    padding-left: 37px;
}

.sidebar .nav-third-level li a {
    padding-left: 52px;
}

@media(min-width:768px) {
    .sidebar {
        z-index: 1;
        position: absolute;
        width: 250px;
        margin-top: 51px;
    }

    .navbar-top-links .dropdown-messages,
    .navbar-top-links .dropdown-tasks,
    .navbar-top-links .dropdown-alerts {
        margin-left: auto;
    }
}

.btn-outline {
    color: inherit;
    background-color: transparent;
    transition: all .5s;
}

.btn-primary.btn-outline {
    color: #428bca;
}

.btn-success.btn-outline {
    color: #333;
}

.btn-info.btn-outline {
    color: #5bc0de;
}

.btn-warning.btn-outline {
    color: #f0ad4e;
}

.btn-danger.btn-outline {
    color: #d9534f;
}

.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
    color: #fff;
}

.chat {
    margin: 0;
    padding: 0;
    list-style: none;
}

.chat li {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #999;
}

.chat li.left .chat-body {
    margin-left: 60px;
}

.chat li.right .chat-body {
    margin-right: 60px;
}

.chat li .chat-body p {
    margin: 0;
}

.panel .slidedown .glyphicon,
.chat .glyphicon {
    margin-right: 5px;
}

.chat-panel .panel-body {
    height: 350px;
    overflow-y: scroll;
}

.login-panel {
    margin-top: 25%;
}

.flot-chart {
    display: block;
    height: 400px;
}

.flot-chart-content {
    width: 100%;
    height: 100%;
}

.dataTables_wrapper {
    position: relative;
    clear: both;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    background: 0 0;
}

table.dataTable thead .sorting_asc:after {
    content: "\f0de";
    float: right;
    font-family: fontawesome;
}

table.dataTable thead .sorting_desc:after {
    content: "\f0dd";
    float: right;
    font-family: fontawesome;
}

table.dataTable thead .sorting:after {
    content: "\f0dc";
    float: right;
    font-family: fontawesome;
    color: rgba(50,50,50,.5);
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.428571429;
}

.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    border-radius: 25px;
    font-size: 18px;
    line-height: 1.33;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}

.show-grid [class^=col-] {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #ddd;
    background-color: #eee!important;
}

.show-grid {
    margin: 15px 0;
}

.huge {
    font-size: 40px;
}

.panel-green {
    border-color: #5cb85c;
}

.panel-green .panel-heading {
    border-color: #5cb85c;
    color: #fff;
    background-color: #5cb85c;
}

.panel-green a {
    color: #5cb85c;
}

.panel-green a:hover {
    color: #3d8b3d;
}

.panel-red {
    border-color: #d9534f;
}

.panel-red .panel-heading {
    border-color: #d9534f;
    color: #fff;
    background-color: #d9534f;
}

.panel-red a {
    color: #d9534f;
}

.panel-red a:hover {
    color: #b52b27;
}

.panel-yellow {
    border-color: #f0ad4e;
}

.panel-yellow .panel-heading {
    border-color: #f0ad4e;
    color: #fff;
    background-color: #f0ad4e;
}

.panel-yellow a {
    color: #f0ad4e;
}

.panel-yellow a:hover {
    color: #df8a13;
}

/*my CSS*/

.header-br{padding:10px 0px 10px 0px; border-bottom:1px solid #c2c2c2;}
.header-bx{border-bottom:1px solid #c2c2c2; padding:10px 0px 10px 0px;}
.header-bx h2{ font-size:18px; float:left; font-weight:bold; margin:10px 0px 0px 0px; padding:0px; vertical-align:bottom;}
.dashboard-search{/*width:320px; */float:right!important;}
.module-name{ padding:15px 0px 5px 0px; color:#333;}
.clear{ clear:both;}
.mrg-rgt-25{margin-right:25px;}
.mrg-rgt-5{ margin-right:5px;}
.mrg-tp-5{ margin-top:5px;}
.mrg-tp-15{ margin-top:15px;}
.exp-exl{background:url(/images/excel_download.png) center; background-repeat:no-repeat;background-color:#fcba15; color:#fff; width:35px!important; height:35px; border:none;/* margin:10px 2px; font-family:Calibri; font-weight:800; text-transform:capitalize; font-size:13px;*/}
.exp-exl:hover{background-color:#fcba15;}
.crt-ent{background:url(/images/create_enity.png) center; background-repeat:no-repeat;background-color:#e87e04; color:#fff; width:35px!important; height:35px; border:none;}
.crt-ent:hover{background-color:#fa8703;}
.setting-btn{background:url(/images/setting.png) center; background-repeat:no-repeat;background-color:#e87e04; color:#fff; width:35px!important; height:35px; border:none;}
.setting-btn:hover{background-color:#fa8703;}
.add-btn{background:url(/images/add.png) center; background-repeat:no-repeat;background-color:#fe9601; color:#fff; width:35px!important; height:35px; border:none;}
.add-btn:hover{background-color:#fe9601;}
.update{background:url(/images/update.png) center; background-repeat:no-repeat;background-color:#e3a712; color:#fff; width:35px!important; height:35px; border:none;/* margin:10px 2px; font-family:Calibri; font-weight:800; text-transform:capitalize; font-size:13px;*/}
.update:hover{background-color:#fcba15;}
.done-btn{background:url(/images/done-icon.png) center; background-repeat:no-repeat;background-color:#fe9601; color:#fff; width:35px!important; height:35px; border:none;}
.done-btn:hover{background-color:#fe9601;}

.save{background:url(/images/save.png) center; background-repeat:no-repeat;background-color:#fe9601; color:#fff; width:35px!important; height:35px; border:none;/* margin:10px 2px; font-family:Calibri; font-weight:800; text-transform:capitalize; font-size:13px;*/}
.save:hover{background-color:#fe9601;}

.modul-box{ /*width:225px;*/ padding:15px 10px; margin:40px; -webkit-box-shadow:  1px 1px 2px 0 rgba(0, 0, 0, .3);box-shadow:  1px 1px 2px 0 rgba(0, 0, 0, .3);position: relative;
transition: all .2s linear;-webkit-transition: all .2s linear; /* Safari */cursor: pointer;display: inline-block; width:180px;}
.modul-box:hover{-webkit-box-shadow:  0 0 4px 1px #33B5E5;box-shadow:  0 0 4px 1px #33B5E5; transition: all .2s linear;-webkit-transition: all .2s linear; /* Safari */  }

.group-box{ /*width:225px;*/ padding:5px 0px 5px 0px; margin:10px 0px; border:1px solid #e7e7e7;border-top: 2px solid #1875d1;box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.01) !important; /*-webkit-box-shadow:  1px 1px 2px 0 rgba(0, 0, 0, .3);box-shadow:  1px 1px 2px 0 rgba(0, 0, 0, .3);*/position: relative;
transition: all .2s linear;-webkit-transition: all .2s linear; /* Safari */cursor: pointer;display: inline-block; width:235px; height:90px;}
.group-box:hover{-webkit-box-shadow:  0 0 4px 1px #33B5E5;box-shadow:0 0 4px 1px #33B5E5; transition: all .2s linear;-webkit-transition: all .2s linear; /* Safari */  }
.grp-img{ width:80px; height:80px; margin:0px 5px; float:left;}
.grp-name{font-size:14px; color:#1875d1; float:left; line-height:25px!important; font-weight:bold;}
.grp-city{ font-size:13px; color:#1875d1; float:left; width:100px; line-height:25px;}
.mem-ctn{ font-size:13px; color:#999; border:1px solid #e7e7e7; padding:3px; float:right;}
.sub-heading h3{ font-size:15px; font-weight:bold; /*border-bottom:1px solid #0075d1;*/}
.label-cls{padding:0px 5px;}
.user-cls{ font-size:12px;}
.mrg-tp-40{ margin-top:40px;}
.mrg-tp-25{ margin-top:25px;}
.mrg-tp-30{ margin-top:30px;}
.add-photo{background:url(/images/add-photo.png) center; background-repeat:no-repeat;background-color:#e3a712; color:#fff; width:35px!important; height:35px; border:none;}
.add-photo:hover{background-color:#fcba15;}

.del-photo{background:url(/images/del-photo.png) center; background-repeat:no-repeat;background-color:#0ead9a; color:#fff; width:35px!important; height:35px; border:none;}
.del-photo:hover{background-color:#10d2bb;}

.edit-photo{background:url(/images/edit-photo.png) center; background-repeat:no-repeat;background-color:#e87e04; color:#fff; width:35px!important; height:35px; border:none;}
.edit-photo:hover{background-color:#fa8703;}

.cancel{background:url(/images/cancel.png) center; background-repeat:no-repeat;background-color:#0ead9a; color:#fff; width:35px!important; height:35px; border:none;/* margin:10px 2px; font-family:Calibri; font-weight:800; text-transform:capitalize; font-size:13px;*/}
.cancel:hover{background-color:#10d2bb;}

.reset{background:url(/images/reset-icon.png) center; background-repeat:no-repeat;background-color:#e87e04; color:#fff; width:35px!important; height:35px; border:none;}
.reset:hover{background-color:#fa8703;}

.entity-info{background:url(/images/entity_info.png) center; background-repeat:no-repeat;background-color:#0ead9a; color:#fff; width:35px!important; height:35px; border:none;}
.entity-info:hover{background-color:#10d2bb;}

.edit-entity{background:url(/images/entity_edit.png) center; background-repeat:no-repeat;background-color:#e3a712; color:#fff; width:35px!important; height:35px; border:none;}
.edit-entity:hover{background-color:#fcba15;}

.del-entity{background:url(/images/entity_delet.png) center; background-repeat:no-repeat;background-color:#e87e04; color:#fff; width:35px!important; height:35px; border:none;}
.del-entity:hover{background-color:#fa8703;}
.addtolist{ border:1px solid #1971b8; padding:2px 8px; background:#1971b8!important; font-weight:bolder; color:#fff;border-radius: 4px;/*-webkit-box-shadow:  1px 1px 2px 0 rgba(0, 0, 0, .3);box-shadow:  1px 1px 2px 0 rgba(0, 0, 0, .3);*/}
.addtolist:hover{ background:#1477c7!important;}
.mk-admin{ border:1px solid #00ab60; padding:2px 11px; color:#00ab60; background:#fff;}
.rm-admin{ border:1px solid #cc0000; padding:2px 5px; color:#cc0000;}
.label-box{  border:1px solid #ccc; padding:5px;}


.quick-button-small{border:1px solid #ddd;padding:15px;font-size:24pxbackground:#efefef;background:-webkit-gradient(linear,left top,left bottom,from(#fafafa),to(#efefef));
                    background:-webkit-linear-gradient(top,#fafafa,#efefef);
                    background:-moz-linear-gradient(top,#fafafa,#efefef);
                    background:-o-linear-gradient(top,#fafafa,#efefef);
                    background:-ms-linear-gradient(top,#fafafa,#efefef);
                    background:linear-gradient(top,#fafafa,#efefef);
                    -webkit-box-shadow:0 1px 0 rgba(255,255,255,0.8);
                    -moz-box-shadow:0 1px 0 rgba(255,255,255,0.8);
                    box-shadow:0 1px 0 rgba(255,255,255,0.8);
                    -webkit-border-radius:2px;
                    -moz-border-radius:2px;
                    border-radius:2px;
                    display:block;
                    color:#646464;
                    text-shadow:0 1px 0 rgba(255,255,255,0.6);
                    text-align:center;
                    cursor:pointer;position:relative;
                    -webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}
.quick-button-small:hover{text-decoration:none;border-color:#a5a5a5;color:#444;text-shadow:0 1px 0 #fff;-webkit-box-shadow:0 0 3px rgba(0,0,0,0.25);-moz-box-shadow:0 0 3px rgba(0,0,0,0.25);box-shadow:0 0 3px rgba(0,0,0,0.25)}
.quick-button-small i{font-size:24px}

.quick-button-small-01{border:1px solid #ddd;width:100%;height:40px;margin-top: 3px;/* padding:5px 5px 5px 5px;font-size:12px;*/background:#efefef; text-align:center; background:-webkit-gradient(linear,left top,left bottom,from(#fafafa),to(#efefef));background:-webkit-linear-gradient(top,#fafafa,#efefef);background:-moz-linear-gradient(top,#fafafa,#efefef);background:-o-linear-gradient(top,#fafafa,#efefef);background:-ms-linear-gradient(top,#fafafa,#efefef);background:linear-gradient(top,#fafafa,#efefef);-webkit-box-shadow:0 1px 0 rgba(255,255,255,0.8);-moz-box-shadow:0 1px 0 rgba(255,255,255,0.8);box-shadow:0 1px 0 rgba(255,255,255,0.8);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;display:block;color:#646464;text-shadow:0 1px 0 rgba(255,255,255,0.6);text-align:center;cursor:pointer;position:relative;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}
.quick-button-small-01:hover{text-decoration:none;border-color:#a5a5a5;color:#444;text-shadow:0 1px 0 #fff;-webkit-box-shadow:0 0 3px rgba(0,0,0,0.25);-moz-box-shadow:0 0 3px rgba(0,0,0,0.25);box-shadow:0 0 3px rgba(0,0,0,0.25)}
.quick-button-small-01 i{font-size:14px; padding:9px;}
.quick-button-small-01 p{ /*padding:10px 6px 0 10px;*/ font-size:14px; margin:0px; padding:7px;}

.quick-button-small-02{border:1px solid #d9d9d9;width:200px;height:100px;background:#fff; text-align:center;/* padding:5px 5px 5px 5px;font-size:12px;*//* background:-webkit-gradient(linear,left top,left bottom,from(#fafafa),to(#efefef));
                       background:-webkit-linear-gradient(top,#fafafa,#efefef);background:-moz-linear-gradient(top,#fafafa,#efefef);
                       background:-o-linear-gradient(top,#fafafa,#efefef);background:-ms-linear-gradient(top,#fafafa,#efefef);
                       background:linear-gradient(top,#fafafa,#efefef);-webkit-box-shadow:0 1px 0 rgba(255,255,255,0.8);
                       -moz-box-shadow:0 1px 0 rgba(255,255,255,0.8);box-shadow:0 1px 0 rgba(255,255,255,0.8);-webkit-border-radius:2px;-moz-border-radius:2px;
                       border-radius:2px;display:block;color:#646464;text-shadow:0 1px 0 rgba(255,255,255,0.6);text-align:center;cursor:pointer;position:relative;
                       -webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease*/}
.quick-button-small-02:hover{text-decoration:none;border-color:#d9d9d9;color:#444;}
.quick-button-small-02 i{font-size:24px; padding:9px;}
.quick-button-small-02 a{ color:#999;}
.quick-button-small-02 a:hover{ color:#999; text-decoration:none;}
.active{background:#e8e8e8!important;color:#000; text-decoration:none;}
.quick-button-small-02 p{ /*padding:10px 6px 0 10px;*/ font-size:18px; margin:0px; padding:7px; text-transform:uppercase; font-weight:bold;}

.notification{-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;-webkit-box-shadow:0 0 3px rgba(0,0,0,0.6);-moz-box-shadow:0 0 3px rgba(0,0,0,0.6);box-shadow:0 0 3px rgba(0,0,0,0.6)}
.notification {
    border-radius: 50em;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08), 0 1px rgba(255, 255, 255, 0.3) inset;
    color: #fff!important;
    /* height: 30px; */
    line-height: 16px;
    padding: 5px 5px;
    position: absolute;
    right: -12px;
    text-shadow: 0 1px rgba(0, 0, 0, 0.25);
    top: -14px;
    font-size: 10px;
}
.notification {
    background:#81ccf2!important;
    border-color: #2fabe9;
}
.notification.green {
    background: #93d674!important;
    border-color: #5aad34;
}
.notification.yellow {
    background:#fbca69!important;
    border-color: #f4a506;
}
.notification.red {
    background:#fa6543!important;
    border-color: #fa5833;
}


        .gridPager span
        {
            background-color: #fff;
            color: #7e7e7e;
            border: 1px solid #7e7e7e;
          padding:2px 7px;
            margin:2px;
            float:left;
        }
       .gridPager a
        {
            background-color: #fff;
            color: #7e7e7e;
            border: 1px solid #ddd;
          padding:4px 7px;
            margin:2px;
            float: left;
            /*padding:2px 7px;
            margin:2px;*/
        }
        
       .gridPager .Active{ background-color: #fff!important; color: #7e7e7e;}
       .gridPager .Inactive{ background:#1d80cf!important; color:#fff; }
       .gridPager a:hover{ background:#1971b8!important; color:#fff;}
       .gridpager, .gridpager td{ border:none!important;}
       .gridpager, .gridpager td a
        {
            text-align: center;
            color: #7e7e7e;
            font-weight: bold;
            text-decoration: none; /*width:20%;*/
            padding: 5px 10px;
            border: 1px solid #ddd;
            margin: 5px 2px;
        }
        .gridpager, .gridpager td span
        {
            text-align: center;
            color: #7e7e7e;
            font-weight: bold;
            text-decoration: none; /*width:20%;*/
            padding: 5px 10px;
            border: 1px solid #7e7e7e;
            margin: 5px 2px;
        }
        /*.gridpager a:hover
        {
            background: #1971b8;
            color: #fff;
        }*/
 
 /*.Gridpager, .gridpager td {
    color: #333;
    font-weight: bold;
    text-align: center;
    text-decoration: none;*/
}
      
      .modal-body {
          padding:5px !important;
      }
      .modal-content {
          border-radius:0;
      }
      
      .modal_1_2{    width: 80%;
    margin-left: 10%;}
      .modal-dialog img {
          text-align:center;
          margin:0 auto;
      }
    .controls{          
        width:50px;
        display:block;
        font-size:11px;
        padding-top:8px;
        font-weight:bold;          
    }
    .next {
        float:right;
        text-align:right;
    }
    
      @media screen and (max-width: 990px){
          #MainContent_lblInternalMem p{
               display:none;
          }
          #MainContent_lblTotalAndroid p{
               display:none;
          } 
          #MainContent_lblTotalIos p{
               display:none;
          } 
          #MainContent_lblTotalMem p{
               display:none;
          }           
      }
      .scrollbar
{
	margin-left: 30px;
	float: left;
	height: 450px;
	width: 65px;
	background: #F5F5F5;
	overflow-y: scroll;
	margin-bottom: 25px;
}

.force-overflow
{
	min-height: 450px;
}
#style-1::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

#style-1::-webkit-scrollbar
{
	width: 12px;
	background-color: #F5F5F5;
}

#style-1::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #555;
}
.mrg-lft-10
{
    margin-left:10px
    }
.opacity-1
{
     opacity:1;
}


      
      /*override modal for demo only*/
     /* .modal-dialog {
          max-width:500px;
          padding-top: 90px;
      }
      @media screen and (min-width: 768px){
          .modal-dialog {
              width:500px;
              padding-top: 90px;
          }          
      }
      @media screen and (max-width:1500px){
          #ads {
              display:none;
          }
      }*/
      
      