Fix template&mapping in view/create
[ccsdk/cds.git] / cds-ui / designer-client / src / styles.css
index 3c0a049..df5d515 100644 (file)
@@ -18,6 +18,9 @@ body{
   transition: 0.3s !important;
 }
 /*Bootstrap*/
+.btn:disabled:hover{
+  cursor: default;
+}
 .custom-control-label::before{
   border: solid 1px #C3CDDB !important;
   border-radius: 0 !important;
@@ -45,6 +48,34 @@ body{
   width: 14px !important;
   height: 14px;
 }
+.card-header .btn[aria-expanded="true"],
+.card-header .btn[aria-expanded="false"]{
+  padding-left: 25px !important;
+  padding-right: 25px !important;
+  border-radius: 0 !important;
+}
+.card-header .btn[aria-expanded="true"]{
+  background-color:#F4F9FE;
+}
+.card-header .btn[aria-expanded="false"]{
+  background-color:#fff;
+}
+/*NGX-TOASTR*/
+.ngx-toastr{
+  border-radius: 2px !important;
+  color: #1B3E6F !important;
+  font-size: 13px !important;
+  box-shadow: 0 2px 6px 0 rgba(47, 83, 151, 0.1) !important;
+}
+.toast-success{
+  border-left: solid 5px #66BB00 !important;
+  background: url(/assets/img/icon-required-yes.svg) 12px center #fff no-repeat !important;
+}
+.toast-error{
+  border-left: solid 5px #FF6469 !important;
+  background: url(/assets/img/icon-error.svg) 12px center #fff no-repeat !important;
+  background-size: 18px !important;
+}
 /*ICONS*/
 .icon-menuDots{
   font-size: 3px !important;
@@ -330,6 +361,7 @@ background-color: #333;
   font-size: 12px;
 }
 .import-container-all .accordion .card-header{
+  padding: 0 !important;
   background: #fff !important;
   border-bottom: 0 !important;
 }
@@ -338,6 +370,9 @@ background-color: #333;
 }
 .import-container-all .card-header .accordion-delete{
   display: none;
+  position: absolute;
+  right: 15px;
+  background: #F4F9FE;
 }
 .import-container-all .card-header:hover .accordion-delete{
   display: inline;
@@ -468,6 +503,9 @@ height: 40px;
   border: 0;
   box-shadow: 0 2px 6px 0 rgba(47, 83, 151, 0.1);
 }
+.packages-card .card:hover .packageName{
+  color: #1273EB !important;
+}
 .packages-card .card-title{
   margin-bottom: 0 !important;
   font-size: 13px;
@@ -484,12 +522,14 @@ height: 40px;
   color: #D0D7E4;
 }
 .packages-card p.package-desc{
+  margin-top: 6px;
   font-size: 13px;
   text-align: left;
   display: -webkit-box;  
   -webkit-line-clamp: 1; 
   -webkit-box-orient: vertical;   
   overflow: hidden;
+  color: #1B3E6F;
 }
 .packages-card p.package-desc:hover{
   color: #1B3E6F !important;
@@ -516,12 +556,16 @@ height: 40px;
   border: solid 1px #D7E7F9 !important;
   box-shadow: 0 2px 6px 0 rgba(47, 83, 151, 0.18) !important;
 }
+.addPaackage-card .card-body img{
+  width: 30%;
+  vertical-align: text-top;
+}
 .addPaackage-card a{
   margin: 0;
-  padding: 8px 15px;
+  padding: 7px 15px;
   font-weight: bold;
   font-size: 12px;
-  border-radius: 2px;
+  border-radius: 18px;
   border-width: 0px;
   border-style: solid;
   background-position: 15px center;
@@ -656,8 +700,14 @@ height: 40px;
   width: 240px;
   border-bottom: solid 1px #C3CDDB;
 }
+.searchBox:hover > .searchInput::placeholder{
+  color: #C3CDDB;
+}
 .searchBox > .searchInput:focus{
   border-bottom: solid 1px #1B3E6F !important;
+  -webkit-box-shadow: 0 4px 6px -6px rgba(18, 115, 235, .6);
+  -moz-box-shadow: 0 4px 6px -6px rgba(18, 115, 235, .6);
+  box-shadow: 0 4px 6px -6px rgba(18, 115, 235, .6);
 }
 .searchBox:hover > .searchButton{
   color: #1B3E6F;
@@ -841,7 +891,7 @@ height: 40px;
   animation-direction: alternate;
 } */
 .card-body{
-  padding: 20px !important;
+  padding: 10px 20px 20px !important;
 }
 
 /*Main Container*/
@@ -968,6 +1018,13 @@ height: 40px;
   font-size: 13px !important;
   text-indent: 6px !important;
 }
+.fillteredTags{
+  margin-left: 3px;
+  padding: 3px 3px;
+  background: #1B3E6F;
+  color: #fff;
+  border-radius: 4px;
+}
 /**Packages Sort**/
 .sort-packages{
   font-size: 12px;
@@ -1058,7 +1115,7 @@ height: 40px;
   margin-bottom: 0;
   display: inline-block;
   width: auto;
-  max-width: 76%;
+  max-width: 64%;
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
@@ -1075,6 +1132,7 @@ height: 40px;
   padding-bottom: 0 !important;
 }
 .packages-card .card-footer .col{
+  padding-left: 3px !important;
   text-align: left;
 }
 
@@ -1099,7 +1157,13 @@ height: 40px;
 }
 .btn-create-package,
 .btn-import-package{
-  margin-bottom: 9px !important;
+  width: auto;
+}
+.btn-create-package{
+  margin-bottom: 6px !important;
+}
+.btn-import-package{
+  margin-bottom: 15px !important;
 }
 .btn-create-package,
 .btn-create-package:hover{
@@ -1156,6 +1220,7 @@ height: 40px;
 .packages-card .dropdown-content a:hover{
   background-color: #172B4D;
   text-decoration: unset;
+  color: #fff;
 }
 .packages-card .dropdown-content:hover,
 .packages-card .dropdown-toggle:focus ~ .dropdown-content{
@@ -1175,9 +1240,7 @@ height: 40px;
   background: #1B3E6F;
   box-shadow: none;
 }
-.package-version{
-  color: #C3CDDB !important;
-}
+
 .package-version::before{
   content: "|";
   margin-left: 8px;
@@ -1187,7 +1250,7 @@ height: 40px;
 
 /***Contributers***/
 ul.package-contributers{
-  /*margin-bottom: 0 !important;*/
+  margin-bottom: 9px !important;
   padding-left: 0 !important;
 }
 .package-contributers li{
@@ -1303,13 +1366,252 @@ ul.package-contributers{
 }
 
 
+/*CREATE NEW ACTION MODAL*/
+.createActionModal .modal-dialog{
+  max-width: 85%;
+}
+.createActionModal .modal-header{
+  padding-top: 21px !important;
+  padding-bottom: 0 !important;
+  border-bottom: 0;
+}
+.createActionModal .close{
+  margin: 0 !important;
+  padding: 6px 13px 10px !important;
+  width: auto;
+  opacity: 1 !important;
+  border-radius: 100%;
+}
+.createActionModal .close:hover{
+  background-color: #E0E8F2;
+}
+.createActionModal .icon-action-close{
+  font-size: 14px;
+  font-weight: bold;
+}
+.createActionModal .modal-body{
+  padding-top: 0 !important;
+  padding-bottom: 10px !important;
+}
+.createActionModal .modal-body .carousel-item{
+  padding-left: 20px;
+  padding-right: 10px;
+}
+@keyframes fadeInScale {
+  0% {
+    opacity: 0;
+    -webkit-transform: scale(0) translateY(50%);
+            transform: scale(0) translateY(50%);
+  }
+  90% {
+    -webkit-transform: scale(1.05);
+            transform: scale(1.05);
+  }
+  100% {
+    opacity: 1;
+    -webkit-transform: scale(1) translateY(0);
+            transform: scale(1) translateY(0);
+  }
+}
+.card.actionType{
+  margin-bottom: 25px !important;
+  padding: 220px 25px 50px;
+  box-shadow: none;
+  border-radius: 0;
+  -webkit-transition: all 0.3s ease-in-out;
+  transition: all 0.3s ease-in-out;
+}
+.card.actionType:hover{
+  box-shadow: 0 10px 20px 0 rgba(27,62,111,.1);
+  transition: 0.3s !important;
+}
+.createActionModal h1{
+  margin-bottom: 21px;
+  font-size: 22px;
+  text-align: center;
+  font-weight: normal;
+}
+.createActionModal .skip-btn{
+  float: unset;
+  width: auto;
+  color: #1273EB;
+  font-weight: normal !important;
+  font-size: 13px;
+  border: solid 1px #F1F2FA;
+  border-radius: 2px;
+}
+.actionType,
+.actionType:hover{
+  text-align: center;
+  line-height: 40px;
+  background-position: center 40px;
+  background-repeat: no-repeat;
+  background-size: 144px 172px;
+}
+.actionType h3,
+.actionType p{
+  margin: 0;
+}
+.actionType h3{
+  text-transform: uppercase;
+  font-size: 13px;
+  font-weight: bold;
+}
+.actionType p{
+  font-size: 13px !important;
+  line-height: 24px;
+}
+.actionType .btn,
+.actionType:hover .btn{
+  opacity: 0;
+  position: absolute;
+  bottom: 0;
+  left: 30% !important;
+  margin-bottom: 26px;
+  width: 100px;
+  height: 30px;
+  background: #1B3E6F;
+  color: #fff;
+  font-size: 12px;
+  font-weight: bold;
+  border-radius: 15px !important;
+  -webkit-transform: translateY(-20%);
+          transform: translateY(-20%);
+          -webkit-transition: all 0.3s ease-in-out;
+  transition: all 0.3s ease-in-out;
+}
+.actionType:hover .btn{
+  opacity: 1;
+  -webkit-transform: translateY(0);
+          transform: translateY(0);
+}
+.actionType.custom{
+  background-image: url(/assets/img/icon-action-custom.svg);
+}
+.actionType.custom:hover{
+  cursor: pointer;
+  background-image: url(/assets/img/icon-action-custom-hover.svg);
+}
+.actionType.default{
+  background-image: url(/assets/img/icon-action-default.svg);
+}
+.actionType.default:hover{
+  cursor: pointer;
+  background-image: url(/assets/img/icon-action-default-hover.svg);
+}
+.actionType.recent{
+  background-image: url(/assets/img/icon-action-recent.svg);
+}
+.actionType.recent:hover{
+  cursor: pointer;
+  background-image: url(/assets/img/icon-action-recent-hover.svg);
+}
+.actionType.import{
+  background-image: url(/assets/img/icon-action-import.svg);
+}
+.actionType.import:hover{
+  cursor: pointer;
+  background-image: url(/assets/img/icon-action-import-hover.svg);
+}
+.createActionModal .carousel-indicators{
+  margin: 0;
+}
+.createActionModal .carousel-indicators li{
+  margin: 0;
+  padding: 0;
+  text-indent: 0;
+  border: 0;
+}
+.createActionModal .back{
+  position: fixed !important;
+  top: 83px;
+  width: auto;
+  padding:0 !important;
+}
 
-
-
-
-
-
-
+.actionFormWrapper{
+  width: 60%;
+  margin: 0 auto;
+}
+.createActionModal .form-control.customAction{
+  width: 55%;
+  margin: 70px auto;
+  padding-left: 0;
+  border-radius: 0;
+  border: 0;
+  border-bottom: solid 1px #E0E8F2;
+  color: #1B3E6F !important;
+  font-size: 14px;
+}
+.createActionModal .form-control:focus{
+  border-bottom: solid 1px #1B3E6F;
+  background: transparent !important;
+  -webkit-box-shadow: 0 4px 6px -6px rgba(18, 115, 235, .8);
+  -moz-box-shadow: 0 4px 6px -6px rgba(18, 115, 235, .8);
+  box-shadow: 0 4px 6px -6px rgba(18, 115, 235, .8);
+  text-shadow: none;
+}
+.createActionModal .form-control::placeholder{
+  color: #C3CDDB;
+  
+}
+.createActionModal .submit,
+.createActionModal .submit:hover{
+  float: unset;
+  width: 100px;
+  height: 30px;
+  background: #1B3E6F;
+  color: #fff;
+  font-size: 12px;
+  font-weight: bold;
+  border-radius: 15px !important;
+}
+.actionlabel{
+  margin-right: 2px;
+  color: #C3CDDB;
+  font-size: 11px;
+  font-weight: bold;
+}
+.form-control.searchInput,
+.form-control.searchInput:focus{
+  float: right;
+  width: 250px !important;
+  height: 30px !important;
+  padding-left: 32px !important;
+  border: solid 1px #E0E8F2 !important;
+  border-radius: 2px !important;
+  background: url(../src/assets/img/icon-search-light.svg) 9px center no-repeat !important;
+  font-size: 13px !important;
+  color: #1B3E6F;
+}
+.actionsListScroll{
+  height: 228px;
+  max-height: 228px;
+  overflow: auto;
+}
+.createActionModal .actionName{
+  margin-bottom: 15px;
+  padding: 9px 18px;
+  box-shadow: 0 2px 6px rgba(47,83,151,0.15);
+}
+.createActionModal p.selectedActions{
+  margin-top: 20px;
+  margin-bottom: 10px;
+  color: #8D9FB7;
+  font-size: 13px;
+}
+.createActionModal .sort-packages .dropdown{
+  width: 60%;
+}
+.createActionModal .sort-packages .dropdown-text::after {
+  right: 6px;
+}
+.createActionModal .sort-packages .dropdown-content{
+  width: 100%;
+}
+.createActionModal .folder-upload-text button{
+  float: unset;
+}
 /* Border Fade */
 .border-fade {
   display: inline-block;
@@ -1653,9 +1955,8 @@ padding-left: 20px !important;
   margin-top: 6px;
 }
 .package-view-button .btn{
-  padding: 6px 12px;
-  border-radius: 2px;
-  font-weight: bold;
+  padding: 6px 21px;
+  border-radius: 18px;
 }
 .package-view-button .btn:hover{
   opacity: .9;
@@ -1729,6 +2030,9 @@ padding-left: 20px !important;
 .single-line-model input:focus,
 .single-line-custom-key input:focus{
   border-bottom-color: #1B3E6F !important;
+  -webkit-box-shadow: 0 4px 6px -6px rgba(18, 115, 235, .6);
+  -moz-box-shadow: 0 4px 6px -6px rgba(18, 115, 235, .6);
+  box-shadow: 0 4px 6px -6px rgba(18, 115, 235, .6);
 }
 .model-note-container{
   width: calc(100% - 325px);
@@ -1814,6 +2118,18 @@ padding-left: 20px !important;
   color: #1B3E6F;
   transition: all 250ms ease-out;
 }
+.label-input input:focus{
+  border-bottom: solid 1px #1B3E6F;
+  background: transparent !important;
+  -webkit-box-shadow: 0 4px 6px -6px rgba(18, 115, 235, .8);
+  -moz-box-shadow: 0 4px 6px -6px rgba(18, 115, 235, .8);
+  box-shadow: 0 4px 6px -6px rgba(18, 115, 235, .8);
+  text-shadow: none;
+}
+.label-input input:disabled{
+  background: #fff;
+  opacity: .5;
+}
 .label-input input[type=radio]{
   width: auto;
 }
@@ -1929,7 +2245,7 @@ hr{
 .action-button{
   margin-bottom: 12px;
   padding: 3px 30px;
-  color: #BABBC3;
+  color: #BABBC3 !important;
   font-size: 10px;
   font-weight: bold;
   display: inline-block;
@@ -1949,6 +2265,9 @@ hr{
   font-size: 17px;
   display: inline-block;
 }
+.action-button i:hover{
+  background: #dee2e6;
+}
 .action-button i.icon-save-sm{
   background: #1273EB;
   color: #fff;
@@ -1959,10 +2278,10 @@ hr{
   color: #C3CDDB;
 }
 .action-button.save{
-  color: #1273EB;
+  color: #1273EB !important;
 }
-.action-button.delete{
-  color: #BABBC3;
+.action-button.save:hover{
+  opacity: .9;
 }
 .action-button.delete i{
   color: #BABBC3;
@@ -2004,6 +2323,7 @@ hr{
   padding: .7rem 1.5rem !important;
 }
 .modal-footer{
+  padding-top: 0 !important;
   border-top: 0 !important;
 }
 .modal-footer .btn{
@@ -2077,9 +2397,11 @@ hr{
   font-size: 12px;
 }
 .create-title{
-  margin-bottom: 15px;
+  margin-bottom: 0;
   font-size: 14px;
   font-weight: bold;
+  /* text-transform: uppercase; */
+  line-height: 32px;
 }
 .folder-upload-text{
   margin-top: 10px;
@@ -2116,6 +2438,10 @@ hr{
   font-weight: normal;
   font-size: 13px;
 }
+.upload-table .table thead th:first-child{
+  width: 24px;
+  padding-right: 0;
+}
 .upload-table tr:last-child th{
   border-bottom: 0 !important;
 }
@@ -2218,6 +2544,18 @@ hr{
 .template-mapping-accordion{
   width: 100%;
 }
+.card-header .btn.regularTitle{
+  padding-left: 0 !important;
+  padding-right: 0 !important;
+  color: #1B3E6F;
+  font-size: 13px;
+  font-weight: bold;
+}
+.template-mapping-accordion .accordian-title{
+  color: #C3CDDB !important;
+  font-size: 12px !important;
+  font-weight: normal !important;
+}
 .card{
   border-radius: 2px;
   border: 0;
@@ -2246,6 +2584,9 @@ hr{
   margin-bottom: 0px !important;
   border-top: 1px solid #ECEDF2 !important;
 }
+.accordion > .card > .card-header{
+  padding: 0 !important;
+}
 .template-mapping-accordion .card{
   margin-bottom: 25px !important;
 }
@@ -2320,7 +2661,7 @@ hr{
 }
 .ace_line,
 .ace-eclipse .ace_print-margin{
-  background: #fff;
+  /* background: #fff; */
 }
 .ace_editor{
   height: 55vh !important;
@@ -2353,7 +2694,7 @@ hr{
 .breadcrumb-header li{
   list-style: none;
   display: inline-block;
-  font-size: 12px;
+  font-size: 14px;
 }
 
 .breadcrumb-header li:last-child::after{
@@ -2387,7 +2728,8 @@ padding: 0 10px 0 0;
   color: #1B3E6F;
   font-size: 10px;
   font-weight: bold;
-  display: inline-table;
+  display: inline-block;
+  vertical-align: top;
   margin-top: 20px;
   margin-bottom: 10px;
   margin:15px 30px 20px;
@@ -2416,6 +2758,15 @@ padding: 0 10px 0 0;
   color:#C3CDDB ;
   font-size: 8px;
 }
+.mapping-source-load.hover-disable{
+  opacity: .5;
+}
+.mapping-source-load.hover-disable:hover span{
+  color: #1B3E6F;
+}
+.mapping-source-load.hover-disable:hover i{
+  background: transparent;
+}
 .template-mapping-list{
   background: #F4F9FE;
   border: 1px solid #E9F3FF;
@@ -2426,12 +2777,22 @@ padding: 0 10px 0 0;
   margin-bottom: 20px;
   color: #1B3E6F;
 }
-.template-mapping-list:hover, .template-mapping-list.active {
-  background: #1B3E6F; 
+.template-mapping-list:hover, 
+.template-mapping-list.active {
+  /* background: #1B3E6F;  */
   text-decoration: none;
-  color: #fff !important;
+  /* color: #fff !important; */
   border-radius: 4px;
-  
+  box-shadow: 0 2px 6px 0 rgba(47, 83, 151, 0.3);
+}
+.template-mapping-list p,
+.template-mapping-list:hover p{
+  margin-bottom: 0;
+  width: 60%;
+  display: inline-block !important;
+}
+.template-mapping-list:hover p{
+  width: 90%;
 }
 .template-mapping-list:hover{
   opacity: .9;
@@ -2439,13 +2800,31 @@ padding: 0 10px 0 0;
 
 .template-mapping-list span{
   background: #fff;
+  border: solid 1px #E9F3FF;
   color: #2A81ED;
-  font-size: 8px;
+  font-size: 9px;
   float: right;
   border-radius: 50px;
-  padding: 4px 10px;
+  padding: 3px 10px;
   margin-left: 5px;
-
+}
+.template-mapping-list:hover span{
+  display: none;
+}
+.deleteTemplate{
+  display: none;
+  position: absolute;
+  right: 21px;
+  top: 2px;
+  border: 0;
+  background: transparent;
+}
+.deleteTemplate i{
+  color: #FF6469 !important;
+  font-size: 16px;
+}
+.template-mapping-list:hover .deleteTemplate{
+  display: inline;
 }
 .max-height-list{
   max-height: 232px;
@@ -2453,11 +2832,12 @@ padding: 0 10px 0 0;
   overflow: auto;
 }
 .create-template-mapping-button{
-background: #C3CDDB;
-border-radius: 50px;
-font-size: 12px;
-padding: 10px 20px;
-margin-bottom: 20px;
+  background: #C3CDDB;
+  border-radius: 50px;
+  font-size: 12px;
+  font-weight: bold;
+  padding: 10px 20px;
+  margin-bottom: 20px;
     display: inline-block;
     cursor: pointer;
 }
@@ -2542,14 +2922,12 @@ margin-right: 5px;
   height: 20px;
 }
 .template-mapping-action{
-  width: 100%;
-  text-align: center;
-  margin-bottom: 30px;
+  margin-bottom: 20px;
 }
 .template-mapping-action button{
   border-radius: 50px;
-  padding: 6px 20px;
-  font-size: 14px;
+  padding: 4px 20px;
+  font-size: 13px;
 }
 .template-mapping-action .btn-primary{
   background:#5DBDBA !important ;
@@ -2582,40 +2960,43 @@ margin-right: 5px;
   margin-bottom: 6px;
   color: #1B3E6F !important;
   font-size: 13px;
-  font-weight: bold;
+  /* font-weight: bold; */
 }
 
 .dataTables_filter input{
   color: #1B3E6F;
   background: url(../src/assets/img/icon-search.svg) 9px center no-repeat;
-  padding: 4px 9px 4px 24px;
+  padding: 4px 9px 4px 24px !important;
   border: solid 1px #ECEDF2;
   border-radius: 4px;
 }
 .dataTables_filter input:focus{
   box-shadow: 0 2px 6px 0 rgba(47, 83, 151, 0.1);
 }
-#mapping-table th,
-#mapping-table td{
+.mapping-table th,
+.mapping-table td{
   width: auto !important;
-  padding: 7px 20px 7px 0;
-  border-bottom: solid 1px #ECEDF2;
+  padding: 7px 20px 7px 0 !important;
+  border-bottom: solid 1px #ECEDF2 !important;
   font-size: 13px;
 }
-#mapping-table th:first-child,
-#mapping-table td:first-child{
-  padding-left: 20px;
+.mapping-table th:first-child,
+.mapping-table td:first-child{
+  padding-left: 20px !important;
 }
-#mapping-table tbody tr:hover{
-  background-color: #F4F9FE;
+.mapping-table thead th{
+  border-bottom-color: #ECEDF2 !important;
 }
-#mapping-table th{
-  padding-top: 10px;
-  padding-bottom: 10px;
+.mapping-table tbody tr:hover{
+  background-color: #F4F9FE !important;
+}
+.mapping-table th{
+  padding-top: 10px !important;
+  padding-bottom: 10px !important;
   background: #F4F9FE;
 }
-#mapping-table td{
-  border-top: 0;
+.mapping-table td{
+  border-top: 0 !important;
 }
 table.dataTable.no-footer{
   margin-bottom: 9px;
@@ -2661,32 +3042,40 @@ table.dataTable.no-footer{
   background: none !important;
   border: 0 !important;
 }
-#mapping-table .form-control,
-#mapping-table .custom-select{
+.mapping-table .form-control,
+.mapping-table .custom-select{
   padding: 10px 6px;
   border-color: #EEF4F9;
   font-size: 14px;
   line-height: 12px;
   color: #1B3E6F;
 }
-#mapping-table .form-control{
+.mapping-table .form-control{
   box-shadow: 0 2px 4px rgba(47,83,151,0.1);
 }
-#mapping-table tbody tr:hover .form-control:focus,
-#mapping-table tbody tr:hover .custom-select{
+.mapping-table tbody tr:hover .form-control:focus,
+.mapping-table tbody tr:hover .custom-select{
   background-color: #fff !important;
 }
-#mapping-table .custom-select{
+.mapping-table .custom-select{
   background-color: #F4F9FE;
   color: #1B3E6F;
 }
-#mapping-table .form-control:disabled{
+.mapping-table .form-control:disabled{
   padding-left: 0;
   box-shadow: none;
   border: 0;
-  background: transparent;
+  background: transparent !important;
   color: #1B3E6F;
 }
+
+/* Windows View as 150% */
+@media (resolution: 150dpi) {
+  /* @media (-webkit-device-pixel-ratio: 1.5) { */
+  .body-container > .container{
+    max-width: 960px !important;
+  }
+}
 /* Extra small devices (portrait phones, less than 576px) */
 @media (max-width: 575.98px) {
   .page-title{