
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video
{
    border: 0 none;
    font-family: inherit;
    font-feature-settings: inherit;
    font-kerning: inherit;
    font-language-override: inherit;
    font-size: 100%;
    font-size-adjust: inherit;
    font-stretch: inherit;
    font-style: inherit;
    font-synthesis: inherit;
    font-variant: inherit;
    font-weight: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
ol, ul {
    list-style: outside none none;
}
blockquote, q {
    quotes: none;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden], template {
    display: none;
}
script {
    display: none !important;
}
/*html {
  
    font-family: sans-serif;
}*/
html.ran-touchevents
{
    -webkit-user-select: none;
       -moz-user-select: none;
    
}
:focus, a, a:active, a:focus, a:hover, button, button:focus {
    outline: 0 none;
}
a {
}
a[href]:hover {
    cursor: pointer;
}
a,button, body *:focus,a:focus,button:focus,a:active,a:hover {
    outline: 0 none;
}
b, strong {
    font-weight: 700;
}
dfn {
    font-style: italic;
}
hr {
    box-sizing: content-box;
    height: 0;
}
code, kbd, pre, samp {
    font-family: 'futurastd-book',serif;
    font-size: 1em;
}
pre {
    white-space: pre-wrap;
}
q {
    quotes: "“" "”" "‘" "’";
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
/*fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}*/
button, input, select, textarea {
    background-image: none;
    margin: 0;
    outline-offset: 0;
    outline-style: none;
    outline-width: 0;
}
button, select {
    text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
}
button[ran-select], html input[disabled] {
    cursor: default;
}
input[type="search"] {
    box-sizing: content-box;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0 none;
    padding: 0;
}
input::placeholder, textarea::placeholder
{
    opacity: 1;
}
textarea {
    overflow: auto;
}
img {
    vertical-align: middle;
    border: 0 none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
table {
    background-color: transparent;
}
/* box-sizing */
*{
    box-sizing: border-box;
}
*::after, *::before {
    box-sizing: border-box;
}
/*before and after*/

.container::before,.container::after,
.ran-row::before,.ran-row::after,
.clearfix::before,.clearfix::after,
.btn-toolbar::before,.btn-toolbar::after
{
    content: " ";
    display: table;
}
/*clear*/

.ran-row::after,.container::after,.clearfix::after,.btn-toolbar::after
{
    clear: both;
}
/*hide and show class*/
.ng-hide,
[ng\:cloak], 
[ng-cloak], 
[data-ng-cloak], 
[x-ng-cloak], 
.ng-cloak, 
.x-ng-cloak, 
.ng-hide:not(.ng-hide-animate)
{display: none!important}
.ng-show{display: block!important}
/*relative and absolute*/
.relative
{
    position: relative;
}
.absolute
{
    position: absolute;
}
/*white space*/
.pre-line
{
    white-space: pre-line;
}
/*class overflow*/
.overflow-visible,
.overflow-visible .item-content
{
    overflow: visible!important;
}

.overflow-hidden
{
    overflow: hidden!important;
}
.min-height-100
{
    min-height: 100px;
}
.min-height-50
{
    /*min-height: 40px;*/
}
/*margin class*/
.nomargin
{
    margin: 0px!important;
}
.margin-5{margin: 5px}
.margin-10{margin: 10px}
.margin-top-5{margin-top: 5px!important}
.margin-top-10{margin-top: 10px!important}
.margin-top-15{margin-top: 15px!important}
.margin-top-20{margin-top: 20px!important}
.margin-top-40{margin-top: 40px!important}

.margin-bottom-5{margin-bottom: 5px!important}
.margin-bottom-10{margin-bottom: 10px!important}
.margin-bottom-15{margin-bottom: 15px!important}
.margin-bottom-20{margin-bottom: 20px!important}

.margin-left-5{margin-left: 5px!important}
.margin-left-10{margin-left: 10px!important}
.margin-left-15{margin-left: 15px!important}
.margin-left-20{margin-left: 20px!important}

.margin-right-5{margin-right: 5px!important}
.margin-right-10{margin-right: 10px!important}
.margin-right-15{margin-right: 15px!important}
.margin-right-20{margin-right: 20px!important}

.margin-top-bottom-5{margin:5px 0px!important;}
.margin-top-bottom-10{margin:10px 0px!important;}
.margin-top-bottom-15{margin:15px 0px!important;}
.margin-top-bottom-20{margin:20px 0px!important;}
@media(max-width: 300px){
    .margin-top-10{margin-top: 5px!important}
    .margin-top-15{margin-top: 5px!important}
    .margin-top-20{margin-top: 5px!important}

    .margin-bottom-10{margin-bottom: 5px!important}
    .margin-bottom-15{margin-bottom: 5px!important}
    .margin-bottom-20{margin-bottom: 5px!important}

    .margin-left-10{margin-left: 5px!important}
    .margin-left-15{margin-left: 5px!important}
    .margin-left-20{margin-left: 5px!important}

    .margin-right-10{margin-right: 5px!important}
    .margin-right-15{margin-right: 5px!important}
    .margin-right-20{margin-right: 5px!important}

    .margin-top-bottom-10{margin:5px 0px!important;}
    .margin-top-bottom-15{margin:5px 0px!important;}
    .margin-top-bottom-20{margin:5px 0px!important;}
}
/*End*/
.hide
{
    display: none!important;
}
/*padding class*/
.nopadding
{
    padding: 0px!important;
}
.padding-5{padding: 5px!important;}
.padding-10{padding: 10px!important;}
.padding-15{padding: 15px!important;}
.padding-20{padding: 20px!important;}

.padding-left-right-5{padding:0 5px!important;}
.padding-left-right-10{padding:0 10px!important;}
.padding-left-right-15{padding:0 15px!important;}
.padding-left-right-20{padding:0 20px!important;}

.padding-top-bottom-5{padding:5px 0px!important;}
.padding-top-bottom-10{padding:10px 0px!important;}
.padding-top-bottom-15{padding:15px 0px!important;}
.padding-top-bottom-20{padding:20px 0px!important;}

.padding-top-5{padding-top:5px!important;}
.padding-top-10{padding-top:10px!important;}
.padding-top-15{padding-top:15px!important;}
.padding-top-20{padding-top:20px!important;}

.padding-bottom-5{padding-bottom:5px!important;}
.padding-bottom-10{padding-bottom:10px!important;}
.padding-bottom-15{padding-bottom:15px!important;}
.padding-bottom-20{padding-bottom:20px!important;}

.padding-left-5{padding-left:5px!important;}
.padding-left-10{padding-left:10px!important;}
.padding-left-15{padding-left:15px!important;}
.padding-left-20{padding-left:20px!important;}

.padding-right-5{padding-right:5px!important;}
.padding-right-10{padding-right:10px!important;}
.padding-right-15{padding-right:15px!important;}
.padding-right-20{padding-right:20px!important;}

.padding-left-40{padding-left: 40px}
.padding-right-40{padding-right: 40px!important}

.nopaddingtop
{
    padding-top: 0px!important;
}
/*@media(max-width: 767px){
    .padding-10,
    .padding-15,
    .padding-20{padding: 10px!important}

    .padding-left-right-10,
    .padding-left-right-15,
    .padding-left-right-20{padding:0 10px!important}

    .padding-top-bottom-10,
    .padding-top-bottom-15,
    .padding-top-bottom-20{padding:10px 0px!important}

    .padding-top-10,
    .padding-top-15,
    .padding-top-20{padding-top:10px!important;}

    .padding-bottom-10,
    .padding-bottom-15,
    .padding-bottom-20{padding-bottom:10px!important;}

    .padding-left-10,
    .padding-left-15,
    .padding-left-20{padding-left:10px!important;}

    .padding-right-10,
    .padding-right-15,
    .padding-right-20{padding-right:10px!important;}
}*/
/*background color class*/
.white-bg {
    background: #fff none repeat scroll 0 0;
}
/*cursor class*/
.pointer
{
    cursor: pointer;
}
.noborder{
    border-width: 0px!important;
}
.disable-pointer-events{pointer-events:none}

/*text align*/
.text-center
{
    text-align: center;
}
.text-right
{
    text-align: right;
}
.text-left
{
    text-align: left;
}

.underline
{
    text-decoration: underline;
}

.radius-5
{
    border-radius: 5px;
}

.add-link
{
    color: #57c5ff;
}
.close-link
{
    color: #fd6a70;
}
/*@media(max-width: 480px){
    .text-center
    {
        text-align: left;
    }
}*/

/*image*/
.responsive-img
{
    max-width: 100%!important;
    width: auto!important;
}
/*float*/
.pull-left
{
    float: left;
}
.pull-right
{
    float: right!important;
}
.pull-none
{
    float: none!important;
}
/*block*/
.block
{
    display: block;
}
.inline-block
{
    display: inline-block!important;
}
.inline-table
{
    display: inline-table;
}
.display-table
{
    display: table!important;
}
/*container*/
.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
}
/*row and column*/
.ran-row {
    margin-left: -10px;
    margin-right: -10px;
}
.ran-row.row-25
{
    margin-left: -25px;
    margin-right: -25px;
}
.ran-row.row-25 > .ran-col
{
    padding-left: 25px!important;
    padding-right: 25px!important; 
}
/*col*/
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9
{
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
}

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    float: left;
}
.col-xs-12 {
    width: 100%;
}
.col-xs-11 {
    width: 91.6667%;
}
.col-xs-10 {
    width: 83.3333%;
}
.col-xs-9 {
    width: 75%;
}
.col-xs-8 {
    width: 66.6667%;
}
.col-xs-7 {
    width: 58.3333%;
}
.col-xs-6 {
    width: 50%;
}
.col-xs-5 {
    width: 41.6667%;
}
.col-xs-4 {
    width: 33.3333%;
}
.col-xs-3 {
    width: 25%;
}
.col-xs-2 {
    width: 16.6667%;
}
.col-xs-1 {
    width: 8.33333%;
}
.col-xs-pull-12 {
    right: 100%;
}
.col-xs-pull-11 {
    right: 91.6667%;
}
.col-xs-pull-10 {
    right: 83.3333%;
}
.col-xs-pull-9 {
    right: 75%;
}
.col-xs-pull-8 {
    right: 66.6667%;
}
.col-xs-pull-7 {
    right: 58.3333%;
}
.col-xs-pull-6 {
    right: 50%;
}
.col-xs-pull-5 {
    right: 41.6667%;
}
.col-xs-pull-4 {
    right: 33.3333%;
}
.col-xs-pull-3 {
    right: 25%;
}
.col-xs-pull-2 {
    right: 16.6667%;
}
.col-xs-pull-1 {
    right: 8.33333%;
}
.col-xs-pull-0 {
    right: auto;
}
.col-xs-push-12 {
    left: 100%;
}
.col-xs-push-11 {
    left: 91.6667%;
}
.col-xs-push-10 {
    left: 83.3333%;
}
.col-xs-push-9 {
    left: 75%;
}
.col-xs-push-8 {
    left: 66.6667%;
}
.col-xs-push-7 {
    left: 58.3333%;
}
.col-xs-push-6 {
    left: 50%;
}
.col-xs-push-5 {
    left: 41.6667%;
}
.col-xs-push-4 {
    left: 33.3333%;
}
.col-xs-push-3 {
    left: 25%;
}
.col-xs-push-2 {
    left: 16.6667%;
}
.col-xs-push-1 {
    left: 8.33333%;
}
.col-xs-push-0 {
    left: auto;
}
.col-xs-offset-12 {
    margin-left: 100%;
}
.col-xs-offset-11 {
    margin-left: 91.6667%;
}
.col-xs-offset-10 {
    margin-left: 83.3333%;
}
.col-xs-offset-9 {
    margin-left: 75%;
}
.col-xs-offset-8 {
    margin-left: 66.6667%;
}
.col-xs-offset-7 {
    margin-left: 58.3333%;
}
.col-xs-offset-6 {
    margin-left: 50%;
}
.col-xs-offset-5 {
    margin-left: 41.6667%;
}
.col-xs-offset-4 {
    margin-left: 33.3333%;
}
.col-xs-offset-3 {
    margin-left: 25%;
}
.col-xs-offset-2 {
    margin-left: 16.6667%;
}
.col-xs-offset-1 {
    margin-left: 8.33333%;
}
.col-xs-offset-0 {
    margin-left: 0;
}
@media (min-width: 768px) {
    .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
        float: left;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-11 {
        width: 91.6667%;
    }
    .col-sm-10 {
        width: 83.3333%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.6667%;
    }
    .col-sm-7 {
        width: 58.3333%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.6667%;
    }
    .col-sm-4 {
        width: 33.3333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.6667%;
    }
    .col-sm-1 {
        width: 8.33333%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-pull-11 {
        right: 91.6667%;
    }
    .col-sm-pull-10 {
        right: 83.3333%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-8 {
        right: 66.6667%;
    }
    .col-sm-pull-7 {
        right: 58.3333%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-5 {
        right: 41.6667%;
    }
    .col-sm-pull-4 {
        right: 33.3333%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-2 {
        right: 16.6667%;
    }
    .col-sm-pull-1 {
        right: 8.33333%;
    }
    .col-sm-pull-0 {
        right: auto;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-push-11 {
        left: 91.6667%;
    }
    .col-sm-push-10 {
        left: 83.3333%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-8 {
        left: 66.6667%;
    }
    .col-sm-push-7 {
        left: 58.3333%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-5 {
        left: 41.6667%;
    }
    .col-sm-push-4 {
        left: 33.3333%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-2 {
        left: 16.6667%;
    }
    .col-sm-push-1 {
        left: 8.33333%;
    }
    .col-sm-push-0 {
        left: auto;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
    .col-sm-offset-11 {
        margin-left: 91.6667%;
    }
    .col-sm-offset-10 {
        margin-left: 83.3333%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-8 {
        margin-left: 66.6667%;
    }
    .col-sm-offset-7 {
        margin-left: 58.3333%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-5 {
        margin-left: 41.6667%;
    }
    .col-sm-offset-4 {
        margin-left: 33.3333%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-2 {
        margin-left: 16.6667%;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333%;
    }
    .col-sm-offset-0 {
        margin-left: 0;
    }
}
@media (min-width: 992px) {
    .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
        float: left;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.6667%;
    }
    .col-md-10 {
        width: 83.3333%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.6667%;
    }
    .col-md-7 {
        width: 58.3333%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.6667%;
    }
    .col-md-4 {
        width: 33.3333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.6667%;
    }
    .col-md-1 {
        width: 8.33333%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-pull-11 {
        right: 91.6667%;
    }
    .col-md-pull-10 {
        right: 83.3333%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-8 {
        right: 66.6667%;
    }
    .col-md-pull-7 {
        right: 58.3333%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-5 {
        right: 41.6667%;
    }
    .col-md-pull-4 {
        right: 33.3333%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-2 {
        right: 16.6667%;
    }
    .col-md-pull-1 {
        right: 8.33333%;
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-push-11 {
        left: 91.6667%;
    }
    .col-md-push-10 {
        left: 83.3333%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-8 {
        left: 66.6667%;
    }
    .col-md-push-7 {
        left: 58.3333%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-5 {
        left: 41.6667%;
    }
    .col-md-push-4 {
        left: 33.3333%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-2 {
        left: 16.6667%;
    }
    .col-md-push-1 {
        left: 8.33333%;
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
    .col-md-offset-11 {
        margin-left: 91.6667%;
    }
    .col-md-offset-10 {
        margin-left: 83.3333%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-8 {
        margin-left: 66.6667%;
    }
    .col-md-offset-7 {
        margin-left: 58.3333%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-5 {
        margin-left: 41.6667%;
    }
    .col-md-offset-4 {
        margin-left: 33.3333%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-2 {
        margin-left: 16.6667%;
    }
    .col-md-offset-1 {
        margin-left: 8.33333%;
    }
    .col-md-offset-0 {
        margin-left: 0;
    }
}
@media (min-width: 1200px) {
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
        float: left;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-11 {
        width: 91.6667%;
    }
    .col-lg-10 {
        width: 83.3333%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-8 {
        width: 66.6667%;
    }
    .col-lg-7 {
        width: 58.3333%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-5 {
        width: 41.6667%;
    }
    .col-lg-4 {
        width: 33.3333%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-2 {
        width: 16.6667%;
    }
    .col-lg-1 {
        width: 8.33333%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-pull-11 {
        right: 91.6667%;
    }
    .col-lg-pull-10 {
        right: 83.3333%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-8 {
        right: 66.6667%;
    }
    .col-lg-pull-7 {
        right: 58.3333%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-5 {
        right: 41.6667%;
    }
    .col-lg-pull-4 {
        right: 33.3333%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-2 {
        right: 16.6667%;
    }
    .col-lg-pull-1 {
        right: 8.33333%;
    }
    .col-lg-pull-0 {
        right: auto;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-push-11 {
        left: 91.6667%;
    }
    .col-lg-push-10 {
        left: 83.3333%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-8 {
        left: 66.6667%;
    }
    .col-lg-push-7 {
        left: 58.3333%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-5 {
        left: 41.6667%;
    }
    .col-lg-push-4 {
        left: 33.3333%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-2 {
        left: 16.6667%;
    }
    .col-lg-push-1 {
        left: 8.33333%;
    }
    .col-lg-push-0 {
        left: auto;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
    .col-lg-offset-11 {
        margin-left: 91.6667%;
    }
    .col-lg-offset-10 {
        margin-left: 83.3333%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-8 {
        margin-left: 66.6667%;
    }
    .col-lg-offset-7 {
        margin-left: 58.3333%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-5 {
        margin-left: 41.6667%;
    }
    .col-lg-offset-4 {
        margin-left: 33.3333%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-2 {
        margin-left: 16.6667%;
    }
    .col-lg-offset-1 {
        margin-left: 8.33333%;
    }
    .col-lg-offset-0 {
        margin-left: 0;
    }
}
/*width class*/
.width-100{width: 100%}
.width-50{width: 50%}
.width-33{width: 33.333%}
.width-25{width: 25%}
.width-20{width: 20%}

/*height class*/
.height-100{
    height: 100%;
}

/*font size color*/
.font-size-24{font-size: 24px!important}
.font-size-20{font-size: 20px!important}
.font-size-18{font-size: 18px!important}
.font-size-16{font-size: 16px!important}
.font-size-14{font-size: 14px!important}
.font-size-13{font-size: 13px!important}
.font-size-12{font-size: 12px!important}
.font-size-11{font-size: 11px!important}

/*font weight class*/
.font-bold{font-weight: 600!important}
.font-normal{font-weight: 400}
.small, small {
    font-size: 85%;
}

/*text transform class*/
.uppercase
{
    text-transform: uppercase;
}
.lowercase
{
    text-transform: lowercase;
}

.capitalize
{
    text-transform: capitalize;
}
/*button*/
.btn-toolbar
{
    margin-left:-5px; 
}
.btn-toolbar > .btn, 
.btn-toolbar > .btn-group
{
    margin-left:5px; 
}
.btn-toolbar > .btn-group
{
    float: left;
}
.btn-group > .btn
{
    float: left;
    position: relative;
}
.btn-group
{
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.button,.btn {
    background-color: #f8f8f8;
    border-color: transparent;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    color: #444;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    line-height: 42px;
    margin: 0;
    min-height: 47px;
    min-width: 52px;
    padding: 0 10px;
    position: relative;
    text-align: center;
    text-overflow: ellipsis;
    vertical-align: top;
    z-index: 1;
}
.btn-group > .btn
{
    font-size: 14px;
    min-height: 35px;
    line-height: 32px;
    padding: 0px 8px;
    min-width: 20px;
    /*border:1px solid #dddddd;*/
}



/*.button::after {
    bottom: -6px;
    content: " ";
    left: -6px;
    position: absolute;
    right: -6px;
    top: -6px;
}*/
.button.button-positive {
    background-color: #387ef5;
    border-color: transparent;
    color: #fff;
}
.button.button-light {
    background-color: #fff;
    border-color: #ddd;
    color: #444;
}
.button.button-stable {
    background-color: #f8f8f8;
    border-color: #b2b2b2;
    color: #444;
}
.button.button-calm {
    background-color: #11c1f3;
    border-color: #0a9dc7;
    color: #fff;
}
.button.button-balanced {
    background-color: #33cd5f;
    border-color: #28a54c;
    color: #fff;
}
.button.button-energized {
    background-color: #ffc900;
    border-color: #e6b500;
    color: #fff;
}
.button.button-assertive {
    background-color: #ef473a;
    border-color: #e42112;
    color: #fff;
}
.button.button-royal {
    background-color: #886aea;
    border-color: #6b46e5;
    color: #fff;
}
.button.button-dark {
    background-color: #444;
    border-color: #111;
    color: #fff;
}
.button.button-clear{
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-color: transparent;
    box-shadow: none;
    color: #fff;
    font-size: 15px;
     font-family: 'futurastd-book';
}

.popup-buttons .button:last-child {
    margin-right: 0;
}


/*form control*/

/*caret*/
.caret {
    /*border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px dashed;*/
    font-family: FontAwesome;
    text-rendering:auto;
    display: inline-block;
    margin-left: 2px;
    vertical-align: middle;
    font-size: 14px;
}

.caret::before
{
    content: "";
}
/*end*/

html {
    overflow: hidden;
}
.ran-body, body {
    -webkit-text-size-adjust: none;
       -moz-text-size-adjust: none;
    bottom: 0;
    color: #000000;
    font-family: "futurastd-book",sans-serif;
    font-size: 14px;
    left: 0;
    line-height: 20px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    right: 0;
    top: 0;
    word-wrap: break-word;

    text-rendering:optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
}
.ran-touchevents .ran-body,.ran-touchevents body 
{
    -webkit-user-select: none;   
       -moz-user-select: none;
}

.pane,.view
{
    background-color: #fff;
    bottom: 0;
    height: 100%;
    left: 0;
    overflow: visible;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.pane {
    -webkit-transform: -webkit-translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);

    z-index: 10;
}
/*.ran-touchevents*/ 
.disable-user-behavior
{
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;

    -webkit-touch-callout:none;
    -webkit-tap-highlight-color:transparent;
    -webkit-tap-highlight-color:transparent;
    -webkit-user-drag:none;
    -ms-touch-action:none;
    -ms-content-zooming:none
}


/*nav bar*/


/*bar*/
.bar {
     -webkit-user-select: none;
       -moz-user-select: none;
    background-color: #fff;
    background-size: 0 auto;
    border-bottom: 1px solid #ddd;
    border-style: solid;
    border-top: 1px solid transparent;
    border-width: 1px 0;
    box-sizing: border-box;
    /*display: flex;*/
    height:44px;
    left: 0;
    padding: 5px;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 9;

    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}
/*.ran-touchevents .bar
{
    -webkit-user-select: none;
       -moz-user-select: none;
}*/

.bar-header {
    border-bottom-width: 1px;
    border-top-width: 0;
    top: 0;
}
.bar-footer {
    background-position: center top;
    border-bottom-width: 0;
    border-top-width: 1px;
    bottom: 0;
    height: 44px;
}

.nav-bar-block {
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
}

.view-container {
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
}
.bar .back-button.hide, .bar .buttons .hide {
    display: none;
}

.scroll-content {
    bottom: 0;
    height: auto;
    left: 0;
    margin-bottom: -1px;
    margin-top: -1px;
    overflow-y: hidden;
    overflow-x: hidden; 
    padding-top: 1px;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;

    background-color: #f2f3f8;
}

.has-header {
    top:44px;
}
.has-footer {
    bottom: 44px!important;
}
.scroll-content.no-scroll
{
    overflow: hidden;
}

.overflow-scroll {
    bottom: 0;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto!important;
    position: absolute;
    right: 0;
    top: 0;
}

/*before after*/
.nav::before,.nav::after{
    content: "";
    display:table;
}
.nav::after
{
    clear:both;
}
/*nav*/
.nav {
    list-style: outside none none;
    margin-bottom: 0;
    padding-left: 0;
}
.nav > li {
    display: block;
    position: relative;
}
/*dropdown*/
.dropdown, .dropup {
    position: relative;
}
/*badge*/
.badge {
    background-color: #777;
    border-radius: 10px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    min-width: 10px;
    padding: 3px 7px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}
.badge.bg-success {
    background: #a9d86e none repeat scroll 0 0;
}
.badge.bg-important {
    background: #ff6c60 none repeat scroll 0 0;
}
.badge.bg-warning {
    background: #fcb322 none repeat scroll 0 0;
}

/*dropdown*/
/*.dropdown-menu {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    display: none;
    float: left;
    font-size: 14px;
    left: 0;
    list-style: outside none none;
    margin: 2px 0 0;
    min-width: 160px;
    padding: 5px 0;
    position: fixed;
    text-align: left;
    top: 100%;
    z-index: 1000;
}
.dropdown-menu > .dropdown-menu-item > .dropdown-item-inner {
    clear: both;
    color: #333;
    display: block;
    font-weight: 400;
    line-height: 1.42857;
    padding: 3px 20px;
    white-space: normal;
}*/
.dropdown {
    display: inline-block;
    position: relative;
    vertical-align: top;
}
.dropdown-menu {
    background-color: #ffffff;
    border-radius: 2px;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.14), 
                0 2px 2px 0 rgba(0, 0, 0, 0.098), 
                0 1px 5px 0 rgba(0, 0, 0, 0.082);
    opacity: 0;
    overflow: auto;
    position: absolute;
    text-align: left;
}
.dropdown-menu-item:hover
{
    background-color: rgba(238, 238, 238, 0.50);
}
.dropdown-menu ul > li {
    position: relative;
}
.dropdown-menu__content {
    opacity: 0;
    /*padding: 8px 0;*/

    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;

    -webkit-transition-property: opacity;
    transition-property: opacity;

}
.dropdown-menu--is-open .dropdown-menu__content {
    opacity: 1;
}
.dropdown-divider {
    background-color: rgba(0, 0, 0, 0.12);
    height: 1px;
    margin-bottom: 8px;
    margin-top: 8px;
}
.dropdown-link {
    -moz-box-align: center;
    -moz-box-direction: normal;
    -moz-box-orient: horizontal;
    align-items: center;
    color: rgba(0, 0, 0, 0.87);
    cursor: pointer;
    display: flex;
    flex-direction: row;
    font-size: 0.875rem;
    height: 32px;
    line-height: 32px;
    padding: 0 32px 0 16px;
    text-decoration: none;
    white-space: nowrap;
}
.dropdown-link:hover:not(.dropdown-link--is-header) {
    background-color: #eeeeee;
}
.dropdown-link:not(.dropdown-link--is-header) .mdi {
    color: rgba(0, 0, 0, 0.54);
    margin-right: 16px;
}
.dropdown-link--is-large {
    height: 48px;
}
.dropdown-link--is-header {
    color: rgba(0, 0, 0, 0.38);
    cursor: default;
}
.dropdown-link--is-header .mdi {
    color: rgba(0, 0, 0, 0.38);
    margin-right: 6px;
    text-align: center;
    width: 18px;
}
/*notify arrow*/
.notify-arrow {
    border-style: solid;
    border-bottom-color: #eeeeee;
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-color: #eeeeee;

    border-width: 0 9px 9px;
    height: 0;
    left: 7px;
    /*margin-top: 8px;*/
    opacity: 1;
    position: absolute;
    top: -9px;
    width: 0;
    z-index: 10;

    -webkit-transition: all 0.25s ease 0s;
       -moz-transition: all 0.25s ease 0s;
        -ms-transition: all 0.25s ease 0s;
            transition: all 0.25s ease 0s;
}
.notify-arrow-yellow {
    border-bottom-color: #fcb322 !important;
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-color: #fcb322 !important;
}
.notify-arrow-red {
    border-bottom-color: #ff6c60 !important;
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-color: #ff6c60 !important;
}
.notify-arrow-green {
    border-bottom-color: #a9d86e !important;
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-color: #a9d86e !important;
}


/*progress*/
@-webkit-keyframes progress-bar-stripes {
    0% {
        -webkit-background-position: 40px 0;
    }
    100% {
        -webkit-background-position: 0 0;
    }
}
@keyframes progress-bar-stripes {
    0% {
        background-position: 40px 0;
    }
    100% {
        background-position: 0 0;
    }
}
.progress {
    background-color: #f0f2f7;
    border-radius: 4px;
    /*box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;*/
    height: 20px;
    overflow: hidden;
}
.progress-bar {
    background-color: #5cc2db;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
    color: #fff;
    float: left;
    font-size: 12px;
    height: 100%;
    line-height: 20px;
    text-align: center;
    width: 0;

    -webkit-transition:-webkit-width 0.6s ease 0s;
    transition:width 0.6s ease 0s;
    
}
.progress-bar.active, .progress.active .progress-bar {
    -webkit-animation: 2s linear 0s normal none infinite running progress-bar-stripes;
    animation: 2s linear 0s normal none infinite running progress-bar-stripes;
}
.progress-bar-success {
    background-color: #5cb85c;
}
.progress-bar-success .progress-bar{
    background-color: #5cb85c;
}

.progress-bar-warning {
    background-color: #f0ad4e;
}
.progress-bar-warning .progress-bar
{
    background-color: #f0ad4e;
}

.progress-bar-info {
    background-color: #5bc0de;
}
.progress-bar-info .progress-bar{
    background-color: #5bc0de;
}

.progress-bar-danger {
    background-color: #d9534f;
}
.progress-bar-danger .progress-bar{
    background-color: #d9534f;
}

.progress-bar-striped, .progress_striped .progress-bar {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
}
.progress_striped .progress-bar-success {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress_striped .progress-bar-warning {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)!important;

}
.progress_striped .progress-bar-info {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress_striped .progress-bar-danger {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/*label*/
.label {
    border-radius: 0.25em;
    color: #777777;
    display: inline;
    line-height: 1;
    padding: 0.2em 0.6em 0.3em;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
}
.label-success {
    color: #a9d86e;
}
.label-info {
    color: #777777;
}
.label-danger {
    color: #ff6c60;
}
.label-warning {
    color: #fcb322;
}


/*icon animation*/

/*wrench*/
.icon-animated-wrench {
    -webkit-animation: 2.5s ease 0s normal none 4 running wrenching;
    animation: 2.5s ease 0s normal none 4 running wrenching;

    display: inline-block;

    -webkit-transform-origin: 90% 35% 0;
    transform-origin: 90% 35% 0;

}
@-webkit-keyframes wrenching {
    0% {
        -webkit-transform: rotate(-12deg);
    }
    8% {
        -webkit-transform: rotate(12deg);
    }
    10% {
        -webkit-transform: rotate(24deg);
    }
    18%, 20% {
        -webkit-transform: rotate(-24deg);
    }
    28%, 30% {
        -webkit-transform: rotate(24deg);
    }
    38%, 40% {
        -webkit-transform: rotate(-24deg);
    }
    48%, 50% {
        -webkit-transform: rotate(24deg);
    }
    58%, 60% {
        -webkit-transform: rotate(-24deg);
    }
    68% {
        -webkit-transform: rotate(24deg);
    }
    75% {
        -webkit-transform: rotate(0deg);
    }
}
@keyframes wrenching {
    0% {
        transform: rotate(-12deg);
    }
    8% {
        transform: rotate(12deg);
    }
    10% {
        transform: rotate(24deg);
    }
    18%, 20% {
        transform: rotate(-24deg);
    }
    28%, 30% {
        transform: rotate(24deg);
    }
    38%, 40% {
        transform: rotate(-24deg);
    }
    48%, 50% {
        transform: rotate(24deg);
    }
    58%, 60% {
        transform: rotate(-24deg);
    }
    68% {
        transform: rotate(24deg);
    }
    75% {
        transform: rotate(0deg);
    }
}

/*bell*/
.icon-animated-bell {
    -webkit-animation: 2s ease 1s normal none 5 running ringing;
    animation: 2s ease 1s normal none 5 running ringing;

    display: inline-block;

    -webkit-transform-origin: 50% 0 0;
    transform-origin: 50% 0 0;

}
@-webkit-keyframes ringing {
    0% {
        -webkit-transform: rotate(-15deg);
    }
    2% {
        -webkit-transform: rotate(15deg);
    }
    4% {
        -webkit-transform: rotate(-18deg);
    }
    6% {
        -webkit-transform: rotate(18deg);
    }
    8% {
        -webkit-transform: rotate(-22deg);
    }
    10% {
        -webkit-transform: rotate(22deg);
    }
    12% {
        -webkit-transform: rotate(-18deg);
    }
    14% {
        -webkit-transform: rotate(18deg);
    }
    16% {
        -webkit-transform: rotate(-12deg);
    }
    18% {
        -webkit-transform: rotate(12deg);
    }
    20% {
        -webkit-transform: rotate(0deg);
    }
}
@keyframes ringing {
    0% {
        transform: rotate(-15deg);
    }
    2% {
        transform: rotate(15deg);
    }
    4% {
        transform: rotate(-18deg);
    }
    6% {
        transform: rotate(18deg);
    }
    8% {
        transform: rotate(-22deg);
    }
    10% {
        transform: rotate(22deg);
    }
    12% {
        transform: rotate(-18deg);
    }
    14% {
        transform: rotate(18deg);
    }
    16% {
        transform: rotate(-12deg);
    }
    18% {
        transform: rotate(12deg);
    }
    20% {
        transform: rotate(0deg);
    }
}

/*vertical*/
.icon-animated-vertical {
    -webkit-animation: 2s ease 2s normal none 5 running vertical;
    animation: 2s ease 2s normal none 5 running vertical;

    display: inline-block;
}

@-webkit-keyframes vertical {
    0% {
        -webkit-transform: translate(0px, -3px);
    }
    4% {
        -webkit-transform: translate(0px, 3px);
    }
    8% {
        -webkit-transform: translate(0px, -3px);
    }
    12% {
        -webkit-transform: translate(0px, 3px);
    }
    16% {
        -webkit-transform: translate(0px, -3px);
    }
    20% {
        -webkit-transform: translate(0px, 3px);
    }
    22% {
        -webkit-transform: translate(0px, 0px);
    }
}
@keyframes vertical {
    0% {
        transform: translate(0px, -3px);
    }
    4% {
        transform: translate(0px, 3px);
    }
    8% {
        transform: translate(0px, -3px);
    }
    12% {
        transform: translate(0px, 3px);
    }
    16% {
        transform: translate(0px, -3px);
    }
    20% {
        transform: translate(0px, 3px);
    }
    22% {
        transform: translate(0px, 0px);
    }
}

/*popup section*/
.popup-container {
    align-items: center;
    background-color: rgba(0, 0, 0, 0.4);
    bottom: 0;
    /*display: flex;*/
    justify-content: center;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 9999999;
}
.popup-container.popup-showing {
    visibility: visible;
}

.popup-container.popup-hidden .popup {
    -webkit-animation-duration: 0.1s;
    animation-duration: 0.1s;

    -webkit-animation-fill-mode: both;
     animation-fill-mode: both;

    -webkit-animation-name: scaleOut;
    animation-name: scaleOut;

    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;

}
.popup-container.active .popup {
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;

    -webkit-animation-fill-mode: both;
     animation-fill-mode: both;

    -webkit-animation-name: superScaleIn;
    animation-name: superScaleIn;

    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;

}

.popup-container .popup {
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 0;
    display: inline-block;
   /* display: flex;*/
    flex-direction: column;
    max-height: 90%;
    max-width: 100%;
    width: 250px;

    position: absolute;
    left: 50%;
    margin-left: -125px;
    margin-top: 60px;
}


.popup-head {
    border-bottom: 1px solid #eee;
    padding: 15px 10px;
    text-align: center;
}
.popup-title {
    font-size: 15px;
    margin: 0;
    padding: 0;
}
.popup-sub-title {
    font-size: 11px;
    font-weight: normal;
    margin: 5px 0 0;
    padding: 0;
}
.popup-body {
    overflow: auto;
    padding: 10px;
}
.popup-buttons {
    display: inline-block;
    width: 100%;
    /*display: flex;*/
    flex-direction: row;
    min-height: 65px;
    padding: 10px;
}
.popup-buttons .button {
    /*-moz-box-flex: 1;*/
    border-radius: 2px;
    display: inline-block;
    width: 47.5%;
    /*flex: 1 1 0;*/
    line-height: 20px;
    margin-right: 3px;
    min-height: 45px;
}
@media(max-width: 300px){
    .popup-container .popup
    {
        width: 220px;
        margin-left: -110px;
    }
    .popup-buttons .button 
    {
        width: 46%;
    }
}
/*.popup-container.ng-hide > .popup.ng-enter {
    top: -200px ;
    transition: 250ms ease top ;
}

.popup-container.ng-hide > .popup.ng-enter.ng-enter-active {
    top: 200px ;
}*/

/*scaleOut*/
@-webkit-keyframes scaleOut {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0.8);
    }
}
@keyframes scaleOut {
    0% {
        opacity: 1;
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(0.8);
    }
}

/*superScaleIn*/
@-webkit-keyframes superScaleIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(1.2);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
    }
}
@keyframes superScaleIn {
    0% {
        opacity: 0;
        transform: scale(1.2);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

/*list*/
.ran-list {
    margin-bottom: 20px;
    padding-bottom: 1px;
    padding-left: 0;
    padding-top: 1px;
    position: relative;
}
.ran-list:last-child {
    margin-bottom: 0;
}
/*item*/
.item {
    background-color: #fff;
    border-color: #ddd;
    border-style: dashed;
    border-width: 1px;
    color: #777777;
    display: block;
    font-size: 14px;
    margin: -1px;
    padding: 16px;
    position: relative;
    z-index: 2;
}
.item, .item h1, .item h2, .item h3, .item h4, .item h5, .item h6, .item p, .item-content, .item-content h1, .item-content h2, .item-content h3, .item-content h4, .item-content h5, .item-content h6, .item-content p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: inherit;
}
.item-avatar,
.item-avatar .item-content,
.item-avatar-left,
.item-avatar-left .item-content {
    min-height: 72px;
    padding-left: 72px;
}
.item-thumbnail-left,
.item-thumbnail-left .item-content {
    min-height: 100px;
    padding-left: 70px;
    padding-top: 0px;
}

.item-avatar > img:first-child,
.item-avatar .item-image,
.item-avatar .item-content > img:first-child,
.item-avatar .item-content .item-image,
.item-avatar-left > img:first-child,
.item-avatar-left .item-image,
.item-avatar-left .item-content > img:first-child,
.item-avatar-left .item-content .item-image {
    border-radius: 50%;
    height: 100%;
    left: 16px;
    max-height: 40px;
    max-width: 40px;
    position: absolute;
    top: 16px;
    width: 100%;
}
.item-thumbnail-left > img:first-child,
.item-thumbnail-left .item-image,
.item-thumbnail-left .item-content > img:first-child,
.item-thumbnail-left .item-content .item-image {
    height: 100%;
    left: 10px;
    max-height: 60px;
    max-width: 60px;
    position: absolute;
    top: 10px;
    width: 100%;
    border-radius: 0px!important;
}
.item h2 {
    font-size: 16px;
    font-weight: normal;
    margin: 0 0 2px;
}
.item p {
    color: #666;
    font-size: 14px;
    margin-bottom: 2px;
    white-space: pre-line;
}
.item p:first-child
{
    margin-top: 0px;
}

.item h1:last-child,
.item h2:last-child,
.item h3:last-child,
.item h4:last-child,
.item h5:last-child,
.item h6:last-child,
.item p:last-child {
    margin-bottom: 0;
}
.item-divider {
    background-color: #f5f5f5;
    color: #222;
    font-weight: 500;
    min-height: 30px;
    padding-bottom: 8px;
    padding-top: 8px;
}
/*card*/

.card,.ran-list-inset {
    background-color: #fff;
    border-radius: 4px;
    margin:10px;
    overflow: hidden;
}
.card {
   /* box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);*/
   /* padding-bottom: 1px;
    padding-top: 1px;*/
}
.card .item {
    border-left: 0 none;
    border-right: 0 none;
}
.card .item:first-child {
    border-top: 0 none;
}
.card .item,.ran-list-inset .item{
    margin-left: 0;
    margin-right: 0;
}
/*.card .item:first-child,.ran-list-inset .item:first-child{
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}*/
.ran-col .card
{
    margin-left: 0px;
    margin-right: 0px; 
}
/*title*/
.bar .title {
    font-size: 17px;
    font-weight: 500;
    height: 43px;
    left: 0;
    line-height: 44px;
    margin: 0 10px;
    min-width: 30px;
    overflow: hidden;
    position: absolute;
    right: 0;
    text-align: center;
    text-overflow: ellipsis;
    top: 0;
    white-space: nowrap;
    z-index: 0;
}


/*menu*/
ran-view.pane
{
    z-index: 3;
}
ran-view.pane .bar.bar-header
{
    z-index: 10;
}
.menu {
    background-color: #fff;
    bottom: 0;
    max-height: 100%;
    min-height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 275px;
    z-index: 11;

    -webkit-transition: all 0.4s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    transition: all 0.4s cubic-bezier(0.7, 0, 0.3, 1) 0s;
}

.menu-left{left: 0}
.menu-right {right: 0}

.menu-left.menu-left-open,
.menu-right.menu-right-open{
    z-index: 999;
}

@media(min-width: 768px){
    .menu{z-index: 0}
    .menu-left{left: 0}
    .menu-right{right: 0}
}


.menu-content {
    
    box-shadow: -1px 0 2px rgba(0, 0, 0, 0.2), 1px 0 2px rgba(0, 0, 0, 0.2);
    
    -webkit-transform: none;
    transform: none;

}
.menu-animated {
    -webkit-transition: all 0.4s cubic-bezier(0.7, 0, 0.3, 1);
    transition: all 0.4s cubic-bezier(0.7, 0, 0.3, 1);
}
.menu-overlay
{
    background-color:rgba(0, 0, 0, 0.3);
    bottom: 0;
    height: 100%;
    left: 0;
    overflow: visible;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    z-index: -1;

    -webkit-transition:all 0.8s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    transition:all 0.8s cubic-bezier(0.7, 0, 0.3, 1) 0s;
}

/*table*/
.table {
    max-width: 100%;
    width: 100%;
}
caption {
    color: #777;
    padding-bottom: 8px;
    padding-top: 8px;
    text-align: left;
}
td, th {
    padding: 0;
}
th {
    text-align: left;
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    border-top: 1px solid #ddd;
    line-height: 1.42857;
    padding: 5px;
    vertical-align: middle;
}
.table > thead > tr > th {
    border-bottom: 2px solid #ddd;
    vertical-align: middle;
}
.table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th {
    border-top: 0 none;
}
.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #f9f9f9;
}
.table-bordered {
    border: 1px solid #ddd;
}
.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border: 1px solid #ddd;
}
.table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border-bottom-width: 2px;
}
.table-hover > tbody > tr:hover {
    background-color: #f5f5f5;
}
/*class active*/
.table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > thead > tr > td.active, .table > thead > tr > th.active {
    background-color: #f5f5f5;
}
/*class success*/
.table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > thead > tr > td.success, .table > thead > tr > th.success {
    background-color: #dff0d8;
}
/*class info*/
.table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > thead > tr > td.info, .table > thead > tr > th.info {
    background-color: #d9edf7;
}
/*class warning*/
.table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > thead > tr > td.warning, .table > thead > tr > th.warning {
    background-color: #fcf8e3;
}
/*class danger*/
.table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > thead > tr > td.danger, .table > thead > tr > th.danger {
    background-color: #f2dede;
}

.table-responsive {
    min-height: 0.01%;
    overflow-x: auto;
}

/*vertical table view*/


.table-responsive-vertical
{
    border-width: 0px;
    margin-top: 40px;
}
.table-responsive-vertical > .table
{
    border-width: 0px!important;
}
.table-responsive-vertical + .table-footer
{
    background: #ffffff;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
    margin-top: 10px;
}

.table-responsive-vertical > .table > thead th.vertical-hide, 
.table-responsive-vertical > .table > tfoot {
    display: none;
}
/*.table-responsive-vertical > .table > thead th
{
    top: 50px!important;
    right: 15px!important;
    background-color: transparent;
}*/
.table-responsive-vertical > .table > tbody {
    display: block;
}

.table-responsive-vertical > .table > tbody > tr {
    border: 1px solid #e0e0e0;
    display: block;
    margin-top:10px;
    float: left;
    width: 49.55%;
}
.table-responsive-vertical > .table > tbody > tr.no-record-tr
{
    width: 100%;
    border-width: 0px;
}
.table-responsive-vertical > .table > tbody > tr.no-record-tr > td
{
    position: relative;
    text-align: center;
}

.table-responsive-vertical > .table > tbody > tr.even
{
    float: right;
}

.table-responsive-vertical > .table > tbody .table-td-image
{
    display: inline-block;
    width: 100%;
}
.table-responsive-vertical > .table > tbody .table-td-image > div
{
    float: right;
}

@media(max-width: 600px){
    .table-responsive-vertical > .table > tbody > tr 
    {
        width: 100%;
    }
    .table-responsive-vertical > .table > tbody > tr.even
    {
        float: left;
    }
}



.table-responsive-vertical > .table > tbody > tr {
    /*border: medium none;*/
   /* -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);*/
}



.table-responsive-vertical > .table > tbody > tr > td[data-title]::before {
    color: #757575;
    content: attr(data-title);
    float: left;
    font-size: inherit;
    font-weight: 400;
}
.table-responsive-vertical > .table > tbody > tr > td {
    background-color: #fff;
    display: block;
    text-align: right;
    vertical-align: middle;
    border:none;

   /*display: inline-table;
    width: 100%;*/
}
.table-responsive-vertical > .table > tbody > tr > td span,
.table-responsive-vertical > .table > tbody > tr > td.table-td-checkbox,
.table-responsive-vertical > .table > tbody > tr > td.table-td-actions
{
    display: inline-block;
}
.table-responsive-vertical > .table > tbody > tr > td.table-td-checkbox,
.table-responsive-vertical > .table > tbody > tr > td.table-td-actions
{
    width: 100%;
}

.table-responsive-vertical > .table > tbody > tr > td .checkbox,
.table-responsive-vertical > .table > tbody > tr > td.table-td-actions .table-actions 
{
    float: right;
}

.table-responsive-vertical .select-column .ran-select-label
{
    padding: 9px;
}

@media screen and (max-width: 767px) {
    .table-responsive {
       /* border: 1px solid #ddd;*/
        /*overflow-y: hidden;*/
        width: 100%;
    }
    .table-responsive > .table {
        margin-bottom: 0;
    }
    .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > thead > tr > th {
        white-space: nowrap;
    }
    .table-responsive > .table-bordered {
        border: 0 none;
    }
    .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > thead > tr > th:first-child {
        border-left: 0 none;
    }
    .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > thead > tr > th:last-child {
        border-right: 0 none;
    }
    .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th {
        border-bottom: 0 none;
    }
}

/*checkbox*/
.checkbox-input,
.radiobox-input {
    border: 0 none !important;
    clip: rect(0px, 0px, 0px, 0px) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
}

.checkbox,
.radiobox
{
    min-height: 24px;
    min-width: 24px;
}



.checkbox-positive .checkbox-label::after {
    color: #387ef5;
}
.checkbox-red .checkbox-label::after {
    color: #f44336;
}
.checkbox-pink .checkbox-label::after {
    color: #e91e63;
}
.checkbox-purple .checkbox-label::after {
    color: #9c27b0;
}
.checkbox-deep-purple .checkbox-label::after {
    color: #673ab7;
}
.checkbox-indigo .checkbox-label::after {
    color: #3f51b5;
}
.checkbox-blue .checkbox-label::after {
    color: #2196f3;
}
.checkbox-light-blue .checkbox-label::after {
    color: #03a9f4;
}
.checkbox-cyan .checkbox-label::after {
    color: #00bcd4;
}
.checkbox-teal .checkbox-label::after {
    color: #009688;
}
.checkbox-green .checkbox-label::after {
    color: #4caf50;
}
.checkbox-light-green .checkbox-label::after {
    color: #8bc34a;
}
.checkbox-lime .checkbox-label::after {
    color: #cddc39;
}
.checkbox-yellow .checkbox-label::after {
    color: #ffeb3b;
}
.checkbox-amber .checkbox-label::after {
    color: #ffc107;
}
.checkbox-orange .checkbox-label::after {
    color: #ff9800;
}
.checkbox--deep-orange .checkbox-label::after {
    color: #ff5722;
}
.checkbox-brown .checkbox-label::after {
    color: #795548;
}
.checkbox-grey .checkbox-label::after {
    color: #9e9e9e;
}
.checkbox-blue-grey .checkbox-label::after {
    color: #607d8b;
}
.checkbox-black .checkbox-label::after {
    color: #000000;
}
.checkbox-white .checkbox-label::after {
    color: #ffffff;
}
.checkbox-primary .checkbox-label::after {
    color: #3f51b5;
}
.checkbox-primary-hue-1 .checkbox-label::after {
    color: #c5cae9;
}
.checkbox-primary-hue-2 .checkbox-label::after {
    color: #303f9f;
}
.checkbox-accent .checkbox-label::after {
    color: #ff4081;
}

.checkbox-input:not(:checked) + .checkbox-label::before {
    opacity: 1;
}
.checkbox-input:not(:checked) + .checkbox-label::after {
    opacity: 0;
}
.checkbox-input:checked + .checkbox-label::before {
    opacity: 0;
}
.checkbox-input:checked + .checkbox-label::after {
    opacity: 1;
}
.checkbox-input[disabled] + .checkbox-label {
    cursor: not-allowed;
}

.checkbox-input[disabled] + .checkbox-label, 
.checkbox-input[disabled] + .checkbox-label::before, 
.checkbox-input[disabled] + .checkbox-label::after {
    color: rgba(0, 0, 0, 0.38);
}

.checkbox-label,
.radiobox-label {

    cursor: pointer;
    display: block;
    font-weight: 400;
    line-height: 24px;
    padding-left: 25px;
    position: relative;
    color: #555555;
    font-size: 14px;
}


.checkbox-label::before, .checkbox-label::after,
.radiobox-label::before, .radiobox-label::after {
    display: inline-block;
    font-family:FontAwesome;
    font-size: 19px;
    color: #bbb1af;

    left: 0;
    position: absolute;
    text-rendering: auto;
    top: 0;

    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);

    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;

    -webkit-transition-property: opacity;
    transition-property: opacity;

}
.checkbox-label::before {
    color: #41cac0;
    content: "\f0c8";
}
.checkbox-label::after {
    color: #41cac0;
    content: "\f14a";
}

.radiobox-label::before
{
    color: #41cac0;
    content: "\f111";
}

input[type="radio"]:checked + .radiobox-label::before
{   
    color: #41cac0;
    content: "\f192";
}
/*.radiobox-label::after
{
    color: #41cac0;
   content: "";
}*/

.nicescroll-cursors
{
    /*border: #000 1px solid;*/
    z-index: 1000;
}
.nicescroll-rails:after { 
  content: '';
  position: absolute;
  /*border-left: 1px #ddd solid;*/
  height: 100%;
  width: 100%;
  /*transform: translateX(-50%);*/
}

/*select*/


/*icon hover effect*/
.hvr-opacity
{
    -webkit-transition: opacity 300ms ease 0s;
            transition: opacity 300ms ease 0s;
}
.hvr-opacity:hover
{
    

    -webkit-animation-name: hvr-push;
            animation-name: hvr-push;
    -webkit-animation-duration: 0.3s;
            animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
}
@-webkit-keyframes hvr-push {
    50% {
        -webkit-transform: scale(0.8);
            transform: scale(0.8);

            -webkit-opacity: 0.7;
                    opacity: 0.7;
    }

    100% {
        -webkit-transform: scale(1);
            transform: scale(1);

            -webkit-opacity: 1;
                    opacity: 1;
    }
}

@keyframes hvr-push {
    50% {
        -webkit-transform: scale(0.8);
            transform: scale(0.8);

            -webkit-opacity: 0.7;
                    opacity: 0.7;
    }

    100% {
        -webkit-transform: scale(1);
            transform: scale(1);

            -webkit-opacity: 1;
                    opacity: 1;
    }
}

/*form control*/
.form-control {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    width: 100%;

    -webkit-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
/*.editable-input
{
    height: 28px;
}*/
/*text field design*/
.text-field {
    padding-bottom: 10px;
    padding-top: 20px;
    position: relative;
}

.text-field::before, .text-field::after {
    content: "";
}

.text-field.text-field--leyout-line::before {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color:#dddddd;
    bottom: 7px;
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
}
.text-field.text-field--leyout-line::after {
    /*background-color: #2196f3;*/
    background-color:#2a3542; 
    bottom: 6px;
    height: 2px;

    left: 0;
    position: absolute;
    right: 0;

    -webkit-transform: scale(0);
    transform: scale(0);

    -webkit-transition-duration: 0.6s;
    transition-duration: 0.6s;

    -webkit-transition-property: transform;
    transition-property: transform;

    -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}

.text-field--leyout-line.text-field--is-focus::after {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.text-field--is-disabled {
    pointer-events: none;
}
.text-field--leyout-line.text-field--is-disabled::before {
    border-bottom-style: dashed;
}

.text-field--fixed-label {
    padding-top: 8px;
}
.text-field--leyout-line.text-field--valid::after {
    background-color: #4caf50;

    -webkit-transform: scale(1);
    transform: scale(1);
}
.text-field--leyout-line.text-field--error::after {
    background-color: #f44336;

    -webkit-transform: scale(1);
    transform: scale(1);
}
.text-field--has-icon {
    margin-left: 0px;
}
.text-field--leyout-line.text-field--has-icon
{
    margin-left: 50px;
}

.text-field__label {
    display: block;
    color: #555555;
    line-height: 28px;
    pointer-events: none;
    font-size: 12px;

    position: absolute;
    top: -3px;
    left: 0;

    -webkit-transform: translateY(24px);
    transform: translateY(24px);

    -webkit-transform-origin: left bottom 0;
    transform-origin: left bottom 0;

    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;

    -webkit-transition-property: transform, color;
    transition-property: transform, color;

    -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.text-field--fixed-label.text-field--has-value .text-field__label {
    display: none;
}
.text-field--leyout-box .text-field__label
{
    left: 5px;
}

.text-field--fixed-label .text-field__label {
    -webkit-transform: none;
    transform: none;

    top: 9px;
}
.text-field--is-active:not(.text-field--fixed-label) .text-field__label {
    -webkit-transform: scale(1) translateY(5px);
    transform: scale(1) translateY(5px);

    line-height: 1.2;
}

.text-field.nopadding .text-field
{
    padding:0px;
}

.text-field.nopadding .text-field__label
{
    top:-23px;
}
/*.text-field.nopadding.text-field--is-active:not(.text-field--fixed-label) .text-field__label {
    -webkit-transform: scale(1) translateY(3px);
    transform: scale(1) translateY(3px);
}
*/
.text-field--is-focus:not(.text-field--fixed-label) .text-field__label {
    /*color: #2196f3;*/
    color: #2a3542;
}
.text-field--is-disabled .text-field__label {
    color: rgba(0, 0, 0, 0.38) !important;
}


/*.text-field--valid .text-field__label {
    color: #4caf50 !important;
}*/
/*.text-field--error .text-field__label,
.form-invalid.ng-invalid .text-field__label{
    color: #f44336 !important;
}*/
.text-field--error .text-field__label
{
    color: #f44336 !important;
}

.text-field__input {
    -webkit-appearance: none;
    -moz-appearance: none;

    background-color: transparent;
    
    border-style: solid;
    border-width: 1px;
    border-color:#dddddd;

    box-shadow: none;
    cursor: text;
    display: block;
    font-family: 'futurastd-book';
    font-size: 12px;
    font-weight: 400;
    /*color: rgba(0, 0, 0, 0.87);*/
    color: #666666;
    margin: 0;
    overflow: hidden;
    padding: 0 5px;
    border-radius: 4px;
    width: 100%;

    -webkit-transition: border 0.3s ease 0s;
    transition: border 0.3s ease 0s;
}

/*textarea.text-field__input
{
    height: 30px!important;
}*/

.text-field--leyout-line .text-field__input
{
    border-radius: 0px;
    padding: 0;
    border-width: 0px;
}

.text-field--leyout-box.text-field--is-focus .text-field__input{
    border-color:#555555;
}
/*.text-field--leyout-box.text-field--valid .text-field__input {
    border-color:#4caf50;
}*/
.text-field--leyout-box.text-field--error .text-field__input,
.form-invalid.ng-invalid .text-field__input.ng-invalid-required
{
    border-color:#f44336;
}


.text-field__input:focus {
    outline: medium none;
}

.text-field--is-disabled .text-field__input {
    color: rgba(0, 0, 0, 0.38);
}

input.text-field__input {
    height: 30px;
}
textarea.text-field__input {
    height: 30px;
    min-height: 30px!important;
    padding: 5px!important;
    resize: none;
}


.text-field__icon {
    font-size: 18px;
    color: #18a7df;
    height: 30px;
    line-height: 28px;
    text-align: center;
    /*background-color: #ff6c60;*/
    border-radius: 0 5px 5px 0;

    position: absolute;
    top: 20px;
    right: 0px;

    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;

    -webkit-transition-property: color;
    transition-property: color;

    -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);

    width: 40px;
}
.text-field--fixed-label .text-field__icon
{
    top: 8px;
}
.text-field--leyout-box.text-field--has-icon .text-field__input
{
    padding-right: 42px;
    text-overflow: ellipsis;
}

.text-field--leyout-line .text-field__icon 
{
    right: auto;
    left: -50px;
}

.text-field.nopadding .text-field__icon
{
    top:0px;
}

/*.text-field--is-focus .text-field__icon {
    color:#2a3542;
}
.text-field--valid .text-field__icon {
    color: #4caf50;
}
.text-field--error .text-field__icon {
    color: #f44336;
}*/

.text-field__clear {
    cursor: pointer;
    display: block;
    line-height: 28px;
    opacity: 0;
    font-size: 13px;

    position: absolute;
    right: 0;
    bottom:11px;

    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;

    -webkit-transition-property: opacity, color;
    transition-property: opacity, color;
}
.text-field-textarea .text-field__clear
{
    top:25px;
    bottom: auto;
    line-height: 20px;
}
.text-field--leyout-box .text-field__clear 
{
    right: 5px;
}
.text-field--has-icon.text-field--leyout-box .text-field__clear 
{
    right: 45px;
}

.text-field.nopadding .text-field__clear 
{
    bottom: 1px;
}
.text-field.nopaddingbottom .text-field__clear 
{
    bottom: 2px;
}

.text-field__clear:hover {
    color: #f44336;
}
.text-field:hover .text-field__clear {
    opacity: 1;
}

fieldset[disabled='disabled'] .text-field,
fieldset[disabled='disabled'] .text-field__clear,
fieldset[disabled='disabled'] .chosen-container,
fieldset[disabled='disabled'] .widget-body{
    pointer-events: none;
}

.text-field-error {
    color: #f44336;
    display: block;
    font-size: 0.75rem;
    text-align: left;
}
/*.text-field-help {
    color: rgba(0, 0, 0, 0.54);
    display: block;
    font-size: 0.75rem;
}*/

/*input file*/
.input-file {
    padding-bottom: 8px;
    padding-top: 20px;
    position: relative;

}
.input-file--line::before, .input-file::after {
    content: "";
}
.input-file--line::before {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    bottom: 7px;
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
}
.input-file--line::after {
    background-color: #2196f3;
    bottom: 6px;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;

    -webkit-transform: scale(0);
            transform: scale(0);

    -webkit-transition-duration: 0.6s;
            transition-duration: 0.6s;

    -webkit-transition-property: transform;
            transition-property: transform;

    -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
             transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.input-file--line.input-file--is-focus::after {
    -webkit-transform: scale(1);
            transform: scale(1);
}

.input-file__label {
    color: rgba(0, 0, 0, 0.54);
    display: block;
    left: 5px;
    line-height: 30px;
    pointer-events: none;
    font-size: 13px;

    position: absolute;
    top: -1px;

    -webkit-transform: translateY(24px);
            transform: translateY(24px);

    -webkit-transform-origin: left bottom 0;
            transform-origin: left bottom 0;

    -webkit-transition-duration: 0.4s;
            transition-duration: 0.4s;

    -webkit-transition-property: transform, color;
            transition-property: transform, color;

    -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
            transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}

.input-file--line .input-file__label{
    top:0px;
    left: 0px;
}

.input-file--is-active .input-file__label {

    -webkit-transform: scale(1) translateY(2px);
            transform: scale(1) translateY(2px);

    line-height: 1.3;
}
.input-file--is-focus .input-file__label {
    color: #2a3542;
}

.input-file__filename {
    display: block;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
   /* width: 100%;*/
    padding: 0 5px;

    /*border-width: 1px;
    border-color:#dddddd;
    border-style: solid;

    border-radius: 4px;*/
}
.input-file__filename i.fa
{
    color: #57c0ed;
    font-size: 20px;
    position: relative;
    top:2px;
}
.input-file--box.input-file--is-active .input-file__filename,
.input-file--box.input-file--is-focus .input-file__filename{
    border-color:#2a3542;
}

.input-file--line .input-file__filename
{
    border-width: 0px;
    border-radius: 0px;
    padding: 0px;
}

.file-button
{
    float: left;
    height: 30px;
    width: 110px;
    border: 1px solid #dddddd;
    border-radius: 4px;
    text-align: center;
    line-height: 28px;
    font-size: 13px;
}


.input-file__input {
    cursor: pointer;
    height: 38px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 20px;
    width:110px;
}

.input-file__clear {
    bottom: 11px;
    cursor: pointer;
    display: block;
    line-height: 32px;
    opacity: 0;
    position: absolute;
    right: 3px;

    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;

    -webkit-transition-property: opacity, color;
            transition-property: opacity, color;
    
}
.input-file:hover .input-file__clear{
    opacity: 1;
}

.input-file--line .input-file__clear
{
    right: 0px;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
    width: 1%;
    vertical-align: middle;
}
/*text editor*/
/*item-text-editor*/
.item-text-editor h1,
.item-text-editor h2,
.item-text-editor h3,
.item-text-editor h4,
.item-text-editor h5,
.item-text-editor h6,
.item-text-editor p
{
    white-space: pre-line;
    text-overflow:inherit;
}
.item-text-editor h1,
.item-text-editor h2,
.item-text-editor h3,
.item-text-editor h4,
.item-text-editor h5,
.item-text-editor h6
{
    display: block;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}
.item-text-editor h1
{
    font-size: 2em;
    margin-top: 0.67em;
    margin-bottom: 0.67em;
}
.item-text-editor h2{
    font-size: 1.5em;
    margin-top: 0.83em;
    margin-bottom: 0.83em;
}
.item-text-editor h3{
    font-size: 1.17em;
    margin-top: 1em;
    margin-bottom: 1em;
}  
.item-text-editor h4  
{
    margin-top: 1.33em;
    margin-bottom: 1.33em;
}
.item-text-editor h5{
    font-size: .83em;
    margin-top: 1.67em;
    margin-bottom: 1.67em;
}
.item-text-editor h6{
    font-size: .67em;
    margin-top: 2.33em;
    margin-bottom: 2.33em;
}
.item-text-editor p{
    margin-top: 1em;
    margin-bottom: 1em;
}
.item-text-editor ul,
.item-text-editor ol
{
    display: block;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
}
.item-text-editor ul{
    list-style-type: disc;
}
.item-text-editor ol {
    list-style-type: decimal;
}
.item-text-editor li {
    display: list-item;
}
.item-text-editor small {
    font-size: smaller;
}
.item-text-editor blockquote {
    display: block;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 40px;
    margin-right: 40px;
}
.item-text-editor i
{
    font-style: italic;
}
.item-text-editor img {
    display: inline-block;
}
.item-text-editor a:link,.item-text-editor  a:visited {
    color: (internal value);
    text-decoration: underline;
    cursor: auto;
}

.item-text-editor a:link:active,.item-text-editor a:visited:active {
    color: (internal value);
}

/*notification*/
.notification {
    position: fixed;
    right:0px;
    bottom:0px;
    left: 0px;
    text-align: center;
    z-index: 99999;

    /*margin-bottom: -100px;*/
    -webkit-transform:translateY(100%);
    transform:translateY(100%);

    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;

    -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.notification--is-shown {
    z-index: 99999;
  /* margin-bottom: 46px;*/
  -webkit-transform:translateY(-45px);
    transform:translateY(-45px);
}
.notification__content, .notification__icon {
    opacity: 0;

    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;

    -webkit-transition-property: opacity;
    transition-property: opacity;
}
.notification--is-shown .notification__content, .notification--is-shown .notification__icon {
    opacity: 1;
}
.notification__content {
    /*background-color: #323232;*/
    background-color:rgba( 1, 1, 1, 0.7 );
    border-radius: 2px;
    max-width: 300px;
    padding: 16px 24px;

    cursor: pointer;
    color: #ffffff;
    display: inline-block;
    font-size: 0.875rem;
    line-height: 20px;
}

@media(max-width: 767px){
    .notification__content {
        padding: 10px;
    }
}

.notification--has-icon .notification__content {
    padding-left: 35px;
}
.notification__icon {
    color: #ffffff;
    font-size: 0.875rem;
    /*left: 24px;*/
    line-height: 20px !important;
    position: absolute;
    top: 16px;
    margin-left: 16px;
}
.notification--red .notification__icon {
    color: #f44336;
}
.notification--pink .notification__icon {
    color: #e91e63;
}
.notification--purple .notification__icon {
    color: #9c27b0;
}
.notification--deep-purple .notification__icon {
    color: #673ab7;
}
.notification--indigo .notification__icon {
    color: #3f51b5;
}
.notification--blue .notification__icon {
    color: #2196f3;
}
.notification--light-blue .notification__icon {
    color: #03a9f4;
}
.notification--cyan .notification__icon {
    color: #00bcd4;
}
.notification--teal .notification__icon {
    color: #009688;
}
.notification--green .notification__icon {
    color: #4caf50;
}
.notification--light-green .notification__icon {
    color: #8bc34a;
}
.notification--lime .notification__icon {
    color: #cddc39;
}
.notification--yellow .notification__icon {
    color: #ffeb3b;
}
.notification--amber .notification__icon {
    color: #ffc107;
}
.notification--orange .notification__icon {
    color: #ff9800;
}
.notification--deep-orange .notification__icon {
    color: #ff5722;
}
.notification--brown .notification__icon {
    color: #795548;
}
.notification--grey .notification__icon {
    color: #9e9e9e;
}
.notification--blue-grey .notification__icon {
    color: #607d8b;
}
.notification--black .notification__icon {
    color: #000000;
}
.notification--white .notification__icon {
    color: #ffffff;
}
.notification--primary .notification__icon {
    color: #3f51b5;
}
.notification--primary-hue-1 .notification__icon {
    color: #c5cae9;
}
.notification--primary-hue-2 .notification__icon {
    color: #303f9f;
}
.notification--accent .notification__icon {
    color: #ff4081;
}
.notification--accent-hue-1 .notification__icon {
    color: #ff80ab;
}
.notification--accent-hue-2 .notification__icon {
    color: #f50057;
}

/*angular materials date time picker*/
md-dialog.dtp {
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
    max-height: none;
    box-shadow: none;
}


.dtp *:focus {
    outline: none !important;
}

.dtp table {
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
}

.dtp .table > tbody > tr > td,
.dtp .table > tbody > tr > th,
.dtp .table > tfoot > tr > td,
.dtp .table > tfoot > tr > th,
.dtp .table > thead > tr > td,
.dtp .table > thead > tr > th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.dtp, .dtp * {
    box-sizing: border-box !important;
}

.dtp > .dtp-content {
    max-width: 300px;
    max-height: 500px;
}

.dtp > .dtp-content > .dtp-date-view > header.dtp-header {
    background: #689F38;
    color: #fff;
    text-align: center;
    padding: 3px;
}

.dtp div.dtp-date, .dtp div.dtp-time {
    background: #8BC34A;
    text-align: center;
    color: #fff;
    padding: 10px;
}

.dtp div.dtp-date > div {
    padding: 0;
    margin: 0;
}

.dtp div.dtp-actual-month {
    font-size: 1.5em;
}

.dtp div.dtp-actual-num {
    font-size: 3em;
    line-height: 0.9;
}

.dtp div.dtp-actual-maxtime {
    font-size: 3em;
    line-height: 0.9;
}

.dtp div.dtp-actual-year {
    font-size: 1.6em;
    color: rgba(255,255,255,0.7);
}

.dtp div.dtp-year-btn {
    font-size: 1.4em;
    line-height: 30px;
    cursor: pointer;
    color: #DCEDC8;
}

.dtp div.dtp-year-btn-prev {
    text-align: right;
}


.dtp div.dtp-year-btn-next {
    text-align: left;
}

.dtp div.dtp-picker {
    padding: 10px;
    text-align: center;
}

.dtp div.dtp-picker-month, .dtp div.dtp-actual-time {
    font-weight: 500;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
}

.dtp .dtp-close {
    position: absolute;
    top: 0.25em;
    right: 5px;
    font-size: 16px;
}

.dtp .dtp-close > a {
    color: #fff;
    text-decoration: none;
}

.dtp .dtp-close > a > i {
    font-size: 1em;
}

.dtp table.dtp-picker-days {
    margin: 0;
    min-height: 220px;
}

.dtp md-virtual-repeat-container.months {
    height: 260px;
}

.dtp table.dtp-picker-days, .dtp table.dtp-picker-days tr, .dtp table.dtp-picker-days tr > td {
    border: none;
}

.dtp table.dtp-picker-days tr > td {
    font-size: 11px;
    text-align: center;
    padding: 0;
}

.dtp table.dtp-picker-days tr > td > span.dtp-select-day {
    color: #BDBDBD !important;
}
.dtp table.dtp-picker-days tr > td > .dtp-select-day {
    width: 36px;
    height: 36px;
    display: inline-block;
}
.dtp table.dtp-picker-days tr > td > .dtp-select-day, .dtp .dtp-picker-time > a {
    color: #212121;
    text-decoration: none;
    padding: 10px;
    border-radius: 50% !important;
}

.dtp table.dtp-picker-days tr > td > a.selected {
    background: #8BC34A;
    color: #fff;
}

.dtp table.dtp-picker-days tr > td > a:hover:not(.selected) {
    background: #dddddd;
}

.dtp table.dtp-picker-days tr > th {
    color: #757575;
    text-align: center;
    font-weight: 700;
    padding: 4px 3px;
}

.dtp .p10 > a {
    color: #689F38;
    text-decoration: none;
}

.dtp .p10 {
    width: 10%;
    display: inline-block;
}

.dtp .p20 {
    width: 20%;
    display: inline-block;
}

.dtp .p60 {
    width: 60%;
    display: inline-block;
}

.dtp .p80 {
    width: 80%;
    display: inline-block;
}


.dtp a.dtp-meridien-am, .dtp a.dtp-meridien-pm {
    position: relative;
   /* top: 10px;*/
    color: #212121;
    border-radius: 50% !important;
    text-decoration: none;
    background: #eee;
    font-size: 10px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
}

.dtp .dtp-actual-meridien a.selected {
    background: #689F38;
    color: #fff;
}

.dtp .dtp-picker-time > a {
    display: block;
    line-height: 23px;
    padding: 3px 3px 3px 3px;
}

.dtp .dtp-picker-time {
    position: absolute;
    width: 30px;
    height: 30px;
    font-size: 1.1em;
    border-radius: 50%;
    cursor: pointer;
    text-align: center !important;
}

.dtp .dtp-picker-time > a.dtp-select-hour.selected {
    background: #689F38;
    color: #fff;
}

.dtp .dtp-picker-time > a.dtp-select-hour.disabled, .dtp .dtp-picker-time > a.dtp-select-minute.disabled {
    color: #757575;
}

.dtp .dtp-picker-time > a.dtp-select-minute.selected {
    background: #8BC34A;
    color: #fff;
}
.dtp-clock
{
    float: left;
    width: 100%;
    text-align: center;
}

.dtp div.dtp-picker-clock {
    margin: 10px 20px 0 20px;
    padding: 10px;
    border-radius: 100% !important;
    background: #eee;
    display: inline-block;
    text-align: center;
}

.dtp-clock-center {
    width: 15px;
    height: 15px;
    background: #757575;
    border-radius: 50%;
    position: absolute;
    z-index: 50;
}

.dtp .dtp-hand, .dtp .dtp-hour-hand {
    position: absolute;
    width: 4px;
    margin-left: -2px;
    background: #BDBDBD;

    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);

    -moz-transform-origin: bottom;
    -ms-transform-origin: bottom;
    -webkit-transform-origin: bottom;
    transform-origin: bottom;

    z-index: 1;
}

.dtp .dtp-minute-hand {
    width: 2px;
    margin-left: -1px;
}

.dtp .dtp-hand.on {
    background: #8BC34A;
}

.dtp .dtp-buttons {
    padding: 0 10px 10px 10px;
    text-align: right;
}

.dtp.hidden, .dtp .hidden {
    display: none;
}

.dtp .invisible {
    visibility: hidden;
}

.dtp .left {
    float: left;
}

.dtp .right {
    float: right;
}

.dtp .clearfix {
    clear: both;
}

.dtp .center {
    text-align: center;
}


.dtp-buttons .ran-btn
{
    /*min-width: 40px;*/
    margin:8px 8px 0 0;
}
.dtp-buttons .dtp-btn-ok
{
    margin-right: 0px;
}

/*date & time picker color combination*/
.dtp.date-picker--default > .dtp-content > .dtp-date-view > header.dtp-header,
.dtp.date-picker--default .dtp-actual-meridien a.selected 
{
    background-color:#2a3542;
}
.dtp.date-picker--default div.dtp-date, 
.dtp.date-picker--default div.dtp-time,
.dtp.date-picker--default table.dtp-picker-days tr > td > a.selected,
.dtp.date-picker--default .dtp-picker-time > a.dtp-select-hour.selected,
.dtp.date-picker--default .dtp-hand.on
{
    background-color: #35404d;
}
.dtp.date-picker--default table.dtp-picker-days tr > td > a:hover:not(.selected),
.dtp.date-picker--default .dtp-picker-time > a.dtp-select-hour:hover:not(.selected) {
    background: rgba(53, 64, 77, 0.15);
}
.dtp.date-picker--default div.dtp-year-btn,
.dtp.date-picker--default div.dtp-year-btn
{
    color: rgba(255,255,255,0.7);
}
/*ran button*/
.ran-btn
{
    background-color: transparent;
    border: medium none;
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    margin: 0;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    vertical-align: top;
    border-radius: 2px;
    z-index: 2;
}
.ran-btn--m
{
    padding: 0 14px;
    line-height: 36px; 
}
.ran-btn, .ran-btn:hover, .ran-btn:active, .ran-btn:focus {
    outline: medium none;
    text-decoration: none;
}
.btn--red
{
    color: #f44336;
}
.btn--red:hover
{
    background-color: rgba(244, 67, 54, 0.15);
}
.btn--pink
{
    color: #e91e63;
}
.btn--pink:hover
{
    background-color: rgba(233, 30, 99, 0.15);
}
.btn--purple
{
    color:#9c27b0;
}
.btn--purple:hover
{
    background-color: rgba(156, 39, 176, 0.15);
}
.btn--deep-purple
{
    color: #673ab7;
}
.btn--deep-purple:hover
{
    background-color: rgba(103, 58, 183, 0.15);
}
.btn--indigo
{
    color: #3f51b5;
}
.btn--indigo:hover
{
    background-color: rgba(63, 81, 181, 0.15);
}
.btn--blue
{
    color: #2196f3;
}
.btn--blue:hover
{
    background-color: rgba(33, 150, 243, 0.15);
}
.btn--light-blue
{
    color: #03a9f4;
}
.btn--light-blue:hover
{
    background-color: rgba(3, 169, 244, 0.15);
}
.btn--cyan
{
    color: #00bcd4;
}
.btn--cyan:hover
{
    background-color: rgba(0, 188, 212, 0.15);
}
.btn--teal
{
    color: #009688;
}
.btn--teal:hover
{
    background-color: rgba(0, 150, 136, 0.15);
}
.btn--green
{
    color: #4caf50;
}
.btn--green:hover
{
    background-color: rgba(76, 175, 80, 0.15);
}
.btn--light-green
{
    color: #8bc34a;
}
.btn--light-green:hover
{
    background-color: rgba(139, 195, 74, 0.15);
}
.btn--lime
{
    color: #cddc39;
}
.btn--lime:hover
{
    background-color: rgba(205, 220, 57, 0.15);
}
.btn--yellow
{
    color: #ffeb3b;
}
.btn--yellow:hover
{
    background-color: rgba(255, 235, 59, 0.15);
}
.btn--yellow
{
    color: #ffeb3b;
}
.btn--yellow:hover
{
    background-color: rgba(255, 235, 59, 0.15);
}
.btn--amber
{
    color: #ffc107;
}
.btn--amber:hover
{
    background-color: rgba(255, 193, 7, 0.15);
}
.btn--orange
{
    color: #ff9800;
}
.btn--orange:hover
{
    background-color: rgba(255, 152, 0, 0.15);
}
.btn--brown
{
    color: #795548;
}
.btn--brown:hover
{
    background-color: rgba(121, 85, 72, 0.15);
}
.btn--blue-grey
{
    color: #607d8b;
}
.btn--blue-grey:hover
{
    background-color: rgba(96, 125, 139, 0.15);
}
.btn--black
{
    color: #000000;
}
.btn--black:hover
{
    background-color: rgba(0 ,0 , 0, 0.15);
}
.btn--primary-hue-1
{
    color: #c5cae9;
}
.btn--primary-hue-1:hover
{
    background-color: rgba(197, 202, 233, 0.15);
}
.btn--primary-hue-2
{
    color: #303f9f;
}
.btn--primary-hue-2:hover
{
    background-color: rgba(48, 63, 159, 0.15);
}
.btn--accent
{
    color: #ff4081;
}
.btn--accent:hover
{
    background-color: rgba(255, 64, 129, 0.15);
}
.btn--accent-hue-1
{
    color: #ff80ab;
}
.btn--accent-hue-1:hover
{
    background-color: rgba(255, 128, 171, 0.15);
}
.btn--accent-hue-2
{
    color: #f50057;
}
.btn--accent-hue-2:hover
{
    background-color: rgba(245, 0, 87, 0.15);
}

.btn--primary
{
    color: #3f51b5;
}
.btn--primary:hover
{
    background-color: rgba(63, 81, 181, 0.15);
}
.ran-btn--default
{
    color: #35404d!important;
}
.ran-btn--default:hover
{
    background-color: rgba(53, 64, 77, 0.15)!important;
}


/*select box*/

/*select.editable-input {
  width: 100%;
  height: 30px;
  border:2px dotted #dfdfdf;
}
*/
.chosen-container-multi .chosen-choices li.search-choice
{
    margin-top: 2px;
}
.chosen-container.chosen-container-multi  ul.chosen-choices li.search-field input {
    height: 100%
}

.chosen-container-single .chosen-default,
.chosen-container-single .chosen-single span,
.chosen-container .chosen-results li,
.chosen-container-single .chosen-search input[type="text"],
.chosen-container-multi .chosen-choices li.search-field input.default[type="text"]
{
    color: #666666;
}

#simple_multiple_chosen {
  margin-bottom: 55px;
}

ul.style-none {
  list-style: none;
}



/*file upload*/
.drop-container{
    float: left;
    width: 100%;
    background-color: rgba(42, 53, 66, 0.2);
}

.drop-container .toolbar{
    float: left;
    width: 100%;
    background:#ededed;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}
.drop-container .toolbar .button{
    min-height: 30px;
    line-height: 30px;
}
.drop-box{
    float: left;
    width: 100%;
    min-height: 400px;
    position: relative;
    background-color: rgba(255, 255, 255, 0.1);
    padding-top: 2px;
    border-radius: 2px;
}

.drop-text{
    font-size: 16px;
    height: 20px;
    left: 50%;
    margin-left: -52px;
    margin-top: -10px;
    position: absolute;
    top: 50%;
    width: 104px;
}

.drop-box.drop-box-btn
{
    border-width: 0px;
    width: auto;
    min-height: 15px!important;
    background: transparent;
    color: #5ebdd3;
    padding: 0px;
}


.files-preview
{
    position: absolute;
    top:0px;
    left: 0px;
}
ul.files{
    height: 100%;
    list-style-type: none;
    padding: 5px;
    width: 100%;

    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
ul.files li{
    float: left;
    margin: 5px;
    padding: 1px;
    position: relative;
    width: 180px;
    height: 180px;
    background-color:#ffffff; 
    /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);*/
}
ul.files .thumbnail
{
    line-height: 174px;
    text-align: center;
    background-color: #ffffff;
}

.thumb {
    display: inline-block;
    max-width: 100%;
    max-height: 176px;
    vertical-align: middle;
}

ul.files li div.delete{
    background-color: rgba(0, 0, 0, 0.25);
    border-radius: 50%;
    color: #ffffff;
    cursor: pointer;
    font-size: 40px;
    height: 80px;
    left: 50%;
    line-height: 80px;
    opacity: 0;
    position: absolute;
    text-align: center;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
    top: 50%;
    width: 80px;
    margin-left:-40px;
    margin-top:-40px; 

    -webkit-transform: scale(0.5);
    transform: scale(0.5);

    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;

    z-index: 101;
}
ul.files li:hover div.delete{
    opacity: 1;

    -webkit-transform: scale(1);
    transform: scale(1);
}
ul.files li .file-name{
    position: absolute;
    text-align: center;
    top: 10px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    opacity: 0;

    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
ul.files li:hover .file-name{
    opacity: 1;
}

ul.files li div.size{
    background-color: rgba(255, 255, 255, 0.5);
    bottom: 5px;
    font-size: 9px;
    padding: 1px 4px;
    pointer-events: none;
    position: absolute;
    right: 5px;
}

ul.files li .progress{
    height: 15px;
    left: 4px;
    margin-top: -5px;
    position: absolute;
    top: 50%;
    width: 172px;
    opacity: 0;

    -webkit-transition: opacity 0.4s ease-in 0s;
    transition: opacity 0.4s ease-in 0s;
}
ul.files li.upload-processing .progress{
    opacity: 1;
}
ul.files li.upload-success .progress{
    opacity: 0;
}

ul.files li .success-mark,
ul.files li .error-mark{
    color: rgba(0, 0, 0, 0.40);
    display: block;
    font-size: 90px;
    left: 50%;
    margin: -45px 0 0 -40px;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 50%;
    z-index: 500;
}

ul.files li.upload-success .success-mark
{
    -webkit-animation: 3s cubic-bezier(0.77, 0, 0.175, 1) 0s normal none 1 running passing-through;
    animation: 3s cubic-bezier(0.77, 0, 0.175, 1) 0s normal none 1 running passing-through;
}

ul.files li.upload-error .error-mark
{
    -webkit-animation: 3s cubic-bezier(0.77, 0, 0.175, 1) 0s normal none 1 running slide-in;
    animation: 3s cubic-bezier(0.77, 0, 0.175, 1) 0s normal none 1 running slide-in;

    opacity: 1;
}

@-webkit-keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
    }
    30%, 70% {
        opacity: 1;
        -webkit-transform: translateY(0px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
    }
}
@keyframes passing-through {
    0% {
        opacity: 0;
        transform: translateY(40px);
    }
    30%, 70% {
        opacity: 1;
        transform: translateY(0px);
    }
    100% {
        opacity: 0;
        transform: translateY(-40px);
    }
}

@-webkit-keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
    }
    30% {
        opacity: 1;
        -webkit-transform: translateY(0px);
    }
}
@keyframes slide-in {
    0% {
        opacity: 0;
        transform: translateY(40px);
    }
    30% {
        opacity: 1;
        transform: translateY(0px);
    }
}

/*crop image*/
.cropArea {
    background: #E4E4E4;
    overflow: hidden;
    width:500px;
    height:350px;
}
/*dialog css*/
.dialog-filter {
    background-color: rgba(0, 0, 0, 0.6);
    bottom: 0;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;

    -webkit-transition-duration: 0.6s;
    transition-duration: 0.6s;

    -webkit-transition-property: opacity;
    transition-property: opacity;

    -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);

}
.dialog-filter--is-shown {
    opacity: 1;
}
/*.dialog {
    background-color: #ffffff;
    box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.14), 0 6px 10px 0 rgba(0, 0, 0, 0.098), 0 1px 18px 0 rgba(0, 0, 0, 0.082);
    display: none;
    left: 50%;
    opacity: 0;
    position: fixed;
    top: 32px;
    transform: translateY(-50px);
    transition-duration: 0.6s;
    transition-property: opacity, transform;
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}*/
.dialog.dialog--is-fixed{
    position:fixed;
    top:-100%;
    bottom:100%;
    left:0;
    right:0;
    background-color: #ffffff;
    z-index:501;
    opacity:0;
}

/*.dialog--alert {
    margin-left: -200px;
    width: 400px;
}
@media screen and (min-width: 1024px) {
    .dialog--l {
        margin-left: -400px;
        width: 800px;
    }
}
@media screen and (max-width: 1023px) {
    .dialog--l {
        margin-left: -40%;
        width: 80%;
    }
}
*/
/*.dialog--is-shown {
    opacity: 1;
    transform: translateY(0px);
}*/
.dialog--is-fixed.dialog--is-shown{
    top:0%;
    bottom:0%;
    opacity:1;
}
  
.dialog--is-fixed .dialog__scrollable
{
    position: absolute;
    top: 61px; 
    bottom: 0; 
    left: 0; 
    right: 0;
    overflow: auto;
}

.dialog__footer {
  position:fixed;
  height:60px;
  width:60px;
  top:-60px;
  right:0;
  z-index:502;
  background:rgba(0,0,0,.1);
}

.dialog__footer .close-popup {
    font-size: 40px;
}
.dialog--is-shown .dialog__footer{
    top:0px;
}
/*.dialog--is-fixed {
    bottom: 32px;
}
.dialog--is-fixed .dialog__header {
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.dialog--is-fixed .dialog__scrollable {
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    right: 0;
    z-index: 1;
}
.dialog--is-fixed .dialog__footer, .dialog--is-fixed .dialog__actions {
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
}*/

.dialog__footer, .dialog__actions {
    padding: 8px 16px;
    text-align: right;
}
.long-animate {
  -webkit-transition: .5s .5s ease-in-out;
  -moz-transition: .5s .5s ease-in-out;
  -ms-transition: .5s .5s ease-in-out;
  -o-transition:.5s .5s ease-in-out;
  transition:.5s .5s ease-in-out;
}

.short-animate {
    -webkit-transition:.5s ease-in-out;
       -moz-transition:.5s ease-in-out;
        -ms-transition:.5s ease-in-out;
         -o-transition:.5s ease-in-out;
            transition:.5s ease-in-out;
}

/*inline edit*/
select.editable-input {
  width: 100%;
  height: 25px;
  border-width:1px;
  border-style: dashed;
  border-color: #a4a2a3;
  background: transparent;
  font-size: 12px;
}
.editable-buttons
{
    vertical-align: inherit;
}
.editable-buttons button[type='submit'],
.editable-buttons button[type='button']{
    background: transparent none repeat scroll 0 0;
    border-width: 0;
    font-size: 16px;
    padding: 0 2px;
}
.editable-buttons button[type='submit']{
    color: #a6ce6b;
}
.editable-buttons button[type='button']{
    color: #f85453;
}
.editable-controls .chosen-container 
{
    min-width: 100px!important;
}
.editable-controls .chosen-container-single .chosen-single
{
    border-style: dotted;
    border-width: 0 0 1px;
    border-radius: 0px;
}
.editable-controls .chosen-container-single .chosen-single
{
    height: 24px;
}
.editable-controls .chosen-container-single .chosen-single span,
.editable-controls .chosen-container-single .chosen-single div b
{
    line-height: 27px;
}

.editable-controls .chosen-container-single .chosen-single span
{
    font-size: 13px;
    color: #5ac3e1;
}

/*.editable-controls .chosen-container .chosen-drop
{
    z-index: 100000!im
}*/

/*.editable-select .editable-buttons button[type='submit']::before,
.editable-select .editable-buttons button[type='button']::before{
    font-family: FontAwesome;
    line-height: 1;
    text-rendering: auto;
}
.editable-select .editable-buttons button[type='submit']::before{
    content: "";
}
.editable-select .editable-buttons button[type='button']::before{
    content: "";
}*/
.ran-select {
    float: left;
    min-width: 200px;
    position: relative;
    width: 100%;
}
.ran-select[disabled] {
    cursor: default;
    pointer-events: none;
}
.ran-select[disabled] .ran-select-label {
    background: #eeeeee none repeat scroll 0 0;
}
.ran-select-label {
    border: 1px solid #ddd;
    border-radius: 4px;
    float: left;
    padding: 5px;
    position: relative;
    width: 100%;
}
.ran-select-label.opened {
    border-radius: 4px 4px 0 0;
}
.ran-select-label .select-label {
    float: left;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 85%;
}
.select-arrow {
    background: transparent none repeat scroll 0 0;
    border-left: 1px solid #ddd;
    border-radius: 0 4px 4px 0;
    height: 100%;
    padding: 4px 10px;
    position: absolute;
    right: 0;
    top: 0;
}
.opened .select-arrow .caret::before {
    content: "";
}
.ran-select-menu {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #ffffff none repeat scroll 0 0;
    border-color: #ddd;
    border-image: none;
    border-style: solid;
    border-width: 0 1px 1px;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.14), 0 2px 2px 0 rgba(0, 0, 0, 0.098), 0 1px 5px 0 rgba(0, 0, 0, 0.082);
    float: left;
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 99;

    -webkit-transform: scale(0);
    transform: scale(0);

    -webkit-transform-origin: right top 0;
    transform-origin: right top 0;

    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;

}
.select-scroll {
    max-height: 250px;
    overflow-x: hidden;
    overflow-y: auto;
}
.ran-select-is-multiple .select-scroll {
    margin-bottom: 30px;
}
.show-select-menu.ran-select-menu {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.slectbox-option-label {
    display: inline-block;
    font-size: 14px;
    width: 100%;
}
.ran-select-option {
    margin: 1px 0 0;
    padding: 5px;
    width: 100%;
}
.select-search {
    position: relative;
}
.select-search {
    margin: 0;
    padding: 3px 4px;
    position: relative;
    white-space: nowrap;
    z-index: 1010;
}
.select-search::after {
    color: #888;
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 14px;
    position: absolute;
    right: 12px;
    top: 8px;
}
.select-search input[type="text"] {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #ddd;
    border-radius: 0;
    font-size: 13px;
    height: 28px;
    line-height: 28px;
    padding: 4px 20px 4px 5px;
    width: 100%;
}
.slectbox-option-label-checkbox {
    cursor: pointer;
    display: block;
    font-weight: 400;
    line-height: 24px;
    list-style: outside none none;
    padding-left: 32px;
    position: relative;
}
.slectbox-option-label-checkbox::before, .slectbox-option-label-checkbox::after {
    display: inline-block;
    font-family: FontAwesome;
    font-size: 18px;
    left: 0;
    line-height: 25px;
    position: absolute;
    text-rendering: auto;
    top: 0;

    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);

    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;

    -webkit-transition-property: opacity;
    transition-property: opacity;
}
.slectbox-option-label-checkbox::before, .slectbox-option-label-checkbox.option_checked::after {
    opacity: 1;
}
.slectbox-option-label-checkbox.option_checked::before, .slectbox-option-label-checkbox::after {
    opacity: 0;
}
.slectbox-option-label-checkbox::before {
    color: rgba(0, 0, 0, 0.54);
    content: "";
}
.slectbox-option-label-checkbox.option_checked::after {
    color: #2a3542;
    content: "";
}
.option_checked {
    background: #eeeeee none repeat scroll 0 0;
}
.option_hover {
    background: #eeeeee none repeat scroll 0 0;
}
.ran-select-label .select_label_box {
    text-overflow: inherit;
    width: auto;
}
.select_label_box::before {
    color: #bdbdbd;
    content: "";
    font-family: FontAwesome;
    font-size: 15px;
    position: absolute;
    right: 4px;
    text-rendering: auto;
    top: 4px;
}
.ran-select-label .select_label_box {
    background-clip: padding-box;
    background-color: #eeeeee;
    border-radius: 2px;
    color: #333;
    cursor: pointer;
    font-size: 13px;
    line-height: 13px;
    margin: 3px 0 3px 5px;
    padding: 3px 20px 3px 5px;
    position: relative;
}
.select_label_box:hover {
    background: #757575 none repeat scroll 0 0;
    color: #ffffff;
}
.select_label_box:hover::before {
    color: #ffffff;
}
.group-result {
    float: left;
    font-size: 14px;
    list-style: outside none none;
    width: 100%;
}
.slectbox-option-label-group {
    float: left;
    margin-top: 2px;
    padding: 5px 5px 5px 10px;
    width: 100%;
}
.select-done {
    /*background: #2a3542 none repeat scroll 0 0;*/
    bottom: 0;
    color: #aeb2b7;
    font-size: 12px;
    /*padding:0 5px;*/
    line-height: 30px;
    position: absolute;
    width: 100%;
    z-index: 99;
}
.select-done > span
{
    width: 50%;
    padding: 0 5px;
    text-align: left;
    display: inline-block;
    background: #2a3542;
    border-left: 1px solid #ffffff;
    cursor: pointer;
    position: relative;
}
.select-done > span:first-child
{
    border-left: 0px;
}
.select-done > span.done::before,
.select-done > span.reset::before
{
    font-family: FontAwesome;
    position: absolute;
    right: 5px;
    text-rendering: auto;
    font-size: 15px;
    font-weight: 300;
}
.select-done > span.done::before {
    content: "";
}
.select-done > span.reset::before {
    content: "\f021";
}

md-progress-circular
{
    width: 40px;
    height: 40px;
}


/*ng-repeat animation*/
/*.repeat-animation.ng-enter,
.repeat-animation.ng-leave,
.repeat-animation.ng-move {

  -webkit-transition: all linear 1s;
  -moz-transition: all linear 1s;
  -o-transition: all linear 1s;
  transition: all linear 1s;
    
  position:relative;
  left:5px;
}
.repeat-animation.ng-enter {
  opacity: 0;
}
.repeat-animation.ng-enter.ng-enter-active {
  opacity: 1;
}
.repeat-animation.ng-leave {
  opacity: 1;
}
.repeat-animation.ng-leave.ng-leave-active {
  opacity: 0;
}
.repeat-animation.ng-move {
  left:2px;
  opacity: 0.5;
}
.repeat-animation.ng-move.ng-move-active {
  left:0;
  opacity: 1;
}
*/
.repeat-animation.ng-move,
.repeat-animation.ng-enter,
.repeat-animation.ng-leave {
  -webkit-transition:all linear 0.5s;
  transition:all linear 0.5s;
}

.repeat-animation.ng-leave.ng-leave-active,
.repeat-animation.ng-move,
.repeat-animation.ng-enter {
  opacity:0;
}

.repeat-animation.ng-leave,
.repeat-animation.ng-move.ng-move-active,
.repeat-animation.ng-enter.ng-enter-active {
  opacity:1;
}
/*.phone-enter {
  opacity:0;
  -webkit-transition-property: all;
  -webkit-transition-timing-function: ease-out-cubic;
  -webkit-transition-duration: 400ms;
}
.phone-enter.phone-enter-active {
  opacity: 1;
}*/
/*loading pane*/
.loading-pane {
  position: absolute;
  background:rgba(255,255,255,0.6);
  /*filter: blur(5px);
  -webkit-filter: blur(5px);*/
}

.loading-pane .spinner-image{
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("../images/spinner.gif") center center no-repeat;
}

/*switch design*/
.switch {
  background: #bdc3c7;
  /*border: 1px solid #dfdfdf;*/
  position: relative;
  display: inline-block;
  box-sizing: content-box;
  overflow: visible;
  width: 80px;
  height: 30px;
  padding: 0px;
  margin: 0px;
  border-radius: 20px;
  cursor: pointer;
  box-shadow: rgb(223, 223, 223) 0px 0px 0px 0px inset;
  transition: 0.3s ease-out all;
  -webkit-transition: 0.3s ease-out all;
  top: -1px;
}
/*adding a wide width for larger switch text*/
.switch.wide {
  width:80px;
}
.switch small {
  background: #ffffff;
  border-radius: 100%;
  box-shadow: 0 1px 3px rgba(0,0,0,0.4);
  width: 21px;
  height: 21px;
  position: absolute;
  top: 5px;
  left: 4px;
  transition: 0.3s ease-out all;
  -webkit-transition: 0.3s ease-out all;
}
.switch.checked {
  background: #2a3342;
}
.switch.checked small {
  left: 55px;
  background: #42cac0;
}
/*wider switch text moves small further to the right*/
.switch.wide.checked small {
  left:52px;
}
/*styles for switch-text*/
.switch .switch-text {
  font-weight: bold;
  font-size:14px;
}

.switch .off {
  display:block;
  position: absolute;
  right: 15%;
  top: 18%;
  z-index: 0;
  color:#ffffff;
  font-size: 12px;
}

.switch .on {
  display:none;
   z-index: 0;
  color:#fff;
  position: absolute;
  top: 18%;
  left: 15%;
  color: #b5b1ab;
}

.switch.checked .off {
  display:none;
}

.switch.checked .on {
  display:block;

}

.switch.disabled {
  opacity: .50;
  cursor: not-allowed;
}


/*icon-left*/
.item-icon-left .ran-icon:first-child {
    padding-right: 20px;
}
.item-count-right .item-count,
.item-icon-right .ran-icon:last-child
{
    position: absolute;
    right: 0px;
    top:10px;
}

/*panel*/
.panel {
    background-color: #fff;
    border-radius: 4px;
}
.panel.green-chart {
    background: #a9d96c;
    color: #fff;
}
.panel.green-chart .chart-title {
    font-size: 14px;
    padding: 15px;
    display: inline-block;
    font-weight: normal;
    background: #99c262;
    width: 100%;
    -webkit-border-radius: 0px 0px 4px 4px;
    border-radius: 0px 0px 4px 4px;
}

/*Tabs*/
.tabs-lists
{
    float: left;
    width: 100%;

    border-bottom: 1px solid #ddd;
    /*padding: 0 15px;*/
}
.tabs-lists li
{
    float: left;
    padding: 0 25px;
    line-height: 35px;
    border: 1px solid #57c8f2;
    border-bottom-width:0px; 
    position: relative;
    z-index: 1;
    background-color: #57c8f2;
    cursor: pointer;
    border-radius: 4px 4px 0 0;
    color: #ffffff;
    position: relative;
    top:1px;
    margin-left:10px; 
}
/*.tabs-lists li:first-child
{
     border-left: 1px solid #dddee3;
}*/
.tabs-lists li.active
{   
    border: 1px solid #70c8ca;
    border-bottom-width:0px; 
    background-color: #ffffff;
    color: #70c8ca;
}

.tab-content
{
    display: inline-block;
    width: 100%;
    margin-top: -1px;
    position: relative;
    z-index: 1;
}
.tab-content .tab-pane
{
    display: none;
}
.tab-content .tab-pane.active
{
    display: block;
}


/*modal*/
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.modal-open {
  overflow: hidden;
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
       -o-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
    text-align: right;
    padding:5px 10px;
}
.modal-header a.close-btn
{
    color: #737373;
}
.modal-header a.close-btn:hover
{
    color: #58c8f0;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding:0 10px;
}
.modal-footer {
  padding: 10px;
  text-align: right;
  border-top: 1px solid #dddddd;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}


/*Media*/
.media {
    margin-top:15px
}
.media:first-child {
    margin-top:0
}
.media,.media-body {
    /*overflow:hidden;
    zoom:1*/
}
.media-body {
    width:10000px
}
.media-object {
    display:block
}
.media-object.img-thumbnail {
    max-width:none
}
.media-right,.media>.pull-right {
    padding-left:10px
}
.media-left,.media>.pull-left {
    padding-right:10px
}
.media-body,.media-left,.media-right {
    display:table-cell;
    vertical-align:top
}
.media-middle {
    vertical-align:middle
}
.media-bottom {
    vertical-align:bottom
}
.media-heading {
    margin-top:0;
    margin-bottom:5px
}
.media-list {
    padding-left:0;
    list-style:none
}


.table-grid-view-row .social-links {
    display: inline-block;
    margin-bottom: 10px;
}

.table-grid-view-row .social-links li{
    display: inline-block;
}

.table-grid-view-row .social-links li a{
    background: #EFF0F4;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #7A7676;
}

.table-grid-view-row .social-links li a:hover
{
    background-color: #ff6c60;
    color: #ffffff;
}

.table-grid-view-row h4 {
    font-weight: normal;
}
.table-grid-view-row h4 > span
{
    font-size: 12px;
}

.table-grid-view-row .thumb {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    height: 175px;
    width: 175px;
}

.table-grid-view-row > ul
{
    display: inline-block;
    width: 100%;
}
.table-grid-view-row > ul > li
{
    float: left;
    width: 48%;
    margin-top: 20px;
    position: relative;
}

@media(max-width: 1200px) and (min-width: 250px){
    .table-grid-view-row > ul > li
    {
        width: 100%;
    }
}

.table-grid-view-row > ul > li.even
{
    float: right;
}



/*Accordion*/
.ran-accordian 
{
    float: left;
    width: 100%;
    margin: 10px 0 0 0;
}
.ran-accordian:first-child
{
    margin: 0px;
}
.accordion-header
{
    float: left;
    width: 100%;
    background: #57c8f0;
    line-height: 40px;
    padding: 0 10px;
    color: #ffffff;
    cursor: pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.accordion-header.active
{
     -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}
.accordion-body
{
    float: left;
    width: 100%;
    border-width: 0 1px 1px 1px;
    border-style: solid;
    border-color: #cfcfcf;
    border-radius:  0 0 5px 5px;

    display: none;
}

.accordion-header > span.icon
{
    float: right;

}

/*fancy select*/
.fancy-select-container
{
    height: 30px;
    border:1px solid #ddd;
    white-space: nowrap;
    background-color: #ffffff;
    overflow: hidden;
    padding: 0 0 0 5px;
    color: #777777;
    position: relative;

    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.fancy_select_multi_container
{
    height: auto;
    min-height: 30px;
}

.fancy-select-container.fancy_select_inline_edit 
{
    color: #5ac3e1;
}
.fancy-select-container.fancy_select_inline_edit .fancy-select-single-arrow
{
    color: #777777;
}
/*.fancy_select_active
{
    color: #444444;
}*/

.fancy-select-single,
.fancy-select-multiple
{
    display: block;
    text-overflow: ellipsis;
    line-height: 30px;
    margin-right: 30px;
    white-space: break-spaces;
    overflow: hidden;
    font-size: 12px;
    text-align: left;
    color: #a4a4a4;
}
.fancy-select-multiple
{
    margin-right: 0px;
}

.fancy-select-single-arrow
{
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 30px;
    text-align: center;
    height: 100%;

    line-height: 1;
    font-size: 16px;
}

.fancy-select-single-arrow > i.fa
{
    width: 100%;
    height: 100%;
    line-height: 24px;
}

.fancy-select-lists .item
{
    padding:7px 5px;
    border-width: 0px;
    cursor: pointer;
    margin-top: 1px;
}

.fancy-select-lists-single .item:hover
{
    background-color: #dddddd;
    color: #444;
}

.fancy-select-modal .text-field 
{
    padding-bottom:0px; 
}

.fancy-select__clear
{
    cursor: pointer;
    display: block;
    line-height: 30px;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    right: 35px;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-property: opacity, color;
    transition-property: opacity, color;
    top: 0;
    font-size: 13px;
    color: #777;
}

.fancy_select_active .fancy-select__clear
{
    opacity: 1;
    visibility: visible;
}
.fancy-select__clear:hover
{
    color: #f44336;
}

.fancy-select-modal .text-field__clear
{
    bottom: 0px;
}

.fancy_select_disabled
{
    opacity: 0.5!important;
    cursor: default;
    pointer-events: none;
}




.fancy-select-lists-multiple span.display-name
{
    float: left;
    line-height: 30px;
}

.fancy-select-lists-multiple .switch
{
    margin: 1px 0 0 0;
    float: right;
}

.fancy-select-modal .widget-header
{
    padding: 0 10px;
    text-align: center;
}

.fancy-select-modal .widget-title
{
    display: inline-block;
    width: 100%;
    font-size: 16px!important;
}

.fancy-select-modal .widget-toolbar-left
{
    position: absolute;
    left: 10px;
    padding: 0px;
}
.fancy-select-modal .widget-toolbar-right
{
    position: absolute;
    right: 10px;
    padding: 0px;
}

.fancy-select-choices {
    position: relative;
    overflow: hidden;
    margin: 0;
    width: 100%;
    height: auto !important;
    height: 1%;
    background-color: #fff;
    cursor: text;
}

.fancy-select-choices li {
    float: left;
    position: relative;
    margin: 4px 5px 3px 0;
    padding: 0 5px;
    max-width: 100%;
    background-color: #eee;
    color: rgba(0,0,0,.87);
    line-height: 28px;
    cursor: pointer;
    border-radius: 2px;
    font-size: 12px;
}

/*fancy_select_inline_edit*/
.fancy_select_inline_edit
{
    height: 24px;
    border-width: 0px;
}
.fancy_select_inline_edit .fancy-select-single
{
    line-height: 24px;
    margin-right:20px;
    font-size: 13px;
}
.fancy_select_inline_edit .fancy-select__clear
{
    display: none;
}
.fancy_select_inline_edit .fancy-select-single-arrow
{
    width: 20px;
}


/*rating*/
.rating {
    color: #9a9899;
    margin: 0;
    padding: 0;
}
ul.rating {
    display: inline-block;
}
.rating li {
    list-style-type: none;
    display: inline-block;
    padding: 1px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    font-size:20px;
}
.rating .filled {
    color: #ffb224;
}
/*media query start*/
@media(max-width: 767px){
    .fancy-select-modal .modal-dialog
    {
        margin: 0px auto;
    }
    .fancy-select-modal .modal-content
    {
        border-width: 0px;
        border-radius: 0px;
    }
    .text-field
    {
        padding-top: 10px;
    }
    .text-field__label
    {
        top:-12px
    }
    .text-field--is-active:not(.text-field--fixed-label) .text-field__label
    {
        -webkit-transform: scale(1) translateY(8px);
        transform: scale(1) translateY(8px);
    }
    /*.text-field__clear
    {
        bottom: 1px;
    }*/
    .text-field__icon
    {
        top:10px;
    }
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }
    .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    }
    .modal-sm {
        width: 300px;
    }
}
@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}
/*media quires*/
@media(max-width: 480px){
    .hide-480
    {
        display: none!important;
    }
    .table-grid-view-row .image-wrapper
    {
        width: 100%;
        text-align: center;
        margin-top: 17px;
    }
    .table-grid-view-row .image-wrapper > img
    {
        display: inline-block;
    }
}





