/** Fonts used **/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,400italic');
::selection {
  background: rgba(106, 218, 255, 0.6);
  color: #fff;
}

::-moz-selection {
  background: rgba(106, 218, 255, 0.6);
  color: #fff;
}

a {
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

*:focus {
  outline: none !important
}

img {
  max-width: 100%
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: none !important;
}

strong, b {
  font-weight: 700;
}

i, em {
  font-style: italic;
}

.clr {
  border: 0;
  clear: both;
  height: 0;
}

html{
  min-height: 100%;
    position: relative;
    padding-bottom: 80px;
}

body{
  min-height: 100%;


}

h1, h2, h3, h4, h5, h6, p {
  font-weight: normal;
  margin: 0;
}

body {
  font-family: 'Open Sans', sans-serif;
  -webkit-text-stroke: rgba(255, 255, 255, 0.01) 0.1px;
  background: url('../images/page-background.jpg') no-repeat;
  background-size: cover;
  background-position: 0 0;
}

.container {
  max-width: 100%;
  width: 100%;
  min-height: 100%;
}

.login-box {
  box-shadow: 0 0 90px rgba(0, 0, 0, 0.6);
  display: block;
  max-width: 500px;
  width: 95%;
  padding: 20px 20px 35px;
  border-radius: 8px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  background: rgba(255, 255, 255, 0.95);
  z-index: 5;
}

.login-box h3 {
  margin: 0 0 15px;
  text-align: left;
  text-transform: uppercase;
  font-weight: 600;
  color: #a0429d;
  font-size: 24px;
}

.form-signin {
  margin: 0 auto;
  max-width: 350px;
}

.form-signin p {
  margin: 0 0 15px;
}

.form-signin label {
  font-weight: 400;
}

.form-signin .btn {
  background-color: #26A9E0;
  border-color: #0B87BB;
  margin: 0 auto;
  max-width: 150px;
}

.outer-wrap {
  min-height: 500px;
  padding: 20px;
  position: relative;
  background: rgba(255, 255, 255, 1);
  border-radius: 8px;
  max-width: 99%;
  margin: 20px auto;
  height: calc(100% - 44px);
  box-shadow: 0 0 90px rgba(0, 0, 0, 0.26);
}

.logo {
  display: block;
margin: 0px;
max-width: 265px;
}

.outer-wrap h1 {
  margin: 0 0 25px;
text-align: center;
text-transform: uppercase;
font-weight: 700;
color: #545454;
font-size: 26px;
}

.outer-wrap h2 {
  font-size: 24px;
  font-weight: normal;
  margin: 0 0 30px;
  text-align: center;
}

.outer-wrap h3 {
  display: inline-block;
margin: 0 auto;
color: #585858;
padding: 0px 0px 5px;
border-bottom: solid 2px #585858;
text-transform: uppercase;
font-weight: 600;
font-size: 16px;
margin-bottom: 10px;
}

.nav-tabs {
  text-align: center;
}

.nav-tabs>li {
  float: none;
  display: inline-block;
  background: none;
  border: 0;
  text-transform: capitalize;
}

.nav-tabs>li>a {
  color: #26a9e0;
}

.cs-form {
  display: block;
  position: relative;
  height: calc(100% - 185px);
}

.cs-form>div {
  position: relative;
  height: 100%;
}

.cs-form .nav.nav-tabs {
  border-color: #f36f21;
  margin: 0 0 25px;
}

.cs-form .tab-content {
  position: relative;
  height: calc(100% - 15px);
  overflow: hidden;
}

.cs-form .tab-content>.tab-pane {
  text-align: center;
}

.cs-form .nav-tabs>li>a {
  border: solid 1px transparent;
border-radius: 0px;
text-transform: uppercase;
font-weight: 600;
background: transparent;
color: #46b2e0;
min-width: 145px;
margin: 0 5px;
font-size: 14px;
letter-spacing: 0.02em;
padding: 0 15px;
line-height: 2.4;
/* box-shadow: 0px 4px 0px #2c7392; */
}

.cs-form .nav-tabs>li>a:hover, .cs-form .nav-tabs>li>a:focus {
  color: #fff;
background: #f36f21;
}

.cs-form .nav-tabs>li.active a, .cs-form .nav-tabs>li.active a:hover{
  border-color: #f36f21;
    border-bottom-color: #fff;
    color: #f36f21;
    background: transparent;
}

/* .cs-form .nav-tabs>li.active:first-child>a, .cs-form .nav-tabs>li.active:first-child>a:hover, .cs-form .nav-tabs>li.active:first-child>a:focus {
  background: #ef8141;
box-shadow: 0px 4px 0px #ab5d30;
}

.cs-form .nav-tabs>li.active:nth-child(2)>a, .cs-form .nav-tabs>li.active:nth-child(2)>a:hover, .cs-form .nav-tabs>li.active:nth-child(2)>a:focus {
  background: #e64a7f;
box-shadow: 0px 4px 0px #b5184d;
}

.cs-form .nav-tabs>li.active:nth-child(3)>a, .cs-form .nav-tabs>li.active:nth-child(3)>a:hover, .cs-form .nav-tabs>li.active:nth-child(3)>a:focus {
  background: #d05dcc;
box-shadow: 0px 4px 0px #903b8d;
} */

.cs-form table.outer-table {
  margin: 0 auto;
  max-width: 500px;
}

.cs-form #dev_paypal_form table.outer-table, .cs-form #seo_paypal_form table.outer-table{
  margin: 0 auto;
  max-width: 800px;
      table-layout: fixed;
}

.cs-form table {
  width: 100%;
  text-align: center;
}

.cs-form #setting table {
  width: 100%;
  text-align: center;
  max-width: 570px;
}

.cs-form table.dataTable.no-footer {
      border: solid 1px #ccc;
  margin-bottom: 15px;
}

.cs-form table th, .cs-form table.dataTable thead th {
  padding: 10px 5px;
  border: none;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  border: none;
}

.cs-form #home table th {
  background-color: #f36f21;
color: #fff;
}

.cs-form #seo table th {
  background-color: rgb(226, 87, 134);
      color: #fff;
}

.cs-form table td {
  font-size: 13px;
  padding-bottom: 20px;
  vertical-align: middle;
  text-align: center;
}

.cs-form table td[colspan] {
  text-align: center !important;
}

.cs-form table td .form-control {
  font-weight: 400;
  -moz-appearance: textfield;
}

.cs-form table td:first-child {
  font-weight: 600;
  width: 150px;
}

.cs-form table .form-group {
  margin-bottom: 0px;
  position: relative;
}

.cs-form table .form-group-flex{
  display: flex;
    justify-content: space-evenly;
    align-items: flex-start;
    align-content: flex-start;
}

.cs-form table .form-group-flex .input-group{
  width: 30%;
}

.cs-form table .form-group-flex .input-group:last-child{
  width: 70%;
}

.cs-form.co table td:first-child {
  padding-right: 20px;
  text-align: right;
  width: 48%
}

.cs-form .error, .form-signin .error {
  border-color: red !important;
}

.cs-form .error:focus, .form-signin .error:focus {
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0), 0 0 8px red !important;
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0), 0 0 8px red !important;
}

.cs-form label.error, .form-signin label.error {
  display: none !important;
}

.cs-form .dataTables_wrapper .dataTables_filter input {
  margin-left: 0.5em;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 38px;
  width: 260px;
  padding: 2px 10px;
  background: transparent;
  border-radius: 0px;
  border: none;
  border-bottom: solid 1px rgba(0, 0, 0, 0.36);
  font-weight: 400;
}

.cs-form .dataTables_wrapper .dataTables_length select {
  box-shadow: none;
  border: none;
  border-radius: 0;
  height: 38px;
  width: 80px;
  background: transparent;
  padding: 2px 5px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.36);
  background: url('../images/down-arrow.png') no-repeat;
  background-position: 97% 50%;
  padding-right: 30px;
  background-size: 11px;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.cs-form #setting table .form-control, .cs-form #dev_paypal_form table .form-control, .cs-form #seo_paypal_form table .form-control {
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 38px;
  width: 100%;
  padding: 2px 10px 2px 27px;
  background: transparent;
  border-radius: 0px;
  border: none;
  border-bottom: solid 1px rgba(0, 0, 0, 0.36);
  font-weight: 400;
  color: #000;
}

.cs-form #dev_paypal_form table .form-link-group .form-control, .cs-form #seo_paypal_form table .form-link-group .form-control{
  padding: 2px 22px 2px 0;
text-align: left;
}



.cs-form #setting table select.form-control, .cs-form #dev_paypal_form table select.form-control, .cs-form #seo_paypal_form table select.form-control{
  background: url('../images/down-arrow.png') no-repeat;
  background-position: 97% 50%;
  padding-right: 30px;
background-size: 11px;
text-transform: capitalize;
}

.cs-form #setting table td, .cs-form #dev_paypal_form table td, .cs-form #seo_paypal_form table td  {
  padding-bottom: 0;
}

.form-control::-webkit-input-placeholder { color:#555; }
.form-control::-moz-placeholder { color:#555; }
.form-control:-ms-input-placeholder { color:#555; }
.form-control:-moz-placeholder { color:#555; }

.cs-form #setting table .form-control:focus, .cs-form #dev_paypal_form table .form-control:focus, .cs-form #seo_paypal_form table .form-control:focus{
  border-bottom-color: rgb(70, 178, 224);
  box-shadow: none !important;
}
.form-control.error{
  box-shadow: none !important;
}

.cs-form #setting table td:first-child{
  width: 180px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 20px 11px;
  vertical-align: middle;
}

.cs-form #dev_paypal_form table td, .cs-form #seo_paypal_form table td{
  text-align: left;
      padding: 15px 30px;

}

.cs-form #dev_paypal_form table td:first-child, .cs-form #seo_paypal_form table td:first-child{
  width: auto;
}

.cs-form #dev_paypal_form table td label, .cs-form #seo_paypal_form table td label{
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  vertical-align: middle;
}

.cs-form #setting table .input-group, .cs-form #dev_paypal_form table .input-group, .cs-form #seo_paypal_form table .input-group {
  display: block;
}

.cs-form #dev_paypal_form table .form-link-group .input-group, .cs-form #seo_paypal_form table .form-link-group .input-group {
  display: table;
  width: 100%;
}

.cs-form #setting table .input-group-addon, .cs-form #dev_paypal_form table .input-group-addon, .cs-form #seo_paypal_form table .input-group-addon {
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: transparent;
  border: none;
  border-radius: 0;
  display: block;
  position: absolute;
  top: 11px;
  left: 0;
}

.cs-form #dev_paypal_form table .form-link-group .input-group .form-control, .cs-form #seo_paypal_form table .form-link-group .input-group .form-control{
  padding: 2px 10px;
}

.cs-form #dev_paypal_form table .form-link-group .input-group .input-group-addon, .cs-form #seo_paypal_form table .form-link-group .input-group .input-group-addon {
  position: static;
  display: table-cell;
  background: #a0a1a3;
  color: #fff;
  padding: 10px 15px;
  border-radius: 4px;
  font-size: 12px;
  text-transform: uppercase;
}

.cs-form #setting table .form-group.custom-radio-group {
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
  line-height: 0;
}

.cs-form #setting table .form-group.custom-radio-group input {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -3px;
  margin-right: 5px;
}

.cs-form #dev_paypal_form table .form-link-group .input-group .input-group-addon:hover, .cs-form #dev_paypal_form table .form-link-group .input-group .input-group-addon:focus,
.cs-form #seo_paypal_form table .form-link-group .input-group .input-group-addon:hover, .cs-form #seo_paypal_form table .form-link-group .input-group .input-group-addon:focus{
  background: #f37f3c;
}

button[data-pd-close] {
    border-radius: 100%;
    width: 50px;
    padding: 0 0 3px 0;
    height: 50px;
    font-size: 24px;
    line-height: 40px;
  }

.cs-preloader {
  display: none;
  height: 34px;
  left: 45%;
  margin-left: -17px;
  overflow: hidden;
  position: absolute;
  width: 33px;
  z-index: 10;
}

.cs-preloader img {
  display: block;
  height: 49px;
  margin-left: -8px;
  margin-top: -8px;
  max-width: none;
  width: 49px;
}

.top_box {
  display: flex;
  padding: 10px;
  position: absolute;
  right: 20px;
  top: 20px;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  text-transform: uppercase;
}

.top_box p {
  margin-left: 15px;
  margin-bottom: 0;
}

.top_box p .btn {
  margin: 0;
}

.top_box .btn {
  margin-top: 10px;
}

.top_box p strong {
  text-transform: uppercase;
}

.green-btn{
  font-size: 18px;
  vertical-align: top;
  text-transform: uppercase;
  margin: 0 9px;
  padding: 0 25px;
  line-height: 2.5;
  -webkit-transition: all 0.04s ease-in-out;
  transition: all 0.04s ease-in-out;
}

.btn-info {
  color: #fff;
  background-color: #26a9e0 !important;
  border: 1px solid #0091ce !important;
}

.btn-info:hover, .btn-info:focus, .btn-info:active {
  background-color: #038bc3 !important;
  border-color: #0091bb !important;
}

.btn-info.green-btn{
  color: #fff;
  background-color: #25c147 !important;
  border: 1px solid #1fbb41 !important;
}

.btn-info.green-btn:hover, .btn-info.green-btn:focus{
  color: #fff;
background-color: #179232 !important;
border: 1px solid #1fbb41 !important;
}

.green-btn-pdf{
  display: block;
  font-family: 'Open Sans', sans-serif;
  color:#fff;
  font-size: 18px;
  vertical-align: top;
  text-transform: uppercase;
  margin: 0 9px;
  padding: 0 25px;
  line-height: 2.5;
  background-color: #25c147 !important;
  border: 1px solid #1fbb41 !important;
  -webkit-transition: all 0.04s ease-in-out;
  transition: all 0.04s ease-in-out;
  width: 180px;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}

.cs-form .tab-content .dataTables_wrapper .dataTables_paginate .paginate_button {
  min-width: 1px;
  padding: 4px 10px;
  color: #545454 !important;
  border: 1px solid #545454;
  background: #f5f5f5;
  font-size: 13px;
}

.cs-form .tab-content .dataTables_wrapper .dataTables_paginate .paginate_button.current, .cs-form .tab-content .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover, .cs-form .tab-content .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: #f5f5f5 !important;
  border: 1px solid #545454;
  background: #545454;
}

.dataTables_wrapper .dataTables_filter {
  margin-bottom: 5px;
}

div.tab-pane.active {
  display: block;
}

div.tab-pane {
  display: none;
  text-align: center;
}

.cs-form .table>tbody>tr>td, .cs-form .table>tfoot>tr>td, .cs-form .table>thead>tr>td {
  border-top: 1px solid #ccc;
  padding: 5px 10px;
}

.cs-form .table>tbody>tr:nth-child(even)>td{
  background: #ececec;
}

#setting .btn, .orange-btn {
  border-color: transparent;
  background: #f37f3c;
  margin: 0;
  font-size: 16px;
  text-transform: uppercase;
  max-width: 100%;
  display: inline-block;
  width: auto;
  padding: 0 25px;
  line-height: 2.4;
  color: #fff;
}

#setting .btn:hover, #setting .btn:focus, .orange-btn:hover, .orange-btn:focus {
  background: #f75c03;
  color: #fff;
}

/** Invooice Page **/

.invoice-page {
    font-size: 14px;
    letter-spacing: 0.01em;
}

.invoice-page .outer-wrap{
    padding-right: 10%;
    padding-left: 10%;
}

.invoice-header{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0px;
}

.invoice-header .logo{
  margin: 0;
}

.invoice-header h1{
    display: inline-block;
    margin: 0;
    text-align: center;
    background: #f36f21;
    color: #fff;
    padding: 10px 45px 12px;
    border-radius: 5px;
    font-size: 19px;
}

.invoice-top {
    display: flex;
    align-items: top;
    justify-content: space-around;
    margin-bottom: 10px;
}

.invoice-top-left {
    padding-right: 30px;
}

.invoice-top-right {
    padding-left: 30px;
}

.invoice-top table, .invoice-body table {
    width: 100%;
    table-layout: fixed;
}

.invoice-top table td, .invoice-body table td {
    border-bottom: solid 1px #ccc;
    padding: 8px 15px;
}

.invoice-top table td:first-child {
    width: 148px;
    font-size: 14px;
    font-weight: 600;
    padding-left: 0;
}

.invoice-top table tr:last-child td {
    border-bottom: none;
}



.outer-wrap .invoice-top h3 {
   color: #f36f21;
   border:none;
   border-bottom: solid 3px #f36f21;
   margin: 0 0 10px;
   padding: 8px 15px 8px 0;
   display: block;
   border-radius: 0px;
   font-size: 16px;
}


.invoice-body table{
  border: solid 1px #ccc;
  border-top: none;
}

.invoice-body table th{
  background: #f36f21;
  color:#fff;
  text-transform: uppercase;

}

.invoice-body table th:first-child, .invoice-body table td:first-child{
  width: calc(100% - 140px);
  padding-right: 30px;
}

.invoice-body table th:nth-child(2), .invoice-body table td:nth-child(2){
  text-align: right;
    width: 140px;
}

.invoice-body table th, .invoice-body table td{
padding: 8px 15px;
}

.invoice-body>table tr:nth-child(odd) td{
  background: #ececec;
}

.invoice-body .invoice-footer-table table span{
  float: left;
}
.invoice-footer-table {
    width: 30%;
    margin-left: auto;
}
.invoice-footer-table table tr:last-child td{
  background: #f36f21;
    color: #fff;
}

.invoice-body table tr td {
    border-right: solid 1px #ccc;
}

.invoice-body table tr td:last-child{
  border-right: none;
}

footer{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255,255,255,0.8);
  text-align: center;
  padding: 15px 0;
}

footer ul{
  margin: 0;
  padding: 0;
}

footer ul li{
  display: inline-block;
  vertical-align: top;
  margin: 0 10px;
  text-transform: uppercase;
  font-size: 14px;
  position: relative;
  padding-right: 8px;
}

footer ul li:after{
  content: "";
  position: absolute;
  right: -8px;
top: 3px;
bottom: 3px;
  width: 1px;
  background: #000;
}

footer ul li:last-child:after{
  display: none;
}

footer ul li a{
  color: #000;
}

footer ul li a:hover, footer ul li a:focus{
  color: #d9534f;
}

.default-page, .default-page h1, .default-page h2{
  text-align: left;
}

.default-page h1, .default-page h2{
  margin: 0 0 20px 0;
}

.default-page h1{
  margin-top: 25px;
}

.default-page p{
  margin-bottom: 25px;
  letter-spacing: 0.02em;
  line-height: 1.6;
}

.default-page ul{
  margin: 0 0 15px 0;
  padding: 0;
}

.default-page ul li{
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
  position: relative;
  padding-left: 12px;
}

.default-page ul li:before{
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #000;
}
.payment_note {
    text-align: center;
}
@media (max-width:640px) {
  .logo {
    max-width: 195px;
  }
  .outer-wrap h1 {
    font-size: 21px;
  }
  .outer-wrap h2 {
    font-size: 18px;
  }
  .outer-wrap .logo {
    margin-left: 0;
  }
  .cs-form table td:first-child {
    padding-right: 0px;
    text-align: left;
    width: auto;
    display: table-cell;
    padding-bottom: 10px;
  }
  .cs-form table td {
    padding-bottom: 20px;
    padding-right: 0px;
    width: auto;
    display: table-cell;
  }
  .cs-form table td:empty {
    display: none;
  }
  input.btn {
    display: block;
    margin: 0 auto;
  }
  .cs-form.co table td:first-child {
    padding-right: 0px;
    text-align: left;
    width: 100%
  }
}

@media (max-width:480px) {
  .nav-tabs>li {
    font-size: 12px;
        width: 100%;
        margin-bottom: 17px;
  }
  .outer-wrap .logo {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
  }
  .top_box {
    margin: -10px 0 30px;
    position: static;
    text-align: center;
  }
  .top_box p[align] {
    text-align: center;
  }

}

@media screen and (max-width:1499px) {
  .invoice-page .outer-wrap{
      padding-right: 20px;
      padding-left: 20px;
  }
}
@media screen and (max-width:1199px){
.cs-form.co table td span {
    display: block;
    margin: 15px 0;
}
.invoice-top-left {
    padding-right: 0;
}
}

@media screen and (max-width:991px){
  .invoice-footer-table{
    width: 50%;
    margin-bottom: 25px;
  }
  .invoice-top-left {
    padding-right: 0;
}
  .invoice-header{
        justify-content: flex-start;
  }
  .dataTables_wrapper{
    overflow: hidden;
overflow-x: scroll;
  }
  .cs-form table.dataTable.no-footer{
        min-width: 1250px;
  }
  .cs-form.co table td span {
		display: block;
		margin: 15px 0;
	}
	.btn-group-lg>.btn, .btn-lg{font-size:12px;}
}

@media screen and (max-width:767px) {
.cs-form.co table td span {
    display: block;
    margin: 15px 0;
}
.btn-group-lg>.btn, .btn-lg{font-size:12px;}
.invoice-top-left {
    padding-right: 0;
}
  .top_box{
        justify-content: center;
  }
  .cs-form #setting table .form-control, .cs-form #dev_paypal_form table .form-control, .cs-form #seo_paypal_form table .form-control{
    float: none;
  }
  .cs-form #dev_paypal_form table td, .cs-form #seo_paypal_form table td{
        padding: 7px 10px;
  }
  .invoice-header{
        flex-wrap: wrap;
        justify-content: center;
  }
  .invoice-footer-table {
    width: 100%;
  }
  .green-btn{
        min-width: 170px;
        font-size: 15px;
        margin-bottom: 15px;
  }

  .cs-form #profile table td, .cs-form #profile table td:first-child{
    display: block;
    width: 100%;
  }
  .cs-form #profile table td:first-child{
    padding-left: 0;
    padding-bottom: 8px;
  }
}

@media screen and (max-height:600px) {
  .outer-wrap{
    height: auto;
  }
}
