removed unused styles
This commit is contained in:
		
					parent
					
						
							
								b5cc0d4d1f
							
						
					
				
			
			
				commit
				
					
						a7a3c1cc15
					
				
			
		
					 4 changed files with 1101 additions and 1166 deletions
				
			
		| 
						 | 
					@ -1,11 +1,22 @@
 | 
				
			||||||
body,
 | 
					body,
 | 
				
			||||||
html {
 | 
					html {
 | 
				
			||||||
    width: 100%;
 | 
					  width: 100%;
 | 
				
			||||||
    min-height: 100%;
 | 
					  min-height: 100%;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					body,
 | 
				
			||||||
 | 
					h1,
 | 
				
			||||||
 | 
					h2,
 | 
				
			||||||
 | 
					h3,
 | 
				
			||||||
 | 
					h4,
 | 
				
			||||||
 | 
					h5,
 | 
				
			||||||
 | 
					h6 {
 | 
				
			||||||
 | 
					  font-family: 'Lato', sans-serif;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/* bootstrap danger color override from #a94442 */
 | 
					/* bootstrap danger color override from #a94442 */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.text-danger,
 | 
					.text-danger,
 | 
				
			||||||
.has-error .help-block,
 | 
					.has-error .help-block,
 | 
				
			||||||
.has-error .control-label,
 | 
					.has-error .control-label,
 | 
				
			||||||
| 
						 | 
					@ -23,74 +34,61 @@ html {
 | 
				
			||||||
a.list-group-item-danger,
 | 
					a.list-group-item-danger,
 | 
				
			||||||
a.list-group-item-danger:hover,
 | 
					a.list-group-item-danger:hover,
 | 
				
			||||||
a.list-group-item-danger:focus,
 | 
					a.list-group-item-danger:focus,
 | 
				
			||||||
.panel-danger > .panel-heading {
 | 
					.panel-danger>.panel-heading {
 | 
				
			||||||
    color: #eb4d5c;
 | 
					  color: #eb4d5c;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.alert-danger{
 | 
					.alert-danger {
 | 
				
			||||||
    background: rgba(235, 204, 209, 0.2);
 | 
					  background: rgba(235, 204, 209, 0.2);
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.has-error .form-control,
 | 
					.has-error .form-control,
 | 
				
			||||||
.has-error .form-control:focus,
 | 
					.has-error .form-control:focus,
 | 
				
			||||||
.has-error .form-control:active,
 | 
					.has-error .form-control:active,
 | 
				
			||||||
.has-error .input-group-addon {
 | 
					.has-error .input-group-addon {
 | 
				
			||||||
    color: #eb4d5c;
 | 
					  color: #eb4d5c;
 | 
				
			||||||
    border-color: #eb4d5c;
 | 
					  border-color: #eb4d5c;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
a.list-group-item-danger.active,
 | 
					a.list-group-item-danger.active,
 | 
				
			||||||
a.list-group-item-danger.active:hover,
 | 
					a.list-group-item-danger.active:hover,
 | 
				
			||||||
a.list-group-item-danger.active:focus {
 | 
					a.list-group-item-danger.active:focus {
 | 
				
			||||||
    background-color: #eb4d5c;
 | 
					  background-color: #eb4d5c;
 | 
				
			||||||
    border-color: #eb4d5c;
 | 
					  border-color: #eb4d5c;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.panel-danger > .panel-heading .badge {
 | 
					.panel-danger>.panel-heading .badge {
 | 
				
			||||||
    background-color: #eb4d5c;
 | 
					  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 {
 | 
					.topnav {
 | 
				
			||||||
    font-size: 14px;
 | 
					  font-size: 14px;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.navbar-default {
 | 
					.navbar-default {
 | 
				
			||||||
    background: #fff;
 | 
					  background: #fff;
 | 
				
			||||||
    padding: 5px;
 | 
					  padding: 5px;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.navbar-brand {
 | 
					.navbar-brand {
 | 
				
			||||||
    padding: 10px 15px;
 | 
					  padding: 10px;
 | 
				
			||||||
}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
@media (max-width: 767px) {
 | 
					 | 
				
			||||||
    .navbar-brand {
 | 
					 | 
				
			||||||
        padding: 10px;
 | 
					 | 
				
			||||||
    }
 | 
					 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@media (min-width: 768px) {
 | 
					@media (min-width: 768px) {
 | 
				
			||||||
    .navbar-right {
 | 
					  .navbar-right {
 | 
				
			||||||
        margin-right: 10px;
 | 
					    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,121 +1,45 @@
 | 
				
			||||||
body,
 | 
					 | 
				
			||||||
h1,
 | 
					 | 
				
			||||||
h2,
 | 
					 | 
				
			||||||
h3,
 | 
					 | 
				
			||||||
h4,
 | 
					 | 
				
			||||||
h5,
 | 
					 | 
				
			||||||
h6 {
 | 
					 | 
				
			||||||
    font-family: 'Lato', sans-serif;
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
.topnav .navbar-fixed-top .navbar-collapse {
 | 
					.topnav .navbar-fixed-top .navbar-collapse {
 | 
				
			||||||
    max-height: 740px;
 | 
					  max-height: 740px;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.navbar-default .navbar-header {
 | 
					.navbar-default .navbar-header {
 | 
				
			||||||
    position: relative;
 | 
					  position: relative;
 | 
				
			||||||
    z-index: 1;
 | 
					  z-index: 1;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.navbar-right .highlights-dropdown .dropdown-menu {
 | 
					.navbar-right .highlights-dropdown .dropdown-menu {
 | 
				
			||||||
    left: 0 !important;
 | 
					  left: 0 !important;
 | 
				
			||||||
    min-width: 155px;
 | 
					  min-width: 155px;
 | 
				
			||||||
    margin-left: 15px;
 | 
					  margin-left: 15px;
 | 
				
			||||||
    padding: 0 5px 8px !important;
 | 
					  padding: 0 5px 8px !important;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@media(min-width: 768px) {
 | 
					@media(min-width: 768px) {
 | 
				
			||||||
    .navbar-default .navbar-nav>li>a,
 | 
					  .navbar-default .navbar-nav>li>a,
 | 
				
			||||||
    .navbar-right .highlights-dropdown .dropdown-menu > li > a {
 | 
					  .navbar-right .highlights-dropdown .dropdown-menu>li>a {
 | 
				
			||||||
        font-weight: 300;
 | 
					 | 
				
			||||||
    }
 | 
					 | 
				
			||||||
    .navbar-right .highlights-dropdown .dropdown-menu {
 | 
					 | 
				
			||||||
        box-shadow: 0 2px 5px 0 rgba(0,0,0,0.02);
 | 
					 | 
				
			||||||
        border-width: 0 0 1px 0;
 | 
					 | 
				
			||||||
        border-color: #e7e7e7;
 | 
					 | 
				
			||||||
        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;
 | 
					 | 
				
			||||||
    padding: 1px 10px 1px 18px !important;
 | 
					 | 
				
			||||||
    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 {
 | 
					 | 
				
			||||||
    background: transparent;
 | 
					 | 
				
			||||||
    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;
 | 
					    font-weight: 300;
 | 
				
			||||||
 | 
					  }
 | 
				
			||||||
 | 
					  .navbar-right .highlights-dropdown .dropdown-menu {
 | 
				
			||||||
 | 
					    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.02);
 | 
				
			||||||
 | 
					    border-width: 0 0 1px 0;
 | 
				
			||||||
 | 
					    border-color: #e7e7e7;
 | 
				
			||||||
 | 
					    box-shadow: -8px 14px 20px -5px rgba(77, 77, 77, 0.5);
 | 
				
			||||||
 | 
					  }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@media (max-width: 767px) {
 | 
					.navbar-right .highlights-dropdown .dropdown-menu>li>a {
 | 
				
			||||||
    .intro-message {
 | 
					  font-size: 13px;
 | 
				
			||||||
        padding-bottom: 15%;
 | 
					  font-family: 'Lato', sans-serif;
 | 
				
			||||||
    }
 | 
					  padding: 1px 10px 1px 18px !important;
 | 
				
			||||||
 | 
					  background: transparent;
 | 
				
			||||||
 | 
					  color: #333;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    .intro-message > h1 {
 | 
					.navbar-right .highlights-dropdown .dropdown-menu>li>a:hover,
 | 
				
			||||||
        font-size: 3em;
 | 
					.navbar-right .highlights-dropdown .dropdown-menu>li>a:focus,
 | 
				
			||||||
    }
 | 
					.navbar-right .highlights-dropdown .dropdown-menu>li>a:active {
 | 
				
			||||||
 | 
					  background: transparent;
 | 
				
			||||||
    ul.intro-social-buttons > li {
 | 
					  text-decoration: underline !important;
 | 
				
			||||||
        display: block;
 | 
					 | 
				
			||||||
        margin-bottom: 20px;
 | 
					 | 
				
			||||||
        padding: 0;
 | 
					 | 
				
			||||||
    }
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
    ul.intro-social-buttons > li:last-child {
 | 
					 | 
				
			||||||
        margin-bottom: 0;
 | 
					 | 
				
			||||||
    }
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
    .intro-divider {
 | 
					 | 
				
			||||||
        width: 100%;
 | 
					 | 
				
			||||||
    }
 | 
					 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.un-icon {
 | 
					.un-icon {
 | 
				
			||||||
| 
						 | 
					@ -125,138 +49,92 @@ h6 {
 | 
				
			||||||
  margin-top: -1px;
 | 
					  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 payment page **********/
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.dcl-order-container {
 | 
					.dcl-order-container {
 | 
				
			||||||
    font-weight: 300;
 | 
					  font-weight: 300;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.dcl-place-order-text{
 | 
					.dcl-place-order-text {
 | 
				
			||||||
   color: #808080;
 | 
					  color: #808080;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.card-warning-content {
 | 
					.card-warning-content {
 | 
				
			||||||
    font-weight: 300;
 | 
					  font-weight: 300;
 | 
				
			||||||
    border: 1px solid #a1a1a1;
 | 
					  border: 1px solid #a1a1a1;
 | 
				
			||||||
    border-radius: 3px;
 | 
					  border-radius: 3px;
 | 
				
			||||||
    padding: 5px;
 | 
					  padding: 5px;
 | 
				
			||||||
    margin-bottom: 15px;
 | 
					  margin-bottom: 15px;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.card-warning-error {
 | 
					.card-warning-error {
 | 
				
			||||||
    border: 1px solid #EB4D5C;
 | 
					  border: 1px solid #EB4D5C;
 | 
				
			||||||
    color: #EB4D5C;
 | 
					  color: #EB4D5C;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.card-warning-addtional-margin {
 | 
					.card-warning-addtional-margin {
 | 
				
			||||||
    margin-top: 15px;
 | 
					  margin-top: 15px;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.card-cvc-element label {
 | 
					.card-cvc-element label {
 | 
				
			||||||
    padding-left: 10px;
 | 
					  padding-left: 10px;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.card-element {
 | 
					.card-element {
 | 
				
			||||||
    margin-bottom: 10px;
 | 
					  margin-bottom: 10px;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.card-element label{
 | 
					.card-element label {
 | 
				
			||||||
    width:100%;
 | 
					  width: 100%;
 | 
				
			||||||
    margin-bottom:0px;
 | 
					  margin-bottom: 0px;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.my-input {
 | 
					.my-input {
 | 
				
			||||||
   border-bottom: 1px solid #ccc;
 | 
					  border-bottom: 1px solid #ccc;
 | 
				
			||||||
 }
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.card-cvc-element .my-input {
 | 
					.card-cvc-element .my-input {
 | 
				
			||||||
    padding-left: 10px;
 | 
					  padding-left: 10px;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#card-errors {
 | 
					#card-errors {
 | 
				
			||||||
    clear: both;
 | 
					  clear: both;
 | 
				
			||||||
    padding: 0 0 10px;
 | 
					  padding: 0 0 10px;
 | 
				
			||||||
    color: #eb4d5c;
 | 
					  color: #eb4d5c;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.credit-card-goup{
 | 
					.credit-card-goup {
 | 
				
			||||||
    padding: 0;
 | 
					  padding: 0;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@media (max-width: 767px) {
 | 
					@media (max-width: 767px) {
 | 
				
			||||||
    .card-expiry-element {
 | 
					  .card-expiry-element {
 | 
				
			||||||
    padding-right: 10px;
 | 
					    padding-right: 10px;
 | 
				
			||||||
    }
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    .card-cvc-element {
 | 
					  .card-cvc-element {
 | 
				
			||||||
    padding-left: 10px;
 | 
					    padding-left: 10px;
 | 
				
			||||||
    }
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    #billing-form .form-control {
 | 
					  #billing-form .form-control {
 | 
				
			||||||
    box-shadow: none !important;
 | 
					    box-shadow: none !important;
 | 
				
			||||||
    font-weight: 400;
 | 
					    font-weight: 400;
 | 
				
			||||||
    }
 | 
					  }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@media (min-width: 1200px) {
 | 
					@media (min-width: 1200px) {
 | 
				
			||||||
    .dcl-order-container {
 | 
					  .dcl-order-container {
 | 
				
			||||||
        width: 990px;
 | 
					    width: 990px;
 | 
				
			||||||
        padding-right: 15px;
 | 
					    padding-right: 15px;
 | 
				
			||||||
        padding-left: 15px;
 | 
					    padding-left: 15px;
 | 
				
			||||||
        margin-right: auto;
 | 
					    margin-right: auto;
 | 
				
			||||||
        margin-left: auto;
 | 
					    margin-left: auto;
 | 
				
			||||||
    }
 | 
					  }
 | 
				
			||||||
}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
@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 {
 | 
					.footer-vm p.copyright {
 | 
				
			||||||
    margin-top: 4px;
 | 
					  margin-top: 4px;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.navbar-default .navbar-nav>.open>a,
 | 
					.navbar-default .navbar-nav>.open>a,
 | 
				
			||||||
| 
						 | 
					@ -265,51 +143,72 @@ p.copyright {
 | 
				
			||||||
.navbar-default .navbar-nav>.active>a,
 | 
					.navbar-default .navbar-nav>.active>a,
 | 
				
			||||||
.navbar-default .navbar-nav>.active>a:focus,
 | 
					.navbar-default .navbar-nav>.active>a:focus,
 | 
				
			||||||
.navbar-default .navbar-nav>.active>a:hover {
 | 
					.navbar-default .navbar-nav>.active>a:hover {
 | 
				
			||||||
    background-color: transparent;
 | 
					  background-color: transparent;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@media (max-width: 767px) {
 | 
					@media (max-width: 767px) {
 | 
				
			||||||
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
 | 
					  .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
 | 
				
			||||||
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,
 | 
					  .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,
 | 
				
			||||||
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
 | 
					  .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
 | 
				
			||||||
        background-color: transparent;
 | 
					    background-color: transparent;
 | 
				
			||||||
    }
 | 
					  }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/* bootstrap input box-shadom disable */
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					/* bootstrap input box-shadow disable */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.has-error .form-control:focus,
 | 
					.has-error .form-control:focus,
 | 
				
			||||||
.has-error .form-control:active,
 | 
					.has-error .form-control:active,
 | 
				
			||||||
.has-success .form-control:focus,
 | 
					.has-success .form-control:focus,
 | 
				
			||||||
.has-success .form-control:active {
 | 
					.has-success .form-control:active {
 | 
				
			||||||
    box-shadow: inset 0 0 1px rgba(0,0,0,0.25);
 | 
					  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.25);
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.content-dashboard{
 | 
					.content-dashboard {
 | 
				
			||||||
    min-height: calc(100vh - 60px);
 | 
					  min-height: calc(100vh - 60px);
 | 
				
			||||||
    width: 80%;
 | 
					  width: 80%;
 | 
				
			||||||
    margin: 0 auto;
 | 
					  margin: 0 auto;
 | 
				
			||||||
    max-width: 1120px;
 | 
					  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) {
 | 
					@media (max-width: 540px) {
 | 
				
			||||||
    select {
 | 
					  select {
 | 
				
			||||||
      width: 280px;
 | 
					    width: 280px;
 | 
				
			||||||
    }
 | 
					  }
 | 
				
			||||||
    .content-dashboard {
 | 
					  .content-dashboard {
 | 
				
			||||||
      padding-left: 15px;
 | 
					    padding-left: 15px;
 | 
				
			||||||
      padding-right: 15px;
 | 
					    padding-right: 15px;
 | 
				
			||||||
      width: 100%;
 | 
					    width: 100%;
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
.btn:focus, .btn:active:focus {
 | 
					
 | 
				
			||||||
    outline: 0;
 | 
					.btn:focus,
 | 
				
			||||||
 | 
					.btn:active:focus {
 | 
				
			||||||
 | 
					  outline: 0;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/***********Styles for Model********************/
 | 
					/***********Styles for Model********************/
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.modal-content {
 | 
					.modal-content {
 | 
				
			||||||
    border-radius: 0px;
 | 
					  border-radius: 0px;
 | 
				
			||||||
    font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
 | 
					  font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
 | 
				
			||||||
    width: 100%;
 | 
					  width: 100%;
 | 
				
			||||||
  float: left;
 | 
					  float: left;
 | 
				
			||||||
  border-radius: 0;
 | 
					  border-radius: 0;
 | 
				
			||||||
  font-weight: 300;
 | 
					  font-weight: 300;
 | 
				
			||||||
| 
						 | 
					@ -317,18 +216,22 @@ p.copyright {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.modal-header {
 | 
					.modal-header {
 | 
				
			||||||
  min-height: 30px;
 | 
					  min-height: 30px;
 | 
				
			||||||
 | 
					  border-bottom: 0px solid #e5e5e5;
 | 
				
			||||||
 | 
					  padding: 0px 15px;
 | 
				
			||||||
 | 
					  width: 100%;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.modal-header .close {
 | 
					.modal-header .close {
 | 
				
			||||||
    font-size: 75px;
 | 
					  font-size: 75px;
 | 
				
			||||||
    font-weight: 300;
 | 
					  font-weight: 300;
 | 
				
			||||||
    margin-top: 0;
 | 
					  margin-top: 0;
 | 
				
			||||||
    position: absolute;
 | 
					  position: absolute;
 | 
				
			||||||
    top: 0;
 | 
					  top: 0;
 | 
				
			||||||
    right: 11px;
 | 
					  right: 11px;
 | 
				
			||||||
    z-index: 10;
 | 
					  z-index: 10;
 | 
				
			||||||
    line-height: 60px;
 | 
					  line-height: 60px;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.modal-header .close span {
 | 
					.modal-header .close span {
 | 
				
			||||||
  display: block;
 | 
					  display: block;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
| 
						 | 
					@ -337,75 +240,83 @@ p.copyright {
 | 
				
			||||||
  outline: 0;
 | 
					  outline: 0;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.modal-header {
 | 
					 | 
				
			||||||
    border-bottom: 0px solid #e5e5e5;
 | 
					 | 
				
			||||||
    padding: 0px 15px;
 | 
					 | 
				
			||||||
    width: 100%;
 | 
					 | 
				
			||||||
 }
 | 
					 | 
				
			||||||
.modal-body {
 | 
					.modal-body {
 | 
				
			||||||
    text-align: center;
 | 
					  text-align: center;
 | 
				
			||||||
    width: 100%;
 | 
					  width: 100%;
 | 
				
			||||||
    float: left;
 | 
					  float: left;
 | 
				
			||||||
    padding: 0px 30px 15px 30px;
 | 
					  padding: 0px 30px 15px 30px;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.modal-body .modal-icon i {
 | 
					.modal-body .modal-icon i {
 | 
				
			||||||
    font-size: 80px;
 | 
					  font-size: 80px;
 | 
				
			||||||
    font-weight: 100;
 | 
					  font-weight: 100;
 | 
				
			||||||
    color: #999;
 | 
					  color: #999;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.modal-body .modal-icon {
 | 
					.modal-body .modal-icon {
 | 
				
			||||||
  margin-bottom: 15px;
 | 
					  margin-bottom: 15px;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.modal-title {
 | 
					.modal-title {
 | 
				
			||||||
    margin: 0;
 | 
					  margin: 0;
 | 
				
			||||||
    line-height: 1.42857143;
 | 
					  line-height: 1.42857143;
 | 
				
			||||||
    font-size: 25px;
 | 
					  font-size: 25px;
 | 
				
			||||||
    padding: 0;
 | 
					  padding: 0;
 | 
				
			||||||
    font-weight: 300;
 | 
					  font-weight: 300;
 | 
				
			||||||
}
 | 
					 | 
				
			||||||
.modal-text {
 | 
					 | 
				
			||||||
    padding-top: 5px;
 | 
					 | 
				
			||||||
    font-size: 16px;
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
.modal-text p:not(:last-of-type){
 | 
					 | 
				
			||||||
    margin-bottom: 5px;
 | 
					 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.modal-title + .modal-footer {
 | 
					.modal-text {
 | 
				
			||||||
    margin-top: 5px;
 | 
					  padding-top: 5px;
 | 
				
			||||||
 | 
					  font-size: 16px;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					.modal-text p:not(:last-of-type) {
 | 
				
			||||||
 | 
					  margin-bottom: 5px;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					.modal-title+.modal-footer {
 | 
				
			||||||
 | 
					  margin-top: 5px;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.modal-footer {
 | 
					.modal-footer {
 | 
				
			||||||
    border-top: 0px solid #e5e5e5;
 | 
					  border-top: 0px solid #e5e5e5;
 | 
				
			||||||
    width: 100%;
 | 
					  width: 100%;
 | 
				
			||||||
    float: left;
 | 
					  float: left;
 | 
				
			||||||
    text-align: center;
 | 
					  text-align: center;
 | 
				
			||||||
    padding: 15px 15px;
 | 
					  padding: 15px 15px;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
@media (min-width: 1300px) {
 | 
					
 | 
				
			||||||
    .modal-dialog {
 | 
					.modal {
 | 
				
			||||||
      width: 40%;
 | 
					  text-align: center;
 | 
				
			||||||
    }
 | 
					 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					.modal-dialog {
 | 
				
			||||||
 | 
					  display: inline-block;
 | 
				
			||||||
 | 
					  text-align: left;
 | 
				
			||||||
 | 
					  vertical-align: middle;
 | 
				
			||||||
 | 
					  width: 40%;
 | 
				
			||||||
 | 
					  margin: 15px auto;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@media (max-width: 1299px) {
 | 
					@media (max-width: 1299px) {
 | 
				
			||||||
    .modal-dialog {
 | 
					  .modal-dialog {
 | 
				
			||||||
    width: 43%;
 | 
					    width: 43%;
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@media (max-width: 900px) {
 | 
					@media (max-width: 900px) {
 | 
				
			||||||
    .modal-dialog {
 | 
					  .modal-dialog {
 | 
				
			||||||
    width: 50%;
 | 
					    width: 50%;
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@media (max-width: 767px) {
 | 
					@media (max-width: 767px) {
 | 
				
			||||||
    .modal-dialog {
 | 
					  .modal-dialog {
 | 
				
			||||||
    width: 95%;
 | 
					    width: 95%;
 | 
				
			||||||
    margin: 0 auto !important;
 | 
					    margin: 0 auto !important;
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
/* ========= */
 | 
					 | 
				
			||||||
@media(min-width: 320px) {
 | 
					@media(min-width: 320px) {
 | 
				
			||||||
  .modal:before {
 | 
					  .modal:before {
 | 
				
			||||||
    content: '';
 | 
					    content: '';
 | 
				
			||||||
| 
						 | 
					@ -417,95 +328,92 @@ 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 {
 | 
					.btn-wide {
 | 
				
			||||||
    min-width: 100px;
 | 
					  min-width: 100px;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.choice-btn {
 | 
					.choice-btn {
 | 
				
			||||||
    min-width: 110px;
 | 
					  min-width: 110px;
 | 
				
			||||||
    background-color: #3C5480;
 | 
					  background-color: #3C5480;
 | 
				
			||||||
    color: #fff;
 | 
					  color: #fff;
 | 
				
			||||||
    border: 2px solid #3C5480;
 | 
					  border: 2px solid #3C5480;
 | 
				
			||||||
    padding: 4px 10px;
 | 
					  padding: 4px 10px;
 | 
				
			||||||
    transition: 0.3s all ease-out;
 | 
					  transition: 0.3s all ease-out;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.choice-btn:focus,
 | 
					.choice-btn:focus,
 | 
				
			||||||
.choice-btn:hover,
 | 
					.choice-btn:hover,
 | 
				
			||||||
.choice-btn:active {
 | 
					.choice-btn:active {
 | 
				
			||||||
    color: #3C5480;
 | 
					  color: #3C5480;
 | 
				
			||||||
    background-color: #fff;
 | 
					  background-color: #fff;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@media (max-width: 767px) {
 | 
					@media (max-width: 767px) {
 | 
				
			||||||
    .choice-btn{
 | 
					  .choice-btn {
 | 
				
			||||||
        margin-top: 15px;
 | 
					    margin-top: 15px;
 | 
				
			||||||
    }
 | 
					  }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.control-label{
 | 
					.payment-container {
 | 
				
			||||||
    font-weight: 300;
 | 
					  padding-top: 70px;
 | 
				
			||||||
    font-size: 20px;
 | 
					  padding-bottom: 11%;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.payment-container {padding-top:70px; padding-bottom: 11%;}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
.last-p {
 | 
					.last-p {
 | 
				
			||||||
  margin-bottom: 0;
 | 
					  margin-bottom: 0;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.dcl-payment-section {
 | 
					.dcl-payment-section {
 | 
				
			||||||
    max-width: 391px;
 | 
					  max-width: 391px;
 | 
				
			||||||
    margin: 0 auto 30px;
 | 
					  margin: 0 auto 30px;
 | 
				
			||||||
    padding: 0 10px 30px;
 | 
					  padding: 0 10px 30px;
 | 
				
			||||||
    border-bottom: 1px solid #edebeb;
 | 
					  border-bottom: 1px solid #edebeb;
 | 
				
			||||||
    height: 100%;
 | 
					  height: 100%;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
.dcl-payment-section hr{
 | 
					
 | 
				
			||||||
 | 
					.dcl-payment-section hr {
 | 
				
			||||||
  margin-top: 15px;
 | 
					  margin-top: 15px;
 | 
				
			||||||
  margin-bottom: 15px;
 | 
					  margin-bottom: 15px;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.dcl-payment-section .top-hr {
 | 
					.dcl-payment-section .top-hr {
 | 
				
			||||||
  margin-left: -10px;
 | 
					  margin-left: -10px;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.dcl-payment-section h3 {
 | 
					.dcl-payment-section h3 {
 | 
				
			||||||
  font-weight: 600;
 | 
					  font-weight: 600;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.dcl-payment-section p {
 | 
					.dcl-payment-section p {
 | 
				
			||||||
  font-weight: 400;
 | 
					  font-weight: 400;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.dcl-payment-section .card-warning-content {
 | 
					.dcl-payment-section .card-warning-content {
 | 
				
			||||||
  padding: 8px 10px;
 | 
					  padding: 8px 10px;
 | 
				
			||||||
  font-weight: 300;
 | 
					  font-weight: 300;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
.dcl-payment-order strong{
 | 
					
 | 
				
			||||||
 | 
					.dcl-payment-order strong {
 | 
				
			||||||
  font-size: 17px;
 | 
					  font-size: 17px;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.dcl-payment-order p {
 | 
					.dcl-payment-order p {
 | 
				
			||||||
  font-weight: 300;
 | 
					  font-weight: 300;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.dcl-payment-section .form-group {
 | 
					.dcl-payment-section .form-group {
 | 
				
			||||||
  margin-bottom: 10px;
 | 
					  margin-bottom: 10px;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.dcl-payment-section .form-control {
 | 
					.dcl-payment-section .form-control {
 | 
				
			||||||
  box-shadow: none;
 | 
					  box-shadow: none;
 | 
				
			||||||
  padding: 6px 12px;
 | 
					  padding: 6px 12px;
 | 
				
			||||||
  height: 32px;
 | 
					  height: 32px;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.dcl-payment-user {
 | 
					.dcl-payment-user {
 | 
				
			||||||
  height: 100%;
 | 
					  height: 100%;
 | 
				
			||||||
  display: flex;
 | 
					  display: flex;
 | 
				
			||||||
| 
						 | 
					@ -558,14 +466,14 @@ p.copyright {
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@media (max-width: 767px) {
 | 
					@media (max-width: 767px) {
 | 
				
			||||||
    .order-confirm-btn {
 | 
					  .order-confirm-btn {
 | 
				
			||||||
        text-align: center;
 | 
					    text-align: center;
 | 
				
			||||||
        margin-top: 10px;
 | 
					    margin-top: 10px;
 | 
				
			||||||
    }
 | 
					  }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#virtual_machine_create_form {
 | 
					#virtual_machine_create_form {
 | 
				
			||||||
    padding: 15px 0;
 | 
					  padding: 15px 0;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.btn-vm-contact {
 | 
					.btn-vm-contact {
 | 
				
			||||||
| 
						 | 
					@ -576,92 +484,93 @@ p.copyright {
 | 
				
			||||||
  font-size: 12px;
 | 
					  font-size: 12px;
 | 
				
			||||||
  letter-spacing: 1.3px;
 | 
					  letter-spacing: 1.3px;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
.btn-vm-contact:hover, .btn-vm-contact:focus {
 | 
					
 | 
				
			||||||
 | 
					.btn-vm-contact:hover,
 | 
				
			||||||
 | 
					.btn-vm-contact:focus {
 | 
				
			||||||
  background: #fff;
 | 
					  background: #fff;
 | 
				
			||||||
  color: #a3c0e2;
 | 
					  color: #a3c0e2;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.no-padding {
 | 
					
 | 
				
			||||||
    padding: 0 !important;
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
/* hosting-order */
 | 
					/* hosting-order */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.order-detail-container {
 | 
					.order-detail-container {
 | 
				
			||||||
    max-width: 600px;
 | 
					  max-width: 600px;
 | 
				
			||||||
    margin: 100px auto 40px;
 | 
					  margin: 100px auto 40px;
 | 
				
			||||||
    border: 1px solid #ccc;
 | 
					  border: 1px solid #ccc;
 | 
				
			||||||
    padding: 30px 30px 20px;
 | 
					  padding: 30px 30px 20px;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.order-detail-container .dashboard-title-thin {
 | 
					.order-detail-container .dashboard-title-thin {
 | 
				
			||||||
    margin-top: 0;
 | 
					  margin-top: 0;
 | 
				
			||||||
    margin-left: -3px;
 | 
					  margin-left: -3px;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.order-detail-container .dashboard-title-thin .un-icon {
 | 
					.order-detail-container .dashboard-title-thin .un-icon {
 | 
				
			||||||
    margin-top: -6px;
 | 
					  margin-top: -6px;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.order-detail-container .dashboard-container-head {
 | 
					.order-detail-container .dashboard-container-head {
 | 
				
			||||||
    position: relative;
 | 
					  position: relative;
 | 
				
			||||||
    padding: 0;
 | 
					  padding: 0;
 | 
				
			||||||
    margin-bottom: 38px;
 | 
					  margin-bottom: 38px;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.order-detail-container .order-details {
 | 
					.order-detail-container .order-details {
 | 
				
			||||||
    margin-bottom: 15px;
 | 
					  margin-bottom: 15px;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.order-detail-container .order-details strong {
 | 
					.order-detail-container .order-details strong {
 | 
				
			||||||
    color: #595959;
 | 
					  color: #595959;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.order-detail-container h4 {
 | 
					.order-detail-container h4 {
 | 
				
			||||||
    font-size: 16px;
 | 
					  font-size: 16px;
 | 
				
			||||||
    font-weight: bold;
 | 
					  font-weight: bold;
 | 
				
			||||||
    margin-bottom: 10px;
 | 
					  margin-bottom: 10px;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.order-detail-container p {
 | 
					.order-detail-container p {
 | 
				
			||||||
    margin-bottom: 5px;
 | 
					  margin-bottom: 5px;
 | 
				
			||||||
    color: #595959;
 | 
					  color: #595959;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.order-detail-container hr {
 | 
					.order-detail-container hr {
 | 
				
			||||||
    margin: 15px 0;
 | 
					  margin: 15px 0;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@media (max-width: 767px) {
 | 
					@media (max-width: 767px) {
 | 
				
			||||||
    .order-detail-container {
 | 
					  .order-detail-container {
 | 
				
			||||||
        padding: 15px;
 | 
					    padding: 15px;
 | 
				
			||||||
    }
 | 
					  }
 | 
				
			||||||
    .order-confirm-btn {
 | 
					  .order-confirm-btn {
 | 
				
			||||||
        text-align: center;
 | 
					    text-align: center;
 | 
				
			||||||
        margin-top: 10px;
 | 
					    margin-top: 10px;
 | 
				
			||||||
    }
 | 
					  }
 | 
				
			||||||
    .order-detail-container .dashboard-container-options {
 | 
					  .order-detail-container .dashboard-container-options {
 | 
				
			||||||
        position: absolute;
 | 
					    position: absolute;
 | 
				
			||||||
        top: 4px;
 | 
					    top: 4px;
 | 
				
			||||||
        right: -4px;
 | 
					    right: -4px;
 | 
				
			||||||
    }
 | 
					  }
 | 
				
			||||||
    .order-detail-container .dashboard-container-options .svg-img {
 | 
					  .order-detail-container .dashboard-container-options .svg-img {
 | 
				
			||||||
        height: 16px;
 | 
					    height: 16px;
 | 
				
			||||||
        width: 16px;
 | 
					    width: 16px;
 | 
				
			||||||
    }
 | 
					  }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.order_detail_footer {
 | 
					.order_detail_footer {
 | 
				
			||||||
    font-size: 9px;
 | 
					  font-size: 9px;
 | 
				
			||||||
    letter-spacing: 1px;
 | 
					  letter-spacing: 1px;
 | 
				
			||||||
    color: #333333;
 | 
					  color: #333333;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.order_detail_footer strong {
 | 
					.order_detail_footer strong {
 | 
				
			||||||
    font-size: 11px;
 | 
					  font-size: 11px;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#virtual_machine_create_form {
 | 
					#virtual_machine_create_form {
 | 
				
			||||||
    padding: 15px 0;
 | 
					  padding: 15px 0;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.dashboard-title-thin {
 | 
					.dashboard-title-thin {
 | 
				
			||||||
| 
						 | 
					@ -688,12 +597,11 @@ p.copyright {
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					 | 
				
			||||||
.locale_date {
 | 
					.locale_date {
 | 
				
			||||||
  opacity: 0;
 | 
					  opacity: 0;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.locale_date.done{
 | 
					.locale_date.done {
 | 
				
			||||||
  opacity: 1;
 | 
					  opacity: 1;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -705,7 +613,9 @@ p.copyright {
 | 
				
			||||||
  font-size: 12px;
 | 
					  font-size: 12px;
 | 
				
			||||||
  letter-spacing: 1.3px;
 | 
					  letter-spacing: 1.3px;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
.btn-vm-back:hover, .btn-vm-back:focus {
 | 
					
 | 
				
			||||||
 | 
					.btn-vm-back:hover,
 | 
				
			||||||
 | 
					.btn-vm-back:focus {
 | 
				
			||||||
  color: #fff;
 | 
					  color: #fff;
 | 
				
			||||||
  background: #8da4c0;
 | 
					  background: #8da4c0;
 | 
				
			||||||
  border-color: #8da4c0;
 | 
					  border-color: #8da4c0;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
										
											
												File diff suppressed because it is too large
												Load diff
											
										
									
								
							| 
						 | 
					@ -55,9 +55,7 @@
 | 
				
			||||||
    <script src="{% static 'datacenterlight/js/jquery.js' %}"></script>
 | 
					    <script src="{% static 'datacenterlight/js/jquery.js' %}"></script>
 | 
				
			||||||
    <!-- Bootstrap Core JavaScript -->
 | 
					    <!-- Bootstrap Core JavaScript -->
 | 
				
			||||||
    <script src="{% static 'datacenterlight/js/bootstrap.min.js' %}"></script>
 | 
					    <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="//cdnjs.cloudflare.com/ajax/libs/1000hz-bootstrap-validator/0.11.9/validator.min.js"></script>
 | 
				
			||||||
 | 
					 | 
				
			||||||
    <script src="{% static 'datacenterlight/js/main.js' %}"></script>
 | 
					    <script src="{% static 'datacenterlight/js/main.js' %}"></script>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
</body>
 | 
					</body>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue