﻿@font-face {
    font-family: 'dj';
    src: url('fonts/DejaVuSansCondensed_gdi.eot');
    src: url('fonts/DejaVuSansCondensed_gdi.eot?#iefix') format('embedded-opentype'), url('fonts/DejaVuSansCondensed_gdi.woff') format('woff'), url('fonts/DejaVuSansCondensed_gdi.ttf') format('truetype'), url('fonts/DejaVuSansCondensed_gdi.otf') format('opentype'), url('fonts/DejaVuSansCondensed_gdi.svg#DejaVuSansCondensed-Regular') format('svg');
    font-weight: 200;
    font-style: normal;
    font-stretch: semi-condensed;
    unicode-range: U+0020-10FA;
}


@media print {
    .print-no {
        display: none;
    }
}

.font-dj {
    font-family: dj;
}

body {
    margin: 0;
    /*font-family: dj;*/
    /*background-image: url('../Images/bg.JPG');
    background-repeat: no-repeat;
    background-size: 100% 100%;*/
    background-image: url('../images/loginbg.png');
    background-color: #FFF;
}

.topDiv {
    color: #FFF;
    margin-bottom: 15px;
    height: 92px;
    background-color: #FFF;
    border-color: #78b833 !important;
    border-bottom: solid 3px;
    background-image: url('../images/loginbg.png');
}

.topDivLogo {
    display: block;
    width: 399px;
    height: 100%;
    background-image: url('../images/ndclogo.png');
    background-repeat: no-repeat;
    margin-right: 15px;
    float: right;
    margin-top: 2px;
}

#TopContainer {
    display: block;
    width: 100%;
    height: 55px;
    background-image: url('../Images/topBg.png');
    background-repeat: repeat-x;
}

#BottomContainer {
    display: block;
    width: 100%;
    min-height: 100%;
    position: absolute;
}

.Notifications {
    display: inline-block;
    margin-left: 15px;
}

.NdropDowna {
    background-color: transparent !important;
}

    .NdropDowna i {
        color: #2e8965 !important;
        font-size: 37px !important;
    }

.NotCount {
    background-color: red;
}


#LeftContainer {
    display: inline-block;
    width: 189px;
    position: absolute;
    height: 100%;
    float: left;
    background-color: #f2f2f2;
}

#ContentWrapper {
    min-height: 600px;
    padding-left: 181px;
}

.clearer {
    clear: both;
}

/*redWindow*/
.windowcss iframe html {
    overflow: scroll !important;
    /*overflow-y: scroll !important;
     overflow-x: hidden!important;*/
}

.windowcss {
    position: fixed !important; /* all browsers in standards-compliance mode */
    top: 0 !important;
}

/*Logo Image*/
.LogoImage {
    width: 235px;
}

.navbar {
    margin-bottom: 0 !important;
}

.navbarSplitter {
    background-color: #78b833 !important;
    display: block;
    width: 100%;
    height: 3px;
    margin-bottom: 5px !important;
}

.topText {
    color: #FFF;
    font-size: 31px;
    font-family: calibri;
    text-align: center;
    width: 100%;
    display: block;
    padding-top: 11px;
    text-transform: uppercase;
}
/* MenuStyleOverride */
.MainMenu {
    margin-top: 6px;
    font-family: dj !important;
    font-size: 15px;
    border: 0 !important;
    position: relative;
    top: 14px;
}

    .MainMenu ul {
        box-shadow: none !important;
    }

    .MainMenu .rmItem {
        width: 172px !important;
        border: 0 !important;
    }

    .MainMenu .rmLink:hover {
        background: none !important;
        background-color: #78b833 !important;
        color: #FFF !important;
        width: 160px !important;
    }

    .MainMenu .rmLink .rmClicked {
        background: none !important;
        background-color: #78b833 !important;
        font-weight: bold;
        color: #ffffff !important;
    }

    .MainMenu .rmFocused {
        background: none !important;
        background-color: #78b833 !important;
        color: #ffffff !important;
    }

    .MainMenu .rmClicked {
        background: none !important;
        background-color: #78b833 !important;
        color: #ffffff !important;
    }

    .MainMenu .rmLink {
        padding-left: 5px !important;
        height: 27px !important;
        padding-top: 5px !important;
    }

    .MainMenu .rmRootGroup {
        border: 0 !important;
    }

    .MainMenu .rmItem .rmRootLink {
        width: 100% !important;
    }

    .MainMenu .rmItem:hover {
        background: none !important;
        background-color: #78b833 !important;
        color: #ffffff !important;
    }

    .MainMenu .rmText {
        width: 80%;
        padding: 0 !important;
        font-family: dj !important;
        font-size: 15px;
    }

        .MainMenu .rmText:hover {
            background: none !important;
            background-color: #78b833 !important;
            color: #ffffff !important;
        }

        .MainMenu .rmText .rmClicked {
            background: none !important;
            background-color: #78b833 !important;
            font-weight: bold;
            color: #ffffff !important;
        }

/*MaincContentPlaceHolder*/
#MaincContentPlaceHolder {
    width: 80%;
}
/*Login Page*/
.LoginContainer {
    text-align: center;
    width: 300px;
    top: 180px;
    position: absolute;
    left: 50%;
    margin-left: -150px;
    /*background-color: #000;*/
    /*color: #c00;*/
    border-color: #cbcbcb !important;
    border: solid 1px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    font-family: dj !important;
}

    .LoginContainer .rfdSkinnedButton {
        position: relative;
        right: 27px;
    }

        .LoginContainer .rfdSkinnedButton .rfdDecorated {
            font-family: dj !important;
        }

    .LoginContainer label {
        font-family: dj !important;
    }



.LoginBody {
    background-image: url('../images/loginbg.png');
}

.LoginHeader {
    width: 100%;
    height: 95px;
    margin-top: 10px;
    border-color: #78b833 !important;
    border-bottom: solid 3px;
}

.LoginLogo {
    display: block;
    width: 399px;
    height: 100%;
    background-image: url('../images/ndclogo.png');
    background-repeat: no-repeat;
    margin-left: 15px;
}

.RememberMechkbox {
    display: none;
}

.LoginPageLogo {
    width: 278px;
    background-image: url('../Images/topBg.png');
    background-repeat: repeat-x;
}

    .LoginPageLogo img {
        width: 147px;
    }

.LoginImage {
    width: 100%;
    display: block;
    float: left;
    margin-left: 3px;
    margin-top: 2px;
}

.LoginStatus {
    float: left;
    width: 100%;
    border-color: #78b833 !important;
    border-bottom: solid 3px;
    height: 92px;
}


.loginStatusName {
    color: #336B90;
    display: block;
    float: left;
    font-weight: 500;
    width: 120px;
    margin-left: 5px;
}

.loginMenuMenuContainer {
    width: 32px;
    height: 24px;
    float: left;
    margin-top: 15px;
    margin-left: 6px;
    position: relative;
    border: solid 1px;
    z-index: 9;
}

    .loginMenuMenuContainer:hover {
        background-color: #e9e9e9;
        border: solid 1px;
        border-color: #336B90;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
    }

        .loginMenuMenuContainer:hover .UserMenu {
            display: block;
        }

.loginMenu {
}

.loginMenuImage {
    width: 16px;
    margin-left: 8px;
    margin-top: 7px;
}

.UserMenu {
    position: absolute;
    width: 202px;
    display: none;
    border: solid 1px;
    left: -171px;
    top: 25px;
    border-color: #336B90;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #e9e9e9;
}

.UserImage {
    padding-top: 2px !important;
    padding-left: 7px !important;
    text-align: left !important;
}

.UserMenu .UserMenuLinks {
    float: right;
    width: 189px;
}

.ParamsButton {
    margin-top: 5px;
    margin-left: 5px;
    display: block;
    height: 28px;
    border: none !important;
    background-color: transparent !important;
    border-radius: 3px;
    -moz-border-radius: 3px;
}

    .ParamsButton .ParamsIcon {
        width: 30px;
        height: 30px;
    }

.UserMenuLinks .ParamsButton:hover {
    background-color: transparent !important;
}

.UserMenu .rbText {
    text-indent: 9px;
    margin-top: 5px;
    font-family: dj;
    font-size: 14px;
}



.LogoutButton:hover {
    background-color: #ffffff !important;
}

.LogoutButton {
    margin-top: 5px;
    margin-left: 5px;
    display: block;
    height: 28px;
    border: none !important;
    background-color: transparent !important;
    border-radius: 3px;
    -moz-border-radius: 3px;
}

    .LogoutButton .LogoutIcon {
        width: 30px;
        height: 30px;
    }

.rightUserMenuStyle {
    width: 98%;
    background-color: #e9e9e9 !important;
}

    .rightUserMenuStyle ul {
        background-color: #e9e9e9 !important;
        border: none !important;
    }

    .rightUserMenuStyle .rmText {
        padding: 0 14px 1px 0 !important;
    }
/*Common*/
.SubmitButton {
    background-color: #e31e24 !important;
    color: white !important;
    font-family: dj !important;
    border-radius: 5px;
    -moz-border-radius: 5px;
}

.CloseFormButton {
    background-color: #006400 !important;
    color: white !important;
    font-family: dj !important;
    float: right;
    margin-right: 20px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    border: 0;
    height: 34px;
    line-height: 20px;
    width: 78px;
    font-size: 16px;
}


.SubmitButtonWithSend {
    background-color: #006400 !important;
    color: white !important;
    font-family: dj !important;
}

    .SubmitButtonWithSend input {
        color: white !important;
    }

.SubmitButton input {
    color: white !important;
    font-family: dj !important;
    font-size: 17px !important;
}
/* UserItemsEditMenu */
.UserItemsPopupEditor {
    color: #000b1a !important;
    font-family: dj;
}

.UsersGrid .rgDataDiv {
    height: auto !important;
}


.UserItemsPopupEditor label {
    margin-left: 5px !important;
}

.UserItemsPopupEditor input {
    /*color: #cc0000!important;
    margin-left: 5px!important;
    height: 25px!important;
    margin-top: 3px!important;
    float: right!important;*/
}

.CustumCommandItem {
    padding: 5px;
    background-color: #EFF3F8;
    border-color: grey!important;
    border-top: solid 1px;
    border-bottom: none;
    min-height: 28px;
}
.CustumCommandItem a:hover {
    /*text-decoration: underline;*/
}

.EditorHeader {
    color: #FFF;
    background-color: #e31e24;
    height: 40px;
    padding-left: 24px;
    padding-top: 15px;
    margin-left: 22px;
    margin-right: 22px;
    border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    border-bottom: solid 1px;
    border-bottom-color: #78b833;
}

    .EditorHeader img {
        float: right;
        position: relative;
        right: 11px;
        top: -11px;
    }

.content {
    margin-left: 22px;
    margin-right: 22px;
    border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    border: solid 1px;
    border-color: #a0a0a0;
    padding-bottom: 5px;
    background-color: #f7f7f7;
    padding-left: 21px;
    padding-top: 21px;
    font-family: dj !important;
    padding-bottom: 22px;
    border-top: 0;
}

.footerButtons {
    margin-top: 15px;
}


.RadgridItem, .rgRow, .rgAltRow {
    height: 30px !important;
}

/*კლიენტების ფორმა*/

.ClientsTable {
    border: 0 !important;
    margin-right: 20px;
    height: auto !important;
}

    .ClientsTable .rgDataDiv {
        height: auto !important;
    }

.ClientsFilterHeader {
    margin-bottom: 14px;
}

    .ClientsFilterHeader .FilterIdentificationNumber, .FilterName, .FilterPhone {
        display: inline;
    }

    .ClientsFilterHeader .FilterButtonSearch {
        display: inline;
        margin-top: 5px;
        margin-left: 5px;
    }

.ClientsTable .rgFilterRow td {
    border: 0 !important;
}

.RsFind {
    position: relative;
    top: 10px;
}

.FindContracts {
    float: right;
}

.ContractsList {
    margin-top: 3px;
}

.viewContacts {
    text-decoration: none;
    color: #000;
}



/*invoice*/
.InvoicesFilterTable {
    width: 100%;
}

.InvoiceName {
}

.EmailTextbox {
    margin-right: 0 !important;
}

.InvoiceMailAdd {
    position: relative !important;
    left: -5px !important;
    top: 3px !important;
}

    .InvoiceMailAdd .rbImageButton {
        position: relative;
        left: -5px !important;
        top: 3px;
    }

.MailList .rlbItem {
    float: left;
    width: auto !important;
}

.MailList .rlbGroup {
    float: left;
}

.InvoicesFilterTable .rlbGroup {
    border-color: #eaeaea !important;
    border-radius: 5px;
    -moz-border-radius: 5px;
}

.InoiceFilterTd {
    text-align: right;
}


.InvoiceFilterControl {
    float: right;
    margin-right: 17px;
}

    .InvoiceFilterControl .rlbImage {
        height: 20px;
    }


    .InvoiceFilterControl .rlbList li {
        display: inline-block !important;
        min-height: 28px;
        padding-top: 6px !important;
        min-width: 66px;
        text-align: center;
        cursor: pointer;
        border-right: solid 1px;
        border-color: #eaeaea;
    }

    .InvoiceFilterControl .rlbSelected {
        border: none !important;
        color: #ffffff !important;
    }

.InvoiceCreateLabels {
    width: 126px !important;
    display: inline-block;
    padding-right: 0 !important;
    font-family: dj !important;
    color: #666 !important;
}

.LabelMailFormat {
    display: inline-block;
    position: relative;
    top: 5px;
    left: 14px;
    height: 26px;
}


.TableStle {
    width: 100%;
}

/*.TableStle td{
    border: solid 1px;
}*/
.td1 {
    width: 33%;
}

.Td2 {
}

.Td3 {
    width: 33%;
}

.InvoicesGrid {
    margin-right: 20px;
}

    .InvoicesGrid .rgDataDiv, .InvoiceLinesGrid .rgDataDiv {
        height: auto !important;
    }

.rgFilterBox {
    width: 70% !important;
}

.InvoiceLinesGrid #ctl00_MaincContentPlaceHolder_RadGrid1_ctl00_ctl04_CancelButton, .InvoiceLinesGrid #ctl00_MaincContentPlaceHolder_RadGrid1_ctl00_ctl02_ctl02_CancelButton {
    background-color: #903333 !important;
}

.InvoiceEditButton input {
    background-color: #336B90 !important;
    color: white !important;
    width: 82px !important;
}




/*UserProfilePage*/
.ProfileContainerTable {
    width: 500px;
}

.TopImageDiv {
    text-align: left;
    vertical-align: top;
}

.HeaderTD {
    text-align: center;
}

.CancelButtonProfile {
    display: none;
}

/* მთავარი გვერდი */
.MainpageTable {
    width: 800px;
}

.MainPageFirstTD {
    width: 50%;
}

.MainPageOneBlock {
    width: 100%;
    height: 101px;
    border: solid 1px;
    border-color: #cbcbcb;
    border-radius: 3px;
    -moz-border-radius: 3px;
}

.MianPageBlockLeft {
    width: 30%;
    height: 101px;
    display: inline-block;
    background-color: #37bc9b;
    float: left;
}

.MianPageBlockRight {
    width: 70%;
    height: 101px;
    display: inline-block;
    background-color: #ffffff;
    float: left;
}

.LabelDate {
    color: #ffffff;
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 26px;
}

.LabelMonthName {
    color: #ffffff;
    width: 100%;
    display: block;
    text-align: center;
}

.LabelInvoicesUp {
    width: 100%;
    text-align: center;
    display: block;
    margin-top: 25px;
    color: #7f7f7f;
    font-size: 30px;
    font-family: dj;
}

.LabelDayName {
    width: 100%;
    text-align: center;
    display: block;
    margin-top: 26px;
    color: #7f7f7f;
}

.LabelTime {
    width: 100%;
    text-align: center;
    display: block;
    margin-top: 6px;
    color: #7f7f7f;
}


.CurrencyBlockLeft {
    width: 30%;
    height: 101px;
    display: inline-block;
    background-color: #4b72a5;
    float: left;
}

.CurrencyFirstLabel {
    color: #ffffff;
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 15px;
}

.CurrencyImageContainer {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 5px;
}

.LabeCurrencyImage {
    height: 50px;
}

.IncomePageBlockLeft {
    width: 30%;
    height: 101px;
    display: inline-block;
    background-color: #ec2121;
    float: left;
}

.InvoicesPageBlockLeft {
    width: 30%;
    height: 101px;
    display: inline-block;
    background-color: #7f7f7f;
    float: left;
}

.InvoicesFirstLabel {
    color: #ffffff;
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 10px;
}

.InvoicesImageContainer {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 5px;
}

.InvoicesRocketImage {
    height: 40px;
}

/*supplier*/
.ComboCityLabel {
    width: 177px;
    font-family: dj !important;
    color: #666;
    margin-right: 0 !important;
    padding-right: 0 !important;
}
/*incomes*/
.BankPlainDataGrid {
    font-family: dj !important;
}

    .BankPlainDataGrid .rgDataDiv {
        height: auto !important;
    }

.debitAddLabel {
    display: block;
    height: 38px;
}
/* debitCreditsPage */
.debitCreditsComment {
    margin-top: 5px;
    width: 446px !important;
}

.debitCreditsCommentLabel {
    width: 84px !important;
    font-family: dj;
    font-size: 16px;
}
/*RolesPage*/
.PageTypeRoleLeft {
    text-align: left;
    vertical-align: top;
    width: 150px;
}

.PageTypeRoleRight {
    text-align: left;
    vertical-align: top;
}

.ComboRolesLabel {
    font-family: dj;
}

/*რეპორტები*/
.ReportsChartDiv {
    display: inline-block !important;
}

.ReportsMoneyDynamic {
    display: inline-block !important;
    margin-left: 15px;
    margin-right: 15px;
    text-align: center;
}


/* */
.dropdown-toggle:active .submenu {
    /*display: block!important;
    -webkit-transition-duration: 1s; 
    transition-duration: 1s;
    -webkit-transition-property: display; 
    transition-property: display;*/
}

.IconSelector:hover {
    background-color: #e9e9e9 !important;
}

.rcbItem:hover {
    background-color: #e9e9e9 !important;
}

.RadGrid_Default .rgMasterTable .rgSelectedCell, .RadGrid_Default .rgSelectedRow {
    background: #23768E !important;
}

.btn-lbl-header {
    width: 100%;
    height: 24px;
    display: block;
}

.btn-nopadding {
    padding: 0 !important;
    padding-right: 2px !important;
    padding-left: 2px !important;
}

    .btn-nopadding span {
        font-size: 35px !important;
    }

.RequiredStar {
    color: red;
}
