﻿.TextWrap {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 150px;
}

body {
/*#body-container{*/
    background: url(../Images/ErpScreen/ERPscreenBackground.png);
    font-family: Verdana, 'Open Sans', sans-serif;
    font-size: 11px;
    
      background-attachment: fixed ;
    background-size: cover;
    /*background-repeat: no-repeat;
    background-position: center;*/
}

#page-inner {
    min-height: 500px;
}

.top-navbar {
    background: -moz-linear-gradient(#fcfcfc,#d1d3d4);
    box-shadow: 0px 10px 5px -4px rgba(0,0,0,0.7);
}

.navbar {
    min-height: 60px;
    border-radius: 0;
    margin-bottom: 0;
}

#Logo {
    margin: 5px 23px 5px;
}

footer {
    color: white;
    border-top: 1px solid white;
    margin-left: 20px;
    margin-right: 20px;
}

.HeadarText {
    color: gray;
}

.Anchor{
    color: White;
}

/*a {
    color: White;
}

#divApp a{
    color: #428bca;
}*/

.SecManag {
    border-left: 1px solid gray;
    border-right: 1px solid gray;
    padding: 0 6px 0 6px;
    color: gray;
}

a:hover, a:focus {
    text-decoration: none;
    color: #80C343;
}

span {
    padding-left: 10px;
    font-weight: 600;
}

.WelcomeText {
    font-weight: 600;
    color: #80c343;
    font-size: 15px;
}

.list-inline {
    margin-left: 30%;
    color: white;
}

.nav-second-level {
    background-color: #3e3d3f;
    margin: 0px 90px 0 50px;
    padding-top: 10px;
    -webkit-transform: skew(50deg,0);
    -moz-transform: skew(50deg,0);
    -o-transform: skew(50deg,0);
    font-size: 11px;
}

.list-inline > li {
    border-right: 1px solid white;
    padding: 0px 30px 0 30px;
    -webkit-transform: skew(-50deg,0);
    -moz-transform: skew(-50deg,0);
    -o-transform: skew(-50deg,0);
}

.user-image {
    border-radius: 50%;
    width: 90px;
    height: 90px;
    top: 10px;
    z-index: 999;
    position: absolute;
    margin-left: -25px;
}

.ApplicationList {
    margin-top: 10%;
}

.AppMenu {
    padding-left: 0px;
    background-color: white;
    opacity: 0.7;
    height: 98px;
    width: 98px;
}

.AppImg {
    opacity: 1;
}

.col-md-2 {
    padding-right: 0;
}

.AppMenu:hover {
    opacity: 1;
}

.panel-default > .panel-heading {
    color: #000;
    background-color: #FFF;
    border-color: #DDD;
    font-weight: bold;
}






.socialCircle-item {
    width: 130px;
    height: 130px;
    position: absolute;
    background: #d1d3d4;
    margin: 50%;
    text-align: center;
    color: #ffffff;
    font-size: 30px;
    cursor: pointer;
    border-radius: 50%;
}
.singleItem {
    width: 130px;
    height: 130px;
    position: absolute;
    background: #d1d3d4;
    margin: 50%;
    text-align: center;
    color: #ffffff;
    font-size: 30px;
    cursor: pointer;
    border-radius: 50%;
}


.socialCircle-container {
    position: relative;
    width: 500px;
    /*min-height: 300px;*/
    margin: 0 auto;
    margin: 3% 33%;
}

.socialCircle-center {
    width: 132px;
    height: 132px;
    background: #333;
    margin: 50%;
    position: absolute;
    text-align: center;
    color: #ffffff;
    font-size: 60px;
    cursor: pointer;
}

.mainIconmargin {
    margin: 28px 39px;
}

 .userNameEllips
    {
        text-overflow: ellipsis; 
        white-space: nowrap; 
        display: block; 
        overflow: hidden; 
        width: 100%;
        max-width: 265px;
    }

@media (min-width: 220px) and (max-width: 319px) {
    .responsiveimg {
        width: 75%;
        margin: 0 auto;
    }

    .userNameEllips
    {
        text-overflow: ellipsis; 
        white-space: nowrap; 
        display: block; 
        overflow: hidden; 
        width: 93%;
        max-width: 265px;
    }

    #Logo{
        margin: 5px 10px 0px 14px !important;
    }

    .WelcomeText {
        padding-left: 10px;
        float: left !important;
    }

    .user-image {
        display: none;
    }

    .nav-second-level {
        margin: 0;
        padding-top: 0;
        transform: skew(0deg, 0deg);
        z-index: 9999;
    }

    .list-inline {
        margin-left: 0;
    }

        .list-inline > li {
            padding: 10px 15px;
            transform: none;
            border-right: none;
            display: block;
        }

    .slide-out-div {
        min-height: 200px !important;
        width: 300px !important;
        border-bottom-right-radius: 0px !important;
        border-bottom-left-radius: 0px;
    }

    .socialCircle-item {
        width: 88px;
        height: 88px;
        margin: 81.5%;
         border-radius:50% !important;
          line-height:88px !important;
         
    }
    .singleItem
    {
        width: 88px;
        height: 88px;
        margin: 81.5%;
         border-radius:50% !important;
          line-height:88px !important;
         left: 130px !important;
    }
   
     .socialCircle-item:nth-child(odd)
    {
        left: 70px !important;
    }
    .socialCircle-item:nth-child(even)
    {
        left: 203px !important;
    }

        .socialCircle-item img {
            width: 62px;
            height: 62px;
        }
         .singleItem img {
            width: 62px;
            height: 62px;
        }

    .socialCircle-center {
        width: 90px;
        height: 90px;
        font-size: 44px;
        margin: 81.5%;
    }

    .socialCircle-container {
        margin: 0;
        width: 100%;
        position: static;
    }

    .stepwizard-step {
        width: 25% !important;
    }

    .stepwizard-row:before {
        background-color: transparent !important;
    }

    .btn-circle {
        width: 100% !important;
        border-radius: 0px !important;
    }

    .stepwizard-row {
        display: block !important;
        margin: 0px 0 0 5%;
    }

    .mainIconmargin {
        margin: 17px 25px;
    }

    #page-inner {
        min-height: 340px;
    }

    .responseFooter {
        float: left !important;
        margin: 0px !important;
    }
    /*.footer{
        position:relative;
    }*/
}

@media screen and (min-width:320px) and (max-width:479px) {
    .responsiveimg {
        width: 75%;
        margin: 0 auto;
    }

    .userNameEllips
    {
        text-overflow: ellipsis; 
        white-space: nowrap; 
        display: block; 
        overflow: hidden; 
        width: 93%;
        max-width: 265px;
    }

    #Logo{
        margin: 5px 10px 0px 14px !important;
    }

    .WelcomeText {
        padding-left: 10px;
        float: left !important;
    }

    .user-image {
        display: none;
    }

    .nav-second-level {
        margin: 0;
        padding-top: 0;
        transform: skew(0deg, 0deg);
        z-index: 9999;
    }

    .list-inline {
        margin-left: 0;
    }

        .list-inline > li {
            padding: 10px 15px;
            transform: none;
            border-right: none;
            display: block;
        }

    .slide-out-div {
        min-height: 200px !important;
        width: 300px !important;
        border-bottom-right-radius: 0px !important;
        border-bottom-left-radius: 0px;
    }

    .socialCircle-item {
        width: 88px;
        height: 88px;
        margin: 81.5%;
         border-radius:50% !important;
          line-height:88px !important;
         
    }
    .singleItem
    {
        width: 88px;
        height: 88px;
        margin: 81.5%;
         border-radius:50% !important;
          line-height:88px !important;
         left: 130px !important;
    }
   
     .socialCircle-item:nth-child(odd)
    {
        left: 70px !important;
    }
    .socialCircle-item:nth-child(even)
    {
        left: 203px !important;
    }

        .socialCircle-item img {
            width: 62px;
            height: 62px;
        }
         .singleItem img {
            width: 62px;
            height: 62px;
        }

    .socialCircle-center {
        width: 90px;
        height: 90px;
        font-size: 44px;
        margin: 81.5%;
    }

    .socialCircle-container {
        margin: 0;
        width: 100%;
        
    }

    .stepwizard-step {
        width: 25% !important;
    }

    .stepwizard-row:before {
        background-color: transparent !important;
    }

    .btn-circle {
        width: 100% !important;
        border-radius: 0px !important;
    }

    .stepwizard-row {
        display: block !important;
        margin: 0px 0 0 5%;
    }

    .mainIconmargin {
        margin: 17px 25px;
    }

    #page-inner {
        min-height: 340px;
    }

    .responseFooter {
        float: left !important;
        margin: 0px !important;
    }
    .footer{
        /*position:relative;*/
        position: fixed !important;
    }
}

@media screen and (min-width:320px) and (max-width:360px) {
    .socialCircle-center {
        margin: 75.5%;
    }

    .slide-out-div {
        width: 330px !important;
    }
}

@media screen and (min-width:361px) and (max-width:479px) {
    .socialCircle-center {
        margin: 75.5%;
    }

    .slide-out-div {
        width: 330px !important;
    }
     .socialCircle-container {
        margin: 0;
        width: 100%;
        position: static;
    }
}

@media screen and (width:360px) {
    .socialCircle-center {
        margin: 75.5%;
    }

    .slide-out-div {
        width: 330px !important;
    }
}


@media screen and (min-width:480px) and (max-width:635px) {

   .responsiveimg
   {
       width:65%;
   }
     #Logo{
        margin: 5px 10px 0px 14px !important;
        text-align:left;
    }
    .WelcomeText {
        padding-left: 10px;
        float: left !important;
    }

    .user-image {
        display: none;
    }

    .nav-second-level {
        margin: 0;
        padding-top: 0;
        transform: skew(0deg, 0deg);
        z-index: 9999;
    }

    .list-inline {
        margin-left: 0;
    }

        .list-inline > li {
            padding: 10px 15px;
            transform: none;
            border-right: none;
            display: block;
        }

    .slide-out-div {
        min-height: 200px !important;
        width: 450px !important;
        border-bottom-right-radius: 0px !important;
        border-bottom-left-radius: 0px;
    }

    .socialCircle-container {
        margin: 3% 6%;
        width: 100%;
    }

    .socialCircle-center {
        width: 110px;
        height: 110px;
        margin: 62%;
        font-size: 51px;
    }
    .socialCircle-item:nth-child(odd)
    {
        left: 96px !important;
    }
    .socialCircle-item:nth-child(even)
    {
        left: 229px !important;
    }
   
    .socialCircle-item {
        width: 106px;
        height: 106px;
        margin: 62%;
        border-radius:50% !important;
        line-height:103px !important;
    }
    .singleItem {
        width: 106px;
        height: 106px;
        margin: 62%;
        border-radius:50% !important;
        line-height:103px !important;
        left: 163px !important;
    }
     .singleItem img {
            width: 75px;
            height: 75px;
        }

        .socialCircle-item img {
            width: 75px;
            height: 75px;
        }

    .mainIconmargin {
        margin: 23px 32px;
    }

    .stepwizard {
        padding-left: 13px;
        padding-right: 13px;
    }
}

@media screen and (min-width:640px) and (max-width:760px) {

   .responsiveimg
   {
       width:50%;
   }
     #Logo{
        margin: 5px 10px 0px 14px !important;
        text-align:left;
    }
    .footer
    {
        position:relative !important;
    }
    .WelcomeText {
        padding-left: 10px;
        float: left !important;
    }

    .user-image {
        display: none;
    }

    .nav-second-level {
        margin: 0;
        padding-top: 0;
        transform: skew(0deg, 0deg);
        z-index: 9999;
    }

    .list-inline {
        margin-left: 0;
    }

        .list-inline > li {
            padding: 10px 15px;
            transform: none;
            border-right: none;
            display: block;
        }

    .slide-out-div {
        min-height: 200px !important;
        width: 450px !important;
        border-bottom-right-radius: 0px !important;
        border-bottom-left-radius: 0px;
    }

    .socialCircle-container {
        margin: 3% 6%;
        width: 100%;
    }

    .socialCircle-center {
        width: 110px;
        height: 110px;
        margin: 62%;
        font-size: 51px;
    }
    .socialCircle-item:nth-child(odd)
    {
        left: 153px !important;
    }
    .socialCircle-item:nth-child(even)
    {
        left: 312px !important;
    }
   
    .socialCircle-item {
        width: 106px;
        height: 106px;
        margin: 62%;
        border-radius:50% !important;
        line-height:103px !important;
    }

        .socialCircle-item img {
            width: 75px;
            height: 75px;
        }
         .singleItem {
        width: 106px;
        height: 106px;
        margin: 62%;
        border-radius:50% !important;
        line-height:103px !important;
        left: 236px !important;
    }

        .singleItem img {
            width: 75px;
            height: 75px;
        }

    .mainIconmargin {
        margin: 23px 32px;
    }

    .stepwizard {
        padding-left: 13px;
        padding-right: 13px;
    }
}
@media screen and (min-width:761px) and (max-width:768px) {
      .responsiveimg
   {
       width:80%;
   }
      .tabletView
      {
          display:flex;
      }
     #Logo{
        margin: 10px 10px 0px 14px !important;
        text-align:left;
    }
    

    .WelcomeText {
        padding-left: 10px;
        float: left !important;
    }

    .user-image {
        display: none;
    }

    .nav-second-level {
        margin: 0;
       
        transform: skew(0deg, 0deg);
        
    }

    .list-inline {
        margin-left: 0;
    }

        .list-inline > li {
           
            transform: skew(0deg, 0deg);
            
        }
         .list-inline > li:last-child {
           
            border-right:none;
            
        }

    .slide-out-div {
        min-height: 200px !important;
        width: 450px !important;
        border-bottom-right-radius: 0px !important;
        border-bottom-left-radius: 0px;
    }

    .socialCircle-container {
        margin: 3% 6%;
        width: 100%;
    }

    .socialCircle-center {
        width: 110px;
        height: 110px;
        margin: 62%;
        font-size: 51px;
    }
    /*.socialCircle-item:nth-child(odd)
    {
        left: 153px !important;
    }
    .socialCircle-item:nth-child(even)
    {
        left: 312px !important;
    }*/
   
    .socialCircle-item {
        width: 106px;
        height: 106px;
        margin: 62%;
        border-radius:50% !important;
        line-height:103px !important;
    }

        .socialCircle-item img {
            width: 75px;
            height: 75px;
        }

    .mainIconmargin {
        margin: 23px 32px;
    }

    .stepwizard {
        padding-left: 13px;
        padding-right: 13px;
    }
}

@media only screen and (width:1024px)
{
    .slide-out-div
    {
        width: 214px !important;
    }
    .favoriteBtn
    {
        margin-left: 0px !important;
    }
    h3
    {
        font-size: 18px !important;
    }
    .list-inline
    {
        margin-left: 12% !important;
    }
   .WelcomeText
   {
       float: left !important;
       padding-left: 10px !important;
       padding-right: 10px !important;
   }
    
}


