
.register input[type="text"], 
.register input[type="email"]:focus,
.register input[type="password"],
.register input[type="tel"],
.register textarea, 
.register textarea.form-control {
    background: #f8f8f8;
    border: 1px solid #ddd;
    font-family: 'Roboto', sans-serif;
    min-width: 50px;
    color: #888;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

.register textarea, 
.register textarea.form-control {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 30px;
}

.register input[type="text"]:focus, 
.register input[type="email"]:focus,
.register input[type="password"]:focus,
.register input[type="tel"]:focus,
.register textarea:focus, 
.register textarea.form-control:focus {
	background: #fff;
    border: 3px solid #ccc;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}

.register input[type="text"]:-moz-placeholder, textarea:-moz-placeholder, textarea.form-control:-moz-placeholder { color: #888; }
.register input[type="text"]:-ms-input-placeholder, textarea:-ms-input-placeholder, textarea.form-control:-ms-input-placeholder { color: #888; }
.register input[type="text"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder, textarea.form-control::-webkit-input-placeholder { color: #888; }

.register input[type="password"]:-moz-placeholder, textarea:-moz-placeholder, textarea.form-control:-moz-placeholder { color: #888; }
.register input[type="password"]:-ms-input-placeholder, textarea:-ms-input-placeholder, textarea.form-control:-ms-input-placeholder { color: #888; }
.register input[type="password"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder, textarea.form-control::-webkit-input-placeholder { color: #888; }

.register input[type="tel"]:-moz-placeholder, textarea:-moz-placeholder, textarea.form-control:-moz-placeholder { color: #888; }
.register input[type="tel"]:-ms-input-placeholder, textarea:-ms-input-placeholder, textarea.form-control:-ms-input-placeholder { color: #888; }
.register input[type="tel"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder, textarea.form-control::-webkit-input-placeholder { color: #888; }

.register input[type="email"]:-moz-placeholder, textarea:-moz-placeholder, textarea.form-control:-moz-placeholder { color: #888; }
.register input[type="email"]:-ms-input-placeholder, textarea:-ms-input-placeholder, textarea.form-control:-ms-input-placeholder { color: #888; }
.register input[type="email"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder, textarea.form-control::-webkit-input-placeholder { color: #888; }

.register button.btn {
	width: 200px;
	height: 50px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: #fd625e;
    border: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 50px;
    color: #fff;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
    text-shadow: none;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

.register button.btn:hover { opacity: 0.6; color: #fff; }

.register button.btn:active { outline: 0; opacity: 0.6; color: #fff; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; }

.register button.btn:focus { outline: 0; opacity: 0.6; background: #fd625e; color: #fff; }

.register button.btn:active:focus, button.btn.active:focus { outline: 0; opacity: 0.6; background: #fd625e; color: #fff; }


.datagrid table { border-collapse: collapse; text-align: left; width: 100%; } 
.datagrid {font: normal 12px/150% Arial, Helvetica, sans-serif; background: #fff; overflow: hidden; border: 1px solid #006699; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
.datagrid table td, .datagrid table th { padding: 3px 10px; }
.datagrid table thead th {background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #006699), color-stop(1, #00557F) );background:-moz-linear-gradient( center top, #006699 5%, #00557F 100% );filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#006699', endColorstr='#00557F');background-color:#006699; color:#FFFFFF; font-size: 15px; font-weight: bold; border-left: 1px solid #0070A8; } 
.datagrid table thead th:first-child { border: none; }
.datagrid table tbody td { color: #00557F; border-left: 1px solid #E1EEF4;font-size: 12px;font-weight: normal; }
.datagrid table tbody .alt td { background: #E1EEf4; color: #00557F; }
.datagrid table tbody td:first-child { border-left: none; }
.datagrid table tbody tr:last-child td { border-bottom: none; }
.datagrid table tfoot td div { border-top: 1px solid #006699;background: #E1EEf4;} 
.datagrid table tfoot td { padding: 0; font-size: 12px } 
.datagrid table tfoot td div{ padding: 2px; }
.datagrid table tfoot td ul { margin: 0; padding:0; list-style: none; text-align: right; }
.datagrid table tfoot  li { display: inline; }
.datagrid table tfoot li a { text-decoration: none; display: inline-block;  padding: 2px 8px; margin: 1px;color: #FFFFFF;border: 1px solid #006699;-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #006699), color-stop(1, #00557F) );background:-moz-linear-gradient( center top, #006699 5%, #00557F 100% );filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#006699', endColorstr='#00557F');background-color:#006699; }
.datagrid table tfoot ul.active, .datagrid table tfoot ul a:hover { text-decoration: none;border-color: #00557F; color: #FFFFFF; background: none; background-color:#006699;}
.datagrid .table-responsive {
  min-height: .01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
.datagrid .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
 .datagrid .table-responsive > .table {
    margin-bottom: 0;
  }
  .datagrid .table-responsive > .table > thead > tr > th,
 .datagrid .table-responsive > .table > tbody > tr > th,
  .datagrid .table-responsive > .table > tfoot > tr > th,
  .datagrid .table-responsive > .table > thead > tr > td,
  .datagrid .table-responsive > .table > tbody > tr > td,
  .datagrid .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
 .datagrid .table-responsive > .table-bordered {
    border: 0;
  }
 .datagrid .table-responsive > .table-bordered > thead > tr > th:first-child,
  .datagrid .table-responsive > .table-bordered > tbody > tr > th:first-child,
 .datagrid  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
 .datagrid .table-responsive > .table-bordered > thead > tr > td:first-child,
  .datagrid .table-responsive > .table-bordered > tbody > tr > td:first-child,
 .datagrid  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .datagrid .table-responsive > .table-bordered > thead > tr > th:last-child,
  .datagrid .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .datagrid .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .datagrid .table-responsive > .table-bordered > thead > tr > td:last-child,
 .datagrid  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .datagrid .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .datagrid .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .datagrid .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .datagrid .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .datagrid .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
div.dhtmlx_window_active, div.dhx_modal_cover_dv { position: fixed !important; }