@import "animation.less";
@import "variables.less";
@import "mixins.less";
/*Variables*/
.master-container {
    input[type="submit"]{
        -moz-user-select: none;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
        cursor: pointer;
        display: inline-block;
        font-size: 14px;
        font-weight: normal;
        line-height: 1.42857 !important;
        margin-bottom: 0;
        padding: 6px 12px;
        text-align: center;
        vertical-align: middle;
        line-height: 100%;
        /* customize_input-submit-bg */background-color: @submit-bg-color;/* customize_input-submit-bg */
        /* customize_input-submit-color */color: @submit-tx-color;/* customize_input-submit-color */
        white-space: nowrap;
        &:focus, &:active:focus, &.active:focus {
            outline: thin dotted;
            outline-offset: -2px;
        }
        &:focus, &:active:focus{
            color: #333;
            text-decoration: none;
        }
        &:active, &.active {
            background-image: none;
            box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
            outline: 0 none;
        }
        
    }
    #footer{
        input[type="submit"]{
            color: inherit;
        }
    }
    label{
        font-weight: normal;
    }
    input[type="text"],
    textarea,input[type="tel"],
    input[type="url"],
    input[type="email"]{
        border:1px solid;
        /* customize_input-border */border-color:#ccc;/* customize_input-border */
        padding: 6px;
        line-height: 1.4;
        /* customize_input-text */color: #333;/* customize_input-text */
        font-size: 14px;
        vertical-align: middle;

    }
    .btn-default{
        /* customize_default-button-bg */background-color: @btn-bg-color;/* customize_default-button-bg */
        /* customize_default-button-border */border-color: @btn-border-color;/* customize_default-button-border */
        /* customize_default-button-text */color: @btn-tx-color;/* customize_default-button-text */
    }
    .btn:hover, .btn:active, .btn:focus{
        color: #fff;
    }
    .hll {
        background-color: #ffc;
    }
    .c {
        color: #999;
    }
    .err {
        background-color: #faa;
        color: #a00;
    }
    .k {
        color: #069;
    }
    .o {
        color: #555;
    }
    .cm {
        color: #999;
    }
    .cp {
        color: #099;
    }
    .c1 {
        color: #999;
    }
    .cs {
        color: #999;
    }
    .gd {
        background-color: #fcc;
        border: 1px solid #c00;
    }
    .ge {
        font-style: italic;
    }
    .gr {
        color: red;
    }
    .gh {
        color: #030;
    }
    .gi {
        background-color: #cfc;
        border: 1px solid #0c0;
    }
    .go {
        color: #aaa;
    }
    .gp {
        color: #009;
    }
    .gu {
        color: #030;
    }
    .gt {
        color: #9c6;
    }
    .kc {
        color: #069;
    }
    .kd {
        color: #069;
    }
    .kn {
        color: #069;
    }
    .kp {
        color: #069;
    }
    .kr {
        color: #069;
    }
    .kt {
        color: #078;
    }
    .m {
        color: #f60;
    }
    .s {
        color: #d44950;
    }
    .na {
        color: #4f9fcf;
    }
    .nb {
        color: #366;
    }
    .nc {
        color: #0a8;
    }
    .no {
        color: #360;
    }
    .nd {
        color: #99f;
    }
    .ni {
        color: #999;
    }
    .ne {
        color: #c00;
    }
    .nf {
        color: #c0f;
    }
    .nl {
        color: #99f;
    }
    .nn {
        color: #0cf;
    }
    .nt {
        color: #2f6f9f;
    }
    .nv {
        color: #033;
    }
    .ow {
        color: #000;
    }
    .w {
        color: #bbb;
    }
    .mf {
        color: #f60;
    }
    .mh {
        color: #f60;
    }
    .mi {
        color: #f60;
    }
    .mo {
        color: #f60;
    }
    .sb {
        color: #c30;
    }
    .sc {
        color: #c30;
    }
    .sd {
        color: #c30;
        font-style: italic;
    }
    .s2 {
        color: #c30;
    }
    .se {
        color: #c30;
    }
    .sh {
        color: #c30;
    }
    .si {
        color: #a00;
    }
    .sx {
        color: #c30;
    }
    .sr {
        color: #3aa;
    }
    .s1 {
        color: #c30;
    }
    .ss {
        color: #fc3;
    }
    .bp {
        color: #366;
    }
    .vc {
        color: #033;
    }
    .vg {
        color: #033;
    }
    .vi {
        color: #033;
    }
    .il {
        color: #f60;
    }
    .css .nt + .nt, .css .o, .css .o + .nt {
        color: #999;
    }
    //FAQs
    .ccm-faq-block-links{
        a{
            display: block;
            font-weight: bold;
            margin: 5px 0;
        }
    }
    //TOPICS
    .ccm-block-topic-list-wrapper{
        .ccm-block-topic-list-header{
            h5{
                font-size: 25px;
            }
        }
        > ul.ccm-block-topic-list-list{
            > li{
                padding: 10px 0px;
                font-weight: bold;
            }
            ul{
                font-size: 15px;
                padding-bottom: 0px;
            }
        }
    }
    //TAGS
    .ccm-block-tags-tag{
        background-color: @tagbg-color;
        margin: 3px 0px;
        font-size: 14px;
        display: inline-block;
        padding: 8px 13px;
        font-weight: normal;
        color: @tagtext-color;
        &:hover{
            background: @tagbgh-color;
            color: @tagtexth-color;
        }
    }
    .ccm-block-tags-header{
        h5{
            font-size: 25px;

        }
    }
    .c5box_tag1:hover {
      background-color: @tagbgh-color;
      color: @tagtexth-color;
    }

    .c5box_tag1:hover::after {
       border-left-color: @tagbgh-color; 
    }
    .c5box_tag1::before {
        background: @tagcont1-color;
    }
    .c5box_tag1 {
        background: @tagbg-color;
        color: @tagtext-color;
    }
    .c5box_tag1::after {
        background: @tagcont1-color;
        border-left: 10px solid @tagbg-color;
    }
    .c5box_ticket {
        background: @tagbg-color none repeat scroll 0 0;
        
    }
    .c5box_ticket:hover{
        background-color: @tagbgh-color;
    }
    .c5box_ticket a{
        color: @tagtext-color;
    }
    .c5box_ticket a:hover{
        color: @tagtexth-color;
    }
    //NEXT PREV
    .ccm-block-next-previous-header{
        h5{
            font-size: 20px;
            margin-bottom: 5px;
            display: none;
        }
    }
    .ccm-block-next-previous-previous-link{
        float: left;
        font-size: 20px;
        &:before{
            content: "\f060 \00a0 \00a0";
            font-family: FontAwesome;
        }
    }
    .ccm-block-next-previous-next-link{
        float: right;
        font-size: 20px;
        &:after{
            content: "\00a0 \00a0 \f061";
            font-family: FontAwesome;
        }
    }
    .ccm-block-next-previous-parent-link{
        text-align: center;
        position: relative;
        text-align: center;
        top: -40px;
        clear: both;
        display: none;
    }
    .c5box_nextprev1{
        .ccm-block-next-previous-previous-link{
            &:before{
                content: "\f0a8 \00a0 \00a0";
            }
        }
        .ccm-block-next-previous-next-link{
            &:after{
                content: "\00a0 \00a0 \f0a9";
            }
        }
    }
    .c5box_nextprev2{
        .ccm-block-next-previous-previous-link{
            &:before{
                content: "\f104 \00a0 \00a0";
            }
        }
        .ccm-block-next-previous-next-link{
            &:after{
                content: "\00a0 \00a0 \f105";
            }
        }
    }

    //DATENAV
    .ccm-block-date-navigation-header{
        h5{
            font-size: 25px;
        }
    }
    //SOCIAL LINKS
    .ccm-block-social-links{
        ul.list-inline{
            padding-left: 0;
            li{ 
                display: inline-block;
                a{
                    width: 40px;
                    height: 40px;
                    border-radius: 9999px;
                    padding-top: 8px;
                    text-align: center;
                    display: inline-block;
                    border: 3px solid;
                    border-color: @socialicon-color;
                    color: @socialicon-color;
                    animation: 0.2s ease-in 0s normal forwards 1 running aicon-out !important;
                    i{
                        font-size: 18px !important;
                    }
                }
                &:hover a{
                    animation: 0.2s ease-in 0s normal forwards 1 running aicon-in !important;
                    border-color: @socialicon-hover-color;
                    color: @socialicon-hover-color;
                }
            }
        }
    }
    .sociallink1 ul.list-inline li{

        a{
            background-color: @socialicon-color;
            color: @socialicon-hover-color;
            animation: none !important;
            display: inline-block !important;
            &:hover{
                background-color: @socialicon-hover-color;
                color: @socialicon-color;
                animation: none !important;
            }
        }
    }
    @keyframes aicon-in {
        0% {
            border-color: @socialicon-color;
            color: @socialicon-color;
            transform: scale(1, 1);
        }
        50% {
            border-color: @socialicon-hover-color;
            color: @socialicon-hover-color;
            transform: scale(0, 1);
        }
        100% {
            border-color: @socialicon-hover-color;
            color: @socialicon-hover-color;
            transform: scale(1, 1);
        }
        }
        @keyframes aicon-out {
        0% {
            border-color: @socialicon-hover-color;
            color: @socialicon-hover-color;
            transform: scale(1, 1);
        }
        50% {
            border-color: @socialicon-color;
            color: @socialicon-color;
            transform: scale(0, 1);
        }
        100% {
            border-color: @socialicon-color;
            color: @socialicon-color;
            transform: scale(1, 1);
        }
    }
    //TESTIMONIALS
    .ccm-block-testimonial-name{
        font-size: 20px;
    }
    .ccm-block-testimonial-position{
        font-weight: bold;
    }
    .ccm-block-testimonial-paragraph{
        padding: 15px 0px;
        margin-bottom: 10px;
    }

    //DOCS
    #doc1,#doc2,#doc3,#doc4,#doc5,#doc6,#doc7,#doc8,#doc9,#doc10{
        margin-top: -30px;
        padding-top: 30px;
        border:0px;
    }


    //NEW FEATURE CLEAN CURVED
    .clean_curved{
        background: @cufeaturecontent-bg-color;
        padding: 0 20px 20px;
        border-radius: 10px;
        margin-bottom: 20px;
        .cc_cont{
            h1,h3,h2,h4,h5,h6,p{
                color: @cufeaturecontent-color;
                text-align: center;
            }
        }
        p{
            font-size: 13px;
        }
        >h3{
            font-size: 20px;
            color: @cufeatureheading-color;
            text-align: center;
        }
        >h1{
            margin-top: 0px;
            text-align: center;
            padding-bottom: 20px;
            border-bottom: 2px solid @cufeature-border-color;
            padding-top: 20px;
            margin-left: -20px;
            margin-right: -20px;
            position: relative;
            margin-bottom: 40px;
            border-radius: 10px 10px 0 0;
            background: @cufeatureicon-bg-color;
            color: @cufeatureicon-type-color;
            font-size: @cufeatureicon-type-font-size;
            font-family: @cufeatureicon-type-font-family;
            span{
                width: 0; 
                height: 0; 
                border-left: 20px solid transparent;
                border-right: 20px solid transparent;
                position: absolute;
                border-top: 20px solid @cufeature-border-color;
                left: 50%;
                margin-left: -20px;
                bottom: 0;
                margin-bottom: -20px;
                span{
                    border-left: 20px solid transparent;
                    border-right: 20px solid transparent;
                    border-top: 20px solid @cufeatureicon-bg-color;
                    margin-left: -20px;
                    margin-bottom: 3px;

                }
            }
        }
    }
    //GOOGLE MAPS FIX
    .googleMapCanvas{
        border-radius: 20px;
        img{
            max-width: none !important;
        }
    }
    //REDACTOR FIX
    #footer .redactor-box textarea{
        color: #ccc;
    }
}

ul.redactor-dropdown li a span.alert{
    display: block;
    margin-bottom: 5px;
    padding: 10px;
}