/* Priyanka [10-01-2018] : Added for the modal-popup should fixed in mobile device */

.smdev{
    margin-left:16px;
}
.popup{
    margin-top: 44px;
}

/* Priyanka [28-02-2018] : Added for Set the logo of login page */
.logo{
    float: right;
    margin-top: -49px;
    margin-right: -16px;
    align-content: center;
    align-self: center;
    font-size: 11px;
    padding-left: 08px;
    color: #006eba;
}
#return-to-top {
    position: fixed;
    bottom: 20px;
    left: 30px;
    z-index: 9999999;
    background: rgb(0, 0, 0);
    background: #337ab7;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: -4px;
    top: 13px;
    font-size: 25px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


.squeezebox .sb-item {
    border-bottom: 1px solid #E0E0E0;
    overflow: hidden;
    padding: 0px 0;
}

.squeezebox sb-item:first-child .sb-item {
    border-top: 1px solid #E0E0E0;
}

.squeezebox .sb-item-head a {
    color: #000000;
    cursor: pointer;
    display: block;
}

.squeezebox .sb-item .sb-item-head a .toggle-icon {
    display: block;
    float: right;
    height: 16px;
    position: relative;
    transform: rotate(45deg);
    transition: 0.3s transform;
    width: 16px;
}

.squeezebox .sb-item.is-collapsed .sb-item-head a .toggle-icon {
    transform: rotate(0);
}
.bg-info .col-lg-3.col-sm-3.col-md-3 {
    min-height: 140px;
    width: 20%;
}
@media  only screen and (max-device-width: 480px)
{
   .btn-modal{ float: left}
   .div-margin{ margin-top: 8px;}
   .navbar-top-links li a {
    padding: 5px 9px 5px 8px;
   }
}
@media screen and (max-width: 1200px) and (min-width: 760px) {
   .bg-info .col-lg-3.col-sm-3.col-md-3 {
    min-height: 158px!important;
    width: 25%;
}
.collapse .in{
    display: block;
}
.smdev{
    margin-left: 2.5%;
}
.popup{
    margin-top: 31px;
}
.logo{
    float: right;
    margin-top: -27px;
    margin-right: -14px;
    align-content: center;
    align-self: center;
    font-size: 8px;
    padding-left: 08px;
    color: #006eba;
}
}

/* Priyanka[ 10-01-2018] : Added for the modal-popup should fixed on any device */
    
@media screen and (max-width: 425px) and (min-width: 300px){
    .smdev{
        margin-left: 0;
    }
    .navbar-top-links li a {
        padding: 5px 9px 5px 8px;
    }
    .popup{
        margin-top: -422px
    }
    .logo{
        float: right;
        margin-top: -20px;
        margin-right: -14px;
        align-content: center;
        align-self: center;
        font-size: 7px;
        padding-left: 08px;
        color: #006eba;
    }
}
@media screen and (max-width: 750px) and (min-width: 300px)
    {
        .navbar-top-links .dropdown-alerts
        {
            margin: 2px -163px 0;
        }
        .profileMenu,.logodropdown
        {
            margin: 2px -150px 0;
        }
        .bg-info .col-lg-3.col-sm-3.col-md-3 
            {
                width: 33%;
                margin: 0;
                padding: 0;
                float: left;
                min-height: 140px;
            }
        .main-menu
            {
                display: none;
                width: 250px!important;
                overflow: visible;
                height: 520px;
                    
            }
            .custom-icon 
            {
                border-radius: 50%!important;
                width: 66px!important;
                font-size: 28px!important;
            }
        .navbar-top-links li:last-child 
            {
                float: right;
            }
        .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
                position: relative;
                min-height: 1px;
                padding-right: 2px;
                padding-left: 2px;
            }
            /* .navbar-top-links .dropdown-alerts
                {
                 margin-left: 2px;
                } */
            .navbar-top-links li:last-child 
            {
                margin-right: 0px;
            }
            .col-lg-12 .panel-default
            {
                width: 100%!important;
            }
            .nav-tabs>li {
                   width: 50%;
                    float: left;
                    height: 63px;
            }
    }

.squeezebox .sb-item-head a .toggle-icon:before,
.squeezebox .sb-item-head a .toggle-icon:after {
    background: #000000;
    content: ' ';
    height: 100%;
    left: 50%;
    position: absolute;
    top: 0;
    width: 1px;
}

.squeezebox .sb-item-head a .toggle-icon:after {
    transform: rotate(90deg);
}

.squeezebox .sb-item .sb-item-body {
    height: 0;
    overflow: hidden;
    transition: 0.5s height;
}

.squeezebox .sb-item .sb-item-body .inner {
    padding: 10px 0 0 0;
}
.dropdown-menu li a i{    padding-top: 7px; } 
.custom-icon {
  border-radius: 50%;
  width: 86px;
  font-size: 46px;
  background:#337ab7;
  background:#f8f8f8;
  padding:15px;
  -webkit-border-radius:1100%;
  -moz-border-radius:100%;
  -o-border-radius:100%;
  border:3px solid #337ab7;
  border-collapse:inherit;
  color:#337ab7;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.46);
  text-align:center;
  display:table-cell;
  vertical-align:middle;
  height:60px!important;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  -o-transition:.5s;
  transition:.5s;
}
.custom-icon:hover {
  background:#337ab7;
  color:#fff;
  border:3px solid #fff;
}
.fix-editor {
  display:none;
}
.icon-wrapper {
  display:inline-block;
  padding:10px;
}
.toggle-children
{
    top: 4px!important;
}
.node-content-wrapper, .tree-children {
  position: relative;
}

.node-content-wrapper::before, .tree-children::after {
  content: "";
  position: absolute;
}

.node-content-wrapper::before {
  border-bottom: 1px solid lightgrey;
  border-left: 1px solid lightgrey;
  height: 28px;
  top: -13px;
  width: 20px;
  left: -28px;
}

.tree-node-leaf > .node-wrapper > .node-content-wrapper::before {
  width: 25px;
}

.tree-children::after {
  border-left: 1px solid lightgrey;
  height: 100%;
  top: -15px;
  left: -15px;
}

treenode:last-child > .tree-node > .tree-children::after {
  border-left: none;
}

.toggle-children {
  z-index: 1;
}
body::-webkit-scrollbar {
    width: 0.5em;
}
 
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
body::-webkit-scrollbar-thumb {
  background-color: #337ab7;
  outline: 1px solid slategrey;
}
.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0)!important;
}
.action_submenu {
    top: 72%!important;
    min-width: 125px!important;
    padding: 0px 0!important;
}
.action_submenu li{
    border-bottom: 1px solid #d4d2d2;
}
@media screen and (min-width: 992px) {
    .group_btn {
     display: none!important;
    }
    .action_submenu {
        left: 0px !important;
    }
    .action_btn
    {
        display: block!important;
    }
  }
  @media screen and (max-width: 992px) {
    .group_btn {
        display: block!important;
       }
       
element.style {
}
.open>.action_submenu {
    display: block;
}
.action_submenu {
    left: -58px!important;
}
       .action_btn
       {
           display: none!important;
       }
}
tr:last-child .open>.action_submenu {
    position: relative;
    }
    tr:nth-last-child(2) .open>.action_submenu {
    position: relative;
    }
	
@media screen and (max-width: 800px) {
 .custom-icon {
 border-radius: 50%;
 width: 86px!important;
 font-size: 46px!important;
 background:#337ab7;
 background:#f8f8f8;
 padding:15px;
 -webkit-border-radius:1100%;
 -moz-border-radius:100%;
 -o-border-radius:100%;
 border:3px solid #337ab7;
 border-collapse:inherit;
 color:#337ab7;
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.46);
 text-align:center;
 display:table-cell;
 vertical-align:middle;
 height:80px!important;
 -moz-transition:.5s;
 -webkit-transition:.5s;
 -o-transition:.5s;
 transition:.5s;
 }
} 


#tab1default[_ngcontent-c0] .row[_ngcontent-c0] .col-lg-12[_ngcontent-c0] .col-sm-4[_ngcontent-c0]
{
padding-right: 13px;
padding-left: 15px;
}
	
	