﻿div.https {
    font-size: 13px;
    font-weight: 600;
    color: red;
    padding-left: 10px;
    cursor: default;
}

.main-fg-color {
    color: #ffffff;
}

.main-fg-color-i {
    color: #ffffff !important;
}

.navbar .navbar-nav > li > a {
    font-size: 16px;
    font-weight: 500;
}

.navbar-brand {
    padding-top: 6px !important;
}
/* Start Front Page */
div#front-page-container {
    text-align: center;
}

    div#front-page-container > a {
        width: 150px;
        height: 150px;
        margin-left: 5px;
        margin-right: 5px;
        
    }


        a.atile-text {
            padding: 0px;
        }

        div#front-page-container > a span.tile-text {
            position: absolute;
            left: 8px;
            bottom: 8px;
        }

        div#front-page-container > a div.dtile-text {
            margin-top: 5px;
        }

        div#front-page-container > a div.dtile-icon {
            margin-top: 10px;
        }

        div#front-page-container > a span.glyphicon {
            font-size: 65px;
            margin-top: 30px;
        }

        div#front-page-container > a i.material-icons {
            font-size: 65px;
            margin-top: 30px;
        }
/* End Front Page */
@media (min-width: 992px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: -25px;
    }
}

div.user-profile {
    background-color: transparent;
}

@media (max-width: 991px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: -25px;
    }
}

@media (max-width: 768px) {
    div.user-profile {
        background-color: #fff;
    }

    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: -10px;
    }
}

@media (max-width: 1199px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-top: -5px;
    }
}

.material-icons-button {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    border: none;
    background: none;
    padding: 0;
}

span.grid-button {
    font-size: 18px;
    cursor: pointer;
    -moz-transform: rotate(0.1deg);
    -ms-transform: rotate(0.1deg);
    -o-transform: rotate(0.1deg);
    -webkit-transform: rotate(0.1deg);
    transform: rotate(0.1deg);
}

span.menu-button {
    -moz-transform: rotate(0.1deg);
    -ms-transform: rotate(0.1deg);
    -o-transform: rotate(0.1deg);
    -webkit-transform: rotate(0.1deg);
    transform: rotate(0.1deg);
    margin-right: 5px;
}

.RadGrid .dropdown-menu > li > a {
    padding-left: 10px;
    padding-top: 5px;
}

a.glyphicon-button span.glyphicon {
    color: rgb(69, 90, 100);
    font-size: 18px;
}

a.aspNetDisabled {
    color: gray !important;
}

ul.dropdown-menu a:not([href]) {
    color: gray !important;
}

.glyphicon-none::before {
    content: "\00a0";
}

.form-group.label-floating.is-empty label.control-label {
    color: #aaa !important;
}
/*Focused and unfocused label*/
/*Telerik Cusotm*/
.RadGrid_Material .rgPagerCell .rgNumPart a:not(.rgCurrentPage):hover:before {
    top: 4px !important;
}

.fabcontainer {
    margin: 1em;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 1;
}

    .fabcontainer:hover .fabbuttons:not(:last-of-type) {
        width: 40px;
        height: 40px;
        margin: 15px auto 0;
        -ms-opacity: 1;
        opacity: 1;
    }

    .fabcontainer:hover .rotate {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }

        .fabcontainer:hover .rotate::after {
            content: "\e260";
            position: absolute;
            left: 19px;
            top: 16px;
            font-size: 1.2em;
            color: #ffffff;
            font-family: 'Glyphicons Halflings';
        }

.fabbuttons {
    display: block;
    width: 35px;
    height: 35px;
    margin: 20px auto 0;
    text-decoration: none;
    position: relative;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 5px 11px -2px #000000, 0 4px 12px -7px #000000;
    -webkit-box-shadow: 0 5px 11px -2px rgba(0, 0, 0, 0.18), 0 4px 12px -7px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 5px 11px -2px rgba(0, 0, 0, 0.18), 0 4px 12px -7px rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 11px -2px #000000, 0 4px 12px -7px #000000;
    box-shadow: 0 5px 11px -2px rgba(0, 0, 0, 0.18), 0 4px 12px -7px rgba(0, 0, 0, 0.15);
    -ms-opacity: 0;
    opacity: 0;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

    .fabbuttons:nth-last-of-type(2) {
        -webkit-transition-delay: 20ms;
        -moz-transition-delay: 20ms;
        -ms-transition-delay: 20ms;
        -o-transition-delay: 20ms;
        transition-delay: 20ms;
    }

    .fabbuttons:nth-last-of-type(3) {
        -webkit-transition-delay: 40ms;
        -moz-transition-delay: 40ms;
        -ms-transition-delay: 40ms;
        -o-transition-delay: 40ms;
        transition-delay: 40ms;
    }

.buttons:nth-last-of-type(4) {
    -webkit-transition-delay: 60ms;
    -moz-transition-delay: 60ms;
    -ms-transition-delay: 60ms;
    -o-transition-delay: 60ms;
    transition-delay: 60ms;
}

.fabbuttons:nth-last-of-type(1) {
    width: 56px;
    height: 56px;
    -ms-opacity: 1;
    opacity: 1;
}

.print.fabbuttons:nth-last-of-type(2)::after {
    content: "\e045";
    position: absolute;
    left: 12px;
    top: 7px;
    font-size: 1.2em;
    color: #ffffff;
    font-family: 'Glyphicons Halflings';
}

.adduser.fabbuttons:nth-last-of-type(2)::after {
    content: "\e008";
    position: absolute;
    left: 12px;
    top: 7px;
    font-size: 1.2em;
    color: #ffffff;
    font-family: 'Glyphicons Halflings';
}

.notificationsetting.fabbuttons:nth-last-of-type(2)::after {
    content: "\e123";
    position: absolute;
    left: 12px;
    top: 7px;
    font-size: 1.2em;
    color: #ffffff;
    font-family: 'Glyphicons Halflings';
}

.editaccount.fabbuttons:nth-last-of-type(2)::after {
    content: "\e065";
    position: absolute;
    left: 12px;
    top: 7px;
    font-size: 1.2em;
    color: #ffffff;
    font-family: 'Glyphicons Halflings';
}

.export.fabbuttons:nth-last-of-type(3)::after {
    content: "\e170";
    position: absolute;
    left: 12px;
    top: 7px;
    font-size: 1.2em;
    color: #ffffff;
    font-family: 'Glyphicons Halflings';
}

.importuser.fabbuttons:nth-last-of-type(3)::after {
    content: "\e095";
    position: absolute;
    left: 12px;
    top: 7px;
    font-size: 1.2em;
    color: #ffffff;
    font-family: 'Glyphicons Halflings';
}

.mapping.fabbuttons:nth-last-of-type(3)::after {
    content: "\e144";
    position: absolute;
    left: 12px;
    top: 7px;
    font-size: 1.2em;
    color: #ffffff;
    font-family: 'Glyphicons Halflings';
}

.changepassword.fabbuttons:nth-last-of-type(3)::after {
    content: "\e033";
    position: absolute;
    left: 12px;
    top: 7px;
    font-size: 1.2em;
    color: #ffffff;
    font-family: 'Glyphicons Halflings';
}

.location.fabbuttons:nth-last-of-type(4)::after {
    content: "\e062";
    position: absolute;
    left: 12px;
    top: 7px;
    font-size: 1.2em;
    color: #ffffff;
    font-family: 'Glyphicons Halflings';
}

.fabbuttons:hover {
    box-shadow: 0 0 4px #000000, 0 4px 8px #000000;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
}

span.fabspan {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

span.rotate::after {
    content: "\e258";
    position: absolute;
    left: 19px;
    top: 16px;
    font-size: 1.2em;
    color: #ffffff;
    font-family: 'Glyphicons Halflings';
}

[customtooltip]:before {
    content: attr(customtooltip);
    background: #585858;
    padding: 5px 7px;
    margin-right: 10px;
    border-radius: 2px;
    color: #FFF;
    font: 500 12px Roboto;
    white-space: nowrap;
    position: absolute;
    bottom: 20%;
    right: 100%;
    visibility: hidden;
    opacity: 0;
    transition: .3s;
}

[customtooltip]:hover:before {
    visibility: visible;
    opacity: 1;
}
/*Style of mapping page*/
.wellextended {
    padding-top: 0;
    padding-left: 15px;
    padding-right: 15px;
}

.bottomRight {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.rowextendedTab {
    background-color: whitesmoke;
}

.mapping-container .RadTabStrip {
    background-color: whitesmoke;
}

    .mapping-container .RadTabStrip .rtsLevel1 {
        border: none;
    }

    .mapping-container .RadTabStrip .tab {
        background-color: whitesmoke;
        height: 50px;
        text-align: center;
        vertical-align: middle;
    }

        .mapping-container .RadTabStrip .tab.hoveredTab {
            background-color: #eee;
        }

            .mapping-container .RadTabStrip .tab.hoveredTab.selectedTab {
                background-color: #e6e4e4;
            }

        .mapping-container .RadTabStrip .tab .rtsLink {
            border: none;
            padding: 12px 0 0 0;
        }
/*--------*/
/*style of wrong image format in update image*/
.uploadimage .ruInputs .ruError {
    padding: 5px 0;
    margin: 10px 0;
    border: 1px solid #ef0000;
    background: #f9e8e8;
}

.uploadimage .ruError .ruFileWrap {
    height: auto;
    overflow: visible !important;
    display: block;
}

.uploadimage .ruError .ruUploadProgress {
    display: block;
}

.uploadimage .ruError .ruUploadFailure {
    background-position: 2px 80%;
}

.uploadimage .ruError .ruErrorMessage {
    display: block;
    font-variant: small-caps;
    text-transform: lowercase;
    margin-left: 5px;
}

.uploadimage .ruError .ruErrorMessage {
    color: #ef0000;
    font-variant: small-caps;
    text-transform: lowercase;
    padding-bottom: 0;
}
/*--------------------------------------------*/
/*style of image link on load in update users*/
.RadUploadCustom .ruInputsCustom {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.RadUploadCustom .ruFileLICustom {
    margin-bottom: 4px;
}

.RadUploadCustom .ruUploadSuccess .radIconCustom::before {
    background-color: #cfe461;
    box-shadow: -0.142857em -0.142857em 0.142857em #669021 inset;
}

.RadUploadCustom .radIconCustom::before {
    border-radius: 5px;
    content: "";
    display: block;
    height: 9px;
    left: 4px;
    position: absolute;
    top: 2px;
    width: 9px;
}

.RadUploadCustom .radIconCustom {
    background-repeat: no-repeat;
    display: inline-block;
    height: 16px;
    margin-right: 3px;
    position: relative;
    vertical-align: middle;
    width: 16px;
}

.RadUploadCustom .ruFileLICustom .ruButtonCustom.ruRemoveCustom::before {
    color: #fb4202;
    content: "✕";
    display: inline-block;
    margin-right: 3px;
    text-decoration: none;
    width: 0.714286em;
}

.RadUploadCustom_Material .ruFileLICustom .ruButtonCustom {
    color: #8bc34a;
}

.RadUploadCustom .ruFileLICustom .ruButtonCustom {
    cursor: pointer;
    font-size: 0.714286em;
    margin-left: 4px;
    vertical-align: middle;
}
/*---------*/
/* Telerik */
.RadGrid_Material .rgRow > td, .RadGrid_Material .rgAltRow > td, .RadGrid_Material .rgFilterRow > td, .RadGrid_Material th.rgHeader {
    border-left-color: rgb(200, 200, 200) !important;
    border-left-width: 1px !important;
    border-left-style: solid !important;
}

.RadGrid_Material .rgFilterBox:active, .RadGrid_Material .rgFilterBox:focus {
    border-color: #e9790a !important;
    box-shadow: 0 -1px 0 #e9790a inset !important;
}

.RadGrid_Material .rgPagerCell .rgNumPart a.rgCurrentPage {
    border-color: #e9790a !important;
    color: #e9790a !important;
}
/*Ten Menu*/
#tenMenu {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    width: 50px;
    z-index: 1029;
    /*background-color: #eee;
    */
    background-color: #ffffff;
    overflow: hidden;
    box-shadow: 0 0 4px #000000, 0 4px 8px #000000;
    box-shadow: 0 0 4px rgba(0, 0, 0, .14), 0 4px 8px rgba(0, 0, 0, .28);
}

    #tenMenu a {
        display: block;
        height: 48px;
        padding-left: 17px;
        padding-top: 14px;
        text-decoration: none !important;
        white-space: nowrap;
        font-size: 16px;
        clear: both;
        font-weight: 400;
        line-height: 1.42857143;
        color: #333;
        white-space: nowrap;
    }

#tenMenuI {
    -webkit-transition: -webkit-transform 300ms linear;
    -moz-transition: -moz-transform 300ms linear;
    -o-transition: -o-transform 300ms linear;
    transition: transform 300ms linear;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

#tenMenuIcon {
    display: block;
    padding-top: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 10px;
    margin-left: -10px;
    color: white !important;
    font-size: 18px;
}

#tenMenu a[data-toggle="collapse"] {
    font-weight: 600 !important;
}

#tenMenu nav ul li a span, #tenMenu #bottomContainer ul li a span {
    margin-right: 18px;
}

#tenMenu nav ul li ul li a {
    margin-left: 18px;
    font-size: 14px;
}

#tenMenu > nav > ul {
    margin-top: 70px;
}

#tenMenu #bottomContainer {
    position: absolute;
    bottom: 0px;
    width: 220px;
    padding-bottom: 20px;
    background-color: white;
}

#tenMenu #lnkLogoutMenu {
    background-color: white;
}

    #tenMenu #lnkLogoutMenu:hover {
        background-color: #eee;
    }

.navbar-collapse.collapse, .navbar-header {
    height: 60px !important;
}
/*Ten Menu*/
.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
    margin-right: 0;
    margin-left: 0;
}

.navbar-header.novocustom {
    float: left !important;
}

div.container-fluid.novo-custom {
    background-repeat: no-repeat;
    background-position: center;
}

@media (max-width: 767px) {
    div.container-fluid.novo-custom ul.nav.navbar-nav.navbar-right {
        float: right !important;
    }

    ul#menu-user-profile {
        position: fixed !important;
        right: 0 !important;
        top: 66px !important;
        background-color: white !important;
        z-index: 1000 !important;
    }

        ul#menu-user-profile a.btn-custom {
            color: #333;
            background-color: white;
        }
}

.btn.btn-danger.btn-fab:hover, .btn.btn-danger.btn-fab:focus {
    background-color: #f44336 !important;
}

.rgHeaderDiv .RadPicker .RadInput.RadInput_Material, .rgFilterRow .RadPicker .RadInput.RadInput_Material {
    height: 22px !important;
}

.rcSelect a.rcCalPopup {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 40px !important;
}

.rgHeaderDiv .rcSelect a.rcCalPopup {
    width: 26px !important;
}

.rgHeaderDiv .RadPicker_Material .RadInput:before, .rgFilterRow .RadPicker_Material .RadInput:before {
    border: none !important;
}
/*.RadCalendar.RadCalendar_Material {
     width:300px !important;
}
*/
/*.RadCalendar_Material .rcRow a, .RadCalendar_Material .rcRow span {
     width:34px !important;
}
*/
a.t-ripple-effect-icon.t-ripple-center span.t-ripple-container span.t-ripple {
    display: none !important;
}

.rgFilterRow .RadComboBox.RadComboBox_Material span input {
    border: none !important;
}

.RadGrid_Material .rgEditForm label {
    font-size: 14px !important;
}

.ruButton.ruBrowse {
    height: 32px !important;
}

.rgWrap.rgNumPart a {
    width: 34px !important;
}

th.rgHeader {
    font-weight: normal !important;
}

.CommandColumn {
    padding-left: 7px !important;
    padding-right: 7px !important;
    text-align: center !important;
}

.NotifierCommandColumn {
    padding-left: 11px !important;
}

a.aspNetDisabled > span {
    color: gray !important;
}

.RadListBox {
    min-width: 1.66666667em !important;
    word-wrap: break-word !important;
    white-space: normal !important;
}

.RadWindow_Material .rwTitleBar .rwTitleWrapper {
    height: 43px;
}

.dotted {
    border: 1px dotted #e5e5e5;
    border-style: none none dotted;
    color: #fff;
    background-color: #fff;
}