* {
    padding: 0;
    margin: 0;
    border-collapse: collapse;
    -webkit-text-size-adjust: auto;
    -moz-text-size-adjust: auto;
    -ms-text-size-adjust: auto;
    text-size-adjust: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-rendering: optimizeLegibility;
}
html,
body {
    height: 100%;
}

body {
    background: #fff;
    font-family: sans-serif;
}
a {
    text-decoration: none;
    outline: none;
}
a:hover {
    text-decoration: underline;
}
ul {
    list-style: none;
}

table {
    border: none;
    border-color: transparent;
}

.t-cubic-1 {
    transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}
.shake:hover {
    -webkit-animation-name: shake-base;
    -ms-animation-name: shake-base;
    animation-name: shake-base;
    -webkit-animation-duration: 100ms;
    -ms-animation-duration: 100ms;
    animation-duration: 100ms;
    -webkit-animation-iteration-count: 5;
    -ms-animation-iteration-count: 5;
    animation-iteration-count: 5;
    -webkit-animation-timing-function: ease-in-out;
    -ms-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-delay: 0s;
    -ms-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-play-state: running;
    -ms-animation-play-state: running;
    animation-play-state: running;
}
.smooth {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.text-overflow {
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

input, select, button {
    border: 0;
    padding: 0;
    margin: 0;
    outline: none;
}
button {
    cursor: pointer;
}
button::-moz-focus-inner /*Remove button padding in FF*/
{
    border: 0;
    padding: 0;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
button:hover, .btn:hover, input[type="submit"]:hover {
    opacity: 0.88;
}
select {
    width: 100%;
    padding:0;
    margin: 0;
    color:#888;
    border:none;
    outline:none;
    display: inline-block;
    background: transparent;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 15px;
    color: #687283;
    line-height: normal;
    padding-left: 18px;
}
.mn-select {
    position:relative;
    display: block;
    background: #fafafa;
    border: 1px solid #d9dde5;
}
.mn-select:after {
    position:absolute;
    pointer-events:none;
}
.mn-select:before {
    content: '';
    right: 0;
    top: 0;
    width: 40px;
    height: 42px;
    background: #f2f2f2 url('img/select-icon.png') no-repeat 50%;
    border-radius: 4px;
    position: absolute;
    pointer-events: none;
    display: block;
}
.mn-select select {
    height: 42px;
    line-height: 42px;
}

.checkbox, .radiobox {
    position: relative;
    width: 27px;
    height: 26px;
    cursor: pointer;
}
.radiobox {
    width: 23px;
    height: 23px;
}
.checkbox input[type=checkbox], .radiobox input[type="radio"] {
    display: none;
    visibility: hidden;
    cursor: pointer;
}
.checkbox label, .radiobox label {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(img/table-content-icons.png) no-repeat -49px -46px;
}
.radiobox label {
    background-position: -24px -23px;
}
.radiobox input[type=radio]:checked + label {
    background-position: -24px -48px;
}
.radiobox span {
    display: inline-block;
    vertical-align: top;
    padding-top: 3px;
    padding-left: 40px;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #687283;
}
.checkbox input[type=checkbox]:checked + label {
    background: url(img/table-content-icons.png) no-repeat -80px -46px;
}


form .row {
    margin-bottom: 6px;
}

input[type="text"], input[type="password"] {
    background: #fdfdfd;
    border: 1px solid #dfdfdf;
    padding-left: 19px;
}
.mn-select, input[type="text"], input[type="password"] {
    width: 100%;
    line-height: 42px;
    border-radius: 3px;
    font-family: Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #000;
    outline: none;
}

.t-btn {
    font-family: 'Roboto', sans-serif;
    color: #fff;
    text-align: center;
    background: #a3b5bd;
    border: 1px solid #788b93;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    padding: 10px 6px;
}
.t-btn {
    opacity: 0.88;
}
.t-btn.t-btn-2 {
    background: #9acb17;
    border: 1px solid #8abd02;
}

.btn-t-1 {
    background-color: #abcf92;
    border: 1px solid #96bc7b;
    border-radius: 3px;
    padding: 14px;
}

.btn-next {
    background: url("img/btn-next.png") no-repeat 0 0;
    width: 189px;
    height: 42px;
    font-family: 'Noto Sans';
    font-weight: 600;
    font-size: 13px;
    color: #fff;
    text-align: left;
    padding-left: 57px;
}

/*.pu {*/
    /*background-color: #ffffff;*/
    /*padding: 55px 85px 45px 70px;*/
    /*border-radius: 15px;*/
/*}*/
.pu .title {
    font-family: 'Calibri', sans-serif;
    font-size: 21px;
    color: #000;
    margin-bottom: 33px;
}
#colorbox, #colorbox * {
    overflow: visible !important;
}
#cboxClose {
    top: -17px;
    right: -17px;
    position: absolute;
    z-index: 9999999;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #ffffff;
    font-family: 'Gotham-Thin';
    font-size: 22px;
    color: #555;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
}
#cboxOverlay {
    background: rgba(247, 247, 247, 0.9);
    opacity: 0.9;
    filter: alpha(opacity = 90);
}
#cboxLoadedContent {
    box-shadow: 0 0 15px -1px rgba(0, 0, 0, 0.2);
    border-radius: 12px;
    padding: 25px 22px;
    background: #fff;
}



.flex {
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
}

.flex-wrap {
    flex-wrap: wrap;
}

.flex-row {
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
}
.flex-column {
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.space-around {
    justify-content: space-around;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
}
.space-between {
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
}
.justify-content-center {
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
}
.justify-content-right {
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
}

.align-items-center {
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
}
.align-items-right {
    align-items: flex-end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
}

.clear {
    clear: both;
}
.pr {
    position: relative;
}

.w100 {
    width: 100%;
}
.hide {
    display: none;
}
.mn-wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
}



::-webkit-input-placeholder {
    -webkit-transition: opacity 0.35s ease-in-out;
    transition: opacity 0.15s ease-in-out;
}
:-moz-placeholder {
    -moz-transition: opacity 0.15s ease-in-out;
}

::-moz-placeholder {
    -moz-transition: opacity 0.15s ease-in-out;
    transition: opacity 0.15s ease-in-out;
}
:-ms-input-placeholder {
    -ms-transition: opacity 0.15s ease-in-out;
    transition: opacity 0.15s ease-in-out;
}


:focus::-webkit-input-placeholder {
    opacity: 0;
}
:focus:-moz-placeholder {
    opacity: 0;
}
:focus::-moz-placeholder {
    opacity: 0;
}
:focus:-ms-input-placeholder {
    opacity: 0;
}


@-webkit-keyframes shake-base { 0% { -webkit-transform: translate(0px, 0px) rotate(0deg); }
    2% { -webkit-transform: translate(-0.5px, 1.5px) rotate(0.5deg); }
    4% { -webkit-transform: translate(-0.5px, 1.5px) rotate(-0.5deg); }
    6% { -webkit-transform: translate(-2.5px, -1.5px) rotate(0.5deg); }
    8% { -webkit-transform: translate(-2.5px, -2.5px) rotate(-1.5deg); }
    10% { -webkit-transform: translate(1.5px, 1.5px) rotate(-1.5deg); }
    12% { -webkit-transform: translate(-2.5px, -0.5px) rotate(-0.5deg); }
    14% { -webkit-transform: translate(1.5px, -2.5px) rotate(-0.5deg); }
    16% { -webkit-transform: translate(0.5px, 1.5px) rotate(0.5deg); }
    18% { -webkit-transform: translate(-2.5px, -0.5px) rotate(0.5deg); }
    20% { -webkit-transform: translate(-0.5px, -0.5px) rotate(-1.5deg); }
    22% { -webkit-transform: translate(-2.5px, -1.5px) rotate(-1.5deg); }
    24% { -webkit-transform: translate(-1.5px, -2.5px) rotate(-1.5deg); }
    26% { -webkit-transform: translate(0.5px, -0.5px) rotate(-1.5deg); }
    28% { -webkit-transform: translate(-0.5px, -1.5px) rotate(-0.5deg); }
    30% { -webkit-transform: translate(-2.5px, 1.5px) rotate(0.5deg); }
    32% { -webkit-transform: translate(-2.5px, -2.5px) rotate(-0.5deg); }
    34% { -webkit-transform: translate(-1.5px, 0.5px) rotate(-1.5deg); }
    36% { -webkit-transform: translate(1.5px, -1.5px) rotate(-1.5deg); }
    38% { -webkit-transform: translate(0.5px, -0.5px) rotate(-0.5deg); }
    40% { -webkit-transform: translate(-0.5px, 0.5px) rotate(0.5deg); }
    42% { -webkit-transform: translate(0.5px, -2.5px) rotate(-0.5deg); }
    44% { -webkit-transform: translate(0.5px, -2.5px) rotate(-0.5deg); }
    46% { -webkit-transform: translate(-1.5px, 1.5px) rotate(-1.5deg); }
    48% { -webkit-transform: translate(0.5px, -2.5px) rotate(-0.5deg); }
    50% { -webkit-transform: translate(-1.5px, -0.5px) rotate(-1.5deg); }
    52% { -webkit-transform: translate(-2.5px, -0.5px) rotate(-1.5deg); }
    54% { -webkit-transform: translate(1.5px, 0.5px) rotate(-1.5deg); }
    56% { -webkit-transform: translate(0.5px, 0.5px) rotate(-1.5deg); }
    58% { -webkit-transform: translate(0.5px, 1.5px) rotate(-0.5deg); }
    60% { -webkit-transform: translate(-0.5px, -2.5px) rotate(-0.5deg); }
    62% { -webkit-transform: translate(-2.5px, -1.5px) rotate(-0.5deg); }
    64% { -webkit-transform: translate(-1.5px, 0.5px) rotate(0.5deg); }
    66% { -webkit-transform: translate(0.5px, -0.5px) rotate(-1.5deg); }
    68% { -webkit-transform: translate(-1.5px, -0.5px) rotate(-1.5deg); }
    70% { -webkit-transform: translate(-0.5px, -2.5px) rotate(-1.5deg); }
    72% { -webkit-transform: translate(-2.5px, -0.5px) rotate(-1.5deg); }
    74% { -webkit-transform: translate(-2.5px, 0.5px) rotate(0.5deg); }
    76% { -webkit-transform: translate(1.5px, -1.5px) rotate(-1.5deg); }
    78% { -webkit-transform: translate(1.5px, -2.5px) rotate(0.5deg); }
    80% { -webkit-transform: translate(-2.5px, -2.5px) rotate(-0.5deg); }
    82% { -webkit-transform: translate(-2.5px, -1.5px) rotate(0.5deg); }
    84% { -webkit-transform: translate(0.5px, -2.5px) rotate(-0.5deg); }
    86% { -webkit-transform: translate(-2.5px, 0.5px) rotate(-0.5deg); }
    88% { -webkit-transform: translate(-2.5px, -0.5px) rotate(-0.5deg); }
    90% { -webkit-transform: translate(-1.5px, -1.5px) rotate(-1.5deg); }
    92% { -webkit-transform: translate(-0.5px, -1.5px) rotate(-0.5deg); }
    94% { -webkit-transform: translate(0.5px, -0.5px) rotate(-0.5deg); }
    96% { -webkit-transform: translate(-2.5px, -2.5px) rotate(0.5deg); }
    98% { -webkit-transform: translate(-0.5px, 1.5px) rotate(-0.5deg); } }

@-ms-keyframes shake-base { 0% { -ms-transform: translate(0px, 0px) rotate(0deg); }
    2% { -ms-transform: translate(-0.5px, -0.5px) rotate(-1.5deg); }
    4% { -ms-transform: translate(-0.5px, 0.5px) rotate(-0.5deg); }
    6% { -ms-transform: translate(-1.5px, 1.5px) rotate(0.5deg); }
    8% { -ms-transform: translate(-2.5px, -0.5px) rotate(-0.5deg); }
    10% { -ms-transform: translate(1.5px, -2.5px) rotate(-1.5deg); }
    12% { -ms-transform: translate(0.5px, 0.5px) rotate(-0.5deg); }
    14% { -ms-transform: translate(-1.5px, 1.5px) rotate(0.5deg); }
    16% { -ms-transform: translate(-0.5px, 0.5px) rotate(-0.5deg); }
    18% { -ms-transform: translate(1.5px, -0.5px) rotate(-1.5deg); }
    20% { -ms-transform: translate(-1.5px, -2.5px) rotate(-0.5deg); }
    22% { -ms-transform: translate(-0.5px, -0.5px) rotate(-0.5deg); }
    24% { -ms-transform: translate(1.5px, -0.5px) rotate(-0.5deg); }
    26% { -ms-transform: translate(-1.5px, -2.5px) rotate(0.5deg); }
    28% { -ms-transform: translate(1.5px, 1.5px) rotate(-1.5deg); }
    30% { -ms-transform: translate(-2.5px, -1.5px) rotate(-1.5deg); }
    32% { -ms-transform: translate(-0.5px, -0.5px) rotate(-1.5deg); }
    34% { -ms-transform: translate(1.5px, 1.5px) rotate(-1.5deg); }
    36% { -ms-transform: translate(-0.5px, -0.5px) rotate(0.5deg); }
    38% { -ms-transform: translate(1.5px, -1.5px) rotate(-0.5deg); }
    40% { -ms-transform: translate(1.5px, -1.5px) rotate(0.5deg); }
    42% { -ms-transform: translate(-1.5px, 1.5px) rotate(-0.5deg); }
    44% { -ms-transform: translate(0.5px, 1.5px) rotate(-0.5deg); }
    46% { -ms-transform: translate(1.5px, 0.5px) rotate(0.5deg); }
    48% { -ms-transform: translate(-2.5px, 0.5px) rotate(0.5deg); }
    50% { -ms-transform: translate(1.5px, 1.5px) rotate(-0.5deg); }
    52% { -ms-transform: translate(-2.5px, -0.5px) rotate(0.5deg); }
    54% { -ms-transform: translate(-2.5px, -1.5px) rotate(-1.5deg); }
    56% { -ms-transform: translate(0.5px, -1.5px) rotate(0.5deg); }
    58% { -ms-transform: translate(0.5px, 0.5px) rotate(-0.5deg); }
    60% { -ms-transform: translate(-0.5px, 1.5px) rotate(0.5deg); }
    62% { -ms-transform: translate(-2.5px, -0.5px) rotate(0.5deg); }
    64% { -ms-transform: translate(0.5px, -0.5px) rotate(-0.5deg); }
    66% { -ms-transform: translate(0.5px, 0.5px) rotate(-0.5deg); }
    68% { -ms-transform: translate(-0.5px, -2.5px) rotate(-0.5deg); }
    70% { -ms-transform: translate(-1.5px, 1.5px) rotate(-1.5deg); }
    72% { -ms-transform: translate(0.5px, -2.5px) rotate(-1.5deg); }
    74% { -ms-transform: translate(-0.5px, -2.5px) rotate(-0.5deg); }
    76% { -ms-transform: translate(-1.5px, 0.5px) rotate(0.5deg); }
    78% { -ms-transform: translate(-2.5px, 0.5px) rotate(-0.5deg); }
    80% { -ms-transform: translate(0.5px, 0.5px) rotate(-1.5deg); }
    82% { -ms-transform: translate(-2.5px, -1.5px) rotate(-1.5deg); }
    84% { -ms-transform: translate(-0.5px, -0.5px) rotate(-1.5deg); }
    86% { -ms-transform: translate(-0.5px, 0.5px) rotate(-1.5deg); }
    88% { -ms-transform: translate(0.5px, -1.5px) rotate(0.5deg); }
    90% { -ms-transform: translate(-2.5px, 0.5px) rotate(-0.5deg); }
    92% { -ms-transform: translate(-2.5px, -0.5px) rotate(0.5deg); }
    94% { -ms-transform: translate(-1.5px, -1.5px) rotate(-1.5deg); }
    96% { -ms-transform: translate(1.5px, 1.5px) rotate(0.5deg); }
    98% { -ms-transform: translate(-2.5px, -0.5px) rotate(0.5deg); } }

@keyframes shake-base { 0% { transform: translate(0px, 0px) rotate(0deg); }
    2% { transform: translate(-0.5px, 0.5px) rotate(-0.5deg); }
    4% { transform: translate(-2.5px, -1.5px) rotate(0.5deg); }
    6% { transform: translate(1.5px, 1.5px) rotate(-1.5deg); }
    8% { transform: translate(-1.5px, -2.5px) rotate(0.5deg); }
    10% { transform: translate(1.5px, 1.5px) rotate(-0.5deg); }
    12% { transform: translate(-1.5px, 1.5px) rotate(-1.5deg); }
    14% { transform: translate(-1.5px, 0.5px) rotate(0.5deg); }
    16% { transform: translate(0.5px, 0.5px) rotate(-0.5deg); }
    18% { transform: translate(0.5px, -2.5px) rotate(-0.5deg); }
    20% { transform: translate(-2.5px, 0.5px) rotate(-1.5deg); }
    22% { transform: translate(1.5px, 0.5px) rotate(-0.5deg); }
    24% { transform: translate(-0.5px, -1.5px) rotate(-0.5deg); }
    26% { transform: translate(-1.5px, 1.5px) rotate(0.5deg); }
    28% { transform: translate(-1.5px, -0.5px) rotate(0.5deg); }
    30% { transform: translate(-2.5px, 0.5px) rotate(0.5deg); }
    32% { transform: translate(1.5px, -0.5px) rotate(-0.5deg); }
    34% { transform: translate(0.5px, -2.5px) rotate(-1.5deg); }
    36% { transform: translate(0.5px, -2.5px) rotate(-0.5deg); }
    38% { transform: translate(-2.5px, -0.5px) rotate(0.5deg); }
    40% { transform: translate(-0.5px, 1.5px) rotate(0.5deg); }
    42% { transform: translate(1.5px, 1.5px) rotate(-0.5deg); }
    44% { transform: translate(-2.5px, -2.5px) rotate(0.5deg); }
    46% { transform: translate(0.5px, -2.5px) rotate(0.5deg); }
    48% { transform: translate(-0.5px, -2.5px) rotate(-0.5deg); }
    50% { transform: translate(-0.5px, 0.5px) rotate(0.5deg); }
    52% { transform: translate(1.5px, 0.5px) rotate(0.5deg); }
    54% { transform: translate(-2.5px, 0.5px) rotate(-1.5deg); }
    56% { transform: translate(-2.5px, 1.5px) rotate(0.5deg); }
    58% { transform: translate(-2.5px, -2.5px) rotate(-0.5deg); }
    60% { transform: translate(-0.5px, -2.5px) rotate(-0.5deg); }
    62% { transform: translate(-1.5px, 0.5px) rotate(-0.5deg); }
    64% { transform: translate(-1.5px, -0.5px) rotate(0.5deg); }
    66% { transform: translate(-2.5px, 0.5px) rotate(-0.5deg); }
    68% { transform: translate(-1.5px, -0.5px) rotate(0.5deg); }
    70% { transform: translate(0.5px, 1.5px) rotate(0.5deg); }
    72% { transform: translate(-2.5px, 1.5px) rotate(0.5deg); }
    74% { transform: translate(1.5px, -0.5px) rotate(0.5deg); }
    76% { transform: translate(-0.5px, -1.5px) rotate(0.5deg); }
    78% { transform: translate(-0.5px, -2.5px) rotate(0.5deg); }
    80% { transform: translate(1.5px, -0.5px) rotate(0.5deg); }
    82% { transform: translate(-1.5px, 0.5px) rotate(-0.5deg); }
    84% { transform: translate(-1.5px, -1.5px) rotate(-0.5deg); }
    86% { transform: translate(0.5px, -0.5px) rotate(-1.5deg); }
    88% { transform: translate(-2.5px, -2.5px) rotate(-1.5deg); }
    90% { transform: translate(-1.5px, 1.5px) rotate(0.5deg); }
    92% { transform: translate(-1.5px, 0.5px) rotate(0.5deg); }
    94% { transform: translate(-1.5px, -0.5px) rotate(0.5deg); }
    96% { transform: translate(1.5px, 0.5px) rotate(-0.5deg); }
    98% { transform: translate(-0.5px, -1.5px) rotate(0.5deg); } }
.myinput input[type="checkbox"]:before{
position: relative;
display: block;
width: 15px;
height: 15px;
border: 1px solid #808080;
content: "";
background: #FFF;
}
.myinput input[type="checkbox"] {
    cursor: pointer;
}
.myinput input[type="checkbox"]:after{
position: relative;
display: block;
left: 2px;
top: -15px;
width: 11px;
height: 11px;
border-width: 1px;
border-style: solid;
border-color: #B3B3B3 #dcddde #dcddde #B3B3B3;
content: "";
background-image: linear-gradient(135deg, #B1B6BE 0%,#FFF 100%);
background-repeat: no-repeat;
background-position:center;
}
.myinput input[type="checkbox"]:checked:after{
background-image:  url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAQAAABuW59YAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAB2SURBVHjaAGkAlv8A3QDyAP0A/QD+Dam3W+kCAAD8APYAAgTVZaZCGwwA5wr0AvcA+Dh+7UX/x24AqK3Wg/8nt6w4/5q71wAAVP9g/7rTXf9n/+9N+AAAtpJa/zf/S//DhP8H/wAA4gzWj2P4lsf0JP0A/wADAHB0Ngka6UmKAAAAAElFTkSuQmCC'), linear-gradient(135deg, #B1B6BE 0%,#FFF 100%);
background-size: 100%;
}
.myinput input[type="checkbox"]:disabled:after{
-webkit-filter: opacity(0.4);
}
.myinput input[type="checkbox"]:not(:disabled):checked:hover:after{
background-image:  url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAQAAABuW59YAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAB2SURBVHjaAGkAlv8A3QDyAP0A/QD+Dam3W+kCAAD8APYAAgTVZaZCGwwA5wr0AvcA+Dh+7UX/x24AqK3Wg/8nt6w4/5q71wAAVP9g/7rTXf9n/+9N+AAAtpJa/zf/S//DhP8H/wAA4gzWj2P4lsf0JP0A/wADAHB0Ngka6UmKAAAAAElFTkSuQmCC'), linear-gradient(135deg, #8BB0C2 0%,#FFF 100%);
}
.myinput input[type="checkbox"]:not(:disabled):hover:after{
background-image: linear-gradient(135deg, #8BB0C2 0%,#FFF 100%);  
border-color: #85A9BB #92C2DA #92C2DA #85A9BB;  
}
.myinput input[type="checkbox"]:not(:disabled):hover:before{
border-color: #3D7591;
}