﻿/* cyrillic-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v18/mem8YaGs126MiZpBA-UFWJ0bbck.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v18/mem8YaGs126MiZpBA-UFUZ0bbck.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v18/mem8YaGs126MiZpBA-UFWZ0bbck.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v18/mem8YaGs126MiZpBA-UFVp0bbck.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v18/mem8YaGs126MiZpBA-UFWp0bbck.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v18/mem8YaGs126MiZpBA-UFW50bbck.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v18/mem8YaGs126MiZpBA-UFVZ0b.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


.btn {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 4px 10px 4px;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 18px;
    color: #333333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(top, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    filter: progid:dximagetransform.microsoft.gradient(startColorstr=#ffffff, endColorstr=#e6e6e6, GradientType=0);
    border-color: #e6e6e6 #e6e6e6 #e6e6e6;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border: 1px solid #e6e6e6;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    *margin-left: .3em;
}

    .btn:hover, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
        background-color: #e6e6e6;
    }

.btn-large {
    padding: 9px 14px;
    font-size: 15px;
    line-height: normal;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.btn:hover {
    color: #333333;
    text-decoration: none;
    background-color: #e6e6e6;
    background-position: 0 -15px;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -ms-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear;
}

.btn-primary, .btn-primary:hover {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    color: #ffffff;
}

    .btn-primary.active {
        color: rgba(255, 255, 255, 0.75);
    }

.btn-primary {
    background-color: #4a77d4;
    background-image: -moz-linear-gradient(top, #6eb6de, #4a77d4);
    background-image: -ms-linear-gradient(top, #6eb6de, #4a77d4);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6eb6de), to(#4a77d4));
    background-image: -webkit-linear-gradient(top, #6eb6de, #4a77d4);
    background-image: -o-linear-gradient(top, #6eb6de, #4a77d4);
    background-image: linear-gradient(top, #6eb6de, #4a77d4);
    background-repeat: repeat-x;
    filter: progid:dximagetransform.microsoft.gradient(startColorstr=#6eb6de, endColorstr=#4a77d4, GradientType=0);
    border: 1px solid #3762bc;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.5);
}
    .btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled],
    .btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled]{
        filter: none;
        background-color: #4a77d4;
    }
.btn-danger {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#de6e81+0,d45f4a+100 */
    background: #de6e81; /* Old browsers */
    background: -moz-linear-gradient(top, #de6e81 0%, #d45f4a 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #de6e81 0%,#d45f4a 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #de6e81 0%,#d45f4a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#de6e81', endColorstr='#d45f4a',GradientType=0 ); /* IE6-9 */
    color:white;
    background-repeat: repeat-x;
    filter: progid:dximagetransform.microsoft.gradient(startColorstr=#6eb6de, endColorstr=#4a77d4, GradientType=0);
    border: 1px solid #3762bc;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.5);
}

.btn-success {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#de6e81+0,d45f4a+100 */
    background: #5cb85c; /* Old browsers */
    background: -moz-linear-gradient(top, #5cb85c 0%, #4cae4c 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #5cb85c 0%,#4cae4c 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #5cb85c 0%,#4cae4c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5cb85c', endColorstr='#4cae4c',GradientType=0 ); /* IE6-9 */
    color: white;
    background-repeat: repeat-x;
    filter: progid:dximagetransform.microsoft.gradient(startColorstr=#5cb85c, endColorstr=#4cae4c, GradientType=0);
    border: 1px solid #3762bc;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.5);
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
    filter: none;
    background-color: #15a624;
    color: white;
}

.btn-purple {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#de6e81+0,d45f4a+100 */
    background: #e992e0; /* Old browsers */
    background: -moz-linear-gradient(top, #e992e0 0%, #b625ba 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #e992e0 0%,#b625ba 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #e992e0 0%,#b625ba 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e992e0', endColorstr='#b625ba',GradientType=0 ); /* IE6-9 */
    color: white !important;
    background-repeat: repeat-x;
    filter: progid:dximagetransform.microsoft.gradient(startColorstr=#e992e0, endColorstr=#b625ba, GradientType=0);
    border: 1px solid #bc379c !important;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.5);
}

.btn-purple:hover, .btn-purple:active, .btn-purple.active, .btn-purple.disabled, .btn-purple[disabled] {
    filter: none;
    background-color: #9f29b0;
    color: white !important;
}


.btn-fgreen {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#de6e81+0,d45f4a+100 */
    background: #17a2b8; /* Old browsers */
    background: -moz-linear-gradient(top, #17a2b8 0%, #177a97 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #17a2b8 0%,#177a97 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #17a2b8 0%,#177a97 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#17a2b8', endColorstr='#177a97',GradientType=0 ); /* IE6-9 */
    color: white !important;
    background-repeat: repeat-x;
    filter: progid:dximagetransform.microsoft.gradient(startColorstr=#17a2b8, endColorstr=#177a97, GradientType=0);
    border: 1px solid rgba(73,165,191,1) !important;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.5);
}

.btn-fgreen:hover, .btn-fgreen:active, .btn-fgreen.active, .btn-fgreen.disabled, .btn-fgreen[disabled] {
    filter: none;
    background-color: #107787;
    color: white !important;
}

.btn-warning {
    background: linear-gradient(to bottom, #ff813d 0%,#ffb011 100%);
    color: white !important;
    background-repeat: repeat-x;
    border: 1px solid rgb(255 142 0) !important;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.5);
}

    .btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
        filter: none;
        background-color: #ff5e00;
        color: white !important;
    }

.btn-block {
    width: 100%;
}
.confbtn{
    width:48%;
    display:inline-block;
    vertical-align:bottom;
}
.confnotif {
    width: 98%;
    display: inline-block;
    vertical-align: bottom;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
input, select, textarea {
     max-width:unset;
}
html {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.msg {
    color: wheat;
    margin-bottom:5px;
}
body {
    width: 100%;
    height: 100%;
    font-family: 'Open Sans', sans-serif;
    /*background: #092756;
    background: -moz-radial-gradient(0% 100%, ellipse cover, rgba(104,128,138,.4) 10%,rgba(138,114,76,0) 40%),-moz-linear-gradient(top, rgba(57,173,219,.25) 0%, rgba(42,60,87,.4) 100%), -moz-linear-gradient(-45deg, #670d10 0%, #092756 100%);
    background: -webkit-radial-gradient(0% 100%, ellipse cover, rgba(104,128,138,.4) 10%,rgba(138,114,76,0) 40%), -webkit-linear-gradient(top, rgba(57,173,219,.25) 0%,rgba(42,60,87,.4) 100%), -webkit-linear-gradient(-45deg, #670d10 0%,#092756 100%);
    background: -o-radial-gradient(0% 100%, ellipse cover, rgba(104,128,138,.4) 10%,rgba(138,114,76,0) 40%), -o-linear-gradient(top, rgba(57,173,219,.25) 0%,rgba(42,60,87,.4) 100%), -o-linear-gradient(-45deg, #670d10 0%,#092756 100%);
    background: -ms-radial-gradient(0% 100%, ellipse cover, rgba(104,128,138,.4) 10%,rgba(138,114,76,0) 40%), -ms-linear-gradient(top, rgba(57,173,219,.25) 0%,rgba(42,60,87,.4) 100%), -ms-linear-gradient(-45deg, #670d10 0%,#092756 100%);
    background: -webkit-radial-gradient(0% 100%, ellipse cover, rgba(104,128,138,.4) 10%,rgba(138,114,76,0) 40%), linear-gradient(to bottom, rgba(57,173,219,.25) 0%,rgba(42,60,87,.4) 100%), linear-gradient(135deg, #670d10 0%,#092756 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3E1D6D', endColorstr='#092756',GradientType=1 );*/
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(237,237,237,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );
    margin:0;
}

.login {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -200px 0 0 -150px;
    width: 300px;
    height: 335px;
    background: rgba(147,206,222,1);
    background: -moz-linear-gradient(top, rgba(147,206,222,1) 0%, rgba(117,189,209,1) 41%, rgba(73,165,191,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(147,206,222,1)), color-stop(41%, rgba(117,189,209,1)), color-stop(100%, rgba(73,165,191,1)));
    background: -webkit-linear-gradient(top, rgba(147,206,222,1) 0%, rgba(117,189,209,1) 41%, rgba(73,165,191,1) 100%);
    background: -o-linear-gradient(top, rgba(147,206,222,1) 0%, rgba(117,189,209,1) 41%, rgba(73,165,191,1) 100%);
    background: -ms-linear-gradient(top, rgba(147,206,222,1) 0%, rgba(117,189,209,1) 41%, rgba(73,165,191,1) 100%);
    background: linear-gradient(to bottom, rgba(147,206,222,1) 0%, rgba(117,189,209,1) 41%, rgba(73,165,191,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#93cede', endColorstr='#49a5bf', GradientType=0 );
    padding: 21px;
    border-radius: 15px;
    -webkit-box-shadow: 10px 10px 17px -10px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 17px -10px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 17px -10px rgba(0,0,0,0.75);
}

    .login h1 {
        color: #fff;
        text-shadow: 0 0 10px rgb(0 0 0 / 75%);
        letter-spacing: 1px;
        text-align: center;
    }

input,select {
    width: 100%;
    margin-bottom: 10px;
    background: rgb(255 255 255 / 77%);
    border: none;
    outline: none;
    padding: 10px;
    font-size: 13px;
    color: black;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    border: 1px solid rgba(0,0,0,0.3);
    border-radius: 4px;
    box-shadow: inset 0 -5px 45px rgba(100,100,100,0.2), 0 1px 1px rgba(255,255,255,0.2);
    -webkit-transition: box-shadow .5s ease;
    -moz-transition: box-shadow .5s ease;
    -o-transition: box-shadow .5s ease;
    -ms-transition: box-shadow .5s ease;
    transition: box-shadow .5s ease;
}

    input:focus {
        box-shadow: inset 0 -5px 45px rgba(100,100,100,0.4), 0 1px 1px rgba(255,255,255,0.2);
    }
.logo{
    width:100%;
    text-align:center;
    margin-top:-60px;
}
    .logo img {
        width: 80px;
        height: 80px;
        border-radius: 37px;
        background: rgb(255 255 255);
        /*background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(237,237,237,1)));
        background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
        background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
        background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
        background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );*/
    }
.loader {
    position: fixed;
    top: 50%;
    transform: translate(0%, -50%);
    margin: 0px 0 0 7px;
    width: 300px;
    height: 335px;
    background: #fffffff2;
    border-radius: 5px;
    width: 98%;
    height: auto;
    padding-bottom: 50px;
    padding-top: 50px;
    text-align: center;
    border: 1px solid #9da4b3;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    -webkit-box-shadow: 0px 0px 29px -4px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 29px -4px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 29px -4px rgba(0,0,0,0.75);
}
    .loader .spinner {
        margin-top:5px;
        border: 12px solid #f3f3f3;
        border-radius: 50%;
        border-top: 12px solid blue;
        border-right: 12px solid green;
        border-bottom: 12px solid red;
        width: 75px;
        height: 75px;
        -webkit-animation: spin 2s linear infinite;
        animation: spin 2s linear infinite;
        margin:0 auto;
    }

    .loader .loader-t {
        display: table;
        width: 100%;
        height: 100%;
    }

    .loader .loader-td {
        font-size: 19px;
        height: 120px;
        vertical-align: middle;
        display: table-cell;
    }
    .loader .loader-tdiv {
        font-size: 19px;
    }
    .loader .loader-tdiv div {
        margin-top: 10px;
    }
    .loader .confirm-t, .loader .notify-t {
        display: table;
        width: 100%;
        height: 100%;
        margin: 0 auto;
        max-width: 700px;
    }
    .loader .confirm-tdiv, .loader .notify-tdiv {
        font-size: 19px;
        height: 120px;
        vertical-align: middle;
        display: table-cell;
    }
    .loader .confirm-t #confirm-extra {
        max-height: 325px;
        overflow: auto;
    }
    #confirm-text, #notify-text {
        margin-bottom: 20px;
    }
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
.btnsettings {
    direction:ltr;
    float: right;
    border: 3px solid #cdcdcd;
    margin: 2px;
    padding: 0px;
    border-radius: 5px;
    height: 31px;
    margin-top: 10px;
    cursor:pointer;
    background: rgba(235,238,250,1);
    background: -moz-linear-gradient(top, rgba(235,238,250,1) 0%, rgba(209,212,239,1) 50%, rgba(198,204,235,1) 51%, rgba(190,202,234,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(235,238,250,1)), color-stop(50%, rgba(209,212,239,1)), color-stop(51%, rgba(198,204,235,1)), color-stop(100%, rgba(190,202,234,1)));
    background: -webkit-linear-gradient(top, rgba(235,238,250,1) 0%, rgba(209,212,239,1) 50%, rgba(198,204,235,1) 51%, rgba(190,202,234,1) 100%);
    background: -o-linear-gradient(top, rgba(235,238,250,1) 0%, rgba(209,212,239,1) 50%, rgba(198,204,235,1) 51%, rgba(190,202,234,1) 100%);
    background: -ms-linear-gradient(top, rgba(235,238,250,1) 0%, rgba(209,212,239,1) 50%, rgba(198,204,235,1) 51%, rgba(190,202,234,1) 100%);
    background: linear-gradient(to bottom, rgba(235,238,250,1) 0%, rgba(209,212,239,1) 50%, rgba(198,204,235,1) 51%, rgba(190,202,234,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebeefa', endColorstr='#becaea', GradientType=0 );
}
    .btnsettings img {
        width: 25px !important;
        height: 20px !important;
        margin: 0;
        vertical-align: middle !important;
        margin-bottom: 5px !important;
        margin-top: -20px;
        background: transparent !important;
    }
.btnUSSD {
    font-size: 18px;
}
.btnMSV{
    float:left;
}
.titlm {
    position: relative;
    top: -17px;
    font-size: 12px;
}
.title .imenu {
    width: 40px !important;
    height: 40px !important;
}
.ffooter {
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 0px;
    margin-bottom: 35px;
}