﻿@font-face {
    font-family: 'icons_mobiscroll';
src: url('icons/icons_mobiscroll.eot?p4qr6u');
src: url('icons/icons_mobiscroll.eot?#iefixp4qr6u') format('embedded-opentype'),
 url('icons/icons_mobiscroll.ttf?p4qr6u') format('truetype'),
 url('icons/icons_mobiscroll.woff?p4qr6u') format('woff'),
 url('icons/icons_mobiscroll.svg?p4qr6u#icons_mobiscroll') format('svg');

    font-style: normal;
}

.mbsc-ic:before {
    font-family: 'icons_mobiscroll';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Icons */
.mbsc-ic-arrow-down5:before { content: "\f100"; }
.mbsc-ic-arrow-left5:before { content: "\f101"; }
.mbsc-ic-arrow-right5:before { content: "\f102"; }
.mbsc-ic-arrow-up5:before { content: "\f103"; }
.mbsc-ic-download:before { content: "\f104"; }
.mbsc-ic-download2:before { content: "\f105"; }
.mbsc-ic-download3:before { content: "\f106"; }

.mbsc-grid-icon {
    padding: 0 5px;
    color:#000;
    font-size:16px;
    text-decoration:none;
}

html
{
    height:100%;
}
body
{
    height:100%;
    padding: 0;
    margin: 0;
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 12px;
}
body.iframe
{
    background: #ececec;
}
body.account
{
    height:auto;
}
#wrapper 
{
   margin:0 auto;
   max-width:500px;
   text-align:center;
   top:30%;
   position:relative;
   background-color:#f4f4f4;
}

.ui-form .ui-field input.checkbox-field
{
    width: auto;
    display: inline;
    margin-left: 15px;
    margin-right: 6px;
}

.masterBreadcrumbs
{
    background: #000;
    color: #fff;
    font-size: 1.1em;
    font-weight: bold;
    padding: 5px;
    margin: 5px 5px 0px 5px;
    /*display: none;*/
}
.masterBreadcrumbs a
{
    color: #fff;
    text-decoration: none;
}
.masterBreadcrumbs a:hover
{
    text-decoration: underline;
}

#loginHeader .logo
{
    width: 300px;
    height: 70px;
    background: url(./Images/logo.png) no-repeat center center;
    margin:0 auto;
}

#masterHeader 
{
    background: #fff;
    position: relative;
    z-index: 2;
}
#masterHeader .logout
{
    font-size:0.8em;
    position:absolute;
    top:0;
    right:0;
    padding:10px;
}
#masterHeader .logo
{
    width: 300px;
    height: 70px;
    background: url(./Images/logo.png) no-repeat center center;
    position: absolute;
    top: 0;
    left: 11px;
    z-index: 10;
}
#masterHeader .logoBig
{
    width:420px;
    height:145px;
    margin:20px auto;
    background:url(Images/logobig.png) no-repeat center center;
}
#masterHeader .headerTop
{
    height: 35px;
    padding: 65px 20px 0 88px;
    background: #e9e9e9;
    position: relative;
    z-index: 103;
    box-sizing: content-box;
}
#masterHeader .headerBottom
{
    height: 6px;
    background: #003163;
}
#masterWrapper
{
    z-index:1;
}

#masterContent
{
    padding: 5px;
}
.login-cont form
{
    width:300px;
    margin:0 auto;
}
.login-cont .ui-button
{
    float:right;
    margin:0 2px;
}
.btn-cont
{
    padding:20px;
}
.genLogin
{
    width: 260px;
    padding:20px;
    margin:0 auto;
    background:#ECECEC;
    border-top:1px solid #003163;
}
.f-lbl
{
    margin-top:10px;
}
.f-c
{
    /*width:246px;
    padding:6px;
    margin-bottom:10px;
    border:1px solid #AAA;*/
}
.genSignup
{
    width:300px;
    padding:20px;
    margin:0 auto;
    background:#ECECEC;
    border-top:1px solid #003163;
}
/* Menu styles*/
.genMenu 
{
    background: #ececec;
    color: #333;
    line-height: 2em;
    text-shadow: 0 1px 1px #fff;
    min-height:200px;
}
.genMenu table
{
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}
.genMenu th
{
    text-align: left;
    padding: 5px 20px;
    border-bottom: 1px solid #aaa;
}
.genMenu td
{
    vertical-align: top;
    padding: 5px 20px;
    border-top: 1px solid #fff;
}
.genMenu ul
{
    margin: 0 10px;
    padding: 0;
    list-style: none;
}
.genMenu li
{
    margin: 0;
    padding: 0;
    list-style: none;
}
.genMenu li a
{
    color: #333;
    /*display: block;*/
    text-decoration: none;
}
.genMenu li a:hover
{
    text-decoration: underline;
}

/* Login styles */


.field-validation-error
{
    color:Red;
    float:right;
}
.field-validation-error:before
{
    /*content:'*';*/
}

.genLogin .txt
{
    width:246px;
    padding:6px;
    margin-bottom:10px;
    border:1px solid #AAA;
}
.genSignup .txt
{
    width:286px;
    padding:6px;
    margin-bottom:10px;
    border:1px solid #AAA;
}
.genSignup select.txt
{
    width:300px;
}

#menuBottom 
{
    width: 100%;
    height: 4px;
    margin-top: -4px;
    z-index: 2;
    position: absolute;
    left: 0;
    background-image:
        -webkit-gradient(
            linear, left bottom, left top,
            color-stop(0, rgba(219, 219, 219, 100)),
            color-stop(1, rgba(233, 233, 233, 0))
        );
    background-image:
        -moz-linear-gradient(
            center bottom,
            rgba(219, 219, 219, 100) 0%,
            rgba(233, 233, 233, 0) 100%
        );
}
#menu 
{
    height: 35px;
    clear: both;
    text-shadow: #fff 0px 1px 1px;
}
#menu ul
{
    height: 35px;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    float: right;
}
#menu li 
{
    margin: 0 3px;
    padding: 0;
    list-style: none;
    display: block;
    float: left;
}
#menu li a 
{
    padding: 0 15px;
    margin: 5px 0 0 0;
    display: block;
    float: left;
    height: 30px;
    line-height: 30px;
    background: #f4f4f4;
    /*border: 1px solid #555;*/
    border-bottom: 0;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 0.9em;
    color: #888;
    border-radius: 7px 7px 0 0;
    box-shadow: -0px 0px 3px #888;
    -moz-border-radius: 7px 7px 0 0;
    -moz-box-shadow: 0px 0px 3px #888;
    -webkit-border-radius: 7px 7px 0 0;
    -webkit-box-shadow: 0px 0px 3px #888;
}
#menu li:hover a, #menu li:hover a.main
{
    /*background: #ececec;*/
    background: #f9f9f9;
    position: relative;
    z-index: 3;
}
#menu li:hover a.main
{
    height: 30px;
}
#menu li:hover a.active
{
    /*height: 35px;*/
}
#menu li a.active
{
    background: #fff;
    color: #bfbe30;
    position: relative;
    z-index: 3;
    /*margin: 4px 0 0 0;
    height: 31px;
    line-height: 31px;
    font-size: 1.2em;*/
}
#menu li .subnav
{
    display: none;
    background: #ececec;
    border-bottom: 1px solid #555;
    position: absolute;
    top: 101px;
    left: 0;
    width: 100%;
}
#menu li:hover .subnav 
{
    display: block;
}
#menu li .subnav ul 
{
    width: 150px;
    height: auto;
    float: left;
}
#menu li .subnav li
{
    margin: 0;
    float: none;
    line-height: 30px;
}
#menu li .subnav li.title
{
    border-bottom: 1px solid #fff;
    font-weight: bold;
}
#menu li .subnav li.title span
{
    display: block;
    padding: 0 10px;
    border-bottom: 1px solid #aaa;
}
#menu li .subnav li a
{
    border: 0;
    background: transparent;
}
#menu li .subnav li a:hover
{
    text-decoration: underline;
}


.mrg-center
{
    margin:0 auto;
}

.t-userinf
{
    width:100%;
    border:0;
    border-spacing:0;
}
.t-userinf td, .t-userinf td
{
    font-size:1.2em;
    text-align:center;
    vertical-align:middle;
    min-width:70px;
    padding:0;
    height:25px;
}
.t-userinf tr.even
{
    background-color:#e9e9e9;
}
.t-userinf tr.odd
{
    background-color:#fff;
}

/* PADDING */
.content-d  
{
    padding: 1.3em;
    background-color:#f4f4f4;
    border: 1px solid #e4e4e4;
}
.content-d a
{
    display:block;
    padding:3px;
    text-decoration:none;
    color:#545454;
}
.max-w-m { max-width:150px;}
.filter-c
{
    background-color:#fafafa;
    padding:5px;
    border:1px solid #ccc;
}
.filter-h
{
    padding:3px 3px 3px 10px;
    background-color:#f4f4f4;
}
.filter
{
    padding:5px;
    padding-left:20px;
}
.btn
{
    margin:0;
    padding:3px 7px;
    border:1px solid #c5c5c5;
    background-color:#e9e9e9;
    border-radius:3px;
    -webkit-border-radius:3px;
}
.btn:hover
{
    margin:0;
    border:1px solid #9e9e9e;
    background-color:#c5c5c5;
    border-radius:3px;
    -webkit-border-radius:3px;
}


/* Form styles */

.clear 
{
    clear:both;
}
.ui-form-window .rwWindowContent
{
    /*background: #ECECEC !important;*/
}
.ui-form
{
    background: #ECECEC;
    position:relative;
}
.ui-form .ui-form-group
{
    /*margin: 0 -2px;*/
    border-bottom: 1px solid #fff;
}
.ui-form .ui-form-group-inner
{
    padding: 2px;
    border-bottom: 1px solid #b1b1b1;
}
.ui-form .ui-form-group-last
{
    /*margin: 0 -2px;*/
    border-bottom: 0;
    padding-bottom: 50px;
}
.ui-form .ui-form-group-last .ui-form-group-inner
{
    border-bottom: 0;
}
.ui-form .ui-col-left
{
    width: 49.8%;
    float: left;
}
.ui-form .ui-col-right
{
    width: 49.8%;
    float: right;
}
.ui-form .ui-col-3
{
    width: 33.32%;
    float: left;
}
.ui-form .ui-col-23
{
    width:66.64%;
    float:left;
}
.ui-form .ui-col-4
{
    width: 25%;
    float: left;
}
.ui-form .ui-col-8
{
    width: 12%;
    float: left;
}
.ui-form .ui-label
{
    display: block;
    float: left;
    text-shadow:0 1px 1px #F5F5F5;
}
.ui-form .ui-field-req
{
    color: #FF3E17;
}
.ui-form .ui-field, .ui-form .f-c
{
    min-height: 37px;
    margin: 0;
    padding: 4px 10px 4px 4px;
    overflow: hidden;
}
.ui-form .ui-select-field
{
    padding: 4px;
    min-height:0px;
}
.ui-form .ui-checkbox-field
{
    margin: 0;
    padding: 4px;
}
.ui-form .ui-ldd-cont 
{
    position: relative;
}
.ui-form .ui-field-error
{
    margin-right: -6px;
    margin-left: 5px;
    display: block;
    float: right;
    color: #FF3E17 !important; /* To prevent default ASP.NET inline red color */
    font-size: 0.9em;
    /*font-weight: bold;*/
    text-shadow:0 1px 1px #F5F5F5;
}
.ui-form .ui-ldd-field-error
{
    position: absolute;
    top: 5px;
    right: 10px;
}
.ui-form .ui-button-panel
{
    width: 100%;
    position: absolute;
    z-index: 10;
    bottom: 0;
    left: 0;
    background: #e0e0e0;
    border-top: 1px solid #AAA;
}
.ui-form .ui-button-panel.bottom
{
    width: 100%;
    position: fixed;
    z-index: 10;
    bottom: 0;
    left: 0;
    background: #e0e0e0;
    border-top: 1px solid #AAA;
}
.ui-form .ui-button-panel-inner
{
    padding: 4px 8px;
    text-align: right;
}

.ui-form .ui-button-left
{
    padding: 4px 8px;
}

.ui-form .ui-input-div
{
    margin: 2px 0;
    padding: 4px;
    border: 1px solid #AAA;
    background: #fff;
}
.ui-form input.ui-input,.ui-form textarea.ui-input, .f.f-txt, .datetime
{
    width: 100%;
    display: block;
    margin: 0;
    padding: 2px;
    border: 1px solid #AAA;
}
.ui-form .ui-checkbox-field::after {
    content: '';
    display: block;
    clear: both;
}
.ui-form .ui-checkbox {
    float: left;
    margin: 0 4px;
}
.ui-form .ui-input-area
{
    min-height:200px;
}
.ui-form .ui-input-area-smaller
{
    min-height:70px;
}
.ui-form input.ui-input.file
{
    border: 0;
}
.ui-form select.ui-input, .f.f-dd
{
    width: 100%;
    display: block;
    margin: 0;
    padding: 1px 1px 1px 0;
    border: 1px solid #AAA;
}
.ui-form .ui-input .riTextBox 
{
    margin: 0;
    padding: 2px;
    border: 1px solid #AAA;
    font: inherit!important;
}
.ui-form .ui-input .rcCalPopup
{
    margin-left: 10px !important;
}

.ui-form .ui-field .ui-hidden {
    display: none;
}

/* Telerik styles */
a.grid-icon
{
    display:inline-block;
}
.grid-icon
{
    background-image: url(images/icons.png);
    background-repeat:no-repeat;
    
}
.grid-edit-btn
{
    margin:0 5px;
    width:16px;
    height:16px;
    background-position:0px 0px;
}
.grid-delete-btn
{
    margin:0 5px;
    width:16px;
    height:16px;
    background-position:-16px 0px;
}
.grid-details-btn
{
    margin:0 5px;
    width:16px;
    height:16px;
    background-position:-16px -16px;
}
.grid-prices-btn
{
    margin:0 5px;
    width:16px;
    height:16px;
    background: none;
    font-size: 18px;
    color: #555;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
}
.grid-prices-btn:hover {
    color: #C39612;
}

.RadGrid
{
    border: 0 !important;
}
.RadGrid .cmdItem
{
    padding: 5px;
}
.RadGrid a img
{
    margin-right: 2px;
}
.RadGrid .rgMasterTable
{
    border: 1px solid #aaa !important;
}
.RadGrid .rgCommandRow
{
    background-position: 0px -2100px !important;
}
.RadGrid .rgCommandCell
{
    border:0 !important;
}
.RadGrid .rgPagerCell
{
    border:0 !important;
}
.RadGrid .rgGroupPanel 
{
    border:0 !important;
}
.RadUploadProgressArea 
{
    width: auto !important;
    background: transparent !important;
    padding: 0 !important;
}
.RadUploadProgressArea .ruShadow 
{
    background: transparent !important;
    border: 0 !important;
}
.RadUploadProgressArea li.ruProgressHeader 
{
    margin: 0 !important;
}
.RadUploadProgressArea .ruProgress 
{
    border: 1px solid #aaa !important;
    background: transparent !important;
}
.RadUploadProgressArea .ruShadow > div 
{
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
}
.RadUploadProgressArea .ruProgress .ruBar
{
    height: 21px !important;
    border: 1px solid #aaa !important;
}
.RadUploadProgressArea .ruProgress .ruBar div 
{
    height: 21px !important;
    margin: 0 !important;
    border: 0 !important;
    background-image: url(../Images/pbar.gif) !important;
}
.RadUploadProgressAreaStopped .ruProgress .ruBar div 
{
    background-image: url(../Images/pbarn.gif) !important;
}
.RadWindow.Warning .rwIcon
{
    background-image: url(../Images/Icons/Warning.png);
    background-position: 0 0;
}
.RadWindow.FogBugz .rwIcon
{
    background-image: url(../Images/Icons/Bug.png);
    background-position: 0 0;
}
.RadWindow.AddRecord .rwIcon
{
    background-image: url(../Images/Icons/AddRecord.png);
    background-position: 0 0;
}
.RadWindow.Edit .rwIcon
{
    background-image: url(../Images/Icons/Edit.png);
    background-position: 0 0;
}

div.k-window-content 
{
    overflow:hidden!important;
}

/* jQuery UI overrides */
.ui-widget 
{
    font-family: Arial, Verdana, Sans-Serif;
}

.ui-button 
{
    width: 100px;
    margin: 0;
    font-size: 12px;
    line-height: 1.4;
}

.ui-button .ui-button-text {
    line-height: 1.4em;
    padding: 0.4em 1em;
}

.ui-button-flex {
    width: auto;
}

/*button[type=button].ui-button {
    padding: .4em 1em;
}*/

.ui-animated-highlight
{
    background-image: url(Images/ui-animated-highlight.gif);
}
.ui-animated-highlight:hover
{
    color: #fff;
    border: 1px solid #8d8d8d;
}
.ui-progressbar 
{
    position:relative;
    height:21px;
}
.ui-progressbar .ui-progressbar-value 
{
    background-image: url(../Images/pbar.gif);
}
.ui-progressbar-stop .ui-progressbar-value 
{
    background-image: url(../Images/pbarn.gif);
}


/* ui collapsable */

.ui-block-cont
{
    padding-bottom: 5px;
}
.ui-block
{
    border: 1px solid #aaa;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
.ui-block-content 
{
    padding: 5px;
}
.ui-block-header 
{
    padding: 5px;
    background: #aaa;
    font-size: 1.1em;
}
.ui-collapse
{
    background: #eee;
}
.ui-collapse-header
{
    padding: 5px;
    font-size: 1.1em;
    font-weight: normal!important;
    border: 0!important;
    border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
}
a.ui-collapse-toggle, a.ui-collapse-toggle:link
{
    text-decoration: none;
}
a.ui-collapse-toggle .ui-icon
{
    float: left;
    margin-right: 5px;
}
.ui-collapse-title
{
    clear: right;
}
.ui-collapsable
{
    padding: 5px;
}

.fixed-x
{
    position:relative;
}

/* Add/Edit windows */

div.t-window-content.t-content 
{
    padding:0;
    background-color:#ececec;
}
div.k-window-content 
{
    padding: 0!important;
}
.required-field:after
{
    content:'*';
    color:red;
}
.ui-field .field-validation-error
{
    margin-right:-5px;
}

/*.t-grid td.proba
{
    width:50px;
    overflow:hidden;
    text-overflow:clip;
}*/

/* Demo add/edit */

.ui-form textarea.script-area, .tag-area {
    width:60%;
    display:inline-block;
    float:left;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
.tag-area{
    width:40%;
    position:relative;
}

.tag-label-first {
    position: absolute;
    top: 0;
    left: 5px;
}
.readonly-tags, .added-tags {
    width: 100%;
    margin: 15px 0 0 1%;
    padding: 10px;
    min-height: 83px;

    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
.added-tags {
    margin-top: 0;
}
.tag-label{
    padding-left:5px;
}

/* Cache settings */

.cachepart-cont > label, .cachepart-cont > input{
    float:left;
}
.cachepart-cont > input:nth-child(2n+1){
    clear:both;
}
.cachepart-cont {
    padding-left:10px;
}
.success {
    font-size: 16px;
    color: #65815D;
    font-weight: bold;
    text-shadow: none;
    padding-left: 5px;
}

/* Add/edit demo */
.demo-form .demo-tabs .demo-tab {
    padding: 0;
    margin: 0;
    border: 0;
}
.demo-editor-code {
    display: none;
}

.demo-tab .demo-editor { 
    top: 90px;
    right: 0;
    bottom: 35px;
    left: 0;
    position: absolute;
}

.demo-tabs {
    font-size: 12px;
}

.demo-tab .demo-nav-tab {
    top: 43px;
}

.demo-nav-pills {
    background: #fff;
    padding: 5px;
}

.demo-nav-tabs {
    padding: 5px 5px 0 5px;
}

.omit-popup-content {
    padding: 20px;
}
.omit-popup-content:after{
    display:block;
    content: '';
    clear: both;
}

.omit-popup-btn-cont {
    padding-top: 15px;
}

.omit-popup-btn-cont > button {
    float: right;
    margin: 0 10px;
}

.omit-popup-btn-cont > button:first-child {
    margin-right: 0;
}

/* Licenses Management */
.iframe-inner-c {
    height: 100%;
}

.iframe-inner-c > .panel {
    height: 100%;
    margin-bottom: 0;
    border-radius: 0;
}

.license-panel > .panel-heading{
    cursor: pointer;
}

.panel-heading > .caret {
    margin-right: 10px;
}

.license-panel .panel-heading.collapsed .caret {
    border-top: 4px solid transparent;
    border-left: 4px solid;
    border-bottom: 4px solid transparent;
}

.license-resources-list .license-resource-li {
    vertical-align: middle;
    line-height: 1em;
    font-size: 1em;
    margin-bottom: 5px;
}


.license-resources-list .license-resource-li.license-resource-add {
    cursor: pointer;
}

.license-resource-cont {
    padding-right: 7px;
    line-height: 20px;
}

.pay-btn-form {
    display: inline;
}

.pay-btn-form button {
    display: inline;
    border: 0;
    background: transparent;
    color: #337ab7;
    padding: 0;
}
.pay-btn-form button:hover {
    text-decoration: underline;
}

/* Users Grid Page */
.search-cont {
    padding: 10px 0 20px 0;
}

.search-input {
    display: block;
    width: 100%;
    box-sizing: border-box;
    margin-top: 4px;
    border-radius: 3px;
    border: 1px solid #aaa;
    padding: 6px;
}

/* loader */
.loader.mobi-blue {
    position: relative;
    margin: 0px auto;
    width: 40px;
}

.loader.mobi-blue:before {
    content: '';
    display: block;
    padding-top: 100%;
}

.loader.mobi-blue .circular {
    animation: rotatemobi-blue 2s linear infinite;
    height: 100%;
    transform-origin: center center;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.loader.mobi-blue .path {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    animation: dashmobi-blue 1.5s ease-in-out infinite, colormobi-blue 6s ease-in-out infinite;
    stroke-linecap: round;
}

@-webkit-keyframes rotatemobi-blue {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes rotatemobi-blue {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-o-keyframes rotatemobi-blue {
    100% {
        -o-transform: rotate(360deg);
    }
}

@keyframes rotatemobi-blue {
    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes dashmobi-blue {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }

    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px;
    }
}

@-moz-keyframes dashmobi-blue {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }

    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px;
    }
}

@-o-keyframes dashmobi-blue {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }

    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px;
    }
}

@keyframes dashmobi-blue {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }

    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px;
    }
}

@-webkit-keyframes colormobi-blue {
    0% {
        stroke: #011742;
    }

    40% {
        stroke: #011742;
    }

    66% {
        stroke: #011742;
    }

    80%, 90% {
        stroke: #011742;
    }

    100% {
        stroke: #011742;
    }
}

@-moz-keyframes colormobi-blue {
    0% {
        stroke: #011742;
    }

    40% {
        stroke: #011742;
    }

    66% {
        stroke: #011742;
    }

    80%, 90% {
        stroke: #011742;
    }

    100% {
        stroke: #011742;
    }
}

@-o-keyframes colormobi-blue {
    0% {
        stroke: #011742;
    }

    40% {
        stroke: #011742;
    }

    66% {
        stroke: #011742;
    }

    80%, 90% {
        stroke: #011742;
    }

    100% {
        stroke: #011742;
    }
}

@keyframes colormobi-blue {
    0% {
        stroke: #011742;
    }

    40% {
        stroke: #011742;
    }

    66% {
        stroke: #011742;
    }

    80%, 90% {
        stroke: #011742;
    }

    100% {
        stroke: #011742;
    }
}
/* loader end*/

/* Company notes */

.comp-note-cont {
    padding: 10px 4px 4px 10px;
    border: 1px solid #aaa;
    border-radius: 4px;
    margin: 10px 0;
    background: white;
    box-shadow: 1px 1px #ccc;
}

.comp-note-head {
    /* padding-bottom: 10px; */
    font-size: 11px;
    /* font-weight: bold; */
    /* text-decoration: underline; */
    border-bottom: 1px dotted #333;
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.comp-note-note {
    white-space: break-spaces;
}

.comp-note-btns {
    text-align: right;
    margin-top: 10px;
}

/* Invoice related styles */

.single-button-form {
    display: inline-block;
    margin: 10px;
}