File: /var/www/html/pmw24/driver_settlement/public/css/style.css
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese');
body {
padding: 0px 0px;
margin: 0px;
font-weight: 400;
font-size: 14px;
line-height: 21px;
color: #6a6a6a;
font-family: 'Open Sans', sans-serif;
}
#topcontrol {
background: url(../images/up.png) no-repeat;
width: 48px;
height: 48px;
}
a:hover, a:focus {
outline: none;
text-decoration: none;
}
*, *::before, *::after {
outline: none !important;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
font-family: 'Open Sans', sans-serif;
}
/*header*/
.box-body td span {
font-size: 20px;
margin: 0 10px 0 0;
}
.box-body td span .fa-pencil-square-o {
color: #4FAA10;
}
.box-body td span .fa-floppy-o {
color: #1c6200;
}
.box-body td span .fa-eye {
color: #7b7c02;
cursor: pointer;
}
.box-body td span .fa-print {
color: #00baff;
cursor: pointer;
}
.box-body td span .fa-trash-o {
color: #FF0004;
}
.box-body td span .fa-plus-circle {
color: #31af91;
cursor: pointer;
}
.box-body td span .fa-paper-plane {
color: #00a6ff;
}
.box-body td span .fa-times {
color: #FF0004;
}
.box-body td span .fa-download {
color: #a3cd13;
}
.box-body td span .fa {
transition: all .5s ease 0s;
}
.box-body td span .fa:hover {
transition: all .5s ease 0s;
transform: scale(1.2);
}
.box-body td .btn {
width: 100px;
}
.small-box .inner h3 {
font-size: 20px;
font-weight: 400;
}
.box-header .btn {
position: relative;
text-align: left;
width: 190px;
}
.box-header .btn span {
font-size: 24px;
position: absolute;
top: -2px;
right: 16px;
}
/*******login-form*******/
.loginsection {
background: url(../images/bg.png) no-repeat center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
position: relative;
}
.login-form {
background: #fff;
width: 32%;
margin: 9% auto 4% auto;
position: relative;
-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
}
.login-form .head {
left: 0;
margin: 0 auto;
position: absolute;
right: 0;
text-align: center;
top: -25%;
width: 150px;
}
.login-form .head img {
border-radius: 50%;
width: 100%;
-webkit-border-radius: 50%;
-o-border-radius: 50%;
-moz-border-radius: 50%;
border: 6px solid rgba(221, 218, 215, 0.23);
}
.login-form form {
padding: 15% 2.5em;
}
.login-form .user {
background: url(../images/icons.png) no-repeat 12px 4px;
}
.login-form .lock {
background: url(../images/icons.png) no-repeat -20px 3px;
}
.login-form .icon {
height: 30px;
left: 9px;
margin: 0;
position: absolute;
top: 6px;
width: 30px;
}
.login-form .form-control {
padding: 6px 12px 6px 25px;
}
.login-form .form-control:hover {
border: 1px solid #40a9df;
box-shadow: 0 0 1em #40a9df;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
background-color: #3c8dbc;
border-color: #367fa9;
color: #fff;
padding: 1px 10px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
color: rgba(255, 255, 255, 0.7);
margin-right: 5px;
}
.select2-container--default .select2-selection--multiple {
border-radius: 0;
}
.select2-container--default .select2-selection--multiple {
border: 1px solid #d2d6de;
}
.box-body td font a {
font-size: 14px;
color: #175F08;
cursor: pointer;
}
.box-body .table td a {
color: #6a6a6a;
}
.box-body .table td a.btn {
color: #fff;
}
.btn-danger2 {
background-color: #ff6c00;
border-color: #c75502;
color: #FFFFFF;
}
.btn-danger2:hover, .btn-danger2:active, .btn-danger2.hover {
background-color: #ed6400;
color: #FFFFFF;
}
.btn-warning2 {
background-color: #19c12d;
border-color: #09a01b;
color: #FFFFFF;
}
.btn-warning2:hover, .btn-warning2:active, .btn-warning2:focus, .btn-warning2.focus, .btn-warning2.hover {
background-color: #09a01b;
color: #FFFFFF;
}
.dropdown-item {
background-color: transparent;
border: 0 none;
clear: both;
color: #212529;
display: block;
font-weight: 400;
padding: 0.25rem 1.5rem;
text-align: inherit;
white-space: nowrap;
width: 100%;
}
.dropdown-item:focus, .dropdown-item:hover {
background-color: #2c3b41;
color:#fff;
text-decoration: none;
}
.box-body .table td a:hover {
color: #7b7c02;
}
.input-image {
margin: 15px 0;
position: relative;
height: 209px;
text-align: center;
}
.input-image img {
width: auto;
height: 100%;
}
.input-image span {
position: absolute;
top: 0;
right: 20px;
color: red;
font-size: 25px;
cursor: pointer;
}
.loginporfile_box a{
display: block;
margin: 0 0 5px 0;
}