removed unused styles
This commit is contained in:
		
					parent
					
						
							
								b5cc0d4d1f
							
						
					
				
			
			
				commit
				
					
						a7a3c1cc15
					
				
			
		
					 4 changed files with 1101 additions and 1166 deletions
				
			
		| 
						 | 
				
			
			@ -4,8 +4,19 @@ html {
 | 
			
		|||
  min-height: 100%;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
body,
 | 
			
		||||
h1,
 | 
			
		||||
h2,
 | 
			
		||||
h3,
 | 
			
		||||
h4,
 | 
			
		||||
h5,
 | 
			
		||||
h6 {
 | 
			
		||||
  font-family: 'Lato', sans-serif;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
/* bootstrap danger color override from #a94442 */
 | 
			
		||||
 | 
			
		||||
.text-danger,
 | 
			
		||||
.has-error .help-block,
 | 
			
		||||
.has-error .control-label,
 | 
			
		||||
| 
						 | 
				
			
			@ -50,26 +61,6 @@ a.list-group-item-danger.active:focus {
 | 
			
		|||
  background-color: #eb4d5c;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
.checkmark {
 | 
			
		||||
  display: inline-block;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.checkmark:after {
 | 
			
		||||
  /*Add another block-level blank space*/
 | 
			
		||||
  content: '';
 | 
			
		||||
  display: block;
 | 
			
		||||
  /*Make it a small rectangle so the border will create an L-shape*/
 | 
			
		||||
  width: 25px;
 | 
			
		||||
  height: 60px;
 | 
			
		||||
  /*Add a white border on the bottom and left, creating that 'L' */
 | 
			
		||||
  border: solid #777;
 | 
			
		||||
  border-width: 0 3px 3px 0;
 | 
			
		||||
  /*Rotate the L 45 degrees to turn it into a checkmark*/
 | 
			
		||||
  transform: rotate(45deg);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
.topnav {
 | 
			
		||||
  font-size: 14px;
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			@ -79,18 +70,25 @@ a.list-group-item-danger.active:focus {
 | 
			
		|||
  padding: 5px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.navbar-brand {
 | 
			
		||||
    padding: 10px 15px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
@media (max-width: 767px) {
 | 
			
		||||
.navbar-brand {
 | 
			
		||||
  padding: 10px;
 | 
			
		||||
}
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
@media (min-width: 768px) {
 | 
			
		||||
  .navbar-right {
 | 
			
		||||
    margin-right: 10px;
 | 
			
		||||
  }
 | 
			
		||||
  .navbar-brand {
 | 
			
		||||
    padding-right: 15px;
 | 
			
		||||
    padding-left: 15px;
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
p.copyright {
 | 
			
		||||
  margin: 15px 0 0;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
footer {
 | 
			
		||||
  padding: 20px 0;
 | 
			
		||||
  background-color: #f8f8f8;
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			@ -1,13 +1,3 @@
 | 
			
		|||
body,
 | 
			
		||||
h1,
 | 
			
		||||
h2,
 | 
			
		||||
h3,
 | 
			
		||||
h4,
 | 
			
		||||
h5,
 | 
			
		||||
h6 {
 | 
			
		||||
    font-family: 'Lato', sans-serif;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.topnav .navbar-fixed-top .navbar-collapse {
 | 
			
		||||
  max-height: 740px;
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			@ -23,6 +13,7 @@ h6 {
 | 
			
		|||
  margin-left: 15px;
 | 
			
		||||
  padding: 0 5px 8px !important;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
@media(min-width: 768px) {
 | 
			
		||||
  .navbar-default .navbar-nav>li>a,
 | 
			
		||||
  .navbar-right .highlights-dropdown .dropdown-menu>li>a {
 | 
			
		||||
| 
						 | 
				
			
			@ -35,6 +26,7 @@ h6 {
 | 
			
		|||
    box-shadow: -8px 14px 20px -5px rgba(77, 77, 77, 0.5);
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.navbar-right .highlights-dropdown .dropdown-menu>li>a {
 | 
			
		||||
  font-size: 13px;
 | 
			
		||||
  font-family: 'Lato', sans-serif;
 | 
			
		||||
| 
						 | 
				
			
			@ -42,6 +34,7 @@ h6 {
 | 
			
		|||
  background: transparent;
 | 
			
		||||
  color: #333;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.navbar-right .highlights-dropdown .dropdown-menu>li>a:hover,
 | 
			
		||||
.navbar-right .highlights-dropdown .dropdown-menu>li>a:focus,
 | 
			
		||||
.navbar-right .highlights-dropdown .dropdown-menu>li>a:active {
 | 
			
		||||
| 
						 | 
				
			
			@ -49,75 +42,6 @@ h6 {
 | 
			
		|||
  text-decoration: underline !important;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.lead {
 | 
			
		||||
    font-size: 18px;
 | 
			
		||||
    font-weight: 400;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.intro-header {
 | 
			
		||||
    padding-top: 50px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
 | 
			
		||||
    padding-bottom: 50px;
 | 
			
		||||
    text-align: center;
 | 
			
		||||
    color: #f8f8f8;
 | 
			
		||||
    background: url(../img/intro-bg.jpg) no-repeat center center;
 | 
			
		||||
    background-size: cover;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.intro-header-2 {
 | 
			
		||||
    padding-top: 50px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
 | 
			
		||||
    padding-bottom: 50px;
 | 
			
		||||
    text-align: center;
 | 
			
		||||
    color: #f8f8f8;
 | 
			
		||||
    background: url(../img/configure.jpg) no-repeat center center;
 | 
			
		||||
    background-size: cover;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.intro-message {
 | 
			
		||||
    position: relative;
 | 
			
		||||
    padding-top: 20%;
 | 
			
		||||
    padding-bottom: 20%;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.intro-message > h1 {
 | 
			
		||||
    margin: 0;
 | 
			
		||||
    font-weight: 400;
 | 
			
		||||
    font-size: 5em;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.intro-divider {
 | 
			
		||||
    width: 400px;
 | 
			
		||||
    border-top: 1px solid #f8f8f8;
 | 
			
		||||
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.intro-message > h3 {
 | 
			
		||||
    font-weight: 300;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
@media (max-width: 767px) {
 | 
			
		||||
    .intro-message {
 | 
			
		||||
        padding-bottom: 15%;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    .intro-message > h1 {
 | 
			
		||||
        font-size: 3em;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    ul.intro-social-buttons > li {
 | 
			
		||||
        display: block;
 | 
			
		||||
        margin-bottom: 20px;
 | 
			
		||||
        padding: 0;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    ul.intro-social-buttons > li:last-child {
 | 
			
		||||
        margin-bottom: 0;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    .intro-divider {
 | 
			
		||||
        width: 100%;
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.un-icon {
 | 
			
		||||
  width: 15px;
 | 
			
		||||
  height: 15px;
 | 
			
		||||
| 
						 | 
				
			
			@ -125,44 +49,9 @@ h6 {
 | 
			
		|||
  margin-top: -1px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.network-name {
 | 
			
		||||
    text-transform: uppercase;
 | 
			
		||||
    font-size: 14px;
 | 
			
		||||
    font-weight: 400;
 | 
			
		||||
    letter-spacing: 2px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.content-section-a {
 | 
			
		||||
    padding: 50px 0;
 | 
			
		||||
    background-color: #f8f8f8;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.section-heading {
 | 
			
		||||
    margin-bottom: 30px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/*------Auth section---------*/
 | 
			
		||||
footer {
 | 
			
		||||
    padding: 20px 0;
 | 
			
		||||
    background-color: #f8f8f8;
 | 
			
		||||
    right: 0;
 | 
			
		||||
    bottom: 0;
 | 
			
		||||
    left: 0;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
p.copyright {
 | 
			
		||||
    margin: 14px 0 0;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.content-404 h1 {
 | 
			
		||||
    margin: 0 0 15px;
 | 
			
		||||
    font-size: 200px;
 | 
			
		||||
    line-height: 1;
 | 
			
		||||
    font-weight: 700;
 | 
			
		||||
    color: #6db97c;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/***** DCL payment page **********/
 | 
			
		||||
 | 
			
		||||
.dcl-order-container {
 | 
			
		||||
  font-weight: 300;
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			@ -178,6 +67,7 @@ p.copyright {
 | 
			
		|||
  padding: 5px;
 | 
			
		||||
  margin-bottom: 15px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.card-warning-error {
 | 
			
		||||
  border: 1px solid #EB4D5C;
 | 
			
		||||
  color: #EB4D5C;
 | 
			
		||||
| 
						 | 
				
			
			@ -243,18 +133,6 @@ p.copyright {
 | 
			
		|||
  }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
@media only screen and (max-width: 1040px) and (min-width: 768px) {
 | 
			
		||||
    .content-dashboard {
 | 
			
		||||
        width: 96% !important;
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
@media only screen and (max-width: 1330px) and (min-width: 1200px) {
 | 
			
		||||
    .content-dashboard {
 | 
			
		||||
        width: 100% !important;
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.footer-vm p.copyright {
 | 
			
		||||
  margin-top: 4px;
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			@ -276,7 +154,10 @@ p.copyright {
 | 
			
		|||
  }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/* bootstrap input box-shadom disable */
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
/* bootstrap input box-shadow disable */
 | 
			
		||||
 | 
			
		||||
.has-error .form-control:focus,
 | 
			
		||||
.has-error .form-control:active,
 | 
			
		||||
.has-success .form-control:focus,
 | 
			
		||||
| 
						 | 
				
			
			@ -291,6 +172,18 @@ p.copyright {
 | 
			
		|||
  max-width: 1120px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
@media only screen and (max-width: 1040px) and (min-width: 768px) {
 | 
			
		||||
  .content-dashboard {
 | 
			
		||||
    width: 96% !important;
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
@media only screen and (max-width: 1330px) and (min-width: 1200px) {
 | 
			
		||||
  .content-dashboard {
 | 
			
		||||
    width: 100% !important;
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
@media (max-width: 540px) {
 | 
			
		||||
  select {
 | 
			
		||||
    width: 280px;
 | 
			
		||||
| 
						 | 
				
			
			@ -301,11 +194,17 @@ p.copyright {
 | 
			
		|||
    width: 100%;
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
.btn:focus, .btn:active:focus {
 | 
			
		||||
 | 
			
		||||
.btn:focus,
 | 
			
		||||
.btn:active:focus {
 | 
			
		||||
  outline: 0;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
/***********Styles for Model********************/
 | 
			
		||||
 | 
			
		||||
.modal-content {
 | 
			
		||||
  border-radius: 0px;
 | 
			
		||||
  font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
 | 
			
		||||
| 
						 | 
				
			
			@ -317,6 +216,9 @@ p.copyright {
 | 
			
		|||
 | 
			
		||||
.modal-header {
 | 
			
		||||
  min-height: 30px;
 | 
			
		||||
  border-bottom: 0px solid #e5e5e5;
 | 
			
		||||
  padding: 0px 15px;
 | 
			
		||||
  width: 100%;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.modal-header .close {
 | 
			
		||||
| 
						 | 
				
			
			@ -329,6 +231,7 @@ p.copyright {
 | 
			
		|||
  z-index: 10;
 | 
			
		||||
  line-height: 60px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.modal-header .close span {
 | 
			
		||||
  display: block;
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			@ -337,25 +240,23 @@ p.copyright {
 | 
			
		|||
  outline: 0;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.modal-header {
 | 
			
		||||
    border-bottom: 0px solid #e5e5e5;
 | 
			
		||||
    padding: 0px 15px;
 | 
			
		||||
    width: 100%;
 | 
			
		||||
 }
 | 
			
		||||
.modal-body {
 | 
			
		||||
  text-align: center;
 | 
			
		||||
  width: 100%;
 | 
			
		||||
  float: left;
 | 
			
		||||
  padding: 0px 30px 15px 30px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.modal-body .modal-icon i {
 | 
			
		||||
  font-size: 80px;
 | 
			
		||||
  font-weight: 100;
 | 
			
		||||
  color: #999;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.modal-body .modal-icon {
 | 
			
		||||
  margin-bottom: 15px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.modal-title {
 | 
			
		||||
  margin: 0;
 | 
			
		||||
  line-height: 1.42857143;
 | 
			
		||||
| 
						 | 
				
			
			@ -363,10 +264,12 @@ p.copyright {
 | 
			
		|||
  padding: 0;
 | 
			
		||||
  font-weight: 300;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.modal-text {
 | 
			
		||||
  padding-top: 5px;
 | 
			
		||||
  font-size: 16px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.modal-text p:not(:last-of-type) {
 | 
			
		||||
  margin-bottom: 5px;
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			@ -374,6 +277,7 @@ p.copyright {
 | 
			
		|||
.modal-title+.modal-footer {
 | 
			
		||||
  margin-top: 5px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.modal-footer {
 | 
			
		||||
  border-top: 0px solid #e5e5e5;
 | 
			
		||||
  width: 100%;
 | 
			
		||||
| 
						 | 
				
			
			@ -381,21 +285,31 @@ p.copyright {
 | 
			
		|||
  text-align: center;
 | 
			
		||||
  padding: 15px 15px;
 | 
			
		||||
}
 | 
			
		||||
@media (min-width: 1300px) {
 | 
			
		||||
 | 
			
		||||
.modal {
 | 
			
		||||
  text-align: center;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.modal-dialog {
 | 
			
		||||
  display: inline-block;
 | 
			
		||||
  text-align: left;
 | 
			
		||||
  vertical-align: middle;
 | 
			
		||||
  width: 40%;
 | 
			
		||||
  margin: 15px auto;
 | 
			
		||||
}
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
@media (max-width: 1299px) {
 | 
			
		||||
  .modal-dialog {
 | 
			
		||||
    width: 43%;
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
@media (max-width: 900px) {
 | 
			
		||||
  .modal-dialog {
 | 
			
		||||
    width: 50%;
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
@media (max-width: 767px) {
 | 
			
		||||
  .modal-dialog {
 | 
			
		||||
    width: 95%;
 | 
			
		||||
| 
						 | 
				
			
			@ -403,9 +317,6 @@ p.copyright {
 | 
			
		|||
  }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
/* ========= */
 | 
			
		||||
@media(min-width: 320px) {
 | 
			
		||||
  .modal:before {
 | 
			
		||||
    content: '';
 | 
			
		||||
| 
						 | 
				
			
			@ -417,21 +328,8 @@ p.copyright {
 | 
			
		|||
}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@media (min-width: 768px) {
 | 
			
		||||
  .modal-dialog {
 | 
			
		||||
      margin: 15px auto;
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.modal {
 | 
			
		||||
  text-align: center;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.modal-dialog {
 | 
			
		||||
  display: inline-block;
 | 
			
		||||
  text-align: left;
 | 
			
		||||
  vertical-align: middle;
 | 
			
		||||
}
 | 
			
		||||
/* ========= */
 | 
			
		||||
 | 
			
		||||
.btn-wide {
 | 
			
		||||
  min-width: 100px;
 | 
			
		||||
| 
						 | 
				
			
			@ -445,6 +343,7 @@ p.copyright {
 | 
			
		|||
  padding: 4px 10px;
 | 
			
		||||
  transition: 0.3s all ease-out;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.choice-btn:focus,
 | 
			
		||||
.choice-btn:hover,
 | 
			
		||||
.choice-btn:active {
 | 
			
		||||
| 
						 | 
				
			
			@ -458,16 +357,15 @@ p.copyright {
 | 
			
		|||
  }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.control-label{
 | 
			
		||||
    font-weight: 300;
 | 
			
		||||
    font-size: 20px;
 | 
			
		||||
.payment-container {
 | 
			
		||||
  padding-top: 70px;
 | 
			
		||||
  padding-bottom: 11%;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.payment-container {padding-top:70px; padding-bottom: 11%;}
 | 
			
		||||
 | 
			
		||||
.last-p {
 | 
			
		||||
  margin-bottom: 0;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.dcl-payment-section {
 | 
			
		||||
  max-width: 391px;
 | 
			
		||||
  margin: 0 auto 30px;
 | 
			
		||||
| 
						 | 
				
			
			@ -475,37 +373,47 @@ p.copyright {
 | 
			
		|||
  border-bottom: 1px solid #edebeb;
 | 
			
		||||
  height: 100%;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.dcl-payment-section hr {
 | 
			
		||||
  margin-top: 15px;
 | 
			
		||||
  margin-bottom: 15px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.dcl-payment-section .top-hr {
 | 
			
		||||
  margin-left: -10px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.dcl-payment-section h3 {
 | 
			
		||||
  font-weight: 600;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.dcl-payment-section p {
 | 
			
		||||
  font-weight: 400;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.dcl-payment-section .card-warning-content {
 | 
			
		||||
  padding: 8px 10px;
 | 
			
		||||
  font-weight: 300;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.dcl-payment-order strong {
 | 
			
		||||
  font-size: 17px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.dcl-payment-order p {
 | 
			
		||||
  font-weight: 300;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.dcl-payment-section .form-group {
 | 
			
		||||
  margin-bottom: 10px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.dcl-payment-section .form-control {
 | 
			
		||||
  box-shadow: none;
 | 
			
		||||
  padding: 6px 12px;
 | 
			
		||||
  height: 32px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.dcl-payment-user {
 | 
			
		||||
  height: 100%;
 | 
			
		||||
  display: flex;
 | 
			
		||||
| 
						 | 
				
			
			@ -576,16 +484,17 @@ p.copyright {
 | 
			
		|||
  font-size: 12px;
 | 
			
		||||
  letter-spacing: 1.3px;
 | 
			
		||||
}
 | 
			
		||||
.btn-vm-contact:hover, .btn-vm-contact:focus {
 | 
			
		||||
 | 
			
		||||
.btn-vm-contact:hover,
 | 
			
		||||
.btn-vm-contact:focus {
 | 
			
		||||
  background: #fff;
 | 
			
		||||
  color: #a3c0e2;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.no-padding {
 | 
			
		||||
    padding: 0 !important;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
/* hosting-order */
 | 
			
		||||
 | 
			
		||||
.order-detail-container {
 | 
			
		||||
  max-width: 600px;
 | 
			
		||||
  margin: 100px auto 40px;
 | 
			
		||||
| 
						 | 
				
			
			@ -688,7 +597,6 @@ p.copyright {
 | 
			
		|||
  }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
.locale_date {
 | 
			
		||||
  opacity: 0;
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			@ -705,7 +613,9 @@ p.copyright {
 | 
			
		|||
  font-size: 12px;
 | 
			
		||||
  letter-spacing: 1.3px;
 | 
			
		||||
}
 | 
			
		||||
.btn-vm-back:hover, .btn-vm-back:focus {
 | 
			
		||||
 | 
			
		||||
.btn-vm-back:hover,
 | 
			
		||||
.btn-vm-back:focus {
 | 
			
		||||
  color: #fff;
 | 
			
		||||
  background: #8da4c0;
 | 
			
		||||
  border-color: #8da4c0;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -4,17 +4,20 @@ h2,
 | 
			
		|||
h3,
 | 
			
		||||
h4,
 | 
			
		||||
h5,
 | 
			
		||||
h6 {
 | 
			
		||||
    font-family: 'Lato', sans-serif;
 | 
			
		||||
h6,
 | 
			
		||||
button,
 | 
			
		||||
input,
 | 
			
		||||
optgroup,
 | 
			
		||||
select,
 | 
			
		||||
textarea {
 | 
			
		||||
  font-weight: 300;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
button, input, optgroup, select, textarea {
 | 
			
		||||
    font-weight: 300;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
/*blue light #5A74AF*/
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
/*blue dark #29427A*/
 | 
			
		||||
 | 
			
		||||
.lead {
 | 
			
		||||
| 
						 | 
				
			
			@ -123,6 +126,7 @@ button, input, optgroup, select, textarea {
 | 
			
		|||
  transition: all 0.3s linear;
 | 
			
		||||
  box-shadow: none;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.navbar-transparent .navbar-nav>li>.on-hover-border:hover {
 | 
			
		||||
  box-shadow: 0 0 0 1px #eee;
 | 
			
		||||
  border-radius: 5px;
 | 
			
		||||
| 
						 | 
				
			
			@ -146,6 +150,7 @@ button, input, optgroup, select, textarea {
 | 
			
		|||
  margin-right: 5px;
 | 
			
		||||
  font-weight: normal;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.nav-language .drop-language {
 | 
			
		||||
  top: 45px;
 | 
			
		||||
  left: auto !important;
 | 
			
		||||
| 
						 | 
				
			
			@ -171,12 +176,15 @@ button, input, optgroup, select, textarea {
 | 
			
		|||
  padding: 5px 10px !important;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
/* Show the dropdown menu on hover */
 | 
			
		||||
 | 
			
		||||
@media (min-width: 769px) {
 | 
			
		||||
  .nav-language .dropdown:hover .dropdown-menu {
 | 
			
		||||
    display: block;
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
@media (max-width: 767px) {
 | 
			
		||||
  .nav-language .open .dropdown-menu>li>a {
 | 
			
		||||
    line-height: 1.42857143;
 | 
			
		||||
| 
						 | 
				
			
			@ -499,6 +507,7 @@ button, input, optgroup, select, textarea {
 | 
			
		|||
  position: relative;
 | 
			
		||||
  left: 10px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.contact-section .social .fa-facebook:before {
 | 
			
		||||
  font-size: 32px;
 | 
			
		||||
  position: relative;
 | 
			
		||||
| 
						 | 
				
			
			@ -563,9 +572,15 @@ button, input, optgroup, select, textarea {
 | 
			
		|||
}
 | 
			
		||||
 | 
			
		||||
@keyframes sending {
 | 
			
		||||
    0%   {content: '.';}
 | 
			
		||||
    50%  {content: '..';}
 | 
			
		||||
    100% {content: '...';}
 | 
			
		||||
  0% {
 | 
			
		||||
    content: '.';
 | 
			
		||||
  }
 | 
			
		||||
  50% {
 | 
			
		||||
    content: '..';
 | 
			
		||||
  }
 | 
			
		||||
  100% {
 | 
			
		||||
    content: '...';
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.contact-form .btn.sending:after {
 | 
			
		||||
| 
						 | 
				
			
			@ -617,6 +632,7 @@ button, input, optgroup, select, textarea {
 | 
			
		|||
  resize: none;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
/*Why DCL*/
 | 
			
		||||
 | 
			
		||||
.full-whydcl-sec {
 | 
			
		||||
| 
						 | 
				
			
			@ -705,19 +721,23 @@ tech-sub-sec h2 {
 | 
			
		|||
  font-size: 40px;
 | 
			
		||||
  line-height: 55px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.space-middle {
 | 
			
		||||
  padding: 45px 0;
 | 
			
		||||
  display: inline-block;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.ssdimg {
 | 
			
		||||
  vertical-align: middle;
 | 
			
		||||
  display: inline-block;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
@media (max-width: 768px) {
 | 
			
		||||
  .ssdimg img {
 | 
			
		||||
    width: 100px;
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.padding-vertical {
 | 
			
		||||
  padding: 30px 2px;
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			@ -765,6 +785,7 @@ tech-sub-sec h2 {
 | 
			
		|||
.navbar-default .navbar-nav>.open>a:hover {
 | 
			
		||||
  background: transparent;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.navbar-transparent .navbar-nav>.open>a,
 | 
			
		||||
.navbar-transparent .navbar-nav>.open>a:focus,
 | 
			
		||||
.navbar-transparent .navbar-nav>.open>a:hover {
 | 
			
		||||
| 
						 | 
				
			
			@ -790,6 +811,7 @@ tech-sub-sec h2 {
 | 
			
		|||
}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
/*Pricing page*/
 | 
			
		||||
 | 
			
		||||
.price-calc-section {
 | 
			
		||||
| 
						 | 
				
			
			@ -952,6 +974,7 @@ tech-sub-sec h2 {
 | 
			
		|||
}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
/*Changed class****.price-calc-section .card .description.input input*/
 | 
			
		||||
 | 
			
		||||
.price-calc-section .card .description input {
 | 
			
		||||
| 
						 | 
				
			
			@ -1242,10 +1265,6 @@ footer {
 | 
			
		|||
  background-color: #f8f8f8;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
p.copyright {
 | 
			
		||||
    margin: 15px 0 0;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.topnav a:focus {
 | 
			
		||||
  outline: none;
 | 
			
		||||
  outline-offset: 0;
 | 
			
		||||
| 
						 | 
				
			
			@ -1256,14 +1275,6 @@ p.copyright {
 | 
			
		|||
  outline-offset: 0;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.content-404 h1 {
 | 
			
		||||
    margin: 0 0 15px;
 | 
			
		||||
    font-size: 200px;
 | 
			
		||||
    line-height: 1;
 | 
			
		||||
    font-weight: 700;
 | 
			
		||||
    color: #6db97c;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.flex-row-rev {
 | 
			
		||||
  margin-top: 25px;
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			@ -1293,3 +1304,21 @@ p.copyright {
 | 
			
		|||
.w380 {
 | 
			
		||||
  max-width: 380px !important;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.checkmark {
 | 
			
		||||
  display: inline-block;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.checkmark:after {
 | 
			
		||||
  /*Add another block-level blank space*/
 | 
			
		||||
  content: '';
 | 
			
		||||
  display: block;
 | 
			
		||||
  /*Make it a small rectangle so the border will create an L-shape*/
 | 
			
		||||
  width: 25px;
 | 
			
		||||
  height: 60px;
 | 
			
		||||
  /*Add a white border on the bottom and left, creating that 'L' */
 | 
			
		||||
  border: solid #777;
 | 
			
		||||
  border-width: 0 3px 3px 0;
 | 
			
		||||
  /*Rotate the L 45 degrees to turn it into a checkmark*/
 | 
			
		||||
  transform: rotate(45deg);
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			@ -55,9 +55,7 @@
 | 
			
		|||
    <script src="{% static 'datacenterlight/js/jquery.js' %}"></script>
 | 
			
		||||
    <!-- Bootstrap Core JavaScript -->
 | 
			
		||||
    <script src="{% static 'datacenterlight/js/bootstrap.min.js' %}"></script>
 | 
			
		||||
 | 
			
		||||
    <script src="//cdnjs.cloudflare.com/ajax/libs/1000hz-bootstrap-validator/0.11.9/validator.min.js"></script>
 | 
			
		||||
 | 
			
		||||
    <script src="{% static 'datacenterlight/js/main.js' %}"></script>
 | 
			
		||||
 | 
			
		||||
</body>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue