﻿@import url('https://fonts.googleapis.com/css?family=Cairo');


html
{
    /*background-color: #f5f8fa;*//*#e2e2e2;*/
    margin: 0;
    padding: 0;
}

body
{
    /*background-color: #fff;
    border-top: solid 10px #000000;
    color: #333;*/ /*font-size: .85em;     font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;*/
   /* margin: 0;
    padding: 0;*/
   background-color: #f9f9f9;
   font-family:"Cairo","Alegreya Sans", Vollkorn, "Open Sans","Lato",Arial,"Segoe UI", Verdana, Helvetica, Sans-Serif;
   font-size:15px;
   font-weight:500;
}

a, body a
{
    color: #333;
    /*outline: none;
    padding-left: 3px;
    padding-right: 3px;*/
    text-decoration: none;
    cursor: pointer;
}

a:link, a:visited, a:active
{
    color: #555;
}

a:hover
{
    /*background-color: #c7d1d6;*/
    color:#000;
    text-decoration: none;
}

/*header, footer, hgroup, nav, section
{
    display: block;
}*/

hr {
    color:#ddd;
    margin:10px 0;
}
mark
{
    /*background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;*/
}

.float-left
{
    float: left;
}

.float-right
{
    float: right;
}

.clear-fix:after
{
    /*content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;*/
}
/*
h1, h2, h3, h4, h5, h6
{
    color: #000;
    margin-bottom: 0;
    padding-bottom: 0;
}

h1
{
    font-size: 2em;
}

h2
{
    font-size: 1.75em;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

h5 a:link, h5 a:visited, h5 a:active
{
    padding: 0;
    text-decoration: none;
}
*/

h1 span {
    color: #cccccc;
}

/*h1, h2, h3 {
    color: #92278f;
}*/

/* main layout
----------------------------------------------------------*/
.content-wrapper {
    margin: 0 auto;
    max-width: 1180px;
    /*margin: 0 15px;
    max-width: 100%*/;
}

#body
{
    /*background-color: #f9f9f9;*/
    clear: both;
    padding-bottom: 35px;
    padding-top: 15px;
    min-height: 500px;
}

/*.main-content {
        background: url("../Images/accent.png") no-repeat;
        padding-left: 10px;
        padding-top: 30px;
    }

    .featured + .main-content {
        background: url("../Images/heroAccent.png") no-repeat;
    }*/

header {
    display: block;
    background: #ffffff;
    /*background: linear-gradient(to bottom, #fce3fc 0%, #f9f9f9 100%);*/
    /*border-bottom: 1px dashed #f6ebf6;*/ /*D707D7*/
}
header .content-wrapper
{
    padding-top: 5px;
}

footer
{
    clear: both;
    background-color: #333;
    font-size: .8em;
    height: 60px;
    color:#e2e2e2;
}

footer a
{
    font-size: 13px;
}

.foot-link a
{
    color:#e2e2e2;
    padding-left:15px;
}

/* site title
----------------------------------------------------------*/
.site-title
{
    color: #dddddd/*#f2f2f2*/;
    font-family: Rockwell, Consolas, "Courier New" , Courier, monospace;
    font-size: 26px;
    margin: 0;
}

    .site-title i {
        color:#888;
        font-size:0.7em;
        font-style:normal;
    }

.site-title img
{
    margin: 5px 20px 0 0;
    max-width: 205px;
}

/* login
----------------------------------------------------------*/
#login
{
    display: block;
    font-size: .85em;
    margin: 0 0 10px;
    text-align: right;
}

#login a
{
    background-color: #d3dce0;
    margin-left: 10px;
    margin-right: 3px;
    padding: 2px 3px;
    text-decoration: none;
}

#login a.username
{
    background: none;
    margin: 0;
    padding: 0;
    text-decoration: underline;
}

#login ul
{
    margin: 0;
}

#login li
{
    display: inline;
    list-style: none;
}


/* menu
----------------------------------------------------------*/
ul#menu
{
    /*font-size: 1.3em;
    font-weight: 600;*/
    margin: 10px 0 5px;
    padding: 0;
    text-align: right;
}

ul#menu li
{
    display: inline;
    list-style: none;
    padding-left: 6px;
}

ul#menu li a
{
    background: none;
    color: #555;
    text-decoration: none;
    text-transform:uppercase;
    font-size:12px;
    transition: border .5s;
    border-bottom: 2px solid transparent;
    cursor: pointer;
}

ul#menu li a:hover
{
    color: #92278f;
    text-decoration: none;
    border-bottom-color: #8d9127;
}


/* page elements
----------------------------------------------------------*/
/* featured */
.featured
{
    /*background-color: #fff;*/
}

.featured .content-wrapper
{
    background-color: #ffffff /*#a864a8*/; /*#7ac0da;*/ /*background-image: -ms-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);         background-image: -o-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);         background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #7ac0da), color-stop(1, #a4d4e6));         background-image: -webkit-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);         background-image: linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);*/
    color: #92278f; /*#3e5667;*/
    padding: 15px 40px;
        border: 1px solid #f6ebf6;
}

.featured hgroup.title h1, .featured hgroup.title h2
{
    color: #fff;
}

.featured p
{
    /*font-size: 1.1em;*/
    color: #555555; /*#3e5667;*/
}

/* page titles */
hgroup.title
{
    margin-bottom: 10px;
}

/*hgroup.title h1, hgroup.title h2
{
    display: inline;
}

hgroup.title h2
{
    font-weight: normal;
    margin-left: 3px;
}*/

/* features */
/*section.feature
{
    width: 300px;
    float: left;
    padding: 10px;
}*/

/* ordered list */
/*ol.round
{
    list-style-type: none;
    padding-left: 0;
}

ol.round li
{
    margin: 25px 0;
    padding-left: 45px;
}

ol.round li.zero
{
    background: url("../Images/orderedList0.png") no-repeat;
}

ol.round li.one
{
    background: url("../Images/orderedList1.png") no-repeat;
}

ol.round li.two
{
    background: url("../Images/orderedList2.png") no-repeat;
}

ol.round li.three
{
    background: url("../Images/orderedList3.png") no-repeat;
}

ol.round li.four
{
    background: url("../Images/orderedList4.png") no-repeat;
}

ol.round li.five
{
    background: url("../Images/orderedList5.png") no-repeat;
}

ol.round li.six
{
    background: url("../Images/orderedList6.png") no-repeat;
}

ol.round li.seven
{
    background: url("../Images/orderedList7.png") no-repeat;
}

ol.round li.eight
{
    background: url("../Images/orderedList8.png") no-repeat;
}

ol.round li.nine
{
    background: url("../Images/orderedList9.png") no-repeat;
}*/

/* content */
/*article
{
    float: left;
    width: 70%;
}

aside
{
    float: right;
    width: 25%;
}

aside ul
{
    list-style: none;
    padding: 0;
}

aside ul li
{
    background: url("../Images/bullet.png") no-repeat 0 50%;
    padding: 2px 0 2px 20px;
}

.label
{
    font-weight: 700;
}*/

/* login page */
#loginForm {
    border-right: solid 1px #ebebeb;
    float: left;
    width: 55%;
}

#loginForm .validation-error
{
    display: block;
    margin-left: 15px;
}

#loginForm .validation-summary-errors ul
{
    margin: 0;
    padding: 0;
}

#loginForm .validation-summary-errors li
{
    display: inline;
    list-style: none;
    margin: 0;
}

#loginForm input
{
    width: 250px;
}

#loginForm input[type="checkbox"], #loginForm input[type="submit"], #loginForm input[type="button"], #loginForm button
{
    width: auto;
}

#socialLoginForm
{
    margin-left: 40px;
    float: left;
    width: 40%;
}

#socialLoginForm h2
{
    margin-bottom: 5px;
}

#socialLoginList button
{
    margin-bottom: 12px;
}

#logoutForm
{
    display: inline;
}

/* contact */
.contact h3
{
    font-size: 1.2em;
}

.contact p
{
    /*margin: 5px 0 0 10px;*/
}

.contact iframe
{
    border: 1px solid #333;
    margin: 5px 0 0 10px;
}

/* forms */
fieldset
{
    border: none;
    margin: 0;
    padding: 0;
}

fieldset legend
{
    display: none;
}

fieldset ol
{
    padding: 0;
    list-style: none;
}

fieldset ol li
{
    padding-bottom: 5px;
}

label, .form-horizontal label
{
    /*display: block; font-size: 1.2em;     font-weight: 600;*/
    font-weight: normal;
}

label.checkbox
{
    display: inline;
}

input, textarea
{
    /*/border: 1px solid #e2e2e2;*/
    background: #fff;
    color: #333;
    /*font-size: 1.2em;
    margin: 5px 0 6px 0;
    padding: 5px;
    width: 300px;*/
}

textarea
{
    font-family: inherit;
    width: 500px;
}

input:focus, textarea:focus
{
    /*border: 1px solid #7ac0da;*/
}

input[type="checkbox"]
{
    background: transparent;
    border: inherit;
    width: auto;
}

input[type="range"]
{
    background: transparent;
}

input[type="submit"], input[type="button"], button
{
    /*background-color: #d3dce0;         border: 1px solid #787878; font-weight: 600;         padding: 7px;         margin-right: 8px;         font-size: 1.2em;*/
    /*border: 1px solid #000000;
    background: #92278f;*/
    cursor: pointer;
    width: auto;
    border: 0;
    outline:0;
    /*color: #ffffff;*/
}

.btn-doo
{
    /*background-color: #d3dce0;         border: 1px solid #787878; font-weight: 600;         padding: 7px;         margin-right: 8px;         font-size: 1.2em;*/
    border: 1px solid #000000;
    background: #92278f;
    cursor: pointer;
    width: auto;
    color: #ffffff;
    border-radius: 0;
}
.btn-doo:hover
{
    background: #691C66;
    color: #ffffff;
}


td input[type="submit"], td input[type="button"], td button
{
    font-size: 1em;
    padding: 4px;
    margin-right: 4px;
}

/* info and errors */
.message-info
{
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error
{
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success
{
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error
{
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error
{
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid
{
    display: none;
}

input.input-validation-error
{
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error
{
    border: 0 none;
}

.validation-summary-errors
{
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid
{
    display: none;
}


/* tables
----------------------------------------------------------*/
table
{
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 0.75em;
    border: 0 none;
}

th
{
    font-size: 1.2em;
    text-align: left;
    border: none 0px;
    padding-left: 0;
}

th a
{
    display: block;
    position: relative;
}

th a:link, th a:visited, th a:active, th a:hover
{
    color: #333;
    font-weight: 600;
    text-decoration: none;
    padding: 0;
}

th a:hover
{
    color: #000;
}

th.asc a, th.desc a
{
    margin-right: .75em;
}

th.asc a:after, th.desc a:after
{
    display: block;
    position: absolute;
    right: 0em;
    top: 0;
    font-size: 0.75em;
}

th.asc a:after
{
    content: '▲';
}

th.desc a:after
{
    content: '▼';
}

td
{
    padding: 0.25em 2em 0.25em 0em;
    border: 0 none;
}

tr.pager td
{
    padding: 0 0.25em 0 0;
}

footer p
    {
        margin: 10px 0 0;
    }
    
/********************
*   Mobile Styles   *
********************/
@media only screen and (max-width: 850px)
{

    /* header
        ----------------------------------------------------------*/
    header
    {
        position: fixed;
        top: 0;
        z-index: 50;
        background: #ffffff;
        width: 100%;
        border-top: 4px solid #000000;
        border-bottom: 1px dashed #f6ebf6;
    }
    #body
    {
        padding-top: 120px;
    }
    .toolkt
    {
        padding: 0px;
    }

    header .float-left, header .float-right
    {
        float: none;
    }

    /* logo */
    header .site-title
    {
        /*margin: 10px;*/
        text-align: center;
        font-size: 2em;
    }

    /* login */
    #login
    {
        font-size: .85em;
        margin: 0 0 12px;
        text-align: center;
    }

    #login ul
    {
        margin: 5px 0;
        padding: 0;
    }

    #login li
    {
        display: inline;
        list-style: none;
        margin: 0;
        padding: 0;
    }

    #login a
    {
        background: none;
        color: #999;
        font-weight: 600;
        margin: 2px;
        padding: 0;
    }

    #login a:hover
    {
        color: #333;
    }

    /* menu */
    nav
    {
        margin-bottom: 5px;
    }

    ul#menu
    {
        margin: 0;
        padding: 0;
        text-align: center;
    }

    ul#menu li
    {
        margin: 0;
        padding: 0;
    }


    /* main layout
        ----------------------------------------------------------*/
    .main-content, .featured + .main-content
    {
        background-position: 10px 0;
    }

    .content-wrapper
    {
        /*padding-right: 10px;         padding-left: 10px;*/
    }

    .featured .content-wrapper
    {
        padding: 10px;
    }

    /* page content */
    article, aside
    {
        float: none;
        width: 100%;
    }

    /* ordered list */
    ol.round
    {
        list-style-type: none;
        padding-left: 0;
    }

    ol.round li
    {
        padding-left: 10px;
        margin: 25px 0;
    }

    ol.round li.zero, ol.round li.one, ol.round li.two, ol.round li.three, ol.round li.four, ol.round li.five, ol.round li.six, ol.round li.seven, ol.round li.eight, ol.round li.nine
    {
        background: none;
    }

    /* features */
    section.feature
    {
        float: none;
        padding: 10px;
        width: auto;
    }

    section.feature img
    {
        color: #999;
        content: attr(alt);
        font-size: 1.5em;
        font-weight: 600;
    }

    /* forms */
    input
    {
        width: 90%;
    }

    /* login page */
    #loginForm
    {
        border-right: none;
        float: none;
        width: auto;
    }

    #loginForm .validation-error
    {
        display: block;
        margin-left: 15px;
    }

    #socialLoginForm
    {
        margin-left: 0;
        float: none;
        width: auto;
    }


    /* footer
        ----------------------------------------------------------*/
    footer .float-left, footer .float-right
    {
        float: none;
    }

    footer
    {
        text-align: center;
        height: auto;
        padding: 10px 0;
    }

    footer p
    {
        margin: 0;
    }
}
.head-banner {
}

.head-banner h4 {
    font-size: 24px;
    color: #8d9127;
}

    .head-banner h4 span {
        color: #555;
    }

.head-banner .middle {
    border-left: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2;
}
    .head-banner img {
        margin: 30px auto;
    }
.form-panel
{
    clear: both;
}
.content
{
    /*width: 200px;
    float: left;*/
}
.control
{
    width: 300px;
    float: left;
}

.coutput.output
{
    font: 12px "Monaco" , "Menlo" , "Ubuntu Mono" , "Consolas" , "source-code-pro" ,monospace;
}

select#from, select#to
{
    width: 100%;
    height: 500px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
}
select#from option, select#to option
{
    padding: 8px;
    border-bottom: 1px solid #ddd;
}
option[selected=selected]
{
    background: #ddd;
}
option[selected=selected]:active
{
    background: #ddd;
}
.input-group .addon
{
    min-width: 137px;
    text-align: left;
}

.cssout
{
    min-height: 150px;
}
.utlout
{
    min-height: 200px;
}
#utilo .form-control
{
    display: inline;
}

.diffoutput
{
    background: #f8f8f8;
}
.output-val, .output-txt
{
    border: 1px solid #ffffff;
}
.output-val table
{
    background: #f8f8f8;
    margin: 0;
}
.output-val.err
{
    background: red;
    padding: 15px 20px;
}
.output-val.suc
{
    background: green;
    padding: 15px 20px;
}
.output-txt
{
    font-weight: normal;
    padding: 15px;
    font-size: 18px;
}

ins
{
    background-color: #c6ffc6;
    text-decoration: none;
}

del
{
    background-color: #ffc6c6;
}
/*
div, table, h3, input, label {
    margin: 10px;
}

table th {
    width: 30%;
}
*/
.tile
{
    background:#ffffff;
    padding:5px;
    border:1px solid #f6ebf6;
    /*box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);*/
    /*border-radius: 5px;*/
}

.tile ul, .tile li
{
    padding: 0;
}

.tile ul
{
    margin: 5px 10px 15px 5px;
    border:1px solid #fff;
}
.tile ul:hover
{
    border:1px solid #f6ebf6;
}
.tile li
{
    list-style-type: none;
    display: block;
    /*border-bottom: 1px dotted #f3d68f;*/
}
.tile li a
{
    color:#555555;
    display: block;
    padding: 4px 0 4px 8px;
}
.tile li a:hover
{
    text-decoration: none;
    background: #f8f8f8;
    color: #000000;
}
.tile h3
{
    /*border-bottom: 1px solid #92278f;*/ border-left:4px solid #8d9127;
    padding: 5px 10px;
    font-size: 1.3em;
    color: #820482;
    background: #fafafa;
    margin:0 0 10px 0;
}

/*.article h1, .article h2
{
    font-size: 25px;
    color: #555555;
    padding: 5px 0px;
    margin: 0 0 10px;
    border-bottom: 1px solid #F6EBF6;
}*/
.article h1, .article h2 {
    font-size: 24px;
    color: #333333;
    /*color: #92278f;*/
    border-bottom: 1px solid #ffffff;
    /* background: #555555; */
    margin: 0 0 10px;
    padding: 5px 0;
}
.article h1 .fa{
    margin-right: 10px;
    padding: 3px;
}
.article button.fa {
    color: #fff;
    width: 30px;
    font-size: 20px; 
}
.article button.fa:hover {
    background: #dddddd;
}
.article button.fa-twitter {
    background: #32ccfe
}

.article button.fa-facebook {
    background: #3b5998
}

.article button.fa-google-plus {
    background: #cf3d2e
}

.article button.fa-linkedin {
    background: #0085ae
}
.toolkt
{
    color: #c8c8c8;
    text-align: center;
    padding-bottom: 5px;
}
/*.row, .wrap .row, .wrap .form-horizontal {
  margin-right: 0;
  margin-left: 0;
}
.wrap .row > [class^="col-"],
.wrap .row > [class*=" col-"] {
  padding-right: 3px;
  padding-left: 3px;
}*/

.idesc
{
    border: 1px solid goldenrod;
    margin: 10px auto;
    padding: 10px;
    border-radius: 5px;
    background: #f8f8f8;
    color: #555555;
}
.ititle, legend.ititle
{
    border-radius: 5px;
    border: 1px solid goldenrod;
    background: goldenrod;
    color: #ffffff;
    padding: 5px;
    width: auto;
    margin: 0;
    display: inline;
    font-size: inherit;
}

/*canvas
{
    max-width: 100%;
}*/

.disp-none
{
    display:none;
}

.clear
{
    clear:both;
}


.grad-col-stop
{
    width: 40px; height: 40px; margin: 15px; cursor: pointer; float: left;
}
.grad-col-stop-close
{
    width: 19px; position: relative; left: 32px; cursor: pointer;
    color: #a94442;
    padding:0 5px;
    /*background:#a94442;*/
    border-radius:10px;
}
.grad-col-stop-sel
{
    border: 2px solid #a94442;
}
.col-stop {
    width: 40px;
    height: 40px;
    display: inline-block;
    border:1px solid #dddddd;
}
.plaid-width{
    width: 55px;
    border: 1px solid lightgrey;
    margin-bottom: 15px
}
.plaid-picker-pnl {
    max-height: 400px;
    overflow: auto;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.plaid-picker.dropdown .dropdown-menu {
    width: 80px;
}
.plaid-picker.dropdown li {
    margin: 10px;
    height: 18px;
    border: 1px solid #ddd;
    cursor: pointer;
}

.sub-title
{
    font-weight:600;
    margin:0;
}

.title-bg {
    background: #f2f2f2;
    padding: 8px 5px;
    margin-top: 0;
    border-left: 4px solid #8d9127;
}
.title-bg .fa{
    font-size: 21px;
    color: #cccccc;
}
.title-bb
{
    background: #f2f2f2;
    border-radius: 20px 0 0 20px;
    padding: 5px 0;
    margin-top:0;
}
/*Arial*//*.title-bb span {
            background:#92278f;
            border-radius:30px;
            color:#ffffff;
            padding:2px 9px;
            margin:0 10px 0 0;
    border: 3px solid #ffffff;
        }*/
.title-bb span {
            background:#92278f;
            border-radius:30px;
            color:#ffffff;
            padding:0px 16px;
            margin:0 10px 0 0;
        }

.title-sub
{
    color: #555555;
    border-bottom:1px solid #F2F2F2;
     margin: 10px 0;
}
.title-btn {
    cursor: pointer;
}
.title-btn:hover {
    color: #8d9127;
}
.title-btn-txt
{
    font-size: 16px;
    padding: 6px;
    display: inline-block;
    position: relative;
    top: -5px;
}
.ad {
    border: 1px solid #f6ebf6;
    padding: 5px;
    margin-bottom: 10px;
    background: #ffffff;
}

.ad .ref
{
    color: #ffffff;
    margin:10px;
    display:block;
    padding:15px;
    text-align:center;
    background:#333;
}

.ad .tit
{
    padding:0 15px;
    color:#555555;
    font-size:20px;
    
}

.ad .desc {
    padding: 0 10px;
    color: #ccc;
    font-size: 14px;
}

.soc img
{
    width:40px;
    height:40px;
    margin:5px;
}

.soc h4 span {
    background: #f6ebf6;
    border-radius: 6px;
    padding: 5px 15px;
    display: inline-block;
    font-size: 16px;
}

.soc .social {
    padding: 0;
}

.s-bub p{
    padding: 10px 0 0 0;
}

.css3transition {
    background: #eee none repeat scroll 0 0;
    border: 1px solid #999;
    
    height: 50px;
    line-height: 50px;
    margin: 0;
    padding: 5px;
    margin:0 auto;
    text-align: center;
    width: 150px;
    z-index: 9999;
}

.css3transition:hover {
    background: #333 none repeat scroll 0 0;
    border: 5px dashed #ddd;
    border-radius: 5px;
    color: #fff;
    height: 90px;
    line-height: 90px;
    width: 250px;
}

.css3transform {
    height:100px;
    width:300px;
    margin:0 auto;
    text-align:center;
    border-width:1px;border-color:#000000;border-style:solid;
    transition: all 300ms ease-in-out 0s;
}

.css3flex {
    margin: 0 auto;
}
.css3flex div {
    background: #16193b none repeat scroll 0 0;
    color: #fff;
    height: 50px;
    line-height: 30px;
    margin: 5px;
    text-align: center;
    width: 50px;
}


.css3flex div:nth-child(2) {
    background: #35478c none repeat scroll 0 0;
    height: 60px;
    width: 60px;
}


.css3flex div:nth-child(3) {
    background: #4e7ac7 none repeat scroll 0 0;
    height: 70px;
    width: 70px;
}


.css3flex div:nth-child(4) {
    background: #7fb2f0 none repeat scroll 0 0;
    height: 80px;
    width: 80px;
}


.css3flex div:nth-child(5) {
    background: #add5f7 none repeat scroll 0 0;
    height: 90px;
    width: 90px;
}

.css3preview {
    display:block;
    margin:0 auto;
    width:70%;
    min-height:100px;
    vertical-align:middle;
    text-align:center;
    border-width:1px;border-color:#000000;border-style:solid;
    font-size: 20px;
}
.css3content {
    vertical-align:middle;
}

.css3outline {
}

.css-bubble{
    margin:30px auto;
    display:table;
}

.rgba-prw {
    text-align:center;
    padding:10px;
}

/*.range-ip input[type=range]{

}*/

.css-color span{
    display:inline-block;
    /*width:60px;
    height:60px;*/
}
.css-color .swatch{
    display:inline-block;
    width:180px;
}
.css-color .palette{
    display:inline-block;
    width: 60px;
    height: auto;
    margin-right:5px;
}
.css-color .palette span{
    height: 60px;
    display:block;
}
.col-wheel-sel {
    width:100px;
    height:100px;
    text-align:center;
    display:inline-block;
    border-radius:50%;
}

.col-wheel {
    width:100px;
    margin:10px 25px;
    display:inline-block;
    text-align:center;
     /*width: 126px; height: 180px; background-color: red; -webkit-border-radius: 63px 63px 63px 63px / 108px 108px 72px 72px; border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;*/
}
.col-wheel-plt {
    width:90px;
    height:90px;
    display:inline-block;
    border-radius:50%;
     /*width: 126px; height: 180px; background-color: red; -webkit-border-radius: 63px 63px 63px 63px / 108px 108px 72px 72px; border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;*/
}


#icos ul {
    list-style: outside none none;
    margin: 10px 0;
    padding: 0;
}
#icos ul li {
    float: left;
    height: 22px;
    margin: 2px;
    overflow: hidden;
    padding: 0;
    width: 22px;
}

#editor, #oeditor,#editorsec, #editorout, .validator, .output, .o-editor
{
    width: 100%;
}
#css_data.output {
    height:450px;
}


#editorout, #editorhtml, #editorcss, #editorjs {
    font-size: 14px;
    border-radius: 0;
    border:0;
    /*border: 1px solid #000000;*/
}

/*.ace_editor {
    font-size:14px;
}*/
.editor-xxs{
    min-height:50px;
    overflow:scroll;
}
.editor-xs{
    min-height:100px;
    overflow:scroll;
}
.editor-sm{
    min-height:200px;
    overflow:scroll;
}
.editor-smd{
    min-height:320px;
    overflow:scroll;
}
.editor-md{
    min-height:450px;
    overflow:scroll;
}
.editor-fxd{
    height:450px;
    overflow:scroll;
}
.pretty {
    min-height:200px;
    font-size:14px;
}

pre.prettyprint {
    width:100%;
    font-size:14px;

}

.preview-ta-resize {
    max-width: 500px;
    max-height: 400px;
    width: 250px;
    height: 120px;
    background:#ffffff;
    margin:0 auto;
    padding:10px;
}
.preview-overflow {
    width: 350px;
    height: 120px;
    border:1px solid #000000;
    background:#ffffff;
    margin:0 auto;
}

.preview-md {
    overflow:auto;
}

.preview-auto {
    width:auto;
}

.p-resp-calc {
    background: #fff;
    color:#820482;
    border: 1px solid #555555;
    padding:10px;
}
.text-40, .text-70 {
    padding: 6px;
}
.text-40 {
    display: inline-block;
    width: 40px;
}
.text-70 {
    display: inline-block;
    width: 70px;
}

#QFallFormFields {
    height: 350px;
}

.hdn-file {
    display: none;
    height:0;
    width:0;
}

.scrollable-menu {
    max-height: 200px;
    overflow-x: hidden;
}

.ribbon-tile {
    width:40px;height:40px;float:left;
    margin-right:10px;
    cursor: pointer;
}

/*Apply when google font is given*/
input, .form-control,input.form-control, select, .cron-select, select.cron-select-wrap {
    font-size: 15px;
    height:auto;
}
.layout-view {
    width:100%;
    min-height:600px;
    border:0;
}

.css-text {
    font-size:50px;
   padding: 20px;
   display:inline-block;
}


select.form-control{
  -webkit-appearance:none;
  padding: 1px 12px;
   background-image:url('data:image/gif;base64,R0lGODlhDAAHAJECAPz8/HBwcP///wAAACH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4zLWMwMTEgNjYuMTQ1NjYxLCAyMDEyLzAyLzA2LTE0OjU2OjI3ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSJ4bXAuZGlkOjVCNEVGRUU4MkI3RUUzMTFBQzM5QTAyMDkyNzkzQTVEIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjNDRjE4RjZEN0UyQzExRTM4RjVBQzZFNTBGQTVBNTA3IiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjNDRjE4RjZDN0UyQzExRTM4RjVBQzZFNTBGQTVBNTA3IiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDUzYgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NUM0RUZFRTgyQjdFRTMxMUFDMzlBMDIwOTI3OTNBNUQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NUI0RUZFRTgyQjdFRTMxMUFDMzlBMDIwOTI3OTNBNUQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4B//79/Pv6+fj39vX08/Lx8O/u7ezr6uno5+bl5OPi4eDf3t3c29rZ2NfW1dTT0tHQz87NzMvKycjHxsXEw8LBwL++vby7urm4t7a1tLOysbCvrq2sq6qpqKempaSjoqGgn56dnJuamZiXlpWUk5KRkI+OjYyLiomIh4aFhIOCgYB/fn18e3p5eHd2dXRzcnFwb25tbGtqaWhnZmVkY2JhYF9eXVxbWllYV1ZVVFNSUVBPTk1MS0pJSEdGRURDQkFAPz49PDs6OTg3NjU0MzIxMC8uLSwrKikoJyYlJCMiISAfHh0cGxoZGBcWFRQTEhEQDw4NDAsKCQgHBgUEAwIBAAAh+QQBAAACACwAAAAADAAHAAACEUyEicYq0FqSQtLFjMN6Y1cAADs='); 
  background-repeat:no-repeat;
  background-position:right 10px center;
  -moz-appearance:none;
  appearance:none;
  height:36px;
}
select:focus,select.form-control:focus,select:hover,select.form-control:hover{
  /*background-image:url('data:image/gif;base64,R0lGODlhDAAHAJECAP///wCAAP///wAAACH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4zLWMwMTEgNjYuMTQ1NjYxLCAyMDEyLzAyLzA2LTE0OjU2OjI3ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSJ4bXAuZGlkOjVCNEVGRUU4MkI3RUUzMTFBQzM5QTAyMDkyNzkzQTVEIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjFFQkFERUEwN0UyQzExRTM4N0E5RUUxMjNDRjIzRDZBIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjFFQkFERTlGN0UyQzExRTM4N0E5RUUxMjNDRjIzRDZBIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDUzYgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NUM0RUZFRTgyQjdFRTMxMUFDMzlBMDIwOTI3OTNBNUQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NUI0RUZFRTgyQjdFRTMxMUFDMzlBMDIwOTI3OTNBNUQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4B//79/Pv6+fj39vX08/Lx8O/u7ezr6uno5+bl5OPi4eDf3t3c29rZ2NfW1dTT0tHQz87NzMvKycjHxsXEw8LBwL++vby7urm4t7a1tLOysbCvrq2sq6qpqKempaSjoqGgn56dnJuamZiXlpWUk5KRkI+OjYyLiomIh4aFhIOCgYB/fn18e3p5eHd2dXRzcnFwb25tbGtqaWhnZmVkY2JhYF9eXVxbWllYV1ZVVFNSUVBPTk1MS0pJSEdGRURDQkFAPz49PDs6OTg3NjU0MzIxMC8uLSwrKikoJyYlJCMiISAfHh0cGxoZGBcWFRQTEhEQDw4NDAsKCQgHBgUEAwIBAAAh+QQBAAACACwAAAAADAAHAAACEUyEicYq0FqSQtLFjMN6Y1cAADs=');*/
  /*border-bottom-color:#027602;*/
}
.addon {
    font-size: 15px;
}

#anim {
    font-size:80px;
    margin-bottom: 100px;
}

/*form generator*/
.QFformRow {
    border: 1px solid #666;
    clear: left;
    float: left;
    margin: 3px 0;
    padding: 5px 0;
    width: 100%;
}
.QFformRow label {
    display: block;
    float: left;
    font-weight: bold;
    padding: 0 5px;
    width: 200px;
}
.QFformRow select {
    float: left;
    margin-right: 20px;
}
.QFinputOptions {
    clear: left;
    display: none;
    float: left;
    margin-left: 210px;
}
.QFinputOptions label, .QFinputOptions textarea {
    width: 380px;
}
.QFinputOptions textarea {
    height: 100px;
}
#QFallFormFields, #QFgeneratedMarkup, #QFgeneratedCSS {
    height: 10em;
    width: 90%;
}
#QFgeneratedCss {
    display: none;
    width: 90%;
}
span.QFchkReq label {
    display: inline !important;
    float: none;
    width: auto;
}
#html5Warning {
    border: 1px solid red;
    margin: 5px 0;
    padding: 5px;
}
.row {
    padding-top: 4px;
}
.buttonstrip {
    clear: left;
    margin: 2px 0;
    padding: 0.4em;
    text-align: center;
}
legend {
    font-weight: bold;
}
fieldset {
    /*border: 1px solid #476523;*/
    margin-bottom: 0.5em;
    margin-top: 0.5em;
    padding: 10px;
}
div.formrow {
    background: #ffc none repeat scroll 0 0;
    border: 2px solid #ffc;
    float: left;
    margin: 0 0 5px;
    padding: 6px 0;
    width: 100%;
}
div.formrow label {
    display: block;
    float: left;
    font-weight: bold;
    padding: 0 6px;
    width: 15em;
}
div.formrow label:hover {
    background: #ffff66 none repeat scroll 0 0;
    cursor: pointer;
}
div.formrow fieldset {
    border: 1px solid gray;
    margin: 0 6px;
}
div.formrow fieldset span {
    display: block;
}
div.formrow fieldset span label {
    display: inline;
    float: none;
}
div.formrow fieldset legend {
    font-weight: bold;
}
div.requiredRow {
    border: 2px solid #049;
}
.code {
    background: #f2f2f2 none repeat scroll 0 0;
    border: 1px solid #f1f1f1;
    color: #333 !important;
    font-style: italic;
    padding: 1px;
}
.labelHelp {
    color: #333;
    font-style: italic;
}
.tool-desc {
    border: 1px solid #f6ebf6;
    padding: 15px;
    background: #ffffff;
    color: #666666;
    margin-bottom: 10px;
    display: flex;
}
.tool-desc span {
    font-size: 20px;
    color: #cccccc;
    margin-right: 5px;
}

.css-fil-pnl {
    margin:20px;
    text-align: center;
}

.prw-textbox, .prw-dropdown, .prw-select, .prw-button, .prw-flip, .prw-triangle, .prw-tooltip, .prw-menu, .prw-range{
    padding:20px;
    background: #ffffff;
    min-height: 150px;
    text-align:center;
}
.prw-textbox, .prw-dropdown, .prw-button, .prw-flip{
    min-height: 150px;
}
.prw-select{
    width: 100%;
    display:inline-block;
    text-align: inherit;
}
.prw-select label{
    font-family: Arial;
}
.prw-flip{
    text-align:inherit;
}
.prw-triangle {
    min-height: 200px;
}
.prw-triangle #output {
    margin: auto;
}
.prw-tooltip {
    vertical-align:middle;
    padding-top: 60px;
}
.prw-ribbon {
    background:none;
    min-height:250px;
}
.prw-menu {
    min-height: 100px;
}
.prw-vscss {
    padding:25px;
    background: url('../images/grid.gif')
}

.dn-post-pnl {
    background: #ffffff;
    padding:20px;
    border:1px solid #fefefe;
    margin-bottom:15px;
    border: 1px solid #f6ebf6;
    border-top-width: 5px;
}
.dn-post-pnl hr{
    margin: 0;
}
.dn-post-pnl h1{
    font-size:30px;
    color: #820482;
}
.dn-post-pnl h2 a {
    color: #820482;
    text-decoration:none;
}
    .dn-post-pnl h2 a:hover {
        color:#555;
    }
    .dn-post-pnl img {
        max-width:100%;
        height:auto;
        display:block;
    }
.dn-post-desc {
    color: #555;
    margin:10px 0 15px 0;
    line-height:1.7em;
}
.dn-post-desc h1, .dn-post-desc h2, .dn-post-desc h3{
    font-size:24px;
}
    .dn-post-desc h4 {
        background: #f2f2f2;
        border-left: 30px solid #820482;
        padding: 10px;
        margin-top: 30px;
    }
        .dn-post-desc h4:after {
            content: '#';
            font-size: 60px;
            position: absolute;
            line-height: 0;
            right: 50px;
            color: #999;
            font-style: italic;
        }
.dn-post-date {
    font-size:15px;
    color:#c8c8c8;
}
.dn-nav {
    background: #f9f9f9;
    color: #555;
    padding: 10px 15px;
    text-decoration: none;
    display: inline-block;
    transition: background-color 0.2s linear;
    margin-right: 10px;
}
.dn-nav:hover {
    color: #f9f9f9;
    background: #555;
}
.dn-post-tags {
    margin-top:15px;
}

.dn-post-tags a{
    background:#f9f9f9;
    padding:5px 10px;
    text-decoration:none;
}

.ad-pnl {
    background: #ffffff;
    margin-bottom: 15px;
    padding: 10px;
    border: 1px solid #f6ebf6;
    border-top-width: 4px;
}
    .ad-pnl hr {
        margin: 0;
        border-color: #999;
    }
    .ad-pnl h2 {
        color:#820482;
        margin:0 0 10px 0;
        font-size:25px;
        border:0;
    }
.ad-spy {
    margin-bottom: 15px;
    text-align: center;
}
.cloud a {
    color:#555;
    padding:2px 5px;
    display:inline-block;
    border:1px solid #ddd;
    text-decoration:none;
    margin:10px 10px 0 0;
}
.cloud a:hover {
    background:#f9f9f9;
}

.glyph {
    color:#666;
}
.pagination>li:first-child>a, .pagination>li:last-child>a{
    border-radius:0;
}
.pagination li a {
    color:#820482;
}
.pagination li.active a, .pagination li.active a:hover {
    background: #820482;
    border-color: #820482;
}
.tit-icon {
    color:#555;
    font-size:28px;
}

ins.adsbygoogle { background: transparent !important; }



 
/*** Search Type Ahead ***/
/* enable absolute positioning */
.search
{
    margin:10px 0 10px 0;
}
.inner-addon {
    position: relative;
}
 
/* style icon */
.inner-addon .glyphicon {
  position: absolute;
  padding: 10px;
  pointer-events: none;
}
 
/* align icon */
.left-addon .glyphicon  { left:  0px;}
.right-addon .glyphicon { right: 0px;}
 
/* add padding  */
.left-addon input  { padding-left:  30px; }
.right-addon input { padding-right: 30px; }

/*ul.typeahead
{
    
background-color:rgba(255, 255, 255, 0.6);
}*/
input.typeahead {
box-shadow: none;
border-radius: 0;

border-width: 2px;

background: #fbfbfb;
border-color: #fbfbfb;
}
input.typeahead:focus {
box-shadow: none;
border-color: #f6ebf6;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover {
color:#000;
background:  #feebfd;
}
ul.typeahead {
    border-radius:0;
    min-width:205px;
}
/********/

.a-panel p {
    padding: 10px 0 0;
    font-weight: bold;
}

.a-panel .row {
    margin-top: 0;
}

.ad-camz {
    background:#fff;
    margin:15px auto;
    font-family:Arial;
    padding: 5px 15px;
}

.ad-cmz-head {
    text-align: center;
}

.ad-cmz-head a{
    display: inline-block;
}
.ad-camz-tool {
    text-align: left;
    font-size:10px;
    color:grey;
}
.ad-camz-tool a {
    font-size: 12px;
    background: #555;
    color: #f2f2f2;
    padding: 5px;
    margin: 3px 0;
    display: inline-block;
}
.ad-camz-tool a:hover {
    background: #999;
}

.ad-camz-tool div {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#status {
    display: none;
}

#output table td {
    word-break: break-word;
}

#output table td:nth-child(1) {  
  max-width:500px;
}

.success {
    color:#3c763d;
}
.failure {
    color:#a94442;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

input[type=number] {
    -moz-appearance:textfield;
}

input.ng-invalid{
    border: 1px solid red;
}

/*Snippet*/
.snip-icon{
    margin-top:8px;
    display:block;
    text-align:right;
}

.snip-icon {
    cursor: pointer;
}

    .snip-icon .fa {
        font-size: 26px;
        color: #8d9127;
    }

.snip-icon .glyphicon {
    font-size: 22px;
}

.snip-icon a:not(:last-child), .snip-icon > span {
    margin-right: 10px;
}
    .snip-icon a:hover, .snip-icon > span:hover {
        color: #589127;
    }
/*.snip-icon span:last-child{
        margin-right: 0;
}*/
#preview-container {
    /*border-top: 2px solid #CCC;
        border-bottom: 2px solid #CCC;*/
    width: 100%;
    height: 510px;
    z-index: 100;
    /*overflow-y: auto;*/
    background:#ffffff;
}

iframe.preview-iframe {
    width: 100%;
    height: 500px;
}

.nav-tabs {
    margin-bottom: 15px;
}

.tab-pane {
    min-height: 482px;
}

.snippet-panel li:first-child{
    margin-left: 10px;
}
.snippet-panel .nav-tabs > li.active > a {
    border-top: 2px solid #8d9127;
}

input[type="file"]{
    display:initial;
}

h1.snippet-title {
    border-bottom: 0;
    padding-left: 0;
    margin-bottom: 0;
    /*color: #92278f;*/
    font-size:24px;
    display:flex;
}

.snippet-gall-panel, .snippet-gall-panel-sm, .snippet-gall-ad {
    border: 1px solid #f6ebf6;
    transition: border-color .3s linear;
    border-top-width: 4px;
}

.snippet-gall-panel:hover, .snippet-gall-panel-sm:hover,.snippet-gall-ad:hover {
    border-color: #f2f2f2;
}
.snippet-gall-ad {
    padding: 10px 5px;
    height: 310px;
}
.snippet-gall-panel {
    height: 310px;
}
.snippet-gall-panel:hover, .snippet-gall-ad:hover {
    border-color: #ddd;
}
    .snippet-gall-panel .panel-heading a, .snippet-gall-panel-sm .panel-heading a {
        color: #92278f;
        font-weight: bold;
    }
    .snippet-gall-panel .panel-heading {
        height: 55px;
        font-size: 16px;
        padding: 10px 15px 0;
        border-bottom:1px solid #ddd;
        margin-bottom:3px;
    }
.snippet-gall-panel-sm .panel-heading {
    font-size: 15px;
}
.snippet-gall-panel .panel-body {
    padding-top: 0;
}
.snippet-img {
    display: inline-block;
    height: 90px;
    overflow:hidden;
}
.snippet-thumb {
    height: 120px;
    overflow: hidden;
}
.snippet-gall-desc {
    padding: 10px;
    margin: 8px 0;
    background: #f9f9f9;
    border: #f2f2f2 1px solid;
    color: #777;
    height: 80px;
}
.snippet-gall-foot {
    color: grey;
}

.snippet-gall-foot .review {
    font-size:14px;
    padding-top:2px;
    text-align:right;
    display:block;
}
.snippet-gall-foot .review span{
    color:#aaaaaa;
}
.snippet-gall-foot .review span:not(:last-child){
    margin-right: 10px;
}
.snippet-gall-foot a, .snippet-gall-foot .apply{
    background: #555;
    padding: 0 10px;
    color: #fff;
    font-size: 14px;
    transition:background-color .2s linear;
    cursor: pointer;
}
.snippet-gall-foot a:hover{
    background-color: #f2f2f2;
    color: #555;
}
.snippet-prof {
    display:inline-block;
    margin-bottom:15px;
}

.snippet-prof-image{
    width:40px;
    height:40px;
    float:left;
    margin-right:15px;
}

.snippet-prof-detail-name {
    margin-bottom: 10px;
}

.snippet-prof-detail span{
    font-size:18px;
    margin-left: 10px;
    font-weight:bold;
}

.snippet-prof-content {
    height: 40px;
    float: left;
    color:grey;
    font-size:14px;
}

.snippet-prof-follow {
    color:#555555;
}

.snippet-prof-follow div {
    margin-top: 5px;
}
    .snippet-prof-follow div span {
        color: #000000;
        background: #eeeeee;
        padding: 0 4px;
        border-radius: 2px;
        display: inline-block;
        font-size: 14px;
        margin-left:0;
    }

.snippet-plugin {
    color: #92278f;
    font-size: 15px;
    font-weight:600;
}

.snippet-tags {
    /*margin-top: 5px;*/
}
.snippet-tags a{
    color: #ffffff;
    background-color: #555;
    display: inline-block;
    margin: 0 2px 5px 2px;
    padding: 1px 5px;
    border-radius: 3px;
    font-size: 14px;
}

.snippet-title-link a{
    float:right;
    font-size:15px;
}
.snippet-site-title {
    text-align:center;
}
.snippet-site-title img {
    margin-top: 12px;
    margin-left: 10px;
}
.snippet-full-header {
    /*position:fixed;
    right:0;
    left:0;*/
    padding-bottom: 10px;
    background: #f9f9f9;
    z-index: 1000;
    margin: 0 0 10px 0;
    box-shadow: 0px 0px 8px 2px #cccccc;
}
.snippet-full-header .row {
    margin: 0;
}
.snippet-full-header h1 {
   margin-top: 5px;
}
.snippet-content-wrapper
{
    margin:0 auto;
    width:99%;
}
.snippet-fav {
    text-align: right;
    padding-right: 5px;
}
.snippet-fav span > span {
    margin-right: 2px;
    margin-left: 10px;
}
#add-to-favourite {
    margin-left: 10px;
}
.snippet-menu a {
    display:block;
    margin:10px 0;
}

h2 > i {
    padding-right: 15px;
    color: #ccc;
}
h2 > span {
    color: #8d9127;
}

.snippet-view-ad{
    margin-top:-12px;
    margin-bottom:5px;
}



.s-editor .simplebar-track {
    z-index: 3;
}

    .s-editor .simplebar-track:hover .simplebar-scrollbar:before,
    .s-editor .simplebar-track .simplebar-scrollbar.visible:before {
        /* When hovered, remove all transitions from drag handle */
        background: #999;
        opacity: 1;
        -webkit-transition: opacity 0 linear;
        transition: opacity 0 linear;
    }

.add-html, .add-js, .add-css {
    padding: 0 10px;
    cursor: pointer;
    color: #999;
    font-size: 15px;
    font-weight: bold;
}

    .add-html.active, .add-js.active, .add-css.active {
        color: #333;
        border-top: 1px solid #92278f;
    }


.follow-tile-block {
    background: #fff;
    margin-bottom: 15px;
    padding: 10px;
    border: 1px solid #f6ebf6;
}

.follow-tile-block .snippet-prof-follow a{
    font-size:12px;
}

.s-editor .title span {
    margin-right: 5px;
    color:#555555;
}
.s-editor i:not(:last-child):not(:first-child) {
    margin-left: 15px;
}
.s-editor i:nth-child(1){
    margin-left: 0;
}

.s-editor i {
    cursor: pointer;
    margin-top: 3px;
}
.modal-body .glyphicon{
    margin-top:10px;
    margin-right:2px;
}


btn-share {
    border: 1px solid #000000;
    background: #555555;
    color: #ffffff;
}

.btn-share span {
}

.btn-share i {
    padding-right: 6px;
    font-size: 18px;
}

/*Fix for modal backdrop issue*/
.modal-backdrop {
    z-index: 0;
}


.popover-data {
    font-size: 14px
}

.popover-data a {
    color: #ffffff;
    background: #555555;
    border-radius:5px;
    padding: 1px 5px;
}
.popover-data a:hover {
    background: #f6ebf6;
    color: #555555;
}
/*
.s-editors .col-md-1:first-child {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}*/

.sticky {
    position: fixed;
}




/*.jssocials {
    margin-top: 15px;
}
.jssocials a {
    color: #fff;
}*/

/* Style all font awesome icons */
.share-on {
    font-size: 18px;
    color: #bbb;
    margin-right: 6px;
}
.share-on:before {
    content: "\f1e0";
    padding-right: 5px;
    font-family: FontAwesome;
}
.social-icons {
    margin-top: 20px;
    text-align: center;
}

    .social-icons p {
        color: #dcdcdc;
        font-size: 20px;
        border-bottom: 1px solid #f2f2f2;
    }

    .social-icons .fa {
        padding: 7px;
        font-size: 1.5em;
        width: 1.9em;
        text-align: center;
        text-decoration: none;
        margin: .3em 3px .3em 0;
        color: #ffffff;
    }

        /* Add a hover effect if you want */
        .social-icons .fa:hover {
            opacity: 0.7;
        }

    /* Set a specific color for each brand */

    /* Facebook */
    .social-icons .fa-facebook {
        background: #3B5998;
        color: white;
    }

    /* Twitter */
    .social-icons .fa-twitter {
        background: #55acee;
        color: white;
    }

    .social-icons .fa-google-plus {
        background-color: #cf3d2e;
    }

    .social-icons .fa-linkedin {
        background-color: #0085ae;
    }

    .social-icons .fa-pinterest {
        background-color: #cc2127;
    }

    .social-icons .fa-twitter {
        background-color: #32ccfe;
    }

    .social-icons .fa-youtube {
        background-color: #c52f30;
    }
 /************/

.ad-flash {
    position: fixed;
    width: 80px;
    right: 0;
    bottom: 5px;
    font-size: 14px;
    background: #fff;
    text-align: center;
    border: 1px dashed #900345;
    font-weight: bold;
}
.ad-flash a {
    color: #333;
}
.ad-flash a:hover {
    color: #777;
}
.ad-flash img{
    max-width: 100%;
}

.ad-desc {
    border: 1px solid #f6ebf6;
    padding: 15px;
    background: #fff;
    color: #666;
    margin: 10px auto;
}

.ad-desc a {
    background: #92278f;
    color: #fff;
    padding: 0 5px;
    margin: 0 5px;
    border-radius: 4px;
}

.q_pnl button.fa {
    color: #fff;
    width: 30px;
    font-size: 20px
}

.q_pnl button.fa-twitter:hover {
    background: #32ccfe
}

.q_pnl button.fa-facebook:hover {
    background: #3b5998
}

.q_pnl button.fa-google-plus:hover {
    background: #cf3d2e
}

.q_pnl button.fa-linkedin:hover {
    background: #0085ae
}

.share-toolbar {
    right: 20px;
}