
/*@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&display=swap');
body{ font-size: 13px; background: #ebf2f6; font-family: 'Open Sans' !important;}*/
/*@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,700,900&display=swap');
body{ font-size: 14px; background: #ebf2f6; font-family: 'Poppins' !important;}*/

@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;600;700&display=swap');
body {font-family: 'Nunito', sans-serif;font-size: 13px; background: #ebf2f6;
}
a {cursor:pointer;
}
.bg-light { background-color:#96598a !important; color:#fff !important; padding-top: 0px; padding-bottom: 0px;}
.navbar-light .navbar-brand, .navbar-light .navbar-nav .nav-link{ color: #fff;}
.form-control{font-size: 13px;}
.table th{ padding: 8px 4px; background: #96598a; color: #fff;}
.table td{ padding: 4px; vertical-align: middle;}

    .table tbody tr:hover {    box-shadow: 0px 2px 5px rgba(69,101,173,0.1);
    -webkit-transform: translateY(-1px) scale(1.01);
    transform: translateY(-1px) scale(1.01);
    }


.navbar-light .navbar-nav .nav-link{ font-size: 16px;}
.navbar-nav li{ margin-right: 15px;}
.titleHeader{font-size: 20px;font-weight: bold; margin-bottom:0px;}
.navbar  li.active{ background: #fff !important;     border-top-right-radius: 5px;     border-top-left-radius: 5px;}
label{ font-weight: bold;}
.mt22 { margin-top:22px;
}
.mb0 {margin-bottom:0px;
}
.mt8 {margin-top:8px;
}
.box{
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);

    background-color: #fff;   border-radius: 4px; margin-bottom: 20px; box-shadow: 0px 2px 4px rgba(126,142,177,0.12);}
    .box-header{ padding: 4px; border-bottom: solid thin #ebf2f6;}
    .box-header h3{ font-size: 18px; font-weight: bold;  margin-bottom: 0px;}
    .box-body{ padding: 10px;}

    .page-titles {
    background: #fff;
    
    padding:6px 15px;
    box-shadow: 1px 0 5px rgba(0, 0, 0, 0.1);
    z-index: 125;
    position: relative;
    box-shadow: 0 4px 5px 0 rgba(0,0,0,.14), 0 1px 10px 0 rgba(0,0,0,.12), 0 2px 4px -1px rgba(0,0,0,.2);
    box-shadow: 0px 2px 4px rgba(126,142,177,0.12);
}


.btn-success {
    background: #21c1d6;
    border-color: #21c1d6;
    font-weight: bold;
    color: #fff;
}
.btn-success1 {
    background: #71b02f;
    border-color: #71b02f;
    font-weight: bold;
    color: #fff;
    border-radius: 30px;
    padding:5px 20px;
}
.table-striped tbody tr:nth-of-type(odd) {
    background: #f2f4f8;
}

.table-hover tbody tr:hover {
    background-color: rgba(0,0,0,.075) !important;
     transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
}
.table td{ border-top: none;}

.status {
    display: inline-flex;
    justify-content: center;
    align-items: center;
   
    font-weight: 500;
    font-size: 14px;
    letter-spacing: -0.006em;
    margin-bottom: 0;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    background-image: none !important;
    color: #4b4b4b;
    background-color: #fff;
    text-shadow: none;
    box-shadow: none;
    border: 1px solid rgba(33, 33, 33, 0.17);
    border-bottom: 1px solid rgba(33, 33, 33, 0.24);
    line-height: 14px;
    min-height: 28px;
    min-width: 28px;
    position: relative;
    transition: background 120ms ease-in 0s, box-shadow 120ms ease-in 0s, opacity 0.12s cubic-bezier(0.4, 0, 0.6, 1) 0ms, transform 0.12s cubic-bezier(0.4, 0, 0.6, 1) 0ms, -webkit-transform 0.12s cubic-bezier(0.4, 0, 0.6, 1) !important;
    padding: 0px 9px;}

    .dispnone{ display: none;}
    .fl{ float: left;}
    .fr{ float: right;}
    .pa8{ padding: 8px;}
    .table a{  color: #96598a;}
    .mr4{ margin-right: 4px;}
    .mt10{ margin-top: 10px;}
    .maxw100{ max-width: 100px; max-height:80px; cursor: pointer;}
    .alert-warning{    background-color: #fef6dd !important;
    color: #957d32 !important;
    border-color: #957d32 !important;     margin-bottom: 0px;
    font-weight: bold;
    border: dashed thin;
    margin-left: 10px;
    padding: 5px 20px;}
       .alert-info{       background-color: #daeffd;
    color: #2b6a94;
    border-color: #2b6a94;
    padding: 6px;
    border: dashed thin;
    font-weight: bold;}

    .navbar-expand-lg .navbar-collapse{ margin-top: 8px;}
    #daterange-btn span{ font-size: 13px !important;}
    .btn-set{ display: block; width: 100%;     text-align: left;}
    .closeBtn{    font-size: 19px; cursor: pointer;
    font-weight: bold;
    margin: 4px;}
    .themecolor{ color: #96598a;}
    .mb5{ margin-bottom: 5px;}
    .attchementPanel{    border: solid thin #ccc;
    padding: 10px;
    margin-bottom: 5px; border-radius:5px;}
    .attchementPanel button{ margin-top: 16px;}
    .maximg {
    max-width: 40px;
    max-height: 40px;

}
.disbg { background:#fff; padding:10px;    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
    background-color: #fff;
    border-radius: 4px;
    margin-bottom: 20px;
}

.small-box {
    border-radius: 2px;
    position: relative;
    display: block;
    margin-bottom: 20px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}
.bg-aqua{background-color: #7252d3 !important;    color: #fff !important;}
.bg-yellow{background-color: #f39c12 !important;    color: #fff !important;}
.bg-green{background-color: #19ad79 !important;    color: #fff !important;}
.bg-pink{background-color: #3080ed !important;    color: #fff !important;}
.small-box>.inner {
    padding: 10px;
}
.small-box h3 {
    font-size: 38px;
    font-weight: bold;
    margin: 0 0 10px 0;
    white-space: nowrap;
    padding: 0;
}
.small-box p {
    font-size: 15px;
}
.small-box .icon {
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
       position: absolute;
    top: 11px;
    right: 10px;
    z-index: 0;
    font-size: 65px;
    color: rgba(0,0,0,0.15);
}

.small-box>.small-box-footer {
    position: relative;
    text-align: center;
    padding: 3px 0;
    color: #fff;
    color: rgba(255,255,255,0.8);
    display: block;
    z-index: 10;
    background: rgba(0,0,0,0.1);
    text-decoration: none;
}
.small-box:hover .icon {
    font-size: 75px;
}

.level{ border: solid thin #ccc;}
.level h4{border-bottom: solid thin #ccc; padding: 8px;font-size: 16px;
    font-weight: bold; margin-bottom: 0px; cursor: pointer; }
    .disp-none{ display: none;}

    /** Login 2 start **/
.login-2 .login-inner-form .col-pad-0{
    padding: 0;
}

.login-2 .bg-img{
 
    background-size: cover;
    top: 0;
    /*width: 100%;*/
    bottom: 0;
    min-height: 100vh;
    text-align: right;
    z-index: 999;
    opacity: 1;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
   padding:0px;
}

.login-2 .bg-color{
    /*background: #0f96f9;*/
    min-height: 100vh;
    position: relative;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
}

.login-2 .login-inner-form {
    max-width: 350px;
    color: #fff;
    width: 100%;
    text-align: center;
}

.login-2 .login-inner-form p{
    color: #e4e4e4;
    margin-bottom: 0;
    font-size: 14px;
}

.login-2 .login-inner-form p a{
    color: #e4e4e4;
    font-weight: 500;
    margin-left: 4px;
}

.login-2 .login-inner-form img {
    margin-bottom: 15px;
    height: 30px;
}

.login-2 .login-inner-form h3 {
    margin: 0 0 25px;
    font-size: 18px;
    font-weight: bold;
    color: #313a46;
}

.login-2 .login-inner-form .form-group {
    margin-bottom: 25px;
}

.login-2 .login-inner-form .input-text {
    width: 100%;
    padding: 10px 15px;
    font-size: 14px;
    border: 1px solid #e8e7e7;
    outline: none;
    color: #717171;
    border-radius: 3px;
    height: 45px;
}

.login-2 .login-inner-form .form-check{
    float: left;
    margin-bottom: 0;
}

.login-2 .login-inner-form .form-check a {
    color: #717171;
    float: right;
}

.login-2 .login-inner-form .checkbox {
    margin-bottom: 25px;
    font-size: 14px;
}

.login-2 .login-inner-form .form-check-input {
    position: absolute;
    margin-left: 0;
}

.login-2 .login-inner-form .form-check label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    margin-left: -25px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background-color: #fff;
}

.login-2 .login-inner-form .form-check-label {
    padding-left: 25px;
    margin-bottom: 0;
    font-size: 14px;
}

.login-2 .login-inner-form .checkbox-theme input[type="checkbox"]:checked + label::before {
    background-color: #f0151f;
    border-color: #f0151f;
}

.login-2 .login-inner-form input[type=checkbox]:checked + label:before {
    font-weight: 300;
    color: #f3f3f3;
    line-height: 15px;
    font-size: 14px;
    content: "\2713";
}

.login-2 .login-inner-form input[type=checkbox], input[type=radio] {
    margin-top: 4px;
}

.login-2 .login-inner-form .checkbox a {
    font-size: 14px;
    color: #fff;
    float: right;
}

.login-2 .login-inner-form .terms{
    margin-left: 4px;
}

.login-2 .login-inner-form .btn-md {
    cursor: pointer;
    padding: 12px 30px 11px 30px;
    letter-spacing: 1px;
    font-size: 15px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    border-radius: 3px;
}

.login-2 .login-inner-form input[type=checkbox], input[type=radio] {
    margin-right: 3px;
}

.login-2 .login-inner-form button:focus {
    outline: none;
    outline: 0 auto -webkit-focus-ring-color;
}

.login-2 .login-inner-form .btn-theme.focus, .btn-theme:focus {
    box-shadow: none;
}

.login-2 .login-inner-form .btn-theme {
    background: #96598a;
    border: none;
    color: #fff;
}

.login-2 .login-inner-form .btn-theme:hover {
    background: #dc141d;
}

.login-2 .informeson {
    color: #fff;
}

.login-2 .informeson .link-btn{
    background: #fff;
    padding: 6px 30px;
    font-size: 13px;
    border-radius: 3px;
    margin: 3px;
    letter-spacing: 1px;
    font-weight: 600;
    color: #f0151f;
}

.login-2 .informeson .active{
    background: #f0151f;
    color: #fff;
}

.login-2 .informeson .link-btn:hover{
    text-decoration: none;
}

.login-2 .informeson h3{
    color: #fbfbfb;
    margin-bottom: 25px;
    font-size: 31px;
}

.btn-section{
    margin-bottom: 30px;
}

.login-2 .informeson p{
    color: #fbfbfb;
    line-height: 30px;
    margin-bottom: 30px;
}

.login-2 .social-box ul{
    margin: 0;
    padding: 0;
}

.login-2 .social-box .social-list li {
    font-size: 16px;
    display: inline-block;
}

.login-2 .social-box .social-list li a {
    margin: 3px;
    font-size: 17px;
    width: 40px;
    height: 40px;
    border-radius: 3px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
}

.login-2 .social-box{
    bottom: 40px;
    position: absolute;
    right: 45px;
}

.login-2 .none-2{
    display: none;
}
/*#lnklogout{background: #fff;
    padding: 2px 15px;
    border-radius: 35px;
    color: #96598a;
}*/
.disp-none {display:none;
}
  .btn-secondary {    font-size: 14px;
    background: #fff;
    color: #96598a;
        }
        .dropdown-item {font-size:13px;
        }
.errorMessage { color:red;
}
.sr-only {color: #96598a;
}
#loadingbg {position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    background: rgba(0, 0, 0, 0.45);
    z-index:999;
    display:none;
}
#loadingspinner {    z-index: 999999;
    position: relative;
    display:none;
    position: absolute;
    margin: 0 auto;
    left: 48%;
    top: 45%;
}
.alert {
    position: relative;
    padding: 5px;
    margin-bottom: 5px;;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.maxwidth400 {max-width:400px; overflow:hidden;text-overflow: ellipsis;
}
.maxwidth320{max-width:320px; overflow:hidden; text-overflow: ellipsis;
}
.hidevisibility {
    visibility: hidden;
}
.imgset {width: 120px;
    background: #fff;
    padding: 11px; margin-left:4px;
}
#lblCustomername {background: #fff;
    color: #96598a;
    padding: 7px;
    border-radius: 2px;
}
.table thead th { vertical-align:middle;
}
.f15 {font-size:15px;
}
.page-item.active .page-link {background-color: #96598a;
    border-color: #96598a;
}
.page-link {color:#96598a;
}
.mt28 {margin-top:28px;
}

.pos-rel { position:relative;
}
.iconsetcal {    position: absolute;
    top: 28px;
    right: 7px;
    font-size: 17px;
    color: #8c8c8c;
}
.text-red { color:red;
}
label { margin-bottom:1px;
}
.form-group {
    margin-bottom: 5px;
}
.nav-tabs .nav-link {    font-weight: bold;
    font-size: 15px;
    /* padding: 0px 15px; */
    background: #96598a;
    color: #fff;margin-right: 3px;
}
.tab-content {    padding: 10px;
    border-left: solid thin #dee2e6;
    border-right: solid thin #dee2e6;
    border-bottom: solid thin #dee2e6;
}
.logo { height:38px;
}

#repoentokenpanel { display:none;
}

.carousel {
    height: 100vh;
    width: 100%;
    overflow:hidden;
}
.carousel .carousel-inner {
    height:100%;    
}

.carousel .carousel-inner img {
    display:block;
    object-fit: cover;
}
.pidAlert{padding: 8px 20px 6px;
    background: #c53929;
    color: #fff;
    box-shadow: 1px 0 5px rgba(0, 0, 0, 0.1);
    /* position: relative;*/
}
.dash-box {
border-radius: 4px;
    background-color: #fff;
    box-shadow: 0px 2px 4px rgba(126,142,177,0.12);
    margin:10px 0px;
    text-align:center;
    padding:8px;
        -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.dash-box:hover {
    -webkit-transform: translateY(-5px) scale(1.02);
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0px 5px 12px rgba(126,142,177,0.2);
}
    .dash-box h4 {
        font-weight:bold; color:#3E4B5B;
    }
    .dash-box p {margin-bottom:0px; color:#3E4B5B;
    }
    .canvasbg {
    height: 100%;
    min-height: 400px;
}
.leveledetails {padding: 10px 10px 0;
}
.dropdown-item:focus, .dropdown-item:hover {background:#96598a; color:#fff;
}
.calendar {    margin-left: 27px;
    margin-top: 5px;
    font-weight: bold;
}
/**Responsive Queries**/
@media (min-width:769px) and (max-width:1024px) {
    .navbar-brand {
        font-size: 14px;
    }

    .navbar-light .navbar-nav .nav-link {
        font-size: 14px;
    }

    .navbar-nav li { margin-right:4px;
    }
}

 /**Responsive Queries**/
        @media only screen and (max-width: 768px) {
            .mobileDisNone { display:none !important;
            }
			 .nav-link {   
                padding: .5rem 0.3rem;
            }
			 #ddlPagination,.pagination p:first-child {display:none !important;
            }
        }
		
		
		.spanpathversion_33{font-weight: 800;
    color: #110e10;
    font-size: 14px;
    background: #cacaca;
    padding: 1px 5px;
    border-radius: 5px;}
	
	.spanpathversion_32{font-weight: 800;
    color: #96598a;
    font-size: 14px;
    background: #ffdff9;
    padding: 1px 5px;
    border-radius: 5px;}
	
	#tblPatchBrowse tbody tr td:first-child{
		white-space:nowrap;
	}